public final class GetReportsPreviewResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetReportsPreviewResponseBody(Map<String,Report> reports,
long revision)
Creates a new
GetReportsPreviewResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Report> |
getReports()
An object of Graph settings data.
|
long |
getRevision()
The revision number of the App settings.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"reports","revision"}) public GetReportsPreviewResponseBody(Map<String,Report> reports, long revision)
GetReportsPreviewResponseBody
instance.reports
- An object of Graph settings data. The key of the object is the graph's unique identifier, which
is set as the graph's name in its default language settings (this is regardless of the lang
request parameter's value). The values of the key are the various graph settings associated
with that graph.revision
- The revision number of the App settings.public Map<String,Report> getReports()
public long getRevision()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object