public final class WritableProperty extends Object
Modifier and Type | Field and Description |
---|---|
int |
AckCode
The response code of the property update request, usually an HTTP Status Code (e.g.
|
String |
AckDescription
The message response of the property update request.
|
int |
AckVersion
The version of the reported property value
|
Object |
DesiredValue
The desired value of a property.
|
int |
DesiredVersion
The version of the property with the specified desired value.
|
Date |
LastUpdateTime
The time when this property was last updated.
|
Constructor and Description |
---|
WritableProperty() |
Modifier and Type | Method and Description |
---|---|
int |
getAckCode() |
String |
getAckDescription() |
int |
getAckVersion() |
Object |
getDesiredValue() |
int |
getDesiredVersion() |
Date |
getLastUpdateTime() |
void |
setAckCode(int AckCode) |
void |
setAckDescription(String AckDescription) |
void |
setAckVersion(int AckVersion) |
void |
setDesiredValue(Object DesiredValue) |
void |
setDesiredVersion(int DesiredVersion) |
void |
setLastUpdateTime(Date LastUpdateTime) |
public Object DesiredValue
public int DesiredVersion
public int AckVersion
public int AckCode
public String AckDescription
public Date LastUpdateTime
public Object getDesiredValue()
public int getDesiredVersion()
public int getAckVersion()
public int getAckCode()
public String getAckDescription()
public Date getLastUpdateTime()
public void setDesiredValue(Object DesiredValue)
public void setDesiredVersion(int DesiredVersion)
public void setAckVersion(int AckVersion)
public void setAckCode(int AckCode)
public void setAckDescription(String AckDescription)
public void setLastUpdateTime(Date LastUpdateTime)
Copyright © 2020. All rights reserved.