Package net.snowflake.client.config
Class SFClientConfig.CommonProps
- java.lang.Object
-
- net.snowflake.client.config.SFClientConfig.CommonProps
-
- Enclosing class:
- SFClientConfig
public static class SFClientConfig.CommonProps extends Object
-
-
Constructor Summary
Constructors Constructor Description CommonProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
CommonProps(String logLevel, String logPath)
boolean
equals(Object o)
String
getLogLevel()
String
getLogPath()
int
hashCode()
void
setLogLevel(String logLevel)
void
setLogPath(String logPath)
-