public class FleetNewSettings extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_IS_FREE_MOVE |
static String |
SERIALIZED_NAME_MOTD |
| Constructor and Description |
|---|
FleetNewSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getIsFreeMove()
Should free-move be enabled in the fleet
|
String |
getMotd()
New fleet MOTD in CCP flavoured HTML
|
int |
hashCode() |
FleetNewSettings |
isFreeMove(Boolean isFreeMove) |
FleetNewSettings |
motd(String motd) |
void |
setIsFreeMove(Boolean isFreeMove) |
void |
setMotd(String motd) |
String |
toString() |
public static final String SERIALIZED_NAME_IS_FREE_MOVE
public static final String SERIALIZED_NAME_MOTD
public FleetNewSettings isFreeMove(Boolean isFreeMove)
@Nullable public Boolean getIsFreeMove()
public void setIsFreeMove(Boolean isFreeMove)
public FleetNewSettings motd(String motd)
public void setMotd(String motd)
Copyright © 2020. All Rights Reserved.