public class ShutdownClass extends AppSvcResource
| Modifier and Type | Field and Description |
|---|---|
static String |
SHUTDOWN_CLASS_TOKEN |
| Constructor and Description |
|---|
ShutdownClass() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArguments() |
String |
getClassName() |
String |
getDeploymentOrder() |
String |
getName() |
String |
getNotes() |
ShutdownClass |
setArguments(List<String> arguments) |
ShutdownClass |
setClassName(String className) |
ShutdownClass |
setDeploymentOrder(String deploymentOrder) |
ShutdownClass |
setName(String name) |
ShutdownClass |
setNotes(String notes) |
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 SHUTDOWN_CLASS_TOKEN
public ShutdownClass setArguments(List<String> arguments)
public String getClassName()
public ShutdownClass setClassName(String className)
public String getDeploymentOrder()
public ShutdownClass setDeploymentOrder(String deploymentOrder)
public String getName()
getName in class AppSvcResourcepublic ShutdownClass setName(String name)
public String getNotes()
public ShutdownClass setNotes(String notes)
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()