WritableProperty Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. digitaltwin. serialization. WritableProperty
- com.
public final class WritableProperty
Modifier and Type | Field and Description |
---|---|
int |
Ack The response code of the property update request, usually an HTTP Status Code (e. |
java.lang.String |
Ack The message response of the property update request. |
int |
Ack The version of the reported property value |
java.lang.Object |
Desired The desired value of a property. |
int |
Desired The version of the property with the specified desired value. |
java.util.Date |
Last The time when this property was last updated. |
Constructor | Description | |
---|---|---|
Writable |
Modifier and Type | Method and Description |
---|---|
int |
get |
java.lang.String |
get |
int |
get |
java.lang.Object |
get |
int |
get |
java.util.Date |
get |
void |
set |
void |
set |
void |
set |
void |
set |
void |
set |
void |
set |
AckCode
public int AckCode
The response code of the property update request, usually an HTTP Status Code (e.g. 200).
AckDescription
public String AckDescription
The message response of the property update request.
AckVersion
public int AckVersion
The version of the reported property value
DesiredValue
public Object DesiredValue
The desired value of a property.
DesiredVersion
public int DesiredVersion
The version of the property with the specified desired value.
LastUpdateTime
public Date LastUpdateTime
The time when this property was last updated.
WritableProperty
public WritableProperty()
getAckCode
public int getAckCode()
getAckDescription
public String getAckDescription()
getAckVersion
public int getAckVersion()
getDesiredValue
public Object getDesiredValue()
getDesiredVersion
public int getDesiredVersion()
getLastUpdateTime
public Date getLastUpdateTime()
setAckCode
public void setAckCode(int AckCode)
Parameters:
setAckDescription
public void setAckDescription(String AckDescription)
Parameters:
setAckVersion
public void setAckVersion(int AckVersion)
Parameters:
setDesiredValue
public void setDesiredValue(Object DesiredValue)
Parameters:
setDesiredVersion
public void setDesiredVersion(int DesiredVersion)
Parameters:
setLastUpdateTime
public void setLastUpdateTime(Date LastUpdateTime)
Parameters:
Comentários do Azure SDK for Java
O Azure SDK for Java é um projeto código aberto. Selecione um link para fornecer comentários: