@Generated public class ListAllInstallationsResponse extends Object
| Constructor and Description |
|---|
ListAllInstallationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<InstallationDetail> |
getInstallations() |
String |
getNextPageToken() |
int |
hashCode() |
ListAllInstallationsResponse |
setInstallations(Collection<InstallationDetail> installations) |
ListAllInstallationsResponse |
setNextPageToken(String nextPageToken) |
String |
toString() |
public ListAllInstallationsResponse setInstallations(Collection<InstallationDetail> installations)
public Collection<InstallationDetail> getInstallations()
public ListAllInstallationsResponse setNextPageToken(String nextPageToken)
public String getNextPageToken()
Copyright © 2024. All rights reserved.