public class MultiLevelPersonInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
MultiLevelPersonInfo() |
MultiLevelPersonInfo(MultiLevelPersonInfo 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 |
---|---|
String |
getL1ClassifyName()
Get 一级分类名称(分类信息参见自定义人物类型)
注意:此字段可能返回 null,表示取不到有效值。
|
ClassifiedPersonInfo[] |
getL2ClassifiedPersonInfoSet()
Get 已分类人物信息数组(所有分类类型为二级分类)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSource()
Get 检测结果来源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setL1ClassifyName(String L1ClassifyName)
Set 一级分类名称(分类信息参见自定义人物类型)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setL2ClassifiedPersonInfoSet(ClassifiedPersonInfo[] L2ClassifiedPersonInfoSet)
Set 已分类人物信息数组(所有分类类型为二级分类)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSource(Long Source)
Set 检测结果来源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MultiLevelPersonInfo()
public MultiLevelPersonInfo(MultiLevelPersonInfo source)
public String getL1ClassifyName()
public void setL1ClassifyName(String L1ClassifyName)
L1ClassifyName
- 一级分类名称(分类信息参见自定义人物类型)
注意:此字段可能返回 null,表示取不到有效值。public ClassifiedPersonInfo[] getL2ClassifiedPersonInfoSet()
public void setL2ClassifiedPersonInfoSet(ClassifiedPersonInfo[] L2ClassifiedPersonInfoSet)
L2ClassifiedPersonInfoSet
- 已分类人物信息数组(所有分类类型为二级分类)
注意:此字段可能返回 null,表示取不到有效值。public Long getSource()
public void setSource(Long Source)
Source
- 检测结果来源
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.