Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.pcrep.pcrep.message.replies.result.failure._case.rro.subobject.subobject.type.SrRroType
Package
Description
-
Uses of SrRroType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev200720.pcrep.pcrep.message.replies.result.failure._case.rro.subobject.subobject.type
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SrRroType>>
E$$SrRroTypeBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull SrRroType
SrRroTypeBuilder.build()
A newSrRroType
instance.Modifier and TypeMethodDescriptionstatic boolean
SrRroType.bindingEquals
(@NonNull SrRroType thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SrRroType.bindingHashCode
(@NonNull SrRroType obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SrRroType.bindingToString
(@NonNull SrRroType obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionSrRroTypeBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SrRroType> augmentation) Add an augmentation to this builder's product.SrRroTypeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SrRroType>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionSrRroTypeBuilder
(SrRroType base) Construct a builder initialized with state from specifiedSrRroType
.