Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping.PcepSessionState
Package
Description
-
Uses of PcepSessionState in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113
Modifier and TypeMethodDescriptionPcepSessionStateGrouping.getPcepSessionState()
Return pcepSessionState, ornull
if it is not present.@NonNull PcepSessionState
PcepSessionStateGrouping.nonnullPcepSessionState()
Return pcepSessionState, or an empty instance if it is not present. -
Uses of PcepSessionState in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PcepSessionState>>
E$$PcepSessionStateBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull PcepSessionState
PcepSessionStateBuilder.build()
A newPcepSessionState
instance.static @NonNull PcepSessionState
PcepSessionStateBuilder.empty()
Get empty instance of PcepSessionState.Modifier and TypeMethodDescriptiondefault Class
<PcepSessionState> PcepSessionState.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
PcepSessionState.bindingEquals
(@NonNull PcepSessionState thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PcepSessionState.bindingHashCode
(@NonNull PcepSessionState obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PcepSessionState.bindingToString
(@NonNull PcepSessionState obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionPcepSessionStateBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PcepSessionState> augmentation) Add an augmentation to this builder's product.PcepSessionStateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcepSessionState>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcepSessionState
. -
Uses of PcepSessionState in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology
Modifier and TypeMethodDescriptionNodeBuilder.getPcepSessionState()
Return current value associated with the property corresponding toPcepSessionStateGrouping.getPcepSessionState()
.Modifier and TypeMethodDescriptionNodeBuilder.setPcepSessionState
(PcepSessionState value) Set the property corresponding toPcepSessionStateGrouping.getPcepSessionState()
to the specified value. -
Uses of PcepSessionState in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.stats.rev181109
Modifier and TypeMethodDescriptionPcepTopologyNodeStatsAugBuilder.getPcepSessionState()
Return current value associated with the property corresponding toPcepSessionStateGrouping.getPcepSessionState()
.Modifier and TypeMethodDescriptionPcepTopologyNodeStatsAugBuilder.setPcepSessionState
(PcepSessionState value) Set the property corresponding toPcepSessionStateGrouping.getPcepSessionState()
to the specified value.