Name | Type | Description | Notes |
---|---|---|---|
AccessoryId | Pointer to string | [optional] | |
AccessoryName | Pointer to string | [optional] | |
Category | Pointer to string | [optional] | |
Sku | Pointer to string | [optional] | |
Price | Pointer to float32 | [optional] | |
LoanOnly | Pointer to bool | [optional] | |
CreationDate | Pointer to int32 | [optional] | |
ChangeDate | Pointer to int32 | [optional] | |
CreatedBy | Pointer to string | [optional] | |
ChangedBy | Pointer to string | [optional] | |
Version | Pointer to string | [optional] | |
Deleted | Pointer to string | [optional] | |
Uid | Pointer to int32 | [optional] |
func NewAccessory() *Accessory
NewAccessory instantiates a new Accessory 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 NewAccessoryWithDefaults() *Accessory
NewAccessoryWithDefaults instantiates a new Accessory 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 *Accessory) GetAccessoryId() string
GetAccessoryId returns the AccessoryId field if non-nil, zero value otherwise.
func (o *Accessory) GetAccessoryIdOk() (*string, bool)
GetAccessoryIdOk returns a tuple with the AccessoryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetAccessoryId(v string)
SetAccessoryId sets AccessoryId field to given value.
func (o *Accessory) HasAccessoryId() bool
HasAccessoryId returns a boolean if a field has been set.
func (o *Accessory) GetAccessoryName() string
GetAccessoryName returns the AccessoryName field if non-nil, zero value otherwise.
func (o *Accessory) GetAccessoryNameOk() (*string, bool)
GetAccessoryNameOk returns a tuple with the AccessoryName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetAccessoryName(v string)
SetAccessoryName sets AccessoryName field to given value.
func (o *Accessory) HasAccessoryName() bool
HasAccessoryName returns a boolean if a field has been set.
func (o *Accessory) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *Accessory) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *Accessory) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *Accessory) GetSku() string
GetSku returns the Sku field if non-nil, zero value otherwise.
func (o *Accessory) GetSkuOk() (*string, bool)
GetSkuOk returns a tuple with the Sku field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetSku(v string)
SetSku sets Sku field to given value.
func (o *Accessory) HasSku() bool
HasSku returns a boolean if a field has been set.
func (o *Accessory) GetPrice() float32
GetPrice returns the Price field if non-nil, zero value otherwise.
func (o *Accessory) GetPriceOk() (*float32, bool)
GetPriceOk returns a tuple with the Price field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetPrice(v float32)
SetPrice sets Price field to given value.
func (o *Accessory) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (o *Accessory) GetLoanOnly() bool
GetLoanOnly returns the LoanOnly field if non-nil, zero value otherwise.
func (o *Accessory) GetLoanOnlyOk() (*bool, bool)
GetLoanOnlyOk returns a tuple with the LoanOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetLoanOnly(v bool)
SetLoanOnly sets LoanOnly field to given value.
func (o *Accessory) HasLoanOnly() bool
HasLoanOnly returns a boolean if a field has been set.
func (o *Accessory) GetCreationDate() int32
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *Accessory) GetCreationDateOk() (*int32, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetCreationDate(v int32)
SetCreationDate sets CreationDate field to given value.
func (o *Accessory) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *Accessory) GetChangeDate() int32
GetChangeDate returns the ChangeDate field if non-nil, zero value otherwise.
func (o *Accessory) GetChangeDateOk() (*int32, bool)
GetChangeDateOk returns a tuple with the ChangeDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetChangeDate(v int32)
SetChangeDate sets ChangeDate field to given value.
func (o *Accessory) HasChangeDate() bool
HasChangeDate returns a boolean if a field has been set.
func (o *Accessory) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *Accessory) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *Accessory) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *Accessory) GetChangedBy() string
GetChangedBy returns the ChangedBy field if non-nil, zero value otherwise.
func (o *Accessory) GetChangedByOk() (*string, bool)
GetChangedByOk returns a tuple with the ChangedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetChangedBy(v string)
SetChangedBy sets ChangedBy field to given value.
func (o *Accessory) HasChangedBy() bool
HasChangedBy returns a boolean if a field has been set.
func (o *Accessory) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *Accessory) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *Accessory) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *Accessory) GetDeleted() string
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
func (o *Accessory) GetDeletedOk() (*string, bool)
GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetDeleted(v string)
SetDeleted sets Deleted field to given value.
func (o *Accessory) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (o *Accessory) GetUid() int32
GetUid returns the Uid field if non-nil, zero value otherwise.
func (o *Accessory) GetUidOk() (*int32, bool)
GetUidOk returns a tuple with the Uid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Accessory) SetUid(v int32)
SetUid sets Uid field to given value.
func (o *Accessory) HasUid() bool
HasUid returns a boolean if a field has been set.