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

com.aliyun.dingtalkapp_market_1_0.models.GetCoolAppAccessStatusResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetCoolAppAccessStatusResponseBody extends TeaModel {
    @NameInMap("status")
    public String status;

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

    public GetCoolAppAccessStatusResponseBody setStatus(String status) {
        this.status = status;
        return this;
    }
    public String getStatus() {
        return this.status;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy