Class Attr

    • Constructor Detail

      • Attr

        public Attr()
    • Method Detail

      • getSchema

        public String getSchema()
        Returns:
        the name of the schema that this attribute is referring to
      • setSchema

        @PathParam("schema")
        public void setSchema​(String schema)
        Parameters:
        schema - name to be set
      • getValues

        public List<String> getValues()
        Returns:
        attribute values as strings
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object