Package ca.uhn.fhir.batch2.api
Class JobOperationResultJson
java.lang.Object
ca.uhn.fhir.batch2.api.JobOperationResultJson
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JobOperationResultJsonnewFailure(String theOperation, String theMessage) static JobOperationResultJsonnewSuccess(String theOperation, String theMessage) voidsetMessage(String theMessage) voidsetOperation(String theOperation) voidsetSuccess(Boolean theSuccess)
-
Constructor Details
-
JobOperationResultJson
public JobOperationResultJson()
-
-
Method Details
-
newSuccess
-
newFailure
-
getOperation
-
setOperation
-
getSuccess
-
setSuccess
-
getMessage
-
setMessage
-