com.baidubce.services.iotdm.model.v3.device
Class DeviceViewResponse.DeviceViewAttribute
java.lang.Object
com.baidubce.services.iotdm.model.v3.device.DeviceViewResponse.DeviceViewAttribute
- Enclosing class:
- DeviceViewResponse
public static class DeviceViewResponse.DeviceViewAttribute
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceViewResponse.DeviceViewAttribute
public DeviceViewResponse.DeviceViewAttribute()
getAttributeName
public String getAttributeName()
setAttributeName
public void setAttributeName(String attributeName)
getShowName
public String getShowName()
setShowName
public void setShowName(String showName)
getUnit
public String getUnit()
setUnit
public void setUnit(String unit)
getReportedTime
public Long getReportedTime()
setReportedTime
public void setReportedTime(Long reportedTime)
getDesiredTime
public Long getDesiredTime()
setDesiredTime
public void setDesiredTime(Long desiredTime)
getReportedValue
public String getReportedValue()
setReportedValue
public void setReportedValue(String reportedValue)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
getDesiredValue
public String getDesiredValue()
setDesiredValue
public void setDesiredValue(String desiredValue)
getType
public SchemaProperty.PropertyType getType()
setType
public void setType(SchemaProperty.PropertyType type)
Copyright © 2018. All rights reserved.