Package io.deephaven.appmode
Class Application
java.lang.Object
io.deephaven.appmode.Application
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Application.Builder
builder()
abstract Fields
fields()
The fields.abstract String
id()
The application id, should be unique and unchanging.abstract String
name()
The application name.final ApplicationState
toState
(ApplicationState.Listener appStateListener)
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
builder
-
id
The application id, should be unique and unchanging.- Returns:
- the application id
-
name
The application name.- Returns:
- the application name
-
fields
The fields.- Returns:
- the fields
-
toState
-