Name | Type | Description | Notes |
---|---|---|---|
Symbol | string | The globally unique identifier of the ship. | |
Registration | ShipRegistration | ||
Nav | ShipNav | ||
Frame | Pointer to ScannedShipFrame | [optional] | |
Reactor | Pointer to ScannedShipReactor | [optional] | |
Engine | ScannedShipEngine | ||
Mounts | Pointer to []ScannedShipMountsInner | List of mounts installed in the ship. | [optional] |
func NewScannedShip(symbol string, registration ShipRegistration, nav ShipNav, engine ScannedShipEngine, ) *ScannedShip
NewScannedShip instantiates a new ScannedShip object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewScannedShipWithDefaults() *ScannedShip
NewScannedShipWithDefaults instantiates a new ScannedShip object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ScannedShip) GetSymbol() string
GetSymbol returns the Symbol field if non-nil, zero value otherwise.
func (o *ScannedShip) GetSymbolOk() (*string, bool)
GetSymbolOk returns a tuple with the Symbol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScannedShip) SetSymbol(v string)
SetSymbol sets Symbol field to given value.
func (o *ScannedShip) GetRegistration() ShipRegistration
GetRegistration returns the Registration field if non-nil, zero value otherwise.
func (o *ScannedShip) GetRegistrationOk() (*ShipRegistration, bool)
GetRegistrationOk returns a tuple with the Registration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScannedShip) SetRegistration(v ShipRegistration)
SetRegistration sets Registration field to given value.
func (o *ScannedShip) GetNav() ShipNav
GetNav returns the Nav field if non-nil, zero value otherwise.
func (o *ScannedShip) GetNavOk() (*ShipNav, bool)
GetNavOk returns a tuple with the Nav field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScannedShip) SetNav(v ShipNav)
SetNav sets Nav field to given value.
func (o *ScannedShip) GetFrame() ScannedShipFrame
GetFrame returns the Frame field if non-nil, zero value otherwise.
func (o *ScannedShip) GetFrameOk() (*ScannedShipFrame, bool)
GetFrameOk returns a tuple with the Frame field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScannedShip) SetFrame(v ScannedShipFrame)
SetFrame sets Frame field to given value.
func (o *ScannedShip) HasFrame() bool
HasFrame returns a boolean if a field has been set.
func (o *ScannedShip) GetReactor() ScannedShipReactor
GetReactor returns the Reactor field if non-nil, zero value otherwise.
func (o *ScannedShip) GetReactorOk() (*ScannedShipReactor, bool)
GetReactorOk returns a tuple with the Reactor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScannedShip) SetReactor(v ScannedShipReactor)
SetReactor sets Reactor field to given value.
func (o *ScannedShip) HasReactor() bool
HasReactor returns a boolean if a field has been set.
func (o *ScannedShip) GetEngine() ScannedShipEngine
GetEngine returns the Engine field if non-nil, zero value otherwise.
func (o *ScannedShip) GetEngineOk() (*ScannedShipEngine, bool)
GetEngineOk returns a tuple with the Engine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScannedShip) SetEngine(v ScannedShipEngine)
SetEngine sets Engine field to given value.
func (o *ScannedShip) GetMounts() []ScannedShipMountsInner
GetMounts returns the Mounts field if non-nil, zero value otherwise.
func (o *ScannedShip) GetMountsOk() (*[]ScannedShipMountsInner, bool)
GetMountsOk returns a tuple with the Mounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScannedShip) SetMounts(v []ScannedShipMountsInner)
SetMounts sets Mounts field to given value.
func (o *ScannedShip) HasMounts() bool
HasMounts returns a boolean if a field has been set.