Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.basic.protection.object._case.BasicProtectionObject
Packages that use BasicProtectionObject
Package
Description
-
Uses of BasicProtectionObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object that return BasicProtectionObjectModifier and TypeMethodDescriptionBasicProtectionObjectCase.getBasicProtectionObject()
Return basicProtectionObject, ornull
if it is not present.BasicProtectionObjectCaseBuilder.getBasicProtectionObject()
Return current value associated with the property corresponding toBasicProtectionObjectCase.getBasicProtectionObject()
.@NonNull BasicProtectionObject
BasicProtectionObjectCase.nonnullBasicProtectionObject()
Return basicProtectionObject, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object with parameters of type BasicProtectionObjectModifier and TypeMethodDescriptionBasicProtectionObjectCaseBuilder.setBasicProtectionObject
(BasicProtectionObject value) Set the property corresponding toBasicProtectionObjectCase.getBasicProtectionObject()
to the specified value. -
Uses of BasicProtectionObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.basic.protection.object._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.basic.protection.object._case with type parameters of type BasicProtectionObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObject>>
E$$BasicProtectionObjectBuilder.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.protection.object.protection.object.basic.protection.object._case that return BasicProtectionObjectModifier and TypeMethodDescription@NonNull BasicProtectionObject
BasicProtectionObjectBuilder.build()
A newBasicProtectionObject
instance.static @NonNull BasicProtectionObject
BasicProtectionObjectBuilder.empty()
Get empty instance of BasicProtectionObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.basic.protection.object._case that return types with arguments of type BasicProtectionObjectModifier and TypeMethodDescriptiondefault Class<BasicProtectionObject>
BasicProtectionObject.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.basic.protection.object._case with parameters of type BasicProtectionObjectModifier and TypeMethodDescriptionstatic boolean
BasicProtectionObject.bindingEquals
(@NonNull BasicProtectionObject thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BasicProtectionObject.bindingHashCode
(@NonNull BasicProtectionObject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BasicProtectionObject.bindingToString
(@NonNull BasicProtectionObject 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.protection.object.protection.object.basic.protection.object._case with type arguments of type BasicProtectionObjectModifier and TypeMethodDescriptionBasicProtectionObjectBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObject> augmentation) Add an augmentation to this builder's product.BasicProtectionObjectBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.basic.protection.object._case with parameters of type BasicProtectionObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBasicProtectionObject
.