Class QueryOpenBankExternalSubMerchantRegistrationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryOpenBankExternalSubMerchantRegistrationRequest
-
public class QueryOpenBankExternalSubMerchantRegistrationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryOpenBankExternalSubMerchantRegistrationRequest()QueryOpenBankExternalSubMerchantRegistrationRequest(QueryOpenBankExternalSubMerchantRegistrationRequest 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 StringgetChannelMerchantId()Get 渠道商户号。StringgetChannelRegistrationNo()Get 渠道进件号,与外部进件号二者选填其一。StringgetEnvironment()Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_StringgetOutRegistrationNo()Get 外部进件号,与渠道进件号二者选填其一。voidsetChannelMerchantId(String ChannelMerchantId)Set 渠道商户号。voidsetChannelRegistrationNo(String ChannelRegistrationNo)Set 渠道进件号,与外部进件号二者选填其一。voidsetEnvironment(String Environment)Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_voidsetOutRegistrationNo(String OutRegistrationNo)Set 外部进件号,与渠道进件号二者选填其一。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
-
QueryOpenBankExternalSubMerchantRegistrationRequest
public QueryOpenBankExternalSubMerchantRegistrationRequest()
-
QueryOpenBankExternalSubMerchantRegistrationRequest
public QueryOpenBankExternalSubMerchantRegistrationRequest(QueryOpenBankExternalSubMerchantRegistrationRequest 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
-
getChannelMerchantId
public String getChannelMerchantId()
Get 渠道商户号。- Returns:
- ChannelMerchantId 渠道商户号。
-
setChannelMerchantId
public void setChannelMerchantId(String ChannelMerchantId)
Set 渠道商户号。- Parameters:
ChannelMerchantId- 渠道商户号。
-
getChannelRegistrationNo
public String getChannelRegistrationNo()
Get 渠道进件号,与外部进件号二者选填其一。- Returns:
- ChannelRegistrationNo 渠道进件号,与外部进件号二者选填其一。
-
setChannelRegistrationNo
public void setChannelRegistrationNo(String ChannelRegistrationNo)
Set 渠道进件号,与外部进件号二者选填其一。- Parameters:
ChannelRegistrationNo- 渠道进件号,与外部进件号二者选填其一。
-
getOutRegistrationNo
public String getOutRegistrationNo()
Get 外部进件号,与渠道进件号二者选填其一。- Returns:
- OutRegistrationNo 外部进件号,与渠道进件号二者选填其一。
-
setOutRegistrationNo
public void setOutRegistrationNo(String OutRegistrationNo)
Set 外部进件号,与渠道进件号二者选填其一。- Parameters:
OutRegistrationNo- 外部进件号,与渠道进件号二者选填其一。
-
getEnvironment
public String getEnvironment()
Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Returns:
- Environment 环境类型 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Parameters:
Environment- 环境类型 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
-