Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object.iro.Subobject
Packages that use Subobject
Package
Description
-
Uses of Subobject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object that return types with arguments of type SubobjectModifier and TypeMethodDescriptionIro.getSubobject()
Return subobject, ornull
if it is not present.IroBuilder.getSubobject()
Return current value associated with the property corresponding toIro.getSubobject()
.Iro.nonnullSubobject()
Return subobject, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object with type arguments of type SubobjectModifier and TypeMethodDescriptionIroBuilder.setSubobject
(List<Subobject> values) Set the property corresponding toIro.getSubobject()
to the specified value. -
Uses of Subobject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object.iro
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object.iro with type parameters of type SubobjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Subobject>>
E$$SubobjectBuilder.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.pcep.types.rev181109.include.route.object.iro that return SubobjectModifier and TypeMethodDescription@NonNull Subobject
SubobjectBuilder.build()
A newSubobject
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object.iro that return types with arguments of type SubobjectMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object.iro with parameters of type SubobjectModifier and TypeMethodDescriptionstatic boolean
Subobject.bindingEquals
(@NonNull Subobject thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Subobject.bindingHashCode
(@NonNull Subobject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Subobject.bindingToString
(@NonNull Subobject obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object.iro with type arguments of type SubobjectModifier and TypeMethodDescriptionSubobjectBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Subobject> augmentation) Add an augmentation to this builder's product.SubobjectBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Subobject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object.iro with parameters of type SubobjectModifierConstructorDescriptionSubobjectBuilder
(Subobject base) Construct a builder initialized with state from specifiedSubobject
.