Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type.ExrsCase
Packages that use ExrsCase
Package
Description
-
Uses of ExrsCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type with type parameters of type ExrsCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ExrsCase>>
E$$ExrsCaseBuilder.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.rsvp.rev150820.explicit.route.subobjects.subobject.type that return ExrsCaseModifier and TypeMethodDescription@NonNull ExrsCase
ExrsCaseBuilder.build()
A newExrsCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type that return types with arguments of type ExrsCaseMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type with parameters of type ExrsCaseModifier and TypeMethodDescriptionstatic boolean
ExrsCase.bindingEquals
(@NonNull ExrsCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ExrsCase.bindingHashCode
(@NonNull ExrsCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ExrsCase.bindingToString
(@NonNull ExrsCase obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type with type arguments of type ExrsCaseModifier and TypeMethodDescriptionExrsCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ExrsCase> augmentation) Add an augmentation to this builder's product.ExrsCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ExrsCase>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.subobjects.subobject.type with parameters of type ExrsCaseModifierConstructorDescriptionExrsCaseBuilder
(ExrsCase base) Construct a builder initialized with state from specifiedExrsCase
.