Package io.getstream.chat.java.models
Class App.APNConfig
- java.lang.Object
-
- io.getstream.chat.java.models.App.APNConfig
-
- Enclosing class:
- App
public static class App.APNConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description APNConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
@NotNull java.lang.Boolean
getDevelopment()
@NotNull java.lang.Boolean
getEnabled()
@Nullable java.lang.String
getHost()
@Nullable java.lang.String
getKeyId()
@NotNull java.lang.String
getNotificationTemplate()
@Nullable java.lang.String
getTeamId()
int
hashCode()
void
setAuthKey(@org.jetbrains.annotations.Nullable byte[] authKey)
void
setAuthType(@Nullable App.AuthenticationType authType)
void
setBundleId(@Nullable java.lang.String bundleId)
void
setDevelopment(@NotNull java.lang.Boolean development)
void
setEnabled(@NotNull java.lang.Boolean enabled)
void
setHost(@Nullable java.lang.String host)
void
setKeyId(@Nullable java.lang.String keyId)
void
setNotificationTemplate(@NotNull java.lang.String notificationTemplate)
void
setTeamId(@Nullable java.lang.String teamId)
java.lang.String
toString()
-
-
-
Method Detail
-
getEnabled
@NotNull public @NotNull java.lang.Boolean getEnabled()
-
getDevelopment
@NotNull public @NotNull java.lang.Boolean getDevelopment()
-
getAuthType
@Nullable public @Nullable App.AuthenticationType getAuthType()
-
getAuthKey
@Nullable public @org.jetbrains.annotations.Nullable byte[] getAuthKey()
-
getNotificationTemplate
@NotNull public @NotNull 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()
-
setEnabled
public void setEnabled(@NotNull @NotNull java.lang.Boolean enabled)
-
setDevelopment
public void setDevelopment(@NotNull @NotNull java.lang.Boolean development)
-
setAuthType
public void setAuthType(@Nullable @Nullable App.AuthenticationType authType)
-
setAuthKey
public void setAuthKey(@Nullable @org.jetbrains.annotations.Nullable byte[] authKey)
-
setNotificationTemplate
public void setNotificationTemplate(@NotNull @NotNull java.lang.String notificationTemplate)
-
setHost
public void setHost(@Nullable @Nullable java.lang.String host)
-
setBundleId
public void setBundleId(@Nullable @Nullable java.lang.String bundleId)
-
setTeamId
public void setTeamId(@Nullable @Nullable java.lang.String teamId)
-
setKeyId
public void setKeyId(@Nullable @Nullable java.lang.String keyId)
-
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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-