Skip to content

DeviceGlobalSearchSummary

Properties

Name Type Description Notes
Site Pointer to string [optional]
Active Pointer to bool [optional]
AddedInAdvance Pointer to bool [optional]
FwDownload Pointer to bool [optional]
Mac Pointer to string [optional]
Model Pointer to string [optional]
ModelVersion Pointer to string [optional]
Name Pointer to string [optional]
NeedUpgrade Pointer to bool [optional]
Status Pointer to int32 [optional]
StatusCategory Pointer to int32 [optional]
Type Pointer to string [optional]

Methods

NewDeviceGlobalSearchSummary

func NewDeviceGlobalSearchSummary() *DeviceGlobalSearchSummary

NewDeviceGlobalSearchSummary instantiates a new DeviceGlobalSearchSummary 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

NewDeviceGlobalSearchSummaryWithDefaults

func NewDeviceGlobalSearchSummaryWithDefaults() *DeviceGlobalSearchSummary

NewDeviceGlobalSearchSummaryWithDefaults instantiates a new DeviceGlobalSearchSummary 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

GetSite

func (o *DeviceGlobalSearchSummary) GetSite() string

GetSite returns the Site field if non-nil, zero value otherwise.

GetSiteOk

func (o *DeviceGlobalSearchSummary) GetSiteOk() (*string, bool)

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

SetSite

func (o *DeviceGlobalSearchSummary) SetSite(v string)

SetSite sets Site field to given value.

HasSite

func (o *DeviceGlobalSearchSummary) HasSite() bool

HasSite returns a boolean if a field has been set.

GetActive

func (o *DeviceGlobalSearchSummary) GetActive() bool

GetActive returns the Active field if non-nil, zero value otherwise.

GetActiveOk

func (o *DeviceGlobalSearchSummary) GetActiveOk() (*bool, bool)

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

SetActive

func (o *DeviceGlobalSearchSummary) SetActive(v bool)

SetActive sets Active field to given value.

HasActive

func (o *DeviceGlobalSearchSummary) HasActive() bool

HasActive returns a boolean if a field has been set.

GetAddedInAdvance

func (o *DeviceGlobalSearchSummary) GetAddedInAdvance() bool

GetAddedInAdvance returns the AddedInAdvance field if non-nil, zero value otherwise.

GetAddedInAdvanceOk

func (o *DeviceGlobalSearchSummary) GetAddedInAdvanceOk() (*bool, bool)

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

SetAddedInAdvance

func (o *DeviceGlobalSearchSummary) SetAddedInAdvance(v bool)

SetAddedInAdvance sets AddedInAdvance field to given value.

HasAddedInAdvance

func (o *DeviceGlobalSearchSummary) HasAddedInAdvance() bool

HasAddedInAdvance returns a boolean if a field has been set.

GetFwDownload

func (o *DeviceGlobalSearchSummary) GetFwDownload() bool

GetFwDownload returns the FwDownload field if non-nil, zero value otherwise.

GetFwDownloadOk

func (o *DeviceGlobalSearchSummary) GetFwDownloadOk() (*bool, bool)

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

SetFwDownload

func (o *DeviceGlobalSearchSummary) SetFwDownload(v bool)

SetFwDownload sets FwDownload field to given value.

HasFwDownload

func (o *DeviceGlobalSearchSummary) HasFwDownload() bool

HasFwDownload returns a boolean if a field has been set.

GetMac

func (o *DeviceGlobalSearchSummary) GetMac() string

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

GetMacOk

func (o *DeviceGlobalSearchSummary) 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 *DeviceGlobalSearchSummary) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *DeviceGlobalSearchSummary) HasMac() bool

HasMac returns a boolean if a field has been set.

GetModel

func (o *DeviceGlobalSearchSummary) GetModel() string

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

GetModelOk

func (o *DeviceGlobalSearchSummary) 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 *DeviceGlobalSearchSummary) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *DeviceGlobalSearchSummary) HasModel() bool

HasModel returns a boolean if a field has been set.

GetModelVersion

func (o *DeviceGlobalSearchSummary) GetModelVersion() string

GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.

GetModelVersionOk

func (o *DeviceGlobalSearchSummary) GetModelVersionOk() (*string, bool)

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

SetModelVersion

func (o *DeviceGlobalSearchSummary) SetModelVersion(v string)

SetModelVersion sets ModelVersion field to given value.

HasModelVersion

func (o *DeviceGlobalSearchSummary) HasModelVersion() bool

HasModelVersion returns a boolean if a field has been set.

GetName

func (o *DeviceGlobalSearchSummary) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *DeviceGlobalSearchSummary) 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 *DeviceGlobalSearchSummary) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *DeviceGlobalSearchSummary) HasName() bool

HasName returns a boolean if a field has been set.

GetNeedUpgrade

func (o *DeviceGlobalSearchSummary) GetNeedUpgrade() bool

GetNeedUpgrade returns the NeedUpgrade field if non-nil, zero value otherwise.

GetNeedUpgradeOk

func (o *DeviceGlobalSearchSummary) GetNeedUpgradeOk() (*bool, bool)

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

SetNeedUpgrade

func (o *DeviceGlobalSearchSummary) SetNeedUpgrade(v bool)

SetNeedUpgrade sets NeedUpgrade field to given value.

HasNeedUpgrade

func (o *DeviceGlobalSearchSummary) HasNeedUpgrade() bool

HasNeedUpgrade returns a boolean if a field has been set.

GetStatus

func (o *DeviceGlobalSearchSummary) GetStatus() int32

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *DeviceGlobalSearchSummary) 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 *DeviceGlobalSearchSummary) SetStatus(v int32)

SetStatus sets Status field to given value.

HasStatus

func (o *DeviceGlobalSearchSummary) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetStatusCategory

func (o *DeviceGlobalSearchSummary) GetStatusCategory() int32

GetStatusCategory returns the StatusCategory field if non-nil, zero value otherwise.

GetStatusCategoryOk

func (o *DeviceGlobalSearchSummary) GetStatusCategoryOk() (*int32, bool)

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

SetStatusCategory

func (o *DeviceGlobalSearchSummary) SetStatusCategory(v int32)

SetStatusCategory sets StatusCategory field to given value.

HasStatusCategory

func (o *DeviceGlobalSearchSummary) HasStatusCategory() bool

HasStatusCategory returns a boolean if a field has been set.

GetType

func (o *DeviceGlobalSearchSummary) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *DeviceGlobalSearchSummary) GetTypeOk() (*string, bool)

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

SetType

func (o *DeviceGlobalSearchSummary) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *DeviceGlobalSearchSummary) HasType() bool

HasType returns a boolean if a field has been set.

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