public enum ReportLevel extends Enum<ReportLevel>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ReportLevel.Adapter |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReportLevel |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ReportLevel |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ReportLevel[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final ReportLevel ADVERTISER
public static final ReportLevel CAMPAIGN
public static final ReportLevel ADGROUP
public static final ReportLevel AD
public static final ReportLevel PROMOTED_OBJECT
public static final ReportLevel UNION_POSITION
public static final ReportLevel CREATIVE_TEMPLATE
public static final ReportLevel DEEPLINK_ADGROUP
public static final ReportLevel EXPAND_TARGETING_ADGROUP
public static final ReportLevel MATERIAL_VIDEO
public static final ReportLevel MATERIAL_IMAGE
public static final ReportLevel ADVERTISER_WECHAT
public static final ReportLevel CAMPAIGN_WECHAT
public static final ReportLevel ADGROUP_WECHAT
public static final ReportLevel AD_WECHAT
public static ReportLevel[] values()
for (ReportLevel c : ReportLevel.values()) System.out.println(c);
public static ReportLevel valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
public String toString()
toString 在类中 Enum<ReportLevel>public static ReportLevel fromValue(String text)
Copyright © 2020. All rights reserved.