Class DescribeCRMonitorDetailResponse


  • public class DescribeCRMonitorDetailResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeCRMonitorDetailResponse

        public DescribeCRMonitorDetailResponse()
      • DescribeCRMonitorDetailResponse

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

      • getTorts

        public MonitorTort[] getTorts()
        Get 侵权数组
        Returns:
        Torts 侵权数组
      • setTorts

        public void setTorts​(MonitorTort[] Torts)
        Set 侵权数组
        Parameters:
        Torts - 侵权数组
      • getTotalCount

        public Long getTotalCount()
        Get 总记录数
        Returns:
        TotalCount 总记录数
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set 总记录数
        Parameters:
        TotalCount - 总记录数
      • getMonitorStatus

        public Long getMonitorStatus()
        Get 监测状态
        Returns:
        MonitorStatus 监测状态
      • setMonitorStatus

        public void setMonitorStatus​(Long MonitorStatus)
        Set 监测状态
        Parameters:
        MonitorStatus - 监测状态
      • getExportURL

        public String getExportURL()
        Get 导出地址
        Returns:
        ExportURL 导出地址
      • setExportURL

        public void setExportURL​(String ExportURL)
        Set 导出地址
        Parameters:
        ExportURL - 导出地址
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。