ApLocationConfigOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Latitude | Pointer to float64 | the latitude of ap location info | [optional] |
| Longitude | Pointer to float64 | the longitude of ap location info | [optional] |
Methods
NewApLocationConfigOpenApiVO
func NewApLocationConfigOpenApiVO() *ApLocationConfigOpenApiVO
NewApLocationConfigOpenApiVO instantiates a new ApLocationConfigOpenApiVO 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
NewApLocationConfigOpenApiVOWithDefaults
func NewApLocationConfigOpenApiVOWithDefaults() *ApLocationConfigOpenApiVO
NewApLocationConfigOpenApiVOWithDefaults instantiates a new ApLocationConfigOpenApiVO 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
GetLatitude
func (o *ApLocationConfigOpenApiVO) GetLatitude() float64
GetLatitude returns the Latitude field if non-nil, zero value otherwise.
GetLatitudeOk
func (o *ApLocationConfigOpenApiVO) 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 *ApLocationConfigOpenApiVO) SetLatitude(v float64)
SetLatitude sets Latitude field to given value.
HasLatitude
func (o *ApLocationConfigOpenApiVO) HasLatitude() bool
HasLatitude returns a boolean if a field has been set.
GetLongitude
func (o *ApLocationConfigOpenApiVO) GetLongitude() float64
GetLongitude returns the Longitude field if non-nil, zero value otherwise.
GetLongitudeOk
func (o *ApLocationConfigOpenApiVO) 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 *ApLocationConfigOpenApiVO) SetLongitude(v float64)
SetLongitude sets Longitude field to given value.
HasLongitude
func (o *ApLocationConfigOpenApiVO) HasLongitude() bool
HasLongitude returns a boolean if a field has been set.