Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 4.3 KB

ServiceHours.md

File metadata and controls

177 lines (94 loc) · 4.3 KB

ServiceHours

Properties

Name Type Description Notes
Mon ServiceHour
Tue ServiceHour
Wed ServiceHour
Thu ServiceHour
Fri ServiceHour
Sat ServiceHour
Sun ServiceHour

Methods

NewServiceHours

func NewServiceHours(mon ServiceHour, tue ServiceHour, wed ServiceHour, thu ServiceHour, fri ServiceHour, sat ServiceHour, sun ServiceHour, ) *ServiceHours

NewServiceHours instantiates a new ServiceHours 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

NewServiceHoursWithDefaults

func NewServiceHoursWithDefaults() *ServiceHours

NewServiceHoursWithDefaults instantiates a new ServiceHours 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

GetMon

func (o *ServiceHours) GetMon() ServiceHour

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

GetMonOk

func (o *ServiceHours) GetMonOk() (*ServiceHour, 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 *ServiceHours) SetMon(v ServiceHour)

SetMon sets Mon field to given value.

GetTue

func (o *ServiceHours) GetTue() ServiceHour

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

GetTueOk

func (o *ServiceHours) GetTueOk() (*ServiceHour, 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 *ServiceHours) SetTue(v ServiceHour)

SetTue sets Tue field to given value.

GetWed

func (o *ServiceHours) GetWed() ServiceHour

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

GetWedOk

func (o *ServiceHours) GetWedOk() (*ServiceHour, 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 *ServiceHours) SetWed(v ServiceHour)

SetWed sets Wed field to given value.

GetThu

func (o *ServiceHours) GetThu() ServiceHour

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

GetThuOk

func (o *ServiceHours) GetThuOk() (*ServiceHour, 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 *ServiceHours) SetThu(v ServiceHour)

SetThu sets Thu field to given value.

GetFri

func (o *ServiceHours) GetFri() ServiceHour

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

GetFriOk

func (o *ServiceHours) GetFriOk() (*ServiceHour, 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 *ServiceHours) SetFri(v ServiceHour)

SetFri sets Fri field to given value.

GetSat

func (o *ServiceHours) GetSat() ServiceHour

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

GetSatOk

func (o *ServiceHours) GetSatOk() (*ServiceHour, 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 *ServiceHours) SetSat(v ServiceHour)

SetSat sets Sat field to given value.

GetSun

func (o *ServiceHours) GetSun() ServiceHour

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

GetSunOk

func (o *ServiceHours) GetSunOk() (*ServiceHour, 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 *ServiceHours) SetSun(v ServiceHour)

SetSun sets Sun field to given value.

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