public abstract class ThreadSettingsBaseRequest extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected SettingType |
type
The type of setting to change.
|
| Constructor and Description |
|---|
ThreadSettingsBaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SettingType |
getType()
Gets the
type. |
int |
hashCode() |
void |
setType(SettingType type)
Sets the
type. |
String |
toString() |
@NotNull protected SettingType type
public SettingType getType()
type.type.public void setType(SettingType type)
type.type - the type to set.Copyright © 2017 BotMill. All rights reserved.