Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Days | int32 | ||
Seconds | int32 | ||
Microseconds | int32 | ||
Years | int32 | ||
Months | int32 | ||
Leapdays | int32 | ||
Hours | int32 | ||
Minutes | int32 | ||
Year | int32 | ||
Month | int32 | ||
Day | int32 | ||
Hour | int32 | ||
Minute | int32 | ||
Second | int32 | ||
Microsecond | int32 | ||
Value | string |
func NewScheduleInterval(type_ string, days int32, seconds int32, microseconds int32, years int32, months int32, leapdays int32, hours int32, minutes int32, year int32, month int32, day int32, hour int32, minute int32, second int32, microsecond int32, value string, ) *ScheduleInterval
NewScheduleInterval instantiates a new ScheduleInterval 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 NewScheduleIntervalWithDefaults() *ScheduleInterval
NewScheduleIntervalWithDefaults instantiates a new ScheduleInterval 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 *ScheduleInterval) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetType(v string)
SetType sets Type field to given value.
func (o *ScheduleInterval) GetDays() int32
GetDays returns the Days field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetDaysOk() (*int32, bool)
GetDaysOk returns a tuple with the Days field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetDays(v int32)
SetDays sets Days field to given value.
func (o *ScheduleInterval) GetSeconds() int32
GetSeconds returns the Seconds field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetSecondsOk() (*int32, bool)
GetSecondsOk returns a tuple with the Seconds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetSeconds(v int32)
SetSeconds sets Seconds field to given value.
func (o *ScheduleInterval) GetMicroseconds() int32
GetMicroseconds returns the Microseconds field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetMicrosecondsOk() (*int32, bool)
GetMicrosecondsOk returns a tuple with the Microseconds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetMicroseconds(v int32)
SetMicroseconds sets Microseconds field to given value.
func (o *ScheduleInterval) GetYears() int32
GetYears returns the Years field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetYearsOk() (*int32, bool)
GetYearsOk returns a tuple with the Years field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetYears(v int32)
SetYears sets Years field to given value.
func (o *ScheduleInterval) GetMonths() int32
GetMonths returns the Months field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetMonthsOk() (*int32, bool)
GetMonthsOk returns a tuple with the Months field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetMonths(v int32)
SetMonths sets Months field to given value.
func (o *ScheduleInterval) GetLeapdays() int32
GetLeapdays returns the Leapdays field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetLeapdaysOk() (*int32, bool)
GetLeapdaysOk returns a tuple with the Leapdays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetLeapdays(v int32)
SetLeapdays sets Leapdays field to given value.
func (o *ScheduleInterval) GetHours() int32
GetHours returns the Hours field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetHoursOk() (*int32, bool)
GetHoursOk returns a tuple with the Hours field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetHours(v int32)
SetHours sets Hours field to given value.
func (o *ScheduleInterval) GetMinutes() int32
GetMinutes returns the Minutes field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetMinutesOk() (*int32, bool)
GetMinutesOk returns a tuple with the Minutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetMinutes(v int32)
SetMinutes sets Minutes field to given value.
func (o *ScheduleInterval) GetYear() int32
GetYear returns the Year field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetYearOk() (*int32, bool)
GetYearOk returns a tuple with the Year field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetYear(v int32)
SetYear sets Year field to given value.
func (o *ScheduleInterval) GetMonth() int32
GetMonth returns the Month field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetMonthOk() (*int32, bool)
GetMonthOk returns a tuple with the Month field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetMonth(v int32)
SetMonth sets Month field to given value.
func (o *ScheduleInterval) GetDay() int32
GetDay returns the Day field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetDayOk() (*int32, bool)
GetDayOk returns a tuple with the Day field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetDay(v int32)
SetDay sets Day field to given value.
func (o *ScheduleInterval) GetHour() int32
GetHour returns the Hour field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetHourOk() (*int32, bool)
GetHourOk returns a tuple with the Hour field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetHour(v int32)
SetHour sets Hour field to given value.
func (o *ScheduleInterval) GetMinute() int32
GetMinute returns the Minute field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetMinuteOk() (*int32, bool)
GetMinuteOk returns a tuple with the Minute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetMinute(v int32)
SetMinute sets Minute field to given value.
func (o *ScheduleInterval) GetSecond() int32
GetSecond returns the Second field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetSecondOk() (*int32, bool)
GetSecondOk returns a tuple with the Second field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetSecond(v int32)
SetSecond sets Second field to given value.
func (o *ScheduleInterval) GetMicrosecond() int32
GetMicrosecond returns the Microsecond field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetMicrosecondOk() (*int32, bool)
GetMicrosecondOk returns a tuple with the Microsecond field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetMicrosecond(v int32)
SetMicrosecond sets Microsecond field to given value.
func (o *ScheduleInterval) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ScheduleInterval) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScheduleInterval) SetValue(v string)
SetValue sets Value field to given value.