public class L3Tag extends AbstractModel
| Constructor and Description |
|---|
L3Tag() |
L3Tag(L3Tag 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 三级标签首次出现信息,可选值为[1,3]
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 三级标签名
|
void |
setAppearIndexPairSet(AppearIndexPair[] AppearIndexPairSet)
Set 三级标签出现信息索引数组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFirstAppear(Long FirstAppear)
Set 三级标签首次出现信息,可选值为[1,3]
注意:此字段可能返回 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 L3Tag()
public L3Tag(L3Tag source)
public String getName()
public void setName(String Name)
Name - 三级标签名public AppearIndexPair[] getAppearIndexPairSet()
public void setAppearIndexPairSet(AppearIndexPair[] AppearIndexPairSet)
AppearIndexPairSet - 三级标签出现信息索引数组
注意:此字段可能返回 null,表示取不到有效值。public Long getFirstAppear()
public void setFirstAppear(Long FirstAppear)
FirstAppear - 三级标签首次出现信息,可选值为[1,3]
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.