Class FilterGroupsByProperty.Settings

  • All Implemented Interfaces:
    io.annot8.api.settings.Settings
    Enclosing class:
    FilterGroupsByProperty

    public static class FilterGroupsByProperty.Settings
    extends Object
    implements io.annot8.api.settings.Settings
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • getKey

        @Description("Property key to check")
        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        @Description("Property value to check")
        public Object getValue()
      • setValue

        public void setValue​(Object value)
      • validate

        public boolean validate()
        Specified by:
        validate in interface io.annot8.api.settings.Settings