public class StartAppResponse extends SdkResponse
| Constructor and Description |
|---|
StartAppResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAppId()
应用id
|
AppState |
getState()
Get state
|
String |
getXRequestId()
Get xRequestId
|
int |
hashCode() |
void |
setAppId(String appId) |
void |
setState(AppState state) |
void |
setXRequestId(String xRequestId) |
String |
toString() |
StartAppResponse |
withAppId(String appId) |
StartAppResponse |
withState(AppState state) |
StartAppResponse |
withState(java.util.function.Consumer<AppState> stateSetter) |
StartAppResponse |
withXRequestId(String xRequestId) |
getHttpStatusCode, setHttpStatusCodepublic StartAppResponse withAppId(String appId)
public String getAppId()
public void setAppId(String appId)
public StartAppResponse withState(AppState state)
public StartAppResponse withState(java.util.function.Consumer<AppState> stateSetter)
public AppState getState()
public void setState(AppState state)
public StartAppResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2021. All rights reserved.