All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.model.live.v20200801.DescribeLiveDomainLogQuery Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;

/**
 * DescribeLiveDomainLogQuery
 */
@lombok.Data
public final class DescribeLiveDomainLogQuery  {

    /**
     * 

域名列表,多个域名用逗号“,”作为分隔符,缺省情况下返回所有域名的日志文件信息

*/ @com.alibaba.fastjson.annotation.JSONField(name = "DomainList") private String domainList; /** *

开始时间,默认为 24h 前,支持配置最近 30 天内的任意时间点,RFC3339 格式的 UTC 时间,精度为 s,例如,2021-12-31T14:00:00+08:00

*/ @com.alibaba.fastjson.annotation.JSONField(name = "StartTime") private String startTime; /** *

结束时间,默认为当前时间。RFC3339 格式的 UTC 时间,精度为 s,例如,2021-12-31T15:00:00+08:00

*/ @com.alibaba.fastjson.annotation.JSONField(name = "EndTime") private String endTime; /** *

页码,默认为 1

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Page") private Integer page; /** *

每页数量,默认为 20

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Size") private Integer size; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy