Class ClassifiedPersonInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.ClassifiedPersonInfo
-
public class ClassifiedPersonInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClassifiedPersonInfo()ClassifiedPersonInfo(ClassifiedPersonInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassifyName()Get 人物分类名称 注意:此字段可能返回 null,表示取不到有效值。PersonInfo[]getPersonInfoSet()Get 符合特定分类的人物信息数组 注意:此字段可能返回 null,表示取不到有效值。voidsetClassifyName(String ClassifyName)Set 人物分类名称 注意:此字段可能返回 null,表示取不到有效值。voidsetPersonInfoSet(PersonInfo[] PersonInfoSet)Set 符合特定分类的人物信息数组 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ClassifiedPersonInfo
public ClassifiedPersonInfo()
-
ClassifiedPersonInfo
public ClassifiedPersonInfo(ClassifiedPersonInfo 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.
-
-
Method Detail
-
getClassifyName
public String getClassifyName()
Get 人物分类名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ClassifyName 人物分类名称 注意:此字段可能返回 null,表示取不到有效值。
-
setClassifyName
public void setClassifyName(String ClassifyName)
Set 人物分类名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ClassifyName- 人物分类名称 注意:此字段可能返回 null,表示取不到有效值。
-
getPersonInfoSet
public PersonInfo[] getPersonInfoSet()
Get 符合特定分类的人物信息数组 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PersonInfoSet 符合特定分类的人物信息数组 注意:此字段可能返回 null,表示取不到有效值。
-
setPersonInfoSet
public void setPersonInfoSet(PersonInfo[] PersonInfoSet)
Set 符合特定分类的人物信息数组 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PersonInfoSet- 符合特定分类的人物信息数组 注意:此字段可能返回 null,表示取不到有效值。
-
-