Class DescribeMigrationTasksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.DescribeMigrationTasksRequest
-
public class DescribeMigrationTasksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeMigrationTasksRequest()
DescribeMigrationTasksRequest(DescribeMigrationTasksRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]
getFilters()
Get
taskId 按照【迁移任务id】进行过滤。 类型:String 必选:否
taskName 按照【迁移任务名字】进行模糊搜索过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。Long
getLimit()
Get 分页单页限制数目,默认值为20,最大值100。Long
getOffset()
Get 分页的偏移量,默认值为0。void
setFilters(Filter[] Filters)
Set
taskId 按照【迁移任务id】进行过滤。 类型:String 必选:否
taskName 按照【迁移任务名字】进行模糊搜索过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。void
setLimit(Long Limit)
Set 分页单页限制数目,默认值为20,最大值100。void
setOffset(Long Offset)
Set 分页的偏移量,默认值为0。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeMigrationTasksRequest
public DescribeMigrationTasksRequest()
-
DescribeMigrationTasksRequest
public DescribeMigrationTasksRequest(DescribeMigrationTasksRequest 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.
-
-
Method Detail
-
getOffset
public Long getOffset()
Get 分页的偏移量,默认值为0。- Returns:
- Offset 分页的偏移量,默认值为0。
-
setOffset
public void setOffset(Long Offset)
Set 分页的偏移量,默认值为0。- Parameters:
Offset
- 分页的偏移量,默认值为0。
-
getLimit
public Long getLimit()
Get 分页单页限制数目,默认值为20,最大值100。- Returns:
- Limit 分页单页限制数目,默认值为20,最大值100。
-
setLimit
public void setLimit(Long Limit)
Set 分页单页限制数目,默认值为20,最大值100。- Parameters:
Limit
- 分页单页限制数目,默认值为20,最大值100。
-
getFilters
public Filter[] getFilters()
Get- taskId 按照【迁移任务id】进行过滤。 类型:String 必选:否
- taskName 按照【迁移任务名字】进行模糊搜索过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。
- Returns:
- Filters
- taskId 按照【迁移任务id】进行过滤。 类型:String 必选:否
- taskName 按照【迁移任务名字】进行模糊搜索过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。
- taskId 按照【迁移任务id】进行过滤。 类型:String 必选:否
- taskId 按照【迁移任务id】进行过滤。 类型:String 必选:否
-
setFilters
public void setFilters(Filter[] Filters)
Set- taskId 按照【迁移任务id】进行过滤。 类型:String 必选:否
- taskName 按照【迁移任务名字】进行模糊搜索过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。
- Parameters:
Filters
-- taskId 按照【迁移任务id】进行过滤。 类型:String 必选:否
- taskName 按照【迁移任务名字】进行模糊搜索过滤。 类型:String 必选:否 每次请求的Filters的上限为10,Filter.Values的上限为100。
- taskId 按照【迁移任务id】进行过滤。 类型:String 必选:否
- taskId 按照【迁移任务id】进行过滤。 类型:String 必选:否
-
-