com.google.appengine.api.appidentity
Class AppIdentityService.ParsedAppId

java.lang.Object
  extended by com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
Enclosing interface:
AppIdentityService

public static final class AppIdentityService.ParsedAppId
extends java.lang.Object

Class holding the results of parsing a full application id into its constituent parts.

See Also:
AppIdentityService.parseFullAppId(java.lang.String)

Method Summary
 java.lang.String getDomain()
          Returns the application's domain or the empty string if no domain.
 java.lang.String getId()
          Returns the display application id.
 java.lang.String getPartition()
          Returns the partition the application runs in.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPartition

public java.lang.String getPartition()
Returns the partition the application runs in.


getDomain

public java.lang.String getDomain()
Returns the application's domain or the empty string if no domain.


getId

public java.lang.String getId()
Returns the display application id.