
com.tencentcloudapi.iotvideoindustry.v20201201.models.AllDeviceInfo Maven / Gradle / Ivy
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* 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.tencentcloudapi.iotvideoindustry.v20201201.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class AllDeviceInfo extends AbstractModel{
/**
* 设备唯一标识
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("DeviceId")
@Expose
private String DeviceId;
/**
* 设备类型
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("DeviceType")
@Expose
private Long DeviceType;
/**
* 设备状态
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("Status")
@Expose
private Long Status;
/**
* 创建时间
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("CreateTime")
@Expose
private Long CreateTime;
/**
* 设备扩展属性
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ExtraInformation")
@Expose
private String ExtraInformation;
/**
* 设备名称
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("NickName")
@Expose
private String NickName;
/**
* 设备绑定分组路径
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("GroupPath")
@Expose
private String GroupPath;
/**
* 设备编码
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("DeviceCode")
@Expose
private String DeviceCode;
/**
* 是否存在录像
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("IsRecord")
@Expose
private Long IsRecord;
/**
* Get 设备唯一标识
注意:此字段可能返回 null,表示取不到有效值。
* @return DeviceId 设备唯一标识
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getDeviceId() {
return this.DeviceId;
}
/**
* Set 设备唯一标识
注意:此字段可能返回 null,表示取不到有效值。
* @param DeviceId 设备唯一标识
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setDeviceId(String DeviceId) {
this.DeviceId = DeviceId;
}
/**
* Get 设备类型
注意:此字段可能返回 null,表示取不到有效值。
* @return DeviceType 设备类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getDeviceType() {
return this.DeviceType;
}
/**
* Set 设备类型
注意:此字段可能返回 null,表示取不到有效值。
* @param DeviceType 设备类型
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setDeviceType(Long DeviceType) {
this.DeviceType = DeviceType;
}
/**
* Get 设备状态
注意:此字段可能返回 null,表示取不到有效值。
* @return Status 设备状态
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getStatus() {
return this.Status;
}
/**
* Set 设备状态
注意:此字段可能返回 null,表示取不到有效值。
* @param Status 设备状态
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setStatus(Long Status) {
this.Status = Status;
}
/**
* Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
* @return CreateTime 创建时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getCreateTime() {
return this.CreateTime;
}
/**
* Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
* @param CreateTime 创建时间
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setCreateTime(Long CreateTime) {
this.CreateTime = CreateTime;
}
/**
* Get 设备扩展属性
注意:此字段可能返回 null,表示取不到有效值。
* @return ExtraInformation 设备扩展属性
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getExtraInformation() {
return this.ExtraInformation;
}
/**
* Set 设备扩展属性
注意:此字段可能返回 null,表示取不到有效值。
* @param ExtraInformation 设备扩展属性
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setExtraInformation(String ExtraInformation) {
this.ExtraInformation = ExtraInformation;
}
/**
* Get 设备名称
注意:此字段可能返回 null,表示取不到有效值。
* @return NickName 设备名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getNickName() {
return this.NickName;
}
/**
* Set 设备名称
注意:此字段可能返回 null,表示取不到有效值。
* @param NickName 设备名称
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setNickName(String NickName) {
this.NickName = NickName;
}
/**
* Get 设备绑定分组路径
注意:此字段可能返回 null,表示取不到有效值。
* @return GroupPath 设备绑定分组路径
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getGroupPath() {
return this.GroupPath;
}
/**
* Set 设备绑定分组路径
注意:此字段可能返回 null,表示取不到有效值。
* @param GroupPath 设备绑定分组路径
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setGroupPath(String GroupPath) {
this.GroupPath = GroupPath;
}
/**
* Get 设备编码
注意:此字段可能返回 null,表示取不到有效值。
* @return DeviceCode 设备编码
注意:此字段可能返回 null,表示取不到有效值。
*/
public String getDeviceCode() {
return this.DeviceCode;
}
/**
* Set 设备编码
注意:此字段可能返回 null,表示取不到有效值。
* @param DeviceCode 设备编码
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setDeviceCode(String DeviceCode) {
this.DeviceCode = DeviceCode;
}
/**
* Get 是否存在录像
注意:此字段可能返回 null,表示取不到有效值。
* @return IsRecord 是否存在录像
注意:此字段可能返回 null,表示取不到有效值。
*/
public Long getIsRecord() {
return this.IsRecord;
}
/**
* Set 是否存在录像
注意:此字段可能返回 null,表示取不到有效值。
* @param IsRecord 是否存在录像
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setIsRecord(Long IsRecord) {
this.IsRecord = IsRecord;
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "DeviceId", this.DeviceId);
this.setParamSimple(map, prefix + "DeviceType", this.DeviceType);
this.setParamSimple(map, prefix + "Status", this.Status);
this.setParamSimple(map, prefix + "CreateTime", this.CreateTime);
this.setParamSimple(map, prefix + "ExtraInformation", this.ExtraInformation);
this.setParamSimple(map, prefix + "NickName", this.NickName);
this.setParamSimple(map, prefix + "GroupPath", this.GroupPath);
this.setParamSimple(map, prefix + "DeviceCode", this.DeviceCode);
this.setParamSimple(map, prefix + "IsRecord", this.IsRecord);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy