public class CreateMerchantParam extends Object
| 构造器和说明 |
|---|
CreateMerchantParam() |
CreateMerchantParam(MerchantTypeEnum type,
String displayName,
String pw,
String appId,
String parentMerchantId,
Boolean disabled) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
Boolean |
getDisabled() |
String |
getDisplayName() |
String |
getParentMerchantId() |
String |
getPw() |
MerchantTypeEnum |
getType() |
void |
setAppId(String appId) |
void |
setDisabled(Boolean disabled) |
void |
setDisplayName(String displayName) |
void |
setParentMerchantId(String parentMerchantId) |
void |
setPw(String pw) |
void |
setType(MerchantTypeEnum type) |
public MerchantTypeEnum getType()
public void setType(MerchantTypeEnum type)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getPw()
public void setPw(String pw)
public String getAppId()
public void setAppId(String appId)
public String getParentMerchantId()
public void setParentMerchantId(String parentMerchantId)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
Copyright © 2020. All rights reserved.