public class NumberUnion extends Object implements Serializable
Constructor and Description |
---|
NumberUnion(Byte _int8) |
NumberUnion(char[] _value)
Constructor provided only for using in JMX.
|
NumberUnion(Integer _int32) |
NumberUnion(Long _int64) |
NumberUnion(NumberUnion source)
Creates a copy from Source Object.
|
NumberUnion(Short _int16) |
NumberUnion(org.opendaylight.yangtools.yang.common.Uint16 _uint16) |
NumberUnion(org.opendaylight.yangtools.yang.common.Uint32 _uint32) |
NumberUnion(org.opendaylight.yangtools.yang.common.Uint64 _uint64) |
NumberUnion(org.opendaylight.yangtools.yang.common.Uint8 _uint8) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Short |
getInt16() |
Integer |
getInt32() |
Long |
getInt64() |
Byte |
getInt8() |
org.opendaylight.yangtools.yang.common.Uint16 |
getUint16() |
org.opendaylight.yangtools.yang.common.Uint32 |
getUint32() |
org.opendaylight.yangtools.yang.common.Uint64 |
getUint64() |
org.opendaylight.yangtools.yang.common.Uint8 |
getUint8() |
char[] |
getValue() |
int |
hashCode() |
NumberUnion |
setValue(char[] value) |
String |
toString() |
public NumberUnion(Byte _int8)
public NumberUnion(Short _int16)
public NumberUnion(Integer _int32)
public NumberUnion(Long _int64)
public NumberUnion(org.opendaylight.yangtools.yang.common.Uint8 _uint8)
public NumberUnion(org.opendaylight.yangtools.yang.common.Uint16 _uint16)
public NumberUnion(org.opendaylight.yangtools.yang.common.Uint32 _uint32)
public NumberUnion(org.opendaylight.yangtools.yang.common.Uint64 _uint64)
@ConstructorProperties(value="value") public NumberUnion(char[] _value)
public NumberUnion(NumberUnion source)
source
- Source objectpublic Byte getInt8()
public Short getInt16()
public Integer getInt32()
public Long getInt64()
public org.opendaylight.yangtools.yang.common.Uint8 getUint8()
public org.opendaylight.yangtools.yang.common.Uint16 getUint16()
public org.opendaylight.yangtools.yang.common.Uint32 getUint32()
public org.opendaylight.yangtools.yang.common.Uint64 getUint64()
public char[] getValue()
public NumberUnion setValue(char[] value)
Copyright © 2019 OpenDaylight. All rights reserved.