Class SearchCondition

    • Constructor Detail

      • SearchCondition

        public SearchCondition()
      • SearchCondition

        public SearchCondition​(SearchCondition 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

      • getInstance

        public SearchConditionInstance getInstance()
        Get 查询框架,必选
        Returns:
        Instance 查询框架,必选
      • setInstance

        public void setInstance​(SearchConditionInstance Instance)
        Set 查询框架,必选
        Parameters:
        Instance - 查询框架,必选
      • getKeyword

        public String getKeyword()
        Get 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选
        Returns:
        Keyword 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选
      • setKeyword

        public void setKeyword​(String Keyword)
        Set 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选
        Parameters:
        Keyword - 查询关键字(任务Id精确匹配,任务名称模糊匹配),可选
      • getSort

        public String getSort()
        Get 排序顺序(asc,desc)
        Returns:
        Sort 排序顺序(asc,desc)
      • setSort

        public void setSort​(String Sort)
        Set 排序顺序(asc,desc)
        Parameters:
        Sort - 排序顺序(asc,desc)
      • getSortCol

        public String getSortCol()
        Get 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)
        Returns:
        SortCol 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)
      • setSortCol

        public void setSortCol​(String SortCol)
        Set 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)
        Parameters:
        SortCol - 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)