public class ClientProfileModel extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
builtin |
protected String |
description |
protected List<Object> |
executors |
protected String |
name |
Constructor and Description |
---|
ClientProfileModel() |
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.