public class ListAITasksRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ListAITasksRequest() |
ListAITasksRequest(ListAITasksRequest 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.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsContainChannelList()
Get 是否包含通道列表。"true"代表包含通道列表,"false"代表不包含通道列表,默认为 false
|
Boolean |
getIsContainTemplate()
Get 是否包含AI配置。"true"代表包含任务配置,"false"代表不包含任务配置,默认为 false。
|
Long |
getPageNumber()
Get 页码。默认为1
|
Long |
getPageSize()
Get 每页数量。可选值1~200,默认为20
|
void |
setIsContainChannelList(Boolean IsContainChannelList)
Set 是否包含通道列表。"true"代表包含通道列表,"false"代表不包含通道列表,默认为 false
|
void |
setIsContainTemplate(Boolean IsContainTemplate)
Set 是否包含AI配置。"true"代表包含任务配置,"false"代表不包含任务配置,默认为 false。
|
void |
setPageNumber(Long PageNumber)
Set 页码。默认为1
|
void |
setPageSize(Long PageSize)
Set 每页数量。可选值1~200,默认为20
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ListAITasksRequest()
public ListAITasksRequest(ListAITasksRequest source)
public Boolean getIsContainChannelList()
public void setIsContainChannelList(Boolean IsContainChannelList)
IsContainChannelList - 是否包含通道列表。"true"代表包含通道列表,"false"代表不包含通道列表,默认为 falsepublic Boolean getIsContainTemplate()
public void setIsContainTemplate(Boolean IsContainTemplate)
IsContainTemplate - 是否包含AI配置。"true"代表包含任务配置,"false"代表不包含任务配置,默认为 false。public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 页码。默认为1public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 每页数量。可选值1~200,默认为20Copyright © 2024. All rights reserved.