public class SystemStatusRequestMsg extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Options" type="{http://exacttarget.com/wsdl/partnerAPI}SystemStatusOptions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SystemStatusOptions |
options |
| Constructor and Description |
|---|
SystemStatusRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
SystemStatusOptions |
getOptions()
Gets the value of the options property.
|
void |
setOptions(SystemStatusOptions value)
Sets the value of the options property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected SystemStatusOptions options
public SystemStatusOptions getOptions()
SystemStatusOptionspublic void setOptions(SystemStatusOptions value)
value - allowed object is
SystemStatusOptionsCopyright © 2017. All rights reserved.