类 DeviceProfileResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.iotdm.model.v3.device.DeviceBasicInfoResponse
-
- com.baidubce.services.iotdm.model.v3.device.DeviceProfileResponse
-
- 所有已实现的接口:
Serializable
public class DeviceProfileResponse extends DeviceBasicInfoResponse
Represent the response of getting a device profile.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 DeviceProfileResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 com.fasterxml.jackson.databind.JsonNodegetAttributes()DeviceAttributesgetDevice()voidsetAttributes(com.fasterxml.jackson.databind.JsonNode attributes)voidsetDevice(DeviceAttributes device)-
从类继承的方法 com.baidubce.services.iotdm.model.v3.device.DeviceBasicInfoResponse
getCreateTime, getDescription, getFavourite, getId, getLastActiveTime, getName, getSchemaId, getSchemaName, getState, setCreateTime, setDescription, setFavourite, setId, setLastActiveTime, setName, setSchemaId, setSchemaName, setState
-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getAttributes
public com.fasterxml.jackson.databind.JsonNode getAttributes()
-
setAttributes
public void setAttributes(com.fasterxml.jackson.databind.JsonNode attributes)
-
getDevice
public DeviceAttributes getDevice()
-
setDevice
public void setDevice(DeviceAttributes device)
-
-