public static class ActionsResponse.Actions extends Object
| Constructor and Description |
|---|
Actions() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getApp() |
List<String> |
getChannel() |
List<String> |
getFile() |
List<String> |
getMessage() |
List<String> |
getUser() |
List<String> |
getWorkflowBuilder() |
List<String> |
getWorkspaceOrOrg() |
int |
hashCode() |
void |
setApp(List<String> app) |
void |
setChannel(List<String> channel) |
void |
setFile(List<String> file) |
void |
setMessage(List<String> message) |
void |
setUser(List<String> user) |
void |
setWorkflowBuilder(List<String> workflowBuilder) |
void |
setWorkspaceOrOrg(List<String> workspaceOrOrg) |
String |
toString() |
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.