Class DescribeNotebookLifecycleScriptsRequest


  • public class DescribeNotebookLifecycleScriptsRequest
    extends AbstractModel
    • 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 按更新时间升序