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

com.aliyun.dingtalkedu_1_0.models.InitDeviceResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class InitDeviceResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

success

*/ @NameInMap("successInfo") public String successInfo; public static InitDeviceResponseBody build(java.util.Map map) throws Exception { InitDeviceResponseBody self = new InitDeviceResponseBody(); return TeaModel.build(map, self); } public InitDeviceResponseBody setSuccessInfo(String successInfo) { this.successInfo = successInfo; return this; } public String getSuccessInfo() { return this.successInfo; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy