Package net.snowflake.client.config
Class SFClientConfig
- java.lang.Object
-
- net.snowflake.client.config.SFClientConfig
-
public class SFClientConfig extends Object
POJO class for Snowflake's client config.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSFClientConfig.CommonProps
-
Constructor Summary
Constructors Constructor Description SFClientConfig()SFClientConfig(SFClientConfig.CommonProps commonProps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SFClientConfig.CommonPropsgetCommonProps()StringgetConfigFilePath()inthashCode()voidsetCommonProps(SFClientConfig.CommonProps commonProps)voidsetConfigFilePath(String configFilePath)
-
-
-
Constructor Detail
-
SFClientConfig
public SFClientConfig()
-
SFClientConfig
public SFClientConfig(SFClientConfig.CommonProps commonProps)
-
-
Method Detail
-
getCommonProps
public SFClientConfig.CommonProps getCommonProps()
-
setCommonProps
public void setCommonProps(SFClientConfig.CommonProps commonProps)
-
getConfigFilePath
public String getConfigFilePath()
-
setConfigFilePath
public void setConfigFilePath(String configFilePath)
-
-