com.byteplus.model.live.v20230101.DescribeLiveSnapshotDataResResultSnapshotDetailDataItemSnapshotDataListItem Maven / Gradle / Ivy
package com.byteplus.model.live.v20230101;
import com.alibaba.fastjson.JSON;
/**
* DescribeLiveSnapshotDataResResultSnapshotDetailDataItemSnapshotDataListItem
*/
@lombok.Data
public final class DescribeLiveSnapshotDataResResultSnapshotDetailDataItemSnapshotDataListItem {
/**
* 时间片起始时刻。RFC3339 格式的 UTC 时间,精度为 s;例如,2022-04-13T00:00:00+08:00
*/
@com.alibaba.fastjson.annotation.JSONField(name = "TimeStamp")
private String timeStamp;
/**
* 截图总张数
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Value")
private Integer value;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}