public class CustomRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CustomRule() | 
| CustomRule(CustomRule 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 码ID长度 | 
| CodePart[] | getCodeParts()Get 码段配置 | 
| Long | getCorpId()Get 企业ID | 
| String | getCreateTime()Get 创建时间 | 
| String | getCustomId()Get 码规则ID | 
| String | getMerchantId()Get 商户ID | 
| String | getName()Get 码规则名 | 
| Long | getStatus()Get 规则状态 | 
| String | getUpdateTime()Get 更新时间 | 
| void | setCodeLength(Long CodeLength)Set 码ID长度 | 
| void | setCodeParts(CodePart[] CodeParts)Set 码段配置 | 
| void | setCorpId(Long CorpId)Set 企业ID | 
| void | setCreateTime(String CreateTime)Set 创建时间 | 
| void | setCustomId(String CustomId)Set 码规则ID | 
| void | setMerchantId(String MerchantId)Set 商户ID | 
| void | setName(String Name)Set 码规则名 | 
| void | setStatus(Long Status)Set 规则状态 | 
| void | setUpdateTime(String UpdateTime)Set 更新时间 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CustomRule()
public CustomRule(CustomRule source)
public String getCustomId()
public void setCustomId(String CustomId)
CustomId - 码规则IDpublic String getName()
public void setName(String Name)
Name - 码规则名public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId - 企业IDpublic String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId - 商户IDpublic Long getCodeLength()
public void setCodeLength(Long CodeLength)
CodeLength - 码ID长度public Long getStatus()
public void setStatus(Long Status)
Status - 规则状态public CodePart[] getCodeParts()
public void setCodeParts(CodePart[] CodeParts)
CodeParts - 码段配置public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 更新时间Copyright © 2025. All rights reserved.