Class DescribeEdgeUnitApplicationsRequest


  • public class DescribeEdgeUnitApplicationsRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeEdgeUnitApplicationsRequest

        public DescribeEdgeUnitApplicationsRequest()
      • DescribeEdgeUnitApplicationsRequest

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

      • getEdgeUnitId

        public Long getEdgeUnitId()
        Get 单元ID
        Returns:
        EdgeUnitId 单元ID
      • setEdgeUnitId

        public void setEdgeUnitId​(Long EdgeUnitId)
        Set 单元ID
        Parameters:
        EdgeUnitId - 单元ID
      • getOffset

        public Long getOffset()
        Get 翻页偏移
        Returns:
        Offset 翻页偏移
      • setOffset

        public void setOffset​(Long Offset)
        Set 翻页偏移
        Parameters:
        Offset - 翻页偏移
      • getLimit

        public Long getLimit()
        Get 翻页大小
        Returns:
        Limit 翻页大小
      • setLimit

        public void setLimit​(Long Limit)
        Set 翻页大小
        Parameters:
        Limit - 翻页大小
      • getNamePattern

        public String getNamePattern()
        Get 名称模糊匹配
        Returns:
        NamePattern 名称模糊匹配
      • setNamePattern

        public void setNamePattern​(String NamePattern)
        Set 名称模糊匹配
        Parameters:
        NamePattern - 名称模糊匹配
      • getSort

        public FieldSort[] getSort()
        Get 字段排序 (Sort.Filed为:StartTime)
        Returns:
        Sort 字段排序 (Sort.Filed为:StartTime)
      • setSort

        public void setSort​(FieldSort[] Sort)
        Set 字段排序 (Sort.Filed为:StartTime)
        Parameters:
        Sort - 字段排序 (Sort.Filed为:StartTime)
      • getNamespace

        public String getNamespace()
        Get 命名空间过滤
        Returns:
        Namespace 命名空间过滤
      • setNamespace

        public void setNamespace​(String Namespace)
        Set 命名空间过滤
        Parameters:
        Namespace - 命名空间过滤