Class ModifyCustomRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.ModifyCustomRuleRequest
-
public class ModifyCustomRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCustomRuleRequest()
ModifyCustomRuleRequest(ModifyCustomRuleRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCodeLength()
Get 码长度CodePart[]
getCodeParts()
Get 码段配置Long
getCorpId()
Get 企业IDString
getCustomId()
Get 码规则IDString
getName()
Get 规则名称void
setCodeLength(Long CodeLength)
Set 码长度void
setCodeParts(CodePart[] CodeParts)
Set 码段配置void
setCorpId(Long CorpId)
Set 企业IDvoid
setCustomId(String CustomId)
Set 码规则IDvoid
setName(String Name)
Set 规则名称void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyCustomRuleRequest
public ModifyCustomRuleRequest()
-
ModifyCustomRuleRequest
public ModifyCustomRuleRequest(ModifyCustomRuleRequest 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.
-
-
Method Detail
-
getCustomId
public String getCustomId()
Get 码规则ID- Returns:
- CustomId 码规则ID
-
setCustomId
public void setCustomId(String CustomId)
Set 码规则ID- Parameters:
CustomId
- 码规则ID
-
getName
public String getName()
Get 规则名称- Returns:
- Name 规则名称
-
setName
public void setName(String Name)
Set 规则名称- Parameters:
Name
- 规则名称
-
getCodeLength
public Long getCodeLength()
Get 码长度- Returns:
- CodeLength 码长度
-
setCodeLength
public void setCodeLength(Long CodeLength)
Set 码长度- Parameters:
CodeLength
- 码长度
-
getCodeParts
public CodePart[] getCodeParts()
Get 码段配置- Returns:
- CodeParts 码段配置
-
setCodeParts
public void setCodeParts(CodePart[] CodeParts)
Set 码段配置- Parameters:
CodeParts
- 码段配置
-
getCorpId
public Long getCorpId()
Get 企业ID- Returns:
- CorpId 企业ID
-
setCorpId
public void setCorpId(Long CorpId)
Set 企业ID- Parameters:
CorpId
- 企业ID
-
-