Name | Type | Description | Notes |
---|---|---|---|
Sun | Pointer to WorkingHourDay | [optional] | |
Mon | Pointer to WorkingHourDay | [optional] | |
Tue | Pointer to WorkingHourDay | [optional] | |
Wed | Pointer to WorkingHourDay | [optional] | |
Thu | Pointer to WorkingHourDay | [optional] | |
Fri | Pointer to WorkingHourDay | [optional] | |
Sat | Pointer to WorkingHourDay | [optional] |
func NewWorkingHour() *WorkingHour
NewWorkingHour instantiates a new WorkingHour 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 NewWorkingHourWithDefaults() *WorkingHour
NewWorkingHourWithDefaults instantiates a new WorkingHour 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 *WorkingHour) GetSun() WorkingHourDay
GetSun returns the Sun field if non-nil, zero value otherwise.
func (o *WorkingHour) GetSunOk() (*WorkingHourDay, bool)
GetSunOk returns a tuple with the Sun field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkingHour) SetSun(v WorkingHourDay)
SetSun sets Sun field to given value.
func (o *WorkingHour) HasSun() bool
HasSun returns a boolean if a field has been set.
func (o *WorkingHour) GetMon() WorkingHourDay
GetMon returns the Mon field if non-nil, zero value otherwise.
func (o *WorkingHour) GetMonOk() (*WorkingHourDay, bool)
GetMonOk returns a tuple with the Mon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkingHour) SetMon(v WorkingHourDay)
SetMon sets Mon field to given value.
func (o *WorkingHour) HasMon() bool
HasMon returns a boolean if a field has been set.
func (o *WorkingHour) GetTue() WorkingHourDay
GetTue returns the Tue field if non-nil, zero value otherwise.
func (o *WorkingHour) GetTueOk() (*WorkingHourDay, bool)
GetTueOk returns a tuple with the Tue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkingHour) SetTue(v WorkingHourDay)
SetTue sets Tue field to given value.
func (o *WorkingHour) HasTue() bool
HasTue returns a boolean if a field has been set.
func (o *WorkingHour) GetWed() WorkingHourDay
GetWed returns the Wed field if non-nil, zero value otherwise.
func (o *WorkingHour) GetWedOk() (*WorkingHourDay, bool)
GetWedOk returns a tuple with the Wed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkingHour) SetWed(v WorkingHourDay)
SetWed sets Wed field to given value.
func (o *WorkingHour) HasWed() bool
HasWed returns a boolean if a field has been set.
func (o *WorkingHour) GetThu() WorkingHourDay
GetThu returns the Thu field if non-nil, zero value otherwise.
func (o *WorkingHour) GetThuOk() (*WorkingHourDay, bool)
GetThuOk returns a tuple with the Thu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkingHour) SetThu(v WorkingHourDay)
SetThu sets Thu field to given value.
func (o *WorkingHour) HasThu() bool
HasThu returns a boolean if a field has been set.
func (o *WorkingHour) GetFri() WorkingHourDay
GetFri returns the Fri field if non-nil, zero value otherwise.
func (o *WorkingHour) GetFriOk() (*WorkingHourDay, bool)
GetFriOk returns a tuple with the Fri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkingHour) SetFri(v WorkingHourDay)
SetFri sets Fri field to given value.
func (o *WorkingHour) HasFri() bool
HasFri returns a boolean if a field has been set.
func (o *WorkingHour) GetSat() WorkingHourDay
GetSat returns the Sat field if non-nil, zero value otherwise.
func (o *WorkingHour) GetSatOk() (*WorkingHourDay, bool)
GetSatOk returns a tuple with the Sat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkingHour) SetSat(v WorkingHourDay)
SetSat sets Sat field to given value.
func (o *WorkingHour) HasSat() bool
HasSat returns a boolean if a field has been set.