Package org.zendesk.client.v2.model.hc
Class ContentTag
- java.lang.Object
-
- org.zendesk.client.v2.model.hc.ContentTag
-
public class ContentTag extends Object
You can assign a content tag to posts and articles to loosely group them together. For more information, see About Content tags in Zendesk help.
-
-
Constructor Summary
Constructors Constructor Description ContentTag()ContentTag(String id, String name, Date createdAt, Date updatedAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DategetCreatedAt()StringgetId()StringgetName()DategetUpdatedAt()inthashCode()voidsetCreatedAt(Date createdAt)voidsetId(String id)voidsetName(String name)voidsetUpdatedAt(Date updatedAt)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
-