java.lang.Object
net.ygbstudio.jbrave.core.domain.dto.result.thing.Thing
net.ygbstudio.jbrave.core.domain.dto.result.thing.ContactPoint

public final class ContactPoint extends Thing
Represents a contact point for an organization or person. This class provides structured contact information in the Brave Search API results.
  • Method Details

    • getTelephone

      public String getTelephone()
      The telephone number for the contact point.
      Returns:
      The telephone number.
    • getEmail

      public String getEmail()
      The email address for the contact point.
      Returns:
      The email address.
    • 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