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

com.volcengine.model.imagex.v2.GetAllImageTemplatesResResultTemplatesItem Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.imagex.v2;


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

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

    /**
     * 

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AdaptiveFmt") private Map adaptiveFmt; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AnimExtract") private Map animExtract; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Animation") private Map animation; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AutoQuality") private Boolean autoQuality; /** *

TODO

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

TODO

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

TODO

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

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Evals") private List> evals; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Exif") private Map exif; /** *

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "LoopCount") private Integer loopCount; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "MaxAge") private Integer maxAge; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "OuputQuality") private Integer ouputQuality; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "OutputExtra") private Map outputExtra; /** *

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "OutputVideo") private Map outputVideo; /** *

TODO

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

TODO

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

TODO

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

TODO

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

TODO

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

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Snapshot") private Map snapshot; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Sync") private Boolean sync; /** *

TODO

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

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Timeout") private Integer timeout; /** *

TODO

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

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "WithSig") private Boolean withSig; /** *

TODO

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy