case class AppConfig(common: CommonConfig = ..., solution: SolutionConfig = ..., export: ExportConfig = ..., update: UpdateConfig = ..., etl: ETLConfig = ..., workflow: WorkflowConfig = ..., plugin: PluginConfig = ..., importdata: ImportConfig = ..., webResource: WebResourceConfig = ..., metadata: MetadataConfig = ..., sdkMessage: SDKMessageConfig = ..., test: TestConfig = ..., systemjob: SystemJobConfig = SystemJobConfig.apply(), action: ActionConfig = ..., settings: SettingsConfig = ..., appModule: AppModuleConfig = ..., token: TokenConfig = ..., user: UserConfig = ..., themes: ThemesConfig = ..., deduplication: DeduplicationConfig = ...) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AppConfig(common: CommonConfig = ..., solution: SolutionConfig = ..., export: ExportConfig = ..., update: UpdateConfig = ..., etl: ETLConfig = ..., workflow: WorkflowConfig = ..., plugin: PluginConfig = ..., importdata: ImportConfig = ..., webResource: WebResourceConfig = ..., metadata: MetadataConfig = ..., sdkMessage: SDKMessageConfig = ..., test: TestConfig = ..., systemjob: SystemJobConfig = SystemJobConfig.apply(), action: ActionConfig = ..., settings: SettingsConfig = ..., appModule: AppModuleConfig = ..., token: TokenConfig = ..., user: UserConfig = ..., themes: ThemesConfig = ..., deduplication: DeduplicationConfig = ...)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val action: ActionConfig
- val appModule: AppModuleConfig
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def command: String
- val common: CommonConfig
- def connectInfo: ConnectionInfo
- def debug: Boolean
- val deduplication: DeduplicationConfig
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val etl: ETLConfig
- val export: ExportConfig
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val importdata: ImportConfig
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loggerLevel: Option[String]
- val metadata: MetadataConfig
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noisy: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val plugin: PluginConfig
- val sdkMessage: SDKMessageConfig
- val settings: SettingsConfig
- val solution: SolutionConfig
- def subcommand: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val systemjob: SystemJobConfig
- val test: TestConfig
- val themes: ThemesConfig
- val token: TokenConfig
- val update: UpdateConfig
- val user: UserConfig
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val webResource: WebResourceConfig
- val workflow: WorkflowConfig