public class FleetSquadCreatedResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_SQUAD_ID |
| Constructor and Description |
|---|
FleetSquadCreatedResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getSquadId()
The squad_id of the newly created squad
|
int |
hashCode() |
void |
setSquadId(Long squadId) |
FleetSquadCreatedResponse |
squadId(Long squadId) |
String |
toString() |
public static final String SERIALIZED_NAME_SQUAD_ID
public FleetSquadCreatedResponse squadId(Long squadId)
public Long getSquadId()
public void setSquadId(Long squadId)
Copyright © 2021. All Rights Reserved.