public class AppSlashCommand extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppSlashCommand.Builder |
| 构造器和说明 |
|---|
AppSlashCommand() |
AppSlashCommand(AppSlashCommand.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommand() |
String |
getCommandId() |
String |
getCreateTime() |
AppSlashCommandI18nText |
getDescription() |
String |
getUpdateTime() |
static AppSlashCommand.Builder |
newBuilder() |
void |
setCommand(String command) |
void |
setCommandId(String commandId) |
void |
setCreateTime(String createTime) |
void |
setDescription(AppSlashCommandI18nText description) |
void |
setUpdateTime(String updateTime) |
public AppSlashCommand()
public AppSlashCommand(AppSlashCommand.Builder builder)
public static AppSlashCommand.Builder newBuilder()
public String getCommandId()
public void setCommandId(String commandId)
public String getCommand()
public void setCommand(String command)
public AppSlashCommandI18nText getDescription()
public void setDescription(AppSlashCommandI18nText description)
public String getCreateTime()
public void setCreateTime(String createTime)
public String getUpdateTime()
public void setUpdateTime(String updateTime)
Copyright © 2026. All rights reserved.