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

com.dahuatech.icc.brm.model.v202010.device.BrmDeviceQueryResponse Maven / Gradle / Ivy

There is a newer version: 1.0.13.7
Show newest version
package com.dahuatech.icc.brm.model.v202010.device;

import com.dahuatech.icc.oauth.http.IccResponse;

/**
 * 设备详情查看结果
 *
 * @author 232676
 * @since 1.0.0 2020-11-03 09:59:11
 */
public class BrmDeviceQueryResponse extends IccResponse {
  private BrmDevice data;

  public BrmDevice getData() {
    return data;
  }

  public void setData(BrmDevice data) {
    this.data = data;
  }

  @Override
  public String toString() {
    return "BrmDeviceQueryResponse{" + "data=" + data + '}';
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy