Class App.APNConfig

  • Enclosing class:
    App

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

      • APNConfig

        public APNConfig()
    • Method Detail

      • getEnabled

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

        @NotNull
        public @NotNull java.lang.Boolean getDevelopment()
      • 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)
      • 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 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