Interface Object
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,ObjectHeader
- All Known Subinterfaces:
Bandwidth
,BandwidthUsage
,Bnc
,BranchNodeList
,CClose
,ClassType
,CNotification
,EndpointsObj
,Ero
,ErrorObject
,Gc
,Iro
,LoadBalancing
,Lsp
,Lspa
,Metric
,Monitoring
,NonBranchNodeList
,NoPath
,NoPathObject
,Of
,Open
,Overload
,PathKey
,PccIdReq
,PceId
,ProcTime
,ReoptimizationBandwidth
,Rp
,Rro
,Sero
,Srp
,Srro
,Svec
,UnreachDestinationObj
,VendorInformationObject
,Xro
- All Known Implementing Classes:
UnknownObject
@Generated("mdsal-binding-generator")
public interface Object
extends org.opendaylight.yangtools.yang.binding.DataObject, ObjectHeader
Core object structure with optional TLVs
This class represents the following YANG schema fragment defined in module pcep-types
grouping object { uses object-header; }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader
getIgnore, getProcessingRule, requireIgnore, requireProcessingRule
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceObjectHeader
-