public class QueryMerchantInfoForManagementRequest extends AbstractModel
Constructor and Description |
---|
QueryMerchantInfoForManagementRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getInvoicePlatformId()
Get 开票平台ID
|
Long |
getLimit()
Get 页大小
|
Long |
getOffset()
Get 页码
|
String |
getProfile()
Get 接入环境。沙箱环境填sandbox。
|
void |
setInvoicePlatformId(Long InvoicePlatformId)
Set 开票平台ID
|
void |
setLimit(Long Limit)
Set 页大小
|
void |
setOffset(Long Offset)
Set 页码
|
void |
setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryMerchantInfoForManagementRequest()
public Long getInvoicePlatformId()
public void setInvoicePlatformId(Long InvoicePlatformId)
InvoicePlatformId
- 开票平台IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 页码public Long getLimit()
public void setLimit(Long Limit)
Limit
- 页大小public String getProfile()
public void setProfile(String Profile)
Profile
- 接入环境。沙箱环境填sandbox。Copyright © 2020. All rights reserved.