public class Config extends Object
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
Config |
addDisplayNameItem(ComponentConfig displayNameItem) |
Config |
addFullNameItem(ComponentConfig fullNameItem) |
Config |
displayName(List<ComponentConfig> displayName) |
boolean |
equals(Object o) |
Config |
fullName(List<ComponentConfig> fullName) |
List<ComponentConfig> |
getDisplayName()
Get displayName
|
List<ComponentConfig> |
getFullName()
Get fullName
|
int |
hashCode() |
void |
setDisplayName(List<ComponentConfig> displayName) |
void |
setFullName(List<ComponentConfig> fullName) |
String |
toString() |
public Config fullName(List<ComponentConfig> fullName)
public Config addFullNameItem(ComponentConfig fullNameItem)
public List<ComponentConfig> getFullName()
public void setFullName(List<ComponentConfig> fullName)
public Config displayName(List<ComponentConfig> displayName)
public Config addDisplayNameItem(ComponentConfig displayNameItem)
public List<ComponentConfig> getDisplayName()
public void setDisplayName(List<ComponentConfig> displayName)
Copyright © 2019 LeanIX GmbH. All rights reserved.