public class GetAppsStatisticsRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
GetAppsStatisticsRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getLimit()
The number of Apps to retrieve.
|
Long |
getOffset()
The number of retrievals that will be skipped.
|
int |
hashCode() |
GetAppsStatisticsRequest |
setLimit(Long limit)
The number of Apps to retrieve.
|
GetAppsStatisticsRequest |
setOffset(Long offset)
The number of retrievals that will be skipped.
|
String |
toString() |
public Long getOffset()
public Long getLimit()
public GetAppsStatisticsRequest setOffset(Long offset)
this.public GetAppsStatisticsRequest 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