public final class GetFormLayoutResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetFormLayoutResponseBody(List<Layout> layout,
long revision)
Creates a new
GetFormLayoutResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Layout> |
getLayout()
The list of field layouts for each row.
|
long |
getRevision()
The revision number of the App settings.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"layout","revision"}) public GetFormLayoutResponseBody(List<Layout> layout, long revision)
GetFormLayoutResponseBody
instance.layout
- The list of field layouts for each row.revision
- The revision number of the App settings.public List<Layout> getLayout()
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