Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message.notifications.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.pcntf.message.pcntf.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message that return types with arguments of type RpsModifier and TypeMethodDescriptionNotifications.getRps()Return rps, ornullif it is not present.NotificationsBuilder.getRps()Return current value associated with the property corresponding toNotifications.getRps().Notifications.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.pcntf.message.pcntf.message with type arguments of type RpsModifier and TypeMethodDescriptionSet the property corresponding toNotifications.getRps()to the specified value. -
Uses of Rps in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message.notifications
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message.notifications 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.pcntf.message.pcntf.message.notifications that return RpsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message.notifications that return types with arguments of type RpsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.pcntf.message.notifications with parameters of type RpsModifier and TypeMethodDescriptionstatic booleanRps.bindingEquals(@NonNull Rps thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intRps.bindingHashCode(@NonNull Rps obj) Default implementation ofObject.hashCode()contract for this interface.static StringRps.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.pcntf.message.pcntf.message.notifications 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.pcntf.message.pcntf.message.notifications with parameters of type RpsModifierConstructorDescriptionRpsBuilder(Rps base) Construct a builder initialized with state from specifiedRps.