public final class SystemState extends State<SystemInterface>
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemState.Builder
Builder used to construct a new
SystemState. |
| Modifier and Type | Method and Description |
|---|---|
static SystemState.Builder |
builder()
Returns a new builder instance used to construct a new
SystemState. |
String |
getApiEndpoint()
Returns the API endpoint value.
|
Application |
getApplication()
Returns the
Application associated with this state. |
Device |
getDevice()
Returns the
Device associated with this state. |
Class<SystemInterface> |
getInterfaceClass() |
User |
getUser()
Returns the
User associated with this state. |
public static SystemState.Builder builder()
SystemState.public Application getApplication()
Application associated with this state.Application objectpublic Device getDevice()
Device associated with this state.Device objectpublic String getApiEndpoint()
public Class<SystemInterface> getInterfaceClass()
getInterfaceClass in class State<SystemInterface>Copyright © 2017. All rights reserved.