Uses of Class
com.tencentcloudapi.cme.v20191029.models.ProjectInfo
-
Packages that use ProjectInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of ProjectInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return ProjectInfo Modifier and Type Method Description ProjectInfo[]DescribeProjectsResponse. getProjectInfoSet()Get 项目信息列表。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type ProjectInfo Modifier and Type Method Description voidDescribeProjectsResponse. setProjectInfoSet(ProjectInfo[] ProjectInfoSet)Set 项目信息列表。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type ProjectInfo Constructor Description ProjectInfo(ProjectInfo 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.
-