public class ResponseTimeRequestClass extends AppSvcResource
| Modifier and Type | Field and Description |
|---|---|
static String |
RESPONSE_TIME_REQUEST_TOKEN |
| Constructor and Description |
|---|
ResponseTimeRequestClass() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoalMS() |
String |
getName() |
ResponseTimeRequestClass |
setGoalMS(String goalMS) |
ResponseTimeRequestClass |
setName(String name) |
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
getId, getReservedKeywords, getSourcePath, getTargets, isClusterable, setIdpublic static final String RESPONSE_TIME_REQUEST_TOKEN
public String getName()
getName in class AppSvcResourcepublic ResponseTimeRequestClass setName(String name)
public String getGoalMS()
public ResponseTimeRequestClass setGoalMS(String goalMS)
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()