public static enum ScheduleActivityTaskDecisionAttributes._Fields extends java.lang.Enum<ScheduleActivityTaskDecisionAttributes._Fields> implements org.apache.thrift.TFieldIdEnum
Enum Constant and Description |
---|
ACTIVITY_ID |
ACTIVITY_TYPE |
DOMAIN |
HEADER |
HEARTBEAT_TIMEOUT_SECONDS |
INPUT |
RETRY_POLICY |
SCHEDULE_TO_CLOSE_TIMEOUT_SECONDS |
SCHEDULE_TO_START_TIMEOUT_SECONDS |
START_TO_CLOSE_TIMEOUT_SECONDS |
TASK_LIST |
Modifier and Type | Method and Description |
---|---|
static ScheduleActivityTaskDecisionAttributes._Fields |
findByName(java.lang.String name)
Find the _Fields constant that matches name, or null if its not found.
|
static ScheduleActivityTaskDecisionAttributes._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static ScheduleActivityTaskDecisionAttributes._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
java.lang.String |
getFieldName() |
short |
getThriftFieldId() |
static ScheduleActivityTaskDecisionAttributes._Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleActivityTaskDecisionAttributes._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduleActivityTaskDecisionAttributes._Fields ACTIVITY_ID
public static final ScheduleActivityTaskDecisionAttributes._Fields ACTIVITY_TYPE
public static final ScheduleActivityTaskDecisionAttributes._Fields DOMAIN
public static final ScheduleActivityTaskDecisionAttributes._Fields TASK_LIST
public static final ScheduleActivityTaskDecisionAttributes._Fields INPUT
public static final ScheduleActivityTaskDecisionAttributes._Fields SCHEDULE_TO_CLOSE_TIMEOUT_SECONDS
public static final ScheduleActivityTaskDecisionAttributes._Fields SCHEDULE_TO_START_TIMEOUT_SECONDS
public static final ScheduleActivityTaskDecisionAttributes._Fields START_TO_CLOSE_TIMEOUT_SECONDS
public static final ScheduleActivityTaskDecisionAttributes._Fields HEARTBEAT_TIMEOUT_SECONDS
public static final ScheduleActivityTaskDecisionAttributes._Fields RETRY_POLICY
public static final ScheduleActivityTaskDecisionAttributes._Fields HEADER
public static ScheduleActivityTaskDecisionAttributes._Fields[] values()
for (ScheduleActivityTaskDecisionAttributes._Fields c : ScheduleActivityTaskDecisionAttributes._Fields.values()) System.out.println(c);
public static ScheduleActivityTaskDecisionAttributes._Fields 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 nullpublic static ScheduleActivityTaskDecisionAttributes._Fields findByThriftId(int fieldId)
public static ScheduleActivityTaskDecisionAttributes._Fields findByThriftIdOrThrow(int fieldId)
public static ScheduleActivityTaskDecisionAttributes._Fields findByName(java.lang.String name)
public short getThriftFieldId()
getThriftFieldId
in interface org.apache.thrift.TFieldIdEnum
public java.lang.String getFieldName()
getFieldName
in interface org.apache.thrift.TFieldIdEnum