public class PublishableChangelogResults
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
_count |
protected java.lang.Integer |
_offset |
protected java.lang.Long |
_total |
| Constructor and Description |
|---|
PublishableChangelogResults()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCount() |
java.lang.Integer |
getOffset() |
java.lang.Long |
getTotal() |
void |
setCount(java.lang.Integer count) |
void |
setOffset(java.lang.Integer offset) |
void |
setTotal(java.lang.Long total) |
protected java.lang.Long _total
protected java.lang.Integer _count
protected java.lang.Integer _offset
public PublishableChangelogResults()
public java.lang.Long getTotal()
public void setTotal(java.lang.Long total)
public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
public java.lang.Integer getOffset()
public void setOffset(java.lang.Integer offset)