Class ViewMerchantRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.ViewMerchantRequest
-
public class ViewMerchantRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ViewMerchantRequest()ViewMerchantRequest(ViewMerchantRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMerchantNo()Get 商户编号(MerchantNo或OutMerchantId必须传一个)StringgetOpenId()Get 收单系统分配的开放IDStringgetOpenKey()Get 收单系统分配的密钥StringgetOutMerchantId()Get 外部商户主键编号(MerchantNo或OutMerchantId必须传一个)StringgetProfile()Get 沙箱环境填sandbox,正式环境不填voidsetMerchantNo(String MerchantNo)Set 商户编号(MerchantNo或OutMerchantId必须传一个)voidsetOpenId(String OpenId)Set 收单系统分配的开放IDvoidsetOpenKey(String OpenKey)Set 收单系统分配的密钥voidsetOutMerchantId(String OutMerchantId)Set 外部商户主键编号(MerchantNo或OutMerchantId必须传一个)voidsetProfile(String Profile)Set 沙箱环境填sandbox,正式环境不填voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ViewMerchantRequest
public ViewMerchantRequest()
-
ViewMerchantRequest
public ViewMerchantRequest(ViewMerchantRequest 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.
-
-
Method Detail
-
getOpenId
public String getOpenId()
Get 收单系统分配的开放ID- Returns:
- OpenId 收单系统分配的开放ID
-
setOpenId
public void setOpenId(String OpenId)
Set 收单系统分配的开放ID- Parameters:
OpenId- 收单系统分配的开放ID
-
getOpenKey
public String getOpenKey()
Get 收单系统分配的密钥- Returns:
- OpenKey 收单系统分配的密钥
-
setOpenKey
public void setOpenKey(String OpenKey)
Set 收单系统分配的密钥- Parameters:
OpenKey- 收单系统分配的密钥
-
getOutMerchantId
public String getOutMerchantId()
Get 外部商户主键编号(MerchantNo或OutMerchantId必须传一个)- Returns:
- OutMerchantId 外部商户主键编号(MerchantNo或OutMerchantId必须传一个)
-
setOutMerchantId
public void setOutMerchantId(String OutMerchantId)
Set 外部商户主键编号(MerchantNo或OutMerchantId必须传一个)- Parameters:
OutMerchantId- 外部商户主键编号(MerchantNo或OutMerchantId必须传一个)
-
getMerchantNo
public String getMerchantNo()
Get 商户编号(MerchantNo或OutMerchantId必须传一个)- Returns:
- MerchantNo 商户编号(MerchantNo或OutMerchantId必须传一个)
-
setMerchantNo
public void setMerchantNo(String MerchantNo)
Set 商户编号(MerchantNo或OutMerchantId必须传一个)- Parameters:
MerchantNo- 商户编号(MerchantNo或OutMerchantId必须传一个)
-
getProfile
public String getProfile()
Get 沙箱环境填sandbox,正式环境不填- Returns:
- Profile 沙箱环境填sandbox,正式环境不填
-
setProfile
public void setProfile(String Profile)
Set 沙箱环境填sandbox,正式环境不填- Parameters:
Profile- 沙箱环境填sandbox,正式环境不填
-
-