public class WLDFSNMPNotification extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WLDF_SNMPNOTIFICATION_TOKEN |
| Constructor and Description |
|---|
WLDFSNMPNotification() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled() |
String |
getName() |
void |
setEnabled(Boolean enabled) |
WLDFSNMPNotification |
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.
|
public static final String WLDF_SNMPNOTIFICATION_TOKEN
public String getName()
public WLDFSNMPNotification setName(String name)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()