Uses of Class
com.tencentcloudapi.gme.v20180711.models.ApplicationList
-
Packages that use ApplicationList Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of ApplicationList in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return ApplicationList Modifier and Type Method Description ApplicationList[]DescribeApplicationListResponse. getApplicationList()Get 获取应用列表返回Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type ApplicationList Modifier and Type Method Description voidDescribeApplicationListResponse. setApplicationList(ApplicationList[] ApplicationList)Set 获取应用列表返回Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type ApplicationList Constructor Description ApplicationList(ApplicationList 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.
-