public interface Request
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Request.LeafIdentifier
Identify the leaf of Request.
|
| Modifier and Type | Method and Description |
|---|---|
TeNodeId |
destination()
Returns the attribute destination.
|
void |
destination(TeNodeId destination)
Sets the attribute destination.
|
byte[] |
dstTpId()
Returns the attribute dstTpId.
|
void |
dstTpId(byte[] dstTpId)
Sets the attribute dstTpId.
|
Class<? extends LspEncodingTypes> |
encoding()
Returns the attribute encoding.
|
void |
encoding(Class<? extends LspEncodingTypes> encoding)
Sets the attribute encoding.
|
ExplicitRouteObjects |
explicitRouteObjects()
Returns the attribute explicitRouteObjects.
|
void |
explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
Sets the attribute explicitRouteObjects.
|
short |
id()
Returns the attribute id.
|
void |
id(short id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Request.LeafIdentifier leaf)
Checks if the leaf value is set.
|
PathConstraints |
pathConstraints()
Returns the attribute pathConstraints.
|
void |
pathConstraints(PathConstraints pathConstraints)
Sets the attribute pathConstraints.
|
TeNodeId |
source()
Returns the attribute source.
|
void |
source(TeNodeId source)
Sets the attribute source.
|
byte[] |
srcTpId()
Returns the attribute srcTpId.
|
void |
srcTpId(byte[] srcTpId)
Sets the attribute srcTpId.
|
Class<? extends SwitchingCapabilities> |
switchingLayer()
Returns the attribute switchingLayer.
|
void |
switchingLayer(Class<? extends SwitchingCapabilities> switchingLayer)
Sets the attribute switchingLayer.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
short id()
TeNodeId source()
TeNodeId destination()
byte[] srcTpId()
byte[] dstTpId()
Class<? extends SwitchingCapabilities> switchingLayer()
Class<? extends LspEncodingTypes> encoding()
BitSet valueLeafFlags()
ExplicitRouteObjects explicitRouteObjects()
PathConstraints pathConstraints()
void id(short id)
id - value of idvoid source(TeNodeId source)
source - value of sourcevoid destination(TeNodeId destination)
destination - value of destinationvoid srcTpId(byte[] srcTpId)
srcTpId - value of srcTpIdvoid dstTpId(byte[] dstTpId)
dstTpId - value of dstTpIdvoid switchingLayer(Class<? extends SwitchingCapabilities> switchingLayer)
switchingLayer - value of switchingLayervoid encoding(Class<? extends LspEncodingTypes> encoding)
encoding - value of encodingvoid explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
explicitRouteObjects - value of explicitRouteObjectsvoid pathConstraints(PathConstraints pathConstraints)
pathConstraints - value of pathConstraintsboolean isLeafValueSet(Request.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.