com.atlassian.applinks.api
Class ApplicationId

java.lang.Object
  extended by com.atlassian.applinks.api.ApplicationId
All Implemented Interfaces:
Serializable

public class ApplicationId
extends Object
implements Serializable

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
See Also:
Serialized Form

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

Constructor Detail

ApplicationId

public ApplicationId(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 String get()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2015 Atlassian. All rights reserved.