public class Configuration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Configuration.Builder |
| Constructor and Description |
|---|
Configuration(String id,
String label,
String description) |
| Modifier and Type | Method and Description |
|---|---|
static Configuration.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId() |
String |
getLabel() |
int |
hashCode() |
String |
toString() |
public static Configuration.Builder builder()
public String getId()
public String getDescription()
public String getLabel()
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.