Uses of Class
com.tencentcloudapi.ivld.v20210903.models.CustomPersonInfo
-
Packages that use CustomPersonInfo Package Description com.tencentcloudapi.ivld.v20210903.models -
-
Uses of CustomPersonInfo in com.tencentcloudapi.ivld.v20210903.models
Methods in com.tencentcloudapi.ivld.v20210903.models that return CustomPersonInfo Modifier and Type Method Description CustomPersonInfoDescribeCustomPersonDetailResponse. getPersonInfo()Get 自定义人物信息CustomPersonInfo[]DescribeCustomPersonsResponse. getPersonInfoSet()Get 自定义人物信息Methods in com.tencentcloudapi.ivld.v20210903.models with parameters of type CustomPersonInfo Modifier and Type Method Description voidDescribeCustomPersonDetailResponse. setPersonInfo(CustomPersonInfo PersonInfo)Set 自定义人物信息voidDescribeCustomPersonsResponse. setPersonInfoSet(CustomPersonInfo[] PersonInfoSet)Set 自定义人物信息Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type CustomPersonInfo Constructor Description CustomPersonInfo(CustomPersonInfo 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.
-