Name | Type | Description | Notes |
---|---|---|---|
LocationId | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Latitude | Pointer to float32 | [optional] | |
Longitude | Pointer to float32 | [optional] | |
ChangeDate | Pointer to int32 | [optional] | |
ChangedBy | Pointer to string | [optional] | |
CreationDate | Pointer to int32 | [optional] | |
CreatedBy | Pointer to string | [optional] | |
Version | Pointer to string | [optional] | |
Deleted | Pointer to string | [optional] | |
Uid | Pointer to int32 | [optional] |
func NewLocation() *Location
NewLocation instantiates a new Location 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 NewLocationWithDefaults() *Location
NewLocationWithDefaults instantiates a new Location 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 *Location) GetLocationId() string
GetLocationId returns the LocationId field if non-nil, zero value otherwise.
func (o *Location) GetLocationIdOk() (*string, bool)
GetLocationIdOk returns a tuple with the LocationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Location) SetLocationId(v string)
SetLocationId sets LocationId field to given value.
func (o *Location) HasLocationId() bool
HasLocationId returns a boolean if a field has been set.
func (o *Location) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Location) 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.
func (o *Location) SetName(v string)
SetName sets Name field to given value.
func (o *Location) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Location) GetLatitude() float32
GetLatitude returns the Latitude field if non-nil, zero value otherwise.
func (o *Location) GetLatitudeOk() (*float32, 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.
func (o *Location) SetLatitude(v float32)
SetLatitude sets Latitude field to given value.
func (o *Location) HasLatitude() bool
HasLatitude returns a boolean if a field has been set.
func (o *Location) GetLongitude() float32
GetLongitude returns the Longitude field if non-nil, zero value otherwise.
func (o *Location) GetLongitudeOk() (*float32, 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.
func (o *Location) SetLongitude(v float32)
SetLongitude sets Longitude field to given value.
func (o *Location) HasLongitude() bool
HasLongitude returns a boolean if a field has been set.
func (o *Location) GetChangeDate() int32
GetChangeDate returns the ChangeDate field if non-nil, zero value otherwise.
func (o *Location) GetChangeDateOk() (*int32, bool)
GetChangeDateOk returns a tuple with the ChangeDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Location) SetChangeDate(v int32)
SetChangeDate sets ChangeDate field to given value.
func (o *Location) HasChangeDate() bool
HasChangeDate returns a boolean if a field has been set.
func (o *Location) GetChangedBy() string
GetChangedBy returns the ChangedBy field if non-nil, zero value otherwise.
func (o *Location) GetChangedByOk() (*string, bool)
GetChangedByOk returns a tuple with the ChangedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Location) SetChangedBy(v string)
SetChangedBy sets ChangedBy field to given value.
func (o *Location) HasChangedBy() bool
HasChangedBy returns a boolean if a field has been set.
func (o *Location) GetCreationDate() int32
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *Location) GetCreationDateOk() (*int32, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Location) SetCreationDate(v int32)
SetCreationDate sets CreationDate field to given value.
func (o *Location) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *Location) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *Location) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Location) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *Location) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *Location) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *Location) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Location) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *Location) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *Location) GetDeleted() string
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
func (o *Location) GetDeletedOk() (*string, bool)
GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Location) SetDeleted(v string)
SetDeleted sets Deleted field to given value.
func (o *Location) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (o *Location) GetUid() int32
GetUid returns the Uid field if non-nil, zero value otherwise.
func (o *Location) GetUidOk() (*int32, bool)
GetUidOk returns a tuple with the Uid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Location) SetUid(v int32)
SetUid sets Uid field to given value.
func (o *Location) HasUid() bool
HasUid returns a boolean if a field has been set.