public class

GetCommentsResponse

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.box.model.response.GetCommentsResponse

Summary

Constants
long serialVersionUID
Fields
private List<Comment> entries
private Long totalCount
Public Constructors
GetCommentsResponse()
Public Methods
List<Comment> getEntries()
Long getTotalCount()
void setEntries(List<Comment> entries)
void setTotalCount(Long totalCount)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 898153858649940748 (0x0c76e22d0279e30c)

Fields

private List<Comment> entries

private Long totalCount

Public Constructors

public GetCommentsResponse ()

Public Methods

public List<Comment> getEntries ()

public Long getTotalCount ()

public void setEntries (List<Comment> entries)

Parameters
entries

public void setTotalCount (Long totalCount)

Parameters
totalCount