Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.rp.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.rp.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object that return TlvsModifier and TypeMethodDescriptionRp.getTlvs()Return tlvs, ornullif it is not present.RpBuilder.getTlvs()Return current value associated with the property corresponding toRp.getTlvs().@NonNull TlvsRp.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.rp.object with parameters of type TlvsModifier and TypeMethodDescriptionSet the property corresponding toRp.getTlvs()to the specified value. -
Uses of Tlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.rp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.rp 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.rp.object.rp 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.rp.object.rp that return types with arguments of type TlvsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.rp 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.rp.object.rp 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.rp.object.rp with parameters of type TlvsModifierConstructorDescriptionTlvsBuilder(Tlvs base) Construct a builder initialized with state from specifiedTlvs.