Uses of Class
com.tencentcloudapi.trp.v20210515.models.CodeBatch
-
Packages that use CodeBatch Package Description com.tencentcloudapi.trp.v20210515.models -
-
Uses of CodeBatch in com.tencentcloudapi.trp.v20210515.models
Methods in com.tencentcloudapi.trp.v20210515.models that return CodeBatch Modifier and Type Method Description CodeBatchDescribeCodeBatchByIdResponse. getCodeBatch()Get 批次CodeBatch[]DescribeCodeBatchsResponse. getCodeBatchs()Get 批次列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.trp.v20210515.models with parameters of type CodeBatch Modifier and Type Method Description voidDescribeCodeBatchByIdResponse. setCodeBatch(CodeBatch CodeBatch)Set 批次voidDescribeCodeBatchsResponse. setCodeBatchs(CodeBatch[] CodeBatchs)Set 批次列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type CodeBatch Constructor Description CodeBatch(CodeBatch 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.
-