Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.PathKeyExpansion
Packages that use PathKeyExpansion
Package
Description
-
Uses of PathKeyExpansion in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message that return PathKeyExpansionModifier and TypeMethodDescriptionRequests.getPathKeyExpansion()
Return pathKeyExpansion, ornull
if it is not present.RequestsBuilder.getPathKeyExpansion()
Return current value associated with the property corresponding toRequests.getPathKeyExpansion()
.@NonNull PathKeyExpansion
Requests.nonnullPathKeyExpansion()
Return pathKeyExpansion, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message with parameters of type PathKeyExpansionModifier and TypeMethodDescriptionRequestsBuilder.setPathKeyExpansion
(PathKeyExpansion value) Set the property corresponding toRequests.getPathKeyExpansion()
to the specified value. -
Uses of PathKeyExpansion in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests with type parameters of type PathKeyExpansionModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PathKeyExpansion>>
E$$PathKeyExpansionBuilder.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.types.rev181109.pcreq.message.pcreq.message.requests that return PathKeyExpansionModifier and TypeMethodDescription@NonNull PathKeyExpansion
PathKeyExpansionBuilder.build()
A newPathKeyExpansion
instance.static @NonNull PathKeyExpansion
PathKeyExpansionBuilder.empty()
Get empty instance of PathKeyExpansion.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests that return types with arguments of type PathKeyExpansionModifier and TypeMethodDescriptiondefault Class
<PathKeyExpansion> PathKeyExpansion.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests with parameters of type PathKeyExpansionModifier and TypeMethodDescriptionstatic boolean
PathKeyExpansion.bindingEquals
(@NonNull PathKeyExpansion thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PathKeyExpansion.bindingHashCode
(@NonNull PathKeyExpansion obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PathKeyExpansion.bindingToString
(@NonNull PathKeyExpansion obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests with type arguments of type PathKeyExpansionModifier and TypeMethodDescriptionPathKeyExpansionBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PathKeyExpansion> augmentation) Add an augmentation to this builder's product.PathKeyExpansionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PathKeyExpansion>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests with parameters of type PathKeyExpansionModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPathKeyExpansion
.