Class SearchIndexRef

java.lang.Object
nl.b3p.tailormap.api.persistence.json.SearchIndexRef
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.6.0") public class SearchIndexRef extends Object implements Serializable
Reference (by id) to a search index.
See Also:
  • Constructor Details

    • SearchIndexRef

      public SearchIndexRef()
  • Method Details

    • searchIndexId

      public SearchIndexRef searchIndexId(Long searchIndexId)
    • getSearchIndexId

      public Long getSearchIndexId()
      Get searchIndexId
      Returns:
      searchIndexId
    • setSearchIndexId

      public void setSearchIndexId(Long searchIndexId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object