ResponseMessage Class

public final class ResponseMessage
extends Message

Extend Message to support status response

Constructor Summary

Constructor Description
ResponseMessage(byte[] body, IotHubStatusCode status)

CONSTRUCTOR

Method Summary

Modifier and Type Method and Description
IotHubStatusCode getStatus()

Getter for the status

Methods inherited from Message

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.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ResponseMessage

public ResponseMessage(byte[] body, IotHubStatusCode status)

CONSTRUCTOR

Parameters:

body - is the byte array with the response message payload
status - is the response status

Method Details

getStatus

public IotHubStatusCode getStatus()

Getter for the status

Returns:

the status code

Applies to