Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.PeerPref
Packages that use PeerPref
Package
Description
-
Uses of PeerPref in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return PeerPrefModifier and TypeMethodDescriptionPCEPSessionState.getPeerPref()The remote peer (PCC) preferences. -
Uses of PeerPref 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 PeerPrefModifier and TypeMethodDescriptionPcepSessionState.getPeerPref()Return peerPref, ornullif it is not present.@NonNull PeerPrefPcepSessionState.nonnullPeerPref()Return peerPref, or an empty instance if it is not present. -
Uses of PeerPref in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state with type parameters of type PeerPrefModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PeerPref>>
E$$PeerPrefBuilder.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 that return PeerPrefModifier and TypeMethodDescription@NonNull PeerPrefPeerPrefBuilder.build()A newPeerPrefinstance.static @NonNull PeerPrefPeerPrefBuilder.empty()Get empty instance of PeerPref.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state that return types with arguments of type PeerPrefMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state with parameters of type PeerPrefModifier and TypeMethodDescriptionstatic booleanPeerPref.bindingEquals(@NonNull PeerPref thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPeerPref.bindingHashCode(@NonNull PeerPref obj) Default implementation ofObject.hashCode()contract for this interface.static StringPeerPref.bindingToString(@NonNull PeerPref 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 with type arguments of type PeerPrefModifier and TypeMethodDescriptionPeerPrefBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PeerPref> augmentation) Add an augmentation to this builder's product.PeerPrefBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PeerPref>> 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 with parameters of type PeerPrefModifierConstructorDescriptionPeerPrefBuilder(PeerPref base) Construct a builder initialized with state from specifiedPeerPref. -
Uses of PeerPref 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 that return PeerPrefModifier and TypeMethodDescriptionPcepSessionStateBuilder.getPeerPref()Return current value associated with the property corresponding toPcepSessionState.getPeerPref().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping with parameters of type PeerPrefModifier and TypeMethodDescriptionPcepSessionStateBuilder.setPeerPref(PeerPref value) Set the property corresponding toPcepSessionState.getPeerPref()to the specified value.