Package io.getstream.chat.java.models
Class App.APNConfigRequestObject
- java.lang.Object
-
- io.getstream.chat.java.models.App.APNConfigRequestObject
-
- Enclosing class:
- App
public static class App.APNConfigRequestObject extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
App.APNConfigRequestObject.APNConfigRequestObjectBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static App.APNConfigRequestObject.APNConfigRequestObjectBuilder
builder()
static @Nullable App.APNConfigRequestObject
buildFrom(@Nullable App.APNConfig aPNConfig)
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
@org.jetbrains.annotations.Nullable byte[]
getAuthKey()
@Nullable App.AuthenticationType
getAuthType()
@Nullable java.lang.String
getBundleId()
@Nullable java.lang.Boolean
getDevelopment()
@Nullable java.lang.String
getHost()
@Nullable java.lang.String
getKeyId()
@Nullable java.lang.String
getNotificationTemplate()
@Nullable java.lang.String
getP12Cert()
@Nullable java.lang.String
getTeamId()
int
hashCode()
-
-
-
Method Detail
-
buildFrom
@Nullable public static @Nullable App.APNConfigRequestObject buildFrom(@Nullable @Nullable App.APNConfig aPNConfig)
-
builder
public static App.APNConfigRequestObject.APNConfigRequestObjectBuilder builder()
-
getDevelopment
@Nullable public @Nullable java.lang.Boolean getDevelopment()
-
getAuthType
@Nullable public @Nullable App.AuthenticationType getAuthType()
-
getAuthKey
@Nullable public @org.jetbrains.annotations.Nullable byte[] getAuthKey()
-
getNotificationTemplate
@Nullable public @Nullable java.lang.String getNotificationTemplate()
-
getHost
@Nullable public @Nullable java.lang.String getHost()
-
getBundleId
@Nullable public @Nullable java.lang.String getBundleId()
-
getTeamId
@Nullable public @Nullable java.lang.String getTeamId()
-
getKeyId
@Nullable public @Nullable java.lang.String getKeyId()
-
getP12Cert
@Nullable public @Nullable java.lang.String getP12Cert()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-