public enum TargetingTagQueryMode extends Enum<TargetingTagQueryMode>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TargetingTagQueryMode.Adapter |
| 枚举常量和说明 |
|---|
ADVANCED_RECOMMEND |
COMMON |
RECOMMEND |
SEARCH |
VERIFY_QUERY_LIST |
| 限定符和类型 | 方法和说明 |
|---|---|
static TargetingTagQueryMode |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TargetingTagQueryMode |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TargetingTagQueryMode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final TargetingTagQueryMode SEARCH
public static final TargetingTagQueryMode RECOMMEND
public static final TargetingTagQueryMode COMMON
public static final TargetingTagQueryMode ADVANCED_RECOMMEND
public static final TargetingTagQueryMode VERIFY_QUERY_LIST
public static TargetingTagQueryMode[] values()
for (TargetingTagQueryMode c : TargetingTagQueryMode.values()) System.out.println(c);
public static TargetingTagQueryMode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
public String toString()
toString 在类中 Enum<TargetingTagQueryMode>public static TargetingTagQueryMode fromValue(String text)
Copyright © 2020. All rights reserved.