Skip to content

Latest commit

 

History

History
131 lines (73 loc) · 3.33 KB

File metadata and controls

131 lines (73 loc) · 3.33 KB

DeviceTowerInfo

Properties

Name Type Description Notes
CellId Pointer to int32 [optional]
Lac Pointer to int32 [optional]
Mcc Pointer to int32 [optional]
Mnc Pointer to int32 [optional]

Methods

NewDeviceTowerInfo

func NewDeviceTowerInfo() *DeviceTowerInfo

NewDeviceTowerInfo instantiates a new DeviceTowerInfo 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

NewDeviceTowerInfoWithDefaults

func NewDeviceTowerInfoWithDefaults() *DeviceTowerInfo

NewDeviceTowerInfoWithDefaults instantiates a new DeviceTowerInfo 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

GetCellId

func (o *DeviceTowerInfo) GetCellId() int32

GetCellId returns the CellId field if non-nil, zero value otherwise.

GetCellIdOk

func (o *DeviceTowerInfo) GetCellIdOk() (*int32, bool)

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

SetCellId

func (o *DeviceTowerInfo) SetCellId(v int32)

SetCellId sets CellId field to given value.

HasCellId

func (o *DeviceTowerInfo) HasCellId() bool

HasCellId returns a boolean if a field has been set.

GetLac

func (o *DeviceTowerInfo) GetLac() int32

GetLac returns the Lac field if non-nil, zero value otherwise.

GetLacOk

func (o *DeviceTowerInfo) GetLacOk() (*int32, bool)

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

SetLac

func (o *DeviceTowerInfo) SetLac(v int32)

SetLac sets Lac field to given value.

HasLac

func (o *DeviceTowerInfo) HasLac() bool

HasLac returns a boolean if a field has been set.

GetMcc

func (o *DeviceTowerInfo) GetMcc() int32

GetMcc returns the Mcc field if non-nil, zero value otherwise.

GetMccOk

func (o *DeviceTowerInfo) GetMccOk() (*int32, bool)

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

SetMcc

func (o *DeviceTowerInfo) SetMcc(v int32)

SetMcc sets Mcc field to given value.

HasMcc

func (o *DeviceTowerInfo) HasMcc() bool

HasMcc returns a boolean if a field has been set.

GetMnc

func (o *DeviceTowerInfo) GetMnc() int32

GetMnc returns the Mnc field if non-nil, zero value otherwise.

GetMncOk

func (o *DeviceTowerInfo) GetMncOk() (*int32, bool)

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

SetMnc

func (o *DeviceTowerInfo) SetMnc(v int32)

SetMnc sets Mnc field to given value.

HasMnc

func (o *DeviceTowerInfo) HasMnc() bool

HasMnc returns a boolean if a field has been set.

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