public class WLDFJMXNotification extends Object
Modifier and Type | Field and Description |
---|---|
static String |
WLDF_JMXNOTIFICATION_TOKEN |
Constructor and Description |
---|
WLDFJMXNotification() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled() |
String |
getName() |
String |
getNotificationType() |
void |
setEnabled(Boolean enabled) |
WLDFJMXNotification |
setName(String name) |
void |
setNotificationType(String notificationType) |
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_JMXNOTIFICATION_TOKEN
public String getName()
public WLDFJMXNotification setName(String name)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public String getNotificationType()
public void setNotificationType(String notificationType)
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()