public class ElasticIpStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes the status of the elastic IP (EIP) address.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
elasticIp
The elastic IP (EIP) address for the cluster.
|
private java.lang.String |
status
The status of the elastic IP (EIP) address.
|
Constructor and Description |
---|
ElasticIpStatus() |
Modifier and Type | Method and Description |
---|---|
ElasticIpStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getElasticIp()
The elastic IP (EIP) address for the cluster.
|
java.lang.String |
getStatus()
The status of the elastic IP (EIP) address.
|
int |
hashCode() |
void |
setElasticIp(java.lang.String elasticIp)
The elastic IP (EIP) address for the cluster.
|
void |
setStatus(java.lang.String status)
The status of the elastic IP (EIP) address.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ElasticIpStatus |
withElasticIp(java.lang.String elasticIp)
The elastic IP (EIP) address for the cluster.
|
ElasticIpStatus |
withStatus(java.lang.String status)
The status of the elastic IP (EIP) address.
|
private java.lang.String elasticIp
The elastic IP (EIP) address for the cluster.
private java.lang.String status
The status of the elastic IP (EIP) address.
public void setElasticIp(java.lang.String elasticIp)
The elastic IP (EIP) address for the cluster.
elasticIp
- The elastic IP (EIP) address for the cluster.public java.lang.String getElasticIp()
The elastic IP (EIP) address for the cluster.
public ElasticIpStatus withElasticIp(java.lang.String elasticIp)
The elastic IP (EIP) address for the cluster.
elasticIp
- The elastic IP (EIP) address for the cluster.public void setStatus(java.lang.String status)
The status of the elastic IP (EIP) address.
status
- The status of the elastic IP (EIP) address.public java.lang.String getStatus()
The status of the elastic IP (EIP) address.
public ElasticIpStatus withStatus(java.lang.String status)
The status of the elastic IP (EIP) address.
status
- The status of the elastic IP (EIP) address.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ElasticIpStatus clone()
clone
in class java.lang.Object