com.volcengine.model.live.v20230101.DescribeLiveBatchStreamSessionDataResResultStreamInfoListItem 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;
/**
* DescribeLiveBatchStreamSessionDataResResultStreamInfoListItem
*/
@lombok.Data
public final class DescribeLiveBatchStreamSessionDataResResultStreamInfoListItem {
/**
* 拉流域名。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Domain")
private String domain;
/**
* 流名称。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Stream")
private String stream;
/**
* 应用名称。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "App")
private String app;
/**
* 当前流的请求数。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "TotalRequest")
private Integer totalRequest;
/**
* 当前流的在线人数峰值
*/
@com.alibaba.fastjson.annotation.JSONField(name = "PeakOnlineUser")
private Integer peakOnlineUser;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy