public class CallbackMessage extends Object
| Constructor and Description |
|---|
CallbackMessage() |
| Modifier and Type | Method and Description |
|---|---|
List<AttachableResponse> |
getAttachableResponse()
Gets attachable response
|
BatchOperation |
getBatchOperation()
Gets batch operation
|
List<CDCQueryResult> |
getCDCQueryResults()
Gets List
|
InputStream |
getDownloadedFile()
Gets downloadedFile
|
IEntity |
getEntity()
Gets entity
|
FMSException |
getFMSException()
Gets FMSException
|
QueryResult |
getQueryResult()
Gets QueryResult
|
void |
setAttachableResponse(List<AttachableResponse> attachableResponse)
Sets attachable response
|
void |
setBatchOperation(BatchOperation batchOperation)
Sets batch operation
|
void |
setCDCQueryResults(List<CDCQueryResult> cdcQueryResults)
Sets CDCQueryResult
|
void |
setDownloadedFile(InputStream downloadedFile)
Sets downloadedFile
|
void |
setEntity(IEntity entity)
Sets entity
|
void |
setFMSException(FMSException fmsException)
Sets FMSException
|
void |
setQueryResult(QueryResult queryResult)
Sets QueryResult
|
public IEntity getEntity()
public void setEntity(IEntity entity)
entity - public QueryResult getQueryResult()
public void setCDCQueryResults(List<CDCQueryResult> cdcQueryResults)
List - public List<CDCQueryResult> getCDCQueryResults()
public void setQueryResult(QueryResult queryResult)
QueryResult - public FMSException getFMSException()
public void setFMSException(FMSException fmsException)
FMSException - public BatchOperation getBatchOperation()
public void setBatchOperation(BatchOperation batchOperation)
batch - operationpublic List<AttachableResponse> getAttachableResponse()
public void setAttachableResponse(List<AttachableResponse> attachableResponse)
attachable - responsepublic InputStream getDownloadedFile()
public void setDownloadedFile(InputStream downloadedFile)
downloadedFile - Copyright © 2017. All rights reserved.