public static final class AppIdentityService.ParsedAppIdClass holding the results of parsing a full application id into its constituent parts. See Also: #parseFullAppId
Methods
getDomain()
public String getDomain()Returns the application's domain or the empty string if no domain.
| Returns | |
|---|---|
| Type | Description |
String |
|
getId()
public String getId()Returns the display application id.
| Returns | |
|---|---|
| Type | Description |
String |
|
getPartition()
public String getPartition()Returns the partition the application runs in.
| Returns | |
|---|---|
| Type | Description |
String |
|