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 String
JSON_PROPERTY_PUBLIC
public final static String
JSON_PROPERTY_TITLE
public String
title
public final static String
JSON_PROPERTY_PARENT_ID
public Long
parentId
public final static String
JSON_PROPERTY_ID
public Long
id
public final static String
JSON_PROPERTY_CREATED_AT
public OffsetDateTime
createdAt
public final static String
JSON_PROPERTY_UPDATED_AT
public OffsetDateTime
updatedAt
public final static String
JSON_PROPERTY_PARTIAL_PATH
public String
partialPath
public final static String
JSON_PROPERTY_SYSTEM_NAME
public String
systemName
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
Modifier and Type Method Description String
getTitle()
Title of the section; must be unique within parent section. void
setTitle(String title)
Long
getParentId()
Unique identifier for a `Section` void
setParentId(Long parentId)
Long
getId()
Unique identifier for a `Section` void
setId(Long id)
OffsetDateTime
getCreatedAt()
Get createdAt void
setCreatedAt(OffsetDateTime createdAt)
OffsetDateTime
getUpdatedAt()
Get updatedAt void
setUpdatedAt(OffsetDateTime updatedAt)
String
getPartialPath()
Get partialPath void
setPartialPath(String partialPath)
String
getSystemName()
Unique name for an object in 3scale CMS void
setSystemName(String systemName)
Section
_public(Boolean _public)
Boolean
getPublic()
Whether the section is viewable by users not logged in void
setPublic(Boolean _public)
Section
title(String title)
Section
parentId(Long parentId)
Section
id(Long id)
Section
createdAt(OffsetDateTime createdAt)
Section
updatedAt(OffsetDateTime updatedAt)
Section
partialPath(String partialPath)
Section
systemName(String systemName)
boolean
equals(Object o)
int
hashCode()
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string. String
toUrlQueryString(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
-
-
-
-