Class App.FirebaseConfig

  • Enclosing class:
    App

    public static class App.FirebaseConfig
    extends java.lang.Object
    • Constructor Detail

      • FirebaseConfig

        public FirebaseConfig()
    • Method Detail

      • getEnabled

        @NotNull
        public @NotNull java.lang.Boolean getEnabled()
      • getNotificationTemplate

        @NotNull
        public @NotNull java.lang.String getNotificationTemplate()
      • getDataTemplate

        @NotNull
        public @NotNull java.lang.String getDataTemplate()
      • getApnTemplate

        @NotNull
        public @NotNull java.lang.String getApnTemplate()
      • setEnabled

        public void setEnabled​(@NotNull
                               @NotNull java.lang.Boolean enabled)
      • setNotificationTemplate

        public void setNotificationTemplate​(@NotNull
                                            @NotNull java.lang.String notificationTemplate)
      • setDataTemplate

        public void setDataTemplate​(@NotNull
                                    @NotNull java.lang.String dataTemplate)
      • setApnTemplate

        public void setApnTemplate​(@NotNull
                                   @NotNull java.lang.String apnTemplate)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object