Uses of Class
com.tencentcloudapi.trro.v20220325.models.ProjectInfo
-
Packages that use ProjectInfo Package Description com.tencentcloudapi.trro.v20220325.models -
-
Uses of ProjectInfo in com.tencentcloudapi.trro.v20220325.models
Methods in com.tencentcloudapi.trro.v20220325.models that return ProjectInfo Modifier and Type Method Description ProjectInfo[]DescribeProjectListResponse. getProjects()Get 项目信息数组Methods in com.tencentcloudapi.trro.v20220325.models with parameters of type ProjectInfo Modifier and Type Method Description voidDescribeProjectListResponse. setProjects(ProjectInfo[] Projects)Set 项目信息数组Constructors in com.tencentcloudapi.trro.v20220325.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.
-