Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.dynamic.control.protection.object._case.DynamicControlProtectionObject
Packages that use DynamicControlProtectionObject
Package
Description
-
Uses of DynamicControlProtectionObject 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 DynamicControlProtectionObjectModifier and TypeMethodDescriptionDynamicControlProtectionObjectCase.getDynamicControlProtectionObject()
Return dynamicControlProtectionObject, ornull
if it is not present.DynamicControlProtectionObjectCaseBuilder.getDynamicControlProtectionObject()
Return current value associated with the property corresponding toDynamicControlProtectionObjectCase.getDynamicControlProtectionObject()
.@NonNull DynamicControlProtectionObject
DynamicControlProtectionObjectCase.nonnullDynamicControlProtectionObject()
Return dynamicControlProtectionObject, 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 DynamicControlProtectionObjectModifier and TypeMethodDescriptionDynamicControlProtectionObjectCaseBuilder.setDynamicControlProtectionObject
(DynamicControlProtectionObject value) Set the property corresponding toDynamicControlProtectionObjectCase.getDynamicControlProtectionObject()
to the specified value. -
Uses of DynamicControlProtectionObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.dynamic.control.protection.object._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.dynamic.control.protection.object._case with type parameters of type DynamicControlProtectionObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<DynamicControlProtectionObject>>
E$$DynamicControlProtectionObjectBuilder.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.dynamic.control.protection.object._case that return DynamicControlProtectionObjectModifier and TypeMethodDescription@NonNull DynamicControlProtectionObject
DynamicControlProtectionObjectBuilder.build()
A newDynamicControlProtectionObject
instance.static @NonNull DynamicControlProtectionObject
DynamicControlProtectionObjectBuilder.empty()
Get empty instance of DynamicControlProtectionObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.dynamic.control.protection.object._case that return types with arguments of type DynamicControlProtectionObjectModifier and TypeMethodDescriptiondefault Class
<DynamicControlProtectionObject> DynamicControlProtectionObject.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.object.protection.object.dynamic.control.protection.object._case with parameters of type DynamicControlProtectionObjectModifier and TypeMethodDescriptionstatic boolean
DynamicControlProtectionObject.bindingEquals
(@NonNull DynamicControlProtectionObject thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
DynamicControlProtectionObject.bindingHashCode
(@NonNull DynamicControlProtectionObject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
DynamicControlProtectionObject.bindingToString
(@NonNull DynamicControlProtectionObject 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.dynamic.control.protection.object._case with type arguments of type DynamicControlProtectionObjectModifier and TypeMethodDescriptionDynamicControlProtectionObjectBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<DynamicControlProtectionObject> augmentation) Add an augmentation to this builder's product.DynamicControlProtectionObjectBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<DynamicControlProtectionObject>> 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.dynamic.control.protection.object._case with parameters of type DynamicControlProtectionObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedDynamicControlProtectionObject
.