public class OperateContext extends AlipayObject
Constructor and Description |
---|
OperateContext() |
Modifier and Type | Method and Description |
---|---|
String |
getMerchantId()
Gets merchant id.
|
String |
getOperatorId()
Gets operator id.
|
String |
getOperatorType()
Gets operator type.
|
void |
setMerchantId(String merchantId)
Sets merchant id.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
void |
setOperatorType(String operatorType)
Sets operator type.
|
public String getMerchantId()
public void setMerchantId(String merchantId)
merchantId
- the merchant idpublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId
- the operator idpublic String getOperatorType()
public void setOperatorType(String operatorType)
operatorType
- the operator typeCopyright © 2018. All rights reserved.