public class PceId extends Object implements Serializable
| Constructor and Description |
|---|
PceId(byte[] _binary) |
PceId(char[] _value)
Constructor provided only for using in JMX.
|
PceId(PceId source)
Creates a copy from Source Object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getBinary() |
char[] |
getValue() |
int |
hashCode() |
String |
toString() |
public PceId(byte[] _binary)
@ConstructorProperties(value="value") public PceId(char[] _value)
public PceId(PceId source)
source - Source objectCopyright © 2018 OpenDaylight. All rights reserved.