public final class SuccessResponse extends BaseResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
SuccessResponse.Builder |
originalRequestId, type, version| Modifier and Type | Method and Description |
|---|---|
static SuccessResponse.Builder |
builder() |
boolean |
equals(Object o) |
String |
getResponsePayload()
The response payload.
|
int |
hashCode() |
String |
toString() |
getOriginalRequestId, getType, getVersionpublic static SuccessResponse.Builder builder()
public String getResponsePayload()
public boolean equals(Object o)
equals in class BaseResponsepublic int hashCode()
hashCode in class BaseResponsepublic String toString()
toString in class BaseResponseCopyright © 2023. All rights reserved.