OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.UEStateIndication Class Reference

Represents the UEStateIndication type More...

Inherits Sequence.

Public Member Functions

 UEStateIndication ()
 The default constructor. More...
 
 UEStateIndication (int argPti, Oss.Nas5GS1680.UPSIList argUpsiList, Oss.Nas5GS1680.UEPolicyClassmark argUePolicyClassmark)
 Constructs an instance of UEStateIndication with the specified mandatory components. More...
 
 UEStateIndication (int argPti, Oss.Nas5GS1680.UPSIList argUpsiList, Oss.Nas5GS1680.UEPolicyClassmark argUePolicyClassmark, Oss.Nas5GS1680.UEOSId argUeOSId)
 Constructs an instance of UEStateIndication with the specified components. More...
 
override bool Equals (object right)
 Determines whether the specified object is equal to the current object. More...
 
override int GetHashCode ()
 Represents a hash function for a particular type. More...
 
object Copy ()
 Creates a deep copy of this object. More...
 

Properties

int Pti [get, set]
 Field 'pti' (mandatory) The ProcedureTransactionIdentity class defines meaningful names for particular values of the field More...
 
int MessageType [get]
 Field 'messageType' (mandatory, readonly) The UEPolicyDeliveryServiceMessageType class defines meaningful names for particular values of the field More...
 
Oss.Nas5GS1680.UPSIList UpsiList [get, set]
 Field 'upsiList' (mandatory) More...
 
Oss.Nas5GS1680.UEPolicyClassmark UePolicyClassmark [get, set]
 Field 'uePolicyClassmark' (mandatory) More...
 
Oss.Nas5GS1680.UEOSId UeOSId [get, set]
 Field 'ueOSId' (optional) More...
 

Detailed Description

Represents the UEStateIndication type

Constructor & Destructor Documentation

◆ UEStateIndication() [1/3]

Oss.Nas5GS1680.UEStateIndication.UEStateIndication ( )
inline

The default constructor.

◆ UEStateIndication() [2/3]

Oss.Nas5GS1680.UEStateIndication.UEStateIndication ( int  argPti,
Oss.Nas5GS1680.UPSIList  argUpsiList,
Oss.Nas5GS1680.UEPolicyClassmark  argUePolicyClassmark 
)
inline

Constructs an instance of UEStateIndication with the specified mandatory components.

Parameters
argPtiThe value of the pti mandatory field
argUpsiListThe value of the upsiList mandatory field
argUePolicyClassmarkThe value of the uePolicyClassmark mandatory field

◆ UEStateIndication() [3/3]

Oss.Nas5GS1680.UEStateIndication.UEStateIndication ( int  argPti,
Oss.Nas5GS1680.UPSIList  argUpsiList,
Oss.Nas5GS1680.UEPolicyClassmark  argUePolicyClassmark,
Oss.Nas5GS1680.UEOSId  argUeOSId 
)
inline

Constructs an instance of UEStateIndication with the specified components.

Parameters
argPtiThe value of the pti mandatory field
argUpsiListThe value of the upsiList mandatory field
argUePolicyClassmarkThe value of the uePolicyClassmark mandatory field
argUeOSIdThe value of the ueOSId optional field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.UEStateIndication.Copy ( )
inline

Creates a deep copy of this object.

Returns
A new object that is a deep copy of this instance.

◆ Equals()

override bool Oss.Nas5GS1680.UEStateIndication.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas5GS1680.UEStateIndication.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ MessageType

int Oss.Nas5GS1680.UEStateIndication.MessageType
get

Field 'messageType' (mandatory, readonly) The UEPolicyDeliveryServiceMessageType class defines meaningful names for particular values of the field

◆ Pti

int Oss.Nas5GS1680.UEStateIndication.Pti
getset

Field 'pti' (mandatory) The ProcedureTransactionIdentity class defines meaningful names for particular values of the field

◆ UeOSId

Oss.Nas5GS1680.UEOSId Oss.Nas5GS1680.UEStateIndication.UeOSId
getset

Field 'ueOSId' (optional)

◆ UePolicyClassmark

Oss.Nas5GS1680.UEPolicyClassmark Oss.Nas5GS1680.UEStateIndication.UePolicyClassmark
getset

Field 'uePolicyClassmark' (mandatory)

◆ UpsiList

Oss.Nas5GS1680.UPSIList Oss.Nas5GS1680.UEStateIndication.UpsiList
getset

Field 'upsiList' (mandatory)