public enum LiveDistributionSceneType extends Enum<LiveDistributionSceneType>
| 枚举常量和说明 |
|---|
CHANNEL_TOTAL_CREATE_PV
创建订单数按渠道统计
|
CHANNEL_TOTAL_PAY_PV
成交订单数按渠道统计
|
LIVE_ROOM_IMPRESSION_PV
直播间曝光次数
|
PRODUCT_CLICK_PV
商品点击次数
|
PRODUCT_IMPRESSION
商品曝光
|
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getKey() |
String |
getValue() |
static LiveDistributionSceneType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static LiveDistributionSceneType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final LiveDistributionSceneType PRODUCT_IMPRESSION
public static final LiveDistributionSceneType LIVE_ROOM_IMPRESSION_PV
public static final LiveDistributionSceneType PRODUCT_CLICK_PV
public static final LiveDistributionSceneType CHANNEL_TOTAL_CREATE_PV
public static final LiveDistributionSceneType CHANNEL_TOTAL_PAY_PV
public static LiveDistributionSceneType[] values()
for (LiveDistributionSceneType c : LiveDistributionSceneType.values()) System.out.println(c);
public static LiveDistributionSceneType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public Integer getKey()
public String getValue()
Copyright © 2025. All rights reserved.