Package io.getstream.chat.java.models
Class App.PushProvider
- java.lang.Object
-
- io.getstream.chat.java.models.App.PushProvider
-
- Enclosing class:
- App
public static class App.PushProvider extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PushProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)@Nullable java.lang.StringgetApnAuthKey()@Nullable java.lang.StringgetApnKeyId()@Nullable java.lang.StringgetApnTeamId()@Nullable java.lang.StringgetApnTopic()@Nullable java.util.DategetCreatedAt()@Nullable java.lang.StringgetDescription()@Nullable java.util.DategetDisabledAt()@Nullable java.lang.StringgetDisabledReason()@Nullable java.lang.StringgetFirebaseApnTemplate()@Nullable java.lang.StringgetFirebaseCredentials()@Nullable java.lang.StringgetHuaweiAppId()@Nullable java.lang.StringgetHuaweiAppSecret()@NotNull java.lang.StringgetName()@NotNull App.PushProviderTypegetType()@Nullable java.util.DategetUpdatedAt()@Nullable java.lang.StringgetXiaomiAppSecret()@Nullable java.lang.StringgetXiaomiPackageName()inthashCode()voidsetApnAuthKey(@Nullable java.lang.String apnAuthKey)voidsetApnKeyId(@Nullable java.lang.String apnKeyId)voidsetApnTeamId(@Nullable java.lang.String apnTeamId)voidsetApnTopic(@Nullable java.lang.String apnTopic)voidsetCreatedAt(@Nullable java.util.Date createdAt)voidsetDescription(@Nullable java.lang.String description)voidsetDisabledAt(@Nullable java.util.Date disabledAt)voidsetDisabledReason(@Nullable java.lang.String disabledReason)voidsetFirebaseApnTemplate(@Nullable java.lang.String firebaseApnTemplate)voidsetFirebaseCredentials(@Nullable java.lang.String firebaseCredentials)voidsetHuaweiAppId(@Nullable java.lang.String huaweiAppId)voidsetHuaweiAppSecret(@Nullable java.lang.String huaweiAppSecret)voidsetName(@NotNull java.lang.String name)voidsetType(@NotNull App.PushProviderType type)voidsetUpdatedAt(@Nullable java.util.Date updatedAt)voidsetXiaomiAppSecret(@Nullable java.lang.String xiaomiAppSecret)voidsetXiaomiPackageName(@Nullable java.lang.String xiaomiPackageName)java.lang.StringtoString()
-
-
-
Method Detail
-
getName
@NotNull public @NotNull java.lang.String getName()
-
getType
@NotNull public @NotNull App.PushProviderType getType()
-
getDescription
@Nullable public @Nullable java.lang.String getDescription()
-
getDisabledAt
@Nullable public @Nullable java.util.Date getDisabledAt()
-
getDisabledReason
@Nullable public @Nullable java.lang.String getDisabledReason()
-
getApnAuthKey
@Nullable public @Nullable java.lang.String getApnAuthKey()
-
getApnKeyId
@Nullable public @Nullable java.lang.String getApnKeyId()
-
getApnTeamId
@Nullable public @Nullable java.lang.String getApnTeamId()
-
getApnTopic
@Nullable public @Nullable java.lang.String getApnTopic()
-
getFirebaseCredentials
@Nullable public @Nullable java.lang.String getFirebaseCredentials()
-
getFirebaseApnTemplate
@Nullable public @Nullable java.lang.String getFirebaseApnTemplate()
-
getHuaweiAppId
@Nullable public @Nullable java.lang.String getHuaweiAppId()
-
getHuaweiAppSecret
@Nullable public @Nullable java.lang.String getHuaweiAppSecret()
-
getXiaomiPackageName
@Nullable public @Nullable java.lang.String getXiaomiPackageName()
-
getXiaomiAppSecret
@Nullable public @Nullable java.lang.String getXiaomiAppSecret()
-
getCreatedAt
@Nullable public @Nullable java.util.Date getCreatedAt()
-
getUpdatedAt
@Nullable public @Nullable java.util.Date getUpdatedAt()
-
setName
public void setName(@NotNull @NotNull java.lang.String name)
-
setType
public void setType(@NotNull @NotNull App.PushProviderType type)
-
setDescription
public void setDescription(@Nullable @Nullable java.lang.String description)
-
setDisabledAt
public void setDisabledAt(@Nullable @Nullable java.util.Date disabledAt)
-
setDisabledReason
public void setDisabledReason(@Nullable @Nullable java.lang.String disabledReason)
-
setApnAuthKey
public void setApnAuthKey(@Nullable @Nullable java.lang.String apnAuthKey)
-
setApnKeyId
public void setApnKeyId(@Nullable @Nullable java.lang.String apnKeyId)
-
setApnTeamId
public void setApnTeamId(@Nullable @Nullable java.lang.String apnTeamId)
-
setApnTopic
public void setApnTopic(@Nullable @Nullable java.lang.String apnTopic)
-
setFirebaseCredentials
public void setFirebaseCredentials(@Nullable @Nullable java.lang.String firebaseCredentials)
-
setFirebaseApnTemplate
public void setFirebaseApnTemplate(@Nullable @Nullable java.lang.String firebaseApnTemplate)
-
setHuaweiAppId
public void setHuaweiAppId(@Nullable @Nullable java.lang.String huaweiAppId)
-
setHuaweiAppSecret
public void setHuaweiAppSecret(@Nullable @Nullable java.lang.String huaweiAppSecret)
-
setXiaomiPackageName
public void setXiaomiPackageName(@Nullable @Nullable java.lang.String xiaomiPackageName)
-
setXiaomiAppSecret
public void setXiaomiAppSecret(@Nullable @Nullable java.lang.String xiaomiAppSecret)
-
setCreatedAt
public void setCreatedAt(@Nullable @Nullable java.util.Date createdAt)
-
setUpdatedAt
public void setUpdatedAt(@Nullable @Nullable java.util.Date updatedAt)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-