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.user._case.UserError
Packages that use UserError
Package
Description
-
Uses of UserError 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 UserErrorModifier and TypeMethodDescriptionUserCase.getUserError()
Return userError, ornull
if it is not present.UserCaseBuilder.getUserError()
Return current value associated with the property corresponding toUserCase.getUserError()
.@NonNull UserError
UserCase.nonnullUserError()
Return userError, 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 UserErrorModifier and TypeMethodDescriptionUserCaseBuilder.setUserError
(UserError value) Set the property corresponding toUserCase.getUserError()
to the specified value. -
Uses of UserError 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.user._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.user._case with type parameters of type UserErrorModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<UserError>>
E$$UserErrorBuilder.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.user._case that return UserErrorModifier and TypeMethodDescription@NonNull UserError
UserErrorBuilder.build()
A newUserError
instance.static @NonNull UserError
UserErrorBuilder.empty()
Get empty instance of UserError.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.user._case that return types with arguments of type UserErrorMethods 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.user._case with parameters of type UserErrorModifier and TypeMethodDescriptionstatic boolean
UserError.bindingEquals
(@NonNull UserError thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
UserError.bindingHashCode
(@NonNull UserError obj) Default implementation ofObject.hashCode()
contract for this interface.static String
UserError.bindingToString
(@NonNull UserError 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.user._case with type arguments of type UserErrorModifier and TypeMethodDescriptionUserErrorBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<UserError> augmentation) Add an augmentation to this builder's product.UserErrorBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<UserError>> 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.user._case with parameters of type UserErrorModifierConstructorDescriptionUserErrorBuilder
(UserError base) Construct a builder initialized with state from specifiedUserError
.