Class Page.GetAppManifestResponse

  • Enclosing class:
    Page

    public static class Page.GetAppManifestResponse
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getData()
      Manifest content.
      java.util.List<AppManifestError> getErrors()  
      java.lang.String getUrl()
      Manifest location.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetAppManifestResponse

        public GetAppManifestResponse​(java.lang.String url,
                                      java.util.List<AppManifestError> errors,
                                      java.lang.String data)
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Manifest location.
      • getData

        public java.lang.String getData()
        Manifest content.