Package com.woorea.openstack.nova.model
Class Server.Addresses.Address
java.lang.Object
com.woorea.openstack.nova.model.Server.Addresses.Address
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Server.Addresses
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAddr()
getType()
void
void
setMacAddr
(String macAddr) void
void
setVersion
(String version)
-
Field Details
-
macAddr
-
version
-
addr
-
type
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getMacAddr
- Returns:
- the macAddr
-
getVersion
- Returns:
- the version
-
getAddr
- Returns:
- the addr
-
getType
- Returns:
- the type
-
setVersion
- Parameters:
version
- the version to set
-
setAddr
- Parameters:
addr
- the addr to set
-
setType
- Parameters:
type
- the type to set
-
setMacAddr
- Parameters:
macAddr
- the mac addr to set
-