public enum ModelExecutionStatisticType extends java.lang.Enum<ModelExecutionStatisticType>
| Modifier and Type | Method and Description |
|---|---|
static ModelExecutionStatisticType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelExecutionStatisticType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelExecutionStatisticType NO_DATA
public static final ModelExecutionStatisticType ODD_DOES_NOT_SATISFIED
public static final ModelExecutionStatisticType FAIL_TO_RESERVE_AM
public static final ModelExecutionStatisticType ACCOUNT_RESERVATION_ERROR
public static final ModelExecutionStatisticType NO_ACCOUNT_RESERVED
public static final ModelExecutionStatisticType FAIL_TO_RESERVE_AE
public static final ModelExecutionStatisticType ORIGINAL_EVENT_ID_IS_NULL
public static final ModelExecutionStatisticType TICKET_IS_NULL
public static final ModelExecutionStatisticType GET_BET_INFO_ERROR
public static final ModelExecutionStatisticType GET_BET_INFO_FAILED
public static final ModelExecutionStatisticType PIVOT_CHANGED
public static final ModelExecutionStatisticType RETRIEVED_ODD_DOES_NOT_SATISFIED
public static final ModelExecutionStatisticType BET_AMOUNT_LOWER_MINSTAKE
public static final ModelExecutionStatisticType BET_IS_NULL
public static final ModelExecutionStatisticType BET_ERROR
public static final ModelExecutionStatisticType BET_FAILED
public static final ModelExecutionStatisticType CANNOT_CHANGE_STATUS_IN_DB
public static final ModelExecutionStatisticType NOT_ENOUGH_LEFT_STAKE
public static final ModelExecutionStatisticType SCORE_OR_REDCARD_CHANGED
public static final ModelExecutionStatisticType MATCH_END_THRESHOLD
public static final ModelExecutionStatisticType LOWER_MINSTAKE
public static final ModelExecutionStatisticType MARKET_CLOSED
public static final ModelExecutionStatisticType FAIL_TO_RESERVE_PLM
public static final ModelExecutionStatisticType STUCK
public static final ModelExecutionStatisticType WAITING_TO_STOP
public static final ModelExecutionStatisticType STOP
public static ModelExecutionStatisticType[] values()
for (ModelExecutionStatisticType c : ModelExecutionStatisticType.values()) System.out.println(c);
public static ModelExecutionStatisticType 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