Class DeploymentResourceResponse


  • public class DeploymentResourceResponse
    extends Object
    Author:
    Frederik Heremans
    • Constructor Detail

      • DeploymentResourceResponse

        public DeploymentResourceResponse​(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()