public class DescribeContentBlockTasksResponse
extends com.volcengine.model.AbstractResponse
| Constructor and Description |
|---|
DescribeContentBlockTasksResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeContentBlockTasksResponse |
addDataItem(DataForDescribeContentBlockTasksOutput dataItem) |
DescribeContentBlockTasksResponse |
data(List<DataForDescribeContentBlockTasksOutput> data) |
boolean |
equals(Object o) |
@Valid List<DataForDescribeContentBlockTasksOutput> |
getData()
Get data
|
Long |
getPageNum()
Get pageNum
|
Long |
getPageSize()
Get pageSize
|
Long |
getTotal()
Get total
|
int |
hashCode() |
DescribeContentBlockTasksResponse |
pageNum(Long pageNum) |
DescribeContentBlockTasksResponse |
pageSize(Long pageSize) |
void |
setData(List<DataForDescribeContentBlockTasksOutput> data) |
void |
setPageNum(Long pageNum) |
void |
setPageSize(Long pageSize) |
void |
setTotal(Long total) |
String |
toString() |
DescribeContentBlockTasksResponse |
total(Long total) |
public DescribeContentBlockTasksResponse data(List<DataForDescribeContentBlockTasksOutput> data)
public DescribeContentBlockTasksResponse addDataItem(DataForDescribeContentBlockTasksOutput dataItem)
@Valid public @Valid List<DataForDescribeContentBlockTasksOutput> getData()
public void setData(List<DataForDescribeContentBlockTasksOutput> data)
public DescribeContentBlockTasksResponse pageNum(Long pageNum)
public Long getPageNum()
public void setPageNum(Long pageNum)
public DescribeContentBlockTasksResponse pageSize(Long pageSize)
public Long getPageSize()
public void setPageSize(Long pageSize)
public DescribeContentBlockTasksResponse total(Long total)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2025. All rights reserved.