com.volcengine.model.live.v20230101.DescribeLivePlayStatusCodeDataResResultStatusDetailDataListItemStatusDataListItem 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;
import java.util.List;
/**
* DescribeLivePlayStatusCodeDataResResultStatusDetailDataListItemStatusDataListItem
*/
@lombok.Data
public final class DescribeLivePlayStatusCodeDataResResultStatusDetailDataListItemStatusDataListItem {
/**
* 时间片起始时刻。RFC3339 格式的 UTC 时间,精度为 s。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "TimeStamp")
private String timeStamp;
/**
* 按状态码区分的数据列表。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "StatusSummaryDataList")
private List statusSummaryDataList;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy