Package org.zendesk.client.v2.model
Class Locale
- java.lang.Object
-
- org.zendesk.client.v2.model.Locale
-
- All Implemented Interfaces:
Serializable
public class Locale extends Object implements Serializable
- Since:
- FIXME
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Locale()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()LonggetId()StringgetLocale()StringgetName()DategetUpdatedAt()StringgetUrl()voidsetCreatedAt(Date createdAt)voidsetId(Long id)voidsetLocale(String locale)voidsetName(String name)voidsetUpdatedAt(Date updatedAt)voidsetUrl(String url)StringtoString()
-
-
-
Method Detail
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getLocale
public String getLocale()
-
setLocale
public void setLocale(String locale)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
-