Name | Type | Description | Notes |
---|---|---|---|
Symbol | TradeSymbol | ||
Units | int32 | The number of units extracted that were placed into the ship's cargo hold. |
func NewExtractionYield(symbol TradeSymbol, units int32, ) *ExtractionYield
NewExtractionYield instantiates a new ExtractionYield 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 NewExtractionYieldWithDefaults() *ExtractionYield
NewExtractionYieldWithDefaults instantiates a new ExtractionYield 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 *ExtractionYield) GetSymbol() TradeSymbol
GetSymbol returns the Symbol field if non-nil, zero value otherwise.
func (o *ExtractionYield) GetSymbolOk() (*TradeSymbol, 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 *ExtractionYield) SetSymbol(v TradeSymbol)
SetSymbol sets Symbol field to given value.
func (o *ExtractionYield) GetUnits() int32
GetUnits returns the Units field if non-nil, zero value otherwise.
func (o *ExtractionYield) GetUnitsOk() (*int32, bool)
GetUnitsOk returns a tuple with the Units field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtractionYield) SetUnits(v int32)
SetUnits sets Units field to given value.