-
public final class GaPushMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final GANotificationuserNotificationprivate final GATargettarget
-
Constructor Summary
Constructors Constructor Description GaPushMessage(GANotification userNotification, GATarget target)
-
Method Summary
Modifier and Type Method Description final GANotificationcomponent1()final GATargetcomponent2()final GaPushMessagecopy(GANotification userNotification, GATarget target)final GANotificationgetUserNotification()final GATargetgetTarget()-
-
Constructor Detail
-
GaPushMessage
GaPushMessage(GANotification userNotification, GATarget target)
-
-
Method Detail
-
component1
final GANotification component1()
-
component2
final GATarget component2()
-
copy
final GaPushMessage copy(GANotification userNotification, GATarget target)
-
getUserNotification
final GANotification getUserNotification()
-
-
-
-