Class Source

java.lang.Object
com.algolia.model.search.Source

public class Source extends Object
Source.
  • Constructor Details

    • Source

      public Source()
  • Method Details

    • setSource

      public Source setSource(String source)
    • getSource

      @Nonnull public String getSource()
      IP address range of the source.
      Returns:
      source
    • setDescription

      public Source setDescription(String description)
    • getDescription

      @Nullable public String getDescription()
      Source description.
      Returns:
      description
    • 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