public class DefaultRequest extends org.onosproject.yang.model.InnerModelObject implements Request, org.onosproject.yang.model.MultiInstanceObject<RequestKeys>
org.onosproject.yang.model.ModelObject.ModelObjectTypeRequest.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected TeNodeId |
destination |
protected byte[] |
dstTpId |
protected Class<? extends LspEncodingTypes> |
encoding |
protected ExplicitRouteObjects |
explicitRouteObjects |
protected short |
id |
protected PathConstraints |
pathConstraints |
protected TeNodeId |
source |
protected byte[] |
srcTpId |
protected Class<? extends SwitchingCapabilities> |
switchingLayer |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultRequest()
Creates an instance of defaultRequest.
|
| 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.
|
boolean |
equals(Object obj) |
ExplicitRouteObjects |
explicitRouteObjects()
Returns the attribute explicitRouteObjects.
|
void |
explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
Sets the attribute explicitRouteObjects.
|
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected short id
protected TeNodeId source
protected TeNodeId destination
protected byte[] srcTpId
protected byte[] dstTpId
protected Class<? extends SwitchingCapabilities> switchingLayer
protected Class<? extends LspEncodingTypes> encoding
protected BitSet valueLeafFlags
protected ExplicitRouteObjects explicitRouteObjects
protected PathConstraints pathConstraints
public short id()
Requestpublic TeNodeId source()
Requestpublic TeNodeId destination()
Requestdestination in interface Requestpublic byte[] srcTpId()
Requestpublic byte[] dstTpId()
Requestpublic Class<? extends SwitchingCapabilities> switchingLayer()
RequestswitchingLayer in interface Requestpublic Class<? extends LspEncodingTypes> encoding()
Requestpublic BitSet valueLeafFlags()
RequestvalueLeafFlags in interface Requestpublic ExplicitRouteObjects explicitRouteObjects()
RequestexplicitRouteObjects in interface Requestpublic PathConstraints pathConstraints()
RequestpathConstraints in interface Requestpublic void id(short id)
Requestpublic void source(TeNodeId source)
Requestpublic void destination(TeNodeId destination)
Requestdestination in interface Requestdestination - value of destinationpublic void srcTpId(byte[] srcTpId)
Requestpublic void dstTpId(byte[] dstTpId)
Requestpublic void switchingLayer(Class<? extends SwitchingCapabilities> switchingLayer)
RequestswitchingLayer in interface RequestswitchingLayer - value of switchingLayerpublic void encoding(Class<? extends LspEncodingTypes> encoding)
Requestpublic void explicitRouteObjects(ExplicitRouteObjects explicitRouteObjects)
RequestexplicitRouteObjects in interface RequestexplicitRouteObjects - value of explicitRouteObjectspublic void pathConstraints(PathConstraints pathConstraints)
RequestpathConstraints in interface RequestpathConstraints - value of pathConstraintspublic boolean isLeafValueSet(Request.LeafIdentifier leaf)
RequestisLeafValueSet in interface Requestleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.