public class ApplicationAttachmentRepresentation extends BaseResourceRepresentation
Constructor and Description |
---|
ApplicationAttachmentRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getContextPath() |
Date |
getCreated()
Deprecated.
|
org.joda.time.DateTime |
getCreatedDateTime() |
String |
getDescription() |
String |
getDownloadUrl() |
String |
getId() |
String |
getLength() |
String |
getName() |
void |
setContextPath(String contextPath) |
void |
setCreated(Date created)
Deprecated.
|
void |
setCreatedDateTime(org.joda.time.DateTime created) |
void |
setDescription(String description) |
void |
setDownloadUrl(String downloadUrl) |
void |
setId(String id) |
void |
setLength(String length) |
void |
setName(String name) |
getSelf, getSelfDecoded, setSelf, toJSON, toString
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
@JSONProperty(ignoreIfNull=true) public String getContextPath()
public void setContextPath(String contextPath)
@JSONProperty(ignoreIfNull=true) public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
@JSONProperty(ignoreIfNull=true) public String getLength()
public void setLength(String length)
@JSONProperty(ignore=true) @Deprecated public Date getCreated()
@Deprecated public void setCreated(Date created)
@JSONProperty(value="created", ignoreIfNull=true) @JSONConverter(type=com.cumulocity.model.DateTimeConverter.class) public org.joda.time.DateTime getCreatedDateTime()
public void setCreatedDateTime(org.joda.time.DateTime created)
@JSONProperty(ignoreIfNull=true) public String getDescription()
public void setDescription(String description)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.