Interface ResponseMessage
- All Superinterfaces:
VersionedMessage
The result of fulfilling a request on the server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.google.web.bindery.requestfactory.shared.messages.VersionedMessage
VERSION -
Method Summary
Modifier and TypeMethodDescriptionvoidsetGeneralFailure(ServerFailureMessage failure) voidsetInvocationResults(List<Splittable> value) voidsetOperations(List<OperationMessage> value) voidsetStatusCodes(List<Boolean> value) voidsetViolations(List<ViolationMessage> value) Methods inherited from interface com.google.web.bindery.requestfactory.shared.messages.VersionedMessage
getVersion, setVersion
-
Field Details
-
GENERAL_FAILURE
- See Also:
-
INVOCATION_RESULTS
- See Also:
-
OPERATIONS
- See Also:
-
STATUS_CODES
- See Also:
-
VIOLATIONS
- See Also:
-
-
Method Details
-
getGeneralFailure
-
getInvocationResults
-
getOperations
-
getStatusCodes
-
getViolations
-
setInvocationResults
-
setOperations
-
setStatusCodes
-
setViolations
-