Class QueryMerchantInfoForManagementRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryMerchantInfoForManagementRequest
-
public class QueryMerchantInfoForManagementRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryMerchantInfoForManagementRequest()QueryMerchantInfoForManagementRequest(QueryMerchantInfoForManagementRequest 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 LonggetInvoicePlatformId()Get 开票平台IDLonggetLimit()Get 页大小LonggetOffset()Get 页码StringgetProfile()Get 接入环境。沙箱环境填sandbox。voidsetInvoicePlatformId(Long InvoicePlatformId)Set 开票平台IDvoidsetLimit(Long Limit)Set 页大小voidsetOffset(Long Offset)Set 页码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
-
QueryMerchantInfoForManagementRequest
public QueryMerchantInfoForManagementRequest()
-
QueryMerchantInfoForManagementRequest
public QueryMerchantInfoForManagementRequest(QueryMerchantInfoForManagementRequest 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
-
getInvoicePlatformId
public Long getInvoicePlatformId()
Get 开票平台ID- Returns:
- InvoicePlatformId 开票平台ID
-
setInvoicePlatformId
public void setInvoicePlatformId(Long InvoicePlatformId)
Set 开票平台ID- Parameters:
InvoicePlatformId- 开票平台ID
-
getOffset
public Long getOffset()
Get 页码- Returns:
- Offset 页码
-
setOffset
public void setOffset(Long Offset)
Set 页码- Parameters:
Offset- 页码
-
getLimit
public Long getLimit()
Get 页大小- Returns:
- Limit 页大小
-
setLimit
public void setLimit(Long Limit)
Set 页大小- Parameters:
Limit- 页大小
-
getProfile
public String getProfile()
Get 接入环境。沙箱环境填sandbox。- Returns:
- Profile 接入环境。沙箱环境填sandbox。
-
setProfile
public void setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox。- Parameters:
Profile- 接入环境。沙箱环境填sandbox。
-
-