Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.request._case.request.Rps
Packages that use Rps
Package
Description
-
Uses of Rps in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.request._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.request._case that return types with arguments of type RpsModifier and TypeMethodDescriptionRequest.getRps()
Return rps, ornull
if it is not present.RequestBuilder.getRps()
Return current value associated with the property corresponding toRequest.getRps()
.Request.nonnullRps()
Return rps, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.request._case with type arguments of type RpsModifier and TypeMethodDescriptionSet the property corresponding toRequest.getRps()
to the specified value. -
Uses of Rps in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.request._case.request
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.request._case.request with type parameters of type RpsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Rps>>
E$$RpsBuilder.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.pcerr.message.pcerr.message.error.type.request._case.request that return RpsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.request._case.request that return types with arguments of type RpsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.request._case.request with parameters of type RpsModifier and TypeMethodDescriptionstatic boolean
Rps.bindingEquals
(@NonNull Rps thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Rps.bindingHashCode
(@NonNull Rps obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Rps.bindingToString
(@NonNull Rps 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.pcerr.message.pcerr.message.error.type.request._case.request with type arguments of type RpsModifier and TypeMethodDescriptionRpsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Rps> augmentation) Add an augmentation to this builder's product.RpsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Rps>> 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.pcerr.message.pcerr.message.error.type.request._case.request with parameters of type RpsModifierConstructorDescriptionRpsBuilder
(Rps base) Construct a builder initialized with state from specifiedRps
.