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

com.byteplus.model.live.v20230101.DescribeLiveSourceStreamMetricsResResult 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;

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

    /**
     * 

拉流域名。

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

应用名称。

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

流名称。

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

查询的开始时间,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 = "Aggregation") private Integer aggregation; /** *

所有时间粒度的数据。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy