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

com.aliyun.dingtalkcontent_1_0.models.GetMediaCerficateRequest Maven / Gradle / Ivy

There is a newer version: 2.1.67
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkcontent_1_0.models;

import com.aliyun.tea.*;

public class GetMediaCerficateRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

D:****.mp4

*/ @NameInMap("fileName") public String fileName; /** *

This parameter is required.

* * example: *

87712****6723412

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

cd8b21090b6*********b78fa733

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

视频描述。 长度不超过1024个字符。 UTF-8编码。

*/ @NameInMap("mediaIntroduction") public String mediaIntroduction; /** *

This parameter is required.

* * example: *

UploadTest

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

https://test.cn/image/D22F553TEST.jpeg

*/ @NameInMap("thumbUrl") public String thumbUrl; /** *

This parameter is required.

* * example: *

edb2*****1090b66

*/ @NameInMap("userId") public String userId; public static GetMediaCerficateRequest build(java.util.Map map) throws Exception { GetMediaCerficateRequest self = new GetMediaCerficateRequest(); return TeaModel.build(map, self); } public GetMediaCerficateRequest setFileName(String fileName) { this.fileName = fileName; return this; } public String getFileName() { return this.fileName; } public GetMediaCerficateRequest setMcnId(String mcnId) { this.mcnId = mcnId; return this; } public String getMcnId() { return this.mcnId; } public GetMediaCerficateRequest setMediaId(String mediaId) { this.mediaId = mediaId; return this; } public String getMediaId() { return this.mediaId; } public GetMediaCerficateRequest setMediaIntroduction(String mediaIntroduction) { this.mediaIntroduction = mediaIntroduction; return this; } public String getMediaIntroduction() { return this.mediaIntroduction; } public GetMediaCerficateRequest setMediaTitle(String mediaTitle) { this.mediaTitle = mediaTitle; return this; } public String getMediaTitle() { return this.mediaTitle; } public GetMediaCerficateRequest setThumbUrl(String thumbUrl) { this.thumbUrl = thumbUrl; return this; } public String getThumbUrl() { return this.thumbUrl; } public GetMediaCerficateRequest setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy