RebootScheduleQueryOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceMacs | []string | MAC address of the selected devices. | |
| Id | Pointer to string | Reboot Schedule ID. | [optional] |
| Name | string | Reboot Schedule name should contain 1 to 128 characters. | |
| NextExecute | Pointer to int64 | Reboot Schedule next execution timestamp(ms). | [optional] |
| Status | bool | Reboot Schedule status. | |
| Time | RebootScheduleTimeOpenApiVO |
Methods
NewRebootScheduleQueryOpenApiVO
func NewRebootScheduleQueryOpenApiVO(deviceMacs []string, name string, status bool, time RebootScheduleTimeOpenApiVO, ) *RebootScheduleQueryOpenApiVO
NewRebootScheduleQueryOpenApiVO instantiates a new RebootScheduleQueryOpenApiVO 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
NewRebootScheduleQueryOpenApiVOWithDefaults
func NewRebootScheduleQueryOpenApiVOWithDefaults() *RebootScheduleQueryOpenApiVO
NewRebootScheduleQueryOpenApiVOWithDefaults instantiates a new RebootScheduleQueryOpenApiVO 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
GetDeviceMacs
func (o *RebootScheduleQueryOpenApiVO) GetDeviceMacs() []string
GetDeviceMacs returns the DeviceMacs field if non-nil, zero value otherwise.
GetDeviceMacsOk
func (o *RebootScheduleQueryOpenApiVO) GetDeviceMacsOk() (*[]string, bool)
GetDeviceMacsOk returns a tuple with the DeviceMacs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceMacs
func (o *RebootScheduleQueryOpenApiVO) SetDeviceMacs(v []string)
SetDeviceMacs sets DeviceMacs field to given value.
GetId
func (o *RebootScheduleQueryOpenApiVO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *RebootScheduleQueryOpenApiVO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *RebootScheduleQueryOpenApiVO) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *RebootScheduleQueryOpenApiVO) HasId() bool
HasId returns a boolean if a field has been set.
GetName
func (o *RebootScheduleQueryOpenApiVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *RebootScheduleQueryOpenApiVO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *RebootScheduleQueryOpenApiVO) SetName(v string)
SetName sets Name field to given value.
GetNextExecute
func (o *RebootScheduleQueryOpenApiVO) GetNextExecute() int64
GetNextExecute returns the NextExecute field if non-nil, zero value otherwise.
GetNextExecuteOk
func (o *RebootScheduleQueryOpenApiVO) GetNextExecuteOk() (*int64, bool)
GetNextExecuteOk returns a tuple with the NextExecute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNextExecute
func (o *RebootScheduleQueryOpenApiVO) SetNextExecute(v int64)
SetNextExecute sets NextExecute field to given value.
HasNextExecute
func (o *RebootScheduleQueryOpenApiVO) HasNextExecute() bool
HasNextExecute returns a boolean if a field has been set.
GetStatus
func (o *RebootScheduleQueryOpenApiVO) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *RebootScheduleQueryOpenApiVO) GetStatusOk() (*bool, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStatus
func (o *RebootScheduleQueryOpenApiVO) SetStatus(v bool)
SetStatus sets Status field to given value.
GetTime
func (o *RebootScheduleQueryOpenApiVO) GetTime() RebootScheduleTimeOpenApiVO
GetTime returns the Time field if non-nil, zero value otherwise.
GetTimeOk
func (o *RebootScheduleQueryOpenApiVO) GetTimeOk() (*RebootScheduleTimeOpenApiVO, bool)
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTime
func (o *RebootScheduleQueryOpenApiVO) SetTime(v RebootScheduleTimeOpenApiVO)
SetTime sets Time field to given value.