Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.1 KB

WorkingHour.md

File metadata and controls

212 lines (115 loc) · 5.1 KB

WorkingHour

Properties

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]

Methods

NewWorkingHour

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

NewWorkingHourWithDefaults

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

GetSun

func (o *WorkingHour) GetSun() WorkingHourDay

GetSun returns the Sun field if non-nil, zero value otherwise.

GetSunOk

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.

SetSun

func (o *WorkingHour) SetSun(v WorkingHourDay)

SetSun sets Sun field to given value.

HasSun

func (o *WorkingHour) HasSun() bool

HasSun returns a boolean if a field has been set.

GetMon

func (o *WorkingHour) GetMon() WorkingHourDay

GetMon returns the Mon field if non-nil, zero value otherwise.

GetMonOk

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.

SetMon

func (o *WorkingHour) SetMon(v WorkingHourDay)

SetMon sets Mon field to given value.

HasMon

func (o *WorkingHour) HasMon() bool

HasMon returns a boolean if a field has been set.

GetTue

func (o *WorkingHour) GetTue() WorkingHourDay

GetTue returns the Tue field if non-nil, zero value otherwise.

GetTueOk

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.

SetTue

func (o *WorkingHour) SetTue(v WorkingHourDay)

SetTue sets Tue field to given value.

HasTue

func (o *WorkingHour) HasTue() bool

HasTue returns a boolean if a field has been set.

GetWed

func (o *WorkingHour) GetWed() WorkingHourDay

GetWed returns the Wed field if non-nil, zero value otherwise.

GetWedOk

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.

SetWed

func (o *WorkingHour) SetWed(v WorkingHourDay)

SetWed sets Wed field to given value.

HasWed

func (o *WorkingHour) HasWed() bool

HasWed returns a boolean if a field has been set.

GetThu

func (o *WorkingHour) GetThu() WorkingHourDay

GetThu returns the Thu field if non-nil, zero value otherwise.

GetThuOk

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.

SetThu

func (o *WorkingHour) SetThu(v WorkingHourDay)

SetThu sets Thu field to given value.

HasThu

func (o *WorkingHour) HasThu() bool

HasThu returns a boolean if a field has been set.

GetFri

func (o *WorkingHour) GetFri() WorkingHourDay

GetFri returns the Fri field if non-nil, zero value otherwise.

GetFriOk

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.

SetFri

func (o *WorkingHour) SetFri(v WorkingHourDay)

SetFri sets Fri field to given value.

HasFri

func (o *WorkingHour) HasFri() bool

HasFri returns a boolean if a field has been set.

GetSat

func (o *WorkingHour) GetSat() WorkingHourDay

GetSat returns the Sat field if non-nil, zero value otherwise.

GetSatOk

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.

SetSat

func (o *WorkingHour) SetSat(v WorkingHourDay)

SetSat sets Sat field to given value.

HasSat

func (o *WorkingHour) HasSat() bool

HasSat returns a boolean if a field has been set.

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