Class IssueId
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.organization.IssueId
-
public class IssueId extends Object
Used to identify issues stored in some issue tracking system. Thevalue()andfrom()methods should be inverses.- Author:
- jonmv
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static IssueIdfrom(String value)inthashCode()StringtoString()Stringvalue()
-