Class Contact
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.organization.Contact
-
public class Contact extends java.lang.ObjectContact information for a tenant.- Author:
- mpolden
-
-
Constructor Summary
Constructors Constructor Description Contact(java.net.URI url, java.net.URI propertyUrl, java.net.URI issueTrackerUrl, java.util.List<java.util.List<java.lang.String>> persons, java.lang.String queue, java.util.Optional<java.lang.String> component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>component()booleanequals(java.lang.Object o)inthashCode()java.net.URIissueTrackerUrl()URL to this contacts's issue trackerjava.util.List<java.util.List<java.lang.String>>persons()Nested list of persons representing this.java.net.URIpropertyUrl()URL to information about this propertyjava.lang.Stringqueue()java.lang.StringtoString()java.net.URIurl()URL to this
-
-
-
Method Detail
-
url
public java.net.URI url()
URL to this
-
propertyUrl
public java.net.URI propertyUrl()
URL to information about this property
-
issueTrackerUrl
public java.net.URI issueTrackerUrl()
URL to this contacts's issue tracker
-
persons
public java.util.List<java.util.List<java.lang.String>> persons()
Nested list of persons representing this. First level represents that person's rank in the corporate dystopia.
-
queue
public java.lang.String queue()
-
component
public java.util.Optional<java.lang.String> component()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-