Class Section
-
- All Implemented Interfaces:
-
java.io.Serializable
@Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class Section implements Serializable
Section within 3scale CMS
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringJSON_PROPERTY_PUBLICpublic final static StringJSON_PROPERTY_TITLEpublic Stringtitlepublic final static StringJSON_PROPERTY_PARENT_IDpublic LongparentIdpublic final static StringJSON_PROPERTY_IDpublic Longidpublic final static StringJSON_PROPERTY_CREATED_ATpublic OffsetDateTimecreatedAtpublic final static StringJSON_PROPERTY_UPDATED_ATpublic OffsetDateTimeupdatedAtpublic final static StringJSON_PROPERTY_PARTIAL_PATHpublic StringpartialPathpublic final static StringJSON_PROPERTY_SYSTEM_NAMEpublic StringsystemName
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
Modifier and Type Method Description StringgetTitle()Title of the section; must be unique within parent section. voidsetTitle(String title)LonggetParentId()Unique identifier for a `Section` voidsetParentId(Long parentId)LonggetId()Unique identifier for a `Section` voidsetId(Long id)OffsetDateTimegetCreatedAt()Get createdAt voidsetCreatedAt(OffsetDateTime createdAt)OffsetDateTimegetUpdatedAt()Get updatedAt voidsetUpdatedAt(OffsetDateTime updatedAt)StringgetPartialPath()Get partialPath voidsetPartialPath(String partialPath)StringgetSystemName()Unique name for an object in 3scale CMS voidsetSystemName(String systemName)Section_public(Boolean _public)BooleangetPublic()Whether the section is viewable by users not logged in voidsetPublic(Boolean _public)Sectiontitle(String title)SectionparentId(Long parentId)Sectionid(Long id)SectioncreatedAt(OffsetDateTime createdAt)SectionupdatedAt(OffsetDateTime updatedAt)SectionpartialPath(String partialPath)SectionsystemName(String systemName)booleanequals(Object o)inthashCode()StringtoString()StringtoUrlQueryString()Convert the instance into URL query string. StringtoUrlQueryString(String prefix)Convert the instance into URL query string. -
-
Method Detail
-
getTitle
@Nullable() String getTitle()
Title of the section; must be unique within parent section.
- Returns:
title
-
getParentId
@Nullable() Long getParentId()
Unique identifier for a `Section`
- Returns:
parentId
-
setParentId
void setParentId(Long parentId)
-
getCreatedAt
@Nullable() OffsetDateTime getCreatedAt()
Get createdAt
- Returns:
createdAt
-
setCreatedAt
void setCreatedAt(OffsetDateTime createdAt)
-
getUpdatedAt
@Nullable() OffsetDateTime getUpdatedAt()
Get updatedAt
- Returns:
updatedAt
-
setUpdatedAt
void setUpdatedAt(OffsetDateTime updatedAt)
-
getPartialPath
@Nullable() String getPartialPath()
Get partialPath
- Returns:
partialPath
-
setPartialPath
void setPartialPath(String partialPath)
-
getSystemName
@Nullable() String getSystemName()
Unique name for an object in 3scale CMS
- Returns:
systemName
-
setSystemName
void setSystemName(String systemName)
-
getPublic
@Nullable() Boolean getPublic()
Whether the section is viewable by users not logged in
- Returns:
_public
-
createdAt
Section createdAt(OffsetDateTime createdAt)
-
updatedAt
Section updatedAt(OffsetDateTime updatedAt)
-
partialPath
Section partialPath(String partialPath)
-
systemName
Section systemName(String systemName)
-
hashCode
int hashCode()
-
toUrlQueryString
String toUrlQueryString()
Convert the instance into URL query string.
- Returns:
URL query string
-
toUrlQueryString
String toUrlQueryString(String prefix)
Convert the instance into URL query string.
- Parameters:
prefix- prefix of the query string- Returns:
URL query string
-
-
-
-