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

com.byteplus.model.live.v20200801.UpdateSnapshotPresetBody Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;
import java.util.List;

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

    /**
     * 

TODO

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

TODO

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

TODO

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

应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成

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

TODO

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

ToS 的存储 Bucket。

* *

:::tip

* *

`Bucket` 与 `ServiceID` 传且仅传一个。

* *

:::

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

TODO

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

回调详情

*/ @com.alibaba.fastjson.annotation.JSONField(name = "CallbackDetailList") private List callbackDetailList; /** *

TODO

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

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Format") private List format; /** *

TODO

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

截图间隔时间,单位为 s,默认值为 10,取值范围为正整数

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

TODO

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

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "PlatformTypeList") private List platformTypeList; /** *

截图模板名称

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

TODO

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

TODO

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

TODO

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

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "RecordTob") private List recordTob; /** *

TODO

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

TODO

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

veImageX 的服务 ID。

* *

:::tip

* *

`Bucket` 与 `ServiceID` 传且仅传一个。

* *

:::

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

TODO

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

TODO

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

截图格式。支持如下取值。

* *

- jpeg

* *

- png

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

存储规则。存储在 ToS 时传,格式为`{PushDomain}/{App}/{Stream}/{UnixTimestamp}`

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

TODO

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

截图模版状态。

* *

* 1:开启

* *

* 0:关闭

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

ToS 的存储目录,不传为空

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

TODO

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

TODO

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

TODO

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

域名空间名称

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

TODO

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

TODO

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

TODO

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy