public final class EndpointPath extends Object
Constructor and Description |
---|
EndpointPath(String name,
String displayName,
String type,
String 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 |
getRequired() |
String |
getType() |
int |
hashCode() |
boolean |
isDeprecated() |
boolean |
isEnumType() |
boolean |
isSecret() |
public String getName()
public String getDisplayName()
public String getType()
public String getRequired()
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