public class WmiGroupState extends Object
WmiGroupState class.
| Constructor and Description | 
|---|
WmiGroupState(boolean isAvailable)
Constructor for WmiGroupState. 
 | 
WmiGroupState(boolean isAvailable,
             Date lastChecked)
Constructor for WmiGroupState. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Date | 
getLastChecked()
Getter for the field  
lastChecked. | 
boolean | 
isAvailable()
isAvailable 
 | 
void | 
setAvailable(boolean available)
Setter for the field  
available. | 
void | 
setLastChecked(Date lastChecked)
Setter for the field  
lastChecked. | 
public WmiGroupState(boolean isAvailable)
Constructor for WmiGroupState.
isAvailable - a boolean.public boolean isAvailable()
isAvailable
public void setAvailable(boolean available)
Setter for the field available.
available - a boolean.public Date getLastChecked()
Getter for the field lastChecked.
Date object.Copyright © 2020. All rights reserved.