public final class UpdateProcessManagementResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
UpdateProcessManagementResponseBody(long revision)
Creates a new
UpdateProcessManagementResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getRevision()
The revision number of the App settings.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="revision") public UpdateProcessManagementResponseBody(long revision)
UpdateProcessManagementResponseBody
instance.revision
- The revision number of the App settings.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