Package com.podio.comment
Class Comment
- java.lang.Object
-
- com.podio.common.CreatedBase
-
- com.podio.comment.Comment
-
- All Implemented Interfaces:
Serializable
public class Comment extends CreatedBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Comment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProfileMini>getAlerts()StringgetExternalId()List<File>getFiles()intgetId()StringgetValue()voidsetAlerts(List<ProfileMini> alerts)voidsetExternalId(String externalId)voidsetFiles(List<File> files)voidsetId(int id)voidsetValue(String value)-
Methods inherited from class com.podio.common.CreatedBase
getCreatedBy, getCreatedOn, getCreatedVia, setCreatedBy, setCreatedOn, setCreatedVia
-
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int id)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getExternalId
public String getExternalId()
-
setExternalId
public void setExternalId(String externalId)
-
getAlerts
public List<ProfileMini> getAlerts()
-
setAlerts
public void setAlerts(List<ProfileMini> alerts)
-
-