Skip to content

Latest commit

 

History

History
576 lines (311 loc) · 13.5 KB

File metadata and controls

576 lines (311 loc) · 13.5 KB

User

Properties

Name Type Description Notes
Username Pointer to string [optional]
FullName Pointer to string [optional]
FirstName Pointer to string [optional]
LastName Pointer to string [optional]
Email Pointer to string [optional]
Suspended Pointer to bool [optional]
Address Pointer to string [optional]
PhoneNumber Pointer to string [optional]
Position Pointer to string [optional]
ChangeDate Pointer to int32 [optional]
ChangedBy Pointer to string [optional]
CreationDate Pointer to int32 [optional]
CreatedBy Pointer to string [optional]
ExternalId Pointer to string [optional]
EmailSubscription Pointer to bool [optional]
Version Pointer to string [optional]
Role Pointer to int32 [optional]
LastLoginDate Pointer to int32 [optional]
Deleted Pointer to string [optional]
Uid Pointer to int32 [optional]
UserId Pointer to string [optional]

Methods

NewUser

func NewUser() *User

NewUser instantiates a new User 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

NewUserWithDefaults

func NewUserWithDefaults() *User

NewUserWithDefaults instantiates a new User 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 *User) GetUsername() string

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

GetUsernameOk

func (o *User) 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 *User) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *User) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetFullName

func (o *User) GetFullName() string

GetFullName returns the FullName field if non-nil, zero value otherwise.

GetFullNameOk

func (o *User) GetFullNameOk() (*string, bool)

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

SetFullName

func (o *User) SetFullName(v string)

SetFullName sets FullName field to given value.

HasFullName

func (o *User) HasFullName() bool

HasFullName returns a boolean if a field has been set.

GetFirstName

func (o *User) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

func (o *User) GetFirstNameOk() (*string, bool)

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

SetFirstName

func (o *User) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *User) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetLastName

func (o *User) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

func (o *User) GetLastNameOk() (*string, bool)

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

SetLastName

func (o *User) SetLastName(v string)

SetLastName sets LastName field to given value.

HasLastName

func (o *User) HasLastName() bool

HasLastName returns a boolean if a field has been set.

GetEmail

func (o *User) GetEmail() string

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

GetEmailOk

func (o *User) 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 *User) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *User) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetSuspended

func (o *User) GetSuspended() bool

GetSuspended returns the Suspended field if non-nil, zero value otherwise.

GetSuspendedOk

func (o *User) GetSuspendedOk() (*bool, bool)

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

SetSuspended

func (o *User) SetSuspended(v bool)

SetSuspended sets Suspended field to given value.

HasSuspended

func (o *User) HasSuspended() bool

HasSuspended returns a boolean if a field has been set.

GetAddress

func (o *User) GetAddress() string

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

GetAddressOk

func (o *User) 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 *User) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *User) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetPhoneNumber

func (o *User) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.

GetPhoneNumberOk

func (o *User) GetPhoneNumberOk() (*string, bool)

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

SetPhoneNumber

func (o *User) SetPhoneNumber(v string)

SetPhoneNumber sets PhoneNumber field to given value.

HasPhoneNumber

func (o *User) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

GetPosition

func (o *User) GetPosition() string

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

GetPositionOk

func (o *User) 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 *User) SetPosition(v string)

SetPosition sets Position field to given value.

HasPosition

func (o *User) HasPosition() bool

HasPosition returns a boolean if a field has been set.

GetChangeDate

func (o *User) GetChangeDate() int32

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

GetChangeDateOk

func (o *User) 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 *User) SetChangeDate(v int32)

SetChangeDate sets ChangeDate field to given value.

HasChangeDate

func (o *User) HasChangeDate() bool

HasChangeDate returns a boolean if a field has been set.

GetChangedBy

func (o *User) GetChangedBy() string

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

GetChangedByOk

func (o *User) 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 *User) SetChangedBy(v string)

SetChangedBy sets ChangedBy field to given value.

HasChangedBy

func (o *User) HasChangedBy() bool

HasChangedBy returns a boolean if a field has been set.

GetCreationDate

func (o *User) GetCreationDate() int32

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

GetCreationDateOk

func (o *User) 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 *User) SetCreationDate(v int32)

SetCreationDate sets CreationDate field to given value.

HasCreationDate

func (o *User) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

GetCreatedBy

func (o *User) GetCreatedBy() string

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

GetCreatedByOk

func (o *User) 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 *User) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *User) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetExternalId

func (o *User) GetExternalId() string

GetExternalId returns the ExternalId field if non-nil, zero value otherwise.

GetExternalIdOk

func (o *User) GetExternalIdOk() (*string, bool)

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

SetExternalId

func (o *User) SetExternalId(v string)

SetExternalId sets ExternalId field to given value.

HasExternalId

func (o *User) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

GetEmailSubscription

func (o *User) GetEmailSubscription() bool

GetEmailSubscription returns the EmailSubscription field if non-nil, zero value otherwise.

GetEmailSubscriptionOk

func (o *User) GetEmailSubscriptionOk() (*bool, bool)

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

SetEmailSubscription

func (o *User) SetEmailSubscription(v bool)

SetEmailSubscription sets EmailSubscription field to given value.

HasEmailSubscription

func (o *User) HasEmailSubscription() bool

HasEmailSubscription returns a boolean if a field has been set.

GetVersion

func (o *User) GetVersion() string

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

GetVersionOk

func (o *User) 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 *User) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *User) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetRole

func (o *User) GetRole() int32

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

func (o *User) GetRoleOk() (*int32, bool)

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

SetRole

func (o *User) SetRole(v int32)

SetRole sets Role field to given value.

HasRole

func (o *User) HasRole() bool

HasRole returns a boolean if a field has been set.

GetLastLoginDate

func (o *User) GetLastLoginDate() int32

GetLastLoginDate returns the LastLoginDate field if non-nil, zero value otherwise.

GetLastLoginDateOk

func (o *User) GetLastLoginDateOk() (*int32, bool)

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

SetLastLoginDate

func (o *User) SetLastLoginDate(v int32)

SetLastLoginDate sets LastLoginDate field to given value.

HasLastLoginDate

func (o *User) HasLastLoginDate() bool

HasLastLoginDate returns a boolean if a field has been set.

GetDeleted

func (o *User) GetDeleted() string

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

GetDeletedOk

func (o *User) 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 *User) SetDeleted(v string)

SetDeleted sets Deleted field to given value.

HasDeleted

func (o *User) HasDeleted() bool

HasDeleted returns a boolean if a field has been set.

GetUid

func (o *User) GetUid() int32

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

GetUidOk

func (o *User) 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 *User) SetUid(v int32)

SetUid sets Uid field to given value.

HasUid

func (o *User) HasUid() bool

HasUid returns a boolean if a field has been set.

GetUserId

func (o *User) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *User) GetUserIdOk() (*string, bool)

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

SetUserId

func (o *User) SetUserId(v string)

SetUserId sets UserId field to given value.

HasUserId

func (o *User) HasUserId() bool

HasUserId returns a boolean if a field has been set.

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