public class PermissionResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PermissionResponse.PermissionResponseBuilder |
| Constructor and Description |
|---|
PermissionResponse() |
PermissionResponse(String resource,
String id,
String description,
boolean granted,
PermissionLinks links) |
| Modifier and Type | Method and Description |
|---|---|
static PermissionResponse.PermissionResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
PermissionLinks |
getLinks() |
String |
getResource() |
int |
hashCode() |
boolean |
isGranted() |
void |
setDescription(String description) |
void |
setGranted(boolean granted) |
void |
setId(String id) |
void |
setLinks(PermissionLinks links) |
void |
setResource(String resource) |
String |
toString() |
public PermissionResponse(String resource, String id, String description, boolean granted, PermissionLinks links)
public PermissionResponse()
public static PermissionResponse.PermissionResponseBuilder builder()
public String getResource()
public String getId()
public String getDescription()
public boolean isGranted()
public PermissionLinks getLinks()
public void setResource(String resource)
public void setId(String id)
public void setDescription(String description)
public void setGranted(boolean granted)
public void setLinks(PermissionLinks links)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.