Package com.zendesk.sdk.model.push
Class PushRegistrationResponse
- java.lang.Object
-
- com.zendesk.sdk.model.push.PushRegistrationResponse
-
public class PushRegistrationResponse extends java.lang.ObjectThis is a class model for a response for registering a device for push notifications. This object will be created byZendeskPushRegistrationProvider
-
-
Constructor Summary
Constructors Constructor and Description PushRegistrationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object o)java.lang.StringgetIdentifier()Get the device-specific identifierinthashCode()
-
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
Get the device-specific identifier- Returns:
- The device-specific identifier
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-