public class GetDeployStatusRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
GetDeployStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Long> |
getApps()
The list of Apps to check the deploy statuses of (required).
|
int |
hashCode() |
GetDeployStatusRequest |
setApps(List<Long> apps)
The list of Apps to check the deploy statuses of (required).
|
String |
toString() |
public List<Long> getApps()
public GetDeployStatusRequest setApps(List<Long> apps)
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