Uses of Class
com.tencentcloudapi.trp.v20210515.models.CodePart
-
Packages that use CodePart Package Description com.tencentcloudapi.trp.v20210515.models -
-
Uses of CodePart in com.tencentcloudapi.trp.v20210515.models
Methods in com.tencentcloudapi.trp.v20210515.models that return CodePart Modifier and Type Method Description CodePart[]CreateCustomPackRequest. getCodeParts()Get 码段配置,和CustomId二选一必填CodePart[]CreateCustomRuleRequest. getCodeParts()Get 码段配置CodePart[]CustomRule. getCodeParts()Get 码段配置CodePart[]ModifyCustomRuleRequest. getCodeParts()Get 码段配置CodePart[]PackSpec. getCodeParts()Get 码段配置 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.trp.v20210515.models with parameters of type CodePart Modifier and Type Method Description voidCreateCustomPackRequest. setCodeParts(CodePart[] CodeParts)Set 码段配置,和CustomId二选一必填voidCreateCustomRuleRequest. setCodeParts(CodePart[] CodeParts)Set 码段配置voidCustomRule. setCodeParts(CodePart[] CodeParts)Set 码段配置voidModifyCustomRuleRequest. setCodeParts(CodePart[] CodeParts)Set 码段配置voidPackSpec. setCodeParts(CodePart[] CodeParts)Set 码段配置 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type CodePart Constructor Description CodePart(CodePart 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.
-