public class GetSpacesStatisticsRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
GetSpacesStatisticsRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getLimit()
The number of spaces to retrieve.
|
Long |
getOffset()
The number of spaces to skip.
|
int |
hashCode() |
GetSpacesStatisticsRequest |
setLimit(Long limit)
The number of spaces to retrieve.
|
GetSpacesStatisticsRequest |
setOffset(Long offset)
The number of spaces to skip.
|
String |
toString() |
public Long getOffset()
public Long getLimit()
public GetSpacesStatisticsRequest setOffset(Long offset)
this.public GetSpacesStatisticsRequest setLimit(Long limit)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object