public final class EndpointPath extends Object
| Constructor and Description |
|---|
EndpointPath(String name,
String displayName,
String type,
boolean required,
String defaultValue,
String documentation,
boolean deprecated,
String deprecationNote,
boolean secret,
String group,
String label,
boolean enumType,
Set<String> enums) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDefaultValue() |
String |
getDeprecationNote() |
String |
getDisplayName() |
String |
getDocumentation() |
Set<String> |
getEnums() |
String |
getGroup() |
String |
getLabel() |
String |
getName() |
String |
getType() |
int |
hashCode() |
boolean |
isDeprecated() |
boolean |
isEnumType() |
boolean |
isRequired() |
boolean |
isSecret() |
public String getName()
public String getDisplayName()
public String getType()
public boolean isRequired()
public String getDefaultValue()
public String getDocumentation()
public boolean isDeprecated()
public String getDeprecationNote()
public boolean isSecret()
public boolean isEnumType()
public String getGroup()
public String getLabel()
Apache Camel