Class SimpleNotificationTaskResult
java.lang.Object
ch.tocco.nice2.notificationcenter.api.SimpleNotificationTaskResult
- All Implemented Interfaces:
 NotificationTaskResult
- 
Constructor Summary
ConstructorsConstructorDescriptionSimpleNotificationTaskResult(ResultBean resultBean) SimpleNotificationTaskResult(ResultBean resultBean, @Nullable String message)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.notificationcenter.api.NotificationTaskResult
isSuccess 
- 
Constructor Details
- 
SimpleNotificationTaskResult
 - 
SimpleNotificationTaskResult
 
 - 
 - 
Method Details
- 
getResult
- Specified by:
 getResultin interfaceNotificationTaskResult
 - 
getMessage
- Specified by:
 getMessagein interfaceNotificationTaskResult
 
 -