Class WsRestAcknowledgeMessageRequest
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsRestAcknowledgeMessageRequest
- All Implemented Interfaces:
WsRequestBean
request bean in body of rest request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwhat to do with the message. valid options are: mark_as_processed, return_to_queue, return_to_end_of_queue, send_to_another_queueif acting as someone elsedestination of the message if acknowledgeType is send_to_another_queuedestination type if acknowledge type is send_to_another_queue.is the version of the client.String[]WsParam[]optional: reserved for future usevoidsetAcknowledgeType(String acknowledgeType1) what to do with the message. valid options are: mark_as_processed, return_to_queue, return_to_end_of_queue, send_to_another_queuevoidsetActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1) if acting as someone elsevoidsetAnotherQueueOrTopicName(String anotherQueueOrTopicName1) destination of the message if acknowledgeType is send_to_another_queuevoidsetAnotherQueueType(String anotherQueueOrTopic1) destination type if acknowledge type is send_to_another_queue.voidsetClientVersion(String clientVersion1) is the version of the client.voidsetMessageIds(String[] messageIds1) voidsetMessageSystemName(String messageSystemName1) voidoptional: reserved for future usevoidsetQueueOrTopicName(String queueOrTopicName1)
-
Constructor Details
-
WsRestAcknowledgeMessageRequest
public WsRestAcknowledgeMessageRequest()
-
-
Method Details
-
getMessageIds
- Returns:
- the messages to be marked as processed
-
setMessageIds
- Parameters:
messageIds1- to be marked as processed
-
getQueueOrTopicName
- Returns:
- queueOrTopicName
-
setQueueOrTopicName
- Parameters:
queueOrTopicName1-
-
getMessageSystemName
- Returns:
- messageSystemName
-
setMessageSystemName
- Parameters:
messageSystemName1-
-
getAcknowledgeType
what to do with the message. valid options are: mark_as_processed, return_to_queue, return_to_end_of_queue, send_to_another_queue- Returns:
- acknowledgeType
-
setAcknowledgeType
what to do with the message. valid options are: mark_as_processed, return_to_queue, return_to_end_of_queue, send_to_another_queue- Parameters:
acknowledgeType1-
-
getAnotherQueueOrTopicName
destination of the message if acknowledgeType is send_to_another_queue- Returns:
- anotherQueueOrTopicName
-
setAnotherQueueOrTopicName
destination of the message if acknowledgeType is send_to_another_queue- Parameters:
anotherQueueOrTopicName1-
-
getAnotherQueueType
destination type if acknowledge type is send_to_another_queue. Valid values are queue and topic- Returns:
- anotherQueueOrTopic
-
setAnotherQueueType
destination type if acknowledge type is send_to_another_queue. Valid values are queue and topic- Parameters:
anotherQueueOrTopic1-
-
getClientVersion
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000- Returns:
- version
-
setClientVersion
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000- Parameters:
clientVersion1-
-
getActAsSubjectLookup
if acting as someone else- Returns:
- act as subject
-
setActAsSubjectLookup
if acting as someone else- Parameters:
actAsSubjectLookup1-
-
getParams
optional: reserved for future use- Returns:
- params
-
setParams
optional: reserved for future use- Parameters:
params1-
-