public enum ReportReason extends java.lang.Enum<ReportReason> implements EnumParam
| Enum Constant and Description |
|---|
_0 |
_1 |
_10 |
_101 |
_11 |
_12 |
_13 |
_15 |
_2 |
_27 |
_4 |
_41 |
_42 |
_43 |
_5 |
_6 |
_8 |
_9 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static ReportReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="0") public static final ReportReason _0
@SerializedName(value="1") public static final ReportReason _1
@SerializedName(value="2") public static final ReportReason _2
@SerializedName(value="4") public static final ReportReason _4
@SerializedName(value="5") public static final ReportReason _5
@SerializedName(value="6") public static final ReportReason _6
@SerializedName(value="8") public static final ReportReason _8
@SerializedName(value="9") public static final ReportReason _9
@SerializedName(value="10") public static final ReportReason _10
@SerializedName(value="11") public static final ReportReason _11
@SerializedName(value="12") public static final ReportReason _12
@SerializedName(value="13") public static final ReportReason _13
@SerializedName(value="15") public static final ReportReason _15
@SerializedName(value="27") public static final ReportReason _27
@SerializedName(value="41") public static final ReportReason _41
@SerializedName(value="42") public static final ReportReason _42
@SerializedName(value="43") public static final ReportReason _43
@SerializedName(value="101") public static final ReportReason _101
public static ReportReason[] values()
for (ReportReason c : ReportReason.values()) System.out.println(c);
public static ReportReason 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 java.lang.String toString()
toString in class java.lang.Enum<ReportReason>