Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.Success
Packages that use Success
Package
Description
-
Uses of Success in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result that return SuccessModifier and TypeMethodDescriptionSuccessCase.getSuccess()
Return success, ornull
if it is not present.SuccessCaseBuilder.getSuccess()
Return current value associated with the property corresponding toSuccessCase.getSuccess()
.@NonNull Success
SuccessCase.nonnullSuccess()
Return success, 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.pcrep.message.pcrep.message.replies.result with parameters of type SuccessModifier and TypeMethodDescriptionSuccessCaseBuilder.setSuccess
(Success value) Set the property corresponding toSuccessCase.getSuccess()
to the specified value. -
Uses of Success in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case with type parameters of type SuccessModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Success>>
E$$SuccessBuilder.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.pcrep.message.pcrep.message.replies.result.success._case that return SuccessModifier and TypeMethodDescription@NonNull Success
SuccessBuilder.build()
A newSuccess
instance.static @NonNull Success
SuccessBuilder.empty()
Get empty instance of Success.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case that return types with arguments of type SuccessMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case with parameters of type SuccessModifier and TypeMethodDescriptionstatic boolean
Success.bindingEquals
(@NonNull Success thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Success.bindingHashCode
(@NonNull Success obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Success.bindingToString
(@NonNull Success 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.pcrep.message.pcrep.message.replies.result.success._case with type arguments of type SuccessModifier and TypeMethodDescriptionSuccessBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Success> augmentation) Add an augmentation to this builder's product.SuccessBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Success>> 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.pcrep.message.pcrep.message.replies.result.success._case with parameters of type SuccessModifierConstructorDescriptionSuccessBuilder
(Success base) Construct a builder initialized with state from specifiedSuccess
.