public class DeploymentResourceResponse extends Object
Constructor and Description |
---|
DeploymentResourceResponse(String resourceId,
String url,
String contentUrl,
String mediaType,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getContentUrl() |
String |
getId() |
String |
getMediaType() |
String |
getType() |
String |
getUrl() |
void |
setContentUrl(String contentUrl) |
void |
setId(String id) |
void |
setMediaType(String mimeType) |
void |
setType(String type) |
void |
setUrl(String url) |
public String getId()
public void setId(String id)
public void setUrl(String url)
public String getUrl()
public void setContentUrl(String contentUrl)
public String getContentUrl()
public void setMediaType(String mimeType)
public String getMediaType()
public void setType(String type)
public String getType()
Copyright © 2016 Alfresco. All rights reserved.