Class DescribeSourceAssetRequest

    • Constructor Detail

      • DescribeSourceAssetRequest

        public DescribeSourceAssetRequest()
      • DescribeSourceAssetRequest

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

      • getFuzzySearch

        public String getFuzzySearch()
        Get 模糊查询
        Returns:
        FuzzySearch 模糊查询
      • setFuzzySearch

        public void setFuzzySearch​(String FuzzySearch)
        Set 模糊查询
        Parameters:
        FuzzySearch - 模糊查询
      • getInsType

        public String getInsType()
        Get 资产类型 1公网 2内网
        Returns:
        InsType 资产类型 1公网 2内网
      • setInsType

        public void setInsType​(String InsType)
        Set 资产类型 1公网 2内网
        Parameters:
        InsType - 资产类型 1公网 2内网
      • getChooseType

        public String getChooseType()
        Get ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
        Returns:
        ChooseType ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
      • setChooseType

        public void setChooseType​(String ChooseType)
        Set ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
        Parameters:
        ChooseType - ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
      • getZone

        public String getZone()
        Get 地域
        Returns:
        Zone 地域
      • setZone

        public void setZone​(String Zone)
        Set 地域
        Parameters:
        Zone - 地域
      • getLimit

        public Long getLimit()
        Get 查询单页的最大值;eg:10;则最多返回10条结果
        Returns:
        Limit 查询单页的最大值;eg:10;则最多返回10条结果
      • setLimit

        public void setLimit​(Long Limit)
        Set 查询单页的最大值;eg:10;则最多返回10条结果
        Parameters:
        Limit - 查询单页的最大值;eg:10;则最多返回10条结果
      • getOffset

        public Long getOffset()
        Get 查询结果的偏移量
        Returns:
        Offset 查询结果的偏移量
      • setOffset

        public void setOffset​(Long Offset)
        Set 查询结果的偏移量
        Parameters:
        Offset - 查询结果的偏移量