-
public final class DeliverPushMessageRequestRequest object containing input parameters for the ServiceWorkerDomain.deliverPushMessage command.
-
-
Constructor Summary
Constructors Constructor Description DeliverPushMessageRequest(String origin, String registrationId, String data)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final DeliverPushMessageRequestcopy(String origin, String registrationId, String data)final StringgetOrigin()final StringgetRegistrationId()final StringgetData()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final DeliverPushMessageRequest copy(String origin, String registrationId, String data)
-
getRegistrationId
final String getRegistrationId()
-
-
-
-