public abstract class BaseResponse extends java.lang.Object implements Response
Constructor and Description |
---|
BaseResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOrigMessage() |
NotificationsServiceContractType |
getTypeID() |
void |
setOrigMessage(java.lang.String s) |
void |
setTypeID(NotificationsServiceContractType t) |
java.lang.String |
toJsonString() |
public java.lang.String toJsonString()
toJsonString
in interface Response
public java.lang.String getOrigMessage()
getOrigMessage
in interface Response
public void setOrigMessage(@Nonnull java.lang.String s)
setOrigMessage
in interface Response
public NotificationsServiceContractType getTypeID()
public void setTypeID(@Nonnull NotificationsServiceContractType t)