public class GetAppRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
GetAppRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getId()
The App ID (required).
|
int |
hashCode() |
GetAppRequest |
setId(Long id)
The App ID (required).
|
String |
toString() |
public Long getId()
public GetAppRequest setId(Long id)
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