类 DeviceBatchAddRequest

java.lang.Object
com.icetech.sdk.request.BaseRequest<DeviceBatchAddResponse>
com.icetech.sdk.request.iot.DeviceBatchAddRequest

public class DeviceBatchAddRequest extends BaseRequest<DeviceBatchAddResponse>
  • 构造器详细资料

    • DeviceBatchAddRequest

      public DeviceBatchAddRequest()
  • 方法详细资料

    • method

      protected String method()
      从类复制的说明: BaseRequest
      定义接口名称
      指定者:
      method 在类中 BaseRequest<DeviceBatchAddResponse>
      返回:
      接口名称
    • getDeviceCodes

      public String getDeviceCodes()
    • setDeviceCodes

      public void setDeviceCodes(String deviceCodes)
    • getGroupId

      public Long getGroupId()
    • setGroupId

      public void setGroupId(Long groupId)
    • getChannelName

      public String getChannelName()
    • setChannelName

      public void setChannelName(String channelName)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object