public static enum PlatformOutboundInstruction.RequestCase extends Enum<PlatformOutboundInstruction.RequestCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
MERGE_EVENT_PROCESSOR_SEGMENT |
NODE_NOTIFICATION |
PAUSE_EVENT_PROCESSOR |
RELEASE_SEGMENT |
REQUEST_EVENT_PROCESSOR_INFO |
REQUEST_NOT_SET |
REQUEST_RECONNECT |
SPLIT_EVENT_PROCESSOR_SEGMENT |
START_EVENT_PROCESSOR |
Modifier and Type | Method and Description |
---|---|
static PlatformOutboundInstruction.RequestCase |
forNumber(int value) |
int |
getNumber() |
static PlatformOutboundInstruction.RequestCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PlatformOutboundInstruction.RequestCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformOutboundInstruction.RequestCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformOutboundInstruction.RequestCase NODE_NOTIFICATION
public static final PlatformOutboundInstruction.RequestCase REQUEST_RECONNECT
public static final PlatformOutboundInstruction.RequestCase PAUSE_EVENT_PROCESSOR
public static final PlatformOutboundInstruction.RequestCase START_EVENT_PROCESSOR
public static final PlatformOutboundInstruction.RequestCase RELEASE_SEGMENT
public static final PlatformOutboundInstruction.RequestCase REQUEST_EVENT_PROCESSOR_INFO
public static final PlatformOutboundInstruction.RequestCase SPLIT_EVENT_PROCESSOR_SEGMENT
public static final PlatformOutboundInstruction.RequestCase MERGE_EVENT_PROCESSOR_SEGMENT
public static final PlatformOutboundInstruction.RequestCase REQUEST_NOT_SET
public static PlatformOutboundInstruction.RequestCase[] values()
for (PlatformOutboundInstruction.RequestCase c : PlatformOutboundInstruction.RequestCase.values()) System.out.println(c);
public static PlatformOutboundInstruction.RequestCase 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 PlatformOutboundInstruction.RequestCase valueOf(int value)
forNumber(int)
instead.public static PlatformOutboundInstruction.RequestCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2010–2019. All rights reserved.