Class AppDeploymentResourceResponse


  • public class AppDeploymentResourceResponse
    extends Object
    Author:
    Tijs Rademakers
    • Constructor Detail

      • AppDeploymentResourceResponse

        public AppDeploymentResourceResponse​(String resourceId,
                                             String url,
                                             String contentUrl,
                                             String mediaType,
                                             String type)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • setUrl

        public void setUrl​(String url)
      • getUrl

        public String getUrl()
      • setContentUrl

        public void setContentUrl​(String contentUrl)
      • getContentUrl

        public String getContentUrl()
      • setMediaType

        public void setMediaType​(String mimeType)
      • getMediaType

        public String getMediaType()
      • setType

        public void setType​(String type)
      • getType

        public String getType()