public class StopAppResponse extends SdkResponse
| Constructor and Description |
|---|
StopAppResponse() |
| 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() |
StopAppResponse |
withAppId(String appId) |
StopAppResponse |
withState(AppState state) |
StopAppResponse |
withState(java.util.function.Consumer<AppState> stateSetter) |
StopAppResponse |
withXRequestId(String xRequestId) |
getHttpStatusCode, setHttpStatusCodepublic StopAppResponse withAppId(String appId)
public String getAppId()
public void setAppId(String appId)
public StopAppResponse withState(AppState state)
public StopAppResponse withState(java.util.function.Consumer<AppState> stateSetter)
public AppState getState()
public void setState(AppState state)
public StopAppResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2021. All rights reserved.