Skip to content

SwitchAlertRebootVO

Properties

Name Type Description Notes
SwitchAlert Pointer to SwitchAlertVO [optional]
SwitchRebootTimes Pointer to SwitchRebootTimesVO [optional]

Methods

NewSwitchAlertRebootVO

func NewSwitchAlertRebootVO() *SwitchAlertRebootVO

NewSwitchAlertRebootVO instantiates a new SwitchAlertRebootVO 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

NewSwitchAlertRebootVOWithDefaults

func NewSwitchAlertRebootVOWithDefaults() *SwitchAlertRebootVO

NewSwitchAlertRebootVOWithDefaults instantiates a new SwitchAlertRebootVO 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

GetSwitchAlert

func (o *SwitchAlertRebootVO) GetSwitchAlert() SwitchAlertVO

GetSwitchAlert returns the SwitchAlert field if non-nil, zero value otherwise.

GetSwitchAlertOk

func (o *SwitchAlertRebootVO) GetSwitchAlertOk() (*SwitchAlertVO, bool)

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

SetSwitchAlert

func (o *SwitchAlertRebootVO) SetSwitchAlert(v SwitchAlertVO)

SetSwitchAlert sets SwitchAlert field to given value.

HasSwitchAlert

func (o *SwitchAlertRebootVO) HasSwitchAlert() bool

HasSwitchAlert returns a boolean if a field has been set.

GetSwitchRebootTimes

func (o *SwitchAlertRebootVO) GetSwitchRebootTimes() SwitchRebootTimesVO

GetSwitchRebootTimes returns the SwitchRebootTimes field if non-nil, zero value otherwise.

GetSwitchRebootTimesOk

func (o *SwitchAlertRebootVO) GetSwitchRebootTimesOk() (*SwitchRebootTimesVO, bool)

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

SetSwitchRebootTimes

func (o *SwitchAlertRebootVO) SetSwitchRebootTimes(v SwitchRebootTimesVO)

SetSwitchRebootTimes sets SwitchRebootTimes field to given value.

HasSwitchRebootTimes

func (o *SwitchAlertRebootVO) HasSwitchRebootTimes() bool

HasSwitchRebootTimes returns a boolean if a field has been set.

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