Name | Type | Description | Notes |
---|---|---|---|
Tmgi | Pointer to Tmgi | [optional] | |
Ssm | Pointer to Ssm | [optional] | |
Nid | Pointer to string | This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). | [optional] |
func NewMbsSessionId() *MbsSessionId
NewMbsSessionId instantiates a new MbsSessionId 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
func NewMbsSessionIdWithDefaults() *MbsSessionId
NewMbsSessionIdWithDefaults instantiates a new MbsSessionId 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
func (o *MbsSessionId) GetTmgi() Tmgi
GetTmgi returns the Tmgi field if non-nil, zero value otherwise.
func (o *MbsSessionId) GetTmgiOk() (*Tmgi, bool)
GetTmgiOk returns a tuple with the Tmgi field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MbsSessionId) SetTmgi(v Tmgi)
SetTmgi sets Tmgi field to given value.
func (o *MbsSessionId) HasTmgi() bool
HasTmgi returns a boolean if a field has been set.
func (o *MbsSessionId) GetSsm() Ssm
GetSsm returns the Ssm field if non-nil, zero value otherwise.
func (o *MbsSessionId) GetSsmOk() (*Ssm, bool)
GetSsmOk returns a tuple with the Ssm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MbsSessionId) SetSsm(v Ssm)
SetSsm sets Ssm field to given value.
func (o *MbsSessionId) HasSsm() bool
HasSsm returns a boolean if a field has been set.
func (o *MbsSessionId) GetNid() string
GetNid returns the Nid field if non-nil, zero value otherwise.
func (o *MbsSessionId) GetNidOk() (*string, bool)
GetNidOk returns a tuple with the Nid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MbsSessionId) SetNid(v string)
SetNid sets Nid field to given value.
func (o *MbsSessionId) HasNid() bool
HasNid returns a boolean if a field has been set.