Class CmsFile
-
-
Field Summary
Fields Modifier and Type Field Description public OffsetDateTimecreatedAtpublic OffsetDateTimeupdatedAtpublic Longidpublic LongsectionIdpublic Stringpathpublic Booleandownloadablepublic StringcontentType
-
Constructor Summary
Constructors Constructor Description CmsFile()
-
Method Summary
Modifier and Type Method Description OffsetDateTimegetCreatedAt()voidsetCreatedAt(OffsetDateTime createdAt)OffsetDateTimegetUpdatedAt()voidsetUpdatedAt(OffsetDateTime updatedAt)LonggetId()voidsetId(Long id)LonggetSectionId()voidsetSectionId(Long sectionId)StringgetPath()voidsetPath(String path)BooleangetDownloadable()voidsetDownloadable(Boolean downloadable)StringgetContentType()voidsetContentType(String contentType)ThreescaleObjectTypegetType()booleanequals(Object o)inthashCode()StringtoString()-
-
Method Detail
-
getCreatedAt
OffsetDateTime getCreatedAt()
-
setCreatedAt
void setCreatedAt(OffsetDateTime createdAt)
-
getUpdatedAt
OffsetDateTime getUpdatedAt()
-
setUpdatedAt
void setUpdatedAt(OffsetDateTime updatedAt)
-
getSectionId
Long getSectionId()
-
setSectionId
void setSectionId(Long sectionId)
-
getDownloadable
Boolean getDownloadable()
-
setDownloadable
void setDownloadable(Boolean downloadable)
-
getContentType
String getContentType()
-
setContentType
void setContentType(String contentType)
-
getType
@Nonnull() ThreescaleObjectType getType()
-
hashCode
int hashCode()
-
-
-
-