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

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

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

    /**
     * 

域名

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

推流地址类型。

* *

- Live:非第三方;

* *

- Third:第三方。

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

转推带宽峰值,单位为 Mbps

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

所有时间粒度数据

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy