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

com.byteplus.model.live.v20200801.DescribeLiveMetricBandwidthDataResResultBandwidthDataListItem 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;

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

    /**
     * 

时间片起始时刻。RFC3339 格式的 UTC 时间,精度为 s,例如,`2022-04-13T00:00:00+08:00`

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

上行带宽,单位为 Mbps

*/ @com.alibaba.fastjson.annotation.JSONField(name = "UpBandwidth") private Float upBandwidth; /** *

下行带宽,单位为 Mbps

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy