Interface LspAttributes
- All Superinterfaces:
BandwidthObject
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,ClasstypeObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,ExcludeRouteObject
,IncludeRouteObject
,LspaObject
,OfObject
,ReoptimizationBandwidthObject
,ReportedRouteObject
- All Known Subinterfaces:
Arguments
,Arguments
,FailureCase
,P2p
,Path
,Path
,Path
,PathDefinition
,Paths
,Requests
@Generated("mdsal-binding-generator")
public interface LspAttributes
extends org.opendaylight.yangtools.yang.binding.DataObject, LspaObject, BandwidthObject, ReoptimizationBandwidthObject, IncludeRouteObject, ReportedRouteObject, ExcludeRouteObject, OfObject, ClasstypeObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping lsp-attributes { uses lspa-object; uses bandwidth-object; uses reoptimization-bandwidth-object; list metrics { uses metric-object; } uses include-route-object; uses reported-route-object; uses exclude-route-object; uses of-object; uses classtype-object; }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn metrics, ornull
if it is not present.Class<? extends LspAttributes>
Return metrics, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.BandwidthObject
getBandwidth, nonnullBandwidth
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClasstypeObject
getClassType, nonnullClassType
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ExcludeRouteObject
getXro, nonnullXro
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.IncludeRouteObject
getIro, nonnullIro
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.LspaObject
getLspa, nonnullLspa
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.OfObject
getOf, nonnullOf
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ReoptimizationBandwidthObject
getReoptimizationBandwidth, nonnullReoptimizationBandwidth
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ReportedRouteObject
getRro, nonnullRro
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends LspAttributes> implementedInterface()- Specified by:
implementedInterface
in interfaceBandwidthObject
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceClasstypeObject
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceExcludeRouteObject
- Specified by:
implementedInterface
in interfaceIncludeRouteObject
- Specified by:
implementedInterface
in interfaceLspaObject
- Specified by:
implementedInterface
in interfaceOfObject
- Specified by:
implementedInterface
in interfaceReoptimizationBandwidthObject
- Specified by:
implementedInterface
in interfaceReportedRouteObject
-
getMetrics
Return metrics, ornull
if it is not present.- Returns:
List<Metrics>
metrics, ornull
if it is not present.
-
nonnullMetrics
Return metrics, or an empty list if it is not present.- Returns:
List<Metrics>
metrics, or an empty list if it is not present.
-