public static class DeviceViewResponse.DeviceViewAttribute extends Object
| Constructor and Description |
|---|
DeviceViewAttribute() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getAttributeName()
public void setAttributeName(String attributeName)
public String getShowName()
public void setShowName(String showName)
public String getUnit()
public void setUnit(String unit)
public Long getReportedTime()
public void setReportedTime(Long reportedTime)
public Long getDesiredTime()
public void setDesiredTime(Long desiredTime)
public String getReportedValue()
public void setReportedValue(String reportedValue)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getDesiredValue()
public void setDesiredValue(String desiredValue)
public SchemaProperty.PropertyType getType()
public void setType(SchemaProperty.PropertyType type)
Copyright © 2024. All rights reserved.