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

com.aliyun.dingtalkactivity_1_0.models.CreateActivityResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class CreateActivityResponseBody extends TeaModel {
    @NameInMap("activityId")
    public String activityId;

    public static CreateActivityResponseBody build(java.util.Map map) throws Exception {
        CreateActivityResponseBody self = new CreateActivityResponseBody();
        return TeaModel.build(map, self);
    }

    public CreateActivityResponseBody setActivityId(String activityId) {
        this.activityId = activityId;
        return this;
    }
    public String getActivityId() {
        return this.activityId;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy