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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java