public class InstanceMonitoring
extends java.lang.Object
implements java.io.Serializable
The InstanceMonitoring data type.
| Constructor and Description |
|---|
InstanceMonitoring() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getEnabled()
If
True, instance monitoring is enabled. |
int |
hashCode() |
java.lang.Boolean |
isEnabled()
If
True, instance monitoring is enabled. |
void |
setEnabled(java.lang.Boolean enabled)
If
True, instance monitoring is enabled. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InstanceMonitoring |
withEnabled(java.lang.Boolean enabled)
If
True, instance monitoring is enabled. |
public java.lang.Boolean isEnabled()
True, instance monitoring is enabled.True, instance monitoring is enabled.public void setEnabled(java.lang.Boolean enabled)
True, instance monitoring is enabled.enabled - If True, instance monitoring is enabled.public InstanceMonitoring withEnabled(java.lang.Boolean enabled)
True, instance monitoring is enabled.
Returns a reference to this object so that method calls can be chained together.
enabled - If True, instance monitoring is enabled.public java.lang.Boolean getEnabled()
True, instance monitoring is enabled.True, instance monitoring is enabled.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object