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

com.aliyun.dingtalkcontent_1_0.models.GetFeedRequest 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 GetFeedRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

50730********40554

*/ @NameInMap("mcnId") public String mcnId; public static GetFeedRequest build(java.util.Map map) throws Exception { GetFeedRequest self = new GetFeedRequest(); return TeaModel.build(map, self); } public GetFeedRequest setMcnId(String mcnId) { this.mcnId = mcnId; return this; } public String getMcnId() { return this.mcnId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy