Skip to content

UpgradeBaseScheduleTimeOpenApiVO

Properties

Name Type Description Notes
DayOfMonth Pointer to int32 It should be within the range of 1~31. Required when parameter [timingType] is 3 or 4. [optional]
DayOfWeek Pointer to int32 It should be within the range of 0(Sunday)~6(Saturday). Required when parameter [timingType] is 2. [optional]
Hour int32 It should be within the range of 0~23
Minute int32 It should be within the range of 0~59
MonthOfYear Pointer to int32 It should be within the range of 1~12. Required when parameter [timingType] is 4. [optional]
TimingType int32 Time type should be a value as follows: 1:Daily; 2:Weekly; 3:Monthly; 4:yearly

Methods

NewUpgradeBaseScheduleTimeOpenApiVO

func NewUpgradeBaseScheduleTimeOpenApiVO(hour int32, minute int32, timingType int32, ) *UpgradeBaseScheduleTimeOpenApiVO

NewUpgradeBaseScheduleTimeOpenApiVO instantiates a new UpgradeBaseScheduleTimeOpenApiVO 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

NewUpgradeBaseScheduleTimeOpenApiVOWithDefaults

func NewUpgradeBaseScheduleTimeOpenApiVOWithDefaults() *UpgradeBaseScheduleTimeOpenApiVO

NewUpgradeBaseScheduleTimeOpenApiVOWithDefaults instantiates a new UpgradeBaseScheduleTimeOpenApiVO 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

GetDayOfMonth

func (o *UpgradeBaseScheduleTimeOpenApiVO) GetDayOfMonth() int32

GetDayOfMonth returns the DayOfMonth field if non-nil, zero value otherwise.

GetDayOfMonthOk

func (o *UpgradeBaseScheduleTimeOpenApiVO) GetDayOfMonthOk() (*int32, bool)

GetDayOfMonthOk returns a tuple with the DayOfMonth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDayOfMonth

func (o *UpgradeBaseScheduleTimeOpenApiVO) SetDayOfMonth(v int32)

SetDayOfMonth sets DayOfMonth field to given value.

HasDayOfMonth

func (o *UpgradeBaseScheduleTimeOpenApiVO) HasDayOfMonth() bool

HasDayOfMonth returns a boolean if a field has been set.

GetDayOfWeek

func (o *UpgradeBaseScheduleTimeOpenApiVO) GetDayOfWeek() int32

GetDayOfWeek returns the DayOfWeek field if non-nil, zero value otherwise.

GetDayOfWeekOk

func (o *UpgradeBaseScheduleTimeOpenApiVO) GetDayOfWeekOk() (*int32, bool)

GetDayOfWeekOk returns a tuple with the DayOfWeek field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDayOfWeek

func (o *UpgradeBaseScheduleTimeOpenApiVO) SetDayOfWeek(v int32)

SetDayOfWeek sets DayOfWeek field to given value.

HasDayOfWeek

func (o *UpgradeBaseScheduleTimeOpenApiVO) HasDayOfWeek() bool

HasDayOfWeek returns a boolean if a field has been set.

GetHour

func (o *UpgradeBaseScheduleTimeOpenApiVO) GetHour() int32

GetHour returns the Hour field if non-nil, zero value otherwise.

GetHourOk

func (o *UpgradeBaseScheduleTimeOpenApiVO) 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.

SetHour

func (o *UpgradeBaseScheduleTimeOpenApiVO) SetHour(v int32)

SetHour sets Hour field to given value.

GetMinute

func (o *UpgradeBaseScheduleTimeOpenApiVO) GetMinute() int32

GetMinute returns the Minute field if non-nil, zero value otherwise.

GetMinuteOk

func (o *UpgradeBaseScheduleTimeOpenApiVO) 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.

SetMinute

func (o *UpgradeBaseScheduleTimeOpenApiVO) SetMinute(v int32)

SetMinute sets Minute field to given value.

GetMonthOfYear

func (o *UpgradeBaseScheduleTimeOpenApiVO) GetMonthOfYear() int32

GetMonthOfYear returns the MonthOfYear field if non-nil, zero value otherwise.

GetMonthOfYearOk

func (o *UpgradeBaseScheduleTimeOpenApiVO) GetMonthOfYearOk() (*int32, bool)

GetMonthOfYearOk returns a tuple with the MonthOfYear field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMonthOfYear

func (o *UpgradeBaseScheduleTimeOpenApiVO) SetMonthOfYear(v int32)

SetMonthOfYear sets MonthOfYear field to given value.

HasMonthOfYear

func (o *UpgradeBaseScheduleTimeOpenApiVO) HasMonthOfYear() bool

HasMonthOfYear returns a boolean if a field has been set.

GetTimingType

func (o *UpgradeBaseScheduleTimeOpenApiVO) GetTimingType() int32

GetTimingType returns the TimingType field if non-nil, zero value otherwise.

GetTimingTypeOk

func (o *UpgradeBaseScheduleTimeOpenApiVO) GetTimingTypeOk() (*int32, bool)

GetTimingTypeOk returns a tuple with the TimingType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTimingType

func (o *UpgradeBaseScheduleTimeOpenApiVO) SetTimingType(v int32)

SetTimingType sets TimingType field to given value.

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