public class

ViewCount

extends Entity
java.lang.Object
   ↳ org.mule.modules.zendesk.model.Entity
     ↳ org.mule.modules.zendesk.model.ViewCount

Summary

Fields
private Boolean fresh
private String pretty
private Long value
private Long viewId
[Expand]
Inherited Fields
From class org.mule.modules.zendesk.model.Entity
Public Constructors
ViewCount()
Public Methods
Boolean getFresh()
String getPretty()
Long getValue()
Long getViewId()
void setFresh(Boolean fresh)
void setPretty(String pretty)
void setValue(Long value)
void setViewId(Long viewId)
[Expand]
Inherited Methods
From class org.mule.modules.zendesk.model.Entity
From class java.lang.Object

Fields

private Boolean fresh

private String pretty

private Long value

private Long viewId

Public Constructors

public ViewCount ()

Public Methods

public Boolean getFresh ()

public String getPretty ()

public Long getValue ()

public Long getViewId ()

public void setFresh (Boolean fresh)

Parameters
fresh

public void setPretty (String pretty)

Parameters
pretty

public void setValue (Long value)

Parameters
value

public void setViewId (Long viewId)

Parameters
viewId