public class AlipayOfflineProviderEquipmentAuthRemoveModel extends AlipayObject
| Constructor and Description |
|---|
AlipayOfflineProviderEquipmentAuthRemoveModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceId()
Gets device id.
|
String |
getDeviceType()
Gets device type.
|
String |
getExtInfo()
Gets ext info.
|
String |
getMerchantPid()
Gets merchant pid.
|
String |
getOperator()
Gets operator.
|
String |
getOperatorId()
Gets operator id.
|
void |
setDeviceId(String deviceId)
Sets device id.
|
void |
setDeviceType(String deviceType)
Sets device type.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setMerchantPid(String merchantPid)
Sets merchant pid.
|
void |
setOperator(String operator)
Sets operator.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
public AlipayOfflineProviderEquipmentAuthRemoveModel()
public String getDeviceId()
public void setDeviceId(String deviceId)
deviceId - the device idpublic String getDeviceType()
public void setDeviceType(String deviceType)
deviceType - the device typepublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo - the ext infopublic String getMerchantPid()
public void setMerchantPid(String merchantPid)
merchantPid - the merchant pidpublic String getOperator()
public void setOperator(String operator)
operator - the operatorpublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId - the operator idCopyright © 2018. All rights reserved.