Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlv.ReqMissing
Packages that use ReqMissing
Package
Description
-
Uses of ReqMissing 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 ReqMissingModifier and TypeMethodDescriptionReqMissingTlv.getReqMissing()Return reqMissing, ornullif it is not present.@NonNull ReqMissingReqMissingTlv.nonnullReqMissing()Return reqMissing, or an empty instance if it is not present. -
Uses of ReqMissing in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.error.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.error.object that return ReqMissingModifier and TypeMethodDescriptionTlvsBuilder.getReqMissing()Return current value associated with the property corresponding toReqMissingTlv.getReqMissing().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.error.object with parameters of type ReqMissingModifier and TypeMethodDescriptionTlvsBuilder.setReqMissing(ReqMissing value) Set the property corresponding toReqMissingTlv.getReqMissing()to the specified value. -
Uses of ReqMissing in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlv with type parameters of type ReqMissingModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ReqMissing>>
E$$ReqMissingBuilder.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.req.missing.tlv that return ReqMissingModifier and TypeMethodDescription@NonNull ReqMissingReqMissingBuilder.build()A newReqMissinginstance.static @NonNull ReqMissingReqMissingBuilder.empty()Get empty instance of ReqMissing.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlv that return types with arguments of type ReqMissingMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.req.missing.tlv with parameters of type ReqMissingModifier and TypeMethodDescriptionstatic booleanReqMissing.bindingEquals(@NonNull ReqMissing thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intReqMissing.bindingHashCode(@NonNull ReqMissing obj) Default implementation ofObject.hashCode()contract for this interface.static StringReqMissing.bindingToString(@NonNull ReqMissing 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.req.missing.tlv with type arguments of type ReqMissingModifier and TypeMethodDescriptionReqMissingBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ReqMissing> augmentation) Add an augmentation to this builder's product.ReqMissingBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ReqMissing>> 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.req.missing.tlv with parameters of type ReqMissingModifierConstructorDescriptionReqMissingBuilder(ReqMissing base) Construct a builder initialized with state from specifiedReqMissing.