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

com.byteplus.model.live.v20200801.DescribeLiveAccessLogBody 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;
import java.util.List;

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

    /**
     * 

域名,缺省情况下表示获取所有域名

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Domains") private List domains; /** *

页数,默认为 1

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

每页的文件个数,默认 20

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

查询的结束时间,默认值为当前时刻,支持查询 93 天之内的数据。RFC3339 格式的 UTC 时间,精度为 s,例如,2022-04-01T00:00:00+08:00

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

查询的起始时间,默认值为 24 小时前,支持查询 93 天之内的数据。RFC3339 格式的 UTC 时间,精度为 s,例如,2022-04-01T00:00:00+08:00

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy