Skip to content

EasyManageOverviewInfo

Properties

Name Type Description Notes
FirmwareVersion Pointer to string Firmware Version e.g:2.5.0 Build 20190118 Rel. 64821 [optional]
HwVersion Pointer to string Hardware Version [optional]
Ip Pointer to string Switch IP address [optional]
Mac Pointer to string Switch MAC address [optional]
Model Pointer to string Model [optional]
PortList Pointer to []PortInfo Port List [optional]
Uptime Pointer to string Uptime [optional]
Version Pointer to string Firmware Version e.g:2.5.0 [optional]

Methods

NewEasyManageOverviewInfo

func NewEasyManageOverviewInfo() *EasyManageOverviewInfo

NewEasyManageOverviewInfo instantiates a new EasyManageOverviewInfo 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

NewEasyManageOverviewInfoWithDefaults

func NewEasyManageOverviewInfoWithDefaults() *EasyManageOverviewInfo

NewEasyManageOverviewInfoWithDefaults instantiates a new EasyManageOverviewInfo 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

GetFirmwareVersion

func (o *EasyManageOverviewInfo) GetFirmwareVersion() string

GetFirmwareVersion returns the FirmwareVersion field if non-nil, zero value otherwise.

GetFirmwareVersionOk

func (o *EasyManageOverviewInfo) GetFirmwareVersionOk() (*string, bool)

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

SetFirmwareVersion

func (o *EasyManageOverviewInfo) SetFirmwareVersion(v string)

SetFirmwareVersion sets FirmwareVersion field to given value.

HasFirmwareVersion

func (o *EasyManageOverviewInfo) HasFirmwareVersion() bool

HasFirmwareVersion returns a boolean if a field has been set.

GetHwVersion

func (o *EasyManageOverviewInfo) GetHwVersion() string

GetHwVersion returns the HwVersion field if non-nil, zero value otherwise.

GetHwVersionOk

func (o *EasyManageOverviewInfo) GetHwVersionOk() (*string, bool)

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

SetHwVersion

func (o *EasyManageOverviewInfo) SetHwVersion(v string)

SetHwVersion sets HwVersion field to given value.

HasHwVersion

func (o *EasyManageOverviewInfo) HasHwVersion() bool

HasHwVersion returns a boolean if a field has been set.

GetIp

func (o *EasyManageOverviewInfo) GetIp() string

GetIp returns the Ip field if non-nil, zero value otherwise.

GetIpOk

func (o *EasyManageOverviewInfo) GetIpOk() (*string, bool)

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

SetIp

func (o *EasyManageOverviewInfo) SetIp(v string)

SetIp sets Ip field to given value.

HasIp

func (o *EasyManageOverviewInfo) HasIp() bool

HasIp returns a boolean if a field has been set.

GetMac

func (o *EasyManageOverviewInfo) GetMac() string

GetMac returns the Mac field if non-nil, zero value otherwise.

GetMacOk

func (o *EasyManageOverviewInfo) GetMacOk() (*string, bool)

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

SetMac

func (o *EasyManageOverviewInfo) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *EasyManageOverviewInfo) HasMac() bool

HasMac returns a boolean if a field has been set.

GetModel

func (o *EasyManageOverviewInfo) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *EasyManageOverviewInfo) GetModelOk() (*string, bool)

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

SetModel

func (o *EasyManageOverviewInfo) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *EasyManageOverviewInfo) HasModel() bool

HasModel returns a boolean if a field has been set.

GetPortList

func (o *EasyManageOverviewInfo) GetPortList() []PortInfo

GetPortList returns the PortList field if non-nil, zero value otherwise.

GetPortListOk

func (o *EasyManageOverviewInfo) GetPortListOk() (*[]PortInfo, bool)

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

SetPortList

func (o *EasyManageOverviewInfo) SetPortList(v []PortInfo)

SetPortList sets PortList field to given value.

HasPortList

func (o *EasyManageOverviewInfo) HasPortList() bool

HasPortList returns a boolean if a field has been set.

GetUptime

func (o *EasyManageOverviewInfo) GetUptime() string

GetUptime returns the Uptime field if non-nil, zero value otherwise.

GetUptimeOk

func (o *EasyManageOverviewInfo) GetUptimeOk() (*string, bool)

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

SetUptime

func (o *EasyManageOverviewInfo) SetUptime(v string)

SetUptime sets Uptime field to given value.

HasUptime

func (o *EasyManageOverviewInfo) HasUptime() bool

HasUptime returns a boolean if a field has been set.

GetVersion

func (o *EasyManageOverviewInfo) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *EasyManageOverviewInfo) GetVersionOk() (*string, bool)

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

SetVersion

func (o *EasyManageOverviewInfo) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *EasyManageOverviewInfo) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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