Skip to content

Latest commit

 

History

History
240 lines (127 loc) · 6.18 KB

LocationInformation.md

File metadata and controls

240 lines (127 loc) · 6.18 KB

LocationInformation

Properties

Name Type Description Notes
Username string
Realname string
Phone string
Email string
Room string
Position string
DepartmentId int64
BuildingId int64
Id int64
VersionLock int64

Methods

NewLocationInformation

func NewLocationInformation(username string, realname string, phone string, email string, room string, position string, departmentId int64, buildingId int64, id int64, versionLock int64, ) *LocationInformation

NewLocationInformation instantiates a new LocationInformation 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

NewLocationInformationWithDefaults

func NewLocationInformationWithDefaults() *LocationInformation

NewLocationInformationWithDefaults instantiates a new LocationInformation 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

GetUsername

func (o *LocationInformation) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *LocationInformation) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *LocationInformation) SetUsername(v string)

SetUsername sets Username field to given value.

GetRealname

func (o *LocationInformation) GetRealname() string

GetRealname returns the Realname field if non-nil, zero value otherwise.

GetRealnameOk

func (o *LocationInformation) GetRealnameOk() (*string, bool)

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

SetRealname

func (o *LocationInformation) SetRealname(v string)

SetRealname sets Realname field to given value.

GetPhone

func (o *LocationInformation) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

func (o *LocationInformation) GetPhoneOk() (*string, bool)

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

SetPhone

func (o *LocationInformation) SetPhone(v string)

SetPhone sets Phone field to given value.

GetEmail

func (o *LocationInformation) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *LocationInformation) GetEmailOk() (*string, bool)

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

SetEmail

func (o *LocationInformation) SetEmail(v string)

SetEmail sets Email field to given value.

GetRoom

func (o *LocationInformation) GetRoom() string

GetRoom returns the Room field if non-nil, zero value otherwise.

GetRoomOk

func (o *LocationInformation) GetRoomOk() (*string, bool)

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

SetRoom

func (o *LocationInformation) SetRoom(v string)

SetRoom sets Room field to given value.

GetPosition

func (o *LocationInformation) GetPosition() string

GetPosition returns the Position field if non-nil, zero value otherwise.

GetPositionOk

func (o *LocationInformation) GetPositionOk() (*string, bool)

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

SetPosition

func (o *LocationInformation) SetPosition(v string)

SetPosition sets Position field to given value.

GetDepartmentId

func (o *LocationInformation) GetDepartmentId() int64

GetDepartmentId returns the DepartmentId field if non-nil, zero value otherwise.

GetDepartmentIdOk

func (o *LocationInformation) GetDepartmentIdOk() (*int64, bool)

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

SetDepartmentId

func (o *LocationInformation) SetDepartmentId(v int64)

SetDepartmentId sets DepartmentId field to given value.

GetBuildingId

func (o *LocationInformation) GetBuildingId() int64

GetBuildingId returns the BuildingId field if non-nil, zero value otherwise.

GetBuildingIdOk

func (o *LocationInformation) GetBuildingIdOk() (*int64, bool)

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

SetBuildingId

func (o *LocationInformation) SetBuildingId(v int64)

SetBuildingId sets BuildingId field to given value.

GetId

func (o *LocationInformation) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *LocationInformation) GetIdOk() (*int64, bool)

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

SetId

func (o *LocationInformation) SetId(v int64)

SetId sets Id field to given value.

GetVersionLock

func (o *LocationInformation) GetVersionLock() int64

GetVersionLock returns the VersionLock field if non-nil, zero value otherwise.

GetVersionLockOk

func (o *LocationInformation) GetVersionLockOk() (*int64, bool)

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

SetVersionLock

func (o *LocationInformation) SetVersionLock(v int64)

SetVersionLock sets VersionLock field to given value.

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