public final class IpAddress extends Object
| Constructor and Description |
|---|
IpAddress(IpAddressUnion union)
Creates an instance of union.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static IpAddress |
fromString(String valInString)
Returns the object of ipAddress fromString input String ipAddress.
|
int |
hashCode() |
static IpAddress |
of(IpAddressUnion value)
Returns the object of ipAddress for type union.
|
String |
toString() |
IpAddressUnion |
union()
Returns the attribute union.
|
void |
union(IpAddressUnion union)
Sets the attribute union.
|
public IpAddress(IpAddressUnion union)
union - value of unionpublic static IpAddress of(IpAddressUnion value)
value - value of ipAddress for type unionpublic IpAddressUnion union()
public void union(IpAddressUnion union)
union - value of unionCopyright © 2017. All rights reserved.