java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.organization.Contact

public class Contact extends Object
Contact information for a tenant.
Author:
mpolden
  • Constructor Details

  • Method Details

    • url

      public URI url()
      URL to this
    • propertyUrl

      public URI propertyUrl()
      URL to information about this property
    • issueTrackerUrl

      public URI issueTrackerUrl()
      URL to this contacts's issue tracker
    • persons

      public List<List<String>> persons()
      Nested list of persons representing this. First level represents that person's rank in the corporate dystopia.
    • queue

      public String queue()
    • component

      public Optional<String> component()
    • 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