@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class NotificationRegistration extends Object
Constructor and Description |
---|
NotificationRegistration() |
Modifier and Type | Method and Description |
---|---|
NotificationRegistration |
deviceId(String deviceId) |
NotificationRegistration |
endpoint(String endpoint) |
boolean |
equals(Object o) |
DateTime |
getCreatedOn()
Date the client registered for push notifications with Bridge.
|
String |
getDeviceId()
This should be either the device token retrieved from the iOS operation system, or the registrationId on Android.
|
String |
getEndpoint()
The endpoint that should be registered for the notification.
|
String |
getGuid()
Get guid
|
DateTime |
getModifiedOn()
The last time the registration was updated based on a new device identifier being issued by the client operating system (iOS or Android).
|
String |
getOsName()
Information used to track which type of deviceId is being submitted.
|
NotificationProtocol |
getProtocol()
Get protocol
|
String |
getType()
NotificationRegistration
|
NotificationRegistration |
guid(String guid) |
int |
hashCode() |
NotificationRegistration |
osName(String osName) |
NotificationRegistration |
protocol(NotificationProtocol protocol) |
void |
setDeviceId(String deviceId) |
void |
setEndpoint(String endpoint) |
void |
setGuid(String guid) |
void |
setOsName(String osName) |
void |
setProtocol(NotificationProtocol protocol) |
String |
toString() |
public NotificationRegistration guid(String guid)
public String getGuid()
public void setGuid(String guid)
public NotificationRegistration protocol(NotificationProtocol protocol)
public NotificationProtocol getProtocol()
public void setProtocol(NotificationProtocol protocol)
public NotificationRegistration endpoint(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
public NotificationRegistration deviceId(String deviceId)
public String getDeviceId()
public void setDeviceId(String deviceId)
public NotificationRegistration osName(String osName)
public String getOsName()
public void setOsName(String osName)
public DateTime getCreatedOn()
public DateTime getModifiedOn()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.