public class L1Tag extends AbstractModel
| Constructor and Description |
|---|
L1Tag() |
L1Tag(L1Tag source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
AppearIndexPair[] |
getAppearIndexPairSet()
Get 一级标签出现信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFirstAppear()
Get 一级标签首次出现信息
注意:此字段可能返回 null,表示取不到有效值。
|
L2Tag[] |
getL2TagSet()
Get 二级标签数组
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 一级标签名
|
void |
setAppearIndexPairSet(AppearIndexPair[] AppearIndexPairSet)
Set 一级标签出现信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFirstAppear(Long FirstAppear)
Set 一级标签首次出现信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setL2TagSet(L2Tag[] L2TagSet)
Set 二级标签数组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 一级标签名
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic L1Tag()
public L1Tag(L1Tag source)
public String getName()
public void setName(String Name)
Name - 一级标签名public L2Tag[] getL2TagSet()
public void setL2TagSet(L2Tag[] L2TagSet)
L2TagSet - 二级标签数组
注意:此字段可能返回 null,表示取不到有效值。public AppearIndexPair[] getAppearIndexPairSet()
public void setAppearIndexPairSet(AppearIndexPair[] AppearIndexPairSet)
AppearIndexPairSet - 一级标签出现信息
注意:此字段可能返回 null,表示取不到有效值。public Long getFirstAppear()
public void setFirstAppear(Long FirstAppear)
FirstAppear - 一级标签首次出现信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.