Class CmsFile
-
-
Field Summary
Fields Modifier and Type Field Description public OffsetDateTime
createdAt
public OffsetDateTime
updatedAt
public Long
id
public Long
sectionId
public String
path
public Boolean
downloadable
public String
contentType
-
Constructor Summary
Constructors Constructor Description CmsFile()
-
Method Summary
Modifier and Type Method Description OffsetDateTime
getCreatedAt()
void
setCreatedAt(OffsetDateTime createdAt)
OffsetDateTime
getUpdatedAt()
void
setUpdatedAt(OffsetDateTime updatedAt)
Long
getId()
void
setId(Long id)
Long
getSectionId()
void
setSectionId(Long sectionId)
String
getPath()
void
setPath(String path)
Boolean
getDownloadable()
void
setDownloadable(Boolean downloadable)
String
getContentType()
void
setContentType(String contentType)
ThreescaleObjectType
getType()
boolean
equals(Object o)
int
hashCode()
String
toString()
-
-
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()
-
-
-
-