Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice.InsecureDebugOnly.ConnectionType
Packages that use InsecureDebugOnly.ConnectionType
Package
Description
-
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.ConnectionTypeModifier and TypeMethodDescriptionstatic @Nullable InsecureDebugOnly.ConnectionTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable InsecureDebugOnly.ConnectionTypeInsecureDebugOnly.ConnectionType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.InsecureDebugOnly.getConnectionType()Return connectionType, ornullif it is not present.InsecureDebugOnlyBuilder.getConnectionType()Return current value associated with the property corresponding toInsecureDebugOnly.getConnectionType().static @NonNull InsecureDebugOnly.ConnectionTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull InsecureDebugOnly.ConnectionTypeInsecureDebugOnly.ConnectionType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull InsecureDebugOnly.ConnectionTypeInsecureDebugOnly.requireConnectionType()Return connectionType, guaranteed to be non-null.Returns the enum constant of this class with the specified name.static InsecureDebugOnly.ConnectionType[]InsecureDebugOnly.ConnectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.security.security.choice with parameters of type InsecureDebugOnly.ConnectionTypeModifier and TypeMethodDescriptionInsecureDebugOnlyBuilder.setConnectionType(InsecureDebugOnly.ConnectionType value) Set the property corresponding toInsecureDebugOnly.getConnectionType()to the specified value.