com.aliyuncs.vcs.model.v20200515.DescribeAiotDevicesResponse Maven / Gradle / Ivy
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.vcs.model.v20200515;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.vcs.transform.v20200515.DescribeAiotDevicesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeAiotDevicesResponse extends AcsResponse {
private String requestId;
private String message;
private String code;
private AiotDevices aiotDevices;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public AiotDevices getAiotDevices() {
return this.aiotDevices;
}
public void setAiotDevices(AiotDevices aiotDevices) {
this.aiotDevices = aiotDevices;
}
public static class AiotDevices {
private Long pageNum;
private Long pageSize;
private Long totalNum;
private List aiotDeviceList;
public Long getPageNum() {
return this.pageNum;
}
public void setPageNum(Long pageNum) {
this.pageNum = pageNum;
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
}
public Long getTotalNum() {
return this.totalNum;
}
public void setTotalNum(Long totalNum) {
this.totalNum = totalNum;
}
public List getAiotDeviceList() {
return this.aiotDeviceList;
}
public void setAiotDeviceList(List aiotDeviceList) {
this.aiotDeviceList = aiotDeviceList;
}
public static class AiotDeviceType {
private String corpId;
private String deviceId;
private String name;
private String model;
private String iPAddr;
private String iPV6Addr;
private Long port;
private Float longitude;
private Float latitude;
private String placeCode;
private String place;
private String orgCode;
private String capDirection;
private String monitorDirection;
private String monitorAreaDesc;
private String isOnline;
private String ownerApsID;
private String userId;
private String password;
private String mAC;
private String iPv4Netmask;
private String iPv4Gateway;
private String deviceType;
private String firmwareVersion;
private String serialNuber;
private String manufacturer;
private String id;
public String getCorpId() {
return this.corpId;
}
public void setCorpId(String corpId) {
this.corpId = corpId;
}
public String getDeviceId() {
return this.deviceId;
}
public void setDeviceId(String deviceId) {
this.deviceId = deviceId;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getModel() {
return this.model;
}
public void setModel(String model) {
this.model = model;
}
public String getIPAddr() {
return this.iPAddr;
}
public void setIPAddr(String iPAddr) {
this.iPAddr = iPAddr;
}
public String getIPV6Addr() {
return this.iPV6Addr;
}
public void setIPV6Addr(String iPV6Addr) {
this.iPV6Addr = iPV6Addr;
}
public Long getPort() {
return this.port;
}
public void setPort(Long port) {
this.port = port;
}
public Float getLongitude() {
return this.longitude;
}
public void setLongitude(Float longitude) {
this.longitude = longitude;
}
public Float getLatitude() {
return this.latitude;
}
public void setLatitude(Float latitude) {
this.latitude = latitude;
}
public String getPlaceCode() {
return this.placeCode;
}
public void setPlaceCode(String placeCode) {
this.placeCode = placeCode;
}
public String getPlace() {
return this.place;
}
public void setPlace(String place) {
this.place = place;
}
public String getOrgCode() {
return this.orgCode;
}
public void setOrgCode(String orgCode) {
this.orgCode = orgCode;
}
public String getCapDirection() {
return this.capDirection;
}
public void setCapDirection(String capDirection) {
this.capDirection = capDirection;
}
public String getMonitorDirection() {
return this.monitorDirection;
}
public void setMonitorDirection(String monitorDirection) {
this.monitorDirection = monitorDirection;
}
public String getMonitorAreaDesc() {
return this.monitorAreaDesc;
}
public void setMonitorAreaDesc(String monitorAreaDesc) {
this.monitorAreaDesc = monitorAreaDesc;
}
public String getIsOnline() {
return this.isOnline;
}
public void setIsOnline(String isOnline) {
this.isOnline = isOnline;
}
public String getOwnerApsID() {
return this.ownerApsID;
}
public void setOwnerApsID(String ownerApsID) {
this.ownerApsID = ownerApsID;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
}
public String getMAC() {
return this.mAC;
}
public void setMAC(String mAC) {
this.mAC = mAC;
}
public String getIPv4Netmask() {
return this.iPv4Netmask;
}
public void setIPv4Netmask(String iPv4Netmask) {
this.iPv4Netmask = iPv4Netmask;
}
public String getIPv4Gateway() {
return this.iPv4Gateway;
}
public void setIPv4Gateway(String iPv4Gateway) {
this.iPv4Gateway = iPv4Gateway;
}
public String getDeviceType() {
return this.deviceType;
}
public void setDeviceType(String deviceType) {
this.deviceType = deviceType;
}
public String getFirmwareVersion() {
return this.firmwareVersion;
}
public void setFirmwareVersion(String firmwareVersion) {
this.firmwareVersion = firmwareVersion;
}
public String getSerialNuber() {
return this.serialNuber;
}
public void setSerialNuber(String serialNuber) {
this.serialNuber = serialNuber;
}
public String getManufacturer() {
return this.manufacturer;
}
public void setManufacturer(String manufacturer) {
this.manufacturer = manufacturer;
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
}
}
@Override
public DescribeAiotDevicesResponse getInstance(UnmarshallerContext context) {
return DescribeAiotDevicesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy