WritableProperty Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.digitaltwin.serialization.WritableProperty

public final class WritableProperty

Field Summary

Modifier and Type Field and Description
int AckCode

The response code of the property update request, usually an HTTP Status Code (e.g.

java.lang.String AckDescription

The message response of the property update request.

int AckVersion

The version of the reported property value

java.lang.Object DesiredValue

The desired value of a property.

int DesiredVersion

The version of the property with the specified desired value.

java.util.Date LastUpdateTime

The time when this property was last updated.

Constructor Summary

Constructor Description
WritableProperty()

Method Summary

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

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.

Constructor Details

WritableProperty

public WritableProperty()

Method Details

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:

AckCode

setAckDescription

public void setAckDescription(String AckDescription)

Parameters:

AckDescription

setAckVersion

public void setAckVersion(int AckVersion)

Parameters:

AckVersion

setDesiredValue

public void setDesiredValue(Object DesiredValue)

Parameters:

DesiredValue

setDesiredVersion

public void setDesiredVersion(int DesiredVersion)

Parameters:

DesiredVersion

setLastUpdateTime

public void setLastUpdateTime(Date LastUpdateTime)

Parameters:

LastUpdateTime

Applies to

Azure SDK for Java

Latest