Interface ResponseMessage
- All Superinterfaces:
VersionedMessage
The result of fulfilling a request on the server.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from interface com.google.web.bindery.requestfactory.shared.messages.VersionedMessage
VERSION
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setGeneralFailure
(ServerFailureMessage failure) void
setInvocationResults
(List<Splittable> value) void
setOperations
(List<OperationMessage> value) void
setStatusCodes
(List<Boolean> value) void
setViolations
(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
-