| Name | Type | Description | Notes |
|---|---|---|---|
| CellId | Pointer to int32 | [optional] | |
| Lac | Pointer to int32 | [optional] | |
| Mcc | Pointer to int32 | [optional] | |
| Mnc | Pointer to int32 | [optional] |
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
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
func (o *DeviceTowerInfo) GetCellId() int32
GetCellId returns the CellId field if non-nil, zero value otherwise.
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.
func (o *DeviceTowerInfo) SetCellId(v int32)
SetCellId sets CellId field to given value.
func (o *DeviceTowerInfo) HasCellId() bool
HasCellId returns a boolean if a field has been set.
func (o *DeviceTowerInfo) GetLac() int32
GetLac returns the Lac field if non-nil, zero value otherwise.
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.
func (o *DeviceTowerInfo) SetLac(v int32)
SetLac sets Lac field to given value.
func (o *DeviceTowerInfo) HasLac() bool
HasLac returns a boolean if a field has been set.
func (o *DeviceTowerInfo) GetMcc() int32
GetMcc returns the Mcc field if non-nil, zero value otherwise.
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.
func (o *DeviceTowerInfo) SetMcc(v int32)
SetMcc sets Mcc field to given value.
func (o *DeviceTowerInfo) HasMcc() bool
HasMcc returns a boolean if a field has been set.
func (o *DeviceTowerInfo) GetMnc() int32
GetMnc returns the Mnc field if non-nil, zero value otherwise.
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.
func (o *DeviceTowerInfo) SetMnc(v int32)
SetMnc sets Mnc field to given value.
func (o *DeviceTowerInfo) HasMnc() bool
HasMnc returns a boolean if a field has been set.