public class FleetWingCreatedResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_WING_ID |
| Constructor and Description |
|---|
FleetWingCreatedResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getWingId()
The wing_id of the newly created wing
|
int |
hashCode() |
void |
setWingId(Long wingId) |
String |
toString() |
FleetWingCreatedResponse |
wingId(Long wingId) |
public static final String SERIALIZED_NAME_WING_ID
public FleetWingCreatedResponse wingId(Long wingId)
public Long getWingId()
public void setWingId(Long wingId)
Copyright © 2020. All Rights Reserved.