Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case.RsvpError
Packages that use RsvpError
Package
Description
-
Uses of RsvpError in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type that return RsvpErrorModifier and TypeMethodDescriptionRsvpCase.getRsvpError()
Return rsvpError, ornull
if it is not present.RsvpCaseBuilder.getRsvpError()
Return current value associated with the property corresponding toRsvpCase.getRsvpError()
.@NonNull RsvpError
RsvpCase.nonnullRsvpError()
Return rsvpError, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type with parameters of type RsvpErrorModifier and TypeMethodDescriptionRsvpCaseBuilder.setRsvpError
(RsvpError value) Set the property corresponding toRsvpCase.getRsvpError()
to the specified value. -
Uses of RsvpError in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case with type parameters of type RsvpErrorModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RsvpError>>
E$$RsvpErrorBuilder.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.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case that return RsvpErrorModifier and TypeMethodDescription@NonNull RsvpError
RsvpErrorBuilder.build()
A newRsvpError
instance.static @NonNull RsvpError
RsvpErrorBuilder.empty()
Get empty instance of RsvpError.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case that return types with arguments of type RsvpErrorMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case with parameters of type RsvpErrorModifier and TypeMethodDescriptionstatic boolean
RsvpError.bindingEquals
(@NonNull RsvpError thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RsvpError.bindingHashCode
(@NonNull RsvpError obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RsvpError.bindingToString
(@NonNull RsvpError obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case with type arguments of type RsvpErrorModifier and TypeMethodDescriptionRsvpErrorBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<RsvpError> augmentation) Add an augmentation to this builder's product.RsvpErrorBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RsvpError>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.rsvp.error.spec.tlv.rsvp.error.spec.error.type.rsvp._case with parameters of type RsvpErrorModifierConstructorDescriptionRsvpErrorBuilder
(RsvpError base) Construct a builder initialized with state from specifiedRsvpError
.