Class Port.Ip
- java.lang.Object
-
- com.woorea.openstack.quantum.model.Port.Ip
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Port
public static final class Port.Ip extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Ip()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()StringgetSubnetId()voidsetAddress(String address)voidsetSubnetId(String subnetId)StringtoString()
-
-
-
Method Detail
-
getAddress
public String getAddress()
- Returns:
- the address
-
setAddress
public void setAddress(String address)
- Parameters:
address- the address to set
-
getSubnetId
public String getSubnetId()
- Returns:
- the subnetId
-
setSubnetId
public void setSubnetId(String subnetId)
- Parameters:
subnetId- the subnetId to set
-
-