Name | Type | Description | Notes |
---|---|---|---|
Flags | Pointer to []string | [optional] | |
Minute | Pointer to string | [optional] | |
Hour | Pointer to string | [optional] | |
DayOfMonth | Pointer to string | [optional] | |
Month | Pointer to string | [optional] | |
DayOfWeek | Pointer to string | [optional] | |
Specification | Pointer to string | [optional] | |
Command | Pointer to string | [optional] | |
Line | Pointer to V0041JobDescMsgCrontabLine | [optional] |
func NewV0039CronEntry() *V0039CronEntry
NewV0039CronEntry instantiates a new V0039CronEntry 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 NewV0039CronEntryWithDefaults() *V0039CronEntry
NewV0039CronEntryWithDefaults instantiates a new V0039CronEntry 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 *V0039CronEntry) GetFlags() []string
GetFlags returns the Flags field if non-nil, zero value otherwise.
func (o *V0039CronEntry) GetFlagsOk() (*[]string, bool)
GetFlagsOk returns a tuple with the Flags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039CronEntry) SetFlags(v []string)
SetFlags sets Flags field to given value.
func (o *V0039CronEntry) HasFlags() bool
HasFlags returns a boolean if a field has been set.
func (o *V0039CronEntry) GetMinute() string
GetMinute returns the Minute field if non-nil, zero value otherwise.
func (o *V0039CronEntry) GetMinuteOk() (*string, 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 *V0039CronEntry) SetMinute(v string)
SetMinute sets Minute field to given value.
func (o *V0039CronEntry) HasMinute() bool
HasMinute returns a boolean if a field has been set.
func (o *V0039CronEntry) GetHour() string
GetHour returns the Hour field if non-nil, zero value otherwise.
func (o *V0039CronEntry) GetHourOk() (*string, 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 *V0039CronEntry) SetHour(v string)
SetHour sets Hour field to given value.
func (o *V0039CronEntry) HasHour() bool
HasHour returns a boolean if a field has been set.
func (o *V0039CronEntry) GetDayOfMonth() string
GetDayOfMonth returns the DayOfMonth field if non-nil, zero value otherwise.
func (o *V0039CronEntry) GetDayOfMonthOk() (*string, 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.
func (o *V0039CronEntry) SetDayOfMonth(v string)
SetDayOfMonth sets DayOfMonth field to given value.
func (o *V0039CronEntry) HasDayOfMonth() bool
HasDayOfMonth returns a boolean if a field has been set.
func (o *V0039CronEntry) GetMonth() string
GetMonth returns the Month field if non-nil, zero value otherwise.
func (o *V0039CronEntry) GetMonthOk() (*string, 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 *V0039CronEntry) SetMonth(v string)
SetMonth sets Month field to given value.
func (o *V0039CronEntry) HasMonth() bool
HasMonth returns a boolean if a field has been set.
func (o *V0039CronEntry) GetDayOfWeek() string
GetDayOfWeek returns the DayOfWeek field if non-nil, zero value otherwise.
func (o *V0039CronEntry) GetDayOfWeekOk() (*string, 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.
func (o *V0039CronEntry) SetDayOfWeek(v string)
SetDayOfWeek sets DayOfWeek field to given value.
func (o *V0039CronEntry) HasDayOfWeek() bool
HasDayOfWeek returns a boolean if a field has been set.
func (o *V0039CronEntry) GetSpecification() string
GetSpecification returns the Specification field if non-nil, zero value otherwise.
func (o *V0039CronEntry) GetSpecificationOk() (*string, bool)
GetSpecificationOk returns a tuple with the Specification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039CronEntry) SetSpecification(v string)
SetSpecification sets Specification field to given value.
func (o *V0039CronEntry) HasSpecification() bool
HasSpecification returns a boolean if a field has been set.
func (o *V0039CronEntry) GetCommand() string
GetCommand returns the Command field if non-nil, zero value otherwise.
func (o *V0039CronEntry) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039CronEntry) SetCommand(v string)
SetCommand sets Command field to given value.
func (o *V0039CronEntry) HasCommand() bool
HasCommand returns a boolean if a field has been set.
func (o *V0039CronEntry) GetLine() V0041JobDescMsgCrontabLine
GetLine returns the Line field if non-nil, zero value otherwise.
func (o *V0039CronEntry) GetLineOk() (*V0041JobDescMsgCrontabLine, bool)
GetLineOk returns a tuple with the Line field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039CronEntry) SetLine(v V0041JobDescMsgCrontabLine)
SetLine sets Line field to given value.
func (o *V0039CronEntry) HasLine() bool
HasLine returns a boolean if a field has been set.