Uses of Class
com.tencentcloudapi.iai.v20180301.models.PersonInfo
-
Packages that use PersonInfo Package Description com.tencentcloudapi.iai.v20180301.models -
-
Uses of PersonInfo in com.tencentcloudapi.iai.v20180301.models
Methods in com.tencentcloudapi.iai.v20180301.models that return PersonInfo Modifier and Type Method Description PersonInfo[]GetPersonListResponse. getPersonInfos()Get 返回的人员信息Methods in com.tencentcloudapi.iai.v20180301.models with parameters of type PersonInfo Modifier and Type Method Description voidGetPersonListResponse. setPersonInfos(PersonInfo[] PersonInfos)Set 返回的人员信息Constructors in com.tencentcloudapi.iai.v20180301.models with parameters of type PersonInfo Constructor Description PersonInfo(PersonInfo 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.
-