|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
public static final class AppIdentityService.ParsedAppId
Class holding the results of parsing a full application id into its constituent parts.
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 |
|---|
public java.lang.String getPartition()
public java.lang.String getDomain()
public java.lang.String getId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||