Class NativeGuildSettings

    • Constructor Detail

      • NativeGuildSettings

        public NativeGuildSettings()
    • Method Detail

      • getGuildId

        public long getGuildId()
        Description copied from interface: GuildSettings
        Gets the guildID
        Specified by:
        getGuildId in interface GuildSettings
        Returns:
        the guildID
      • setGuildId

        public void setGuildId​(long guildId)
        Description copied from interface: GuildSettings
        Sets the guildID
        Specified by:
        setGuildId in interface GuildSettings
        Parameters:
        guildId - the guildID
      • getPrefix

        public String getPrefix()
      • setPrefix

        public void setPrefix​(String prefix)
      • getServerModRoleId

        public long getServerModRoleId()
      • setServerModRoleId

        public void setServerModRoleId​(long serverModRoleId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object