public class UpdateMessageResult extends Object
QueueContract.updateMessage(String, String, String, String, int) and
QueueContract.updateMessage(String, String, String, String, int, QueueServiceOptions)
.
See the Update Message documentation on MSDN for details of the underlying Queue Service REST API operation.
| Constructor and Description |
|---|
UpdateMessageResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPopReceipt()
Gets the pop receipt value for the updated queue message.
|
Date |
getTimeNextVisible()
Gets the
Date when the updated message will become visible in the
queue. |
void |
setPopReceipt(String popReceipt)
Reserved for internal use.
|
void |
setTimeNextVisible(Date timeNextVisible)
Reserved for internal use.
|
public String getPopReceipt()
String containing the pop receipt value for the queue
message.public void setPopReceipt(String popReceipt)
popReceipt - A String containing the pop receipt value for the
queue message.public Date getTimeNextVisible()
Date when the updated message will become visible in the
queue.Date when the updated message will become visible in
the queue.public void setTimeNextVisible(Date timeNextVisible)
timeNextVisible - The Date when the updated message will become visible
in the queue./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/