public abstract class BaseResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
originalRequestId |
protected String |
type |
protected String |
version |
Modifier | Constructor and Description |
---|---|
protected |
BaseResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getOriginalRequestId()
The same request identifier as the Dynamic endpoint request for this response.
|
String |
getType()
Denotes type of response.
|
String |
getVersion()
The version of the response message schema used.
|
int |
hashCode() |
String |
toString() |
protected String version
protected String type
protected String originalRequestId
public String getVersion()
public String getType()
public String getOriginalRequestId()
Copyright © 2023. All rights reserved.