Name | Type | Description | Notes |
---|---|---|---|
UserId | Pointer to int32 | The ID of the user associated with this entity. |
func (o *UserEntity) GetUserId() int32
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *UserEntity) GetUserIdOk() (int32, 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.
func (o *UserEntity) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *UserEntity) SetUserId(v int32)
SetUserId gets a reference to the given int32 and assigns it to the UserId field.