Class AwsIotDeviceReportMessage
java.lang.Object
com.amazonaws.services.iot.client.AWSIotMessage
com.amazonaws.services.iot.client.shadow.AwsIotDeviceReportMessage
- All Implemented Interfaces:
AwsIotMessageCallback
-
Field Summary
Fields inherited from class com.amazonaws.services.iot.client.AWSIotMessage
errorCode, errorMessage, payload, qos, topic -
Constructor Summary
ConstructorsConstructorDescriptionAwsIotDeviceReportMessage(String topic, AWSIotQos qos, long reportVersion, String jsonState, AbstractAwsIotDevice device) -
Method Summary
Methods inherited from class com.amazonaws.services.iot.client.AWSIotMessage
getErrorCode, getErrorMessage, getPayload, getQos, getStringPayload, getTopic, onTimeout, setErrorCode, setErrorMessage, setPayload, setQos, setStringPayload, setTopic
-
Constructor Details
-
AwsIotDeviceReportMessage
public AwsIotDeviceReportMessage(String topic, AWSIotQos qos, long reportVersion, String jsonState, AbstractAwsIotDevice device)
-
-
Method Details
-
onSuccess
public void onSuccess()Description copied from class:AWSIotMessageCallback function to be invoked a non-block API has completed successfully.- Specified by:
onSuccessin interfaceAwsIotMessageCallback- Overrides:
onSuccessin classAWSIotMessage
-
onFailure
public void onFailure()Description copied from class:AWSIotMessageCallback function to be invoked a non-block API has completed unsuccessfully.- Specified by:
onFailurein interfaceAwsIotMessageCallback- Overrides:
onFailurein classAWSIotMessage
-