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 **Instance unique id**. | 
| Long | getPageNumber()Get **Page number, int** used in conjunction with pageSize and cannot be less than 1. | 
| Long | getPageSize()Get Specifies the number of items to display per page. | 
| String | getProjectId()Get Project ID. | 
| String | getTimeZone()Get **Time zone** timeZone, default UTC+8. | 
| void | setInstanceKey(String InstanceKey)Set **Instance unique id**. | 
| void | setPageNumber(Long PageNumber)Set **Page number, int** used in conjunction with pageSize and cannot be less than 1. | 
| void | setPageSize(Long PageSize)Set Specifies the number of items to display per page. | 
| void | setProjectId(String ProjectId)Set Project ID. | 
| void | setTimeZone(String TimeZone)Set **Time zone** timeZone, default 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 - Project ID.public String getInstanceKey()
public void setInstanceKey(String InstanceKey)
InstanceKey - **Instance unique id**.public String getTimeZone()
public void setTimeZone(String TimeZone)
TimeZone - **Time zone** timeZone, default UTC+8.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - **Page number, int** used in conjunction with pageSize and cannot be less than 1. default value: 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Specifies the number of items to display per page. default: 10. value range: 1-100.Copyright © 2025. All rights reserved.