Uses of Interface
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice.InsecureDebugOnly
-
Packages that use InsecureDebugOnly Package Description org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice -
-
Uses of InsecureDebugOnly in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice
Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice with type parameters of type InsecureDebugOnly Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<InsecureDebugOnly>>
E$$InsecureDebugOnlyBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice that return InsecureDebugOnly Modifier and Type Method Description @NonNull InsecureDebugOnlyInsecureDebugOnlyBuilder. build()A newInsecureDebugOnlyinstance.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice that return types with arguments of type InsecureDebugOnly Modifier and Type Method Description default Class<InsecureDebugOnly>InsecureDebugOnly. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice with parameters of type InsecureDebugOnly Modifier and Type Method Description static booleanInsecureDebugOnly. bindingEquals(@NonNull InsecureDebugOnly thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intInsecureDebugOnly. bindingHashCode(@NonNull InsecureDebugOnly obj)Default implementation ofObject.hashCode()contract for this interface.static StringInsecureDebugOnly. bindingToString(@NonNull InsecureDebugOnly obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice with type arguments of type InsecureDebugOnly Modifier and Type Method Description InsecureDebugOnlyBuilderInsecureDebugOnlyBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<InsecureDebugOnly> augmentation)Add an augmentation to this builder's product.InsecureDebugOnlyBuilderInsecureDebugOnlyBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InsecureDebugOnly>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice with parameters of type InsecureDebugOnly Constructor Description InsecureDebugOnlyBuilder(InsecureDebugOnly base)Construct a builder initialized with state from specifiedInsecureDebugOnly.
-