Uses of Class
com.tencentcloudapi.tci.v20190318.models.Person
-
Packages that use Person Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of Person in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return Person Modifier and Type Method Description Person[]DescribePersonsResponse. getPersonSet()Get 人员列表Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type Person Modifier and Type Method Description voidDescribePersonsResponse. setPersonSet(Person[] PersonSet)Set 人员列表Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type Person Constructor Description Person(Person 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.
-