public class DeleteCustomBotConfigRequest extends Object
| Constructor and Description |
|---|
DeleteCustomBotConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomBotConfigRequest |
botID(Integer botID) |
boolean |
equals(Object o) |
@NotNull Integer |
getBotID()
Get botID
|
@NotNull String |
getHost()
Get host
|
String |
getProjectName()
Get projectName
|
int |
hashCode() |
DeleteCustomBotConfigRequest |
host(String host) |
DeleteCustomBotConfigRequest |
projectName(String projectName) |
void |
setBotID(Integer botID) |
void |
setHost(String host) |
void |
setProjectName(String projectName) |
String |
toString() |
public DeleteCustomBotConfigRequest botID(Integer botID)
@NotNull public @NotNull Integer getBotID()
public void setBotID(Integer botID)
public DeleteCustomBotConfigRequest host(String host)
@NotNull public @NotNull String getHost()
public void setHost(String host)
public DeleteCustomBotConfigRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
Copyright © 2025. All rights reserved.