public class DSGroupListResponse extends Object
| Constructor and Description |
|---|
DSGroupListResponse() |
| Modifier and Type | Method and Description |
|---|---|
DSGroupListResponse |
accountId(UUID accountId) |
boolean |
equals(Object o) |
UUID |
getAccountId()
Get accountId
|
List<DSGroupResponse> |
getDsGroups()
Get dsGroups
|
Integer |
getPage()
Get page
|
Integer |
getPageSize()
Get pageSize
|
Integer |
getTotalCount()
Get totalCount
|
int |
hashCode() |
DSGroupListResponse |
page(Integer page) |
DSGroupListResponse |
pageSize(Integer pageSize) |
void |
setAccountId(UUID accountId) |
void |
setPage(Integer page) |
void |
setPageSize(Integer pageSize) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
DSGroupListResponse |
totalCount(Integer totalCount) |
public DSGroupListResponse page(Integer page)
public Integer getPage()
public void setPage(Integer page)
public DSGroupListResponse pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public DSGroupListResponse totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public DSGroupListResponse accountId(UUID accountId)
public UUID getAccountId()
public void setAccountId(UUID accountId)
public List<DSGroupResponse> getDsGroups()
Copyright © 2021. All rights reserved.