public class ListJobsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ListJobsRequest()  | 
ListJobsRequest(ListJobsRequest 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[] | 
getJobIds()
Get List of task IDs. 
 | 
String | 
getUserStoreId()
Get User directory ID 
 | 
void | 
setJobIds(String[] JobIds)
Set List of task IDs. 
 | 
void | 
setUserStoreId(String UserStoreId)
Set User directory ID 
 | 
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 ListJobsRequest()
public ListJobsRequest(ListJobsRequest source)
public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId - User directory IDpublic String[] getJobIds()
public void setJobIds(String[] JobIds)
JobIds - List of task IDs. If this parameter is empty, all tasks will be returned.Copyright © 2025. All rights reserved.