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

com.volcengine.model.live.DescribeLivePullToPushDataResResultPullToPushDataListItem Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.live;


import com.alibaba.fastjson.JSON;

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

    /**
     * 

时间片起始时刻。RFC3339 格式的 UTC 时间,精度为 s。

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

该时间片内的拉流转推总时长,单位分钟,保留小数点后 2 位。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy