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
Package
Description
-
Uses of Request in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type
Modifier and TypeMethodDescriptionRequestCase.getRequest()
Return request, ornull
if it is not present.RequestCaseBuilder.getRequest()
Return current value associated with the property corresponding toRequestCase.getRequest()
.@NonNull Request
RequestCase.nonnullRequest()
Return request, or an empty instance if it is not present.Modifier and TypeMethodDescriptionRequestCaseBuilder.setRequest
(Request value) Set the property corresponding toRequestCase.getRequest()
to the specified value. -
Uses of Request in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.request._case
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Request>>
E$$RequestBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Request
RequestBuilder.build()
A newRequest
instance.static @NonNull Request
RequestBuilder.empty()
Get empty instance of Request.Modifier and TypeMethodDescriptionstatic boolean
Request.bindingEquals
(@NonNull Request thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Request.bindingHashCode
(@NonNull Request obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Request.bindingToString
(@NonNull Request obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionRequestBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Request> augmentation) Add an augmentation to this builder's product.RequestBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Request>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionRequestBuilder
(Request base) Construct a builder initialized with state from specifiedRequest
.