Package org.opennms.netmgt.collectd.wmi
Class WmiGroupState
- java.lang.Object
-
- org.opennms.netmgt.collectd.wmi.WmiGroupState
-
public class WmiGroupState extends Object
WmiGroupState class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description WmiGroupState(boolean isAvailable)
Constructor for WmiGroupState.WmiGroupState(boolean isAvailable, Date lastChecked)
Constructor for WmiGroupState.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getLastChecked()
Getter for the fieldlastChecked
.boolean
isAvailable()
isAvailablevoid
setAvailable(boolean available)
Setter for the fieldavailable
.void
setLastChecked(Date lastChecked)
Setter for the fieldlastChecked
.
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
isAvailable
- Returns:
- a boolean.
-
setAvailable
public void setAvailable(boolean available)
Setter for the field
available
.- Parameters:
available
- a boolean.
-
getLastChecked
public Date getLastChecked()
Getter for the field
lastChecked
.- Returns:
- a
Date
object.
-
-