Class PushSettings

  • All Implemented Interfaces:
    Validable

    public class PushSettings
    extends java.lang.Object
    implements Validable
    PushSettings object
    • Constructor Detail

      • PushSettings

        public PushSettings()
    • Method Detail

      • getDisabledForever

        public java.lang.Boolean getDisabledForever()
      • setDisabledForever

        public PushSettings setDisabledForever​(java.lang.Boolean disabledForever)
      • getDisabledUntil

        public java.lang.Integer getDisabledUntil()
      • setDisabledUntil

        public PushSettings setDisabledUntil​(java.lang.Integer disabledUntil)
      • getNoSound

        public java.lang.Boolean getNoSound()
      • setNoSound

        public PushSettings setNoSound​(java.lang.Boolean noSound)
      • getDisabledMentions

        public java.lang.Boolean getDisabledMentions()
      • setDisabledMentions

        public PushSettings setDisabledMentions​(java.lang.Boolean disabledMentions)
      • getDisabledMassMentions

        public java.lang.Boolean getDisabledMassMentions()
      • setDisabledMassMentions

        public PushSettings setDisabledMassMentions​(java.lang.Boolean disabledMassMentions)
      • hashCode

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

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

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

        public java.lang.String toPrettyString()