Uses of Class
com.tencentcloudapi.tcb.v20180608.models.CloudBaseProjectVersion
-
Packages that use CloudBaseProjectVersion Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of CloudBaseProjectVersion in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return CloudBaseProjectVersion Modifier and Type Method Description CloudBaseProjectVersion[]DescribeCloudBaseProjectLatestVersionListResponse. getProjectList()Get 项目列表 注意:此字段可能返回 null,表示取不到有效值。CloudBaseProjectVersion[]DescribeCloudBaseProjectVersionListResponse. getProjectVersions()Get 版本列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type CloudBaseProjectVersion Modifier and Type Method Description voidDescribeCloudBaseProjectLatestVersionListResponse. setProjectList(CloudBaseProjectVersion[] ProjectList)Set 项目列表 注意:此字段可能返回 null,表示取不到有效值。voidDescribeCloudBaseProjectVersionListResponse. setProjectVersions(CloudBaseProjectVersion[] ProjectVersions)Set 版本列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type CloudBaseProjectVersion Constructor Description CloudBaseProjectVersion(CloudBaseProjectVersion 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.
-