AppIdentityService.ParsedAppId (Google App Engine API for Java)

com.google.appengine.api.appidentity

Class AppIdentityService.ParsedAppId

  • java.lang.Object
    • com.google.appengine.api.appidentity.AppIdentityService.ParsedAppId
    • 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.
      • 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.