Class QueryExceedingInfoRequest

    • Constructor Detail

      • QueryExceedingInfoRequest

        public QueryExceedingInfoRequest()
      • QueryExceedingInfoRequest

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

      • getTimeStr

        public String getTimeStr()
        Get 超额日期。格式为yyyy-MM-dd。
        Returns:
        TimeStr 超额日期。格式为yyyy-MM-dd。
      • setTimeStr

        public void setTimeStr​(String TimeStr)
        Set 超额日期。格式为yyyy-MM-dd。
        Parameters:
        TimeStr - 超额日期。格式为yyyy-MM-dd。
      • getDimension

        public String getDimension()
        Get 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。
        Returns:
        Dimension 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。
      • setDimension

        public void setDimension​(String Dimension)
        Set 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。
        Parameters:
        Dimension - 维度。目前支持三个维度: AGENT, ANCHOR, ORDER。不填默认使用AGENT维度。
      • getPageNumber

        public Paging getPageNumber()
        Get 分页信息。不填默认Index为1,Count为100。
        Returns:
        PageNumber 分页信息。不填默认Index为1,Count为100。
      • setPageNumber

        public void setPageNumber​(Paging PageNumber)
        Set 分页信息。不填默认Index为1,Count为100。
        Parameters:
        PageNumber - 分页信息。不填默认Index为1,Count为100。