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, ornullif it is not present.@NonNull PcepSessionStatePcepSessionStateGrouping.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.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 PcepSessionStatePcepSessionStateBuilder.build()A newPcepSessionStateinstance.static @NonNull PcepSessionStatePcepSessionStateBuilder.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 booleanPcepSessionState.bindingEquals(@NonNull PcepSessionState thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPcepSessionState.bindingHashCode(@NonNull PcepSessionState obj) Default implementation ofObject.hashCode()contract for this interface.static StringPcepSessionState.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.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.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.