Package pl.databucket.examples.config
Class ServerConfig
java.lang.Object
pl.databucket.examples.config.ServerConfig
public class ServerConfig extends Object
-
Field Summary
Fields Modifier and Type Field Description static booleanDEBUG_LOGstatic StringPASSWORDstatic intPROJECT_IDstatic StringSERVER_URLIf you don't have any data.user yet:static StringUSER_NAME -
Constructor Summary
Constructors Constructor Description ServerConfig() -
Method Summary
-
Field Details
-
SERVER_URL
If you don't have any data.user yet:- See Also:
- Register new data.user, Constant Field Values
-
USER_NAME
- See Also:
- Constant Field Values
-
PASSWORD
- See Also:
- Constant Field Values
-
PROJECT_ID
public static final int PROJECT_ID- See Also:
- Constant Field Values
-
DEBUG_LOG
public static final boolean DEBUG_LOG- See Also:
- Constant Field Values
-
-
Constructor Details
-
ServerConfig
public ServerConfig()
-