Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv.OfList
Packages that use OfList
Package
Description
-
Uses of OfList 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 OfListModifier and TypeMethodDescriptionOfListTlv.getOfList()Return ofList, ornullif it is not present.@NonNull OfListOfListTlv.nonnullOfList()Return ofList, or an empty instance if it is not present. -
Uses of OfList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv with type parameters of type OfListModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<OfList>>
E$$OfListBuilder.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.of.list.tlv that return OfListModifier and TypeMethodDescription@NonNull OfListOfListBuilder.build()A newOfListinstance.static @NonNull OfListOfListBuilder.empty()Get empty instance of OfList.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv that return types with arguments of type OfListMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv with parameters of type OfListModifier and TypeMethodDescriptionstatic booleanOfList.bindingEquals(@NonNull OfList thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intOfList.bindingHashCode(@NonNull OfList obj) Default implementation ofObject.hashCode()contract for this interface.static StringOfList.bindingToString(@NonNull OfList 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.of.list.tlv with type arguments of type OfListModifier and TypeMethodDescriptionOfListBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<OfList> augmentation) Add an augmentation to this builder's product.OfListBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<OfList>> 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.of.list.tlv with parameters of type OfListModifierConstructorDescriptionOfListBuilder(OfList base) Construct a builder initialized with state from specifiedOfList. -
Uses of OfList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open that return OfListModifier and TypeMethodDescriptionTlvsBuilder.getOfList()Return current value associated with the property corresponding toOfListTlv.getOfList().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open with parameters of type OfListModifier and TypeMethodDescriptionSet the property corresponding toOfListTlv.getOfList()to the specified value.