Skip to content

DeviceLocationDetailOpenApiVO

Properties

Name Type Description Notes
Address Pointer to string Address of the device. This subsection is deprecated. [optional]
Latitude Pointer to float64 Latitude of the device. This subsection is deprecated. [optional]
Longitude Pointer to float64 Longitude of the device. This subsection is deprecated. [optional]

Methods

NewDeviceLocationDetailOpenApiVO

func NewDeviceLocationDetailOpenApiVO() *DeviceLocationDetailOpenApiVO

NewDeviceLocationDetailOpenApiVO instantiates a new DeviceLocationDetailOpenApiVO 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

NewDeviceLocationDetailOpenApiVOWithDefaults

func NewDeviceLocationDetailOpenApiVOWithDefaults() *DeviceLocationDetailOpenApiVO

NewDeviceLocationDetailOpenApiVOWithDefaults instantiates a new DeviceLocationDetailOpenApiVO 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

GetAddress

func (o *DeviceLocationDetailOpenApiVO) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *DeviceLocationDetailOpenApiVO) GetAddressOk() (*string, bool)

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

SetAddress

func (o *DeviceLocationDetailOpenApiVO) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *DeviceLocationDetailOpenApiVO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetLatitude

func (o *DeviceLocationDetailOpenApiVO) GetLatitude() float64

GetLatitude returns the Latitude field if non-nil, zero value otherwise.

GetLatitudeOk

func (o *DeviceLocationDetailOpenApiVO) GetLatitudeOk() (*float64, bool)

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

SetLatitude

func (o *DeviceLocationDetailOpenApiVO) SetLatitude(v float64)

SetLatitude sets Latitude field to given value.

HasLatitude

func (o *DeviceLocationDetailOpenApiVO) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

GetLongitude

func (o *DeviceLocationDetailOpenApiVO) GetLongitude() float64

GetLongitude returns the Longitude field if non-nil, zero value otherwise.

GetLongitudeOk

func (o *DeviceLocationDetailOpenApiVO) GetLongitudeOk() (*float64, bool)

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

SetLongitude

func (o *DeviceLocationDetailOpenApiVO) SetLongitude(v float64)

SetLongitude sets Longitude field to given value.

HasLongitude

func (o *DeviceLocationDetailOpenApiVO) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

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