public class ClientMappingsRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
client |
protected String |
id |
protected List<RoleRepresentation> |
mappings |
Constructor and Description |
---|
ClientMappingsRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getClient() |
String |
getId() |
List<RoleRepresentation> |
getMappings() |
void |
setClient(String client) |
void |
setId(String id) |
void |
setMappings(List<RoleRepresentation> mappings) |
protected String id
protected String client
protected List<RoleRepresentation> mappings
public String getId()
public void setId(String id)
public String getClient()
public void setClient(String client)
public List<RoleRepresentation> getMappings()
public void setMappings(List<RoleRepresentation> mappings)
Copyright © 2018 JBoss by Red Hat. All rights reserved.