public class InboundRequestDTO extends ItemDTO
modifiedPropsSet| Constructor and Description |
|---|
InboundRequestDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<InboundRequestErrorDTO> |
getErrors() |
java.lang.String |
getIntegrationKey() |
java.lang.String |
getMessageId() |
IntegrationApiMediaDTO |
getPayload() |
java.lang.String |
getStatus() |
java.lang.String |
getType() |
void |
setErrors(java.util.Set<InboundRequestErrorDTO> value) |
void |
setIntegrationKey(java.lang.String value) |
void |
setMessageId(java.lang.String value) |
void |
setPayload(IntegrationApiMediaDTO value) |
void |
setStatus(java.lang.String value) |
void |
setType(java.lang.String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, isSealed, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPk, setSealedgetModifiedProperties, getUri, setUripublic InboundRequestDTO()
public java.util.Set<InboundRequestErrorDTO> getErrors()
public java.lang.String getIntegrationKey()
public java.lang.String getMessageId()
public IntegrationApiMediaDTO getPayload()
public java.lang.String getStatus()
public java.lang.String getType()
public void setErrors(java.util.Set<InboundRequestErrorDTO> value)
public void setIntegrationKey(java.lang.String value)
public void setMessageId(java.lang.String value)
public void setPayload(IntegrationApiMediaDTO value)
public void setStatus(java.lang.String value)
public void setType(java.lang.String value)
Copyright © 2018 SAP SE. All Rights Reserved.