Package org.zendesk.client.v2.model.hc
Class Section
- java.lang.Object
-
- org.zendesk.client.v2.model.hc.Section
-
public class Section extends Object
-
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCategoryId()DategetCreatedAt()StringgetDescription()StringgetHtmlUrl()LonggetId()StringgetLocale()StringgetName()BooleangetOutdated()LonggetPosition()StringgetSourceLocale()List<String>getTranslation_ids()DategetUpdatedAt()StringgetUrl()voidsetCategoryId(Long categoryId)voidsetCreatedAt(Date createdAt)voidsetDescription(String description)voidsetHtmlUrl(String htmlUrl)voidsetId(Long id)voidsetLocale(String locale)voidsetName(String name)voidsetOutdated(Boolean outdated)voidsetPosition(Long position)voidsetSourceLocale(String sourceLocale)voidsetTranslation_ids(List<String> translation_ids)voidsetUpdatedAt(Date updatedAt)voidsetUrl(String url)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getLocale
public String getLocale()
-
setLocale
public void setLocale(String locale)
-
getSourceLocale
public String getSourceLocale()
-
setSourceLocale
public void setSourceLocale(String sourceLocale)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getHtmlUrl
public String getHtmlUrl()
-
setHtmlUrl
public void setHtmlUrl(String htmlUrl)
-
getCategoryId
public Long getCategoryId()
-
setCategoryId
public void setCategoryId(Long categoryId)
-
getOutdated
public Boolean getOutdated()
-
setOutdated
public void setOutdated(Boolean outdated)
-
getPosition
public Long getPosition()
-
setPosition
public void setPosition(Long position)
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
-