public class ComputingRequest extends Object
| Constructor and Description |
|---|
ComputingRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEcodingType() |
void |
getEcodingType(int isInitiate) |
es.tid.pce.pcep.constructs.PCEPIntiatedLSP |
getIniLSP() |
long |
getMaxTimeInPCE() |
es.tid.pce.pcep.objects.Monitoring |
getMonitoring() |
DataOutputStream |
getOut() |
es.tid.pce.pcep.objects.PccReqId |
getPccReqId() |
Inet4Address |
getRemotePCEId() |
LinkedList<es.tid.pce.pcep.constructs.Request> |
getRequestList() |
es.tid.pce.pcep.constructs.SVECConstruct |
getSvec() |
LinkedList<es.tid.pce.pcep.constructs.SVECConstruct> |
getSvecList() |
long |
getTimeStampNs() |
void |
setIniLSP(es.tid.pce.pcep.constructs.PCEPIntiatedLSP iniLSP) |
void |
setMaxTimeInPCE(long maxTimeInPCE) |
void |
setMonitoring(es.tid.pce.pcep.objects.Monitoring monitoring) |
void |
setOut(DataOutputStream out) |
void |
setPccReqId(es.tid.pce.pcep.objects.PccReqId pccReqId) |
void |
setRemotePCEId(Inet4Address remotePCEId) |
void |
setRequestList(LinkedList<es.tid.pce.pcep.constructs.Request> requestList) |
void |
setSvec(es.tid.pce.pcep.constructs.SVECConstruct svec) |
void |
setSvecList(LinkedList<es.tid.pce.pcep.constructs.SVECConstruct> svecList) |
void |
setTimeStampNs(long timeStampNs) |
public es.tid.pce.pcep.constructs.PCEPIntiatedLSP getIniLSP()
public void setIniLSP(es.tid.pce.pcep.constructs.PCEPIntiatedLSP iniLSP)
public es.tid.pce.pcep.constructs.SVECConstruct getSvec()
public void setSvec(es.tid.pce.pcep.constructs.SVECConstruct svec)
public LinkedList<es.tid.pce.pcep.constructs.SVECConstruct> getSvecList()
public void setSvecList(LinkedList<es.tid.pce.pcep.constructs.SVECConstruct> svecList)
public LinkedList<es.tid.pce.pcep.constructs.Request> getRequestList()
public void setRequestList(LinkedList<es.tid.pce.pcep.constructs.Request> requestList)
public DataOutputStream getOut()
public void setOut(DataOutputStream out)
public es.tid.pce.pcep.objects.Monitoring getMonitoring()
public void setMonitoring(es.tid.pce.pcep.objects.Monitoring monitoring)
public es.tid.pce.pcep.objects.PccReqId getPccReqId()
public void setPccReqId(es.tid.pce.pcep.objects.PccReqId pccReqId)
public long getTimeStampNs()
public void setTimeStampNs(long timeStampNs)
public long getMaxTimeInPCE()
public void setMaxTimeInPCE(long maxTimeInPCE)
public Inet4Address getRemotePCEId()
public void setRemotePCEId(Inet4Address remotePCEId)
public int getEcodingType()
public void getEcodingType(int isInitiate)
Copyright © 2016. All rights reserved.