public class InstanceMonitoring extends Object implements Serializable
Constructor and Description |
---|
InstanceMonitoring() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the instance.
|
Monitoring |
getMonitoring()
The monitoring for the instance.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance.
|
void |
setMonitoring(Monitoring monitoring)
The monitoring for the instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public String getInstanceId()
The ID of the instance.
public void setMonitoring(Monitoring monitoring)
The monitoring for the instance.
monitoring
- The monitoring for the instance.public Monitoring getMonitoring()
The monitoring for the instance.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.