com.volcengine.model.live.v20230101.ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfigJpegParam Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.live.v20230101;
import com.alibaba.fastjson.JSON;
/**
* ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfigJpegParam
*/
@lombok.Data
public final class ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfigJpegParam {
/**
* 当前格式的截图是否开启,取值及含义如下所示。
*
*
*
* - `false`:不开启;
*
* - `true`:开启。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Enable")
private Boolean enable;
/**
* 截图存储到 TOS 时的配置。
*
* :::tip
*
* TOSParam 和 ImageXParam 配置且配置其中一个。
*
* :::
*/
@com.alibaba.fastjson.annotation.JSONField(name = "TOSParam")
private ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfigJpegParamTOSParam tOSParam;
/**
* 截图存储到 veImageX 时的配置。
*
* :::tip
*
* TOSParam 和 ImageXParam 配置且配置其中一个。
*
* :::
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ImageXParam")
private ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfigJpegParamImageXParam imageXParam;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy