public class ClientProfileRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Boolean |
builtin |
protected String |
description |
protected List<Object> |
executors |
protected String |
name |
Constructor and Description |
---|
ClientProfileRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
List<Object> |
getExecutors() |
String |
getName() |
Boolean |
isBuiltin() |
void |
setBuiltin(Boolean builtin) |
void |
setDescription(String description) |
void |
setExecutors(List<Object> executors) |
void |
setName(String name) |
protected String name
protected String description
protected Boolean builtin
Copyright © 2021 JBoss by Red Hat. All rights reserved.