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

com.aliyun.dingtalkdiot_1_0.models.BatchUpdateDeviceResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class BatchUpdateDeviceResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("deviceIds") public java.util.List deviceIds; public static BatchUpdateDeviceResponseBody build(java.util.Map map) throws Exception { BatchUpdateDeviceResponseBody self = new BatchUpdateDeviceResponseBody(); return TeaModel.build(map, self); } public BatchUpdateDeviceResponseBody setDeviceIds(java.util.List deviceIds) { this.deviceIds = deviceIds; return this; } public java.util.List getDeviceIds() { return this.deviceIds; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy