public class AgentObjectStatus extends Object
Java class for AgentObjectStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgentObjectStatus"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="desc" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="uptime" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AgentObjectStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getDesc()
Gets the value of the desc property.
|
String |
getState()
Gets the value of the state property.
|
long |
getUptime()
Gets the value of the uptime property.
|
void |
setDesc(String value)
Sets the value of the desc property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setUptime(long value)
Sets the value of the uptime property.
|
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public String getDesc()
String
public void setDesc(String value)
value
- allowed object is
String
public long getUptime()
public void setUptime(long value)
Copyright © 2014 Cloud Software Group, Inc.. All Rights Reserved.