public static enum ProductEventStat.EnumBreakdowns extends Enum<ProductEventStat.EnumBreakdowns>
Enum Constant and Description |
---|
VALUE_DEVICE_TYPE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ProductEventStat.EnumBreakdowns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductEventStat.EnumBreakdowns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="DEVICE_TYPE") public static final ProductEventStat.EnumBreakdowns VALUE_DEVICE_TYPE
public static ProductEventStat.EnumBreakdowns[] values()
for (ProductEventStat.EnumBreakdowns c : ProductEventStat.EnumBreakdowns.values()) System.out.println(c);
public static ProductEventStat.EnumBreakdowns 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 nullpublic String toString()
toString
in class Enum<ProductEventStat.EnumBreakdowns>
Copyright © 2023. All rights reserved.