Package org.zendesk.client.v2.model
Class Identity
- java.lang.Object
-
- org.zendesk.client.v2.model.Identity
-
- All Implemented Interfaces:
Serializable
public class Identity extends Object implements Serializable
- Since:
- 09/04/2013 14:37
- Author:
- stephenc
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()LonggetId()BooleangetPrimary()StringgetType()DategetUpdatedAt()StringgetUrl()LonggetUserId()StringgetValue()BooleangetVerified()voidsetCreatedAt(Date createdAt)voidsetId(Long id)voidsetPrimary(Boolean primary)voidsetType(String type)voidsetUpdatedAt(Date updatedAt)voidsetUrl(String url)voidsetUserId(Long userId)voidsetValue(String value)voidsetVerified(Boolean verified)StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getUserId
public Long getUserId()
-
setUserId
public void setUserId(Long userId)
-
getVerified
public Boolean getVerified()
-
setVerified
public void setVerified(Boolean verified)
-
getPrimary
public Boolean getPrimary()
-
setPrimary
public void setPrimary(Boolean primary)
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
-