Uses of Class
com.tencentcloudapi.trp.v20210515.models.CodePack
-
Packages that use CodePack Package Description com.tencentcloudapi.trp.v20210515.models -
-
Uses of CodePack in com.tencentcloudapi.trp.v20210515.models
Methods in com.tencentcloudapi.trp.v20210515.models that return CodePack Modifier and Type Method Description CodePack[]DescribeCodePacksResponse. getCodePacks()Get 码列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.trp.v20210515.models with parameters of type CodePack Modifier and Type Method Description voidDescribeCodePacksResponse. setCodePacks(CodePack[] CodePacks)Set 码列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type CodePack Constructor Description CodePack(CodePack 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.
-