DstTimeOpenApiDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Day | int32 | Day of the DST config should be a value as follows: 1: Monday; 2: Tuesday; 3: Wednesday; 4: Thursday; 5: Friday; 6: Saturday; 7: Sunday. | |
| Hour | int32 | Hour of the DST config should be within the range of 0–23. | |
| Minute | int32 | Minute of the DST config should be within the range of 0–59. | |
| Month | int32 | Month of the DST config should be a value as follows: 1: January; 2: February; 3: March; 4: April; 5: May; 6: June; 7: July; 8: August; 9: September; 10: October; 11: November; 12: December. | |
| Serial | int32 | Week of the DST config should be a value as follows: 1: 1st; 2: 2nd; 3: 3rd; 4: 4th; 5: Last. |
Methods
NewDstTimeOpenApiDTO
func NewDstTimeOpenApiDTO(day int32, hour int32, minute int32, month int32, serial int32, ) *DstTimeOpenApiDTO
NewDstTimeOpenApiDTO instantiates a new DstTimeOpenApiDTO 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
NewDstTimeOpenApiDTOWithDefaults
func NewDstTimeOpenApiDTOWithDefaults() *DstTimeOpenApiDTO
NewDstTimeOpenApiDTOWithDefaults instantiates a new DstTimeOpenApiDTO 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
GetDay
func (o *DstTimeOpenApiDTO) GetDay() int32
GetDay returns the Day field if non-nil, zero value otherwise.
GetDayOk
func (o *DstTimeOpenApiDTO) 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.
SetDay
func (o *DstTimeOpenApiDTO) SetDay(v int32)
SetDay sets Day field to given value.
GetHour
func (o *DstTimeOpenApiDTO) GetHour() int32
GetHour returns the Hour field if non-nil, zero value otherwise.
GetHourOk
func (o *DstTimeOpenApiDTO) 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 *DstTimeOpenApiDTO) SetHour(v int32)
SetHour sets Hour field to given value.
GetMinute
func (o *DstTimeOpenApiDTO) GetMinute() int32
GetMinute returns the Minute field if non-nil, zero value otherwise.
GetMinuteOk
func (o *DstTimeOpenApiDTO) 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 *DstTimeOpenApiDTO) SetMinute(v int32)
SetMinute sets Minute field to given value.
GetMonth
func (o *DstTimeOpenApiDTO) GetMonth() int32
GetMonth returns the Month field if non-nil, zero value otherwise.
GetMonthOk
func (o *DstTimeOpenApiDTO) 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.
SetMonth
func (o *DstTimeOpenApiDTO) SetMonth(v int32)
SetMonth sets Month field to given value.
GetSerial
func (o *DstTimeOpenApiDTO) GetSerial() int32
GetSerial returns the Serial field if non-nil, zero value otherwise.
GetSerialOk
func (o *DstTimeOpenApiDTO) GetSerialOk() (*int32, bool)
GetSerialOk returns a tuple with the Serial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSerial
func (o *DstTimeOpenApiDTO) SetSerial(v int32)
SetSerial sets Serial field to given value.