Class Contact
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.organization.Contact
-
public class Contact extends Object
Contact information for a tenant.- Author:
- mpolden
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>component()booleanequals(Object o)inthashCode()URIissueTrackerUrl()URL to this contacts's issue trackerList<List<String>>persons()Nested list of persons representing this.URIpropertyUrl()URL to information about this propertyStringqueue()StringtoString()URIurl()URL to this
-
-
-
Method Detail
-
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()
-
-