Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.object.of.Tlvs
Packages that use Tlvs
Package
Description
-
Uses of Tlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.object that return TlvsModifier and TypeMethodDescriptionOf.getTlvs()Return tlvs, ornullif it is not present.OfBuilder.getTlvs()Return current value associated with the property corresponding toOf.getTlvs().@NonNull TlvsOf.nonnullTlvs()Return tlvs, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.object with parameters of type TlvsModifier and TypeMethodDescriptionSet the property corresponding toOf.getTlvs()to the specified value. -
Uses of Tlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.object.of
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.object.of with type parameters of type TlvsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Tlvs>>
E$$TlvsBuilder.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.object.of that return TlvsModifier and TypeMethodDescription@NonNull TlvsTlvsBuilder.build()A newTlvsinstance.static @NonNull TlvsTlvsBuilder.empty()Get empty instance of Tlvs.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.object.of that return types with arguments of type TlvsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.object.of with parameters of type TlvsModifier and TypeMethodDescriptionstatic booleanTlvs.bindingEquals(@NonNull Tlvs thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTlvs.bindingHashCode(@NonNull Tlvs obj) Default implementation ofObject.hashCode()contract for this interface.static StringTlvs.bindingToString(@NonNull Tlvs 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.object.of with type arguments of type TlvsModifier and TypeMethodDescriptionTlvsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Tlvs> augmentation) Add an augmentation to this builder's product.TlvsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Tlvs>> 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.object.of with parameters of type TlvsModifierConstructorDescriptionTlvsBuilder(Tlvs base) Construct a builder initialized with state from specifiedTlvs.