public static enum EloquentRaftProto.ApplyTransitionRequest.PayloadCase extends java.lang.Enum<EloquentRaftProto.ApplyTransitionRequest.PayloadCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
NEW_HOSPICE_MEMBER |
PAYLOAD_NOT_SET |
TRANSITION |
| Modifier and Type | Method and Description |
|---|---|
static EloquentRaftProto.ApplyTransitionRequest.PayloadCase |
forNumber(int value) |
int |
getNumber() |
static EloquentRaftProto.ApplyTransitionRequest.PayloadCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EloquentRaftProto.ApplyTransitionRequest.PayloadCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EloquentRaftProto.ApplyTransitionRequest.PayloadCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EloquentRaftProto.ApplyTransitionRequest.PayloadCase TRANSITION
public static final EloquentRaftProto.ApplyTransitionRequest.PayloadCase NEW_HOSPICE_MEMBER
public static final EloquentRaftProto.ApplyTransitionRequest.PayloadCase PAYLOAD_NOT_SET
public static EloquentRaftProto.ApplyTransitionRequest.PayloadCase[] values()
for (EloquentRaftProto.ApplyTransitionRequest.PayloadCase c : EloquentRaftProto.ApplyTransitionRequest.PayloadCase.values()) System.out.println(c);
public static EloquentRaftProto.ApplyTransitionRequest.PayloadCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static EloquentRaftProto.ApplyTransitionRequest.PayloadCase valueOf(int value)
forNumber(int) instead.public static EloquentRaftProto.ApplyTransitionRequest.PayloadCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite