Uses of Class
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice.InsecureDebugOnly.ConnectionType
-
Packages that use InsecureDebugOnly.ConnectionType Package Description org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice -
-
Uses of InsecureDebugOnly.ConnectionType 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 that return InsecureDebugOnly.ConnectionType Modifier and Type Method Description static InsecureDebugOnly.ConnectionTypeInsecureDebugOnly.ConnectionType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.InsecureDebugOnly.ConnectionTypeInsecureDebugOnly. getConnectionType()Return connectionType, ornullif it is not present.InsecureDebugOnly.ConnectionTypeInsecureDebugOnlyBuilder. getConnectionType()static InsecureDebugOnly.ConnectionTypeInsecureDebugOnly.ConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static InsecureDebugOnly.ConnectionType[]InsecureDebugOnly.ConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice that return types with arguments of type InsecureDebugOnly.ConnectionType Modifier and Type Method Description static Optional<InsecureDebugOnly.ConnectionType>InsecureDebugOnly.ConnectionType. forName(String name)Return the enumeration member whosegetName()matches specified value.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice with parameters of type InsecureDebugOnly.ConnectionType Modifier and Type Method Description InsecureDebugOnlyBuilderInsecureDebugOnlyBuilder. setConnectionType(InsecureDebugOnly.ConnectionType value)
-