@Generated public class ListAccountGroupsResponse extends Object
| Constructor and Description |
|---|
ListAccountGroupsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getItemsPerPage() |
Collection<AccountGroup> |
getResources() |
Long |
getStartIndex() |
Long |
getTotalResults() |
int |
hashCode() |
ListAccountGroupsResponse |
setItemsPerPage(Long itemsPerPage) |
ListAccountGroupsResponse |
setResources(Collection<AccountGroup> resources) |
ListAccountGroupsResponse |
setStartIndex(Long startIndex) |
ListAccountGroupsResponse |
setTotalResults(Long totalResults) |
String |
toString() |
public ListAccountGroupsResponse setItemsPerPage(Long itemsPerPage)
public Long getItemsPerPage()
public ListAccountGroupsResponse setResources(Collection<AccountGroup> resources)
public Collection<AccountGroup> getResources()
public ListAccountGroupsResponse setStartIndex(Long startIndex)
public Long getStartIndex()
public ListAccountGroupsResponse setTotalResults(Long totalResults)
public Long getTotalResults()
Copyright © 2026. All rights reserved.