Uses of Class
com.tencentcloudapi.bda.v20200324.models.GroupInfo
-
Packages that use GroupInfo Package Description com.tencentcloudapi.bda.v20200324.models -
-
Uses of GroupInfo in com.tencentcloudapi.bda.v20200324.models
Methods in com.tencentcloudapi.bda.v20200324.models that return GroupInfo Modifier and Type Method Description GroupInfo[]GetGroupListResponse. getGroupInfos()Get 返回的人体库信息。Methods in com.tencentcloudapi.bda.v20200324.models with parameters of type GroupInfo Modifier and Type Method Description voidGetGroupListResponse. setGroupInfos(GroupInfo[] GroupInfos)Set 返回的人体库信息。Constructors in com.tencentcloudapi.bda.v20200324.models with parameters of type GroupInfo Constructor Description GroupInfo(GroupInfo 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.
-