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