Class BaseResponse
java.lang.Object
com.liferay.push.notifications.sender.BaseResponse
- All Implemented Interfaces:
Response
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBaseResponse
(String platform) BaseResponse
(String platform, Exception exception) -
Method Summary
-
Field Details
-
id
-
payload
-
platform
-
status
-
succeeded
protected boolean succeeded -
token
-
-
Constructor Details
-
BaseResponse
-
BaseResponse
-
-
Method Details
-
getId
-
getPayload
- Specified by:
getPayload
in interfaceResponse
-
getPlatform
- Specified by:
getPlatform
in interfaceResponse
-
getStatus
-
getToken
-
isSucceeded
public boolean isSucceeded()- Specified by:
isSucceeded
in interfaceResponse
-