Name | Type | Description | Notes |
---|---|---|---|
DineInHour | Pointer to StoreHour | [optional] | |
OpeningHour | Pointer to StoreHour | [optional] | |
SpecialOpeningHours | Pointer to []SpecialOpeningHour | The store's special opening hours. | [optional] |
func NewStoreHourResponse() *StoreHourResponse
NewStoreHourResponse instantiates a new StoreHourResponse 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 NewStoreHourResponseWithDefaults() *StoreHourResponse
NewStoreHourResponseWithDefaults instantiates a new StoreHourResponse 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 *StoreHourResponse) GetDineInHour() StoreHour
GetDineInHour returns the DineInHour field if non-nil, zero value otherwise.
func (o *StoreHourResponse) GetDineInHourOk() (*StoreHour, bool)
GetDineInHourOk returns a tuple with the DineInHour field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StoreHourResponse) SetDineInHour(v StoreHour)
SetDineInHour sets DineInHour field to given value.
func (o *StoreHourResponse) HasDineInHour() bool
HasDineInHour returns a boolean if a field has been set.
func (o *StoreHourResponse) GetOpeningHour() StoreHour
GetOpeningHour returns the OpeningHour field if non-nil, zero value otherwise.
func (o *StoreHourResponse) GetOpeningHourOk() (*StoreHour, bool)
GetOpeningHourOk returns a tuple with the OpeningHour field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StoreHourResponse) SetOpeningHour(v StoreHour)
SetOpeningHour sets OpeningHour field to given value.
func (o *StoreHourResponse) HasOpeningHour() bool
HasOpeningHour returns a boolean if a field has been set.
func (o *StoreHourResponse) GetSpecialOpeningHours() []SpecialOpeningHour
GetSpecialOpeningHours returns the SpecialOpeningHours field if non-nil, zero value otherwise.
func (o *StoreHourResponse) GetSpecialOpeningHoursOk() (*[]SpecialOpeningHour, bool)
GetSpecialOpeningHoursOk returns a tuple with the SpecialOpeningHours field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StoreHourResponse) SetSpecialOpeningHours(v []SpecialOpeningHour)
SetSpecialOpeningHours sets SpecialOpeningHours field to given value.
func (o *StoreHourResponse) HasSpecialOpeningHours() bool
HasSpecialOpeningHours returns a boolean if a field has been set.