public class Instance extends Object implements Serializable, Cloneable
The ID of a back-end instance.
| Constructor and Description | 
|---|
Instance()
Default constructor for a new Instance object. 
 | 
Instance(String instanceId)
Constructs a new Instance object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Instance | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getInstanceId()
The ID of the instance. 
 | 
int | 
hashCode()  | 
void | 
setInstanceId(String instanceId)
The ID of the instance. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
Instance | 
withInstanceId(String instanceId)
The ID of the instance. 
 | 
public Instance()
public Instance(String instanceId)
instanceId - The ID of the instance.public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The ID of the instance.public Instance withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The ID of the instance.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.