public class Int32StringUnion extends Object implements Serializable
Constructor and Description |
---|
Int32StringUnion(Int32StringUnion source)
Creates a copy from Source Object.
|
Int32StringUnion(Integer _int32) |
Int32StringUnion(String _string) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getInt32() |
String |
getString() |
int |
hashCode() |
String |
stringValue()
Return a String representing the value of this union.
|
String |
toString() |
public Int32StringUnion(Integer _int32)
public Int32StringUnion(String _string)
public Int32StringUnion(Int32StringUnion source)
source
- Source objectCopyright © 2019 OpenDaylight. All rights reserved.