Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.26 KB

JumpShip200ResponseData.md

File metadata and controls

114 lines (61 loc) · 3.26 KB

JumpShip200ResponseData

Properties

Name Type Description Notes
Nav ShipNav
Cooldown Cooldown
Transaction MarketTransaction
Agent Agent

Methods

NewJumpShip200ResponseData

func NewJumpShip200ResponseData(nav ShipNav, cooldown Cooldown, transaction MarketTransaction, agent Agent, ) *JumpShip200ResponseData

NewJumpShip200ResponseData instantiates a new JumpShip200ResponseData 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

NewJumpShip200ResponseDataWithDefaults

func NewJumpShip200ResponseDataWithDefaults() *JumpShip200ResponseData

NewJumpShip200ResponseDataWithDefaults instantiates a new JumpShip200ResponseData 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

GetNav

func (o *JumpShip200ResponseData) GetNav() ShipNav

GetNav returns the Nav field if non-nil, zero value otherwise.

GetNavOk

func (o *JumpShip200ResponseData) 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.

SetNav

func (o *JumpShip200ResponseData) SetNav(v ShipNav)

SetNav sets Nav field to given value.

GetCooldown

func (o *JumpShip200ResponseData) GetCooldown() Cooldown

GetCooldown returns the Cooldown field if non-nil, zero value otherwise.

GetCooldownOk

func (o *JumpShip200ResponseData) GetCooldownOk() (*Cooldown, bool)

GetCooldownOk returns a tuple with the Cooldown field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCooldown

func (o *JumpShip200ResponseData) SetCooldown(v Cooldown)

SetCooldown sets Cooldown field to given value.

GetTransaction

func (o *JumpShip200ResponseData) GetTransaction() MarketTransaction

GetTransaction returns the Transaction field if non-nil, zero value otherwise.

GetTransactionOk

func (o *JumpShip200ResponseData) GetTransactionOk() (*MarketTransaction, bool)

GetTransactionOk returns a tuple with the Transaction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTransaction

func (o *JumpShip200ResponseData) SetTransaction(v MarketTransaction)

SetTransaction sets Transaction field to given value.

GetAgent

func (o *JumpShip200ResponseData) GetAgent() Agent

GetAgent returns the Agent field if non-nil, zero value otherwise.

GetAgentOk

func (o *JumpShip200ResponseData) GetAgentOk() (*Agent, bool)

GetAgentOk returns a tuple with the Agent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAgent

func (o *JumpShip200ResponseData) SetAgent(v Agent)

SetAgent sets Agent field to given value.

[Back to Model list] [Back to API list] [Back to README]