public abstract class PCEPConstruct extends Object implements PCEPElement
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
protected int |
length |
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
PCEPConstruct() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getBytes() |
int |
getLength() |
int |
hashCode() |
void |
setBytes(byte[] bytes) |
void |
setLength(int length) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitencodeprotected static final org.slf4j.Logger log
protected byte[] bytes
protected int length
public byte[] getBytes()
getBytes in interface PCEPElementpublic void setBytes(byte[] bytes)
public int getLength()
getLength in interface PCEPElementpublic void setLength(int length)
Copyright © 2016. All rights reserved.