Class DescribeNotebookLifecycleScriptsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20191022.models.DescribeNotebookLifecycleScriptsRequest
-
public class DescribeNotebookLifecycleScriptsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNotebookLifecycleScriptsRequest()
DescribeNotebookLifecycleScriptsRequest(DescribeNotebookLifecycleScriptsRequest 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 过滤条件。 instance-name - String - 是否必填:否 -(过滤条件)按照名称过滤。 search-by-name - String - 是否必填:否 -(过滤条件)按照名称检索,模糊匹配。Long
getLimit()
Get 返回数量,默认为20Long
getOffset()
Get 偏移量,默认为0String
getSortOrder()
Get 排序规则。默认取Descending Descending 按更新时间降序 Ascending 按更新时间升序void
setFilters(Filter[] Filters)
Set 过滤条件。 instance-name - String - 是否必填:否 -(过滤条件)按照名称过滤。 search-by-name - String - 是否必填:否 -(过滤条件)按照名称检索,模糊匹配。void
setLimit(Long Limit)
Set 返回数量,默认为20void
setOffset(Long Offset)
Set 偏移量,默认为0void
setSortOrder(String SortOrder)
Set 排序规则。默认取Descending Descending 按更新时间降序 Ascending 按更新时间升序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
-
DescribeNotebookLifecycleScriptsRequest
public DescribeNotebookLifecycleScriptsRequest()
-
DescribeNotebookLifecycleScriptsRequest
public DescribeNotebookLifecycleScriptsRequest(DescribeNotebookLifecycleScriptsRequest 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- Returns:
- Limit 返回数量,默认为20
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20- Parameters:
Limit
- 返回数量,默认为20
-
getFilters
public Filter[] getFilters()
Get 过滤条件。 instance-name - String - 是否必填:否 -(过滤条件)按照名称过滤。 search-by-name - String - 是否必填:否 -(过滤条件)按照名称检索,模糊匹配。- Returns:
- Filters 过滤条件。 instance-name - String - 是否必填:否 -(过滤条件)按照名称过滤。 search-by-name - String - 是否必填:否 -(过滤条件)按照名称检索,模糊匹配。
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件。 instance-name - String - 是否必填:否 -(过滤条件)按照名称过滤。 search-by-name - String - 是否必填:否 -(过滤条件)按照名称检索,模糊匹配。- Parameters:
Filters
- 过滤条件。 instance-name - String - 是否必填:否 -(过滤条件)按照名称过滤。 search-by-name - String - 是否必填:否 -(过滤条件)按照名称检索,模糊匹配。
-
getSortOrder
public String getSortOrder()
Get 排序规则。默认取Descending Descending 按更新时间降序 Ascending 按更新时间升序- Returns:
- SortOrder 排序规则。默认取Descending Descending 按更新时间降序 Ascending 按更新时间升序
-
setSortOrder
public void setSortOrder(String SortOrder)
Set 排序规则。默认取Descending Descending 按更新时间降序 Ascending 按更新时间升序- Parameters:
SortOrder
- 排序规则。默认取Descending Descending 按更新时间降序 Ascending 按更新时间升序
-
-