public class Merchant extends AbstractModel
Constructor and Description |
---|
Merchant() |
Merchant(Merchant 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 |
---|---|
String |
getCodeRule()
Get 商户码规则
|
Long |
getCorpId()
Get 企业id
|
String |
getCreateTime()
Get 创建时间
|
String |
getMerchantId()
Get 商户标识码
|
String |
getName()
Get 商户名称
|
String |
getRemark()
Get 备注
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 更新时间
|
void |
setCodeRule(String CodeRule)
Set 商户码规则
|
void |
setCorpId(Long CorpId)
Set 企业id
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setMerchantId(String MerchantId)
Set 商户标识码
|
void |
setName(String Name)
Set 商户名称
|
void |
setRemark(String Remark)
Set 备注
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
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 Merchant()
public Merchant(Merchant source)
public String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId
- 商户标识码public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业idpublic String getName()
public void setName(String Name)
Name
- 商户名称public String getRemark()
public void setRemark(String Remark)
Remark
- 备注
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间public String getCodeRule()
public void setCodeRule(String CodeRule)
CodeRule
- 商户码规则Copyright © 2022. All rights reserved.