public final class AddAppResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
AddAppResponseBody(long app,
long revision)
Creates a new
AddAppResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getApp()
The App ID of the created preview App.
|
long |
getRevision()
The revision number of the App settings.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"app","revision"})
public AddAppResponseBody(long app,
long revision)
AddAppResponseBody instance.app - The App ID of the created preview App.revision - The revision number of the App settings.public long getApp()
public long getRevision()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object