Serialized Form
- 
Package biz.source_code.miniConnectionPoolManager- 
Exception biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager.TimeoutExceptionclass TimeoutException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package com.gmt2001.datastore- 
Class com.gmt2001.datastore.SectionVariableValueRecordclass SectionVariableValueRecord extends Record3<SectionVariableValueRecord,String, String, String> implements Serializable - serialVersionUID:
- 1L
 
- 
Class com.gmt2001.datastore.SectionVariableValueTableclass SectionVariableValueTable extends TableImpl<SectionVariableValueRecord> implements Serializable- 
Serialized Fields- 
SECTIONTableField<SectionVariableValueRecord, String> SECTION The section
- 
tableNameString tableName Table name in the database
- 
VALUETableField<SectionVariableValueRecord, String> VALUE The value
- 
VARIABLETableField<SectionVariableValueRecord, String> VARIABLE The variable
 
- 
 
- 
 
- 
- 
Package com.gmt2001.datastore2- 
Exception com.gmt2001.datastore2.TableDoesNotExistExceptionclass TableDoesNotExistException extends IllegalStateException implements Serializable- 
Serialized Fields- 
tableNameString tableName 
 
- 
 
- 
 
- 
- 
Package com.gmt2001.datastore2.datatype- 
Class com.gmt2001.datastore2.datatype.AbstractDatabaseMap- 
Serialized Fields- 
fieldIndexint fieldIndex The field index
- 
recordUpdatableRecord<?> record The linked record
 
- 
 
- 
 
- 
- 
Package com.gmt2001.datastore2.meta- 
Class com.gmt2001.datastore2.meta.TableVersion- 
Serialized Fields- 
TABLETableField<TableVersionRecord, String> TABLE The name of the managed table whose version is stored in the record
- 
VERSIONTableField<TableVersionRecord, Long> VERSION The version of the managed table
 
- 
 
- 
- 
Class com.gmt2001.datastore2.meta.TableVersionRecord- serialVersionUID:
- 1L
 
 
- 
- 
Package com.gmt2001.datastore2.record- 
Class com.gmt2001.datastore2.record.Record1
- 
Class com.gmt2001.datastore2.record.Record2
- 
Class com.gmt2001.datastore2.record.Record3
- 
Class com.gmt2001.datastore2.record.Record4
- 
Class com.gmt2001.datastore2.record.Record5
- 
Class com.gmt2001.datastore2.record.Record6class Record6 extends UpdatableRecordImpl<RR extends Record6<RR,A, B, C, D, E, F>> implements Serializable - 
Serialized Fields
 
- 
- 
Class com.gmt2001.datastore2.record.Record7class Record7 extends UpdatableRecordImpl<RR extends Record7<RR,A, B, C, D, E, F, G>> implements Serializable - 
Serialized Fields- 
field1SupplierSupplier<Field<A>> field1Supplier 
- 
field2SupplierSupplier<Field<B>> field2Supplier 
- 
field3SupplierSupplier<Field<C>> field3Supplier 
- 
field4SupplierSupplier<Field<D>> field4Supplier 
- 
field5SupplierSupplier<Field<E>> field5Supplier 
- 
field6SupplierSupplier<Field<F>> field6Supplier 
- 
field7SupplierSupplier<Field<G>> field7Supplier 
 
- 
 
- 
- 
Class com.gmt2001.datastore2.record.Record8class Record8 extends UpdatableRecordImpl<RR extends Record8<RR,A, B, C, D, E, F, G, H>> implements Serializable - 
Serialized Fields- 
field1SupplierSupplier<Field<A>> field1Supplier 
- 
field2SupplierSupplier<Field<B>> field2Supplier 
- 
field3SupplierSupplier<Field<C>> field3Supplier 
- 
field4SupplierSupplier<Field<D>> field4Supplier 
- 
field5SupplierSupplier<Field<E>> field5Supplier 
- 
field6SupplierSupplier<Field<F>> field6Supplier 
- 
field7SupplierSupplier<Field<G>> field7Supplier 
- 
field8SupplierSupplier<Field<H>> field8Supplier 
 
- 
 
- 
 
- 
- 
Package com.gmt2001.httpclient- 
Exception com.gmt2001.httpclient.NotJSONExceptionclass NotJSONException extends JSONException implements Serializable
 
- 
- 
Package com.gmt2001.module- 
Class com.gmt2001.module.ModuleVersionRecord- serialVersionUID:
- 1L
 
- 
Class com.gmt2001.module.ModuleVersionTable- 
Serialized Fields- 
MODULETableField<ModuleVersionRecord, String> MODULE The name of the module whose version is stored in the record
- 
VERSIONTableField<ModuleVersionRecord, Long> VERSION The version of the module
 
- 
 
- 
 
- 
- 
Package tv.phantombot- 
Class tv.phantombot.CaselessCommandLineArgumentsclass CaselessCommandLineArguments extends CaselessProperties implements Serializable
- 
Class tv.phantombot.CaselessPropertiesclass CaselessProperties extends Properties implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
lockObject lock 
- 
transactionsList<CaselessProperties.Transaction> transactions 
 
- 
 
 
- 
- 
Package tv.phantombot.panel.PanelUser- 
Class tv.phantombot.panel.PanelUser.PanelUserclass PanelUser extends Record8<PanelUser,String, String, String, PermissionMap, Boolean, Long, Long, Boolean> implements Serializable - serialVersionUID:
- 1L
 - 
Serialized Fields- 
userTypePanelUser.Type userType 
 
- 
 
- 
Class tv.phantombot.panel.PanelUser.PanelUserTable- 
Serialized Fields- 
CREATIONDATETableField<PanelUser, Long> CREATIONDATE Account creation date
- 
ENABLEDTableField<PanelUser, Boolean> ENABLED If the account is enabled
- 
HASSETPASSWORDTableField<PanelUser, Boolean> HASSETPASSWORD Iffalse,PanelUserTable.PASSWORDis only a temporary password and must be changed at next login
- 
LASTLOGINTableField<PanelUser, Long> LASTLOGIN Timestamp of last login
- 
PASSWORDTableField<PanelUser, String> PASSWORD Hashed Password
- 
PERMISSIONSTableField<PanelUser, PermissionMap> PERMISSIONS Permissions in JSON format
- 
TOKENTableField<PanelUser, String> TOKEN WS Token
- 
USERNAMETableField<PanelUser, String> USERNAME Username
 
- 
 
- 
- 
Class tv.phantombot.panel.PanelUser.PermissionConverterclass PermissionConverter extends Object implements Serializable
- 
Class tv.phantombot.panel.PanelUser.PermissionMapclass PermissionMap extends AbstractDatabaseMap<String,PanelUserHandler.Permission> implements Serializable 
 
- 
- 
Package tv.phantombot.twitch.emotes- 
Exception tv.phantombot.twitch.emotes.EmoteApiRequestFailedExceptionclass EmoteApiRequestFailedException extends Exception implements Serializable
 
-