public final class TeTpIdUnion extends Object
| Constructor and Description |
|---|
TeTpIdUnion(IpAddress ipAddress)
Creates an instance of ipAddress.
|
TeTpIdUnion(long uint32)
Creates an instance of uint32.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TeTpIdUnion |
fromString(String valInString)
Returns the object of teTpIdUnion fromString input String teTpIdUnion.
|
int |
hashCode() |
IpAddress |
ipAddress()
Returns the attribute ipAddress.
|
void |
ipAddress(IpAddress ipAddress)
Sets the attribute ipAddress.
|
static TeTpIdUnion |
of(IpAddress value)
Returns the object of teTpIdUnion for type ipAddress.
|
static TeTpIdUnion |
of(long value)
Returns the object of teTpIdUnion for type uint32.
|
String |
toString() |
long |
uint32()
Returns the attribute uint32.
|
void |
uint32(long uint32)
Sets the attribute uint32.
|
public TeTpIdUnion(long uint32)
uint32 - value of uint32public TeTpIdUnion(IpAddress ipAddress)
ipAddress - value of ipAddresspublic static TeTpIdUnion of(long value)
value - value of teTpIdUnion for type uint32public static TeTpIdUnion of(IpAddress value)
value - value of teTpIdUnion for type ipAddresspublic long uint32()
public IpAddress ipAddress()
public void uint32(long uint32)
uint32 - value of uint32public void ipAddress(IpAddress ipAddress)
ipAddress - value of ipAddresspublic static TeTpIdUnion fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.