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