Package org.apache.camel.model.rest
Class RestPropertyDefinition
- java.lang.Object
-
- org.apache.camel.model.rest.RestPropertyDefinition
-
@Metadata(label="rest") public class RestPropertyDefinition extends Object
A key value pair
-
-
Constructor Summary
Constructors Constructor Description RestPropertyDefinition()RestPropertyDefinition(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetValue()voidsetKey(String key)Property keyvoidsetValue(String value)Property value
-