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

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

/**
 * 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