Class AppIdentityService.ParsedAppId
- java.lang.Object
-
- com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
-
- Enclosing interface:
- AppIdentityService
public static final class AppIdentityService.ParsedAppId extends 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 Description StringgetDomain()Returns the application's domain or the empty string if no domain.StringgetId()Returns the display application id.StringgetPartition()Returns the partition the application runs in.
-