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