public class EndPointApplicationTLV extends PCEPTLV
Modifier and Type | Field and Description |
---|---|
ApplicationSubTLV |
application |
OperativeSystemSubTLV |
operativeSystem |
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength
Constructor and Description |
---|
EndPointApplicationTLV() |
EndPointApplicationTLV(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
encode()
Encode
|
boolean |
equals(Object obj) |
ApplicationSubTLV |
getApplication() |
ApplicationSubTLV |
getApplicationSubTLV() |
OperativeSystemSubTLV |
getOperativeSystem() |
OperativeSystemSubTLV |
getOperativeSystemSubTLV() |
int |
hashCode() |
void |
setApplication(ApplicationSubTLV application) |
void |
setApplicationSubTLV(ApplicationSubTLV ApplicationSubTLV) |
void |
setOperativeSystem(OperativeSystemSubTLV OperativeSystemSubTLV) |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLength
public OperativeSystemSubTLV operativeSystem
public ApplicationSubTLV application
public EndPointApplicationTLV()
public EndPointApplicationTLV(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void decode() throws MalformedPCEPObjectException
MalformedPCEPObjectException
public OperativeSystemSubTLV getOperativeSystemSubTLV()
public void setOperativeSystem(OperativeSystemSubTLV OperativeSystemSubTLV)
public ApplicationSubTLV getApplicationSubTLV()
public void setApplicationSubTLV(ApplicationSubTLV ApplicationSubTLV)
public ApplicationSubTLV getApplication()
public void setApplication(ApplicationSubTLV application)
public OperativeSystemSubTLV getOperativeSystem()
Copyright © 2016. All rights reserved.