Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bnc.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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return types with arguments of type SubobjectModifier and TypeMethodDescriptionBnc.getSubobject()Return subobject, ornullif it is not present.Bnc.nonnullSubobject()Return subobject, or an empty list if it is not present. -
Uses of Subobject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bnc
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bnc with type parameters of type SubobjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.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.bnc that return SubobjectModifier and TypeMethodDescription@NonNull SubobjectSubobjectBuilder.build()A newSubobjectinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bnc that return types with arguments of type SubobjectMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bnc with parameters of type SubobjectModifier and TypeMethodDescriptionstatic booleanSubobject.bindingEquals(@NonNull Subobject thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSubobject.bindingHashCode(@NonNull Subobject obj) Default implementation ofObject.hashCode()contract for this interface.static StringSubobject.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.bnc with type arguments of type SubobjectModifier and TypeMethodDescriptionSubobjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Subobject> augmentation) Add an augmentation to this builder's product.SubobjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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.bnc with parameters of type SubobjectModifierConstructorDescriptionSubobjectBuilder(Subobject base) Construct a builder initialized with state from specifiedSubobject. -
Uses of Subobject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.branch.node.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.branch.node.object that return types with arguments of type SubobjectModifier and TypeMethodDescriptionBranchNodeListBuilder.getSubobject()Return current value associated with the property corresponding toBnc.getSubobject().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.branch.node.object with type arguments of type SubobjectModifier and TypeMethodDescriptionBranchNodeListBuilder.setSubobject(List<Subobject> values) Set the property corresponding toBnc.getSubobject()to the specified value. -
Uses of Subobject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.non.branch.node.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.non.branch.node.object that return types with arguments of type SubobjectModifier and TypeMethodDescriptionNonBranchNodeListBuilder.getSubobject()Return current value associated with the property corresponding toBnc.getSubobject().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.non.branch.node.object with type arguments of type SubobjectModifier and TypeMethodDescriptionNonBranchNodeListBuilder.setSubobject(List<Subobject> values) Set the property corresponding toBnc.getSubobject()to the specified value.