public class GetPendingRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
lastReceivedTimestamp |
protected java.lang.String |
maxMessages |
protected java.util.List<MessageType> |
messageType |
| Constructor and Description |
|---|
GetPendingRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLastReceivedTimestamp()
Gets the value of the lastReceivedTimestamp property.
|
java.lang.String |
getMaxMessages()
Gets the value of the maxMessages property.
|
java.util.List<MessageType> |
getMessageType()
Gets the value of the messageType property.
|
void |
setLastReceivedTimestamp(java.lang.String value)
Sets the value of the lastReceivedTimestamp property.
|
void |
setMaxMessages(java.lang.String value)
Sets the value of the maxMessages property.
|
protected java.lang.String maxMessages
protected java.lang.String lastReceivedTimestamp
protected java.util.List<MessageType> messageType
public java.lang.String getMaxMessages()
Stringpublic void setMaxMessages(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastReceivedTimestamp()
Stringpublic void setLastReceivedTimestamp(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<MessageType> getMessageType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the messageType property.
For example, to add a new item, do as follows:
getMessageType().add(newItem);
Objects of the following type(s) are allowed in the list
MessageType
Copyright © 2018 SAP SE. All Rights Reserved.