Class RestPropertyDefinition


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

      • RestPropertyDefinition

        public RestPropertyDefinition()
      • RestPropertyDefinition

        public RestPropertyDefinition​(String key,
                                      String value)
    • Method Detail

      • setKey

        public void setKey​(String key)
        Property key
      • getKey

        public String getKey()
      • setValue

        public void setValue​(String value)
        Property value
      • getValue

        public String getValue()