Class NativeGuildSettings
java.lang.Object
com.github.alex1304.ultimategdbot.api.database.NativeGuildSettings
- All Implemented Interfaces:
GuildSettings
public class NativeGuildSettings extends Object implements GuildSettings
-
Constructor Summary
Constructors Constructor Description NativeGuildSettings() -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)longgetGuildId()Gets the guildIDStringgetPrefix()longgetServerModRoleId()inthashCode()voidsetGuildId(Long guildId)Sets the guildIDvoidsetPrefix(String prefix)voidsetServerModRoleId(Long serverModRoleId)
-
Constructor Details
-
NativeGuildSettings
public NativeGuildSettings()
-
-
Method Details
-
getGuildId
public long getGuildId()Description copied from interface:GuildSettingsGets the guildID- Specified by:
getGuildIdin interfaceGuildSettings- Returns:
- the guildID
-
setGuildId
Description copied from interface:GuildSettingsSets the guildID- Specified by:
setGuildIdin interfaceGuildSettings- Parameters:
guildId- the guildID
-
getPrefix
-
setPrefix
-
getServerModRoleId
public long getServerModRoleId() -
setServerModRoleId
-
equals
-
hashCode
public int hashCode()
-