public class PermissionListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PermissionListResponse.PermissionListResponseBuilder |
| Constructor and Description |
|---|
PermissionListResponse() |
PermissionListResponse(List<PermissionResponse> permissions) |
| Modifier and Type | Method and Description |
|---|---|
static PermissionListResponse.PermissionListResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<PermissionResponse> |
getPermissions() |
int |
hashCode() |
void |
setPermissions(List<PermissionResponse> permissions) |
String |
toString() |
public PermissionListResponse(List<PermissionResponse> permissions)
public PermissionListResponse()
public static PermissionListResponse.PermissionListResponseBuilder builder()
public List<PermissionResponse> getPermissions()
public void setPermissions(List<PermissionResponse> permissions)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.