public class ListAppsResponse extends SdkResponse
| Constructor and Description |
|---|
ListAppsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse |
addAppsItem(App appsItem) |
boolean |
equals(Object o) |
List<App> |
getApps()
app的列表
|
Integer |
getCount()
app的总数 minimum: 0 maximum: 64
|
String |
getXRequestId()
Get xRequestId
|
int |
hashCode() |
void |
setApps(List<App> apps) |
void |
setCount(Integer count) |
void |
setXRequestId(String xRequestId) |
String |
toString() |
ListAppsResponse |
withApps(java.util.function.Consumer<List<App>> appsSetter) |
ListAppsResponse |
withApps(List<App> apps) |
ListAppsResponse |
withCount(Integer count) |
ListAppsResponse |
withXRequestId(String xRequestId) |
getHttpStatusCode, setHttpStatusCodepublic ListAppsResponse withCount(Integer count)
public Integer getCount()
public void setCount(Integer count)
public ListAppsResponse withApps(List<App> apps)
public ListAppsResponse addAppsItem(App appsItem)
public ListAppsResponse withApps(java.util.function.Consumer<List<App>> appsSetter)
public ListAppsResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2021. All rights reserved.