Class RestPropertyDefinition

java.lang.Object
org.apache.camel.model.rest.RestPropertyDefinition

@Metadata(label="rest") public class RestPropertyDefinition extends Object
A key value pair
  • Constructor Details

    • RestPropertyDefinition

      public RestPropertyDefinition()
    • RestPropertyDefinition

      public RestPropertyDefinition(String key, String value)
  • Method Details

    • setKey

      public void setKey(String key)
      Property key
    • getKey

      public String getKey()
    • setValue

      public void setValue(String value)
      Property value
    • getValue

      public String getValue()