com.volcengine.model.live.v20230101.DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.live.v20230101;
import com.alibaba.fastjson.JSON;
/**
* DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItem
*/
@lombok.Data
public final class DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItem {
/**
* 拉流域名的带宽限额配置信息。
*
* :::tip
*
* `Domain` 为拉流域名时返回。
*
* :::
*/
@com.alibaba.fastjson.annotation.JSONField(name = "BandwidthConfig")
private DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItemBandwidthConfig bandwidthConfig;
/**
* 推流域名的推流路数限额配置信息。
*
* :::tip
*
* `Domain` 为推流域名时返回。
*
* :::
*/
@com.alibaba.fastjson.annotation.JSONField(name = "StreamConfig")
private DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItemStreamConfig streamConfig;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy