-
public final class Config
-
-
Field Summary
Fields Modifier and Type Field Description private Datecreated_atprivate Dateupdated_atprivate BooleanisTypingEventsprivate BooleanisReadEventsprivate BooleanisConnectEventsprivate BooleanisSearchprivate BooleanisReactionsEnabledprivate BooleanisRepliesEnabledprivate BooleanisMutesprivate IntegermaxMessageLengthprivate Stringautomodprivate Stringinfiniteprivate Stringnameprivate List<Command>commands
-
Constructor Summary
Constructors Constructor Description Config(Date created_at, Date updated_at, Boolean isTypingEvents, Boolean isReadEvents, Boolean isConnectEvents, Boolean isSearch, Boolean isReactionsEnabled, Boolean isRepliesEnabled, Boolean isMutes, Integer maxMessageLength, String automod, String infinite, String name, List<Command> commands)
-
Method Summary
Modifier and Type Method Description final Datecomponent1()final Datecomponent2()final Booleancomponent3()final Booleancomponent4()final Booleancomponent5()final Booleancomponent6()final Booleancomponent7()final Booleancomponent8()final Booleancomponent9()final Integercomponent10()final Stringcomponent11()final Stringcomponent12()final Stringcomponent13()final List<Command>component14()final Configcopy(Date created_at, Date updated_at, Boolean isTypingEvents, Boolean isReadEvents, Boolean isConnectEvents, Boolean isSearch, Boolean isReactionsEnabled, Boolean isRepliesEnabled, Boolean isMutes, Integer maxMessageLength, String automod, String infinite, String name, List<Command> commands)final DategetCreated_at()final DategetUpdated_at()final BooleangetIsTypingEvents()final BooleangetIsReadEvents()final BooleangetIsConnectEvents()final BooleangetIsSearch()final BooleangetIsReactionsEnabled()final BooleangetIsRepliesEnabled()final BooleangetIsMutes()final IntegergetMaxMessageLength()final StringgetAutomod()final StringgetInfinite()final StringgetName()final List<Command>getCommands()final UnitsetCreated_at(@SerializedName(value = "created_at") Date created_at)final UnitsetUpdated_at(@SerializedName(value = "updated_at") Date updated_at)final UnitsetIsTypingEvents(@SerializedName(value = "typing_events") Boolean isTypingEvents)final UnitsetIsReadEvents(@SerializedName(value = "read_events") Boolean isReadEvents)final UnitsetIsConnectEvents(@SerializedName(value = "connect_events") Boolean isConnectEvents)final UnitsetIsSearch(@SerializedName(value = "search") Boolean isSearch)final UnitsetIsReactionsEnabled(@SerializedName(value = "reactions") Boolean isReactionsEnabled)final UnitsetIsRepliesEnabled(@SerializedName(value = "replies") Boolean isRepliesEnabled)final UnitsetIsMutes(@SerializedName(value = "mutes") Boolean isMutes)final UnitsetMaxMessageLength(@SerializedName(value = "max_message_length") Integer maxMessageLength)final UnitsetAutomod(String automod)final UnitsetInfinite(String infinite)final UnitsetName(String name)final UnitsetCommands(List<Command> commands)-
-
Constructor Detail
-
Config
Config(Date created_at, Date updated_at, Boolean isTypingEvents, Boolean isReadEvents, Boolean isConnectEvents, Boolean isSearch, Boolean isReactionsEnabled, Boolean isRepliesEnabled, Boolean isMutes, Integer maxMessageLength, String automod, String infinite, String name, List<Command> commands)
-
-
Method Detail
-
component1
final Date component1()
-
component2
final Date component2()
-
component3
final Boolean component3()
-
component4
final Boolean component4()
-
component5
final Boolean component5()
-
component6
final Boolean component6()
-
component7
final Boolean component7()
-
component8
final Boolean component8()
-
component9
final Boolean component9()
-
component10
final Integer component10()
-
component11
final String component11()
-
component12
final String component12()
-
component13
final String component13()
-
component14
final List<Command> component14()
-
copy
final Config copy(Date created_at, Date updated_at, Boolean isTypingEvents, Boolean isReadEvents, Boolean isConnectEvents, Boolean isSearch, Boolean isReactionsEnabled, Boolean isRepliesEnabled, Boolean isMutes, Integer maxMessageLength, String automod, String infinite, String name, List<Command> commands)
-
getCreated_at
final Date getCreated_at()
-
getUpdated_at
final Date getUpdated_at()
-
getIsTypingEvents
final Boolean getIsTypingEvents()
-
getIsReadEvents
final Boolean getIsReadEvents()
-
getIsConnectEvents
final Boolean getIsConnectEvents()
-
getIsSearch
final Boolean getIsSearch()
-
getIsReactionsEnabled
final Boolean getIsReactionsEnabled()
-
getIsRepliesEnabled
final Boolean getIsRepliesEnabled()
-
getIsMutes
final Boolean getIsMutes()
-
getMaxMessageLength
final Integer getMaxMessageLength()
-
getAutomod
final String getAutomod()
-
getInfinite
final String getInfinite()
-
getCommands
final List<Command> getCommands()
-
setCreated_at
final Unit setCreated_at(@SerializedName(value = "created_at") Date created_at)
-
setUpdated_at
final Unit setUpdated_at(@SerializedName(value = "updated_at") Date updated_at)
-
setIsTypingEvents
final Unit setIsTypingEvents(@SerializedName(value = "typing_events") Boolean isTypingEvents)
-
setIsReadEvents
final Unit setIsReadEvents(@SerializedName(value = "read_events") Boolean isReadEvents)
-
setIsConnectEvents
final Unit setIsConnectEvents(@SerializedName(value = "connect_events") Boolean isConnectEvents)
-
setIsSearch
final Unit setIsSearch(@SerializedName(value = "search") Boolean isSearch)
-
setIsReactionsEnabled
final Unit setIsReactionsEnabled(@SerializedName(value = "reactions") Boolean isReactionsEnabled)
-
setIsRepliesEnabled
final Unit setIsRepliesEnabled(@SerializedName(value = "replies") Boolean isRepliesEnabled)
-
setIsMutes
final Unit setIsMutes(@SerializedName(value = "mutes") Boolean isMutes)
-
setMaxMessageLength
final Unit setMaxMessageLength(@SerializedName(value = "max_message_length") Integer maxMessageLength)
-
setAutomod
final Unit setAutomod(String automod)
-
setInfinite
final Unit setInfinite(String infinite)
-
setCommands
final Unit setCommands(List<Command> commands)
-
-
-
-