com.baidubce.services.iotdm.model.v3.device
Class DeviceViewResponse.DeviceViewAttribute

java.lang.Object
  extended by com.baidubce.services.iotdm.model.v3.device.DeviceViewResponse.DeviceViewAttribute
Enclosing class:
DeviceViewResponse

public static class DeviceViewResponse.DeviceViewAttribute
extends Object


Constructor Summary
DeviceViewResponse.DeviceViewAttribute()
           
 
Method Summary
 String getAttributeName()
           
 String getDefaultValue()
           
 Long getDesiredTime()
           
 String getDesiredValue()
           
 Long getReportedTime()
           
 String getReportedValue()
           
 String getShowName()
           
 SchemaProperty.PropertyType getType()
           
 String getUnit()
           
 void setAttributeName(String attributeName)
           
 void setDefaultValue(String defaultValue)
           
 void setDesiredTime(Long desiredTime)
           
 void setDesiredValue(String desiredValue)
           
 void setReportedTime(Long reportedTime)
           
 void setReportedValue(String reportedValue)
           
 void setShowName(String showName)
           
 void setType(SchemaProperty.PropertyType type)
           
 void setUnit(String unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceViewResponse.DeviceViewAttribute

public DeviceViewResponse.DeviceViewAttribute()
Method Detail

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.