org.apache.camel.model.rest
Class RestPropertyDefinition
java.lang.Object
org.apache.camel.model.rest.RestPropertyDefinition
public class RestPropertyDefinition
- extends Object
Represents the XML type for <restProperty>.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestPropertyDefinition
public RestPropertyDefinition()
setKey
public void setKey(String key)
getKey
public String getKey()
setValue
public void setValue(String value)
getValue
public String getValue()
Apache Camel