Class GetAppIdResult

java.lang.Object
io.webfolder.cdp.type.page.GetAppIdResult

public class GetAppIdResult extends Object
  • Constructor Details

    • GetAppIdResult

      public GetAppIdResult()
  • Method Details

    • getAppId

      public String getAppId()
      App id, either from manifest's id attribute or computed from start_url
    • setAppId

      public void setAppId(String appId)
      App id, either from manifest's id attribute or computed from start_url
    • getRecommendedId

      public String getRecommendedId()
      Recommendation for manifest's id attribute to match current id computed from start_url
    • setRecommendedId

      public void setRecommendedId(String recommendedId)
      Recommendation for manifest's id attribute to match current id computed from start_url
    • toString

      public String toString()
      Overrides:
      toString in class Object