public class BatchqueryUmktTenantActionplaninfoRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
String |
contentType |
Long |
pageNum |
Long |
pageSize |
String |
productInstanceId |
| Constructor and Description |
|---|
BatchqueryUmktTenantActionplaninfoRequest() |
| Modifier and Type | Method and Description |
|---|---|
static BatchqueryUmktTenantActionplaninfoRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getContentType() |
Long |
getPageNum() |
Long |
getPageSize() |
String |
getProductInstanceId() |
BatchqueryUmktTenantActionplaninfoRequest |
setAuthToken(String authToken) |
BatchqueryUmktTenantActionplaninfoRequest |
setContentType(String contentType) |
BatchqueryUmktTenantActionplaninfoRequest |
setPageNum(Long pageNum) |
BatchqueryUmktTenantActionplaninfoRequest |
setPageSize(Long pageSize) |
BatchqueryUmktTenantActionplaninfoRequest |
setProductInstanceId(String productInstanceId) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="content_type") @Validation(required=true) public String contentType
@NameInMap(value="page_num") @Validation(required=true) public Long pageNum
@NameInMap(value="page_size") @Validation(required=true) public Long pageSize
public BatchqueryUmktTenantActionplaninfoRequest()
public static BatchqueryUmktTenantActionplaninfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchqueryUmktTenantActionplaninfoRequest setAuthToken(String authToken)
public String getAuthToken()
public BatchqueryUmktTenantActionplaninfoRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public BatchqueryUmktTenantActionplaninfoRequest setContentType(String contentType)
public String getContentType()
public BatchqueryUmktTenantActionplaninfoRequest setPageNum(Long pageNum)
public Long getPageNum()
public BatchqueryUmktTenantActionplaninfoRequest setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2025. All rights reserved.