Uses of Interface
org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.showtechsupport.input.TechsupportRequest
-
Packages that use TechsupportRequest Package Description org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.showtechsupport.input -
-
Uses of TechsupportRequest in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 that return TechsupportRequest Modifier and Type Method Description TechsupportRequestShowTechsupportInput. getTechsupportRequest()Return techsupportRequest, ornullif it is not present.TechsupportRequestShowTechsupportInputBuilder. getTechsupportRequest()Return current value associated with the property corresponding toShowTechsupportInput.getTechsupportRequest().Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614 with parameters of type TechsupportRequest Modifier and Type Method Description ShowTechsupportInputBuilderShowTechsupportInputBuilder. setTechsupportRequest(TechsupportRequest value)Set the property corresponding toShowTechsupportInput.getTechsupportRequest()to the specified value. -
Uses of TechsupportRequest in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.showtechsupport.input
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.showtechsupport.input with type parameters of type TechsupportRequest Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TechsupportRequest>>
E$$TechsupportRequestBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.showtechsupport.input that return TechsupportRequest Modifier and Type Method Description @NonNull TechsupportRequestTechsupportRequestBuilder. build()A newTechsupportRequestinstance.Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.showtechsupport.input that return types with arguments of type TechsupportRequest Modifier and Type Method Description default Class<TechsupportRequest>TechsupportRequest. implementedInterface()Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.showtechsupport.input with parameters of type TechsupportRequest Modifier and Type Method Description static booleanTechsupportRequest. bindingEquals(@NonNull TechsupportRequest thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTechsupportRequest. bindingHashCode(@NonNull TechsupportRequest obj)Default implementation ofObject.hashCode()contract for this interface.static StringTechsupportRequest. bindingToString(@NonNull TechsupportRequest obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.showtechsupport.input with type arguments of type TechsupportRequest Modifier and Type Method Description TechsupportRequestBuilderTechsupportRequestBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TechsupportRequest> augmentation)Add an augmentation to this builder's product.TechsupportRequestBuilderTechsupportRequestBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TechsupportRequest>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.showtechsupport.input with parameters of type TechsupportRequest Constructor Description TechsupportRequestBuilder(TechsupportRequest base)Construct a builder initialized with state from specifiedTechsupportRequest.
-