public static enum Lgraph.CallPluginResponse.CallPluginResultCase extends Enum<Lgraph.CallPluginResponse.CallPluginResultCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CALLPLUGINRESULT_NOT_SET |
JSON_RESULT |
REPLY |
| Modifier and Type | Method and Description |
|---|---|
static Lgraph.CallPluginResponse.CallPluginResultCase |
forNumber(int value) |
int |
getNumber() |
static Lgraph.CallPluginResponse.CallPluginResultCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Lgraph.CallPluginResponse.CallPluginResultCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lgraph.CallPluginResponse.CallPluginResultCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lgraph.CallPluginResponse.CallPluginResultCase REPLY
public static final Lgraph.CallPluginResponse.CallPluginResultCase JSON_RESULT
public static final Lgraph.CallPluginResponse.CallPluginResultCase CALLPLUGINRESULT_NOT_SET
public static Lgraph.CallPluginResponse.CallPluginResultCase[] values()
for (Lgraph.CallPluginResponse.CallPluginResultCase c : Lgraph.CallPluginResponse.CallPluginResultCase.values()) System.out.println(c);
public static Lgraph.CallPluginResponse.CallPluginResultCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static Lgraph.CallPluginResponse.CallPluginResultCase valueOf(int value)
forNumber(int) instead.public static Lgraph.CallPluginResponse.CallPluginResultCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Ant Group. All rights reserved.