com.atlassian.applinks.api
Class ApplicationId

java.lang.Object
  extended by com.atlassian.applinks.api.ApplicationId

public class ApplicationId
extends java.lang.Object

The unique ID of an ApplicationLink. Note that this ID may change under certain circumstances. If you intend to store it for future look-ups, you should listen for the ApplicationLinksIDChangedEvent to keep your stored ID current.

Since:
3.0

Constructor Summary
ApplicationId(java.lang.String id)
          Creates a new ApplicationId.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String get()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationId

public ApplicationId(java.lang.String id)
Creates a new ApplicationId. The supplied id must be in the format described by UUID.toString()

Parameters:
id - the application id String
Method Detail

get

public java.lang.String get()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2011 Atlassian. All Rights Reserved.