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

com.byteplus.model.live.v20230101.DescribeLiveLogDataResResult Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;
import java.util.List;

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

    /**
     * 

查询的开始时间,RFC3339 格式的时间戳,精度为秒。

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

查询的结束时间,RFC3339 格式的时间戳,精度为秒。

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

域名列表。

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

日志类型,类型说明如下所示。

* *

- `pull`:拉流日志

* *

- `push`:推流日志

* *

- `source`:回源日志

* *

- `relay`:拉流转推日志

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

数据分页信息。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Pagination") private DescribeLiveLogDataResResultPagination pagination; /** *

日志文件的信息列表。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy