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 void
CreateCustomPackRequest. setCodeParts(CodePart[] CodeParts)
Set 码段配置,和CustomId二选一必填void
CreateCustomRuleRequest. setCodeParts(CodePart[] CodeParts)
Set 码段配置void
CustomRule. setCodeParts(CodePart[] CodeParts)
Set 码段配置void
ModifyCustomRuleRequest. setCodeParts(CodePart[] CodeParts)
Set 码段配置void
PackSpec. 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.
-