com.google.appengine.api.appidentity
Class AppIdentityService.ParsedAppId
- java.lang.Object
-
- 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description 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.
-