public class ListDownstreamTaskInstancesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListDownstreamTaskInstancesRequest() | 
| ListDownstreamTaskInstancesRequest(ListDownstreamTaskInstancesRequest 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 | 
|---|---|
| String | getInstanceKey()Get **实例唯一标识** | 
| Long | getPageNumber()Get **页码,整型**配合pageSize使用且不能小于1, 默认值1 | 
| Long | getPageSize()Get **每页显示的条数,默认为10,最小值为1、最大值为100 | 
| String | getProjectId()Get 项目Id | 
| String | getTimeZone()Get **时区** timeZone, 默认UTC+8 | 
| void | setInstanceKey(String InstanceKey)Set **实例唯一标识** | 
| void | setPageNumber(Long PageNumber)Set **页码,整型**配合pageSize使用且不能小于1, 默认值1 | 
| void | setPageSize(Long PageSize)Set **每页显示的条数,默认为10,最小值为1、最大值为100 | 
| void | setProjectId(String ProjectId)Set 项目Id | 
| void | setTimeZone(String TimeZone)Set **时区** timeZone, 默认UTC+8 | 
| 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 ListDownstreamTaskInstancesRequest()
public ListDownstreamTaskInstancesRequest(ListDownstreamTaskInstancesRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目Idpublic String getInstanceKey()
public void setInstanceKey(String InstanceKey)
InstanceKey - **实例唯一标识**public String getTimeZone()
public void setTimeZone(String TimeZone)
TimeZone - **时区** timeZone, 默认UTC+8public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - **页码,整型**配合pageSize使用且不能小于1, 默认值1public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - **每页显示的条数,默认为10,最小值为1、最大值为100Copyright © 2025. All rights reserved.