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

com.aliyun.ice20201109.models.UpdateTemplateRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ice20201109.models;

import com.aliyun.tea.*;

public class UpdateTemplateRequest extends TeaModel {
    /**
     * example:
     * 

参见模板Config文档

*/ @NameInMap("Config") public String config; /** * example: *

http://example-bucket.oss-cn-shanghai.aliyuncs.com/cover.jpg

*/ @NameInMap("CoverUrl") public String coverUrl; /** * example: *

视频添加水印模板

*/ @NameInMap("Name") public String name; /** * example: *

20b48fb04483915d4f2cd8ac

*/ @NameInMap("PreviewMedia") public String previewMedia; /** * example: *

{"video":["c04f1d4a06996144cc1a","cb7db64841b159b4f2ea"],"audio":["c04f1d4a06996144cc1a"],"image":["c04f1d4a06996144cc1a"]}

*/ @NameInMap("RelatedMediaids") public String relatedMediaids; /** * example: *

OpenAPI

*/ @NameInMap("Source") public String source; /** * example: *

Available

*/ @NameInMap("Status") public String status; /** * example: *

20b48fb04483915d4f2cd8ac

*/ @NameInMap("TemplateId") public String templateId; public static UpdateTemplateRequest build(java.util.Map map) throws Exception { UpdateTemplateRequest self = new UpdateTemplateRequest(); return TeaModel.build(map, self); } public UpdateTemplateRequest setConfig(String config) { this.config = config; return this; } public String getConfig() { return this.config; } public UpdateTemplateRequest setCoverUrl(String coverUrl) { this.coverUrl = coverUrl; return this; } public String getCoverUrl() { return this.coverUrl; } public UpdateTemplateRequest setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public UpdateTemplateRequest setPreviewMedia(String previewMedia) { this.previewMedia = previewMedia; return this; } public String getPreviewMedia() { return this.previewMedia; } public UpdateTemplateRequest setRelatedMediaids(String relatedMediaids) { this.relatedMediaids = relatedMediaids; return this; } public String getRelatedMediaids() { return this.relatedMediaids; } public UpdateTemplateRequest setSource(String source) { this.source = source; return this; } public String getSource() { return this.source; } public UpdateTemplateRequest setStatus(String status) { this.status = status; return this; } public String getStatus() { return this.status; } public UpdateTemplateRequest setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy