Skip to content

Latest commit

 

History

History
316 lines (171 loc) · 7.62 KB

Location.md

File metadata and controls

316 lines (171 loc) · 7.62 KB

Location

Properties

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]

Methods

NewLocation

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

NewLocationWithDefaults

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

GetLocationId

func (o *Location) GetLocationId() string

GetLocationId returns the LocationId field if non-nil, zero value otherwise.

GetLocationIdOk

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.

SetLocationId

func (o *Location) SetLocationId(v string)

SetLocationId sets LocationId field to given value.

HasLocationId

func (o *Location) HasLocationId() bool

HasLocationId returns a boolean if a field has been set.

GetName

func (o *Location) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *Location) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Location) HasName() bool

HasName returns a boolean if a field has been set.

GetLatitude

func (o *Location) GetLatitude() float32

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

GetLatitudeOk

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.

SetLatitude

func (o *Location) SetLatitude(v float32)

SetLatitude sets Latitude field to given value.

HasLatitude

func (o *Location) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

GetLongitude

func (o *Location) GetLongitude() float32

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

GetLongitudeOk

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.

SetLongitude

func (o *Location) SetLongitude(v float32)

SetLongitude sets Longitude field to given value.

HasLongitude

func (o *Location) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

GetChangeDate

func (o *Location) GetChangeDate() int32

GetChangeDate returns the ChangeDate field if non-nil, zero value otherwise.

GetChangeDateOk

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.

SetChangeDate

func (o *Location) SetChangeDate(v int32)

SetChangeDate sets ChangeDate field to given value.

HasChangeDate

func (o *Location) HasChangeDate() bool

HasChangeDate returns a boolean if a field has been set.

GetChangedBy

func (o *Location) GetChangedBy() string

GetChangedBy returns the ChangedBy field if non-nil, zero value otherwise.

GetChangedByOk

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.

SetChangedBy

func (o *Location) SetChangedBy(v string)

SetChangedBy sets ChangedBy field to given value.

HasChangedBy

func (o *Location) HasChangedBy() bool

HasChangedBy returns a boolean if a field has been set.

GetCreationDate

func (o *Location) GetCreationDate() int32

GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.

GetCreationDateOk

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.

SetCreationDate

func (o *Location) SetCreationDate(v int32)

SetCreationDate sets CreationDate field to given value.

HasCreationDate

func (o *Location) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

GetCreatedBy

func (o *Location) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *Location) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *Location) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetVersion

func (o *Location) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *Location) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *Location) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetDeleted

func (o *Location) GetDeleted() string

GetDeleted returns the Deleted field if non-nil, zero value otherwise.

GetDeletedOk

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.

SetDeleted

func (o *Location) SetDeleted(v string)

SetDeleted sets Deleted field to given value.

HasDeleted

func (o *Location) HasDeleted() bool

HasDeleted returns a boolean if a field has been set.

GetUid

func (o *Location) GetUid() int32

GetUid returns the Uid field if non-nil, zero value otherwise.

GetUidOk

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.

SetUid

func (o *Location) SetUid(v int32)

SetUid sets Uid field to given value.

HasUid

func (o *Location) HasUid() bool

HasUid returns a boolean if a field has been set.

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