Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.FailureCase
Package
Description
-
Uses of FailureCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<FailureCase>>
E$$FailureCaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull FailureCase
FailureCaseBuilder.build()
A newFailureCase
instance.Modifier and TypeMethodDescriptionstatic boolean
FailureCase.bindingEquals
(@NonNull FailureCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FailureCase.bindingHashCode
(@NonNull FailureCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FailureCase.bindingToString
(@NonNull FailureCase obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionFailureCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<FailureCase> augmentation) Add an augmentation to this builder's product.FailureCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<FailureCase>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedFailureCase
.