public class AwsIotDeviceReportMessage extends AWSIotMessage
errorCode, errorMessage, payload, qos, topic| Constructor and Description | 
|---|
AwsIotDeviceReportMessage(String topic,
                         AWSIotQos qos,
                         long reportVersion,
                         String jsonState,
                         AbstractAwsIotDevice device)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
onFailure()
Callback function to be invoked a non-block API has completed
 unsuccessfully. 
 | 
void | 
onSuccess()
Callback function to be invoked a non-block API has completed
 successfully. 
 | 
getErrorCode, getErrorMessage, getPayload, getQos, getStringPayload, getTopic, onTimeout, setErrorCode, setErrorMessage, setPayload, setQos, setStringPayload, setTopicpublic AwsIotDeviceReportMessage(String topic, AWSIotQos qos, long reportVersion, String jsonState, AbstractAwsIotDevice device)
public void onSuccess()
AWSIotMessageonSuccess in interface AwsIotMessageCallbackonSuccess in class AWSIotMessagepublic void onFailure()
AWSIotMessageonFailure in interface AwsIotMessageCallbackonFailure in class AWSIotMessageCopyright © 2020. All rights reserved.