Interface Property

  • All Superinterfaces:
    RestModel

    @Service
    public interface Property
    extends RestModel
    This model represents an arbitrary name/value pair that can be attached to a number of different configuration objects.
    • Method Detail

      • getName

        @NotNull
        @NotNull String getName()
        Property name
      • setName

        void setName​(String name)
      • getValue

        String getValue()
        Property value
      • setValue

        void setValue​(String value)