public class ManagementIpAddress extends Object implements Serializable
Constructor and Description |
---|
ManagementIpAddress() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAddress() |
InetAddressType |
getType() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setType(InetAddressType type) |
String |
toString() |
public String getAddress()
public void setAddress(String address)
address
- the address to setpublic InetAddressType getType()
public void setType(InetAddressType type)
type
- the type to setCopyright © 2016. All rights reserved.