@Generated public class GetAppResponse extends Object
Constructor and Description |
---|
GetAppResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<AppServiceStatus> |
getCurrentServices() |
String |
getName() |
Collection<AppServiceStatus> |
getPendingServices() |
String |
getUrl() |
int |
hashCode() |
GetAppResponse |
setCurrentServices(Collection<AppServiceStatus> currentServices) |
GetAppResponse |
setName(String name) |
GetAppResponse |
setPendingServices(Collection<AppServiceStatus> pendingServices) |
GetAppResponse |
setUrl(String url) |
String |
toString() |
public GetAppResponse setCurrentServices(Collection<AppServiceStatus> currentServices)
public Collection<AppServiceStatus> getCurrentServices()
public GetAppResponse setName(String name)
public String getName()
public GetAppResponse setPendingServices(Collection<AppServiceStatus> pendingServices)
public Collection<AppServiceStatus> getPendingServices()
public GetAppResponse setUrl(String url)
public String getUrl()
Copyright © 2023. All rights reserved.