| Package | Description |
|---|---|
| com.huaweicloud.sdk.cloudrtc.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AppState |
App.getState()
Get state
|
AppState |
StopAppResponse.getState()
Get state
|
AppState |
StartAppResponse.getState()
Get state
|
AppState |
ShowAppResponse.getState()
Get state
|
AppState |
AppState.withState(AppState.StateEnum state) |
AppState |
AppState.withUpdateTime(String updateTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
App.setState(AppState state) |
void |
StopAppResponse.setState(AppState state) |
void |
StartAppResponse.setState(AppState state) |
void |
ShowAppResponse.setState(AppState state) |
App |
App.withState(AppState state) |
StopAppResponse |
StopAppResponse.withState(AppState state) |
StartAppResponse |
StartAppResponse.withState(AppState state) |
ShowAppResponse |
ShowAppResponse.withState(AppState state) |
| Modifier and Type | Method and Description |
|---|---|
App |
App.withState(java.util.function.Consumer<AppState> stateSetter) |
StopAppResponse |
StopAppResponse.withState(java.util.function.Consumer<AppState> stateSetter) |
StartAppResponse |
StartAppResponse.withState(java.util.function.Consumer<AppState> stateSetter) |
ShowAppResponse |
ShowAppResponse.withState(java.util.function.Consumer<AppState> stateSetter) |
Copyright © 2021. All rights reserved.