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

com.volcengine.model.live.v20230101.ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfigJpegParamImageXParam 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;

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

    /**
     * 

截图是否使用 veImageX 存储,取值及含义如下所示。

* *

- `false`:不使用;

* *

- `true`:使用。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Enable") private Boolean enable; /** *

使用 veImageX 存储截图时,对应的 veImageX 的服务 ID。

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

存储方式为覆盖截图时的存储规则,支持以 {Domain}/{App}/{Stream} 样式设置存储规则,支持输入字母、数字、-、!、\_、.、\* 及占位符。

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

存储方式为实时截图时的存储规则,支持以 {Domain}/{App}/{Stream}/{UnixTimestamp} 样式设置存储规则,支持输入字母、数字、-、!、\_、.、\* 及占位符。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy