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

com.byteplus.model.live.v20200801.ListVhostWatermarkPresetResResult Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;
import java.util.List;

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

    /**
     * 

统计消息,提供查询成功和失败的数量

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

获取模板失败的列表,返回获取失败的模版及获取失败的原因

*/ @com.alibaba.fastjson.annotation.JSONField(name = "WatermarkErrMsgList") private List watermarkErrMsgList; /** *

水印模版列表

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy