com.volcengine.model.live.v20230101.ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2 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;
/**
* ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2
*/
@lombok.Data
public final class ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2 {
/**
* 截图配置详细信息。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "SnapshotPresetConfig")
private ListVhostSnapshotPresetV2ResResultPresetListItemSlicePresetV2SnapshotPresetConfig snapshotPresetConfig;
/**
* 截图配置名称。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Name")
private String name;
/**
* 截图配置生效状态,取值及含义如下所示。
*
*
*
* - `1`:生效;
*
* - `0`:不生效。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Status")
private Integer status;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy