ResponseMessage Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. Message - com.
microsoft. azure. sdk. iot. device. ResponseMessage
- com.
- com.
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 |
---|---|
Iot |
getStatus()
Getter for the status |
Methods inherited from Message
getBodyStream
getBytes
getConnectionDeviceId
getConnectionModuleId
getContentEncoding
getContentType
getCorrelatingMessageCallback
getCorrelatingMessageCallbackContext
getCorrelationId
getCreationTimeUTC
getCreationTimeUTCString
getDeliveryAcknowledgement
getInputName
getIotHubConnectionString
getMessageId
getMessageType
getOutputName
getProperties
getProperty
getTo
getUserId
isExpired
isSecurityMessage
setAbsoluteExpiryTime
setAsSecurityMessage
setConnectionDeviceId
setConnectionModuleId
setContentEncoding
setContentType
setContentTypeFinal
setCorrelatingMessageCallback
setCorrelatingMessageCallbackContext
setCorrelationId
setCreationTimeUTC
setExpiryTime
setInputName
setIotHubConnectionString
setMessageId
setMessageType
setOutputName
setProperty
setUserId
toString
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java