com.byteplus.model.live.v20200801.AddCommonTransPresetBodyPresetListItem Maven / Gradle / Ivy
package com.byteplus.model.live.v20200801;
import com.alibaba.fastjson.JSON;
import java.util.Map;
/**
* AddCommonTransPresetBodyPresetListItem
*/
@lombok.Data
public final class AddCommonTransPresetBodyPresetListItem {
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ABTest")
private Map aBTest;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Codec")
private String codec;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "PresetName")
private String presetName;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "StopInterval")
private Integer stopInterval;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Suffix")
private String suffix;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Type")
private String type;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}