Skip to content

SwitchRebootTimesVO

Properties

Name Type Description Notes
FifthSwitch Pointer to NameRebootVO [optional]
FirstSwitch Pointer to NameRebootVO [optional]
FourthSwitch Pointer to NameRebootVO [optional]
OtherSwitch Pointer to NameRebootVO [optional]
SecondSwitch Pointer to NameRebootVO [optional]
ThirdSwitch Pointer to NameRebootVO [optional]
TotalSwitchTimes Pointer to int32 Switch total reboot times [optional]

Methods

NewSwitchRebootTimesVO

func NewSwitchRebootTimesVO() *SwitchRebootTimesVO

NewSwitchRebootTimesVO instantiates a new SwitchRebootTimesVO 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

NewSwitchRebootTimesVOWithDefaults

func NewSwitchRebootTimesVOWithDefaults() *SwitchRebootTimesVO

NewSwitchRebootTimesVOWithDefaults instantiates a new SwitchRebootTimesVO 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

GetFifthSwitch

func (o *SwitchRebootTimesVO) GetFifthSwitch() NameRebootVO

GetFifthSwitch returns the FifthSwitch field if non-nil, zero value otherwise.

GetFifthSwitchOk

func (o *SwitchRebootTimesVO) GetFifthSwitchOk() (*NameRebootVO, bool)

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

SetFifthSwitch

func (o *SwitchRebootTimesVO) SetFifthSwitch(v NameRebootVO)

SetFifthSwitch sets FifthSwitch field to given value.

HasFifthSwitch

func (o *SwitchRebootTimesVO) HasFifthSwitch() bool

HasFifthSwitch returns a boolean if a field has been set.

GetFirstSwitch

func (o *SwitchRebootTimesVO) GetFirstSwitch() NameRebootVO

GetFirstSwitch returns the FirstSwitch field if non-nil, zero value otherwise.

GetFirstSwitchOk

func (o *SwitchRebootTimesVO) GetFirstSwitchOk() (*NameRebootVO, bool)

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

SetFirstSwitch

func (o *SwitchRebootTimesVO) SetFirstSwitch(v NameRebootVO)

SetFirstSwitch sets FirstSwitch field to given value.

HasFirstSwitch

func (o *SwitchRebootTimesVO) HasFirstSwitch() bool

HasFirstSwitch returns a boolean if a field has been set.

GetFourthSwitch

func (o *SwitchRebootTimesVO) GetFourthSwitch() NameRebootVO

GetFourthSwitch returns the FourthSwitch field if non-nil, zero value otherwise.

GetFourthSwitchOk

func (o *SwitchRebootTimesVO) GetFourthSwitchOk() (*NameRebootVO, bool)

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

SetFourthSwitch

func (o *SwitchRebootTimesVO) SetFourthSwitch(v NameRebootVO)

SetFourthSwitch sets FourthSwitch field to given value.

HasFourthSwitch

func (o *SwitchRebootTimesVO) HasFourthSwitch() bool

HasFourthSwitch returns a boolean if a field has been set.

GetOtherSwitch

func (o *SwitchRebootTimesVO) GetOtherSwitch() NameRebootVO

GetOtherSwitch returns the OtherSwitch field if non-nil, zero value otherwise.

GetOtherSwitchOk

func (o *SwitchRebootTimesVO) GetOtherSwitchOk() (*NameRebootVO, bool)

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

SetOtherSwitch

func (o *SwitchRebootTimesVO) SetOtherSwitch(v NameRebootVO)

SetOtherSwitch sets OtherSwitch field to given value.

HasOtherSwitch

func (o *SwitchRebootTimesVO) HasOtherSwitch() bool

HasOtherSwitch returns a boolean if a field has been set.

GetSecondSwitch

func (o *SwitchRebootTimesVO) GetSecondSwitch() NameRebootVO

GetSecondSwitch returns the SecondSwitch field if non-nil, zero value otherwise.

GetSecondSwitchOk

func (o *SwitchRebootTimesVO) GetSecondSwitchOk() (*NameRebootVO, bool)

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

SetSecondSwitch

func (o *SwitchRebootTimesVO) SetSecondSwitch(v NameRebootVO)

SetSecondSwitch sets SecondSwitch field to given value.

HasSecondSwitch

func (o *SwitchRebootTimesVO) HasSecondSwitch() bool

HasSecondSwitch returns a boolean if a field has been set.

GetThirdSwitch

func (o *SwitchRebootTimesVO) GetThirdSwitch() NameRebootVO

GetThirdSwitch returns the ThirdSwitch field if non-nil, zero value otherwise.

GetThirdSwitchOk

func (o *SwitchRebootTimesVO) GetThirdSwitchOk() (*NameRebootVO, bool)

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

SetThirdSwitch

func (o *SwitchRebootTimesVO) SetThirdSwitch(v NameRebootVO)

SetThirdSwitch sets ThirdSwitch field to given value.

HasThirdSwitch

func (o *SwitchRebootTimesVO) HasThirdSwitch() bool

HasThirdSwitch returns a boolean if a field has been set.

GetTotalSwitchTimes

func (o *SwitchRebootTimesVO) GetTotalSwitchTimes() int32

GetTotalSwitchTimes returns the TotalSwitchTimes field if non-nil, zero value otherwise.

GetTotalSwitchTimesOk

func (o *SwitchRebootTimesVO) GetTotalSwitchTimesOk() (*int32, bool)

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

SetTotalSwitchTimes

func (o *SwitchRebootTimesVO) SetTotalSwitchTimes(v int32)

SetTotalSwitchTimes sets TotalSwitchTimes field to given value.

HasTotalSwitchTimes

func (o *SwitchRebootTimesVO) HasTotalSwitchTimes() bool

HasTotalSwitchTimes returns a boolean if a field has been set.

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