public static enum AdsPixelStatsResult.EnumAggregation extends Enum<AdsPixelStatsResult.EnumAggregation>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdsPixelStatsResult.EnumAggregation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdsPixelStatsResult.EnumAggregation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="browser_type") public static final AdsPixelStatsResult.EnumAggregation VALUE_BROWSER_TYPE
@SerializedName(value="custom_data_field") public static final AdsPixelStatsResult.EnumAggregation VALUE_CUSTOM_DATA_FIELD
@SerializedName(value="device_os") public static final AdsPixelStatsResult.EnumAggregation VALUE_DEVICE_OS
@SerializedName(value="device_type") public static final AdsPixelStatsResult.EnumAggregation VALUE_DEVICE_TYPE
@SerializedName(value="event") public static final AdsPixelStatsResult.EnumAggregation VALUE_EVENT
@SerializedName(value="event_detection_method") public static final AdsPixelStatsResult.EnumAggregation VALUE_EVENT_DETECTION_METHOD
@SerializedName(value="event_processing_results") public static final AdsPixelStatsResult.EnumAggregation VALUE_EVENT_PROCESSING_RESULTS
@SerializedName(value="event_source") public static final AdsPixelStatsResult.EnumAggregation VALUE_EVENT_SOURCE
@SerializedName(value="event_total_counts") public static final AdsPixelStatsResult.EnumAggregation VALUE_EVENT_TOTAL_COUNTS
@SerializedName(value="event_value_count") public static final AdsPixelStatsResult.EnumAggregation VALUE_EVENT_VALUE_COUNT
@SerializedName(value="had_pii") public static final AdsPixelStatsResult.EnumAggregation VALUE_HAD_PII
@SerializedName(value="host") public static final AdsPixelStatsResult.EnumAggregation VALUE_HOST
@SerializedName(value="match_keys") public static final AdsPixelStatsResult.EnumAggregation VALUE_MATCH_KEYS
@SerializedName(value="pixel_fire") public static final AdsPixelStatsResult.EnumAggregation VALUE_PIXEL_FIRE
@SerializedName(value="url") public static final AdsPixelStatsResult.EnumAggregation VALUE_URL
@SerializedName(value="url_by_rule") public static final AdsPixelStatsResult.EnumAggregation VALUE_URL_BY_RULE
public static AdsPixelStatsResult.EnumAggregation[] values()
for (AdsPixelStatsResult.EnumAggregation c : AdsPixelStatsResult.EnumAggregation.values()) System.out.println(c);
public static AdsPixelStatsResult.EnumAggregation 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<AdsPixelStatsResult.EnumAggregation>Copyright © 2024. All rights reserved.