public class Int32StringUnion extends Object implements Serializable
Constructor and Description |
---|
Int32StringUnion(char[] _value)
Constructor provided only for using in JMX.
|
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() |
char[] |
getValue() |
int |
hashCode() |
Int32StringUnion |
setValue(char[] value) |
String |
toString() |
public Int32StringUnion(Integer _int32)
public Int32StringUnion(String _string)
@ConstructorProperties(value="value") public Int32StringUnion(char[] _value)
public Int32StringUnion(Int32StringUnion source)
source
- Source objectpublic Integer getInt32()
public String getString()
public char[] getValue()
public Int32StringUnion setValue(char[] value)
Copyright © 2019 OpenDaylight. All rights reserved.