public class TerminalMoveRequest extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
merchantName
The Merchant name.
|
protected String |
resellerName
The Reseller name.
|
| 构造器和说明 |
|---|
TerminalMoveRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMerchantName()
Gets merchant name.
|
String |
getResellerName()
Gets reseller name.
|
void |
setMerchantName(String merchantName)
Sets merchant name.
|
void |
setResellerName(String resellerName)
Sets reseller name.
|
String |
toString() |
@NotBlank @Length(max=64) protected String resellerName
@NotBlank @Length(max=64) protected String merchantName
public String getResellerName()
public void setResellerName(String resellerName)
resellerName - the reseller namepublic String getMerchantName()
public void setMerchantName(String merchantName)
merchantName - the merchant nameCopyright © 2021. All rights reserved.