Name | Type | Description | Notes |
---|---|---|---|
SessionId | Pointer to int32 | The globally unique Talon.One ID of the session where this entity was created. |
func (o *ApplicationSessionEntity) GetSessionId() int32
GetSessionId returns the SessionId field if non-nil, zero value otherwise.
func (o *ApplicationSessionEntity) GetSessionIdOk() (int32, bool)
GetSessionIdOk returns a tuple with the SessionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationSessionEntity) HasSessionId() bool
HasSessionId returns a boolean if a field has been set.
func (o *ApplicationSessionEntity) SetSessionId(v int32)
SetSessionId gets a reference to the given int32 and assigns it to the SessionId field.