Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping.PcepSessionState
Packages that use PcepSessionState
Package
Description
-
Uses of PcepSessionState in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113 that return PcepSessionStateModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping with type parameters of type PcepSessionStateModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionState>>
E$$PcepSessionStateBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping that return PcepSessionStateModifier and TypeMethodDescription@NonNull PcepSessionState
PcepSessionStateBuilder.build()
A newPcepSessionState
instance.static @NonNull PcepSessionState
PcepSessionStateBuilder.empty()
Get empty instance of PcepSessionState.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping that return types with arguments of type PcepSessionStateModifier and TypeMethodDescriptiondefault Class<PcepSessionState>
PcepSessionState.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping with parameters of type PcepSessionStateModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping with type arguments of type PcepSessionStateModifier and TypeMethodDescriptionPcepSessionStateBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionState> augmentation) Add an augmentation to this builder's product.PcepSessionStateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepSessionState>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping with parameters of type PcepSessionStateModifierConstructorDescriptionConstruct 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology that return PcepSessionStateModifier and TypeMethodDescriptionNodeBuilder.getPcepSessionState()
Return current value associated with the property corresponding toPcepSessionStateGrouping.getPcepSessionState()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.get.stats.output.topology with parameters of type PcepSessionStateModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.stats.rev181109 that return PcepSessionStateModifier and TypeMethodDescriptionPcepTopologyNodeStatsAugBuilder.getPcepSessionState()
Return current value associated with the property corresponding toPcepSessionStateGrouping.getPcepSessionState()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.stats.rev181109 with parameters of type PcepSessionStateModifier and TypeMethodDescriptionPcepTopologyNodeStatsAugBuilder.setPcepSessionState
(PcepSessionState value) Set the property corresponding toPcepSessionStateGrouping.getPcepSessionState()
to the specified value.