OswPortAlertStatusVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Power | Pointer to string | [optional] | |
| Status | Pointer to int32 | [optional] | |
| Voltage | Pointer to float64 | [optional] |
Methods
NewOswPortAlertStatusVO
func NewOswPortAlertStatusVO() *OswPortAlertStatusVO
NewOswPortAlertStatusVO instantiates a new OswPortAlertStatusVO 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
NewOswPortAlertStatusVOWithDefaults
func NewOswPortAlertStatusVOWithDefaults() *OswPortAlertStatusVO
NewOswPortAlertStatusVOWithDefaults instantiates a new OswPortAlertStatusVO 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
GetPower
func (o *OswPortAlertStatusVO) GetPower() string
GetPower returns the Power field if non-nil, zero value otherwise.
GetPowerOk
func (o *OswPortAlertStatusVO) GetPowerOk() (*string, bool)
GetPowerOk returns a tuple with the Power field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPower
func (o *OswPortAlertStatusVO) SetPower(v string)
SetPower sets Power field to given value.
HasPower
func (o *OswPortAlertStatusVO) HasPower() bool
HasPower returns a boolean if a field has been set.
GetStatus
func (o *OswPortAlertStatusVO) GetStatus() int32
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *OswPortAlertStatusVO) GetStatusOk() (*int32, 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 *OswPortAlertStatusVO) SetStatus(v int32)
SetStatus sets Status field to given value.
HasStatus
func (o *OswPortAlertStatusVO) HasStatus() bool
HasStatus returns a boolean if a field has been set.
GetVoltage
func (o *OswPortAlertStatusVO) GetVoltage() float64
GetVoltage returns the Voltage field if non-nil, zero value otherwise.
GetVoltageOk
func (o *OswPortAlertStatusVO) GetVoltageOk() (*float64, bool)
GetVoltageOk returns a tuple with the Voltage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVoltage
func (o *OswPortAlertStatusVO) SetVoltage(v float64)
SetVoltage sets Voltage field to given value.
HasVoltage
func (o *OswPortAlertStatusVO) HasVoltage() bool
HasVoltage returns a boolean if a field has been set.