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