public class MovingAddressStatus extends Object implements Serializable
Constructor and Description |
---|
MovingAddressStatus()
The defaulst constructor of the MovingAddressStatus
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMoveStatus()
The status of the Elastic IP address that's being moved to the EC2-VPC platform.
|
String |
getPublicIp()
The Elastic IP address.
|
int |
hashCode() |
void |
setMoveStatus(String moveStatus)
setting the movestatus
|
void |
setPublicIp(String publicIp)
Setting the Elastic IP address.
|
String |
toString() |
public MovingAddressStatus()
The defaulst constructor of the MovingAddressStatus
public void setPublicIp(String publicIp)
Setting the Elastic IP address.
publicIp
- The Elastic IP address.public String getPublicIp()
The Elastic IP address.
public void setMoveStatus(String moveStatus)
setting the movestatus
moveStatus
- The status of the Elastic IP address that's being moved to the EC2-VPC platform.public String getMoveStatus()
The status of the Elastic IP address that's being moved to the EC2-VPC platform.
Copyright © 2010–2020. All rights reserved.