public class ModifyCustomRuleRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCodeLength()
Get 码长度
|
CodePart[] |
getCodeParts()
Get 码段配置
|
Long |
getCorpId()
Get 企业ID
|
String |
getCustomId()
Get 码规则ID
|
String |
getName()
Get 规则名称
|
void |
setCodeLength(Long CodeLength)
Set 码长度
|
void |
setCodeParts(CodePart[] CodeParts)
Set 码段配置
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setCustomId(String CustomId)
Set 码规则ID
|
void |
setName(String Name)
Set 规则名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyCustomRuleRequest()
public ModifyCustomRuleRequest(ModifyCustomRuleRequest source)
public String getCustomId()
public void setCustomId(String CustomId)
CustomId
- 码规则IDpublic String getName()
public void setName(String Name)
Name
- 规则名称public Long getCodeLength()
public void setCodeLength(Long CodeLength)
CodeLength
- 码长度public CodePart[] getCodeParts()
public void setCodeParts(CodePart[] CodeParts)
CodeParts
- 码段配置public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDCopyright © 2023. All rights reserved.