public class CommandArgs extends Object
| Constructor and Description |
|---|
CommandArgs() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId() |
String |
getCommand() |
String |
getCommandArgs() |
String |
getParentId() |
String |
getRootId() |
String |
getTeamId() |
String |
getUserId() |
int |
hashCode() |
void |
setChannelId(String channelId) |
void |
setCommand(String command) |
void |
setCommandArgs(String commandArgs) |
void |
setParentId(String parentId) |
void |
setRootId(String rootId) |
void |
setTeamId(String teamId) |
void |
setUserId(String userId) |
String |
toString() |
public String getUserId()
public String getChannelId()
public String getTeamId()
public String getRootId()
public String getParentId()
public String getCommand()
public String getCommandArgs()
public void setUserId(String userId)
public void setChannelId(String channelId)
public void setTeamId(String teamId)
public void setRootId(String rootId)
public void setParentId(String parentId)
public void setCommand(String command)
public void setCommandArgs(String commandArgs)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.