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

com.volcengine.model.live.v20230101.TranscodingJobStatusResResultDataItem Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;

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

    /**
     * 

本次转码任务的开始时间,Unix 时间戳,单位为秒。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "StartTime") private Integer startTime; /** *

本次转码任务的状态,取值及含义如下所示。

* *

- `init`:转码任务初始化中;

* *

- `fetched`:转码任务调度中;

* *

- `pending`:转码任务即将开始;

* *

- `doing`:转码任务进行中;

* *

- `prestop`:转码任务即将结束;

* *

- `done`:转码任务已结束。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy