Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.subobjects.subobject.type.dynamic.control.protection._case.DynamicControlProtection
Packages that use DynamicControlProtection
Package
Description
-
Uses of DynamicControlProtection in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.subobjects.subobject.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.subobjects.subobject.type that return DynamicControlProtectionModifier and TypeMethodDescriptionDynamicControlProtectionCase.getDynamicControlProtection()
Return dynamicControlProtection, ornull
if it is not present.DynamicControlProtectionCaseBuilder.getDynamicControlProtection()
Return current value associated with the property corresponding toDynamicControlProtectionCase.getDynamicControlProtection()
.@NonNull DynamicControlProtection
DynamicControlProtectionCase.nonnullDynamicControlProtection()
Return dynamicControlProtection, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.subobjects.subobject.type with parameters of type DynamicControlProtectionModifier and TypeMethodDescriptionDynamicControlProtectionCaseBuilder.setDynamicControlProtection
(DynamicControlProtection value) Set the property corresponding toDynamicControlProtectionCase.getDynamicControlProtection()
to the specified value. -
Uses of DynamicControlProtection in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.subobjects.subobject.type.dynamic.control.protection._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.subobjects.subobject.type.dynamic.control.protection._case with type parameters of type DynamicControlProtectionModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection>>
E$$DynamicControlProtectionBuilder.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.secondary._record.route.subobjects.subobject.type.dynamic.control.protection._case that return DynamicControlProtectionModifier and TypeMethodDescription@NonNull DynamicControlProtection
DynamicControlProtectionBuilder.build()
A newDynamicControlProtection
instance.static @NonNull DynamicControlProtection
DynamicControlProtectionBuilder.empty()
Get empty instance of DynamicControlProtection.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.subobjects.subobject.type.dynamic.control.protection._case that return types with arguments of type DynamicControlProtectionModifier and TypeMethodDescriptiondefault Class<DynamicControlProtection>
DynamicControlProtection.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.subobjects.subobject.type.dynamic.control.protection._case with parameters of type DynamicControlProtectionModifier and TypeMethodDescriptionstatic boolean
DynamicControlProtection.bindingEquals
(@NonNull DynamicControlProtection thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
DynamicControlProtection.bindingHashCode
(@NonNull DynamicControlProtection obj) Default implementation ofObject.hashCode()
contract for this interface.static String
DynamicControlProtection.bindingToString
(@NonNull DynamicControlProtection 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.secondary._record.route.subobjects.subobject.type.dynamic.control.protection._case with type arguments of type DynamicControlProtectionModifier and TypeMethodDescriptionDynamicControlProtectionBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection> augmentation) Add an augmentation to this builder's product.DynamicControlProtectionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.subobjects.subobject.type.dynamic.control.protection._case with parameters of type DynamicControlProtectionModifierConstructorDescriptionConstruct a builder initialized with state from specifiedDynamicControlProtection
.