public final class SendMessageResult extends Object
| Constructor and Description |
|---|
SendMessageResult() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getExpirationTime()
Get the expirationTime property: The time that the Message will expire
and be automatically deleted.
|
OffsetDateTime |
getInsertionTime()
Get the insertionTime property: The time the Message was inserted into
the Queue.
|
String |
getMessageId()
Get the messageId property: The Id of the Message.
|
String |
getPopReceipt()
Get the popReceipt property: This value is required to delete the
Message.
|
OffsetDateTime |
getTimeNextVisible()
Get the timeNextVisible property: The time that the message will again
become visible in the Queue.
|
SendMessageResult |
setExpirationTime(OffsetDateTime expirationTime)
Set the expirationTime property: The time that the Message will expire
and be automatically deleted.
|
SendMessageResult |
setInsertionTime(OffsetDateTime insertionTime)
Set the insertionTime property: The time the Message was inserted into
the Queue.
|
SendMessageResult |
setMessageId(String messageId)
Set the messageId property: The Id of the Message.
|
SendMessageResult |
setPopReceipt(String popReceipt)
Set the popReceipt property: This value is required to delete the
Message.
|
SendMessageResult |
setTimeNextVisible(OffsetDateTime timeNextVisible)
Set the timeNextVisible property: The time that the message will again
become visible in the Queue.
|
public String getMessageId()
public SendMessageResult setMessageId(String messageId)
messageId - the messageId value to set.public OffsetDateTime getInsertionTime()
public SendMessageResult setInsertionTime(OffsetDateTime insertionTime)
insertionTime - the insertionTime value to set.public OffsetDateTime getExpirationTime()
public SendMessageResult setExpirationTime(OffsetDateTime expirationTime)
expirationTime - the expirationTime value to set.public String getPopReceipt()
public SendMessageResult setPopReceipt(String popReceipt)
popReceipt - the popReceipt value to set.public OffsetDateTime getTimeNextVisible()
public SendMessageResult setTimeNextVisible(OffsetDateTime timeNextVisible)
timeNextVisible - the timeNextVisible value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.