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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
getGuildId
public long getGuildId()
Description copied from interface:GuildSettingsGets the guildID- Specified by:
getGuildIdin interfaceGuildSettings- Returns:
- the guildID
-
setGuildId
public void setGuildId(long guildId)
Description copied from interface:GuildSettingsSets the guildID- Specified by:
setGuildIdin interfaceGuildSettings- Parameters:
guildId- the guildID
-
getPrefix
public String getPrefix()
-
setPrefix
public void setPrefix(String prefix)
-
getServerModRoleId
public long getServerModRoleId()
-
setServerModRoleId
public void setServerModRoleId(long serverModRoleId)
-
-