public class DescribeOperationTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeOperationTaskRequest() | 
| DescribeOperationTaskRequest(DescribeOperationTaskRequest 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 | 
|---|---|
| Long | getLimit()Get 每页条目数,默认20 | 
| String | getName()Get 运维任务名称 | 
| Long | getOffset()Get 分页偏移位置,默认值为0 | 
| Long | getType()Get 运维任务类型,1 - 手工执行任务, 2 - 周期性任务 | 
| void | setLimit(Long Limit)Set 每页条目数,默认20 | 
| void | setName(String Name)Set 运维任务名称 | 
| void | setOffset(Long Offset)Set 分页偏移位置,默认值为0 | 
| void | setType(Long Type)Set 运维任务类型,1 - 手工执行任务, 2 - 周期性任务 | 
| 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 DescribeOperationTaskRequest()
public DescribeOperationTaskRequest(DescribeOperationTaskRequest source)
public String getName()
public void setName(String Name)
Name - 运维任务名称public Long getType()
public void setType(Long Type)
Type - 运维任务类型,1 - 手工执行任务, 2 - 周期性任务public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移位置,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit - 每页条目数,默认20Copyright © 2025. All rights reserved.