Class GetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfo

java.lang.Object
cn.ucloud.common.response.Response
cn.ucloud.ucdn.models.GetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfo
Enclosing class:
GetNewUcdnLogUrlStatisticsResponse

public static class GetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfo extends Response
  • Constructor Details

    • DownloadStatisticInfo

      public DownloadStatisticInfo()
  • Method Details

    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getTraffic

      public Double getTraffic()
    • setTraffic

      public void setTraffic(Double traffic)
    • getDownloadTimes

      public Integer getDownloadTimes()
    • setDownloadTimes

      public void setDownloadTimes(Integer downloadTimes)
    • getPercent

      public Double getPercent()
    • setPercent

      public void setPercent(Double percent)