com.volcengine.model.live.v20230101.ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfig 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;
/**
* ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfig
*/
@lombok.Data
public final class ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfig {
/**
* 图片格式为 JPEG 时的截图参数。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "JpegParam")
private ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfigJpegParam jpegParam;
/**
* 截图间隔时间,单位为秒。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Interval")
private Integer interval;
/**
* 截图格式为 JPG 时的截图参数。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "JpgParam")
private ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfigJpgParam jpgParam;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy