Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessTokenErr
- func (o *AccessTokenErr) GetError() string
- func (o *AccessTokenErr) GetErrorDescription() string
- func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorUri() string
- func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
- func (o *AccessTokenErr) HasErrorDescription() bool
- func (o *AccessTokenErr) HasErrorUri() bool
- func (o AccessTokenErr) MarshalJSON() ([]byte, error)
- func (o *AccessTokenErr) SetError(v string)
- func (o *AccessTokenErr) SetErrorDescription(v string)
- func (o *AccessTokenErr) SetErrorUri(v string)
- func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
- type AccessTokenReq
- func (o *AccessTokenReq) GetGrantType() string
- func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
- func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
- func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
- func (o *AccessTokenReq) GetNfInstanceId() string
- func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetNfType() NFType
- func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetRequesterFqdn() string
- func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
- func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
- func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
- func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
- func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) GetScope() string
- func (o *AccessTokenReq) GetScopeOk() (*string, bool)
- func (o *AccessTokenReq) GetSourceNfInstanceId() string
- func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfInstanceId() string
- func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfServiceSetId() string
- func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfSetId() string
- func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfType() NFType
- func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetTargetNsiList() []string
- func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
- func (o *AccessTokenReq) GetTargetPlmn() PlmnId
- func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
- func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
- func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
- func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
- func (o *AccessTokenReq) HasNfType() bool
- func (o *AccessTokenReq) HasRequesterFqdn() bool
- func (o *AccessTokenReq) HasRequesterPlmn() bool
- func (o *AccessTokenReq) HasRequesterPlmnList() bool
- func (o *AccessTokenReq) HasRequesterSnpnList() bool
- func (o *AccessTokenReq) HasRequesterSnssaiList() bool
- func (o *AccessTokenReq) HasSourceNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
- func (o *AccessTokenReq) HasTargetNfSetId() bool
- func (o *AccessTokenReq) HasTargetNfType() bool
- func (o *AccessTokenReq) HasTargetNsiList() bool
- func (o *AccessTokenReq) HasTargetPlmn() bool
- func (o *AccessTokenReq) HasTargetSnpn() bool
- func (o *AccessTokenReq) HasTargetSnssaiList() bool
- func (o AccessTokenReq) MarshalJSON() ([]byte, error)
- func (o *AccessTokenReq) SetGrantType(v string)
- func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
- func (o *AccessTokenReq) SetNfInstanceId(v string)
- func (o *AccessTokenReq) SetNfType(v NFType)
- func (o *AccessTokenReq) SetRequesterFqdn(v string)
- func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
- func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
- func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
- func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
- func (o *AccessTokenReq) SetScope(v string)
- func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
- func (o *AccessTokenReq) SetTargetNfSetId(v string)
- func (o *AccessTokenReq) SetTargetNfType(v NFType)
- func (o *AccessTokenReq) SetTargetNsiList(v []string)
- func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
- func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
- func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
- func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
- type AccessType
- type AdditionalQosFlowInfo
- type AfCoordinationInfo
- func (o *AfCoordinationInfo) GetNotificationInfoList() []NotificationInfo
- func (o *AfCoordinationInfo) GetNotificationInfoListOk() ([]NotificationInfo, bool)
- func (o *AfCoordinationInfo) GetSourceDnai() string
- func (o *AfCoordinationInfo) GetSourceDnaiOk() (*string, bool)
- func (o *AfCoordinationInfo) GetSourceUeIpv4Addr() string
- func (o *AfCoordinationInfo) GetSourceUeIpv4AddrOk() (*string, bool)
- func (o *AfCoordinationInfo) GetSourceUeIpv6Prefix() Ipv6Prefix
- func (o *AfCoordinationInfo) GetSourceUeIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *AfCoordinationInfo) HasNotificationInfoList() bool
- func (o *AfCoordinationInfo) HasSourceDnai() bool
- func (o *AfCoordinationInfo) HasSourceUeIpv4Addr() bool
- func (o *AfCoordinationInfo) HasSourceUeIpv6Prefix() bool
- func (o AfCoordinationInfo) MarshalJSON() ([]byte, error)
- func (o *AfCoordinationInfo) SetNotificationInfoList(v []NotificationInfo)
- func (o *AfCoordinationInfo) SetSourceDnai(v string)
- func (o *AfCoordinationInfo) SetSourceUeIpv4Addr(v string)
- func (o *AfCoordinationInfo) SetSourceUeIpv6Prefix(v Ipv6Prefix)
- func (o AfCoordinationInfo) ToMap() (map[string]interface{}, error)
- type AlternativeQosProfile
- func (o *AlternativeQosProfile) GetGuaFbrDl() string
- func (o *AlternativeQosProfile) GetGuaFbrDlOk() (*string, bool)
- func (o *AlternativeQosProfile) GetGuaFbrUl() string
- func (o *AlternativeQosProfile) GetGuaFbrUlOk() (*string, bool)
- func (o *AlternativeQosProfile) GetIndex() int32
- func (o *AlternativeQosProfile) GetIndexOk() (*int32, bool)
- func (o *AlternativeQosProfile) GetPacketDelayBudget() int32
- func (o *AlternativeQosProfile) GetPacketDelayBudgetOk() (*int32, bool)
- func (o *AlternativeQosProfile) GetPacketErrRate() string
- func (o *AlternativeQosProfile) GetPacketErrRateOk() (*string, bool)
- func (o *AlternativeQosProfile) HasGuaFbrDl() bool
- func (o *AlternativeQosProfile) HasGuaFbrUl() bool
- func (o *AlternativeQosProfile) HasPacketDelayBudget() bool
- func (o *AlternativeQosProfile) HasPacketErrRate() bool
- func (o AlternativeQosProfile) MarshalJSON() ([]byte, error)
- func (o *AlternativeQosProfile) SetGuaFbrDl(v string)
- func (o *AlternativeQosProfile) SetGuaFbrUl(v string)
- func (o *AlternativeQosProfile) SetIndex(v int32)
- func (o *AlternativeQosProfile) SetPacketDelayBudget(v int32)
- func (o *AlternativeQosProfile) SetPacketErrRate(v string)
- func (o AlternativeQosProfile) ToMap() (map[string]interface{}, error)
- func (o *AlternativeQosProfile) UnmarshalJSON(bytes []byte) (err error)
- type Ambr
- func (o *Ambr) GetDownlink() string
- func (o *Ambr) GetDownlinkOk() (*string, bool)
- func (o *Ambr) GetUplink() string
- func (o *Ambr) GetUplinkOk() (*string, bool)
- func (o Ambr) MarshalJSON() ([]byte, error)
- func (o *Ambr) SetDownlink(v string)
- func (o *Ambr) SetUplink(v string)
- func (o Ambr) ToMap() (map[string]interface{}, error)
- func (o *Ambr) UnmarshalJSON(bytes []byte) (err error)
- type AnchorSmfFeatures
- func (o *AnchorSmfFeatures) GetPsetrSupportInd() bool
- func (o *AnchorSmfFeatures) GetPsetrSupportIndOk() (*bool, bool)
- func (o *AnchorSmfFeatures) HasPsetrSupportInd() bool
- func (o AnchorSmfFeatures) MarshalJSON() ([]byte, error)
- func (o *AnchorSmfFeatures) SetPsetrSupportInd(v bool)
- func (o AnchorSmfFeatures) ToMap() (map[string]interface{}, error)
- type ApiPostPduSessionsRequest
- type ApiPostSmContextsRequest
- func (r ApiPostSmContextsRequest) BinaryDataN1SmMessage(binaryDataN1SmMessage *os.File) ApiPostSmContextsRequest
- func (r ApiPostSmContextsRequest) BinaryDataN2SmInformation(binaryDataN2SmInformation *os.File) ApiPostSmContextsRequest
- func (r ApiPostSmContextsRequest) BinaryDataN2SmInformationExt1(binaryDataN2SmInformationExt1 *os.File) ApiPostSmContextsRequest
- func (r ApiPostSmContextsRequest) Execute() (*SmContextCreatedData, *http.Response, error)
- func (r ApiPostSmContextsRequest) JsonData(jsonData SmContextCreateData) ApiPostSmContextsRequest
- type ApiReleasePduSessionRequest
- type ApiReleaseSmContextRequest
- type ApiRetrievePduSessionRequest
- type ApiRetrieveSmContextRequest
- type ApiSendMoDataRequest
- type ApiTransferMoDataRequest
- type ApiUpdatePduSessionRequest
- type ApiUpdateSmContextRequest
- type ApnRateStatus
- func (o *ApnRateStatus) GetRemainExReportsDl() int32
- func (o *ApnRateStatus) GetRemainExReportsDlOk() (*int32, bool)
- func (o *ApnRateStatus) GetRemainExReportsUl() int32
- func (o *ApnRateStatus) GetRemainExReportsUlOk() (*int32, bool)
- func (o *ApnRateStatus) GetRemainPacketsDl() int32
- func (o *ApnRateStatus) GetRemainPacketsDlOk() (*int32, bool)
- func (o *ApnRateStatus) GetRemainPacketsUl() int32
- func (o *ApnRateStatus) GetRemainPacketsUlOk() (*int32, bool)
- func (o *ApnRateStatus) GetValidityTime() time.Time
- func (o *ApnRateStatus) GetValidityTimeOk() (*time.Time, bool)
- func (o *ApnRateStatus) HasRemainExReportsDl() bool
- func (o *ApnRateStatus) HasRemainExReportsUl() bool
- func (o *ApnRateStatus) HasRemainPacketsDl() bool
- func (o *ApnRateStatus) HasRemainPacketsUl() bool
- func (o *ApnRateStatus) HasValidityTime() bool
- func (o ApnRateStatus) MarshalJSON() ([]byte, error)
- func (o *ApnRateStatus) SetRemainExReportsDl(v int32)
- func (o *ApnRateStatus) SetRemainExReportsUl(v int32)
- func (o *ApnRateStatus) SetRemainPacketsDl(v int32)
- func (o *ApnRateStatus) SetRemainPacketsUl(v int32)
- func (o *ApnRateStatus) SetValidityTime(v time.Time)
- func (o ApnRateStatus) ToMap() (map[string]interface{}, error)
- type Arp
- func (o *Arp) GetPreemptCap() PreemptionCapability
- func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool)
- func (o *Arp) GetPreemptVuln() PreemptionVulnerability
- func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool)
- func (o *Arp) GetPriorityLevel() int32
- func (o *Arp) GetPriorityLevelOk() (*int32, bool)
- func (o Arp) MarshalJSON() ([]byte, error)
- func (o *Arp) SetPreemptCap(v PreemptionCapability)
- func (o *Arp) SetPreemptVuln(v PreemptionVulnerability)
- func (o *Arp) SetPriorityLevel(v int32)
- func (o Arp) ToMap() (map[string]interface{}, error)
- func (o *Arp) UnmarshalJSON(bytes []byte) (err error)
- type BackupAmfInfo
- func (o *BackupAmfInfo) GetBackupAmf() string
- func (o *BackupAmfInfo) GetBackupAmfOk() (*string, bool)
- func (o *BackupAmfInfo) GetGuamiList() []Guami
- func (o *BackupAmfInfo) GetGuamiListOk() ([]Guami, bool)
- func (o *BackupAmfInfo) HasGuamiList() bool
- func (o BackupAmfInfo) MarshalJSON() ([]byte, error)
- func (o *BackupAmfInfo) SetBackupAmf(v string)
- func (o *BackupAmfInfo) SetGuamiList(v []Guami)
- func (o BackupAmfInfo) ToMap() (map[string]interface{}, error)
- func (o *BackupAmfInfo) UnmarshalJSON(bytes []byte) (err error)
- type BasicAuth
- type BatteryIndication
- func (o *BatteryIndication) GetBatteryInd() bool
- func (o *BatteryIndication) GetBatteryIndOk() (*bool, bool)
- func (o *BatteryIndication) GetRechargeableInd() bool
- func (o *BatteryIndication) GetRechargeableIndOk() (*bool, bool)
- func (o *BatteryIndication) GetReplaceableInd() bool
- func (o *BatteryIndication) GetReplaceableIndOk() (*bool, bool)
- func (o *BatteryIndication) HasBatteryInd() bool
- func (o *BatteryIndication) HasRechargeableInd() bool
- func (o *BatteryIndication) HasReplaceableInd() bool
- func (o BatteryIndication) MarshalJSON() ([]byte, error)
- func (o *BatteryIndication) SetBatteryInd(v bool)
- func (o *BatteryIndication) SetRechargeableInd(v bool)
- func (o *BatteryIndication) SetReplaceableInd(v bool)
- func (o BatteryIndication) ToMap() (map[string]interface{}, error)
- type Cause
- type CellGlobalId
- func (o *CellGlobalId) GetCellId() string
- func (o *CellGlobalId) GetCellIdOk() (*string, bool)
- func (o *CellGlobalId) GetLac() string
- func (o *CellGlobalId) GetLacOk() (*string, bool)
- func (o *CellGlobalId) GetPlmnId() PlmnId
- func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool)
- func (o CellGlobalId) MarshalJSON() ([]byte, error)
- func (o *CellGlobalId) SetCellId(v string)
- func (o *CellGlobalId) SetLac(v string)
- func (o *CellGlobalId) SetPlmnId(v PlmnId)
- func (o CellGlobalId) ToMap() (map[string]interface{}, error)
- func (o *CellGlobalId) UnmarshalJSON(bytes []byte) (err error)
- type ChargingInformation
- func (o *ChargingInformation) GetPrimaryChfAddress() string
- func (o *ChargingInformation) GetPrimaryChfAddressOk() (*string, bool)
- func (o *ChargingInformation) GetPrimaryChfInstanceId() string
- func (o *ChargingInformation) GetPrimaryChfInstanceIdOk() (*string, bool)
- func (o *ChargingInformation) GetPrimaryChfSetId() string
- func (o *ChargingInformation) GetPrimaryChfSetIdOk() (*string, bool)
- func (o *ChargingInformation) GetSecondaryChfAddress() string
- func (o *ChargingInformation) GetSecondaryChfAddressOk() (*string, bool)
- func (o *ChargingInformation) GetSecondaryChfInstanceId() string
- func (o *ChargingInformation) GetSecondaryChfInstanceIdOk() (*string, bool)
- func (o *ChargingInformation) GetSecondaryChfSetId() string
- func (o *ChargingInformation) GetSecondaryChfSetIdOk() (*string, bool)
- func (o *ChargingInformation) HasPrimaryChfInstanceId() bool
- func (o *ChargingInformation) HasPrimaryChfSetId() bool
- func (o *ChargingInformation) HasSecondaryChfAddress() bool
- func (o *ChargingInformation) HasSecondaryChfInstanceId() bool
- func (o *ChargingInformation) HasSecondaryChfSetId() bool
- func (o ChargingInformation) MarshalJSON() ([]byte, error)
- func (o *ChargingInformation) SetPrimaryChfAddress(v string)
- func (o *ChargingInformation) SetPrimaryChfInstanceId(v string)
- func (o *ChargingInformation) SetPrimaryChfSetId(v string)
- func (o *ChargingInformation) SetSecondaryChfAddress(v string)
- func (o *ChargingInformation) SetSecondaryChfInstanceId(v string)
- func (o *ChargingInformation) SetSecondaryChfSetId(v string)
- func (o ChargingInformation) ToMap() (map[string]interface{}, error)
- func (o *ChargingInformation) UnmarshalJSON(bytes []byte) (err error)
- type CnAssistedRanPara
- func (o *CnAssistedRanPara) GetBatteryIndication() BatteryIndication
- func (o *CnAssistedRanPara) GetBatteryIndicationOk() (*BatteryIndication, bool)
- func (o *CnAssistedRanPara) GetCommunicationDurationTime() int32
- func (o *CnAssistedRanPara) GetCommunicationDurationTimeOk() (*int32, bool)
- func (o *CnAssistedRanPara) GetPeriodicTime() int32
- func (o *CnAssistedRanPara) GetPeriodicTimeOk() (*int32, bool)
- func (o *CnAssistedRanPara) GetScheduledCommunicationTime() ScheduledCommunicationTime
- func (o *CnAssistedRanPara) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)
- func (o *CnAssistedRanPara) GetScheduledCommunicationType() ScheduledCommunicationType
- func (o *CnAssistedRanPara) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)
- func (o *CnAssistedRanPara) GetStationaryIndication() StationaryIndication
- func (o *CnAssistedRanPara) GetStationaryIndicationOk() (*StationaryIndication, bool)
- func (o *CnAssistedRanPara) GetTrafficProfile() TrafficProfile
- func (o *CnAssistedRanPara) GetTrafficProfileOk() (*TrafficProfile, bool)
- func (o *CnAssistedRanPara) HasBatteryIndication() bool
- func (o *CnAssistedRanPara) HasCommunicationDurationTime() bool
- func (o *CnAssistedRanPara) HasPeriodicTime() bool
- func (o *CnAssistedRanPara) HasScheduledCommunicationTime() bool
- func (o *CnAssistedRanPara) HasScheduledCommunicationType() bool
- func (o *CnAssistedRanPara) HasStationaryIndication() bool
- func (o *CnAssistedRanPara) HasTrafficProfile() bool
- func (o CnAssistedRanPara) MarshalJSON() ([]byte, error)
- func (o *CnAssistedRanPara) SetBatteryIndication(v BatteryIndication)
- func (o *CnAssistedRanPara) SetCommunicationDurationTime(v int32)
- func (o *CnAssistedRanPara) SetPeriodicTime(v int32)
- func (o *CnAssistedRanPara) SetScheduledCommunicationTime(v ScheduledCommunicationTime)
- func (o *CnAssistedRanPara) SetScheduledCommunicationType(v ScheduledCommunicationType)
- func (o *CnAssistedRanPara) SetStationaryIndication(v StationaryIndication)
- func (o *CnAssistedRanPara) SetTrafficProfile(v TrafficProfile)
- func (o CnAssistedRanPara) ToMap() (map[string]interface{}, error)
- type Configuration
- type DddTrafficDescriptor
- func (o *DddTrafficDescriptor) GetIpv4Addr() string
- func (o *DddTrafficDescriptor) GetIpv4AddrOk() (*string, bool)
- func (o *DddTrafficDescriptor) GetIpv6Addr() Ipv6Addr
- func (o *DddTrafficDescriptor) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *DddTrafficDescriptor) GetMacAddr() string
- func (o *DddTrafficDescriptor) GetMacAddrOk() (*string, bool)
- func (o *DddTrafficDescriptor) GetPortNumber() int32
- func (o *DddTrafficDescriptor) GetPortNumberOk() (*int32, bool)
- func (o *DddTrafficDescriptor) HasIpv4Addr() bool
- func (o *DddTrafficDescriptor) HasIpv6Addr() bool
- func (o *DddTrafficDescriptor) HasMacAddr() bool
- func (o *DddTrafficDescriptor) HasPortNumber() bool
- func (o DddTrafficDescriptor) MarshalJSON() ([]byte, error)
- func (o *DddTrafficDescriptor) SetIpv4Addr(v string)
- func (o *DddTrafficDescriptor) SetIpv6Addr(v Ipv6Addr)
- func (o *DddTrafficDescriptor) SetMacAddr(v string)
- func (o *DddTrafficDescriptor) SetPortNumber(v int32)
- func (o DddTrafficDescriptor) ToMap() (map[string]interface{}, error)
- type DdnFailureSubInfo
- func (o *DdnFailureSubInfo) GetDddTrafficDescriptorList() []DddTrafficDescriptor
- func (o *DdnFailureSubInfo) GetDddTrafficDescriptorListOk() ([]DddTrafficDescriptor, bool)
- func (o *DdnFailureSubInfo) GetNotifyCorrelationId() string
- func (o *DdnFailureSubInfo) GetNotifyCorrelationIdOk() (*string, bool)
- func (o *DdnFailureSubInfo) HasDddTrafficDescriptorList() bool
- func (o DdnFailureSubInfo) MarshalJSON() ([]byte, error)
- func (o *DdnFailureSubInfo) SetDddTrafficDescriptorList(v []DddTrafficDescriptor)
- func (o *DdnFailureSubInfo) SetNotifyCorrelationId(v string)
- func (o DdnFailureSubInfo) ToMap() (map[string]interface{}, error)
- func (o *DdnFailureSubInfo) UnmarshalJSON(bytes []byte) (err error)
- type DdnFailureSubs
- func (o *DdnFailureSubs) GetDdnFailureSubsInd() bool
- func (o *DdnFailureSubs) GetDdnFailureSubsIndOk() (*bool, bool)
- func (o *DdnFailureSubs) GetDdnFailureSubsInfoList() []DdnFailureSubInfo
- func (o *DdnFailureSubs) GetDdnFailureSubsInfoListOk() ([]DdnFailureSubInfo, bool)
- func (o *DdnFailureSubs) HasDdnFailureSubsInd() bool
- func (o *DdnFailureSubs) HasDdnFailureSubsInfoList() bool
- func (o DdnFailureSubs) MarshalJSON() ([]byte, error)
- func (o *DdnFailureSubs) SetDdnFailureSubsInd(v bool)
- func (o *DdnFailureSubs) SetDdnFailureSubsInfoList(v []DdnFailureSubInfo)
- func (o DdnFailureSubs) ToMap() (map[string]interface{}, error)
- type DnaiInformation
- func (o *DnaiInformation) GetDnai() string
- func (o *DnaiInformation) GetDnaiOk() (*string, bool)
- func (o *DnaiInformation) GetNoDnaiChangeInd() bool
- func (o *DnaiInformation) GetNoDnaiChangeIndOk() (*bool, bool)
- func (o *DnaiInformation) GetNoLocalPsaChangeInd() bool
- func (o *DnaiInformation) GetNoLocalPsaChangeIndOk() (*bool, bool)
- func (o *DnaiInformation) HasNoDnaiChangeInd() bool
- func (o *DnaiInformation) HasNoLocalPsaChangeInd() bool
- func (o DnaiInformation) MarshalJSON() ([]byte, error)
- func (o *DnaiInformation) SetDnai(v string)
- func (o *DnaiInformation) SetNoDnaiChangeInd(v bool)
- func (o *DnaiInformation) SetNoLocalPsaChangeInd(v bool)
- func (o DnaiInformation) ToMap() (map[string]interface{}, error)
- func (o *DnaiInformation) UnmarshalJSON(bytes []byte) (err error)
- type DnnSelectionMode
- type Dynamic5Qi
- func (o *Dynamic5Qi) GetAverWindow() int32
- func (o *Dynamic5Qi) GetAverWindowOk() (*int32, bool)
- func (o *Dynamic5Qi) GetCnPacketDelayBudgetDl() int32
- func (o *Dynamic5Qi) GetCnPacketDelayBudgetDlOk() (*int32, bool)
- func (o *Dynamic5Qi) GetCnPacketDelayBudgetUl() int32
- func (o *Dynamic5Qi) GetCnPacketDelayBudgetUlOk() (*int32, bool)
- func (o *Dynamic5Qi) GetExtMaxDataBurstVol() int32
- func (o *Dynamic5Qi) GetExtMaxDataBurstVolOk() (*int32, bool)
- func (o *Dynamic5Qi) GetExtPacketDelBudget() int32
- func (o *Dynamic5Qi) GetExtPacketDelBudgetOk() (*int32, bool)
- func (o *Dynamic5Qi) GetMaxDataBurstVol() int32
- func (o *Dynamic5Qi) GetMaxDataBurstVolOk() (*int32, bool)
- func (o *Dynamic5Qi) GetPacketDelayBudget() int32
- func (o *Dynamic5Qi) GetPacketDelayBudgetOk() (*int32, bool)
- func (o *Dynamic5Qi) GetPacketErrRate() string
- func (o *Dynamic5Qi) GetPacketErrRateOk() (*string, bool)
- func (o *Dynamic5Qi) GetPriorityLevel() int32
- func (o *Dynamic5Qi) GetPriorityLevelOk() (*int32, bool)
- func (o *Dynamic5Qi) GetResourceType() QosResourceType
- func (o *Dynamic5Qi) GetResourceTypeOk() (*QosResourceType, bool)
- func (o *Dynamic5Qi) HasAverWindow() bool
- func (o *Dynamic5Qi) HasCnPacketDelayBudgetDl() bool
- func (o *Dynamic5Qi) HasCnPacketDelayBudgetUl() bool
- func (o *Dynamic5Qi) HasExtMaxDataBurstVol() bool
- func (o *Dynamic5Qi) HasExtPacketDelBudget() bool
- func (o *Dynamic5Qi) HasMaxDataBurstVol() bool
- func (o Dynamic5Qi) MarshalJSON() ([]byte, error)
- func (o *Dynamic5Qi) SetAverWindow(v int32)
- func (o *Dynamic5Qi) SetCnPacketDelayBudgetDl(v int32)
- func (o *Dynamic5Qi) SetCnPacketDelayBudgetUl(v int32)
- func (o *Dynamic5Qi) SetExtMaxDataBurstVol(v int32)
- func (o *Dynamic5Qi) SetExtPacketDelBudget(v int32)
- func (o *Dynamic5Qi) SetMaxDataBurstVol(v int32)
- func (o *Dynamic5Qi) SetPacketDelayBudget(v int32)
- func (o *Dynamic5Qi) SetPacketErrRate(v string)
- func (o *Dynamic5Qi) SetPriorityLevel(v int32)
- func (o *Dynamic5Qi) SetResourceType(v QosResourceType)
- func (o Dynamic5Qi) ToMap() (map[string]interface{}, error)
- func (o *Dynamic5Qi) UnmarshalJSON(bytes []byte) (err error)
- type EbiArpMapping
- func (o *EbiArpMapping) GetArp() Arp
- func (o *EbiArpMapping) GetArpOk() (*Arp, bool)
- func (o *EbiArpMapping) GetEpsBearerId() int32
- func (o *EbiArpMapping) GetEpsBearerIdOk() (*int32, bool)
- func (o EbiArpMapping) MarshalJSON() ([]byte, error)
- func (o *EbiArpMapping) SetArp(v Arp)
- func (o *EbiArpMapping) SetEpsBearerId(v int32)
- func (o EbiArpMapping) ToMap() (map[string]interface{}, error)
- func (o *EbiArpMapping) UnmarshalJSON(bytes []byte) (err error)
- type Ecgi
- func (o *Ecgi) GetEutraCellId() string
- func (o *Ecgi) GetEutraCellIdOk() (*string, bool)
- func (o *Ecgi) GetNid() string
- func (o *Ecgi) GetNidOk() (*string, bool)
- func (o *Ecgi) GetPlmnId() PlmnId
- func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ecgi) HasNid() bool
- func (o Ecgi) MarshalJSON() ([]byte, error)
- func (o *Ecgi) SetEutraCellId(v string)
- func (o *Ecgi) SetNid(v string)
- func (o *Ecgi) SetPlmnId(v PlmnId)
- func (o Ecgi) ToMap() (map[string]interface{}, error)
- func (o *Ecgi) UnmarshalJSON(bytes []byte) (err error)
- type EpsBearerInfo
- func (o *EpsBearerInfo) GetBearerLevelQoS() string
- func (o *EpsBearerInfo) GetBearerLevelQoSOk() (*string, bool)
- func (o *EpsBearerInfo) GetEbi() int32
- func (o *EpsBearerInfo) GetEbiOk() (*int32, bool)
- func (o *EpsBearerInfo) GetPgwS8uFteid() string
- func (o *EpsBearerInfo) GetPgwS8uFteidOk() (*string, bool)
- func (o EpsBearerInfo) MarshalJSON() ([]byte, error)
- func (o *EpsBearerInfo) SetBearerLevelQoS(v string)
- func (o *EpsBearerInfo) SetEbi(v int32)
- func (o *EpsBearerInfo) SetPgwS8uFteid(v string)
- func (o EpsBearerInfo) ToMap() (map[string]interface{}, error)
- func (o *EpsBearerInfo) UnmarshalJSON(bytes []byte) (err error)
- type EpsInterworkingIndication
- type EpsPdnCnxInfo
- func (o *EpsPdnCnxInfo) GetLinkedBearerId() int32
- func (o *EpsPdnCnxInfo) GetLinkedBearerIdOk() (*int32, bool)
- func (o *EpsPdnCnxInfo) GetPgwNodeName() string
- func (o *EpsPdnCnxInfo) GetPgwNodeNameOk() (*string, bool)
- func (o *EpsPdnCnxInfo) GetPgwS8cFteid() string
- func (o *EpsPdnCnxInfo) GetPgwS8cFteidOk() (*string, bool)
- func (o *EpsPdnCnxInfo) HasLinkedBearerId() bool
- func (o *EpsPdnCnxInfo) HasPgwNodeName() bool
- func (o EpsPdnCnxInfo) MarshalJSON() ([]byte, error)
- func (o *EpsPdnCnxInfo) SetLinkedBearerId(v int32)
- func (o *EpsPdnCnxInfo) SetPgwNodeName(v string)
- func (o *EpsPdnCnxInfo) SetPgwS8cFteid(v string)
- func (o EpsPdnCnxInfo) ToMap() (map[string]interface{}, error)
- func (o *EpsPdnCnxInfo) UnmarshalJSON(bytes []byte) (err error)
- type EutraLocation
- func (o *EutraLocation) GetAgeOfLocationInformation() int32
- func (o *EutraLocation) GetAgeOfLocationInformationOk() (*int32, bool)
- func (o *EutraLocation) GetEcgi() Ecgi
- func (o *EutraLocation) GetEcgiOk() (*Ecgi, bool)
- func (o *EutraLocation) GetGeodeticInformation() string
- func (o *EutraLocation) GetGeodeticInformationOk() (*string, bool)
- func (o *EutraLocation) GetGeographicalInformation() string
- func (o *EutraLocation) GetGeographicalInformationOk() (*string, bool)
- func (o *EutraLocation) GetGlobalENbId() GlobalRanNodeId
- func (o *EutraLocation) GetGlobalENbIdOk() (*GlobalRanNodeId, bool)
- func (o *EutraLocation) GetGlobalNgenbId() GlobalRanNodeId
- func (o *EutraLocation) GetGlobalNgenbIdOk() (*GlobalRanNodeId, bool)
- func (o *EutraLocation) GetIgnoreEcgi() bool
- func (o *EutraLocation) GetIgnoreEcgiOk() (*bool, bool)
- func (o *EutraLocation) GetIgnoreTai() bool
- func (o *EutraLocation) GetIgnoreTaiOk() (*bool, bool)
- func (o *EutraLocation) GetTai() Tai
- func (o *EutraLocation) GetTaiOk() (*Tai, bool)
- func (o *EutraLocation) GetUeLocationTimestamp() time.Time
- func (o *EutraLocation) GetUeLocationTimestampOk() (*time.Time, bool)
- func (o *EutraLocation) HasAgeOfLocationInformation() bool
- func (o *EutraLocation) HasGeodeticInformation() bool
- func (o *EutraLocation) HasGeographicalInformation() bool
- func (o *EutraLocation) HasGlobalENbId() bool
- func (o *EutraLocation) HasGlobalNgenbId() bool
- func (o *EutraLocation) HasIgnoreEcgi() bool
- func (o *EutraLocation) HasIgnoreTai() bool
- func (o *EutraLocation) HasUeLocationTimestamp() bool
- func (o EutraLocation) MarshalJSON() ([]byte, error)
- func (o *EutraLocation) SetAgeOfLocationInformation(v int32)
- func (o *EutraLocation) SetEcgi(v Ecgi)
- func (o *EutraLocation) SetGeodeticInformation(v string)
- func (o *EutraLocation) SetGeographicalInformation(v string)
- func (o *EutraLocation) SetGlobalENbId(v GlobalRanNodeId)
- func (o *EutraLocation) SetGlobalENbIdNil()
- func (o *EutraLocation) SetGlobalNgenbId(v GlobalRanNodeId)
- func (o *EutraLocation) SetGlobalNgenbIdNil()
- func (o *EutraLocation) SetIgnoreEcgi(v bool)
- func (o *EutraLocation) SetIgnoreTai(v bool)
- func (o *EutraLocation) SetTai(v Tai)
- func (o *EutraLocation) SetUeLocationTimestamp(v time.Time)
- func (o EutraLocation) ToMap() (map[string]interface{}, error)
- func (o *EutraLocation) UnmarshalJSON(bytes []byte) (err error)
- func (o *EutraLocation) UnsetGlobalENbId()
- func (o *EutraLocation) UnsetGlobalNgenbId()
- type ExemptionInd
- func (o *ExemptionInd) GetDnnCongestion() bool
- func (o *ExemptionInd) GetDnnCongestionOk() (*bool, bool)
- func (o *ExemptionInd) GetSnssaiDnnCongestion() bool
- func (o *ExemptionInd) GetSnssaiDnnCongestionOk() (*bool, bool)
- func (o *ExemptionInd) GetSnssaiOnlyCongestion() bool
- func (o *ExemptionInd) GetSnssaiOnlyCongestionOk() (*bool, bool)
- func (o *ExemptionInd) HasDnnCongestion() bool
- func (o *ExemptionInd) HasSnssaiDnnCongestion() bool
- func (o *ExemptionInd) HasSnssaiOnlyCongestion() bool
- func (o ExemptionInd) MarshalJSON() ([]byte, error)
- func (o *ExemptionInd) SetDnnCongestion(v bool)
- func (o *ExemptionInd) SetSnssaiDnnCongestion(v bool)
- func (o *ExemptionInd) SetSnssaiOnlyCongestion(v bool)
- func (o ExemptionInd) ToMap() (map[string]interface{}, error)
- type ExtProblemDetails
- func (o *ExtProblemDetails) GetRemoteError() bool
- func (o *ExtProblemDetails) GetRemoteErrorOk() (*bool, bool)
- func (o *ExtProblemDetails) HasRemoteError() bool
- func (o ExtProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ExtProblemDetails) SetRemoteError(v bool)
- func (o ExtProblemDetails) ToMap() (map[string]interface{}, error)
- type GNbId
- func (o *GNbId) GetBitLength() int32
- func (o *GNbId) GetBitLengthOk() (*int32, bool)
- func (o *GNbId) GetGNBValue() string
- func (o *GNbId) GetGNBValueOk() (*string, bool)
- func (o GNbId) MarshalJSON() ([]byte, error)
- func (o *GNbId) SetBitLength(v int32)
- func (o *GNbId) SetGNBValue(v string)
- func (o GNbId) ToMap() (map[string]interface{}, error)
- func (o *GNbId) UnmarshalJSON(bytes []byte) (err error)
- type GbrQosFlowInformation
- func (o *GbrQosFlowInformation) GetAlternativeQosProfileList() []AlternativeQosProfile
- func (o *GbrQosFlowInformation) GetAlternativeQosProfileListOk() ([]AlternativeQosProfile, bool)
- func (o *GbrQosFlowInformation) GetGuaFbrDl() string
- func (o *GbrQosFlowInformation) GetGuaFbrDlOk() (*string, bool)
- func (o *GbrQosFlowInformation) GetGuaFbrUl() string
- func (o *GbrQosFlowInformation) GetGuaFbrUlOk() (*string, bool)
- func (o *GbrQosFlowInformation) GetMaxFbrDl() string
- func (o *GbrQosFlowInformation) GetMaxFbrDlOk() (*string, bool)
- func (o *GbrQosFlowInformation) GetMaxFbrUl() string
- func (o *GbrQosFlowInformation) GetMaxFbrUlOk() (*string, bool)
- func (o *GbrQosFlowInformation) GetMaxPacketLossRateDl() int32
- func (o *GbrQosFlowInformation) GetMaxPacketLossRateDlOk() (*int32, bool)
- func (o *GbrQosFlowInformation) GetMaxPacketLossRateUl() int32
- func (o *GbrQosFlowInformation) GetMaxPacketLossRateUlOk() (*int32, bool)
- func (o *GbrQosFlowInformation) GetNotifControl() NotificationControl
- func (o *GbrQosFlowInformation) GetNotifControlOk() (*NotificationControl, bool)
- func (o *GbrQosFlowInformation) HasAlternativeQosProfileList() bool
- func (o *GbrQosFlowInformation) HasMaxPacketLossRateDl() bool
- func (o *GbrQosFlowInformation) HasMaxPacketLossRateUl() bool
- func (o *GbrQosFlowInformation) HasNotifControl() bool
- func (o GbrQosFlowInformation) MarshalJSON() ([]byte, error)
- func (o *GbrQosFlowInformation) SetAlternativeQosProfileList(v []AlternativeQosProfile)
- func (o *GbrQosFlowInformation) SetGuaFbrDl(v string)
- func (o *GbrQosFlowInformation) SetGuaFbrUl(v string)
- func (o *GbrQosFlowInformation) SetMaxFbrDl(v string)
- func (o *GbrQosFlowInformation) SetMaxFbrUl(v string)
- func (o *GbrQosFlowInformation) SetMaxPacketLossRateDl(v int32)
- func (o *GbrQosFlowInformation) SetMaxPacketLossRateUl(v int32)
- func (o *GbrQosFlowInformation) SetNotifControl(v NotificationControl)
- func (o GbrQosFlowInformation) ToMap() (map[string]interface{}, error)
- func (o *GbrQosFlowInformation) UnmarshalJSON(bytes []byte) (err error)
- type GenericOpenAPIError
- type GeraLocation
- func (o *GeraLocation) GetAgeOfLocationInformation() int32
- func (o *GeraLocation) GetAgeOfLocationInformationOk() (*int32, bool)
- func (o *GeraLocation) GetCgi() CellGlobalId
- func (o *GeraLocation) GetCgiOk() (*CellGlobalId, bool)
- func (o *GeraLocation) GetGeodeticInformation() string
- func (o *GeraLocation) GetGeodeticInformationOk() (*string, bool)
- func (o *GeraLocation) GetGeographicalInformation() string
- func (o *GeraLocation) GetGeographicalInformationOk() (*string, bool)
- func (o *GeraLocation) GetLai() LocationAreaId
- func (o *GeraLocation) GetLaiOk() (*LocationAreaId, bool)
- func (o *GeraLocation) GetLocationNumber() string
- func (o *GeraLocation) GetLocationNumberOk() (*string, bool)
- func (o *GeraLocation) GetMscNumber() string
- func (o *GeraLocation) GetMscNumberOk() (*string, bool)
- func (o *GeraLocation) GetRai() RoutingAreaId
- func (o *GeraLocation) GetRaiOk() (*RoutingAreaId, bool)
- func (o *GeraLocation) GetSai() ServiceAreaId
- func (o *GeraLocation) GetSaiOk() (*ServiceAreaId, bool)
- func (o *GeraLocation) GetUeLocationTimestamp() time.Time
- func (o *GeraLocation) GetUeLocationTimestampOk() (*time.Time, bool)
- func (o *GeraLocation) GetVlrNumber() string
- func (o *GeraLocation) GetVlrNumberOk() (*string, bool)
- func (o *GeraLocation) HasAgeOfLocationInformation() bool
- func (o *GeraLocation) HasCgi() bool
- func (o *GeraLocation) HasGeodeticInformation() bool
- func (o *GeraLocation) HasGeographicalInformation() bool
- func (o *GeraLocation) HasLai() bool
- func (o *GeraLocation) HasLocationNumber() bool
- func (o *GeraLocation) HasMscNumber() bool
- func (o *GeraLocation) HasRai() bool
- func (o *GeraLocation) HasSai() bool
- func (o *GeraLocation) HasUeLocationTimestamp() bool
- func (o *GeraLocation) HasVlrNumber() bool
- func (o GeraLocation) MarshalJSON() ([]byte, error)
- func (o *GeraLocation) SetAgeOfLocationInformation(v int32)
- func (o *GeraLocation) SetCgi(v CellGlobalId)
- func (o *GeraLocation) SetGeodeticInformation(v string)
- func (o *GeraLocation) SetGeographicalInformation(v string)
- func (o *GeraLocation) SetLai(v LocationAreaId)
- func (o *GeraLocation) SetLocationNumber(v string)
- func (o *GeraLocation) SetMscNumber(v string)
- func (o *GeraLocation) SetRai(v RoutingAreaId)
- func (o *GeraLocation) SetSai(v ServiceAreaId)
- func (o *GeraLocation) SetUeLocationTimestamp(v time.Time)
- func (o *GeraLocation) SetVlrNumber(v string)
- func (o GeraLocation) ToMap() (map[string]interface{}, error)
- type GlobalRanNodeId
- func (o *GlobalRanNodeId) GetENbId() string
- func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetGNbId() GNbId
- func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)
- func (o *GlobalRanNodeId) GetN3IwfId() string
- func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetNgeNbId() string
- func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetNid() string
- func (o *GlobalRanNodeId) GetNidOk() (*string, bool)
- func (o *GlobalRanNodeId) GetPlmnId() PlmnId
- func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)
- func (o *GlobalRanNodeId) GetTngfId() string
- func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetWagfId() string
- func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) HasENbId() bool
- func (o *GlobalRanNodeId) HasGNbId() bool
- func (o *GlobalRanNodeId) HasN3IwfId() bool
- func (o *GlobalRanNodeId) HasNgeNbId() bool
- func (o *GlobalRanNodeId) HasNid() bool
- func (o *GlobalRanNodeId) HasTngfId() bool
- func (o *GlobalRanNodeId) HasWagfId() bool
- func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)
- func (o *GlobalRanNodeId) SetENbId(v string)
- func (o *GlobalRanNodeId) SetGNbId(v GNbId)
- func (o *GlobalRanNodeId) SetN3IwfId(v string)
- func (o *GlobalRanNodeId) SetNgeNbId(v string)
- func (o *GlobalRanNodeId) SetNid(v string)
- func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)
- func (o *GlobalRanNodeId) SetTngfId(v string)
- func (o *GlobalRanNodeId) SetWagfId(v string)
- func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)
- func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)
- type Guami
- func (o *Guami) GetAmfId() string
- func (o *Guami) GetAmfIdOk() (*string, bool)
- func (o *Guami) GetPlmnId() PlmnIdNid
- func (o *Guami) GetPlmnIdOk() (*PlmnIdNid, bool)
- func (o Guami) MarshalJSON() ([]byte, error)
- func (o *Guami) SetAmfId(v string)
- func (o *Guami) SetPlmnId(v PlmnIdNid)
- func (o Guami) ToMap() (map[string]interface{}, error)
- func (o *Guami) UnmarshalJSON(bytes []byte) (err error)
- type HfcNodeId
- type HoState
- type HsmfUpdateData
- func (o *HsmfUpdateData) GetAddUeLocation() UserLocation
- func (o *HsmfUpdateData) GetAddUeLocationOk() (*UserLocation, bool)
- func (o *HsmfUpdateData) GetAdditionalAnType() AccessType
- func (o *HsmfUpdateData) GetAdditionalAnTypeOk() (*AccessType, bool)
- func (o *HsmfUpdateData) GetAdditionalCnTunnelInfo() TunnelInfo
- func (o *HsmfUpdateData) GetAdditionalCnTunnelInfoOk() (*TunnelInfo, bool)
- func (o *HsmfUpdateData) GetAlwaysOnRequested() bool
- func (o *HsmfUpdateData) GetAlwaysOnRequestedOk() (*bool, bool)
- func (o *HsmfUpdateData) GetAmfNfId() string
- func (o *HsmfUpdateData) GetAmfNfIdOk() (*string, bool)
- func (o *HsmfUpdateData) GetAnType() AccessType
- func (o *HsmfUpdateData) GetAnTypeCanBeChanged() bool
- func (o *HsmfUpdateData) GetAnTypeCanBeChangedOk() (*bool, bool)
- func (o *HsmfUpdateData) GetAnTypeOk() (*AccessType, bool)
- func (o *HsmfUpdateData) GetCause() Cause
- func (o *HsmfUpdateData) GetCauseOk() (*Cause, bool)
- func (o *HsmfUpdateData) GetDlServingPlmnRateCtl() int32
- func (o *HsmfUpdateData) GetDlServingPlmnRateCtlOk() (*int32, bool)
- func (o *HsmfUpdateData) GetDnaiList() []string
- func (o *HsmfUpdateData) GetDnaiListOk() ([]string, bool)
- func (o *HsmfUpdateData) GetEpsBearerId() []int32
- func (o *HsmfUpdateData) GetEpsBearerIdOk() ([]int32, bool)
- func (o *HsmfUpdateData) GetEpsInterworkingInd() EpsInterworkingIndication
- func (o *HsmfUpdateData) GetEpsInterworkingIndOk() (*EpsInterworkingIndication, bool)
- func (o *HsmfUpdateData) GetGuami() Guami
- func (o *HsmfUpdateData) GetGuamiOk() (*Guami, bool)
- func (o *HsmfUpdateData) GetHoPreparationIndication() bool
- func (o *HsmfUpdateData) GetHoPreparationIndicationOk() (*bool, bool)
- func (o *HsmfUpdateData) GetISmfServiceInstanceId() string
- func (o *HsmfUpdateData) GetISmfServiceInstanceIdOk() (*string, bool)
- func (o *HsmfUpdateData) GetIcnTunnelInfo() TunnelInfo
- func (o *HsmfUpdateData) GetIcnTunnelInfoOk() (*TunnelInfo, bool)
- func (o *HsmfUpdateData) GetIsmfId() string
- func (o *HsmfUpdateData) GetIsmfIdOk() (*string, bool)
- func (o *HsmfUpdateData) GetIsmfPduSessionUri() string
- func (o *HsmfUpdateData) GetIsmfPduSessionUriOk() (*string, bool)
- func (o *HsmfUpdateData) GetMaNwUpgradeInd() bool
- func (o *HsmfUpdateData) GetMaNwUpgradeIndOk() (*bool, bool)
- func (o *HsmfUpdateData) GetMaReleaseInd() MaReleaseIndication
- func (o *HsmfUpdateData) GetMaReleaseIndOk() (*MaReleaseIndication, bool)
- func (o *HsmfUpdateData) GetMaRequestInd() bool
- func (o *HsmfUpdateData) GetMaRequestIndOk() (*bool, bool)
- func (o *HsmfUpdateData) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
- func (o *HsmfUpdateData) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *HsmfUpdateData) GetMaxIntegrityProtectedDataRateUl() MaxIntegrityProtectedDataRate
- func (o *HsmfUpdateData) GetMaxIntegrityProtectedDataRateUlOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *HsmfUpdateData) GetMoExpDataCounter() MoExpDataCounter
- func (o *HsmfUpdateData) GetMoExpDataCounterOk() (*MoExpDataCounter, bool)
- func (o *HsmfUpdateData) GetN1SmInfoFromUe() RefToBinaryData
- func (o *HsmfUpdateData) GetN1SmInfoFromUeOk() (*RefToBinaryData, bool)
- func (o *HsmfUpdateData) GetN4Info() N4Information
- func (o *HsmfUpdateData) GetN4InfoExt1() N4Information
- func (o *HsmfUpdateData) GetN4InfoExt1Ok() (*N4Information, bool)
- func (o *HsmfUpdateData) GetN4InfoExt2() N4Information
- func (o *HsmfUpdateData) GetN4InfoExt2Ok() (*N4Information, bool)
- func (o *HsmfUpdateData) GetN4InfoOk() (*N4Information, bool)
- func (o *HsmfUpdateData) GetNgApCause() NgApCause
- func (o *HsmfUpdateData) GetNgApCauseOk() (*NgApCause, bool)
- func (o *HsmfUpdateData) GetNotifyList() []PduSessionNotifyItem
- func (o *HsmfUpdateData) GetNotifyListOk() ([]PduSessionNotifyItem, bool)
- func (o *HsmfUpdateData) GetPauseCharging() bool
- func (o *HsmfUpdateData) GetPauseChargingOk() (*bool, bool)
- func (o *HsmfUpdateData) GetPcfUeCallbackInfo() PcfUeCallbackInfo
- func (o *HsmfUpdateData) GetPcfUeCallbackInfoOk() (*PcfUeCallbackInfo, bool)
- func (o *HsmfUpdateData) GetPei() string
- func (o *HsmfUpdateData) GetPeiOk() (*string, bool)
- func (o *HsmfUpdateData) GetPresenceInLadn() PresenceState
- func (o *HsmfUpdateData) GetPresenceInLadnOk() (*PresenceState, bool)
- func (o *HsmfUpdateData) GetPsaInfo() []PsaInformation
- func (o *HsmfUpdateData) GetPsaInfoOk() ([]PsaInformation, bool)
- func (o *HsmfUpdateData) GetPti() int32
- func (o *HsmfUpdateData) GetPtiOk() (*int32, bool)
- func (o *HsmfUpdateData) GetQosFlowsNotifyList() []QosFlowNotifyItem
- func (o *HsmfUpdateData) GetQosFlowsNotifyListOk() ([]QosFlowNotifyItem, bool)
- func (o *HsmfUpdateData) GetQosFlowsRelNotifyList() []QosFlowItem
- func (o *HsmfUpdateData) GetQosFlowsRelNotifyListOk() ([]QosFlowItem, bool)
- func (o *HsmfUpdateData) GetRatType() RatType
- func (o *HsmfUpdateData) GetRatTypeOk() (*RatType, bool)
- func (o *HsmfUpdateData) GetRequestIndication() RequestIndication
- func (o *HsmfUpdateData) GetRequestIndicationOk() (*RequestIndication, bool)
- func (o *HsmfUpdateData) GetRevokeEbiList() []int32
- func (o *HsmfUpdateData) GetRevokeEbiListOk() ([]int32, bool)
- func (o *HsmfUpdateData) GetRoamingChargingProfile() RoamingChargingProfile
- func (o *HsmfUpdateData) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
- func (o *HsmfUpdateData) GetSatelliteBackhaulCat() SatelliteBackhaulCategory
- func (o *HsmfUpdateData) GetSatelliteBackhaulCatOk() (*SatelliteBackhaulCategory, bool)
- func (o *HsmfUpdateData) GetSecondaryRatUsageDataReportContainer() []string
- func (o *HsmfUpdateData) GetSecondaryRatUsageDataReportContainerOk() ([]string, bool)
- func (o *HsmfUpdateData) GetSecondaryRatUsageInfo() []SecondaryRatUsageInfo
- func (o *HsmfUpdateData) GetSecondaryRatUsageInfoOk() ([]SecondaryRatUsageInfo, bool)
- func (o *HsmfUpdateData) GetSecondaryRatUsageReport() []SecondaryRatUsageReport
- func (o *HsmfUpdateData) GetSecondaryRatUsageReportOk() ([]SecondaryRatUsageReport, bool)
- func (o *HsmfUpdateData) GetSecurityResult() SecurityResult
- func (o *HsmfUpdateData) GetSecurityResultOk() (*SecurityResult, bool)
- func (o *HsmfUpdateData) GetServingNetwork() PlmnIdNid
- func (o *HsmfUpdateData) GetServingNetworkOk() (*PlmnIdNid, bool)
- func (o *HsmfUpdateData) GetSmPolicyNotifyInd() bool
- func (o *HsmfUpdateData) GetSmPolicyNotifyIndOk() (*bool, bool)
- func (o *HsmfUpdateData) GetSupportedFeatures() string
- func (o *HsmfUpdateData) GetSupportedFeaturesOk() (*string, bool)
- func (o *HsmfUpdateData) GetUeLocation() UserLocation
- func (o *HsmfUpdateData) GetUeLocationOk() (*UserLocation, bool)
- func (o *HsmfUpdateData) GetUeTimeZone() string
- func (o *HsmfUpdateData) GetUeTimeZoneOk() (*string, bool)
- func (o *HsmfUpdateData) GetUlclBpInfo() UlclBpInformation
- func (o *HsmfUpdateData) GetUlclBpInfoOk() (*UlclBpInformation, bool)
- func (o *HsmfUpdateData) GetUnavailableAccessInd() UnavailableAccessIndication
- func (o *HsmfUpdateData) GetUnavailableAccessIndOk() (*UnavailableAccessIndication, bool)
- func (o *HsmfUpdateData) GetUnknownN1SmInfo() RefToBinaryData
- func (o *HsmfUpdateData) GetUnknownN1SmInfoOk() (*RefToBinaryData, bool)
- func (o *HsmfUpdateData) GetUpCnxState() UpCnxState
- func (o *HsmfUpdateData) GetUpCnxStateOk() (*UpCnxState, bool)
- func (o *HsmfUpdateData) GetUpSecurityInfo() UpSecurityInfo
- func (o *HsmfUpdateData) GetUpSecurityInfoOk() (*UpSecurityInfo, bool)
- func (o *HsmfUpdateData) GetVSmfServiceInstanceId() string
- func (o *HsmfUpdateData) GetVSmfServiceInstanceIdOk() (*string, bool)
- func (o *HsmfUpdateData) GetVar5gMmCauseValue() int32
- func (o *HsmfUpdateData) GetVar5gMmCauseValueOk() (*int32, bool)
- func (o *HsmfUpdateData) GetVcnTunnelInfo() TunnelInfo
- func (o *HsmfUpdateData) GetVcnTunnelInfoOk() (*TunnelInfo, bool)
- func (o *HsmfUpdateData) GetVplmnQos() VplmnQos
- func (o *HsmfUpdateData) GetVplmnQosOk() (*VplmnQos, bool)
- func (o *HsmfUpdateData) GetVsmfId() string
- func (o *HsmfUpdateData) GetVsmfIdOk() (*string, bool)
- func (o *HsmfUpdateData) GetVsmfPduSessionUri() string
- func (o *HsmfUpdateData) GetVsmfPduSessionUriOk() (*string, bool)
- func (o *HsmfUpdateData) HasAddUeLocation() bool
- func (o *HsmfUpdateData) HasAdditionalAnType() bool
- func (o *HsmfUpdateData) HasAdditionalCnTunnelInfo() bool
- func (o *HsmfUpdateData) HasAlwaysOnRequested() bool
- func (o *HsmfUpdateData) HasAmfNfId() bool
- func (o *HsmfUpdateData) HasAnType() bool
- func (o *HsmfUpdateData) HasAnTypeCanBeChanged() bool
- func (o *HsmfUpdateData) HasCause() bool
- func (o *HsmfUpdateData) HasDlServingPlmnRateCtl() bool
- func (o *HsmfUpdateData) HasDnaiList() bool
- func (o *HsmfUpdateData) HasEpsBearerId() bool
- func (o *HsmfUpdateData) HasEpsInterworkingInd() bool
- func (o *HsmfUpdateData) HasGuami() bool
- func (o *HsmfUpdateData) HasHoPreparationIndication() bool
- func (o *HsmfUpdateData) HasISmfServiceInstanceId() bool
- func (o *HsmfUpdateData) HasIcnTunnelInfo() bool
- func (o *HsmfUpdateData) HasIsmfId() bool
- func (o *HsmfUpdateData) HasIsmfPduSessionUri() bool
- func (o *HsmfUpdateData) HasMaNwUpgradeInd() bool
- func (o *HsmfUpdateData) HasMaReleaseInd() bool
- func (o *HsmfUpdateData) HasMaRequestInd() bool
- func (o *HsmfUpdateData) HasMaxIntegrityProtectedDataRateDl() bool
- func (o *HsmfUpdateData) HasMaxIntegrityProtectedDataRateUl() bool
- func (o *HsmfUpdateData) HasMoExpDataCounter() bool
- func (o *HsmfUpdateData) HasN1SmInfoFromUe() bool
- func (o *HsmfUpdateData) HasN4Info() bool
- func (o *HsmfUpdateData) HasN4InfoExt1() bool
- func (o *HsmfUpdateData) HasN4InfoExt2() bool
- func (o *HsmfUpdateData) HasNgApCause() bool
- func (o *HsmfUpdateData) HasNotifyList() bool
- func (o *HsmfUpdateData) HasPauseCharging() bool
- func (o *HsmfUpdateData) HasPcfUeCallbackInfo() bool
- func (o *HsmfUpdateData) HasPei() bool
- func (o *HsmfUpdateData) HasPresenceInLadn() bool
- func (o *HsmfUpdateData) HasPsaInfo() bool
- func (o *HsmfUpdateData) HasPti() bool
- func (o *HsmfUpdateData) HasQosFlowsNotifyList() bool
- func (o *HsmfUpdateData) HasQosFlowsRelNotifyList() bool
- func (o *HsmfUpdateData) HasRatType() bool
- func (o *HsmfUpdateData) HasRevokeEbiList() bool
- func (o *HsmfUpdateData) HasRoamingChargingProfile() bool
- func (o *HsmfUpdateData) HasSatelliteBackhaulCat() bool
- func (o *HsmfUpdateData) HasSecondaryRatUsageDataReportContainer() bool
- func (o *HsmfUpdateData) HasSecondaryRatUsageInfo() bool
- func (o *HsmfUpdateData) HasSecondaryRatUsageReport() bool
- func (o *HsmfUpdateData) HasSecurityResult() bool
- func (o *HsmfUpdateData) HasServingNetwork() bool
- func (o *HsmfUpdateData) HasSmPolicyNotifyInd() bool
- func (o *HsmfUpdateData) HasSupportedFeatures() bool
- func (o *HsmfUpdateData) HasUeLocation() bool
- func (o *HsmfUpdateData) HasUeTimeZone() bool
- func (o *HsmfUpdateData) HasUlclBpInfo() bool
- func (o *HsmfUpdateData) HasUnavailableAccessInd() bool
- func (o *HsmfUpdateData) HasUnknownN1SmInfo() bool
- func (o *HsmfUpdateData) HasUpCnxState() bool
- func (o *HsmfUpdateData) HasUpSecurityInfo() bool
- func (o *HsmfUpdateData) HasVSmfServiceInstanceId() bool
- func (o *HsmfUpdateData) HasVar5gMmCauseValue() bool
- func (o *HsmfUpdateData) HasVcnTunnelInfo() bool
- func (o *HsmfUpdateData) HasVplmnQos() bool
- func (o *HsmfUpdateData) HasVsmfId() bool
- func (o *HsmfUpdateData) HasVsmfPduSessionUri() bool
- func (o HsmfUpdateData) MarshalJSON() ([]byte, error)
- func (o *HsmfUpdateData) SetAddUeLocation(v UserLocation)
- func (o *HsmfUpdateData) SetAdditionalAnType(v AccessType)
- func (o *HsmfUpdateData) SetAdditionalCnTunnelInfo(v TunnelInfo)
- func (o *HsmfUpdateData) SetAlwaysOnRequested(v bool)
- func (o *HsmfUpdateData) SetAmfNfId(v string)
- func (o *HsmfUpdateData) SetAnType(v AccessType)
- func (o *HsmfUpdateData) SetAnTypeCanBeChanged(v bool)
- func (o *HsmfUpdateData) SetCause(v Cause)
- func (o *HsmfUpdateData) SetDlServingPlmnRateCtl(v int32)
- func (o *HsmfUpdateData) SetDlServingPlmnRateCtlNil()
- func (o *HsmfUpdateData) SetDnaiList(v []string)
- func (o *HsmfUpdateData) SetEpsBearerId(v []int32)
- func (o *HsmfUpdateData) SetEpsInterworkingInd(v EpsInterworkingIndication)
- func (o *HsmfUpdateData) SetGuami(v Guami)
- func (o *HsmfUpdateData) SetHoPreparationIndication(v bool)
- func (o *HsmfUpdateData) SetISmfServiceInstanceId(v string)
- func (o *HsmfUpdateData) SetIcnTunnelInfo(v TunnelInfo)
- func (o *HsmfUpdateData) SetIsmfId(v string)
- func (o *HsmfUpdateData) SetIsmfPduSessionUri(v string)
- func (o *HsmfUpdateData) SetMaNwUpgradeInd(v bool)
- func (o *HsmfUpdateData) SetMaReleaseInd(v MaReleaseIndication)
- func (o *HsmfUpdateData) SetMaRequestInd(v bool)
- func (o *HsmfUpdateData) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
- func (o *HsmfUpdateData) SetMaxIntegrityProtectedDataRateUl(v MaxIntegrityProtectedDataRate)
- func (o *HsmfUpdateData) SetMoExpDataCounter(v MoExpDataCounter)
- func (o *HsmfUpdateData) SetN1SmInfoFromUe(v RefToBinaryData)
- func (o *HsmfUpdateData) SetN4Info(v N4Information)
- func (o *HsmfUpdateData) SetN4InfoExt1(v N4Information)
- func (o *HsmfUpdateData) SetN4InfoExt2(v N4Information)
- func (o *HsmfUpdateData) SetNgApCause(v NgApCause)
- func (o *HsmfUpdateData) SetNotifyList(v []PduSessionNotifyItem)
- func (o *HsmfUpdateData) SetPauseCharging(v bool)
- func (o *HsmfUpdateData) SetPcfUeCallbackInfo(v PcfUeCallbackInfo)
- func (o *HsmfUpdateData) SetPcfUeCallbackInfoNil()
- func (o *HsmfUpdateData) SetPei(v string)
- func (o *HsmfUpdateData) SetPresenceInLadn(v PresenceState)
- func (o *HsmfUpdateData) SetPsaInfo(v []PsaInformation)
- func (o *HsmfUpdateData) SetPti(v int32)
- func (o *HsmfUpdateData) SetQosFlowsNotifyList(v []QosFlowNotifyItem)
- func (o *HsmfUpdateData) SetQosFlowsRelNotifyList(v []QosFlowItem)
- func (o *HsmfUpdateData) SetRatType(v RatType)
- func (o *HsmfUpdateData) SetRequestIndication(v RequestIndication)
- func (o *HsmfUpdateData) SetRevokeEbiList(v []int32)
- func (o *HsmfUpdateData) SetRoamingChargingProfile(v RoamingChargingProfile)
- func (o *HsmfUpdateData) SetSatelliteBackhaulCat(v SatelliteBackhaulCategory)
- func (o *HsmfUpdateData) SetSecondaryRatUsageDataReportContainer(v []string)
- func (o *HsmfUpdateData) SetSecondaryRatUsageInfo(v []SecondaryRatUsageInfo)
- func (o *HsmfUpdateData) SetSecondaryRatUsageReport(v []SecondaryRatUsageReport)
- func (o *HsmfUpdateData) SetSecurityResult(v SecurityResult)
- func (o *HsmfUpdateData) SetServingNetwork(v PlmnIdNid)
- func (o *HsmfUpdateData) SetSmPolicyNotifyInd(v bool)
- func (o *HsmfUpdateData) SetSupportedFeatures(v string)
- func (o *HsmfUpdateData) SetUeLocation(v UserLocation)
- func (o *HsmfUpdateData) SetUeTimeZone(v string)
- func (o *HsmfUpdateData) SetUlclBpInfo(v UlclBpInformation)
- func (o *HsmfUpdateData) SetUnavailableAccessInd(v UnavailableAccessIndication)
- func (o *HsmfUpdateData) SetUnknownN1SmInfo(v RefToBinaryData)
- func (o *HsmfUpdateData) SetUpCnxState(v UpCnxState)
- func (o *HsmfUpdateData) SetUpSecurityInfo(v UpSecurityInfo)
- func (o *HsmfUpdateData) SetVSmfServiceInstanceId(v string)
- func (o *HsmfUpdateData) SetVar5gMmCauseValue(v int32)
- func (o *HsmfUpdateData) SetVcnTunnelInfo(v TunnelInfo)
- func (o *HsmfUpdateData) SetVplmnQos(v VplmnQos)
- func (o *HsmfUpdateData) SetVsmfId(v string)
- func (o *HsmfUpdateData) SetVsmfPduSessionUri(v string)
- func (o HsmfUpdateData) ToMap() (map[string]interface{}, error)
- func (o *HsmfUpdateData) UnmarshalJSON(bytes []byte) (err error)
- func (o *HsmfUpdateData) UnsetDlServingPlmnRateCtl()
- func (o *HsmfUpdateData) UnsetPcfUeCallbackInfo()
- type HsmfUpdateError
- func (o *HsmfUpdateError) GetBackOffTimer() int32
- func (o *HsmfUpdateError) GetBackOffTimerOk() (*int32, bool)
- func (o *HsmfUpdateError) GetError() ProblemDetails
- func (o *HsmfUpdateError) GetErrorOk() (*ProblemDetails, bool)
- func (o *HsmfUpdateError) GetN1SmInfoToUe() RefToBinaryData
- func (o *HsmfUpdateError) GetN1SmInfoToUeOk() (*RefToBinaryData, bool)
- func (o *HsmfUpdateError) GetN1smCause() string
- func (o *HsmfUpdateError) GetN1smCauseOk() (*string, bool)
- func (o *HsmfUpdateError) GetPti() int32
- func (o *HsmfUpdateError) GetPtiOk() (*int32, bool)
- func (o *HsmfUpdateError) GetRecoveryTime() time.Time
- func (o *HsmfUpdateError) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *HsmfUpdateError) HasBackOffTimer() bool
- func (o *HsmfUpdateError) HasN1SmInfoToUe() bool
- func (o *HsmfUpdateError) HasN1smCause() bool
- func (o *HsmfUpdateError) HasPti() bool
- func (o *HsmfUpdateError) HasRecoveryTime() bool
- func (o HsmfUpdateError) MarshalJSON() ([]byte, error)
- func (o *HsmfUpdateError) SetBackOffTimer(v int32)
- func (o *HsmfUpdateError) SetError(v ProblemDetails)
- func (o *HsmfUpdateError) SetN1SmInfoToUe(v RefToBinaryData)
- func (o *HsmfUpdateError) SetN1smCause(v string)
- func (o *HsmfUpdateError) SetPti(v int32)
- func (o *HsmfUpdateError) SetRecoveryTime(v time.Time)
- func (o HsmfUpdateError) ToMap() (map[string]interface{}, error)
- func (o *HsmfUpdateError) UnmarshalJSON(bytes []byte) (err error)
- type HsmfUpdatedData
- func (o *HsmfUpdatedData) GetDnaiList() []string
- func (o *HsmfUpdatedData) GetDnaiListOk() ([]string, bool)
- func (o *HsmfUpdatedData) GetEpsBearerInfo() []EpsBearerInfo
- func (o *HsmfUpdatedData) GetEpsBearerInfoOk() ([]EpsBearerInfo, bool)
- func (o *HsmfUpdatedData) GetEpsPdnCnxInfo() EpsPdnCnxInfo
- func (o *HsmfUpdatedData) GetEpsPdnCnxInfoOk() (*EpsPdnCnxInfo, bool)
- func (o *HsmfUpdatedData) GetHomeProvidedChargingId() string
- func (o *HsmfUpdatedData) GetHomeProvidedChargingIdOk() (*string, bool)
- func (o *HsmfUpdatedData) GetInterPlmnApiRoot() string
- func (o *HsmfUpdatedData) GetInterPlmnApiRootOk() (*string, bool)
- func (o *HsmfUpdatedData) GetIntraPlmnApiRoot() string
- func (o *HsmfUpdatedData) GetIntraPlmnApiRootOk() (*string, bool)
- func (o *HsmfUpdatedData) GetIpv6MultiHomingInd() bool
- func (o *HsmfUpdatedData) GetIpv6MultiHomingIndOk() (*bool, bool)
- func (o *HsmfUpdatedData) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
- func (o *HsmfUpdatedData) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *HsmfUpdatedData) GetMaxIntegrityProtectedDataRateUl() MaxIntegrityProtectedDataRate
- func (o *HsmfUpdatedData) GetMaxIntegrityProtectedDataRateUlOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *HsmfUpdatedData) GetN1SmInfoToUe() RefToBinaryData
- func (o *HsmfUpdatedData) GetN1SmInfoToUeOk() (*RefToBinaryData, bool)
- func (o *HsmfUpdatedData) GetN4Info() N4Information
- func (o *HsmfUpdatedData) GetN4InfoExt1() N4Information
- func (o *HsmfUpdatedData) GetN4InfoExt1Ok() (*N4Information, bool)
- func (o *HsmfUpdatedData) GetN4InfoExt2() N4Information
- func (o *HsmfUpdatedData) GetN4InfoExt2Ok() (*N4Information, bool)
- func (o *HsmfUpdatedData) GetN4InfoOk() (*N4Information, bool)
- func (o *HsmfUpdatedData) GetPti() int32
- func (o *HsmfUpdatedData) GetPtiOk() (*int32, bool)
- func (o *HsmfUpdatedData) GetQosFlowsSetupList() []QosFlowSetupItem
- func (o *HsmfUpdatedData) GetQosFlowsSetupListOk() ([]QosFlowSetupItem, bool)
- func (o *HsmfUpdatedData) GetRoamingChargingProfile() RoamingChargingProfile
- func (o *HsmfUpdatedData) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
- func (o *HsmfUpdatedData) GetSessionAmbr() Ambr
- func (o *HsmfUpdatedData) GetSessionAmbrOk() (*Ambr, bool)
- func (o *HsmfUpdatedData) GetSupportedFeatures() string
- func (o *HsmfUpdatedData) GetSupportedFeaturesOk() (*string, bool)
- func (o *HsmfUpdatedData) GetUpSecurity() UpSecurity
- func (o *HsmfUpdatedData) GetUpSecurityOk() (*UpSecurity, bool)
- func (o *HsmfUpdatedData) HasDnaiList() bool
- func (o *HsmfUpdatedData) HasEpsBearerInfo() bool
- func (o *HsmfUpdatedData) HasEpsPdnCnxInfo() bool
- func (o *HsmfUpdatedData) HasHomeProvidedChargingId() bool
- func (o *HsmfUpdatedData) HasInterPlmnApiRoot() bool
- func (o *HsmfUpdatedData) HasIntraPlmnApiRoot() bool
- func (o *HsmfUpdatedData) HasIpv6MultiHomingInd() bool
- func (o *HsmfUpdatedData) HasMaxIntegrityProtectedDataRateDl() bool
- func (o *HsmfUpdatedData) HasMaxIntegrityProtectedDataRateUl() bool
- func (o *HsmfUpdatedData) HasN1SmInfoToUe() bool
- func (o *HsmfUpdatedData) HasN4Info() bool
- func (o *HsmfUpdatedData) HasN4InfoExt1() bool
- func (o *HsmfUpdatedData) HasN4InfoExt2() bool
- func (o *HsmfUpdatedData) HasPti() bool
- func (o *HsmfUpdatedData) HasQosFlowsSetupList() bool
- func (o *HsmfUpdatedData) HasRoamingChargingProfile() bool
- func (o *HsmfUpdatedData) HasSessionAmbr() bool
- func (o *HsmfUpdatedData) HasSupportedFeatures() bool
- func (o *HsmfUpdatedData) HasUpSecurity() bool
- func (o HsmfUpdatedData) MarshalJSON() ([]byte, error)
- func (o *HsmfUpdatedData) SetDnaiList(v []string)
- func (o *HsmfUpdatedData) SetEpsBearerInfo(v []EpsBearerInfo)
- func (o *HsmfUpdatedData) SetEpsPdnCnxInfo(v EpsPdnCnxInfo)
- func (o *HsmfUpdatedData) SetHomeProvidedChargingId(v string)
- func (o *HsmfUpdatedData) SetInterPlmnApiRoot(v string)
- func (o *HsmfUpdatedData) SetIntraPlmnApiRoot(v string)
- func (o *HsmfUpdatedData) SetIpv6MultiHomingInd(v bool)
- func (o *HsmfUpdatedData) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
- func (o *HsmfUpdatedData) SetMaxIntegrityProtectedDataRateUl(v MaxIntegrityProtectedDataRate)
- func (o *HsmfUpdatedData) SetN1SmInfoToUe(v RefToBinaryData)
- func (o *HsmfUpdatedData) SetN4Info(v N4Information)
- func (o *HsmfUpdatedData) SetN4InfoExt1(v N4Information)
- func (o *HsmfUpdatedData) SetN4InfoExt2(v N4Information)
- func (o *HsmfUpdatedData) SetPti(v int32)
- func (o *HsmfUpdatedData) SetQosFlowsSetupList(v []QosFlowSetupItem)
- func (o *HsmfUpdatedData) SetRoamingChargingProfile(v RoamingChargingProfile)
- func (o *HsmfUpdatedData) SetSessionAmbr(v Ambr)
- func (o *HsmfUpdatedData) SetSupportedFeatures(v string)
- func (o *HsmfUpdatedData) SetUpSecurity(v UpSecurity)
- func (o HsmfUpdatedData) ToMap() (map[string]interface{}, error)
- type IndirectDataForwardingTunnelInfo
- func (o *IndirectDataForwardingTunnelInfo) GetAdditionalTnlNb() int32
- func (o *IndirectDataForwardingTunnelInfo) GetAdditionalTnlNbOk() (*int32, bool)
- func (o *IndirectDataForwardingTunnelInfo) GetDrbId() int32
- func (o *IndirectDataForwardingTunnelInfo) GetDrbIdOk() (*int32, bool)
- func (o *IndirectDataForwardingTunnelInfo) GetGtpTeid() string
- func (o *IndirectDataForwardingTunnelInfo) GetGtpTeidOk() (*string, bool)
- func (o *IndirectDataForwardingTunnelInfo) GetIpv4Addr() string
- func (o *IndirectDataForwardingTunnelInfo) GetIpv4AddrOk() (*string, bool)
- func (o *IndirectDataForwardingTunnelInfo) GetIpv6Addr() Ipv6Addr
- func (o *IndirectDataForwardingTunnelInfo) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *IndirectDataForwardingTunnelInfo) HasAdditionalTnlNb() bool
- func (o *IndirectDataForwardingTunnelInfo) HasDrbId() bool
- func (o *IndirectDataForwardingTunnelInfo) HasIpv4Addr() bool
- func (o *IndirectDataForwardingTunnelInfo) HasIpv6Addr() bool
- func (o IndirectDataForwardingTunnelInfo) MarshalJSON() ([]byte, error)
- func (o *IndirectDataForwardingTunnelInfo) SetAdditionalTnlNb(v int32)
- func (o *IndirectDataForwardingTunnelInfo) SetDrbId(v int32)
- func (o *IndirectDataForwardingTunnelInfo) SetGtpTeid(v string)
- func (o *IndirectDataForwardingTunnelInfo) SetIpv4Addr(v string)
- func (o *IndirectDataForwardingTunnelInfo) SetIpv6Addr(v Ipv6Addr)
- func (o IndirectDataForwardingTunnelInfo) ToMap() (map[string]interface{}, error)
- func (o *IndirectDataForwardingTunnelInfo) UnmarshalJSON(bytes []byte) (err error)
- type IndividualPDUSessionHSMFOrSMFAPIService
- func (a *IndividualPDUSessionHSMFOrSMFAPIService) ReleasePduSession(ctx context.Context, pduSessionRef string) ApiReleasePduSessionRequest
- func (a *IndividualPDUSessionHSMFOrSMFAPIService) ReleasePduSessionExecute(r ApiReleasePduSessionRequest) (*ReleasedData, *http.Response, error)
- func (a *IndividualPDUSessionHSMFOrSMFAPIService) RetrievePduSession(ctx context.Context, pduSessionRef string) ApiRetrievePduSessionRequest
- func (a *IndividualPDUSessionHSMFOrSMFAPIService) RetrievePduSessionExecute(r ApiRetrievePduSessionRequest) (*RetrievedData, *http.Response, error)
- func (a *IndividualPDUSessionHSMFOrSMFAPIService) TransferMoData(ctx context.Context, pduSessionRef string) ApiTransferMoDataRequest
- func (a *IndividualPDUSessionHSMFOrSMFAPIService) TransferMoDataExecute(r ApiTransferMoDataRequest) (*http.Response, error)
- func (a *IndividualPDUSessionHSMFOrSMFAPIService) UpdatePduSession(ctx context.Context, pduSessionRef string) ApiUpdatePduSessionRequest
- func (a *IndividualPDUSessionHSMFOrSMFAPIService) UpdatePduSessionExecute(r ApiUpdatePduSessionRequest) (*HsmfUpdatedData, *http.Response, error)
- type IndividualSMContextAPIService
- func (a *IndividualSMContextAPIService) ReleaseSmContext(ctx context.Context, smContextRef string) ApiReleaseSmContextRequest
- func (a *IndividualSMContextAPIService) ReleaseSmContextExecute(r ApiReleaseSmContextRequest) (*SmContextReleasedData, *http.Response, error)
- func (a *IndividualSMContextAPIService) RetrieveSmContext(ctx context.Context, smContextRef string) ApiRetrieveSmContextRequest
- func (a *IndividualSMContextAPIService) RetrieveSmContextExecute(r ApiRetrieveSmContextRequest) (*SmContextRetrievedData, *http.Response, error)
- func (a *IndividualSMContextAPIService) SendMoData(ctx context.Context, smContextRef string) ApiSendMoDataRequest
- func (a *IndividualSMContextAPIService) SendMoDataExecute(r ApiSendMoDataRequest) (*http.Response, error)
- func (a *IndividualSMContextAPIService) UpdateSmContext(ctx context.Context, smContextRef string) ApiUpdateSmContextRequest
- func (a *IndividualSMContextAPIService) UpdateSmContextExecute(r ApiUpdateSmContextRequest) (*SmContextUpdatedData, *http.Response, error)
- type InvalidParam
- func (o *InvalidParam) GetParam() string
- func (o *InvalidParam) GetParamOk() (*string, bool)
- func (o *InvalidParam) GetReason() string
- func (o *InvalidParam) GetReasonOk() (*string, bool)
- func (o *InvalidParam) HasReason() bool
- func (o InvalidParam) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
- type IpAddress
- func (o *IpAddress) GetIpv4Addr() string
- func (o *IpAddress) GetIpv4AddrOk() (*string, bool)
- func (o *IpAddress) GetIpv6Addr() Ipv6Addr
- func (o *IpAddress) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *IpAddress) GetIpv6Prefix() Ipv6Prefix
- func (o *IpAddress) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *IpAddress) HasIpv4Addr() bool
- func (o *IpAddress) HasIpv6Addr() bool
- func (o *IpAddress) HasIpv6Prefix() bool
- func (o IpAddress) MarshalJSON() ([]byte, error)
- func (o *IpAddress) SetIpv4Addr(v string)
- func (o *IpAddress) SetIpv6Addr(v Ipv6Addr)
- func (o *IpAddress) SetIpv6Prefix(v Ipv6Prefix)
- func (o IpAddress) ToMap() (map[string]interface{}, error)
- type Ipv6Addr
- type Ipv6Prefix
- type LineType
- type LocationAreaId
- func (o *LocationAreaId) GetLac() string
- func (o *LocationAreaId) GetLacOk() (*string, bool)
- func (o *LocationAreaId) GetPlmnId() PlmnId
- func (o *LocationAreaId) GetPlmnIdOk() (*PlmnId, bool)
- func (o LocationAreaId) MarshalJSON() ([]byte, error)
- func (o *LocationAreaId) SetLac(v string)
- func (o *LocationAreaId) SetPlmnId(v PlmnId)
- func (o LocationAreaId) ToMap() (map[string]interface{}, error)
- func (o *LocationAreaId) UnmarshalJSON(bytes []byte) (err error)
- type MaReleaseIndication
- type MappedNullable
- type MaxIntegrityProtectedDataRate
- type MmeCapabilities
- func (o *MmeCapabilities) GetEthernetSupported() bool
- func (o *MmeCapabilities) GetEthernetSupportedOk() (*bool, bool)
- func (o *MmeCapabilities) GetNonIpSupported() bool
- func (o *MmeCapabilities) GetNonIpSupportedOk() (*bool, bool)
- func (o *MmeCapabilities) GetUpipSupported() bool
- func (o *MmeCapabilities) GetUpipSupportedOk() (*bool, bool)
- func (o *MmeCapabilities) HasEthernetSupported() bool
- func (o *MmeCapabilities) HasNonIpSupported() bool
- func (o *MmeCapabilities) HasUpipSupported() bool
- func (o MmeCapabilities) MarshalJSON() ([]byte, error)
- func (o *MmeCapabilities) SetEthernetSupported(v bool)
- func (o *MmeCapabilities) SetNonIpSupported(v bool)
- func (o *MmeCapabilities) SetUpipSupported(v bool)
- func (o MmeCapabilities) ToMap() (map[string]interface{}, error)
- type MoExpDataCounter
- func (o *MoExpDataCounter) GetCounter() int32
- func (o *MoExpDataCounter) GetCounterOk() (*int32, bool)
- func (o *MoExpDataCounter) GetTimeStamp() time.Time
- func (o *MoExpDataCounter) GetTimeStampOk() (*time.Time, bool)
- func (o *MoExpDataCounter) HasTimeStamp() bool
- func (o MoExpDataCounter) MarshalJSON() ([]byte, error)
- func (o *MoExpDataCounter) SetCounter(v int32)
- func (o *MoExpDataCounter) SetTimeStamp(v time.Time)
- func (o MoExpDataCounter) ToMap() (map[string]interface{}, error)
- func (o *MoExpDataCounter) UnmarshalJSON(bytes []byte) (err error)
- type N2SmInfoType
- type N3gaLocation
- func (o *N3gaLocation) GetGci() string
- func (o *N3gaLocation) GetGciOk() (*string, bool)
- func (o *N3gaLocation) GetGli() string
- func (o *N3gaLocation) GetGliOk() (*string, bool)
- func (o *N3gaLocation) GetHfcNodeId() HfcNodeId
- func (o *N3gaLocation) GetHfcNodeIdOk() (*HfcNodeId, bool)
- func (o *N3gaLocation) GetN3IwfId() string
- func (o *N3gaLocation) GetN3IwfIdOk() (*string, bool)
- func (o *N3gaLocation) GetN3gppTai() Tai
- func (o *N3gaLocation) GetN3gppTaiOk() (*Tai, bool)
- func (o *N3gaLocation) GetPortNumber() int32
- func (o *N3gaLocation) GetPortNumberOk() (*int32, bool)
- func (o *N3gaLocation) GetProtocol() TransportProtocol
- func (o *N3gaLocation) GetProtocolOk() (*TransportProtocol, bool)
- func (o *N3gaLocation) GetTnapId() TnapId
- func (o *N3gaLocation) GetTnapIdOk() (*TnapId, bool)
- func (o *N3gaLocation) GetTwapId() TwapId
- func (o *N3gaLocation) GetTwapIdOk() (*TwapId, bool)
- func (o *N3gaLocation) GetUeIpv4Addr() string
- func (o *N3gaLocation) GetUeIpv4AddrOk() (*string, bool)
- func (o *N3gaLocation) GetUeIpv6Addr() Ipv6Addr
- func (o *N3gaLocation) GetUeIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *N3gaLocation) GetW5gbanLineType() LineType
- func (o *N3gaLocation) GetW5gbanLineTypeOk() (*LineType, bool)
- func (o *N3gaLocation) HasGci() bool
- func (o *N3gaLocation) HasGli() bool
- func (o *N3gaLocation) HasHfcNodeId() bool
- func (o *N3gaLocation) HasN3IwfId() bool
- func (o *N3gaLocation) HasN3gppTai() bool
- func (o *N3gaLocation) HasPortNumber() bool
- func (o *N3gaLocation) HasProtocol() bool
- func (o *N3gaLocation) HasTnapId() bool
- func (o *N3gaLocation) HasTwapId() bool
- func (o *N3gaLocation) HasUeIpv4Addr() bool
- func (o *N3gaLocation) HasUeIpv6Addr() bool
- func (o *N3gaLocation) HasW5gbanLineType() bool
- func (o N3gaLocation) MarshalJSON() ([]byte, error)
- func (o *N3gaLocation) SetGci(v string)
- func (o *N3gaLocation) SetGli(v string)
- func (o *N3gaLocation) SetHfcNodeId(v HfcNodeId)
- func (o *N3gaLocation) SetN3IwfId(v string)
- func (o *N3gaLocation) SetN3gppTai(v Tai)
- func (o *N3gaLocation) SetPortNumber(v int32)
- func (o *N3gaLocation) SetProtocol(v TransportProtocol)
- func (o *N3gaLocation) SetTnapId(v TnapId)
- func (o *N3gaLocation) SetTwapId(v TwapId)
- func (o *N3gaLocation) SetUeIpv4Addr(v string)
- func (o *N3gaLocation) SetUeIpv6Addr(v Ipv6Addr)
- func (o *N3gaLocation) SetW5gbanLineType(v LineType)
- func (o N3gaLocation) ToMap() (map[string]interface{}, error)
- type N4Information
- func (o *N4Information) GetN4DnaiInfo() DnaiInformation
- func (o *N4Information) GetN4DnaiInfoOk() (*DnaiInformation, bool)
- func (o *N4Information) GetN4MessagePayload() RefToBinaryData
- func (o *N4Information) GetN4MessagePayloadOk() (*RefToBinaryData, bool)
- func (o *N4Information) GetN4MessageType() N4MessageType
- func (o *N4Information) GetN4MessageTypeOk() (*N4MessageType, bool)
- func (o *N4Information) GetN9UlPdrIdList() []int32
- func (o *N4Information) GetN9UlPdrIdListOk() ([]int32, bool)
- func (o *N4Information) GetPsaUpfId() string
- func (o *N4Information) GetPsaUpfIdOk() (*string, bool)
- func (o *N4Information) GetUlClBpId() string
- func (o *N4Information) GetUlClBpIdOk() (*string, bool)
- func (o *N4Information) HasN4DnaiInfo() bool
- func (o *N4Information) HasN9UlPdrIdList() bool
- func (o *N4Information) HasPsaUpfId() bool
- func (o *N4Information) HasUlClBpId() bool
- func (o N4Information) MarshalJSON() ([]byte, error)
- func (o *N4Information) SetN4DnaiInfo(v DnaiInformation)
- func (o *N4Information) SetN4MessagePayload(v RefToBinaryData)
- func (o *N4Information) SetN4MessageType(v N4MessageType)
- func (o *N4Information) SetN9UlPdrIdList(v []int32)
- func (o *N4Information) SetPsaUpfId(v string)
- func (o *N4Information) SetUlClBpId(v string)
- func (o N4Information) ToMap() (map[string]interface{}, error)
- func (o *N4Information) UnmarshalJSON(bytes []byte) (err error)
- type N4MessageType
- type NFType
- type Ncgi
- func (o *Ncgi) GetNid() string
- func (o *Ncgi) GetNidOk() (*string, bool)
- func (o *Ncgi) GetNrCellId() string
- func (o *Ncgi) GetNrCellIdOk() (*string, bool)
- func (o *Ncgi) GetPlmnId() PlmnId
- func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ncgi) HasNid() bool
- func (o Ncgi) MarshalJSON() ([]byte, error)
- func (o *Ncgi) SetNid(v string)
- func (o *Ncgi) SetNrCellId(v string)
- func (o *Ncgi) SetPlmnId(v PlmnId)
- func (o Ncgi) ToMap() (map[string]interface{}, error)
- func (o *Ncgi) UnmarshalJSON(bytes []byte) (err error)
- type NgApCause
- func (o *NgApCause) GetGroup() int32
- func (o *NgApCause) GetGroupOk() (*int32, bool)
- func (o *NgApCause) GetValue() int32
- func (o *NgApCause) GetValueOk() (*int32, bool)
- func (o NgApCause) MarshalJSON() ([]byte, error)
- func (o *NgApCause) SetGroup(v int32)
- func (o *NgApCause) SetValue(v int32)
- func (o NgApCause) ToMap() (map[string]interface{}, error)
- func (o *NgApCause) UnmarshalJSON(bytes []byte) (err error)
- type NgRanTargetId
- func (o *NgRanTargetId) GetRanNodeId() GlobalRanNodeId
- func (o *NgRanTargetId) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
- func (o *NgRanTargetId) GetTai() Tai
- func (o *NgRanTargetId) GetTaiOk() (*Tai, bool)
- func (o NgRanTargetId) MarshalJSON() ([]byte, error)
- func (o *NgRanTargetId) SetRanNodeId(v GlobalRanNodeId)
- func (o *NgRanTargetId) SetTai(v Tai)
- func (o NgRanTargetId) ToMap() (map[string]interface{}, error)
- func (o *NgRanTargetId) UnmarshalJSON(bytes []byte) (err error)
- type NonDynamic5Qi
- func (o *NonDynamic5Qi) GetAverWindow() int32
- func (o *NonDynamic5Qi) GetAverWindowOk() (*int32, bool)
- func (o *NonDynamic5Qi) GetCnPacketDelayBudgetDl() int32
- func (o *NonDynamic5Qi) GetCnPacketDelayBudgetDlOk() (*int32, bool)
- func (o *NonDynamic5Qi) GetCnPacketDelayBudgetUl() int32
- func (o *NonDynamic5Qi) GetCnPacketDelayBudgetUlOk() (*int32, bool)
- func (o *NonDynamic5Qi) GetExtMaxDataBurstVol() int32
- func (o *NonDynamic5Qi) GetExtMaxDataBurstVolOk() (*int32, bool)
- func (o *NonDynamic5Qi) GetMaxDataBurstVol() int32
- func (o *NonDynamic5Qi) GetMaxDataBurstVolOk() (*int32, bool)
- func (o *NonDynamic5Qi) GetPriorityLevel() int32
- func (o *NonDynamic5Qi) GetPriorityLevelOk() (*int32, bool)
- func (o *NonDynamic5Qi) HasAverWindow() bool
- func (o *NonDynamic5Qi) HasCnPacketDelayBudgetDl() bool
- func (o *NonDynamic5Qi) HasCnPacketDelayBudgetUl() bool
- func (o *NonDynamic5Qi) HasExtMaxDataBurstVol() bool
- func (o *NonDynamic5Qi) HasMaxDataBurstVol() bool
- func (o *NonDynamic5Qi) HasPriorityLevel() bool
- func (o NonDynamic5Qi) MarshalJSON() ([]byte, error)
- func (o *NonDynamic5Qi) SetAverWindow(v int32)
- func (o *NonDynamic5Qi) SetCnPacketDelayBudgetDl(v int32)
- func (o *NonDynamic5Qi) SetCnPacketDelayBudgetUl(v int32)
- func (o *NonDynamic5Qi) SetExtMaxDataBurstVol(v int32)
- func (o *NonDynamic5Qi) SetMaxDataBurstVol(v int32)
- func (o *NonDynamic5Qi) SetPriorityLevel(v int32)
- func (o NonDynamic5Qi) ToMap() (map[string]interface{}, error)
- type NotificationCause
- type NotificationControl
- type NotificationInfo
- func (o *NotificationInfo) GetNotifId() string
- func (o *NotificationInfo) GetNotifIdOk() (*string, bool)
- func (o *NotificationInfo) GetNotifUri() string
- func (o *NotificationInfo) GetNotifUriOk() (*string, bool)
- func (o *NotificationInfo) GetUpBufferInd() bool
- func (o *NotificationInfo) GetUpBufferIndOk() (*bool, bool)
- func (o *NotificationInfo) HasUpBufferInd() bool
- func (o NotificationInfo) MarshalJSON() ([]byte, error)
- func (o *NotificationInfo) SetNotifId(v string)
- func (o *NotificationInfo) SetNotifUri(v string)
- func (o *NotificationInfo) SetUpBufferInd(v bool)
- func (o NotificationInfo) ToMap() (map[string]interface{}, error)
- func (o *NotificationInfo) UnmarshalJSON(bytes []byte) (err error)
- type NrLocation
- func (o *NrLocation) GetAgeOfLocationInformation() int32
- func (o *NrLocation) GetAgeOfLocationInformationOk() (*int32, bool)
- func (o *NrLocation) GetGeodeticInformation() string
- func (o *NrLocation) GetGeodeticInformationOk() (*string, bool)
- func (o *NrLocation) GetGeographicalInformation() string
- func (o *NrLocation) GetGeographicalInformationOk() (*string, bool)
- func (o *NrLocation) GetGlobalGnbId() GlobalRanNodeId
- func (o *NrLocation) GetGlobalGnbIdOk() (*GlobalRanNodeId, bool)
- func (o *NrLocation) GetIgnoreNcgi() bool
- func (o *NrLocation) GetIgnoreNcgiOk() (*bool, bool)
- func (o *NrLocation) GetNcgi() Ncgi
- func (o *NrLocation) GetNcgiOk() (*Ncgi, bool)
- func (o *NrLocation) GetTai() Tai
- func (o *NrLocation) GetTaiOk() (*Tai, bool)
- func (o *NrLocation) GetUeLocationTimestamp() time.Time
- func (o *NrLocation) GetUeLocationTimestampOk() (*time.Time, bool)
- func (o *NrLocation) HasAgeOfLocationInformation() bool
- func (o *NrLocation) HasGeodeticInformation() bool
- func (o *NrLocation) HasGeographicalInformation() bool
- func (o *NrLocation) HasGlobalGnbId() bool
- func (o *NrLocation) HasIgnoreNcgi() bool
- func (o *NrLocation) HasUeLocationTimestamp() bool
- func (o NrLocation) MarshalJSON() ([]byte, error)
- func (o *NrLocation) SetAgeOfLocationInformation(v int32)
- func (o *NrLocation) SetGeodeticInformation(v string)
- func (o *NrLocation) SetGeographicalInformation(v string)
- func (o *NrLocation) SetGlobalGnbId(v GlobalRanNodeId)
- func (o *NrLocation) SetGlobalGnbIdNil()
- func (o *NrLocation) SetIgnoreNcgi(v bool)
- func (o *NrLocation) SetNcgi(v Ncgi)
- func (o *NrLocation) SetTai(v Tai)
- func (o *NrLocation) SetUeLocationTimestamp(v time.Time)
- func (o NrLocation) ToMap() (map[string]interface{}, error)
- func (o *NrLocation) UnmarshalJSON(bytes []byte) (err error)
- func (o *NrLocation) UnsetGlobalGnbId()
- type NullValue
- type NullableAccessTokenErr
- func (v NullableAccessTokenErr) Get() *AccessTokenErr
- func (v NullableAccessTokenErr) IsSet() bool
- func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
- func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenErr) Unset()
- type NullableAccessTokenReq
- func (v NullableAccessTokenReq) Get() *AccessTokenReq
- func (v NullableAccessTokenReq) IsSet() bool
- func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
- func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenReq) Unset()
- type NullableAccessType
- type NullableAdditionalQosFlowInfo
- func (v NullableAdditionalQosFlowInfo) Get() *AdditionalQosFlowInfo
- func (v NullableAdditionalQosFlowInfo) IsSet() bool
- func (v NullableAdditionalQosFlowInfo) MarshalJSON() ([]byte, error)
- func (v *NullableAdditionalQosFlowInfo) Set(val *AdditionalQosFlowInfo)
- func (v *NullableAdditionalQosFlowInfo) UnmarshalJSON(src []byte) error
- func (v *NullableAdditionalQosFlowInfo) Unset()
- type NullableAfCoordinationInfo
- func (v NullableAfCoordinationInfo) Get() *AfCoordinationInfo
- func (v NullableAfCoordinationInfo) IsSet() bool
- func (v NullableAfCoordinationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableAfCoordinationInfo) Set(val *AfCoordinationInfo)
- func (v *NullableAfCoordinationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableAfCoordinationInfo) Unset()
- type NullableAlternativeQosProfile
- func (v NullableAlternativeQosProfile) Get() *AlternativeQosProfile
- func (v NullableAlternativeQosProfile) IsSet() bool
- func (v NullableAlternativeQosProfile) MarshalJSON() ([]byte, error)
- func (v *NullableAlternativeQosProfile) Set(val *AlternativeQosProfile)
- func (v *NullableAlternativeQosProfile) UnmarshalJSON(src []byte) error
- func (v *NullableAlternativeQosProfile) Unset()
- type NullableAmbr
- type NullableAnchorSmfFeatures
- func (v NullableAnchorSmfFeatures) Get() *AnchorSmfFeatures
- func (v NullableAnchorSmfFeatures) IsSet() bool
- func (v NullableAnchorSmfFeatures) MarshalJSON() ([]byte, error)
- func (v *NullableAnchorSmfFeatures) Set(val *AnchorSmfFeatures)
- func (v *NullableAnchorSmfFeatures) UnmarshalJSON(src []byte) error
- func (v *NullableAnchorSmfFeatures) Unset()
- type NullableApnRateStatus
- func (v NullableApnRateStatus) Get() *ApnRateStatus
- func (v NullableApnRateStatus) IsSet() bool
- func (v NullableApnRateStatus) MarshalJSON() ([]byte, error)
- func (v *NullableApnRateStatus) Set(val *ApnRateStatus)
- func (v *NullableApnRateStatus) UnmarshalJSON(src []byte) error
- func (v *NullableApnRateStatus) Unset()
- type NullableArp
- type NullableBackupAmfInfo
- func (v NullableBackupAmfInfo) Get() *BackupAmfInfo
- func (v NullableBackupAmfInfo) IsSet() bool
- func (v NullableBackupAmfInfo) MarshalJSON() ([]byte, error)
- func (v *NullableBackupAmfInfo) Set(val *BackupAmfInfo)
- func (v *NullableBackupAmfInfo) UnmarshalJSON(src []byte) error
- func (v *NullableBackupAmfInfo) Unset()
- type NullableBatteryIndication
- func (v NullableBatteryIndication) Get() *BatteryIndication
- func (v NullableBatteryIndication) IsSet() bool
- func (v NullableBatteryIndication) MarshalJSON() ([]byte, error)
- func (v *NullableBatteryIndication) Set(val *BatteryIndication)
- func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error
- func (v *NullableBatteryIndication) Unset()
- type NullableBool
- type NullableCause
- type NullableCellGlobalId
- func (v NullableCellGlobalId) Get() *CellGlobalId
- func (v NullableCellGlobalId) IsSet() bool
- func (v NullableCellGlobalId) MarshalJSON() ([]byte, error)
- func (v *NullableCellGlobalId) Set(val *CellGlobalId)
- func (v *NullableCellGlobalId) UnmarshalJSON(src []byte) error
- func (v *NullableCellGlobalId) Unset()
- type NullableChargingInformation
- func (v NullableChargingInformation) Get() *ChargingInformation
- func (v NullableChargingInformation) IsSet() bool
- func (v NullableChargingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableChargingInformation) Set(val *ChargingInformation)
- func (v *NullableChargingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableChargingInformation) Unset()
- type NullableCnAssistedRanPara
- func (v NullableCnAssistedRanPara) Get() *CnAssistedRanPara
- func (v NullableCnAssistedRanPara) IsSet() bool
- func (v NullableCnAssistedRanPara) MarshalJSON() ([]byte, error)
- func (v *NullableCnAssistedRanPara) Set(val *CnAssistedRanPara)
- func (v *NullableCnAssistedRanPara) UnmarshalJSON(src []byte) error
- func (v *NullableCnAssistedRanPara) Unset()
- type NullableDddTrafficDescriptor
- func (v NullableDddTrafficDescriptor) Get() *DddTrafficDescriptor
- func (v NullableDddTrafficDescriptor) IsSet() bool
- func (v NullableDddTrafficDescriptor) MarshalJSON() ([]byte, error)
- func (v *NullableDddTrafficDescriptor) Set(val *DddTrafficDescriptor)
- func (v *NullableDddTrafficDescriptor) UnmarshalJSON(src []byte) error
- func (v *NullableDddTrafficDescriptor) Unset()
- type NullableDdnFailureSubInfo
- func (v NullableDdnFailureSubInfo) Get() *DdnFailureSubInfo
- func (v NullableDdnFailureSubInfo) IsSet() bool
- func (v NullableDdnFailureSubInfo) MarshalJSON() ([]byte, error)
- func (v *NullableDdnFailureSubInfo) Set(val *DdnFailureSubInfo)
- func (v *NullableDdnFailureSubInfo) UnmarshalJSON(src []byte) error
- func (v *NullableDdnFailureSubInfo) Unset()
- type NullableDdnFailureSubs
- func (v NullableDdnFailureSubs) Get() *DdnFailureSubs
- func (v NullableDdnFailureSubs) IsSet() bool
- func (v NullableDdnFailureSubs) MarshalJSON() ([]byte, error)
- func (v *NullableDdnFailureSubs) Set(val *DdnFailureSubs)
- func (v *NullableDdnFailureSubs) UnmarshalJSON(src []byte) error
- func (v *NullableDdnFailureSubs) Unset()
- type NullableDnaiInformation
- func (v NullableDnaiInformation) Get() *DnaiInformation
- func (v NullableDnaiInformation) IsSet() bool
- func (v NullableDnaiInformation) MarshalJSON() ([]byte, error)
- func (v *NullableDnaiInformation) Set(val *DnaiInformation)
- func (v *NullableDnaiInformation) UnmarshalJSON(src []byte) error
- func (v *NullableDnaiInformation) Unset()
- type NullableDnnSelectionMode
- func (v NullableDnnSelectionMode) Get() *DnnSelectionMode
- func (v NullableDnnSelectionMode) IsSet() bool
- func (v NullableDnnSelectionMode) MarshalJSON() ([]byte, error)
- func (v *NullableDnnSelectionMode) Set(val *DnnSelectionMode)
- func (v *NullableDnnSelectionMode) UnmarshalJSON(src []byte) error
- func (v *NullableDnnSelectionMode) Unset()
- type NullableDynamic5Qi
- type NullableEbiArpMapping
- func (v NullableEbiArpMapping) Get() *EbiArpMapping
- func (v NullableEbiArpMapping) IsSet() bool
- func (v NullableEbiArpMapping) MarshalJSON() ([]byte, error)
- func (v *NullableEbiArpMapping) Set(val *EbiArpMapping)
- func (v *NullableEbiArpMapping) UnmarshalJSON(src []byte) error
- func (v *NullableEbiArpMapping) Unset()
- type NullableEcgi
- type NullableEpsBearerInfo
- func (v NullableEpsBearerInfo) Get() *EpsBearerInfo
- func (v NullableEpsBearerInfo) IsSet() bool
- func (v NullableEpsBearerInfo) MarshalJSON() ([]byte, error)
- func (v *NullableEpsBearerInfo) Set(val *EpsBearerInfo)
- func (v *NullableEpsBearerInfo) UnmarshalJSON(src []byte) error
- func (v *NullableEpsBearerInfo) Unset()
- type NullableEpsInterworkingIndication
- func (v NullableEpsInterworkingIndication) Get() *EpsInterworkingIndication
- func (v NullableEpsInterworkingIndication) IsSet() bool
- func (v NullableEpsInterworkingIndication) MarshalJSON() ([]byte, error)
- func (v *NullableEpsInterworkingIndication) Set(val *EpsInterworkingIndication)
- func (v *NullableEpsInterworkingIndication) UnmarshalJSON(src []byte) error
- func (v *NullableEpsInterworkingIndication) Unset()
- type NullableEpsPdnCnxInfo
- func (v NullableEpsPdnCnxInfo) Get() *EpsPdnCnxInfo
- func (v NullableEpsPdnCnxInfo) IsSet() bool
- func (v NullableEpsPdnCnxInfo) MarshalJSON() ([]byte, error)
- func (v *NullableEpsPdnCnxInfo) Set(val *EpsPdnCnxInfo)
- func (v *NullableEpsPdnCnxInfo) UnmarshalJSON(src []byte) error
- func (v *NullableEpsPdnCnxInfo) Unset()
- type NullableEutraLocation
- func (v NullableEutraLocation) Get() *EutraLocation
- func (v NullableEutraLocation) IsSet() bool
- func (v NullableEutraLocation) MarshalJSON() ([]byte, error)
- func (v *NullableEutraLocation) Set(val *EutraLocation)
- func (v *NullableEutraLocation) UnmarshalJSON(src []byte) error
- func (v *NullableEutraLocation) Unset()
- type NullableExemptionInd
- func (v NullableExemptionInd) Get() *ExemptionInd
- func (v NullableExemptionInd) IsSet() bool
- func (v NullableExemptionInd) MarshalJSON() ([]byte, error)
- func (v *NullableExemptionInd) Set(val *ExemptionInd)
- func (v *NullableExemptionInd) UnmarshalJSON(src []byte) error
- func (v *NullableExemptionInd) Unset()
- type NullableExtProblemDetails
- func (v NullableExtProblemDetails) Get() *ExtProblemDetails
- func (v NullableExtProblemDetails) IsSet() bool
- func (v NullableExtProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableExtProblemDetails) Set(val *ExtProblemDetails)
- func (v *NullableExtProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableExtProblemDetails) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGNbId
- type NullableGbrQosFlowInformation
- func (v NullableGbrQosFlowInformation) Get() *GbrQosFlowInformation
- func (v NullableGbrQosFlowInformation) IsSet() bool
- func (v NullableGbrQosFlowInformation) MarshalJSON() ([]byte, error)
- func (v *NullableGbrQosFlowInformation) Set(val *GbrQosFlowInformation)
- func (v *NullableGbrQosFlowInformation) UnmarshalJSON(src []byte) error
- func (v *NullableGbrQosFlowInformation) Unset()
- type NullableGeraLocation
- func (v NullableGeraLocation) Get() *GeraLocation
- func (v NullableGeraLocation) IsSet() bool
- func (v NullableGeraLocation) MarshalJSON() ([]byte, error)
- func (v *NullableGeraLocation) Set(val *GeraLocation)
- func (v *NullableGeraLocation) UnmarshalJSON(src []byte) error
- func (v *NullableGeraLocation) Unset()
- type NullableGlobalRanNodeId
- func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
- func (v NullableGlobalRanNodeId) IsSet() bool
- func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
- func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
- func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
- func (v *NullableGlobalRanNodeId) Unset()
- type NullableGuami
- type NullableHfcNodeId
- type NullableHoState
- type NullableHsmfUpdateData
- func (v NullableHsmfUpdateData) Get() *HsmfUpdateData
- func (v NullableHsmfUpdateData) IsSet() bool
- func (v NullableHsmfUpdateData) MarshalJSON() ([]byte, error)
- func (v *NullableHsmfUpdateData) Set(val *HsmfUpdateData)
- func (v *NullableHsmfUpdateData) UnmarshalJSON(src []byte) error
- func (v *NullableHsmfUpdateData) Unset()
- type NullableHsmfUpdateError
- func (v NullableHsmfUpdateError) Get() *HsmfUpdateError
- func (v NullableHsmfUpdateError) IsSet() bool
- func (v NullableHsmfUpdateError) MarshalJSON() ([]byte, error)
- func (v *NullableHsmfUpdateError) Set(val *HsmfUpdateError)
- func (v *NullableHsmfUpdateError) UnmarshalJSON(src []byte) error
- func (v *NullableHsmfUpdateError) Unset()
- type NullableHsmfUpdatedData
- func (v NullableHsmfUpdatedData) Get() *HsmfUpdatedData
- func (v NullableHsmfUpdatedData) IsSet() bool
- func (v NullableHsmfUpdatedData) MarshalJSON() ([]byte, error)
- func (v *NullableHsmfUpdatedData) Set(val *HsmfUpdatedData)
- func (v *NullableHsmfUpdatedData) UnmarshalJSON(src []byte) error
- func (v *NullableHsmfUpdatedData) Unset()
- type NullableIndirectDataForwardingTunnelInfo
- func (v NullableIndirectDataForwardingTunnelInfo) Get() *IndirectDataForwardingTunnelInfo
- func (v NullableIndirectDataForwardingTunnelInfo) IsSet() bool
- func (v NullableIndirectDataForwardingTunnelInfo) MarshalJSON() ([]byte, error)
- func (v *NullableIndirectDataForwardingTunnelInfo) Set(val *IndirectDataForwardingTunnelInfo)
- func (v *NullableIndirectDataForwardingTunnelInfo) UnmarshalJSON(src []byte) error
- func (v *NullableIndirectDataForwardingTunnelInfo) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableIpAddress
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableLineType
- type NullableLocationAreaId
- func (v NullableLocationAreaId) Get() *LocationAreaId
- func (v NullableLocationAreaId) IsSet() bool
- func (v NullableLocationAreaId) MarshalJSON() ([]byte, error)
- func (v *NullableLocationAreaId) Set(val *LocationAreaId)
- func (v *NullableLocationAreaId) UnmarshalJSON(src []byte) error
- func (v *NullableLocationAreaId) Unset()
- type NullableMaReleaseIndication
- func (v NullableMaReleaseIndication) Get() *MaReleaseIndication
- func (v NullableMaReleaseIndication) IsSet() bool
- func (v NullableMaReleaseIndication) MarshalJSON() ([]byte, error)
- func (v *NullableMaReleaseIndication) Set(val *MaReleaseIndication)
- func (v *NullableMaReleaseIndication) UnmarshalJSON(src []byte) error
- func (v *NullableMaReleaseIndication) Unset()
- type NullableMaxIntegrityProtectedDataRate
- func (v NullableMaxIntegrityProtectedDataRate) Get() *MaxIntegrityProtectedDataRate
- func (v NullableMaxIntegrityProtectedDataRate) IsSet() bool
- func (v NullableMaxIntegrityProtectedDataRate) MarshalJSON() ([]byte, error)
- func (v *NullableMaxIntegrityProtectedDataRate) Set(val *MaxIntegrityProtectedDataRate)
- func (v *NullableMaxIntegrityProtectedDataRate) UnmarshalJSON(src []byte) error
- func (v *NullableMaxIntegrityProtectedDataRate) Unset()
- type NullableMmeCapabilities
- func (v NullableMmeCapabilities) Get() *MmeCapabilities
- func (v NullableMmeCapabilities) IsSet() bool
- func (v NullableMmeCapabilities) MarshalJSON() ([]byte, error)
- func (v *NullableMmeCapabilities) Set(val *MmeCapabilities)
- func (v *NullableMmeCapabilities) UnmarshalJSON(src []byte) error
- func (v *NullableMmeCapabilities) Unset()
- type NullableMoExpDataCounter
- func (v NullableMoExpDataCounter) Get() *MoExpDataCounter
- func (v NullableMoExpDataCounter) IsSet() bool
- func (v NullableMoExpDataCounter) MarshalJSON() ([]byte, error)
- func (v *NullableMoExpDataCounter) Set(val *MoExpDataCounter)
- func (v *NullableMoExpDataCounter) UnmarshalJSON(src []byte) error
- func (v *NullableMoExpDataCounter) Unset()
- type NullableN2SmInfoType
- func (v NullableN2SmInfoType) Get() *N2SmInfoType
- func (v NullableN2SmInfoType) IsSet() bool
- func (v NullableN2SmInfoType) MarshalJSON() ([]byte, error)
- func (v *NullableN2SmInfoType) Set(val *N2SmInfoType)
- func (v *NullableN2SmInfoType) UnmarshalJSON(src []byte) error
- func (v *NullableN2SmInfoType) Unset()
- type NullableN3gaLocation
- func (v NullableN3gaLocation) Get() *N3gaLocation
- func (v NullableN3gaLocation) IsSet() bool
- func (v NullableN3gaLocation) MarshalJSON() ([]byte, error)
- func (v *NullableN3gaLocation) Set(val *N3gaLocation)
- func (v *NullableN3gaLocation) UnmarshalJSON(src []byte) error
- func (v *NullableN3gaLocation) Unset()
- type NullableN4Information
- func (v NullableN4Information) Get() *N4Information
- func (v NullableN4Information) IsSet() bool
- func (v NullableN4Information) MarshalJSON() ([]byte, error)
- func (v *NullableN4Information) Set(val *N4Information)
- func (v *NullableN4Information) UnmarshalJSON(src []byte) error
- func (v *NullableN4Information) Unset()
- type NullableN4MessageType
- func (v NullableN4MessageType) Get() *N4MessageType
- func (v NullableN4MessageType) IsSet() bool
- func (v NullableN4MessageType) MarshalJSON() ([]byte, error)
- func (v *NullableN4MessageType) Set(val *N4MessageType)
- func (v *NullableN4MessageType) UnmarshalJSON(src []byte) error
- func (v *NullableN4MessageType) Unset()
- type NullableNFType
- type NullableNcgi
- type NullableNgApCause
- type NullableNgRanTargetId
- func (v NullableNgRanTargetId) Get() *NgRanTargetId
- func (v NullableNgRanTargetId) IsSet() bool
- func (v NullableNgRanTargetId) MarshalJSON() ([]byte, error)
- func (v *NullableNgRanTargetId) Set(val *NgRanTargetId)
- func (v *NullableNgRanTargetId) UnmarshalJSON(src []byte) error
- func (v *NullableNgRanTargetId) Unset()
- type NullableNonDynamic5Qi
- func (v NullableNonDynamic5Qi) Get() *NonDynamic5Qi
- func (v NullableNonDynamic5Qi) IsSet() bool
- func (v NullableNonDynamic5Qi) MarshalJSON() ([]byte, error)
- func (v *NullableNonDynamic5Qi) Set(val *NonDynamic5Qi)
- func (v *NullableNonDynamic5Qi) UnmarshalJSON(src []byte) error
- func (v *NullableNonDynamic5Qi) Unset()
- type NullableNotificationCause
- func (v NullableNotificationCause) Get() *NotificationCause
- func (v NullableNotificationCause) IsSet() bool
- func (v NullableNotificationCause) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationCause) Set(val *NotificationCause)
- func (v *NullableNotificationCause) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationCause) Unset()
- type NullableNotificationControl
- func (v NullableNotificationControl) Get() *NotificationControl
- func (v NullableNotificationControl) IsSet() bool
- func (v NullableNotificationControl) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationControl) Set(val *NotificationControl)
- func (v *NullableNotificationControl) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationControl) Unset()
- type NullableNotificationInfo
- func (v NullableNotificationInfo) Get() *NotificationInfo
- func (v NullableNotificationInfo) IsSet() bool
- func (v NullableNotificationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationInfo) Set(val *NotificationInfo)
- func (v *NullableNotificationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationInfo) Unset()
- type NullableNrLocation
- type NullableNullValue
- type NullablePartialRecordMethod
- func (v NullablePartialRecordMethod) Get() *PartialRecordMethod
- func (v NullablePartialRecordMethod) IsSet() bool
- func (v NullablePartialRecordMethod) MarshalJSON() ([]byte, error)
- func (v *NullablePartialRecordMethod) Set(val *PartialRecordMethod)
- func (v *NullablePartialRecordMethod) UnmarshalJSON(src []byte) error
- func (v *NullablePartialRecordMethod) Unset()
- type NullablePcfUeCallbackInfo
- func (v NullablePcfUeCallbackInfo) Get() *PcfUeCallbackInfo
- func (v NullablePcfUeCallbackInfo) IsSet() bool
- func (v NullablePcfUeCallbackInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePcfUeCallbackInfo) Set(val *PcfUeCallbackInfo)
- func (v *NullablePcfUeCallbackInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePcfUeCallbackInfo) Unset()
- type NullablePduSessionContextType
- func (v NullablePduSessionContextType) Get() *PduSessionContextType
- func (v NullablePduSessionContextType) IsSet() bool
- func (v NullablePduSessionContextType) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionContextType) Set(val *PduSessionContextType)
- func (v *NullablePduSessionContextType) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionContextType) Unset()
- type NullablePduSessionCreateData
- func (v NullablePduSessionCreateData) Get() *PduSessionCreateData
- func (v NullablePduSessionCreateData) IsSet() bool
- func (v NullablePduSessionCreateData) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionCreateData) Set(val *PduSessionCreateData)
- func (v *NullablePduSessionCreateData) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionCreateData) Unset()
- type NullablePduSessionCreateError
- func (v NullablePduSessionCreateError) Get() *PduSessionCreateError
- func (v NullablePduSessionCreateError) IsSet() bool
- func (v NullablePduSessionCreateError) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionCreateError) Set(val *PduSessionCreateError)
- func (v *NullablePduSessionCreateError) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionCreateError) Unset()
- type NullablePduSessionCreatedData
- func (v NullablePduSessionCreatedData) Get() *PduSessionCreatedData
- func (v NullablePduSessionCreatedData) IsSet() bool
- func (v NullablePduSessionCreatedData) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionCreatedData) Set(val *PduSessionCreatedData)
- func (v *NullablePduSessionCreatedData) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionCreatedData) Unset()
- type NullablePduSessionNotifyItem
- func (v NullablePduSessionNotifyItem) Get() *PduSessionNotifyItem
- func (v NullablePduSessionNotifyItem) IsSet() bool
- func (v NullablePduSessionNotifyItem) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionNotifyItem) Set(val *PduSessionNotifyItem)
- func (v *NullablePduSessionNotifyItem) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionNotifyItem) Unset()
- type NullablePduSessionType
- func (v NullablePduSessionType) Get() *PduSessionType
- func (v NullablePduSessionType) IsSet() bool
- func (v NullablePduSessionType) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionType) Set(val *PduSessionType)
- func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionType) Unset()
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullablePreemptionCapability
- func (v NullablePreemptionCapability) Get() *PreemptionCapability
- func (v NullablePreemptionCapability) IsSet() bool
- func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error)
- func (v *NullablePreemptionCapability) Set(val *PreemptionCapability)
- func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error
- func (v *NullablePreemptionCapability) Unset()
- type NullablePreemptionVulnerability
- func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability
- func (v NullablePreemptionVulnerability) IsSet() bool
- func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error)
- func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability)
- func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error
- func (v *NullablePreemptionVulnerability) Unset()
- type NullablePresenceState
- func (v NullablePresenceState) Get() *PresenceState
- func (v NullablePresenceState) IsSet() bool
- func (v NullablePresenceState) MarshalJSON() ([]byte, error)
- func (v *NullablePresenceState) Set(val *PresenceState)
- func (v *NullablePresenceState) UnmarshalJSON(src []byte) error
- func (v *NullablePresenceState) Unset()
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type NullableProblemDetailsAddInfo
- func (v NullableProblemDetailsAddInfo) Get() *ProblemDetailsAddInfo
- func (v NullableProblemDetailsAddInfo) IsSet() bool
- func (v NullableProblemDetailsAddInfo) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetailsAddInfo) Set(val *ProblemDetailsAddInfo)
- func (v *NullableProblemDetailsAddInfo) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetailsAddInfo) Unset()
- type NullableProtectionResult
- func (v NullableProtectionResult) Get() *ProtectionResult
- func (v NullableProtectionResult) IsSet() bool
- func (v NullableProtectionResult) MarshalJSON() ([]byte, error)
- func (v *NullableProtectionResult) Set(val *ProtectionResult)
- func (v *NullableProtectionResult) UnmarshalJSON(src []byte) error
- func (v *NullableProtectionResult) Unset()
- type NullablePsaIndication
- func (v NullablePsaIndication) Get() *PsaIndication
- func (v NullablePsaIndication) IsSet() bool
- func (v NullablePsaIndication) MarshalJSON() ([]byte, error)
- func (v *NullablePsaIndication) Set(val *PsaIndication)
- func (v *NullablePsaIndication) UnmarshalJSON(src []byte) error
- func (v *NullablePsaIndication) Unset()
- type NullablePsaInformation
- func (v NullablePsaInformation) Get() *PsaInformation
- func (v NullablePsaInformation) IsSet() bool
- func (v NullablePsaInformation) MarshalJSON() ([]byte, error)
- func (v *NullablePsaInformation) Set(val *PsaInformation)
- func (v *NullablePsaInformation) UnmarshalJSON(src []byte) error
- func (v *NullablePsaInformation) Unset()
- type NullableQosFlowAccessType
- func (v NullableQosFlowAccessType) Get() *QosFlowAccessType
- func (v NullableQosFlowAccessType) IsSet() bool
- func (v NullableQosFlowAccessType) MarshalJSON() ([]byte, error)
- func (v *NullableQosFlowAccessType) Set(val *QosFlowAccessType)
- func (v *NullableQosFlowAccessType) UnmarshalJSON(src []byte) error
- func (v *NullableQosFlowAccessType) Unset()
- type NullableQosFlowAddModifyRequestItem
- func (v NullableQosFlowAddModifyRequestItem) Get() *QosFlowAddModifyRequestItem
- func (v NullableQosFlowAddModifyRequestItem) IsSet() bool
- func (v NullableQosFlowAddModifyRequestItem) MarshalJSON() ([]byte, error)
- func (v *NullableQosFlowAddModifyRequestItem) Set(val *QosFlowAddModifyRequestItem)
- func (v *NullableQosFlowAddModifyRequestItem) UnmarshalJSON(src []byte) error
- func (v *NullableQosFlowAddModifyRequestItem) Unset()
- type NullableQosFlowItem
- func (v NullableQosFlowItem) Get() *QosFlowItem
- func (v NullableQosFlowItem) IsSet() bool
- func (v NullableQosFlowItem) MarshalJSON() ([]byte, error)
- func (v *NullableQosFlowItem) Set(val *QosFlowItem)
- func (v *NullableQosFlowItem) UnmarshalJSON(src []byte) error
- func (v *NullableQosFlowItem) Unset()
- type NullableQosFlowNotifyItem
- func (v NullableQosFlowNotifyItem) Get() *QosFlowNotifyItem
- func (v NullableQosFlowNotifyItem) IsSet() bool
- func (v NullableQosFlowNotifyItem) MarshalJSON() ([]byte, error)
- func (v *NullableQosFlowNotifyItem) Set(val *QosFlowNotifyItem)
- func (v *NullableQosFlowNotifyItem) UnmarshalJSON(src []byte) error
- func (v *NullableQosFlowNotifyItem) Unset()
- type NullableQosFlowProfile
- func (v NullableQosFlowProfile) Get() *QosFlowProfile
- func (v NullableQosFlowProfile) IsSet() bool
- func (v NullableQosFlowProfile) MarshalJSON() ([]byte, error)
- func (v *NullableQosFlowProfile) Set(val *QosFlowProfile)
- func (v *NullableQosFlowProfile) UnmarshalJSON(src []byte) error
- func (v *NullableQosFlowProfile) Unset()
- type NullableQosFlowReleaseRequestItem
- func (v NullableQosFlowReleaseRequestItem) Get() *QosFlowReleaseRequestItem
- func (v NullableQosFlowReleaseRequestItem) IsSet() bool
- func (v NullableQosFlowReleaseRequestItem) MarshalJSON() ([]byte, error)
- func (v *NullableQosFlowReleaseRequestItem) Set(val *QosFlowReleaseRequestItem)
- func (v *NullableQosFlowReleaseRequestItem) UnmarshalJSON(src []byte) error
- func (v *NullableQosFlowReleaseRequestItem) Unset()
- type NullableQosFlowSetupItem
- func (v NullableQosFlowSetupItem) Get() *QosFlowSetupItem
- func (v NullableQosFlowSetupItem) IsSet() bool
- func (v NullableQosFlowSetupItem) MarshalJSON() ([]byte, error)
- func (v *NullableQosFlowSetupItem) Set(val *QosFlowSetupItem)
- func (v *NullableQosFlowSetupItem) UnmarshalJSON(src []byte) error
- func (v *NullableQosFlowSetupItem) Unset()
- type NullableQosFlowTunnel
- func (v NullableQosFlowTunnel) Get() *QosFlowTunnel
- func (v NullableQosFlowTunnel) IsSet() bool
- func (v NullableQosFlowTunnel) MarshalJSON() ([]byte, error)
- func (v *NullableQosFlowTunnel) Set(val *QosFlowTunnel)
- func (v *NullableQosFlowTunnel) UnmarshalJSON(src []byte) error
- func (v *NullableQosFlowTunnel) Unset()
- type NullableQosFlowUsageReport
- func (v NullableQosFlowUsageReport) Get() *QosFlowUsageReport
- func (v NullableQosFlowUsageReport) IsSet() bool
- func (v NullableQosFlowUsageReport) MarshalJSON() ([]byte, error)
- func (v *NullableQosFlowUsageReport) Set(val *QosFlowUsageReport)
- func (v *NullableQosFlowUsageReport) UnmarshalJSON(src []byte) error
- func (v *NullableQosFlowUsageReport) Unset()
- type NullableQosMonitoringInfo
- func (v NullableQosMonitoringInfo) Get() *QosMonitoringInfo
- func (v NullableQosMonitoringInfo) IsSet() bool
- func (v NullableQosMonitoringInfo) MarshalJSON() ([]byte, error)
- func (v *NullableQosMonitoringInfo) Set(val *QosMonitoringInfo)
- func (v *NullableQosMonitoringInfo) UnmarshalJSON(src []byte) error
- func (v *NullableQosMonitoringInfo) Unset()
- type NullableQosMonitoringReq
- func (v NullableQosMonitoringReq) Get() *QosMonitoringReq
- func (v NullableQosMonitoringReq) IsSet() bool
- func (v NullableQosMonitoringReq) MarshalJSON() ([]byte, error)
- func (v *NullableQosMonitoringReq) Set(val *QosMonitoringReq)
- func (v *NullableQosMonitoringReq) UnmarshalJSON(src []byte) error
- func (v *NullableQosMonitoringReq) Unset()
- type NullableQosResourceType
- func (v NullableQosResourceType) Get() *QosResourceType
- func (v NullableQosResourceType) IsSet() bool
- func (v NullableQosResourceType) MarshalJSON() ([]byte, error)
- func (v *NullableQosResourceType) Set(val *QosResourceType)
- func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error
- func (v *NullableQosResourceType) Unset()
- type NullableRatType
- type NullableRedirectResponse
- func (v NullableRedirectResponse) Get() *RedirectResponse
- func (v NullableRedirectResponse) IsSet() bool
- func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectResponse) Set(val *RedirectResponse)
- func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectResponse) Unset()
- type NullableRedundantPduSessionInformation
- func (v NullableRedundantPduSessionInformation) Get() *RedundantPduSessionInformation
- func (v NullableRedundantPduSessionInformation) IsSet() bool
- func (v NullableRedundantPduSessionInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRedundantPduSessionInformation) Set(val *RedundantPduSessionInformation)
- func (v *NullableRedundantPduSessionInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRedundantPduSessionInformation) Unset()
- type NullableRefToBinaryData
- func (v NullableRefToBinaryData) Get() *RefToBinaryData
- func (v NullableRefToBinaryData) IsSet() bool
- func (v NullableRefToBinaryData) MarshalJSON() ([]byte, error)
- func (v *NullableRefToBinaryData) Set(val *RefToBinaryData)
- func (v *NullableRefToBinaryData) UnmarshalJSON(src []byte) error
- func (v *NullableRefToBinaryData) Unset()
- type NullableReflectiveQoSAttribute
- func (v NullableReflectiveQoSAttribute) Get() *ReflectiveQoSAttribute
- func (v NullableReflectiveQoSAttribute) IsSet() bool
- func (v NullableReflectiveQoSAttribute) MarshalJSON() ([]byte, error)
- func (v *NullableReflectiveQoSAttribute) Set(val *ReflectiveQoSAttribute)
- func (v *NullableReflectiveQoSAttribute) UnmarshalJSON(src []byte) error
- func (v *NullableReflectiveQoSAttribute) Unset()
- type NullableReleaseData
- func (v NullableReleaseData) Get() *ReleaseData
- func (v NullableReleaseData) IsSet() bool
- func (v NullableReleaseData) MarshalJSON() ([]byte, error)
- func (v *NullableReleaseData) Set(val *ReleaseData)
- func (v *NullableReleaseData) UnmarshalJSON(src []byte) error
- func (v *NullableReleaseData) Unset()
- type NullableReleasePduSession200Response
- func (v NullableReleasePduSession200Response) Get() *ReleasePduSession200Response
- func (v NullableReleasePduSession200Response) IsSet() bool
- func (v NullableReleasePduSession200Response) MarshalJSON() ([]byte, error)
- func (v *NullableReleasePduSession200Response) Set(val *ReleasePduSession200Response)
- func (v *NullableReleasePduSession200Response) UnmarshalJSON(src []byte) error
- func (v *NullableReleasePduSession200Response) Unset()
- type NullableReleasePduSessionRequest
- func (v NullableReleasePduSessionRequest) Get() *ReleasePduSessionRequest
- func (v NullableReleasePduSessionRequest) IsSet() bool
- func (v NullableReleasePduSessionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableReleasePduSessionRequest) Set(val *ReleasePduSessionRequest)
- func (v *NullableReleasePduSessionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableReleasePduSessionRequest) Unset()
- type NullableReleaseSmContextRequest
- func (v NullableReleaseSmContextRequest) Get() *ReleaseSmContextRequest
- func (v NullableReleaseSmContextRequest) IsSet() bool
- func (v NullableReleaseSmContextRequest) MarshalJSON() ([]byte, error)
- func (v *NullableReleaseSmContextRequest) Set(val *ReleaseSmContextRequest)
- func (v *NullableReleaseSmContextRequest) UnmarshalJSON(src []byte) error
- func (v *NullableReleaseSmContextRequest) Unset()
- type NullableReleasedData
- func (v NullableReleasedData) Get() *ReleasedData
- func (v NullableReleasedData) IsSet() bool
- func (v NullableReleasedData) MarshalJSON() ([]byte, error)
- func (v *NullableReleasedData) Set(val *ReleasedData)
- func (v *NullableReleasedData) UnmarshalJSON(src []byte) error
- func (v *NullableReleasedData) Unset()
- type NullableRequestIndication
- func (v NullableRequestIndication) Get() *RequestIndication
- func (v NullableRequestIndication) IsSet() bool
- func (v NullableRequestIndication) MarshalJSON() ([]byte, error)
- func (v *NullableRequestIndication) Set(val *RequestIndication)
- func (v *NullableRequestIndication) UnmarshalJSON(src []byte) error
- func (v *NullableRequestIndication) Unset()
- type NullableRequestType
- func (v NullableRequestType) Get() *RequestType
- func (v NullableRequestType) IsSet() bool
- func (v NullableRequestType) MarshalJSON() ([]byte, error)
- func (v *NullableRequestType) Set(val *RequestType)
- func (v *NullableRequestType) UnmarshalJSON(src []byte) error
- func (v *NullableRequestType) Unset()
- type NullableResourceStatus
- func (v NullableResourceStatus) Get() *ResourceStatus
- func (v NullableResourceStatus) IsSet() bool
- func (v NullableResourceStatus) MarshalJSON() ([]byte, error)
- func (v *NullableResourceStatus) Set(val *ResourceStatus)
- func (v *NullableResourceStatus) UnmarshalJSON(src []byte) error
- func (v *NullableResourceStatus) Unset()
- type NullableRetrieveData
- func (v NullableRetrieveData) Get() *RetrieveData
- func (v NullableRetrieveData) IsSet() bool
- func (v NullableRetrieveData) MarshalJSON() ([]byte, error)
- func (v *NullableRetrieveData) Set(val *RetrieveData)
- func (v *NullableRetrieveData) UnmarshalJSON(src []byte) error
- func (v *NullableRetrieveData) Unset()
- type NullableRetrievedData
- func (v NullableRetrievedData) Get() *RetrievedData
- func (v NullableRetrievedData) IsSet() bool
- func (v NullableRetrievedData) MarshalJSON() ([]byte, error)
- func (v *NullableRetrievedData) Set(val *RetrievedData)
- func (v *NullableRetrievedData) UnmarshalJSON(src []byte) error
- func (v *NullableRetrievedData) Unset()
- type NullableRoamingChargingProfile
- func (v NullableRoamingChargingProfile) Get() *RoamingChargingProfile
- func (v NullableRoamingChargingProfile) IsSet() bool
- func (v NullableRoamingChargingProfile) MarshalJSON() ([]byte, error)
- func (v *NullableRoamingChargingProfile) Set(val *RoamingChargingProfile)
- func (v *NullableRoamingChargingProfile) UnmarshalJSON(src []byte) error
- func (v *NullableRoamingChargingProfile) Unset()
- type NullableRoutingAreaId
- func (v NullableRoutingAreaId) Get() *RoutingAreaId
- func (v NullableRoutingAreaId) IsSet() bool
- func (v NullableRoutingAreaId) MarshalJSON() ([]byte, error)
- func (v *NullableRoutingAreaId) Set(val *RoutingAreaId)
- func (v *NullableRoutingAreaId) UnmarshalJSON(src []byte) error
- func (v *NullableRoutingAreaId) Unset()
- type NullableRsn
- type NullableSatelliteBackhaulCategory
- func (v NullableSatelliteBackhaulCategory) Get() *SatelliteBackhaulCategory
- func (v NullableSatelliteBackhaulCategory) IsSet() bool
- func (v NullableSatelliteBackhaulCategory) MarshalJSON() ([]byte, error)
- func (v *NullableSatelliteBackhaulCategory) Set(val *SatelliteBackhaulCategory)
- func (v *NullableSatelliteBackhaulCategory) UnmarshalJSON(src []byte) error
- func (v *NullableSatelliteBackhaulCategory) Unset()
- type NullableSbiBindingLevel
- func (v NullableSbiBindingLevel) Get() *SbiBindingLevel
- func (v NullableSbiBindingLevel) IsSet() bool
- func (v NullableSbiBindingLevel) MarshalJSON() ([]byte, error)
- func (v *NullableSbiBindingLevel) Set(val *SbiBindingLevel)
- func (v *NullableSbiBindingLevel) UnmarshalJSON(src []byte) error
- func (v *NullableSbiBindingLevel) Unset()
- type NullableScheduledCommunicationTime
- func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime
- func (v NullableScheduledCommunicationTime) IsSet() bool
- func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error)
- func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime)
- func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error
- func (v *NullableScheduledCommunicationTime) Unset()
- type NullableScheduledCommunicationType
- func (v NullableScheduledCommunicationType) Get() *ScheduledCommunicationType
- func (v NullableScheduledCommunicationType) IsSet() bool
- func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error)
- func (v *NullableScheduledCommunicationType) Set(val *ScheduledCommunicationType)
- func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error
- func (v *NullableScheduledCommunicationType) Unset()
- type NullableSecondaryRatUsageInfo
- func (v NullableSecondaryRatUsageInfo) Get() *SecondaryRatUsageInfo
- func (v NullableSecondaryRatUsageInfo) IsSet() bool
- func (v NullableSecondaryRatUsageInfo) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryRatUsageInfo) Set(val *SecondaryRatUsageInfo)
- func (v *NullableSecondaryRatUsageInfo) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryRatUsageInfo) Unset()
- type NullableSecondaryRatUsageReport
- func (v NullableSecondaryRatUsageReport) Get() *SecondaryRatUsageReport
- func (v NullableSecondaryRatUsageReport) IsSet() bool
- func (v NullableSecondaryRatUsageReport) MarshalJSON() ([]byte, error)
- func (v *NullableSecondaryRatUsageReport) Set(val *SecondaryRatUsageReport)
- func (v *NullableSecondaryRatUsageReport) UnmarshalJSON(src []byte) error
- func (v *NullableSecondaryRatUsageReport) Unset()
- type NullableSecurityResult
- func (v NullableSecurityResult) Get() *SecurityResult
- func (v NullableSecurityResult) IsSet() bool
- func (v NullableSecurityResult) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityResult) Set(val *SecurityResult)
- func (v *NullableSecurityResult) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityResult) Unset()
- type NullableSendMoDataReqData
- func (v NullableSendMoDataReqData) Get() *SendMoDataReqData
- func (v NullableSendMoDataReqData) IsSet() bool
- func (v NullableSendMoDataReqData) MarshalJSON() ([]byte, error)
- func (v *NullableSendMoDataReqData) Set(val *SendMoDataReqData)
- func (v *NullableSendMoDataReqData) UnmarshalJSON(src []byte) error
- func (v *NullableSendMoDataReqData) Unset()
- type NullableSendMoDataRequest
- func (v NullableSendMoDataRequest) Get() *SendMoDataRequest
- func (v NullableSendMoDataRequest) IsSet() bool
- func (v NullableSendMoDataRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSendMoDataRequest) Set(val *SendMoDataRequest)
- func (v *NullableSendMoDataRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSendMoDataRequest) Unset()
- type NullableServerAddressingInfo
- func (v NullableServerAddressingInfo) Get() *ServerAddressingInfo
- func (v NullableServerAddressingInfo) IsSet() bool
- func (v NullableServerAddressingInfo) MarshalJSON() ([]byte, error)
- func (v *NullableServerAddressingInfo) Set(val *ServerAddressingInfo)
- func (v *NullableServerAddressingInfo) UnmarshalJSON(src []byte) error
- func (v *NullableServerAddressingInfo) Unset()
- type NullableServiceAreaId
- func (v NullableServiceAreaId) Get() *ServiceAreaId
- func (v NullableServiceAreaId) IsSet() bool
- func (v NullableServiceAreaId) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAreaId) Set(val *ServiceAreaId)
- func (v *NullableServiceAreaId) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAreaId) Unset()
- type NullableServiceName
- func (v NullableServiceName) Get() *ServiceName
- func (v NullableServiceName) IsSet() bool
- func (v NullableServiceName) MarshalJSON() ([]byte, error)
- func (v *NullableServiceName) Set(val *ServiceName)
- func (v *NullableServiceName) UnmarshalJSON(src []byte) error
- func (v *NullableServiceName) Unset()
- type NullableSmContext
- type NullableSmContextCreateData
- func (v NullableSmContextCreateData) Get() *SmContextCreateData
- func (v NullableSmContextCreateData) IsSet() bool
- func (v NullableSmContextCreateData) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextCreateData) Set(val *SmContextCreateData)
- func (v *NullableSmContextCreateData) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextCreateData) Unset()
- type NullableSmContextCreateError
- func (v NullableSmContextCreateError) Get() *SmContextCreateError
- func (v NullableSmContextCreateError) IsSet() bool
- func (v NullableSmContextCreateError) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextCreateError) Set(val *SmContextCreateError)
- func (v *NullableSmContextCreateError) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextCreateError) Unset()
- type NullableSmContextCreatedData
- func (v NullableSmContextCreatedData) Get() *SmContextCreatedData
- func (v NullableSmContextCreatedData) IsSet() bool
- func (v NullableSmContextCreatedData) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextCreatedData) Set(val *SmContextCreatedData)
- func (v *NullableSmContextCreatedData) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextCreatedData) Unset()
- type NullableSmContextReleaseData
- func (v NullableSmContextReleaseData) Get() *SmContextReleaseData
- func (v NullableSmContextReleaseData) IsSet() bool
- func (v NullableSmContextReleaseData) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextReleaseData) Set(val *SmContextReleaseData)
- func (v *NullableSmContextReleaseData) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextReleaseData) Unset()
- type NullableSmContextReleasedData
- func (v NullableSmContextReleasedData) Get() *SmContextReleasedData
- func (v NullableSmContextReleasedData) IsSet() bool
- func (v NullableSmContextReleasedData) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextReleasedData) Set(val *SmContextReleasedData)
- func (v *NullableSmContextReleasedData) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextReleasedData) Unset()
- type NullableSmContextRetrieveData
- func (v NullableSmContextRetrieveData) Get() *SmContextRetrieveData
- func (v NullableSmContextRetrieveData) IsSet() bool
- func (v NullableSmContextRetrieveData) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextRetrieveData) Set(val *SmContextRetrieveData)
- func (v *NullableSmContextRetrieveData) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextRetrieveData) Unset()
- type NullableSmContextRetrievedData
- func (v NullableSmContextRetrievedData) Get() *SmContextRetrievedData
- func (v NullableSmContextRetrievedData) IsSet() bool
- func (v NullableSmContextRetrievedData) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextRetrievedData) Set(val *SmContextRetrievedData)
- func (v *NullableSmContextRetrievedData) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextRetrievedData) Unset()
- type NullableSmContextStatusNotification
- func (v NullableSmContextStatusNotification) Get() *SmContextStatusNotification
- func (v NullableSmContextStatusNotification) IsSet() bool
- func (v NullableSmContextStatusNotification) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextStatusNotification) Set(val *SmContextStatusNotification)
- func (v *NullableSmContextStatusNotification) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextStatusNotification) Unset()
- type NullableSmContextType
- func (v NullableSmContextType) Get() *SmContextType
- func (v NullableSmContextType) IsSet() bool
- func (v NullableSmContextType) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextType) Set(val *SmContextType)
- func (v *NullableSmContextType) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextType) Unset()
- type NullableSmContextUpdateData
- func (v NullableSmContextUpdateData) Get() *SmContextUpdateData
- func (v NullableSmContextUpdateData) IsSet() bool
- func (v NullableSmContextUpdateData) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextUpdateData) Set(val *SmContextUpdateData)
- func (v *NullableSmContextUpdateData) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextUpdateData) Unset()
- type NullableSmContextUpdateError
- func (v NullableSmContextUpdateError) Get() *SmContextUpdateError
- func (v NullableSmContextUpdateError) IsSet() bool
- func (v NullableSmContextUpdateError) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextUpdateError) Set(val *SmContextUpdateError)
- func (v *NullableSmContextUpdateError) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextUpdateError) Unset()
- type NullableSmContextUpdatedData
- func (v NullableSmContextUpdatedData) Get() *SmContextUpdatedData
- func (v NullableSmContextUpdatedData) IsSet() bool
- func (v NullableSmContextUpdatedData) MarshalJSON() ([]byte, error)
- func (v *NullableSmContextUpdatedData) Set(val *SmContextUpdatedData)
- func (v *NullableSmContextUpdatedData) UnmarshalJSON(src []byte) error
- func (v *NullableSmContextUpdatedData) Unset()
- type NullableSmallDataRateStatus
- func (v NullableSmallDataRateStatus) Get() *SmallDataRateStatus
- func (v NullableSmallDataRateStatus) IsSet() bool
- func (v NullableSmallDataRateStatus) MarshalJSON() ([]byte, error)
- func (v *NullableSmallDataRateStatus) Set(val *SmallDataRateStatus)
- func (v *NullableSmallDataRateStatus) UnmarshalJSON(src []byte) error
- func (v *NullableSmallDataRateStatus) Unset()
- type NullableSmfSelectionType
- func (v NullableSmfSelectionType) Get() *SmfSelectionType
- func (v NullableSmfSelectionType) IsSet() bool
- func (v NullableSmfSelectionType) MarshalJSON() ([]byte, error)
- func (v *NullableSmfSelectionType) Set(val *SmfSelectionType)
- func (v *NullableSmfSelectionType) UnmarshalJSON(src []byte) error
- func (v *NullableSmfSelectionType) Unset()
- type NullableSnssai
- type NullableStationaryIndication
- func (v NullableStationaryIndication) Get() *StationaryIndication
- func (v NullableStationaryIndication) IsSet() bool
- func (v NullableStationaryIndication) MarshalJSON() ([]byte, error)
- func (v *NullableStationaryIndication) Set(val *StationaryIndication)
- func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error
- func (v *NullableStationaryIndication) Unset()
- type NullableStatusInfo
- type NullableStatusNotification
- func (v NullableStatusNotification) Get() *StatusNotification
- func (v NullableStatusNotification) IsSet() bool
- func (v NullableStatusNotification) MarshalJSON() ([]byte, error)
- func (v *NullableStatusNotification) Set(val *StatusNotification)
- func (v *NullableStatusNotification) UnmarshalJSON(src []byte) error
- func (v *NullableStatusNotification) Unset()
- type NullableString
- type NullableTai
- type NullableTargetDnaiInfo
- func (v NullableTargetDnaiInfo) Get() *TargetDnaiInfo
- func (v NullableTargetDnaiInfo) IsSet() bool
- func (v NullableTargetDnaiInfo) MarshalJSON() ([]byte, error)
- func (v *NullableTargetDnaiInfo) Set(val *TargetDnaiInfo)
- func (v *NullableTargetDnaiInfo) UnmarshalJSON(src []byte) error
- func (v *NullableTargetDnaiInfo) Unset()
- type NullableTime
- type NullableTnapId
- type NullableTngfInfo
- type NullableTraceData
- type NullableTraceDepth
- type NullableTrafficProfile
- func (v NullableTrafficProfile) Get() *TrafficProfile
- func (v NullableTrafficProfile) IsSet() bool
- func (v NullableTrafficProfile) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficProfile) Set(val *TrafficProfile)
- func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficProfile) Unset()
- type NullableTransferMoDataReqData
- func (v NullableTransferMoDataReqData) Get() *TransferMoDataReqData
- func (v NullableTransferMoDataReqData) IsSet() bool
- func (v NullableTransferMoDataReqData) MarshalJSON() ([]byte, error)
- func (v *NullableTransferMoDataReqData) Set(val *TransferMoDataReqData)
- func (v *NullableTransferMoDataReqData) UnmarshalJSON(src []byte) error
- func (v *NullableTransferMoDataReqData) Unset()
- type NullableTransferMoDataRequest
- func (v NullableTransferMoDataRequest) Get() *TransferMoDataRequest
- func (v NullableTransferMoDataRequest) IsSet() bool
- func (v NullableTransferMoDataRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTransferMoDataRequest) Set(val *TransferMoDataRequest)
- func (v *NullableTransferMoDataRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTransferMoDataRequest) Unset()
- type NullableTransferMtDataAddInfo
- func (v NullableTransferMtDataAddInfo) Get() *TransferMtDataAddInfo
- func (v NullableTransferMtDataAddInfo) IsSet() bool
- func (v NullableTransferMtDataAddInfo) MarshalJSON() ([]byte, error)
- func (v *NullableTransferMtDataAddInfo) Set(val *TransferMtDataAddInfo)
- func (v *NullableTransferMtDataAddInfo) UnmarshalJSON(src []byte) error
- func (v *NullableTransferMtDataAddInfo) Unset()
- type NullableTransferMtDataError
- func (v NullableTransferMtDataError) Get() *TransferMtDataError
- func (v NullableTransferMtDataError) IsSet() bool
- func (v NullableTransferMtDataError) MarshalJSON() ([]byte, error)
- func (v *NullableTransferMtDataError) Set(val *TransferMtDataError)
- func (v *NullableTransferMtDataError) UnmarshalJSON(src []byte) error
- func (v *NullableTransferMtDataError) Unset()
- type NullableTransferMtDataIsmfRequest
- func (v NullableTransferMtDataIsmfRequest) Get() *TransferMtDataIsmfRequest
- func (v NullableTransferMtDataIsmfRequest) IsSet() bool
- func (v NullableTransferMtDataIsmfRequest) MarshalJSON() ([]byte, error)
- func (v *NullableTransferMtDataIsmfRequest) Set(val *TransferMtDataIsmfRequest)
- func (v *NullableTransferMtDataIsmfRequest) UnmarshalJSON(src []byte) error
- func (v *NullableTransferMtDataIsmfRequest) Unset()
- type NullableTransferMtDataReqData
- func (v NullableTransferMtDataReqData) Get() *TransferMtDataReqData
- func (v NullableTransferMtDataReqData) IsSet() bool
- func (v NullableTransferMtDataReqData) MarshalJSON() ([]byte, error)
- func (v *NullableTransferMtDataReqData) Set(val *TransferMtDataReqData)
- func (v *NullableTransferMtDataReqData) UnmarshalJSON(src []byte) error
- func (v *NullableTransferMtDataReqData) Unset()
- type NullableTransportProtocol
- func (v NullableTransportProtocol) Get() *TransportProtocol
- func (v NullableTransportProtocol) IsSet() bool
- func (v NullableTransportProtocol) MarshalJSON() ([]byte, error)
- func (v *NullableTransportProtocol) Set(val *TransportProtocol)
- func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error
- func (v *NullableTransportProtocol) Unset()
- type NullableTrigger
- type NullableTriggerCategory
- func (v NullableTriggerCategory) Get() *TriggerCategory
- func (v NullableTriggerCategory) IsSet() bool
- func (v NullableTriggerCategory) MarshalJSON() ([]byte, error)
- func (v *NullableTriggerCategory) Set(val *TriggerCategory)
- func (v *NullableTriggerCategory) UnmarshalJSON(src []byte) error
- func (v *NullableTriggerCategory) Unset()
- type NullableTriggerType
- func (v NullableTriggerType) Get() *TriggerType
- func (v NullableTriggerType) IsSet() bool
- func (v NullableTriggerType) MarshalJSON() ([]byte, error)
- func (v *NullableTriggerType) Set(val *TriggerType)
- func (v *NullableTriggerType) UnmarshalJSON(src []byte) error
- func (v *NullableTriggerType) Unset()
- type NullableTunnelInfo
- type NullableTwapId
- type NullableTwifInfo
- type NullableUlclBpInformation
- func (v NullableUlclBpInformation) Get() *UlclBpInformation
- func (v NullableUlclBpInformation) IsSet() bool
- func (v NullableUlclBpInformation) MarshalJSON() ([]byte, error)
- func (v *NullableUlclBpInformation) Set(val *UlclBpInformation)
- func (v *NullableUlclBpInformation) UnmarshalJSON(src []byte) error
- func (v *NullableUlclBpInformation) Unset()
- type NullableUnavailableAccessIndication
- func (v NullableUnavailableAccessIndication) Get() *UnavailableAccessIndication
- func (v NullableUnavailableAccessIndication) IsSet() bool
- func (v NullableUnavailableAccessIndication) MarshalJSON() ([]byte, error)
- func (v *NullableUnavailableAccessIndication) Set(val *UnavailableAccessIndication)
- func (v *NullableUnavailableAccessIndication) UnmarshalJSON(src []byte) error
- func (v *NullableUnavailableAccessIndication) Unset()
- type NullableUpCnxState
- type NullableUpConfidentiality
- func (v NullableUpConfidentiality) Get() *UpConfidentiality
- func (v NullableUpConfidentiality) IsSet() bool
- func (v NullableUpConfidentiality) MarshalJSON() ([]byte, error)
- func (v *NullableUpConfidentiality) Set(val *UpConfidentiality)
- func (v *NullableUpConfidentiality) UnmarshalJSON(src []byte) error
- func (v *NullableUpConfidentiality) Unset()
- type NullableUpIntegrity
- func (v NullableUpIntegrity) Get() *UpIntegrity
- func (v NullableUpIntegrity) IsSet() bool
- func (v NullableUpIntegrity) MarshalJSON() ([]byte, error)
- func (v *NullableUpIntegrity) Set(val *UpIntegrity)
- func (v *NullableUpIntegrity) UnmarshalJSON(src []byte) error
- func (v *NullableUpIntegrity) Unset()
- type NullableUpSecurity
- type NullableUpSecurityInfo
- func (v NullableUpSecurityInfo) Get() *UpSecurityInfo
- func (v NullableUpSecurityInfo) IsSet() bool
- func (v NullableUpSecurityInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUpSecurityInfo) Set(val *UpSecurityInfo)
- func (v *NullableUpSecurityInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUpSecurityInfo) Unset()
- type NullableUpdatePduSession200Response
- func (v NullableUpdatePduSession200Response) Get() *UpdatePduSession200Response
- func (v NullableUpdatePduSession200Response) IsSet() bool
- func (v NullableUpdatePduSession200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatePduSession200Response) Set(val *UpdatePduSession200Response)
- func (v *NullableUpdatePduSession200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatePduSession200Response) Unset()
- type NullableUpdatePduSession400Response
- func (v NullableUpdatePduSession400Response) Get() *UpdatePduSession400Response
- func (v NullableUpdatePduSession400Response) IsSet() bool
- func (v NullableUpdatePduSession400Response) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatePduSession400Response) Set(val *UpdatePduSession400Response)
- func (v *NullableUpdatePduSession400Response) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatePduSession400Response) Unset()
- type NullableUpdatePduSessionRequest
- func (v NullableUpdatePduSessionRequest) Get() *UpdatePduSessionRequest
- func (v NullableUpdatePduSessionRequest) IsSet() bool
- func (v NullableUpdatePduSessionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatePduSessionRequest) Set(val *UpdatePduSessionRequest)
- func (v *NullableUpdatePduSessionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatePduSessionRequest) Unset()
- type NullableUpdateSmContext200Response
- func (v NullableUpdateSmContext200Response) Get() *UpdateSmContext200Response
- func (v NullableUpdateSmContext200Response) IsSet() bool
- func (v NullableUpdateSmContext200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSmContext200Response) Set(val *UpdateSmContext200Response)
- func (v *NullableUpdateSmContext200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSmContext200Response) Unset()
- type NullableUpdateSmContext400Response
- func (v NullableUpdateSmContext400Response) Get() *UpdateSmContext400Response
- func (v NullableUpdateSmContext400Response) IsSet() bool
- func (v NullableUpdateSmContext400Response) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSmContext400Response) Set(val *UpdateSmContext400Response)
- func (v *NullableUpdateSmContext400Response) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSmContext400Response) Unset()
- type NullableUpdateSmContextRequest
- func (v NullableUpdateSmContextRequest) Get() *UpdateSmContextRequest
- func (v NullableUpdateSmContextRequest) IsSet() bool
- func (v NullableUpdateSmContextRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSmContextRequest) Set(val *UpdateSmContextRequest)
- func (v *NullableUpdateSmContextRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSmContextRequest) Unset()
- type NullableUserLocation
- func (v NullableUserLocation) Get() *UserLocation
- func (v NullableUserLocation) IsSet() bool
- func (v NullableUserLocation) MarshalJSON() ([]byte, error)
- func (v *NullableUserLocation) Set(val *UserLocation)
- func (v *NullableUserLocation) UnmarshalJSON(src []byte) error
- func (v *NullableUserLocation) Unset()
- type NullableUtraLocation
- func (v NullableUtraLocation) Get() *UtraLocation
- func (v NullableUtraLocation) IsSet() bool
- func (v NullableUtraLocation) MarshalJSON() ([]byte, error)
- func (v *NullableUtraLocation) Set(val *UtraLocation)
- func (v *NullableUtraLocation) UnmarshalJSON(src []byte) error
- func (v *NullableUtraLocation) Unset()
- type NullableVolumeTimedReport
- func (v NullableVolumeTimedReport) Get() *VolumeTimedReport
- func (v NullableVolumeTimedReport) IsSet() bool
- func (v NullableVolumeTimedReport) MarshalJSON() ([]byte, error)
- func (v *NullableVolumeTimedReport) Set(val *VolumeTimedReport)
- func (v *NullableVolumeTimedReport) UnmarshalJSON(src []byte) error
- func (v *NullableVolumeTimedReport) Unset()
- type NullableVplmnQos
- type NullableVsmfUpdateData
- func (v NullableVsmfUpdateData) Get() *VsmfUpdateData
- func (v NullableVsmfUpdateData) IsSet() bool
- func (v NullableVsmfUpdateData) MarshalJSON() ([]byte, error)
- func (v *NullableVsmfUpdateData) Set(val *VsmfUpdateData)
- func (v *NullableVsmfUpdateData) UnmarshalJSON(src []byte) error
- func (v *NullableVsmfUpdateData) Unset()
- type NullableVsmfUpdateError
- func (v NullableVsmfUpdateError) Get() *VsmfUpdateError
- func (v NullableVsmfUpdateError) IsSet() bool
- func (v NullableVsmfUpdateError) MarshalJSON() ([]byte, error)
- func (v *NullableVsmfUpdateError) Set(val *VsmfUpdateError)
- func (v *NullableVsmfUpdateError) UnmarshalJSON(src []byte) error
- func (v *NullableVsmfUpdateError) Unset()
- type NullableVsmfUpdatedData
- func (v NullableVsmfUpdatedData) Get() *VsmfUpdatedData
- func (v NullableVsmfUpdatedData) IsSet() bool
- func (v NullableVsmfUpdatedData) MarshalJSON() ([]byte, error)
- func (v *NullableVsmfUpdatedData) Set(val *VsmfUpdatedData)
- func (v *NullableVsmfUpdatedData) UnmarshalJSON(src []byte) error
- func (v *NullableVsmfUpdatedData) Unset()
- type NullableWAgfInfo
- type PDUSessionsCollectionAPIService
- type PartialRecordMethod
- type PcfUeCallbackInfo
- func (o *PcfUeCallbackInfo) GetBindingInfo() string
- func (o *PcfUeCallbackInfo) GetBindingInfoOk() (*string, bool)
- func (o *PcfUeCallbackInfo) GetCallbackUri() string
- func (o *PcfUeCallbackInfo) GetCallbackUriOk() (*string, bool)
- func (o *PcfUeCallbackInfo) HasBindingInfo() bool
- func (o PcfUeCallbackInfo) MarshalJSON() ([]byte, error)
- func (o *PcfUeCallbackInfo) SetBindingInfo(v string)
- func (o *PcfUeCallbackInfo) SetCallbackUri(v string)
- func (o PcfUeCallbackInfo) ToMap() (map[string]interface{}, error)
- func (o *PcfUeCallbackInfo) UnmarshalJSON(bytes []byte) (err error)
- type PduSessionContextType
- type PduSessionCreateData
- func (o *PduSessionCreateData) GetAddUeLocation() UserLocation
- func (o *PduSessionCreateData) GetAddUeLocationOk() (*UserLocation, bool)
- func (o *PduSessionCreateData) GetAdditionalAnType() AccessType
- func (o *PduSessionCreateData) GetAdditionalAnTypeOk() (*AccessType, bool)
- func (o *PduSessionCreateData) GetAdditionalCnTunnelInfo() TunnelInfo
- func (o *PduSessionCreateData) GetAdditionalCnTunnelInfoOk() (*TunnelInfo, bool)
- func (o *PduSessionCreateData) GetAlwaysOnRequested() bool
- func (o *PduSessionCreateData) GetAlwaysOnRequestedOk() (*bool, bool)
- func (o *PduSessionCreateData) GetAmfNfId() string
- func (o *PduSessionCreateData) GetAmfNfIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetAnType() AccessType
- func (o *PduSessionCreateData) GetAnTypeOk() (*AccessType, bool)
- func (o *PduSessionCreateData) GetApnRateStatus() ApnRateStatus
- func (o *PduSessionCreateData) GetApnRateStatusOk() (*ApnRateStatus, bool)
- func (o *PduSessionCreateData) GetChargingId() string
- func (o *PduSessionCreateData) GetChargingIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetCpCiotEnabled() bool
- func (o *PduSessionCreateData) GetCpCiotEnabledOk() (*bool, bool)
- func (o *PduSessionCreateData) GetCpOnlyInd() bool
- func (o *PduSessionCreateData) GetCpOnlyIndOk() (*bool, bool)
- func (o *PduSessionCreateData) GetDisasterRoamingInd() bool
- func (o *PduSessionCreateData) GetDisasterRoamingIndOk() (*bool, bool)
- func (o *PduSessionCreateData) GetDlServingPlmnRateCtl() int32
- func (o *PduSessionCreateData) GetDlServingPlmnRateCtlOk() (*int32, bool)
- func (o *PduSessionCreateData) GetDnaiList() []string
- func (o *PduSessionCreateData) GetDnaiListOk() ([]string, bool)
- func (o *PduSessionCreateData) GetDnn() string
- func (o *PduSessionCreateData) GetDnnOk() (*string, bool)
- func (o *PduSessionCreateData) GetEpsBearerCtxStatus() string
- func (o *PduSessionCreateData) GetEpsBearerCtxStatusOk() (*string, bool)
- func (o *PduSessionCreateData) GetEpsBearerId() []int32
- func (o *PduSessionCreateData) GetEpsBearerIdOk() ([]int32, bool)
- func (o *PduSessionCreateData) GetEpsInterworkingInd() EpsInterworkingIndication
- func (o *PduSessionCreateData) GetEpsInterworkingIndOk() (*EpsInterworkingIndication, bool)
- func (o *PduSessionCreateData) GetGpsi() string
- func (o *PduSessionCreateData) GetGpsiOk() (*string, bool)
- func (o *PduSessionCreateData) GetGuami() Guami
- func (o *PduSessionCreateData) GetGuamiOk() (*Guami, bool)
- func (o *PduSessionCreateData) GetHNwPubKeyId() int32
- func (o *PduSessionCreateData) GetHNwPubKeyIdOk() (*int32, bool)
- func (o *PduSessionCreateData) GetHPcfId() string
- func (o *PduSessionCreateData) GetHPcfIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetHoPreparationIndication() bool
- func (o *PduSessionCreateData) GetHoPreparationIndicationOk() (*bool, bool)
- func (o *PduSessionCreateData) GetHplmnSnssai() Snssai
- func (o *PduSessionCreateData) GetHplmnSnssaiOk() (*Snssai, bool)
- func (o *PduSessionCreateData) GetISmfServiceInstanceId() string
- func (o *PduSessionCreateData) GetISmfServiceInstanceIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetIcnTunnelInfo() TunnelInfo
- func (o *PduSessionCreateData) GetIcnTunnelInfoOk() (*TunnelInfo, bool)
- func (o *PduSessionCreateData) GetInvokeNef() bool
- func (o *PduSessionCreateData) GetInvokeNefOk() (*bool, bool)
- func (o *PduSessionCreateData) GetIsmfId() string
- func (o *PduSessionCreateData) GetIsmfIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetIsmfPduSessionUri() string
- func (o *PduSessionCreateData) GetIsmfPduSessionUriOk() (*string, bool)
- func (o *PduSessionCreateData) GetMaNwUpgradeInd() bool
- func (o *PduSessionCreateData) GetMaNwUpgradeIndOk() (*bool, bool)
- func (o *PduSessionCreateData) GetMaRequestInd() bool
- func (o *PduSessionCreateData) GetMaRequestIndOk() (*bool, bool)
- func (o *PduSessionCreateData) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
- func (o *PduSessionCreateData) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *PduSessionCreateData) GetMaxIntegrityProtectedDataRateUl() MaxIntegrityProtectedDataRate
- func (o *PduSessionCreateData) GetMaxIntegrityProtectedDataRateUlOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *PduSessionCreateData) GetN1SmInfoFromUe() RefToBinaryData
- func (o *PduSessionCreateData) GetN1SmInfoFromUeOk() (*RefToBinaryData, bool)
- func (o *PduSessionCreateData) GetN9ForwardingTunnelInfo() TunnelInfo
- func (o *PduSessionCreateData) GetN9ForwardingTunnelInfoOk() (*TunnelInfo, bool)
- func (o *PduSessionCreateData) GetOldPduSessionId() int32
- func (o *PduSessionCreateData) GetOldPduSessionIdOk() (*int32, bool)
- func (o *PduSessionCreateData) GetOldPduSessionRef() string
- func (o *PduSessionCreateData) GetOldPduSessionRefOk() (*string, bool)
- func (o *PduSessionCreateData) GetOldSmContextRef() string
- func (o *PduSessionCreateData) GetOldSmContextRefOk() (*string, bool)
- func (o *PduSessionCreateData) GetPcfGroupId() string
- func (o *PduSessionCreateData) GetPcfGroupIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetPcfId() string
- func (o *PduSessionCreateData) GetPcfIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetPcfSetId() string
- func (o *PduSessionCreateData) GetPcfSetIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetPcfUeCallbackInfo() PcfUeCallbackInfo
- func (o *PduSessionCreateData) GetPcfUeCallbackInfoOk() (*PcfUeCallbackInfo, bool)
- func (o *PduSessionCreateData) GetPduSessionId() int32
- func (o *PduSessionCreateData) GetPduSessionIdOk() (*int32, bool)
- func (o *PduSessionCreateData) GetPei() string
- func (o *PduSessionCreateData) GetPeiOk() (*string, bool)
- func (o *PduSessionCreateData) GetPgwS8cFteid() string
- func (o *PduSessionCreateData) GetPgwS8cFteidOk() (*string, bool)
- func (o *PduSessionCreateData) GetPresenceInLadn() PresenceState
- func (o *PduSessionCreateData) GetPresenceInLadnOk() (*PresenceState, bool)
- func (o *PduSessionCreateData) GetRatType() RatType
- func (o *PduSessionCreateData) GetRatTypeOk() (*RatType, bool)
- func (o *PduSessionCreateData) GetRecoveryTime() time.Time
- func (o *PduSessionCreateData) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *PduSessionCreateData) GetRedundantPduSessionInfo() RedundantPduSessionInformation
- func (o *PduSessionCreateData) GetRedundantPduSessionInfoOk() (*RedundantPduSessionInformation, bool)
- func (o *PduSessionCreateData) GetRequestType() RequestType
- func (o *PduSessionCreateData) GetRequestTypeOk() (*RequestType, bool)
- func (o *PduSessionCreateData) GetRoamingChargingProfile() RoamingChargingProfile
- func (o *PduSessionCreateData) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
- func (o *PduSessionCreateData) GetRoutingIndicator() string
- func (o *PduSessionCreateData) GetRoutingIndicatorOk() (*string, bool)
- func (o *PduSessionCreateData) GetSNssai() Snssai
- func (o *PduSessionCreateData) GetSNssaiOk() (*Snssai, bool)
- func (o *PduSessionCreateData) GetSatelliteBackhaulCat() SatelliteBackhaulCategory
- func (o *PduSessionCreateData) GetSatelliteBackhaulCatOk() (*SatelliteBackhaulCategory, bool)
- func (o *PduSessionCreateData) GetSecondaryRatUsageInfo() []SecondaryRatUsageInfo
- func (o *PduSessionCreateData) GetSecondaryRatUsageInfoOk() ([]SecondaryRatUsageInfo, bool)
- func (o *PduSessionCreateData) GetSelMode() DnnSelectionMode
- func (o *PduSessionCreateData) GetSelModeOk() (*DnnSelectionMode, bool)
- func (o *PduSessionCreateData) GetSelectedDnn() string
- func (o *PduSessionCreateData) GetSelectedDnnOk() (*string, bool)
- func (o *PduSessionCreateData) GetServingNetwork() PlmnIdNid
- func (o *PduSessionCreateData) GetServingNetworkOk() (*PlmnIdNid, bool)
- func (o *PduSessionCreateData) GetSmPolicyNotifyInd() bool
- func (o *PduSessionCreateData) GetSmPolicyNotifyIndOk() (*bool, bool)
- func (o *PduSessionCreateData) GetSmallDataRateStatus() SmallDataRateStatus
- func (o *PduSessionCreateData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
- func (o *PduSessionCreateData) GetSupi() string
- func (o *PduSessionCreateData) GetSupiOk() (*string, bool)
- func (o *PduSessionCreateData) GetSupportedFeatures() string
- func (o *PduSessionCreateData) GetSupportedFeaturesOk() (*string, bool)
- func (o *PduSessionCreateData) GetUdmGroupId() string
- func (o *PduSessionCreateData) GetUdmGroupIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetUeLocation() UserLocation
- func (o *PduSessionCreateData) GetUeLocationOk() (*UserLocation, bool)
- func (o *PduSessionCreateData) GetUeTimeZone() string
- func (o *PduSessionCreateData) GetUeTimeZoneOk() (*string, bool)
- func (o *PduSessionCreateData) GetUnauthenticatedSupi() bool
- func (o *PduSessionCreateData) GetUnauthenticatedSupiOk() (*bool, bool)
- func (o *PduSessionCreateData) GetUnknownN1SmInfo() RefToBinaryData
- func (o *PduSessionCreateData) GetUnknownN1SmInfoOk() (*RefToBinaryData, bool)
- func (o *PduSessionCreateData) GetUpCnxState() UpCnxState
- func (o *PduSessionCreateData) GetUpCnxStateOk() (*UpCnxState, bool)
- func (o *PduSessionCreateData) GetUpSecurityInfo() UpSecurityInfo
- func (o *PduSessionCreateData) GetUpSecurityInfoOk() (*UpSecurityInfo, bool)
- func (o *PduSessionCreateData) GetUpipSupported() bool
- func (o *PduSessionCreateData) GetUpipSupportedOk() (*bool, bool)
- func (o *PduSessionCreateData) GetVSmfServiceInstanceId() string
- func (o *PduSessionCreateData) GetVSmfServiceInstanceIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetVcnTunnelInfo() TunnelInfo
- func (o *PduSessionCreateData) GetVcnTunnelInfoOk() (*TunnelInfo, bool)
- func (o *PduSessionCreateData) GetVplmnQos() VplmnQos
- func (o *PduSessionCreateData) GetVplmnQosOk() (*VplmnQos, bool)
- func (o *PduSessionCreateData) GetVsmfId() string
- func (o *PduSessionCreateData) GetVsmfIdOk() (*string, bool)
- func (o *PduSessionCreateData) GetVsmfPduSessionUri() string
- func (o *PduSessionCreateData) GetVsmfPduSessionUriOk() (*string, bool)
- func (o *PduSessionCreateData) HasAddUeLocation() bool
- func (o *PduSessionCreateData) HasAdditionalAnType() bool
- func (o *PduSessionCreateData) HasAdditionalCnTunnelInfo() bool
- func (o *PduSessionCreateData) HasAlwaysOnRequested() bool
- func (o *PduSessionCreateData) HasAmfNfId() bool
- func (o *PduSessionCreateData) HasApnRateStatus() bool
- func (o *PduSessionCreateData) HasChargingId() bool
- func (o *PduSessionCreateData) HasCpCiotEnabled() bool
- func (o *PduSessionCreateData) HasCpOnlyInd() bool
- func (o *PduSessionCreateData) HasDisasterRoamingInd() bool
- func (o *PduSessionCreateData) HasDlServingPlmnRateCtl() bool
- func (o *PduSessionCreateData) HasDnaiList() bool
- func (o *PduSessionCreateData) HasEpsBearerCtxStatus() bool
- func (o *PduSessionCreateData) HasEpsBearerId() bool
- func (o *PduSessionCreateData) HasEpsInterworkingInd() bool
- func (o *PduSessionCreateData) HasGpsi() bool
- func (o *PduSessionCreateData) HasGuami() bool
- func (o *PduSessionCreateData) HasHNwPubKeyId() bool
- func (o *PduSessionCreateData) HasHPcfId() bool
- func (o *PduSessionCreateData) HasHoPreparationIndication() bool
- func (o *PduSessionCreateData) HasHplmnSnssai() bool
- func (o *PduSessionCreateData) HasISmfServiceInstanceId() bool
- func (o *PduSessionCreateData) HasIcnTunnelInfo() bool
- func (o *PduSessionCreateData) HasInvokeNef() bool
- func (o *PduSessionCreateData) HasIsmfId() bool
- func (o *PduSessionCreateData) HasIsmfPduSessionUri() bool
- func (o *PduSessionCreateData) HasMaNwUpgradeInd() bool
- func (o *PduSessionCreateData) HasMaRequestInd() bool
- func (o *PduSessionCreateData) HasMaxIntegrityProtectedDataRateDl() bool
- func (o *PduSessionCreateData) HasMaxIntegrityProtectedDataRateUl() bool
- func (o *PduSessionCreateData) HasN1SmInfoFromUe() bool
- func (o *PduSessionCreateData) HasN9ForwardingTunnelInfo() bool
- func (o *PduSessionCreateData) HasOldPduSessionId() bool
- func (o *PduSessionCreateData) HasOldPduSessionRef() bool
- func (o *PduSessionCreateData) HasOldSmContextRef() bool
- func (o *PduSessionCreateData) HasPcfGroupId() bool
- func (o *PduSessionCreateData) HasPcfId() bool
- func (o *PduSessionCreateData) HasPcfSetId() bool
- func (o *PduSessionCreateData) HasPcfUeCallbackInfo() bool
- func (o *PduSessionCreateData) HasPduSessionId() bool
- func (o *PduSessionCreateData) HasPei() bool
- func (o *PduSessionCreateData) HasPgwS8cFteid() bool
- func (o *PduSessionCreateData) HasPresenceInLadn() bool
- func (o *PduSessionCreateData) HasRatType() bool
- func (o *PduSessionCreateData) HasRecoveryTime() bool
- func (o *PduSessionCreateData) HasRedundantPduSessionInfo() bool
- func (o *PduSessionCreateData) HasRequestType() bool
- func (o *PduSessionCreateData) HasRoamingChargingProfile() bool
- func (o *PduSessionCreateData) HasRoutingIndicator() bool
- func (o *PduSessionCreateData) HasSNssai() bool
- func (o *PduSessionCreateData) HasSatelliteBackhaulCat() bool
- func (o *PduSessionCreateData) HasSecondaryRatUsageInfo() bool
- func (o *PduSessionCreateData) HasSelMode() bool
- func (o *PduSessionCreateData) HasSelectedDnn() bool
- func (o *PduSessionCreateData) HasSmPolicyNotifyInd() bool
- func (o *PduSessionCreateData) HasSmallDataRateStatus() bool
- func (o *PduSessionCreateData) HasSupi() bool
- func (o *PduSessionCreateData) HasSupportedFeatures() bool
- func (o *PduSessionCreateData) HasUdmGroupId() bool
- func (o *PduSessionCreateData) HasUeLocation() bool
- func (o *PduSessionCreateData) HasUeTimeZone() bool
- func (o *PduSessionCreateData) HasUnauthenticatedSupi() bool
- func (o *PduSessionCreateData) HasUnknownN1SmInfo() bool
- func (o *PduSessionCreateData) HasUpCnxState() bool
- func (o *PduSessionCreateData) HasUpSecurityInfo() bool
- func (o *PduSessionCreateData) HasUpipSupported() bool
- func (o *PduSessionCreateData) HasVSmfServiceInstanceId() bool
- func (o *PduSessionCreateData) HasVcnTunnelInfo() bool
- func (o *PduSessionCreateData) HasVplmnQos() bool
- func (o *PduSessionCreateData) HasVsmfId() bool
- func (o *PduSessionCreateData) HasVsmfPduSessionUri() bool
- func (o PduSessionCreateData) MarshalJSON() ([]byte, error)
- func (o *PduSessionCreateData) SetAddUeLocation(v UserLocation)
- func (o *PduSessionCreateData) SetAdditionalAnType(v AccessType)
- func (o *PduSessionCreateData) SetAdditionalCnTunnelInfo(v TunnelInfo)
- func (o *PduSessionCreateData) SetAlwaysOnRequested(v bool)
- func (o *PduSessionCreateData) SetAmfNfId(v string)
- func (o *PduSessionCreateData) SetAnType(v AccessType)
- func (o *PduSessionCreateData) SetApnRateStatus(v ApnRateStatus)
- func (o *PduSessionCreateData) SetChargingId(v string)
- func (o *PduSessionCreateData) SetCpCiotEnabled(v bool)
- func (o *PduSessionCreateData) SetCpOnlyInd(v bool)
- func (o *PduSessionCreateData) SetDisasterRoamingInd(v bool)
- func (o *PduSessionCreateData) SetDlServingPlmnRateCtl(v int32)
- func (o *PduSessionCreateData) SetDnaiList(v []string)
- func (o *PduSessionCreateData) SetDnn(v string)
- func (o *PduSessionCreateData) SetEpsBearerCtxStatus(v string)
- func (o *PduSessionCreateData) SetEpsBearerId(v []int32)
- func (o *PduSessionCreateData) SetEpsInterworkingInd(v EpsInterworkingIndication)
- func (o *PduSessionCreateData) SetGpsi(v string)
- func (o *PduSessionCreateData) SetGuami(v Guami)
- func (o *PduSessionCreateData) SetHNwPubKeyId(v int32)
- func (o *PduSessionCreateData) SetHPcfId(v string)
- func (o *PduSessionCreateData) SetHoPreparationIndication(v bool)
- func (o *PduSessionCreateData) SetHplmnSnssai(v Snssai)
- func (o *PduSessionCreateData) SetISmfServiceInstanceId(v string)
- func (o *PduSessionCreateData) SetIcnTunnelInfo(v TunnelInfo)
- func (o *PduSessionCreateData) SetInvokeNef(v bool)
- func (o *PduSessionCreateData) SetIsmfId(v string)
- func (o *PduSessionCreateData) SetIsmfPduSessionUri(v string)
- func (o *PduSessionCreateData) SetMaNwUpgradeInd(v bool)
- func (o *PduSessionCreateData) SetMaRequestInd(v bool)
- func (o *PduSessionCreateData) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
- func (o *PduSessionCreateData) SetMaxIntegrityProtectedDataRateUl(v MaxIntegrityProtectedDataRate)
- func (o *PduSessionCreateData) SetN1SmInfoFromUe(v RefToBinaryData)
- func (o *PduSessionCreateData) SetN9ForwardingTunnelInfo(v TunnelInfo)
- func (o *PduSessionCreateData) SetOldPduSessionId(v int32)
- func (o *PduSessionCreateData) SetOldPduSessionRef(v string)
- func (o *PduSessionCreateData) SetOldSmContextRef(v string)
- func (o *PduSessionCreateData) SetPcfGroupId(v string)
- func (o *PduSessionCreateData) SetPcfId(v string)
- func (o *PduSessionCreateData) SetPcfSetId(v string)
- func (o *PduSessionCreateData) SetPcfUeCallbackInfo(v PcfUeCallbackInfo)
- func (o *PduSessionCreateData) SetPcfUeCallbackInfoNil()
- func (o *PduSessionCreateData) SetPduSessionId(v int32)
- func (o *PduSessionCreateData) SetPei(v string)
- func (o *PduSessionCreateData) SetPgwS8cFteid(v string)
- func (o *PduSessionCreateData) SetPresenceInLadn(v PresenceState)
- func (o *PduSessionCreateData) SetRatType(v RatType)
- func (o *PduSessionCreateData) SetRecoveryTime(v time.Time)
- func (o *PduSessionCreateData) SetRedundantPduSessionInfo(v RedundantPduSessionInformation)
- func (o *PduSessionCreateData) SetRequestType(v RequestType)
- func (o *PduSessionCreateData) SetRoamingChargingProfile(v RoamingChargingProfile)
- func (o *PduSessionCreateData) SetRoutingIndicator(v string)
- func (o *PduSessionCreateData) SetSNssai(v Snssai)
- func (o *PduSessionCreateData) SetSatelliteBackhaulCat(v SatelliteBackhaulCategory)
- func (o *PduSessionCreateData) SetSecondaryRatUsageInfo(v []SecondaryRatUsageInfo)
- func (o *PduSessionCreateData) SetSelMode(v DnnSelectionMode)
- func (o *PduSessionCreateData) SetSelectedDnn(v string)
- func (o *PduSessionCreateData) SetServingNetwork(v PlmnIdNid)
- func (o *PduSessionCreateData) SetSmPolicyNotifyInd(v bool)
- func (o *PduSessionCreateData) SetSmallDataRateStatus(v SmallDataRateStatus)
- func (o *PduSessionCreateData) SetSupi(v string)
- func (o *PduSessionCreateData) SetSupportedFeatures(v string)
- func (o *PduSessionCreateData) SetUdmGroupId(v string)
- func (o *PduSessionCreateData) SetUeLocation(v UserLocation)
- func (o *PduSessionCreateData) SetUeTimeZone(v string)
- func (o *PduSessionCreateData) SetUnauthenticatedSupi(v bool)
- func (o *PduSessionCreateData) SetUnknownN1SmInfo(v RefToBinaryData)
- func (o *PduSessionCreateData) SetUpCnxState(v UpCnxState)
- func (o *PduSessionCreateData) SetUpSecurityInfo(v UpSecurityInfo)
- func (o *PduSessionCreateData) SetUpipSupported(v bool)
- func (o *PduSessionCreateData) SetVSmfServiceInstanceId(v string)
- func (o *PduSessionCreateData) SetVcnTunnelInfo(v TunnelInfo)
- func (o *PduSessionCreateData) SetVplmnQos(v VplmnQos)
- func (o *PduSessionCreateData) SetVsmfId(v string)
- func (o *PduSessionCreateData) SetVsmfPduSessionUri(v string)
- func (o PduSessionCreateData) ToMap() (map[string]interface{}, error)
- func (o *PduSessionCreateData) UnmarshalJSON(bytes []byte) (err error)
- func (o *PduSessionCreateData) UnsetPcfUeCallbackInfo()
- type PduSessionCreateError
- func (o *PduSessionCreateError) GetBackOffTimer() int32
- func (o *PduSessionCreateError) GetBackOffTimerOk() (*int32, bool)
- func (o *PduSessionCreateError) GetError() ProblemDetails
- func (o *PduSessionCreateError) GetErrorOk() (*ProblemDetails, bool)
- func (o *PduSessionCreateError) GetN1SmInfoToUe() RefToBinaryData
- func (o *PduSessionCreateError) GetN1SmInfoToUeOk() (*RefToBinaryData, bool)
- func (o *PduSessionCreateError) GetN1smCause() string
- func (o *PduSessionCreateError) GetN1smCauseOk() (*string, bool)
- func (o *PduSessionCreateError) GetRecoveryTime() time.Time
- func (o *PduSessionCreateError) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *PduSessionCreateError) HasBackOffTimer() bool
- func (o *PduSessionCreateError) HasN1SmInfoToUe() bool
- func (o *PduSessionCreateError) HasN1smCause() bool
- func (o *PduSessionCreateError) HasRecoveryTime() bool
- func (o PduSessionCreateError) MarshalJSON() ([]byte, error)
- func (o *PduSessionCreateError) SetBackOffTimer(v int32)
- func (o *PduSessionCreateError) SetError(v ProblemDetails)
- func (o *PduSessionCreateError) SetN1SmInfoToUe(v RefToBinaryData)
- func (o *PduSessionCreateError) SetN1smCause(v string)
- func (o *PduSessionCreateError) SetRecoveryTime(v time.Time)
- func (o PduSessionCreateError) ToMap() (map[string]interface{}, error)
- func (o *PduSessionCreateError) UnmarshalJSON(bytes []byte) (err error)
- type PduSessionCreatedData
- func (o *PduSessionCreatedData) GetAdditionalCnTunnelInfo() TunnelInfo
- func (o *PduSessionCreatedData) GetAdditionalCnTunnelInfoOk() (*TunnelInfo, bool)
- func (o *PduSessionCreatedData) GetAdditionalSnssai() Snssai
- func (o *PduSessionCreatedData) GetAdditionalSnssaiOk() (*Snssai, bool)
- func (o *PduSessionCreatedData) GetAlwaysOnGranted() bool
- func (o *PduSessionCreatedData) GetAlwaysOnGrantedOk() (*bool, bool)
- func (o *PduSessionCreatedData) GetCnTunnelInfo() TunnelInfo
- func (o *PduSessionCreatedData) GetCnTunnelInfoOk() (*TunnelInfo, bool)
- func (o *PduSessionCreatedData) GetDnAaaAddress() IpAddress
- func (o *PduSessionCreatedData) GetDnAaaAddressOk() (*IpAddress, bool)
- func (o *PduSessionCreatedData) GetDnaiList() []string
- func (o *PduSessionCreatedData) GetDnaiListOk() ([]string, bool)
- func (o *PduSessionCreatedData) GetEnablePauseCharging() bool
- func (o *PduSessionCreatedData) GetEnablePauseChargingOk() (*bool, bool)
- func (o *PduSessionCreatedData) GetEpsBearerInfo() []EpsBearerInfo
- func (o *PduSessionCreatedData) GetEpsBearerInfoOk() ([]EpsBearerInfo, bool)
- func (o *PduSessionCreatedData) GetEpsPdnCnxInfo() EpsPdnCnxInfo
- func (o *PduSessionCreatedData) GetEpsPdnCnxInfoOk() (*EpsPdnCnxInfo, bool)
- func (o *PduSessionCreatedData) GetGpsi() string
- func (o *PduSessionCreatedData) GetGpsiOk() (*string, bool)
- func (o *PduSessionCreatedData) GetHSmfInstanceId() string
- func (o *PduSessionCreatedData) GetHSmfInstanceIdOk() (*string, bool)
- func (o *PduSessionCreatedData) GetHSmfServiceInstanceId() string
- func (o *PduSessionCreatedData) GetHSmfServiceInstanceIdOk() (*string, bool)
- func (o *PduSessionCreatedData) GetHcnTunnelInfo() TunnelInfo
- func (o *PduSessionCreatedData) GetHcnTunnelInfoOk() (*TunnelInfo, bool)
- func (o *PduSessionCreatedData) GetHomeProvidedChargingId() string
- func (o *PduSessionCreatedData) GetHomeProvidedChargingIdOk() (*string, bool)
- func (o *PduSessionCreatedData) GetInterPlmnApiRoot() string
- func (o *PduSessionCreatedData) GetInterPlmnApiRootOk() (*string, bool)
- func (o *PduSessionCreatedData) GetIntraPlmnApiRoot() string
- func (o *PduSessionCreatedData) GetIntraPlmnApiRootOk() (*string, bool)
- func (o *PduSessionCreatedData) GetIpv6Index() int32
- func (o *PduSessionCreatedData) GetIpv6IndexOk() (*int32, bool)
- func (o *PduSessionCreatedData) GetIpv6MultiHomingInd() bool
- func (o *PduSessionCreatedData) GetIpv6MultiHomingIndOk() (*bool, bool)
- func (o *PduSessionCreatedData) GetMaAcceptedInd() bool
- func (o *PduSessionCreatedData) GetMaAcceptedIndOk() (*bool, bool)
- func (o *PduSessionCreatedData) GetMaxIntegrityProtectedDataRate() MaxIntegrityProtectedDataRate
- func (o *PduSessionCreatedData) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
- func (o *PduSessionCreatedData) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *PduSessionCreatedData) GetMaxIntegrityProtectedDataRateOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *PduSessionCreatedData) GetN1SmInfoToUe() RefToBinaryData
- func (o *PduSessionCreatedData) GetN1SmInfoToUeOk() (*RefToBinaryData, bool)
- func (o *PduSessionCreatedData) GetNefExtBufSupportInd() bool
- func (o *PduSessionCreatedData) GetNefExtBufSupportIndOk() (*bool, bool)
- func (o *PduSessionCreatedData) GetNspuSupportInd() bool
- func (o *PduSessionCreatedData) GetNspuSupportIndOk() (*bool, bool)
- func (o *PduSessionCreatedData) GetPduSessionId() int32
- func (o *PduSessionCreatedData) GetPduSessionIdOk() (*int32, bool)
- func (o *PduSessionCreatedData) GetPduSessionType() PduSessionType
- func (o *PduSessionCreatedData) GetPduSessionTypeOk() (*PduSessionType, bool)
- func (o *PduSessionCreatedData) GetQosFlowsSetupList() []QosFlowSetupItem
- func (o *PduSessionCreatedData) GetQosFlowsSetupListOk() ([]QosFlowSetupItem, bool)
- func (o *PduSessionCreatedData) GetRecoveryTime() time.Time
- func (o *PduSessionCreatedData) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *PduSessionCreatedData) GetRedundantPduSessionInfo() RedundantPduSessionInformation
- func (o *PduSessionCreatedData) GetRedundantPduSessionInfoOk() (*RedundantPduSessionInformation, bool)
- func (o *PduSessionCreatedData) GetRoamingChargingProfile() RoamingChargingProfile
- func (o *PduSessionCreatedData) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
- func (o *PduSessionCreatedData) GetSNssai() Snssai
- func (o *PduSessionCreatedData) GetSNssaiOk() (*Snssai, bool)
- func (o *PduSessionCreatedData) GetSessionAmbr() Ambr
- func (o *PduSessionCreatedData) GetSessionAmbrOk() (*Ambr, bool)
- func (o *PduSessionCreatedData) GetSmallDataRateControlEnabled() bool
- func (o *PduSessionCreatedData) GetSmallDataRateControlEnabledOk() (*bool, bool)
- func (o *PduSessionCreatedData) GetSmfInstanceId() string
- func (o *PduSessionCreatedData) GetSmfInstanceIdOk() (*string, bool)
- func (o *PduSessionCreatedData) GetSmfServiceInstanceId() string
- func (o *PduSessionCreatedData) GetSmfServiceInstanceIdOk() (*string, bool)
- func (o *PduSessionCreatedData) GetSscMode() string
- func (o *PduSessionCreatedData) GetSscModeOk() (*string, bool)
- func (o *PduSessionCreatedData) GetSupportedFeatures() string
- func (o *PduSessionCreatedData) GetSupportedFeaturesOk() (*string, bool)
- func (o *PduSessionCreatedData) GetUeIpv4Address() string
- func (o *PduSessionCreatedData) GetUeIpv4AddressOk() (*string, bool)
- func (o *PduSessionCreatedData) GetUeIpv6InterfaceId() string
- func (o *PduSessionCreatedData) GetUeIpv6InterfaceIdOk() (*string, bool)
- func (o *PduSessionCreatedData) GetUeIpv6Prefix() Ipv6Prefix
- func (o *PduSessionCreatedData) GetUeIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *PduSessionCreatedData) GetUpSecurity() UpSecurity
- func (o *PduSessionCreatedData) GetUpSecurityOk() (*UpSecurity, bool)
- func (o *PduSessionCreatedData) HasAdditionalCnTunnelInfo() bool
- func (o *PduSessionCreatedData) HasAdditionalSnssai() bool
- func (o *PduSessionCreatedData) HasAlwaysOnGranted() bool
- func (o *PduSessionCreatedData) HasCnTunnelInfo() bool
- func (o *PduSessionCreatedData) HasDnAaaAddress() bool
- func (o *PduSessionCreatedData) HasDnaiList() bool
- func (o *PduSessionCreatedData) HasEnablePauseCharging() bool
- func (o *PduSessionCreatedData) HasEpsBearerInfo() bool
- func (o *PduSessionCreatedData) HasEpsPdnCnxInfo() bool
- func (o *PduSessionCreatedData) HasGpsi() bool
- func (o *PduSessionCreatedData) HasHSmfInstanceId() bool
- func (o *PduSessionCreatedData) HasHSmfServiceInstanceId() bool
- func (o *PduSessionCreatedData) HasHcnTunnelInfo() bool
- func (o *PduSessionCreatedData) HasHomeProvidedChargingId() bool
- func (o *PduSessionCreatedData) HasInterPlmnApiRoot() bool
- func (o *PduSessionCreatedData) HasIntraPlmnApiRoot() bool
- func (o *PduSessionCreatedData) HasIpv6Index() bool
- func (o *PduSessionCreatedData) HasIpv6MultiHomingInd() bool
- func (o *PduSessionCreatedData) HasMaAcceptedInd() bool
- func (o *PduSessionCreatedData) HasMaxIntegrityProtectedDataRate() bool
- func (o *PduSessionCreatedData) HasMaxIntegrityProtectedDataRateDl() bool
- func (o *PduSessionCreatedData) HasN1SmInfoToUe() bool
- func (o *PduSessionCreatedData) HasNefExtBufSupportInd() bool
- func (o *PduSessionCreatedData) HasNspuSupportInd() bool
- func (o *PduSessionCreatedData) HasPduSessionId() bool
- func (o *PduSessionCreatedData) HasQosFlowsSetupList() bool
- func (o *PduSessionCreatedData) HasRecoveryTime() bool
- func (o *PduSessionCreatedData) HasRedundantPduSessionInfo() bool
- func (o *PduSessionCreatedData) HasRoamingChargingProfile() bool
- func (o *PduSessionCreatedData) HasSNssai() bool
- func (o *PduSessionCreatedData) HasSessionAmbr() bool
- func (o *PduSessionCreatedData) HasSmallDataRateControlEnabled() bool
- func (o *PduSessionCreatedData) HasSmfInstanceId() bool
- func (o *PduSessionCreatedData) HasSmfServiceInstanceId() bool
- func (o *PduSessionCreatedData) HasSupportedFeatures() bool
- func (o *PduSessionCreatedData) HasUeIpv4Address() bool
- func (o *PduSessionCreatedData) HasUeIpv6InterfaceId() bool
- func (o *PduSessionCreatedData) HasUeIpv6Prefix() bool
- func (o *PduSessionCreatedData) HasUpSecurity() bool
- func (o PduSessionCreatedData) MarshalJSON() ([]byte, error)
- func (o *PduSessionCreatedData) SetAdditionalCnTunnelInfo(v TunnelInfo)
- func (o *PduSessionCreatedData) SetAdditionalSnssai(v Snssai)
- func (o *PduSessionCreatedData) SetAlwaysOnGranted(v bool)
- func (o *PduSessionCreatedData) SetCnTunnelInfo(v TunnelInfo)
- func (o *PduSessionCreatedData) SetDnAaaAddress(v IpAddress)
- func (o *PduSessionCreatedData) SetDnAaaAddressNil()
- func (o *PduSessionCreatedData) SetDnaiList(v []string)
- func (o *PduSessionCreatedData) SetEnablePauseCharging(v bool)
- func (o *PduSessionCreatedData) SetEpsBearerInfo(v []EpsBearerInfo)
- func (o *PduSessionCreatedData) SetEpsPdnCnxInfo(v EpsPdnCnxInfo)
- func (o *PduSessionCreatedData) SetGpsi(v string)
- func (o *PduSessionCreatedData) SetHSmfInstanceId(v string)
- func (o *PduSessionCreatedData) SetHSmfServiceInstanceId(v string)
- func (o *PduSessionCreatedData) SetHcnTunnelInfo(v TunnelInfo)
- func (o *PduSessionCreatedData) SetHomeProvidedChargingId(v string)
- func (o *PduSessionCreatedData) SetInterPlmnApiRoot(v string)
- func (o *PduSessionCreatedData) SetIntraPlmnApiRoot(v string)
- func (o *PduSessionCreatedData) SetIpv6Index(v int32)
- func (o *PduSessionCreatedData) SetIpv6MultiHomingInd(v bool)
- func (o *PduSessionCreatedData) SetMaAcceptedInd(v bool)
- func (o *PduSessionCreatedData) SetMaxIntegrityProtectedDataRate(v MaxIntegrityProtectedDataRate)
- func (o *PduSessionCreatedData) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
- func (o *PduSessionCreatedData) SetN1SmInfoToUe(v RefToBinaryData)
- func (o *PduSessionCreatedData) SetNefExtBufSupportInd(v bool)
- func (o *PduSessionCreatedData) SetNspuSupportInd(v bool)
- func (o *PduSessionCreatedData) SetPduSessionId(v int32)
- func (o *PduSessionCreatedData) SetPduSessionType(v PduSessionType)
- func (o *PduSessionCreatedData) SetQosFlowsSetupList(v []QosFlowSetupItem)
- func (o *PduSessionCreatedData) SetRecoveryTime(v time.Time)
- func (o *PduSessionCreatedData) SetRedundantPduSessionInfo(v RedundantPduSessionInformation)
- func (o *PduSessionCreatedData) SetRoamingChargingProfile(v RoamingChargingProfile)
- func (o *PduSessionCreatedData) SetSNssai(v Snssai)
- func (o *PduSessionCreatedData) SetSessionAmbr(v Ambr)
- func (o *PduSessionCreatedData) SetSmallDataRateControlEnabled(v bool)
- func (o *PduSessionCreatedData) SetSmfInstanceId(v string)
- func (o *PduSessionCreatedData) SetSmfServiceInstanceId(v string)
- func (o *PduSessionCreatedData) SetSscMode(v string)
- func (o *PduSessionCreatedData) SetSupportedFeatures(v string)
- func (o *PduSessionCreatedData) SetUeIpv4Address(v string)
- func (o *PduSessionCreatedData) SetUeIpv6InterfaceId(v string)
- func (o *PduSessionCreatedData) SetUeIpv6Prefix(v Ipv6Prefix)
- func (o *PduSessionCreatedData) SetUpSecurity(v UpSecurity)
- func (o PduSessionCreatedData) ToMap() (map[string]interface{}, error)
- func (o *PduSessionCreatedData) UnmarshalJSON(bytes []byte) (err error)
- func (o *PduSessionCreatedData) UnsetDnAaaAddress()
- type PduSessionNotifyItem
- func (o *PduSessionNotifyItem) GetNotificationCause() NotificationCause
- func (o *PduSessionNotifyItem) GetNotificationCauseOk() (*NotificationCause, bool)
- func (o PduSessionNotifyItem) MarshalJSON() ([]byte, error)
- func (o *PduSessionNotifyItem) SetNotificationCause(v NotificationCause)
- func (o PduSessionNotifyItem) ToMap() (map[string]interface{}, error)
- func (o *PduSessionNotifyItem) UnmarshalJSON(bytes []byte) (err error)
- type PduSessionType
- type PlmnId
- func (o *PlmnId) GetMcc() string
- func (o *PlmnId) GetMccOk() (*string, bool)
- func (o *PlmnId) GetMnc() string
- func (o *PlmnId) GetMncOk() (*string, bool)
- func (o PlmnId) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- func (o *PlmnId) UnmarshalJSON(bytes []byte) (err error)
- type PlmnIdNid
- func (o *PlmnIdNid) GetMcc() string
- func (o *PlmnIdNid) GetMccOk() (*string, bool)
- func (o *PlmnIdNid) GetMnc() string
- func (o *PlmnIdNid) GetMncOk() (*string, bool)
- func (o *PlmnIdNid) GetNid() string
- func (o *PlmnIdNid) GetNidOk() (*string, bool)
- func (o *PlmnIdNid) HasNid() bool
- func (o PlmnIdNid) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- func (o *PlmnIdNid) UnmarshalJSON(bytes []byte) (err error)
- type PreemptionCapability
- type PreemptionVulnerability
- type PresenceState
- type ProblemDetails
- func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
- func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
- func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
- func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
- func (o *ProblemDetails) GetCause() string
- func (o *ProblemDetails) GetCauseOk() (*string, bool)
- func (o *ProblemDetails) GetDetail() string
- func (o *ProblemDetails) GetDetailOk() (*string, bool)
- func (o *ProblemDetails) GetInstance() string
- func (o *ProblemDetails) GetInstanceOk() (*string, bool)
- func (o *ProblemDetails) GetInvalidParams() []InvalidParam
- func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
- func (o *ProblemDetails) GetNrfId() string
- func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
- func (o *ProblemDetails) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetSupportedFeatures() string
- func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasAccessTokenError() bool
- func (o *ProblemDetails) HasAccessTokenRequest() bool
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasNrfId() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasSupportedFeatures() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
- func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
- func (o *ProblemDetails) SetCause(v string)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
- func (o *ProblemDetails) SetNrfId(v string)
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetSupportedFeatures(v string)
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetType(v string)
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- type ProblemDetailsAddInfo
- func (o *ProblemDetailsAddInfo) GetRemoteError() bool
- func (o *ProblemDetailsAddInfo) GetRemoteErrorOk() (*bool, bool)
- func (o *ProblemDetailsAddInfo) HasRemoteError() bool
- func (o ProblemDetailsAddInfo) MarshalJSON() ([]byte, error)
- func (o *ProblemDetailsAddInfo) SetRemoteError(v bool)
- func (o ProblemDetailsAddInfo) ToMap() (map[string]interface{}, error)
- type ProtectionResult
- type PsaIndication
- type PsaInformation
- func (o *PsaInformation) GetDnaiList() []string
- func (o *PsaInformation) GetDnaiListOk() ([]string, bool)
- func (o *PsaInformation) GetPsaInd() PsaIndication
- func (o *PsaInformation) GetPsaIndOk() (*PsaIndication, bool)
- func (o *PsaInformation) GetPsaUpfId() string
- func (o *PsaInformation) GetPsaUpfIdOk() (*string, bool)
- func (o *PsaInformation) GetUeIpv6Prefix() Ipv6Prefix
- func (o *PsaInformation) GetUeIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *PsaInformation) HasDnaiList() bool
- func (o *PsaInformation) HasPsaInd() bool
- func (o *PsaInformation) HasPsaUpfId() bool
- func (o *PsaInformation) HasUeIpv6Prefix() bool
- func (o PsaInformation) MarshalJSON() ([]byte, error)
- func (o *PsaInformation) SetDnaiList(v []string)
- func (o *PsaInformation) SetPsaInd(v PsaIndication)
- func (o *PsaInformation) SetPsaUpfId(v string)
- func (o *PsaInformation) SetUeIpv6Prefix(v Ipv6Prefix)
- func (o PsaInformation) ToMap() (map[string]interface{}, error)
- type QosFlowAccessType
- type QosFlowAddModifyRequestItem
- func (o *QosFlowAddModifyRequestItem) GetAssociatedAnType() QosFlowAccessType
- func (o *QosFlowAddModifyRequestItem) GetAssociatedAnTypeOk() (*QosFlowAccessType, bool)
- func (o *QosFlowAddModifyRequestItem) GetEbi() int32
- func (o *QosFlowAddModifyRequestItem) GetEbiOk() (*int32, bool)
- func (o *QosFlowAddModifyRequestItem) GetQfi() int32
- func (o *QosFlowAddModifyRequestItem) GetQfiOk() (*int32, bool)
- func (o *QosFlowAddModifyRequestItem) GetQosFlowDescription() string
- func (o *QosFlowAddModifyRequestItem) GetQosFlowDescriptionOk() (*string, bool)
- func (o *QosFlowAddModifyRequestItem) GetQosFlowProfile() QosFlowProfile
- func (o *QosFlowAddModifyRequestItem) GetQosFlowProfileOk() (*QosFlowProfile, bool)
- func (o *QosFlowAddModifyRequestItem) GetQosRules() string
- func (o *QosFlowAddModifyRequestItem) GetQosRulesOk() (*string, bool)
- func (o *QosFlowAddModifyRequestItem) HasAssociatedAnType() bool
- func (o *QosFlowAddModifyRequestItem) HasEbi() bool
- func (o *QosFlowAddModifyRequestItem) HasQosFlowDescription() bool
- func (o *QosFlowAddModifyRequestItem) HasQosFlowProfile() bool
- func (o *QosFlowAddModifyRequestItem) HasQosRules() bool
- func (o QosFlowAddModifyRequestItem) MarshalJSON() ([]byte, error)
- func (o *QosFlowAddModifyRequestItem) SetAssociatedAnType(v QosFlowAccessType)
- func (o *QosFlowAddModifyRequestItem) SetEbi(v int32)
- func (o *QosFlowAddModifyRequestItem) SetQfi(v int32)
- func (o *QosFlowAddModifyRequestItem) SetQosFlowDescription(v string)
- func (o *QosFlowAddModifyRequestItem) SetQosFlowProfile(v QosFlowProfile)
- func (o *QosFlowAddModifyRequestItem) SetQosRules(v string)
- func (o QosFlowAddModifyRequestItem) ToMap() (map[string]interface{}, error)
- func (o *QosFlowAddModifyRequestItem) UnmarshalJSON(bytes []byte) (err error)
- type QosFlowItem
- func (o *QosFlowItem) GetCause() Cause
- func (o *QosFlowItem) GetCauseOk() (*Cause, bool)
- func (o *QosFlowItem) GetCurrentQosProfileIndex() int32
- func (o *QosFlowItem) GetCurrentQosProfileIndexOk() (*int32, bool)
- func (o *QosFlowItem) GetNgApCause() NgApCause
- func (o *QosFlowItem) GetNgApCauseOk() (*NgApCause, bool)
- func (o *QosFlowItem) GetNullQoSProfileIndex() bool
- func (o *QosFlowItem) GetNullQoSProfileIndexOk() (*bool, bool)
- func (o *QosFlowItem) GetQfi() int32
- func (o *QosFlowItem) GetQfiOk() (*int32, bool)
- func (o *QosFlowItem) HasCause() bool
- func (o *QosFlowItem) HasCurrentQosProfileIndex() bool
- func (o *QosFlowItem) HasNgApCause() bool
- func (o *QosFlowItem) HasNullQoSProfileIndex() bool
- func (o QosFlowItem) MarshalJSON() ([]byte, error)
- func (o *QosFlowItem) SetCause(v Cause)
- func (o *QosFlowItem) SetCurrentQosProfileIndex(v int32)
- func (o *QosFlowItem) SetNgApCause(v NgApCause)
- func (o *QosFlowItem) SetNullQoSProfileIndex(v bool)
- func (o *QosFlowItem) SetQfi(v int32)
- func (o QosFlowItem) ToMap() (map[string]interface{}, error)
- func (o *QosFlowItem) UnmarshalJSON(bytes []byte) (err error)
- type QosFlowNotifyItem
- func (o *QosFlowNotifyItem) GetCurrentQosProfileIndex() int32
- func (o *QosFlowNotifyItem) GetCurrentQosProfileIndexOk() (*int32, bool)
- func (o *QosFlowNotifyItem) GetNotificationCause() NotificationCause
- func (o *QosFlowNotifyItem) GetNotificationCauseOk() (*NotificationCause, bool)
- func (o *QosFlowNotifyItem) GetNullQoSProfileIndex() bool
- func (o *QosFlowNotifyItem) GetNullQoSProfileIndexOk() (*bool, bool)
- func (o *QosFlowNotifyItem) GetQfi() int32
- func (o *QosFlowNotifyItem) GetQfiOk() (*int32, bool)
- func (o *QosFlowNotifyItem) HasCurrentQosProfileIndex() bool
- func (o *QosFlowNotifyItem) HasNullQoSProfileIndex() bool
- func (o QosFlowNotifyItem) MarshalJSON() ([]byte, error)
- func (o *QosFlowNotifyItem) SetCurrentQosProfileIndex(v int32)
- func (o *QosFlowNotifyItem) SetNotificationCause(v NotificationCause)
- func (o *QosFlowNotifyItem) SetNullQoSProfileIndex(v bool)
- func (o *QosFlowNotifyItem) SetQfi(v int32)
- func (o QosFlowNotifyItem) ToMap() (map[string]interface{}, error)
- func (o *QosFlowNotifyItem) UnmarshalJSON(bytes []byte) (err error)
- type QosFlowProfile
- func (o *QosFlowProfile) GetAdditionalQosFlowInfo() AdditionalQosFlowInfo
- func (o *QosFlowProfile) GetAdditionalQosFlowInfoOk() (*AdditionalQosFlowInfo, bool)
- func (o *QosFlowProfile) GetArp() Arp
- func (o *QosFlowProfile) GetArpOk() (*Arp, bool)
- func (o *QosFlowProfile) GetDynamic5Qi() Dynamic5Qi
- func (o *QosFlowProfile) GetDynamic5QiOk() (*Dynamic5Qi, bool)
- func (o *QosFlowProfile) GetGbrQosFlowInfo() GbrQosFlowInformation
- func (o *QosFlowProfile) GetGbrQosFlowInfoOk() (*GbrQosFlowInformation, bool)
- func (o *QosFlowProfile) GetNonDynamic5Qi() NonDynamic5Qi
- func (o *QosFlowProfile) GetNonDynamic5QiOk() (*NonDynamic5Qi, bool)
- func (o *QosFlowProfile) GetQosMonitoringReq() QosMonitoringReq
- func (o *QosFlowProfile) GetQosMonitoringReqOk() (*QosMonitoringReq, bool)
- func (o *QosFlowProfile) GetQosRepPeriod() int32
- func (o *QosFlowProfile) GetQosRepPeriodOk() (*int32, bool)
- func (o *QosFlowProfile) GetRqa() ReflectiveQoSAttribute
- func (o *QosFlowProfile) GetRqaOk() (*ReflectiveQoSAttribute, bool)
- func (o *QosFlowProfile) GetVar5qi() int32
- func (o *QosFlowProfile) GetVar5qiOk() (*int32, bool)
- func (o *QosFlowProfile) HasAdditionalQosFlowInfo() bool
- func (o *QosFlowProfile) HasArp() bool
- func (o *QosFlowProfile) HasDynamic5Qi() bool
- func (o *QosFlowProfile) HasGbrQosFlowInfo() bool
- func (o *QosFlowProfile) HasNonDynamic5Qi() bool
- func (o *QosFlowProfile) HasQosMonitoringReq() bool
- func (o *QosFlowProfile) HasQosRepPeriod() bool
- func (o *QosFlowProfile) HasRqa() bool
- func (o QosFlowProfile) MarshalJSON() ([]byte, error)
- func (o *QosFlowProfile) SetAdditionalQosFlowInfo(v AdditionalQosFlowInfo)
- func (o *QosFlowProfile) SetAdditionalQosFlowInfoNil()
- func (o *QosFlowProfile) SetArp(v Arp)
- func (o *QosFlowProfile) SetDynamic5Qi(v Dynamic5Qi)
- func (o *QosFlowProfile) SetGbrQosFlowInfo(v GbrQosFlowInformation)
- func (o *QosFlowProfile) SetNonDynamic5Qi(v NonDynamic5Qi)
- func (o *QosFlowProfile) SetQosMonitoringReq(v QosMonitoringReq)
- func (o *QosFlowProfile) SetQosRepPeriod(v int32)
- func (o *QosFlowProfile) SetRqa(v ReflectiveQoSAttribute)
- func (o *QosFlowProfile) SetVar5qi(v int32)
- func (o QosFlowProfile) ToMap() (map[string]interface{}, error)
- func (o *QosFlowProfile) UnmarshalJSON(bytes []byte) (err error)
- func (o *QosFlowProfile) UnsetAdditionalQosFlowInfo()
- type QosFlowReleaseRequestItem
- func (o *QosFlowReleaseRequestItem) GetQfi() int32
- func (o *QosFlowReleaseRequestItem) GetQfiOk() (*int32, bool)
- func (o *QosFlowReleaseRequestItem) GetQosFlowDescription() string
- func (o *QosFlowReleaseRequestItem) GetQosFlowDescriptionOk() (*string, bool)
- func (o *QosFlowReleaseRequestItem) GetQosRules() string
- func (o *QosFlowReleaseRequestItem) GetQosRulesOk() (*string, bool)
- func (o *QosFlowReleaseRequestItem) HasQosFlowDescription() bool
- func (o *QosFlowReleaseRequestItem) HasQosRules() bool
- func (o QosFlowReleaseRequestItem) MarshalJSON() ([]byte, error)
- func (o *QosFlowReleaseRequestItem) SetQfi(v int32)
- func (o *QosFlowReleaseRequestItem) SetQosFlowDescription(v string)
- func (o *QosFlowReleaseRequestItem) SetQosRules(v string)
- func (o QosFlowReleaseRequestItem) ToMap() (map[string]interface{}, error)
- func (o *QosFlowReleaseRequestItem) UnmarshalJSON(bytes []byte) (err error)
- type QosFlowSetupItem
- func (o *QosFlowSetupItem) GetAssociatedAnType() QosFlowAccessType
- func (o *QosFlowSetupItem) GetAssociatedAnTypeOk() (*QosFlowAccessType, bool)
- func (o *QosFlowSetupItem) GetDefaultQosRuleInd() bool
- func (o *QosFlowSetupItem) GetDefaultQosRuleIndOk() (*bool, bool)
- func (o *QosFlowSetupItem) GetEbi() int32
- func (o *QosFlowSetupItem) GetEbiOk() (*int32, bool)
- func (o *QosFlowSetupItem) GetQfi() int32
- func (o *QosFlowSetupItem) GetQfiOk() (*int32, bool)
- func (o *QosFlowSetupItem) GetQosFlowDescription() string
- func (o *QosFlowSetupItem) GetQosFlowDescriptionOk() (*string, bool)
- func (o *QosFlowSetupItem) GetQosFlowProfile() QosFlowProfile
- func (o *QosFlowSetupItem) GetQosFlowProfileOk() (*QosFlowProfile, bool)
- func (o *QosFlowSetupItem) GetQosRules() string
- func (o *QosFlowSetupItem) GetQosRulesOk() (*string, bool)
- func (o *QosFlowSetupItem) HasAssociatedAnType() bool
- func (o *QosFlowSetupItem) HasDefaultQosRuleInd() bool
- func (o *QosFlowSetupItem) HasEbi() bool
- func (o *QosFlowSetupItem) HasQosFlowDescription() bool
- func (o *QosFlowSetupItem) HasQosFlowProfile() bool
- func (o QosFlowSetupItem) MarshalJSON() ([]byte, error)
- func (o *QosFlowSetupItem) SetAssociatedAnType(v QosFlowAccessType)
- func (o *QosFlowSetupItem) SetDefaultQosRuleInd(v bool)
- func (o *QosFlowSetupItem) SetEbi(v int32)
- func (o *QosFlowSetupItem) SetQfi(v int32)
- func (o *QosFlowSetupItem) SetQosFlowDescription(v string)
- func (o *QosFlowSetupItem) SetQosFlowProfile(v QosFlowProfile)
- func (o *QosFlowSetupItem) SetQosRules(v string)
- func (o QosFlowSetupItem) ToMap() (map[string]interface{}, error)
- func (o *QosFlowSetupItem) UnmarshalJSON(bytes []byte) (err error)
- type QosFlowTunnel
- func (o *QosFlowTunnel) GetQfiList() []int32
- func (o *QosFlowTunnel) GetQfiListOk() ([]int32, bool)
- func (o *QosFlowTunnel) GetTunnelInfo() TunnelInfo
- func (o *QosFlowTunnel) GetTunnelInfoOk() (*TunnelInfo, bool)
- func (o QosFlowTunnel) MarshalJSON() ([]byte, error)
- func (o *QosFlowTunnel) SetQfiList(v []int32)
- func (o *QosFlowTunnel) SetTunnelInfo(v TunnelInfo)
- func (o QosFlowTunnel) ToMap() (map[string]interface{}, error)
- func (o *QosFlowTunnel) UnmarshalJSON(bytes []byte) (err error)
- type QosFlowUsageReport
- func (o *QosFlowUsageReport) GetDownlinkVolume() int64
- func (o *QosFlowUsageReport) GetDownlinkVolumeOk() (*int64, bool)
- func (o *QosFlowUsageReport) GetEndTimeStamp() time.Time
- func (o *QosFlowUsageReport) GetEndTimeStampOk() (*time.Time, bool)
- func (o *QosFlowUsageReport) GetQfi() int32
- func (o *QosFlowUsageReport) GetQfiOk() (*int32, bool)
- func (o *QosFlowUsageReport) GetStartTimeStamp() time.Time
- func (o *QosFlowUsageReport) GetStartTimeStampOk() (*time.Time, bool)
- func (o *QosFlowUsageReport) GetUplinkVolume() int64
- func (o *QosFlowUsageReport) GetUplinkVolumeOk() (*int64, bool)
- func (o QosFlowUsageReport) MarshalJSON() ([]byte, error)
- func (o *QosFlowUsageReport) SetDownlinkVolume(v int64)
- func (o *QosFlowUsageReport) SetEndTimeStamp(v time.Time)
- func (o *QosFlowUsageReport) SetQfi(v int32)
- func (o *QosFlowUsageReport) SetStartTimeStamp(v time.Time)
- func (o *QosFlowUsageReport) SetUplinkVolume(v int64)
- func (o QosFlowUsageReport) ToMap() (map[string]interface{}, error)
- func (o *QosFlowUsageReport) UnmarshalJSON(bytes []byte) (err error)
- type QosMonitoringInfo
- func (o *QosMonitoringInfo) GetQosMonitoringInd() bool
- func (o *QosMonitoringInfo) GetQosMonitoringIndOk() (*bool, bool)
- func (o *QosMonitoringInfo) HasQosMonitoringInd() bool
- func (o QosMonitoringInfo) MarshalJSON() ([]byte, error)
- func (o *QosMonitoringInfo) SetQosMonitoringInd(v bool)
- func (o QosMonitoringInfo) ToMap() (map[string]interface{}, error)
- type QosMonitoringReq
- type QosResourceType
- type RatType
- type RedirectResponse
- func (o *RedirectResponse) GetCause() string
- func (o *RedirectResponse) GetCauseOk() (*string, bool)
- func (o *RedirectResponse) GetTargetScp() string
- func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
- func (o *RedirectResponse) GetTargetSepp() string
- func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
- func (o *RedirectResponse) HasCause() bool
- func (o *RedirectResponse) HasTargetScp() bool
- func (o *RedirectResponse) HasTargetSepp() bool
- func (o RedirectResponse) MarshalJSON() ([]byte, error)
- func (o *RedirectResponse) SetCause(v string)
- func (o *RedirectResponse) SetTargetScp(v string)
- func (o *RedirectResponse) SetTargetSepp(v string)
- func (o RedirectResponse) ToMap() (map[string]interface{}, error)
- type RedundantPduSessionInformation
- func (o *RedundantPduSessionInformation) GetPduSessionPairId() int32
- func (o *RedundantPduSessionInformation) GetPduSessionPairIdOk() (*int32, bool)
- func (o *RedundantPduSessionInformation) GetRsn() Rsn
- func (o *RedundantPduSessionInformation) GetRsnOk() (*Rsn, bool)
- func (o *RedundantPduSessionInformation) HasPduSessionPairId() bool
- func (o RedundantPduSessionInformation) MarshalJSON() ([]byte, error)
- func (o *RedundantPduSessionInformation) SetPduSessionPairId(v int32)
- func (o *RedundantPduSessionInformation) SetRsn(v Rsn)
- func (o RedundantPduSessionInformation) ToMap() (map[string]interface{}, error)
- func (o *RedundantPduSessionInformation) UnmarshalJSON(bytes []byte) (err error)
- type RefToBinaryData
- func (o *RefToBinaryData) GetContentId() string
- func (o *RefToBinaryData) GetContentIdOk() (*string, bool)
- func (o RefToBinaryData) MarshalJSON() ([]byte, error)
- func (o *RefToBinaryData) SetContentId(v string)
- func (o RefToBinaryData) ToMap() (map[string]interface{}, error)
- func (o *RefToBinaryData) UnmarshalJSON(bytes []byte) (err error)
- type ReflectiveQoSAttribute
- type ReleaseData
- func (o *ReleaseData) GetAddUeLocation() UserLocation
- func (o *ReleaseData) GetAddUeLocationOk() (*UserLocation, bool)
- func (o *ReleaseData) GetCause() Cause
- func (o *ReleaseData) GetCauseOk() (*Cause, bool)
- func (o *ReleaseData) GetN4Info() N4Information
- func (o *ReleaseData) GetN4InfoExt1() N4Information
- func (o *ReleaseData) GetN4InfoExt1Ok() (*N4Information, bool)
- func (o *ReleaseData) GetN4InfoExt2() N4Information
- func (o *ReleaseData) GetN4InfoExt2Ok() (*N4Information, bool)
- func (o *ReleaseData) GetN4InfoOk() (*N4Information, bool)
- func (o *ReleaseData) GetNgApCause() NgApCause
- func (o *ReleaseData) GetNgApCauseOk() (*NgApCause, bool)
- func (o *ReleaseData) GetSecondaryRatUsageInfo() []SecondaryRatUsageInfo
- func (o *ReleaseData) GetSecondaryRatUsageInfoOk() ([]SecondaryRatUsageInfo, bool)
- func (o *ReleaseData) GetSecondaryRatUsageReport() []SecondaryRatUsageReport
- func (o *ReleaseData) GetSecondaryRatUsageReportOk() ([]SecondaryRatUsageReport, bool)
- func (o *ReleaseData) GetUeLocation() UserLocation
- func (o *ReleaseData) GetUeLocationOk() (*UserLocation, bool)
- func (o *ReleaseData) GetUeTimeZone() string
- func (o *ReleaseData) GetUeTimeZoneOk() (*string, bool)
- func (o *ReleaseData) GetVar5gMmCauseValue() int32
- func (o *ReleaseData) GetVar5gMmCauseValueOk() (*int32, bool)
- func (o *ReleaseData) HasAddUeLocation() bool
- func (o *ReleaseData) HasCause() bool
- func (o *ReleaseData) HasN4Info() bool
- func (o *ReleaseData) HasN4InfoExt1() bool
- func (o *ReleaseData) HasN4InfoExt2() bool
- func (o *ReleaseData) HasNgApCause() bool
- func (o *ReleaseData) HasSecondaryRatUsageInfo() bool
- func (o *ReleaseData) HasSecondaryRatUsageReport() bool
- func (o *ReleaseData) HasUeLocation() bool
- func (o *ReleaseData) HasUeTimeZone() bool
- func (o *ReleaseData) HasVar5gMmCauseValue() bool
- func (o ReleaseData) MarshalJSON() ([]byte, error)
- func (o *ReleaseData) SetAddUeLocation(v UserLocation)
- func (o *ReleaseData) SetCause(v Cause)
- func (o *ReleaseData) SetN4Info(v N4Information)
- func (o *ReleaseData) SetN4InfoExt1(v N4Information)
- func (o *ReleaseData) SetN4InfoExt2(v N4Information)
- func (o *ReleaseData) SetNgApCause(v NgApCause)
- func (o *ReleaseData) SetSecondaryRatUsageInfo(v []SecondaryRatUsageInfo)
- func (o *ReleaseData) SetSecondaryRatUsageReport(v []SecondaryRatUsageReport)
- func (o *ReleaseData) SetUeLocation(v UserLocation)
- func (o *ReleaseData) SetUeTimeZone(v string)
- func (o *ReleaseData) SetVar5gMmCauseValue(v int32)
- func (o ReleaseData) ToMap() (map[string]interface{}, error)
- type ReleasePduSession200Response
- func (o *ReleasePduSession200Response) GetBinaryDataN4Information() *os.File
- func (o *ReleasePduSession200Response) GetBinaryDataN4InformationExt1() *os.File
- func (o *ReleasePduSession200Response) GetBinaryDataN4InformationExt1Ok() (**os.File, bool)
- func (o *ReleasePduSession200Response) GetBinaryDataN4InformationExt2() *os.File
- func (o *ReleasePduSession200Response) GetBinaryDataN4InformationExt2Ok() (**os.File, bool)
- func (o *ReleasePduSession200Response) GetBinaryDataN4InformationOk() (**os.File, bool)
- func (o *ReleasePduSession200Response) GetJsonData() ReleasedData
- func (o *ReleasePduSession200Response) GetJsonDataOk() (*ReleasedData, bool)
- func (o *ReleasePduSession200Response) HasBinaryDataN4Information() bool
- func (o *ReleasePduSession200Response) HasBinaryDataN4InformationExt1() bool
- func (o *ReleasePduSession200Response) HasBinaryDataN4InformationExt2() bool
- func (o *ReleasePduSession200Response) HasJsonData() bool
- func (o ReleasePduSession200Response) MarshalJSON() ([]byte, error)
- func (o *ReleasePduSession200Response) SetBinaryDataN4Information(v *os.File)
- func (o *ReleasePduSession200Response) SetBinaryDataN4InformationExt1(v *os.File)
- func (o *ReleasePduSession200Response) SetBinaryDataN4InformationExt2(v *os.File)
- func (o *ReleasePduSession200Response) SetJsonData(v ReleasedData)
- func (o ReleasePduSession200Response) ToMap() (map[string]interface{}, error)
- type ReleasePduSessionRequest
- func (o *ReleasePduSessionRequest) GetBinaryDataN4Information() *os.File
- func (o *ReleasePduSessionRequest) GetBinaryDataN4InformationExt1() *os.File
- func (o *ReleasePduSessionRequest) GetBinaryDataN4InformationExt1Ok() (**os.File, bool)
- func (o *ReleasePduSessionRequest) GetBinaryDataN4InformationExt2() *os.File
- func (o *ReleasePduSessionRequest) GetBinaryDataN4InformationExt2Ok() (**os.File, bool)
- func (o *ReleasePduSessionRequest) GetBinaryDataN4InformationOk() (**os.File, bool)
- func (o *ReleasePduSessionRequest) GetJsonData() ReleaseData
- func (o *ReleasePduSessionRequest) GetJsonDataOk() (*ReleaseData, bool)
- func (o *ReleasePduSessionRequest) HasBinaryDataN4Information() bool
- func (o *ReleasePduSessionRequest) HasBinaryDataN4InformationExt1() bool
- func (o *ReleasePduSessionRequest) HasBinaryDataN4InformationExt2() bool
- func (o *ReleasePduSessionRequest) HasJsonData() bool
- func (o ReleasePduSessionRequest) MarshalJSON() ([]byte, error)
- func (o *ReleasePduSessionRequest) SetBinaryDataN4Information(v *os.File)
- func (o *ReleasePduSessionRequest) SetBinaryDataN4InformationExt1(v *os.File)
- func (o *ReleasePduSessionRequest) SetBinaryDataN4InformationExt2(v *os.File)
- func (o *ReleasePduSessionRequest) SetJsonData(v ReleaseData)
- func (o ReleasePduSessionRequest) ToMap() (map[string]interface{}, error)
- type ReleaseSmContextRequest
- func (o *ReleaseSmContextRequest) GetBinaryDataN2SmInformation() *os.File
- func (o *ReleaseSmContextRequest) GetBinaryDataN2SmInformationOk() (**os.File, bool)
- func (o *ReleaseSmContextRequest) GetJsonData() SmContextReleaseData
- func (o *ReleaseSmContextRequest) GetJsonDataOk() (*SmContextReleaseData, bool)
- func (o *ReleaseSmContextRequest) HasBinaryDataN2SmInformation() bool
- func (o *ReleaseSmContextRequest) HasJsonData() bool
- func (o ReleaseSmContextRequest) MarshalJSON() ([]byte, error)
- func (o *ReleaseSmContextRequest) SetBinaryDataN2SmInformation(v *os.File)
- func (o *ReleaseSmContextRequest) SetJsonData(v SmContextReleaseData)
- func (o ReleaseSmContextRequest) ToMap() (map[string]interface{}, error)
- type ReleasedData
- func (o *ReleasedData) GetApnRateStatus() ApnRateStatus
- func (o *ReleasedData) GetApnRateStatusOk() (*ApnRateStatus, bool)
- func (o *ReleasedData) GetN4Info() N4Information
- func (o *ReleasedData) GetN4InfoExt1() N4Information
- func (o *ReleasedData) GetN4InfoExt1Ok() (*N4Information, bool)
- func (o *ReleasedData) GetN4InfoExt2() N4Information
- func (o *ReleasedData) GetN4InfoExt2Ok() (*N4Information, bool)
- func (o *ReleasedData) GetN4InfoOk() (*N4Information, bool)
- func (o *ReleasedData) GetSmallDataRateStatus() SmallDataRateStatus
- func (o *ReleasedData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
- func (o *ReleasedData) HasApnRateStatus() bool
- func (o *ReleasedData) HasN4Info() bool
- func (o *ReleasedData) HasN4InfoExt1() bool
- func (o *ReleasedData) HasN4InfoExt2() bool
- func (o *ReleasedData) HasSmallDataRateStatus() bool
- func (o ReleasedData) MarshalJSON() ([]byte, error)
- func (o *ReleasedData) SetApnRateStatus(v ApnRateStatus)
- func (o *ReleasedData) SetN4Info(v N4Information)
- func (o *ReleasedData) SetN4InfoExt1(v N4Information)
- func (o *ReleasedData) SetN4InfoExt2(v N4Information)
- func (o *ReleasedData) SetSmallDataRateStatus(v SmallDataRateStatus)
- func (o ReleasedData) ToMap() (map[string]interface{}, error)
- type RequestIndication
- type RequestType
- type ResourceStatus
- type RetrieveData
- func (o *RetrieveData) GetPduSessionContextType() PduSessionContextType
- func (o *RetrieveData) GetPduSessionContextTypeOk() (*PduSessionContextType, bool)
- func (o *RetrieveData) GetSmallDataRateStatusReq() bool
- func (o *RetrieveData) GetSmallDataRateStatusReqOk() (*bool, bool)
- func (o *RetrieveData) HasPduSessionContextType() bool
- func (o *RetrieveData) HasSmallDataRateStatusReq() bool
- func (o RetrieveData) MarshalJSON() ([]byte, error)
- func (o *RetrieveData) SetPduSessionContextType(v PduSessionContextType)
- func (o *RetrieveData) SetSmallDataRateStatusReq(v bool)
- func (o RetrieveData) ToMap() (map[string]interface{}, error)
- type RetrievedData
- func (o *RetrievedData) GetAfCoordinationInfo() AfCoordinationInfo
- func (o *RetrievedData) GetAfCoordinationInfoOk() (*AfCoordinationInfo, bool)
- func (o *RetrievedData) GetSmallDataRateStatus() SmallDataRateStatus
- func (o *RetrievedData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
- func (o *RetrievedData) HasAfCoordinationInfo() bool
- func (o *RetrievedData) HasSmallDataRateStatus() bool
- func (o RetrievedData) MarshalJSON() ([]byte, error)
- func (o *RetrievedData) SetAfCoordinationInfo(v AfCoordinationInfo)
- func (o *RetrievedData) SetSmallDataRateStatus(v SmallDataRateStatus)
- func (o RetrievedData) ToMap() (map[string]interface{}, error)
- type RoamingChargingProfile
- func (o *RoamingChargingProfile) GetPartialRecordMethod() PartialRecordMethod
- func (o *RoamingChargingProfile) GetPartialRecordMethodOk() (*PartialRecordMethod, bool)
- func (o *RoamingChargingProfile) GetTriggers() []Trigger
- func (o *RoamingChargingProfile) GetTriggersOk() ([]Trigger, bool)
- func (o *RoamingChargingProfile) HasPartialRecordMethod() bool
- func (o *RoamingChargingProfile) HasTriggers() bool
- func (o RoamingChargingProfile) MarshalJSON() ([]byte, error)
- func (o *RoamingChargingProfile) SetPartialRecordMethod(v PartialRecordMethod)
- func (o *RoamingChargingProfile) SetTriggers(v []Trigger)
- func (o RoamingChargingProfile) ToMap() (map[string]interface{}, error)
- type RoutingAreaId
- func (o *RoutingAreaId) GetLac() string
- func (o *RoutingAreaId) GetLacOk() (*string, bool)
- func (o *RoutingAreaId) GetPlmnId() PlmnId
- func (o *RoutingAreaId) GetPlmnIdOk() (*PlmnId, bool)
- func (o *RoutingAreaId) GetRac() string
- func (o *RoutingAreaId) GetRacOk() (*string, bool)
- func (o RoutingAreaId) MarshalJSON() ([]byte, error)
- func (o *RoutingAreaId) SetLac(v string)
- func (o *RoutingAreaId) SetPlmnId(v PlmnId)
- func (o *RoutingAreaId) SetRac(v string)
- func (o RoutingAreaId) ToMap() (map[string]interface{}, error)
- func (o *RoutingAreaId) UnmarshalJSON(bytes []byte) (err error)
- type Rsn
- type SMContextsCollectionAPIService
- type SatelliteBackhaulCategory
- type SbiBindingLevel
- type ScheduledCommunicationTime
- func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32
- func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool)
- func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string
- func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool)
- func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string
- func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool)
- func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool
- func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool
- func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool
- func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error)
- func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32)
- func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string)
- func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string)
- func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error)
- type ScheduledCommunicationType
- type SecondaryRatUsageInfo
- func (o *SecondaryRatUsageInfo) GetPduSessionUsageData() []VolumeTimedReport
- func (o *SecondaryRatUsageInfo) GetPduSessionUsageDataOk() ([]VolumeTimedReport, bool)
- func (o *SecondaryRatUsageInfo) GetQosFlowsUsageData() []QosFlowUsageReport
- func (o *SecondaryRatUsageInfo) GetQosFlowsUsageDataOk() ([]QosFlowUsageReport, bool)
- func (o *SecondaryRatUsageInfo) GetSecondaryRatType() RatType
- func (o *SecondaryRatUsageInfo) GetSecondaryRatTypeOk() (*RatType, bool)
- func (o *SecondaryRatUsageInfo) HasPduSessionUsageData() bool
- func (o *SecondaryRatUsageInfo) HasQosFlowsUsageData() bool
- func (o SecondaryRatUsageInfo) MarshalJSON() ([]byte, error)
- func (o *SecondaryRatUsageInfo) SetPduSessionUsageData(v []VolumeTimedReport)
- func (o *SecondaryRatUsageInfo) SetQosFlowsUsageData(v []QosFlowUsageReport)
- func (o *SecondaryRatUsageInfo) SetSecondaryRatType(v RatType)
- func (o SecondaryRatUsageInfo) ToMap() (map[string]interface{}, error)
- func (o *SecondaryRatUsageInfo) UnmarshalJSON(bytes []byte) (err error)
- type SecondaryRatUsageReport
- func (o *SecondaryRatUsageReport) GetQosFlowsUsageData() []QosFlowUsageReport
- func (o *SecondaryRatUsageReport) GetQosFlowsUsageDataOk() ([]QosFlowUsageReport, bool)
- func (o *SecondaryRatUsageReport) GetSecondaryRatType() RatType
- func (o *SecondaryRatUsageReport) GetSecondaryRatTypeOk() (*RatType, bool)
- func (o SecondaryRatUsageReport) MarshalJSON() ([]byte, error)
- func (o *SecondaryRatUsageReport) SetQosFlowsUsageData(v []QosFlowUsageReport)
- func (o *SecondaryRatUsageReport) SetSecondaryRatType(v RatType)
- func (o SecondaryRatUsageReport) ToMap() (map[string]interface{}, error)
- func (o *SecondaryRatUsageReport) UnmarshalJSON(bytes []byte) (err error)
- type SecurityResult
- func (o *SecurityResult) GetConfidentialityProtectionResult() ProtectionResult
- func (o *SecurityResult) GetConfidentialityProtectionResultOk() (*ProtectionResult, bool)
- func (o *SecurityResult) GetIntegrityProtectionResult() ProtectionResult
- func (o *SecurityResult) GetIntegrityProtectionResultOk() (*ProtectionResult, bool)
- func (o *SecurityResult) HasConfidentialityProtectionResult() bool
- func (o *SecurityResult) HasIntegrityProtectionResult() bool
- func (o SecurityResult) MarshalJSON() ([]byte, error)
- func (o *SecurityResult) SetConfidentialityProtectionResult(v ProtectionResult)
- func (o *SecurityResult) SetIntegrityProtectionResult(v ProtectionResult)
- func (o SecurityResult) ToMap() (map[string]interface{}, error)
- type SendMoDataReqData
- func (o *SendMoDataReqData) GetMoData() RefToBinaryData
- func (o *SendMoDataReqData) GetMoDataOk() (*RefToBinaryData, bool)
- func (o *SendMoDataReqData) GetMoExpDataCounter() MoExpDataCounter
- func (o *SendMoDataReqData) GetMoExpDataCounterOk() (*MoExpDataCounter, bool)
- func (o *SendMoDataReqData) GetUeLocation() UserLocation
- func (o *SendMoDataReqData) GetUeLocationOk() (*UserLocation, bool)
- func (o *SendMoDataReqData) HasMoExpDataCounter() bool
- func (o *SendMoDataReqData) HasUeLocation() bool
- func (o SendMoDataReqData) MarshalJSON() ([]byte, error)
- func (o *SendMoDataReqData) SetMoData(v RefToBinaryData)
- func (o *SendMoDataReqData) SetMoExpDataCounter(v MoExpDataCounter)
- func (o *SendMoDataReqData) SetUeLocation(v UserLocation)
- func (o SendMoDataReqData) ToMap() (map[string]interface{}, error)
- func (o *SendMoDataReqData) UnmarshalJSON(bytes []byte) (err error)
- type SendMoDataRequest
- func (o *SendMoDataRequest) GetBinaryMoData() *os.File
- func (o *SendMoDataRequest) GetBinaryMoDataOk() (**os.File, bool)
- func (o *SendMoDataRequest) GetJsonData() SendMoDataReqData
- func (o *SendMoDataRequest) GetJsonDataOk() (*SendMoDataReqData, bool)
- func (o *SendMoDataRequest) HasBinaryMoData() bool
- func (o *SendMoDataRequest) HasJsonData() bool
- func (o SendMoDataRequest) MarshalJSON() ([]byte, error)
- func (o *SendMoDataRequest) SetBinaryMoData(v *os.File)
- func (o *SendMoDataRequest) SetJsonData(v SendMoDataReqData)
- func (o SendMoDataRequest) ToMap() (map[string]interface{}, error)
- type ServerAddressingInfo
- func (o *ServerAddressingInfo) GetFqdnList() []string
- func (o *ServerAddressingInfo) GetFqdnListOk() ([]string, bool)
- func (o *ServerAddressingInfo) GetIpv4Addresses() []string
- func (o *ServerAddressingInfo) GetIpv4AddressesOk() ([]string, bool)
- func (o *ServerAddressingInfo) GetIpv6Addresses() []Ipv6Addr
- func (o *ServerAddressingInfo) GetIpv6AddressesOk() ([]Ipv6Addr, bool)
- func (o *ServerAddressingInfo) HasFqdnList() bool
- func (o *ServerAddressingInfo) HasIpv4Addresses() bool
- func (o *ServerAddressingInfo) HasIpv6Addresses() bool
- func (o ServerAddressingInfo) MarshalJSON() ([]byte, error)
- func (o *ServerAddressingInfo) SetFqdnList(v []string)
- func (o *ServerAddressingInfo) SetIpv4Addresses(v []string)
- func (o *ServerAddressingInfo) SetIpv6Addresses(v []Ipv6Addr)
- func (o ServerAddressingInfo) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceAreaId
- func (o *ServiceAreaId) GetLac() string
- func (o *ServiceAreaId) GetLacOk() (*string, bool)
- func (o *ServiceAreaId) GetPlmnId() PlmnId
- func (o *ServiceAreaId) GetPlmnIdOk() (*PlmnId, bool)
- func (o *ServiceAreaId) GetSac() string
- func (o *ServiceAreaId) GetSacOk() (*string, bool)
- func (o ServiceAreaId) MarshalJSON() ([]byte, error)
- func (o *ServiceAreaId) SetLac(v string)
- func (o *ServiceAreaId) SetPlmnId(v PlmnId)
- func (o *ServiceAreaId) SetSac(v string)
- func (o ServiceAreaId) ToMap() (map[string]interface{}, error)
- func (o *ServiceAreaId) UnmarshalJSON(bytes []byte) (err error)
- type ServiceName
- type SmContext
- func (o *SmContext) GetAddRanTunnelInfo() []QosFlowTunnel
- func (o *SmContext) GetAddRanTunnelInfoOk() ([]QosFlowTunnel, bool)
- func (o *SmContext) GetAddRedRanTunnelInfo() []QosFlowTunnel
- func (o *SmContext) GetAddRedRanTunnelInfoOk() ([]QosFlowTunnel, bool)
- func (o *SmContext) GetAlwaysOnGranted() bool
- func (o *SmContext) GetAlwaysOnGrantedOk() (*bool, bool)
- func (o *SmContext) GetAnchorSmfOauth2Required() bool
- func (o *SmContext) GetAnchorSmfOauth2RequiredOk() (*bool, bool)
- func (o *SmContext) GetChargingId() string
- func (o *SmContext) GetChargingIdOk() (*string, bool)
- func (o *SmContext) GetChargingInfo() ChargingInformation
- func (o *SmContext) GetChargingInfoOk() (*ChargingInformation, bool)
- func (o *SmContext) GetDisasterRoamingInd() bool
- func (o *SmContext) GetDisasterRoamingIndOk() (*bool, bool)
- func (o *SmContext) GetDlsetSupportInd() bool
- func (o *SmContext) GetDlsetSupportIndOk() (*bool, bool)
- func (o *SmContext) GetDnAaaAddress() IpAddress
- func (o *SmContext) GetDnAaaAddressOk() (*IpAddress, bool)
- func (o *SmContext) GetDnn() string
- func (o *SmContext) GetDnnOk() (*string, bool)
- func (o *SmContext) GetEnablePauseCharging() bool
- func (o *SmContext) GetEnablePauseChargingOk() (*bool, bool)
- func (o *SmContext) GetEpsBearerInfo() []EpsBearerInfo
- func (o *SmContext) GetEpsBearerInfoOk() ([]EpsBearerInfo, bool)
- func (o *SmContext) GetEpsPdnCnxInfo() EpsPdnCnxInfo
- func (o *SmContext) GetEpsPdnCnxInfoOk() (*EpsPdnCnxInfo, bool)
- func (o *SmContext) GetForwardingInd() bool
- func (o *SmContext) GetForwardingIndOk() (*bool, bool)
- func (o *SmContext) GetGpsi() string
- func (o *SmContext) GetGpsiOk() (*string, bool)
- func (o *SmContext) GetHNwPubKeyId() int32
- func (o *SmContext) GetHNwPubKeyIdOk() (*int32, bool)
- func (o *SmContext) GetHSmfInstanceId() string
- func (o *SmContext) GetHSmfInstanceIdOk() (*string, bool)
- func (o *SmContext) GetHSmfServiceInstanceId() string
- func (o *SmContext) GetHSmfServiceInstanceIdOk() (*string, bool)
- func (o *SmContext) GetHSmfUri() string
- func (o *SmContext) GetHSmfUriOk() (*string, bool)
- func (o *SmContext) GetHplmnSnssai() Snssai
- func (o *SmContext) GetHplmnSnssaiOk() (*Snssai, bool)
- func (o *SmContext) GetInterPlmnApiRoot() string
- func (o *SmContext) GetInterPlmnApiRootOk() (*string, bool)
- func (o *SmContext) GetIntraPlmnApiRoot() string
- func (o *SmContext) GetIntraPlmnApiRootOk() (*string, bool)
- func (o *SmContext) GetIpv6Index() int32
- func (o *SmContext) GetIpv6IndexOk() (*int32, bool)
- func (o *SmContext) GetMaxIntegrityProtectedDataRate() MaxIntegrityProtectedDataRate
- func (o *SmContext) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
- func (o *SmContext) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *SmContext) GetMaxIntegrityProtectedDataRateOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *SmContext) GetN9fscSupportInd() bool
- func (o *SmContext) GetN9fscSupportIndOk() (*bool, bool)
- func (o *SmContext) GetNefExtBufSupportInd() bool
- func (o *SmContext) GetNefExtBufSupportIndOk() (*bool, bool)
- func (o *SmContext) GetNspuSupportInd() bool
- func (o *SmContext) GetNspuSupportIndOk() (*bool, bool)
- func (o *SmContext) GetPcfGroupId() string
- func (o *SmContext) GetPcfGroupIdOk() (*string, bool)
- func (o *SmContext) GetPcfId() string
- func (o *SmContext) GetPcfIdOk() (*string, bool)
- func (o *SmContext) GetPcfSetId() string
- func (o *SmContext) GetPcfSetIdOk() (*string, bool)
- func (o *SmContext) GetPduSessionId() int32
- func (o *SmContext) GetPduSessionIdOk() (*int32, bool)
- func (o *SmContext) GetPduSessionRef() string
- func (o *SmContext) GetPduSessionRefOk() (*string, bool)
- func (o *SmContext) GetPduSessionSmfBinding() SbiBindingLevel
- func (o *SmContext) GetPduSessionSmfBindingOk() (*SbiBindingLevel, bool)
- func (o *SmContext) GetPduSessionSmfServiceSetId() string
- func (o *SmContext) GetPduSessionSmfServiceSetIdOk() (*string, bool)
- func (o *SmContext) GetPduSessionSmfSetId() string
- func (o *SmContext) GetPduSessionSmfSetIdOk() (*string, bool)
- func (o *SmContext) GetPduSessionType() PduSessionType
- func (o *SmContext) GetPduSessionTypeOk() (*PduSessionType, bool)
- func (o *SmContext) GetPsaTunnelInfo() TunnelInfo
- func (o *SmContext) GetPsaTunnelInfoOk() (*TunnelInfo, bool)
- func (o *SmContext) GetQosFlowsList() []QosFlowSetupItem
- func (o *SmContext) GetQosFlowsListOk() ([]QosFlowSetupItem, bool)
- func (o *SmContext) GetRanTunnelInfo() QosFlowTunnel
- func (o *SmContext) GetRanTunnelInfoOk() (*QosFlowTunnel, bool)
- func (o *SmContext) GetRecoveryTime() time.Time
- func (o *SmContext) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *SmContext) GetRedRanTunnelInfo() QosFlowTunnel
- func (o *SmContext) GetRedRanTunnelInfoOk() (*QosFlowTunnel, bool)
- func (o *SmContext) GetRedundantPduSessionInfo() RedundantPduSessionInformation
- func (o *SmContext) GetRedundantPduSessionInfoOk() (*RedundantPduSessionInformation, bool)
- func (o *SmContext) GetRoamingChargingProfile() RoamingChargingProfile
- func (o *SmContext) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
- func (o *SmContext) GetRoutingIndicator() string
- func (o *SmContext) GetRoutingIndicatorOk() (*string, bool)
- func (o *SmContext) GetSNssai() Snssai
- func (o *SmContext) GetSNssaiOk() (*Snssai, bool)
- func (o *SmContext) GetSatelliteBackhaulCat() SatelliteBackhaulCategory
- func (o *SmContext) GetSatelliteBackhaulCatOk() (*SatelliteBackhaulCategory, bool)
- func (o *SmContext) GetSelMode() DnnSelectionMode
- func (o *SmContext) GetSelModeOk() (*DnnSelectionMode, bool)
- func (o *SmContext) GetSelectedDnn() string
- func (o *SmContext) GetSelectedDnnOk() (*string, bool)
- func (o *SmContext) GetSessionAmbr() Ambr
- func (o *SmContext) GetSessionAmbrOk() (*Ambr, bool)
- func (o *SmContext) GetSmfBindingInfo() string
- func (o *SmContext) GetSmfBindingInfoOk() (*string, bool)
- func (o *SmContext) GetSmfInstanceId() string
- func (o *SmContext) GetSmfInstanceIdOk() (*string, bool)
- func (o *SmContext) GetSmfServiceInstanceId() string
- func (o *SmContext) GetSmfServiceInstanceIdOk() (*string, bool)
- func (o *SmContext) GetSmfUri() string
- func (o *SmContext) GetSmfUriOk() (*string, bool)
- func (o *SmContext) GetSscMode() string
- func (o *SmContext) GetSscModeOk() (*string, bool)
- func (o *SmContext) GetUdmGroupId() string
- func (o *SmContext) GetUdmGroupIdOk() (*string, bool)
- func (o *SmContext) GetUeIpv4Address() string
- func (o *SmContext) GetUeIpv4AddressOk() (*string, bool)
- func (o *SmContext) GetUeIpv6Prefix() Ipv6Prefix
- func (o *SmContext) GetUeIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *SmContext) GetUpSecurity() UpSecurity
- func (o *SmContext) GetUpSecurityOk() (*UpSecurity, bool)
- func (o *SmContext) HasAddRanTunnelInfo() bool
- func (o *SmContext) HasAddRedRanTunnelInfo() bool
- func (o *SmContext) HasAlwaysOnGranted() bool
- func (o *SmContext) HasAnchorSmfOauth2Required() bool
- func (o *SmContext) HasChargingId() bool
- func (o *SmContext) HasChargingInfo() bool
- func (o *SmContext) HasDisasterRoamingInd() bool
- func (o *SmContext) HasDlsetSupportInd() bool
- func (o *SmContext) HasDnAaaAddress() bool
- func (o *SmContext) HasEnablePauseCharging() bool
- func (o *SmContext) HasEpsBearerInfo() bool
- func (o *SmContext) HasEpsPdnCnxInfo() bool
- func (o *SmContext) HasForwardingInd() bool
- func (o *SmContext) HasGpsi() bool
- func (o *SmContext) HasHNwPubKeyId() bool
- func (o *SmContext) HasHSmfInstanceId() bool
- func (o *SmContext) HasHSmfServiceInstanceId() bool
- func (o *SmContext) HasHSmfUri() bool
- func (o *SmContext) HasHplmnSnssai() bool
- func (o *SmContext) HasInterPlmnApiRoot() bool
- func (o *SmContext) HasIntraPlmnApiRoot() bool
- func (o *SmContext) HasIpv6Index() bool
- func (o *SmContext) HasMaxIntegrityProtectedDataRate() bool
- func (o *SmContext) HasMaxIntegrityProtectedDataRateDl() bool
- func (o *SmContext) HasN9fscSupportInd() bool
- func (o *SmContext) HasNefExtBufSupportInd() bool
- func (o *SmContext) HasNspuSupportInd() bool
- func (o *SmContext) HasPcfGroupId() bool
- func (o *SmContext) HasPcfId() bool
- func (o *SmContext) HasPcfSetId() bool
- func (o *SmContext) HasPduSessionRef() bool
- func (o *SmContext) HasPduSessionSmfBinding() bool
- func (o *SmContext) HasPduSessionSmfServiceSetId() bool
- func (o *SmContext) HasPduSessionSmfSetId() bool
- func (o *SmContext) HasPsaTunnelInfo() bool
- func (o *SmContext) HasRanTunnelInfo() bool
- func (o *SmContext) HasRecoveryTime() bool
- func (o *SmContext) HasRedRanTunnelInfo() bool
- func (o *SmContext) HasRedundantPduSessionInfo() bool
- func (o *SmContext) HasRoamingChargingProfile() bool
- func (o *SmContext) HasRoutingIndicator() bool
- func (o *SmContext) HasSatelliteBackhaulCat() bool
- func (o *SmContext) HasSelMode() bool
- func (o *SmContext) HasSelectedDnn() bool
- func (o *SmContext) HasSmfBindingInfo() bool
- func (o *SmContext) HasSmfInstanceId() bool
- func (o *SmContext) HasSmfServiceInstanceId() bool
- func (o *SmContext) HasSmfUri() bool
- func (o *SmContext) HasSscMode() bool
- func (o *SmContext) HasUdmGroupId() bool
- func (o *SmContext) HasUeIpv4Address() bool
- func (o *SmContext) HasUeIpv6Prefix() bool
- func (o *SmContext) HasUpSecurity() bool
- func (o SmContext) MarshalJSON() ([]byte, error)
- func (o *SmContext) SetAddRanTunnelInfo(v []QosFlowTunnel)
- func (o *SmContext) SetAddRedRanTunnelInfo(v []QosFlowTunnel)
- func (o *SmContext) SetAlwaysOnGranted(v bool)
- func (o *SmContext) SetAnchorSmfOauth2Required(v bool)
- func (o *SmContext) SetChargingId(v string)
- func (o *SmContext) SetChargingInfo(v ChargingInformation)
- func (o *SmContext) SetDisasterRoamingInd(v bool)
- func (o *SmContext) SetDlsetSupportInd(v bool)
- func (o *SmContext) SetDnAaaAddress(v IpAddress)
- func (o *SmContext) SetDnAaaAddressNil()
- func (o *SmContext) SetDnn(v string)
- func (o *SmContext) SetEnablePauseCharging(v bool)
- func (o *SmContext) SetEpsBearerInfo(v []EpsBearerInfo)
- func (o *SmContext) SetEpsPdnCnxInfo(v EpsPdnCnxInfo)
- func (o *SmContext) SetForwardingInd(v bool)
- func (o *SmContext) SetGpsi(v string)
- func (o *SmContext) SetHNwPubKeyId(v int32)
- func (o *SmContext) SetHSmfInstanceId(v string)
- func (o *SmContext) SetHSmfServiceInstanceId(v string)
- func (o *SmContext) SetHSmfUri(v string)
- func (o *SmContext) SetHplmnSnssai(v Snssai)
- func (o *SmContext) SetInterPlmnApiRoot(v string)
- func (o *SmContext) SetIntraPlmnApiRoot(v string)
- func (o *SmContext) SetIpv6Index(v int32)
- func (o *SmContext) SetMaxIntegrityProtectedDataRate(v MaxIntegrityProtectedDataRate)
- func (o *SmContext) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
- func (o *SmContext) SetN9fscSupportInd(v bool)
- func (o *SmContext) SetNefExtBufSupportInd(v bool)
- func (o *SmContext) SetNspuSupportInd(v bool)
- func (o *SmContext) SetPcfGroupId(v string)
- func (o *SmContext) SetPcfId(v string)
- func (o *SmContext) SetPcfSetId(v string)
- func (o *SmContext) SetPduSessionId(v int32)
- func (o *SmContext) SetPduSessionRef(v string)
- func (o *SmContext) SetPduSessionSmfBinding(v SbiBindingLevel)
- func (o *SmContext) SetPduSessionSmfServiceSetId(v string)
- func (o *SmContext) SetPduSessionSmfSetId(v string)
- func (o *SmContext) SetPduSessionType(v PduSessionType)
- func (o *SmContext) SetPsaTunnelInfo(v TunnelInfo)
- func (o *SmContext) SetQosFlowsList(v []QosFlowSetupItem)
- func (o *SmContext) SetRanTunnelInfo(v QosFlowTunnel)
- func (o *SmContext) SetRecoveryTime(v time.Time)
- func (o *SmContext) SetRedRanTunnelInfo(v QosFlowTunnel)
- func (o *SmContext) SetRedundantPduSessionInfo(v RedundantPduSessionInformation)
- func (o *SmContext) SetRoamingChargingProfile(v RoamingChargingProfile)
- func (o *SmContext) SetRoutingIndicator(v string)
- func (o *SmContext) SetSNssai(v Snssai)
- func (o *SmContext) SetSatelliteBackhaulCat(v SatelliteBackhaulCategory)
- func (o *SmContext) SetSelMode(v DnnSelectionMode)
- func (o *SmContext) SetSelectedDnn(v string)
- func (o *SmContext) SetSessionAmbr(v Ambr)
- func (o *SmContext) SetSmfBindingInfo(v string)
- func (o *SmContext) SetSmfInstanceId(v string)
- func (o *SmContext) SetSmfServiceInstanceId(v string)
- func (o *SmContext) SetSmfUri(v string)
- func (o *SmContext) SetSscMode(v string)
- func (o *SmContext) SetUdmGroupId(v string)
- func (o *SmContext) SetUeIpv4Address(v string)
- func (o *SmContext) SetUeIpv6Prefix(v Ipv6Prefix)
- func (o *SmContext) SetUpSecurity(v UpSecurity)
- func (o SmContext) ToMap() (map[string]interface{}, error)
- func (o *SmContext) UnmarshalJSON(bytes []byte) (err error)
- func (o *SmContext) UnsetDnAaaAddress()
- type SmContextCreateData
- func (o *SmContextCreateData) GetAddUeLocation() UserLocation
- func (o *SmContextCreateData) GetAddUeLocationOk() (*UserLocation, bool)
- func (o *SmContextCreateData) GetAdditionalAnType() AccessType
- func (o *SmContextCreateData) GetAdditionalAnTypeOk() (*AccessType, bool)
- func (o *SmContextCreateData) GetAdditionalHsmfId() []string
- func (o *SmContextCreateData) GetAdditionalHsmfIdOk() ([]string, bool)
- func (o *SmContextCreateData) GetAdditionalHsmfUri() []string
- func (o *SmContextCreateData) GetAdditionalHsmfUriOk() ([]string, bool)
- func (o *SmContextCreateData) GetAdditionalSmfId() []string
- func (o *SmContextCreateData) GetAdditionalSmfIdOk() ([]string, bool)
- func (o *SmContextCreateData) GetAdditionalSmfUri() []string
- func (o *SmContextCreateData) GetAdditionalSmfUriOk() ([]string, bool)
- func (o *SmContextCreateData) GetAnType() AccessType
- func (o *SmContextCreateData) GetAnTypeOk() (*AccessType, bool)
- func (o *SmContextCreateData) GetAnchorSmfOauth2Required() bool
- func (o *SmContextCreateData) GetAnchorSmfOauth2RequiredOk() (*bool, bool)
- func (o *SmContextCreateData) GetApnRateStatus() ApnRateStatus
- func (o *SmContextCreateData) GetApnRateStatusOk() (*ApnRateStatus, bool)
- func (o *SmContextCreateData) GetBackupAmfInfo() []BackupAmfInfo
- func (o *SmContextCreateData) GetBackupAmfInfoOk() ([]BackupAmfInfo, bool)
- func (o *SmContextCreateData) GetCpCiotEnabled() bool
- func (o *SmContextCreateData) GetCpCiotEnabledOk() (*bool, bool)
- func (o *SmContextCreateData) GetCpOnlyInd() bool
- func (o *SmContextCreateData) GetCpOnlyIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetDdnFailureSubs() DdnFailureSubs
- func (o *SmContextCreateData) GetDdnFailureSubsOk() (*DdnFailureSubs, bool)
- func (o *SmContextCreateData) GetDirectForwardingFlag() bool
- func (o *SmContextCreateData) GetDirectForwardingFlagOk() (*bool, bool)
- func (o *SmContextCreateData) GetDisasterRoamingInd() bool
- func (o *SmContextCreateData) GetDisasterRoamingIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetDlDataWaitingInd() bool
- func (o *SmContextCreateData) GetDlDataWaitingIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetDnn() string
- func (o *SmContextCreateData) GetDnnOk() (*string, bool)
- func (o *SmContextCreateData) GetEpsBearerCtxStatus() string
- func (o *SmContextCreateData) GetEpsBearerCtxStatusOk() (*string, bool)
- func (o *SmContextCreateData) GetEpsInterworkingInd() EpsInterworkingIndication
- func (o *SmContextCreateData) GetEpsInterworkingIndOk() (*EpsInterworkingIndication, bool)
- func (o *SmContextCreateData) GetExtendedNasSmTimerInd() bool
- func (o *SmContextCreateData) GetExtendedNasSmTimerIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetGpsi() string
- func (o *SmContextCreateData) GetGpsiOk() (*string, bool)
- func (o *SmContextCreateData) GetGuami() Guami
- func (o *SmContextCreateData) GetGuamiOk() (*Guami, bool)
- func (o *SmContextCreateData) GetHNwPubKeyId() int32
- func (o *SmContextCreateData) GetHNwPubKeyIdOk() (*int32, bool)
- func (o *SmContextCreateData) GetHSmfId() string
- func (o *SmContextCreateData) GetHSmfIdOk() (*string, bool)
- func (o *SmContextCreateData) GetHSmfUri() string
- func (o *SmContextCreateData) GetHSmfUriOk() (*string, bool)
- func (o *SmContextCreateData) GetHoState() HoState
- func (o *SmContextCreateData) GetHoStateOk() (*HoState, bool)
- func (o *SmContextCreateData) GetHplmnSnssai() Snssai
- func (o *SmContextCreateData) GetHplmnSnssaiOk() (*Snssai, bool)
- func (o *SmContextCreateData) GetIndirectForwardingFlag() bool
- func (o *SmContextCreateData) GetIndirectForwardingFlagOk() (*bool, bool)
- func (o *SmContextCreateData) GetInvokeNef() bool
- func (o *SmContextCreateData) GetInvokeNefOk() (*bool, bool)
- func (o *SmContextCreateData) GetMaNwUpgradeInd() bool
- func (o *SmContextCreateData) GetMaNwUpgradeIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetMaRequestInd() bool
- func (o *SmContextCreateData) GetMaRequestIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetN1SmMsg() RefToBinaryData
- func (o *SmContextCreateData) GetN1SmMsgOk() (*RefToBinaryData, bool)
- func (o *SmContextCreateData) GetN2SmInfo() RefToBinaryData
- func (o *SmContextCreateData) GetN2SmInfoExt1() RefToBinaryData
- func (o *SmContextCreateData) GetN2SmInfoExt1Ok() (*RefToBinaryData, bool)
- func (o *SmContextCreateData) GetN2SmInfoOk() (*RefToBinaryData, bool)
- func (o *SmContextCreateData) GetN2SmInfoType() N2SmInfoType
- func (o *SmContextCreateData) GetN2SmInfoTypeExt1() N2SmInfoType
- func (o *SmContextCreateData) GetN2SmInfoTypeExt1Ok() (*N2SmInfoType, bool)
- func (o *SmContextCreateData) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
- func (o *SmContextCreateData) GetNrfAccessTokenUri() string
- func (o *SmContextCreateData) GetNrfAccessTokenUriOk() (*string, bool)
- func (o *SmContextCreateData) GetNrfDiscoveryUri() string
- func (o *SmContextCreateData) GetNrfDiscoveryUriOk() (*string, bool)
- func (o *SmContextCreateData) GetNrfManagementUri() string
- func (o *SmContextCreateData) GetNrfManagementUriOk() (*string, bool)
- func (o *SmContextCreateData) GetNrfOauth2Required() map[string]bool
- func (o *SmContextCreateData) GetNrfOauth2RequiredOk() (*map[string]bool, bool)
- func (o *SmContextCreateData) GetNrfUri() string
- func (o *SmContextCreateData) GetNrfUriOk() (*string, bool)
- func (o *SmContextCreateData) GetOldPduSessionId() int32
- func (o *SmContextCreateData) GetOldPduSessionIdOk() (*int32, bool)
- func (o *SmContextCreateData) GetOldPduSessionRef() string
- func (o *SmContextCreateData) GetOldPduSessionRefOk() (*string, bool)
- func (o *SmContextCreateData) GetOldSmContextRef() string
- func (o *SmContextCreateData) GetOldSmContextRefOk() (*string, bool)
- func (o *SmContextCreateData) GetOldSmfId() string
- func (o *SmContextCreateData) GetOldSmfIdOk() (*string, bool)
- func (o *SmContextCreateData) GetOnboardingInd() bool
- func (o *SmContextCreateData) GetOnboardingIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetPcfGroupId() string
- func (o *SmContextCreateData) GetPcfGroupIdOk() (*string, bool)
- func (o *SmContextCreateData) GetPcfId() string
- func (o *SmContextCreateData) GetPcfIdOk() (*string, bool)
- func (o *SmContextCreateData) GetPcfSetId() string
- func (o *SmContextCreateData) GetPcfSetIdOk() (*string, bool)
- func (o *SmContextCreateData) GetPcfUeCallbackInfo() PcfUeCallbackInfo
- func (o *SmContextCreateData) GetPcfUeCallbackInfoOk() (*PcfUeCallbackInfo, bool)
- func (o *SmContextCreateData) GetPduSessionId() int32
- func (o *SmContextCreateData) GetPduSessionIdOk() (*int32, bool)
- func (o *SmContextCreateData) GetPduSessionsActivateList() []int32
- func (o *SmContextCreateData) GetPduSessionsActivateListOk() ([]int32, bool)
- func (o *SmContextCreateData) GetPei() string
- func (o *SmContextCreateData) GetPeiOk() (*string, bool)
- func (o *SmContextCreateData) GetPresenceInLadn() PresenceState
- func (o *SmContextCreateData) GetPresenceInLadnOk() (*PresenceState, bool)
- func (o *SmContextCreateData) GetPvsInfo() []ServerAddressingInfo
- func (o *SmContextCreateData) GetPvsInfoOk() ([]ServerAddressingInfo, bool)
- func (o *SmContextCreateData) GetRanUnchangedInd() bool
- func (o *SmContextCreateData) GetRanUnchangedIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetRatType() RatType
- func (o *SmContextCreateData) GetRatTypeOk() (*RatType, bool)
- func (o *SmContextCreateData) GetRequestType() RequestType
- func (o *SmContextCreateData) GetRequestTypeOk() (*RequestType, bool)
- func (o *SmContextCreateData) GetRoutingIndicator() string
- func (o *SmContextCreateData) GetRoutingIndicatorOk() (*string, bool)
- func (o *SmContextCreateData) GetSNssai() Snssai
- func (o *SmContextCreateData) GetSNssaiOk() (*Snssai, bool)
- func (o *SmContextCreateData) GetSamePcfSelectionInd() bool
- func (o *SmContextCreateData) GetSamePcfSelectionIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetSatelliteBackhaulCat() SatelliteBackhaulCategory
- func (o *SmContextCreateData) GetSatelliteBackhaulCatOk() (*SatelliteBackhaulCategory, bool)
- func (o *SmContextCreateData) GetSelMode() DnnSelectionMode
- func (o *SmContextCreateData) GetSelModeOk() (*DnnSelectionMode, bool)
- func (o *SmContextCreateData) GetSelectedDnn() string
- func (o *SmContextCreateData) GetSelectedDnnOk() (*string, bool)
- func (o *SmContextCreateData) GetServiceName() ServiceName
- func (o *SmContextCreateData) GetServiceNameOk() (*ServiceName, bool)
- func (o *SmContextCreateData) GetServingNetwork() PlmnIdNid
- func (o *SmContextCreateData) GetServingNetworkOk() (*PlmnIdNid, bool)
- func (o *SmContextCreateData) GetServingNfId() string
- func (o *SmContextCreateData) GetServingNfIdOk() (*string, bool)
- func (o *SmContextCreateData) GetSmContextRef() string
- func (o *SmContextCreateData) GetSmContextRefOk() (*string, bool)
- func (o *SmContextCreateData) GetSmContextSmfBinding() SbiBindingLevel
- func (o *SmContextCreateData) GetSmContextSmfBindingOk() (*SbiBindingLevel, bool)
- func (o *SmContextCreateData) GetSmContextSmfId() string
- func (o *SmContextCreateData) GetSmContextSmfIdOk() (*string, bool)
- func (o *SmContextCreateData) GetSmContextSmfOauth2Required() bool
- func (o *SmContextCreateData) GetSmContextSmfOauth2RequiredOk() (*bool, bool)
- func (o *SmContextCreateData) GetSmContextSmfPlmnId() PlmnIdNid
- func (o *SmContextCreateData) GetSmContextSmfPlmnIdOk() (*PlmnIdNid, bool)
- func (o *SmContextCreateData) GetSmContextSmfServiceSetId() string
- func (o *SmContextCreateData) GetSmContextSmfServiceSetIdOk() (*string, bool)
- func (o *SmContextCreateData) GetSmContextSmfSetId() string
- func (o *SmContextCreateData) GetSmContextSmfSetIdOk() (*string, bool)
- func (o *SmContextCreateData) GetSmContextStatusUri() string
- func (o *SmContextCreateData) GetSmContextStatusUriOk() (*string, bool)
- func (o *SmContextCreateData) GetSmPolicyNotifyInd() bool
- func (o *SmContextCreateData) GetSmPolicyNotifyIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetSmallDataRateStatus() SmallDataRateStatus
- func (o *SmContextCreateData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
- func (o *SmContextCreateData) GetSmfBindingInfo() string
- func (o *SmContextCreateData) GetSmfBindingInfoOk() (*string, bool)
- func (o *SmContextCreateData) GetSmfId() string
- func (o *SmContextCreateData) GetSmfIdOk() (*string, bool)
- func (o *SmContextCreateData) GetSmfTransferInd() bool
- func (o *SmContextCreateData) GetSmfTransferIndOk() (*bool, bool)
- func (o *SmContextCreateData) GetSmfUri() string
- func (o *SmContextCreateData) GetSmfUriOk() (*string, bool)
- func (o *SmContextCreateData) GetSupi() string
- func (o *SmContextCreateData) GetSupiOk() (*string, bool)
- func (o *SmContextCreateData) GetSupportedFeatures() string
- func (o *SmContextCreateData) GetSupportedFeaturesOk() (*string, bool)
- func (o *SmContextCreateData) GetTargetDnai() string
- func (o *SmContextCreateData) GetTargetDnaiOk() (*string, bool)
- func (o *SmContextCreateData) GetTargetId() NgRanTargetId
- func (o *SmContextCreateData) GetTargetIdOk() (*NgRanTargetId, bool)
- func (o *SmContextCreateData) GetTngfInfo() TngfInfo
- func (o *SmContextCreateData) GetTngfInfoOk() (*TngfInfo, bool)
- func (o *SmContextCreateData) GetTraceData() TraceData
- func (o *SmContextCreateData) GetTraceDataOk() (*TraceData, bool)
- func (o *SmContextCreateData) GetTwifInfo() TwifInfo
- func (o *SmContextCreateData) GetTwifInfoOk() (*TwifInfo, bool)
- func (o *SmContextCreateData) GetUavAuthenticated() bool
- func (o *SmContextCreateData) GetUavAuthenticatedOk() (*bool, bool)
- func (o *SmContextCreateData) GetUdmGroupId() string
- func (o *SmContextCreateData) GetUdmGroupIdOk() (*string, bool)
- func (o *SmContextCreateData) GetUeEpsPdnConnection() string
- func (o *SmContextCreateData) GetUeEpsPdnConnectionOk() (*string, bool)
- func (o *SmContextCreateData) GetUeLocation() UserLocation
- func (o *SmContextCreateData) GetUeLocationOk() (*UserLocation, bool)
- func (o *SmContextCreateData) GetUeTimeZone() string
- func (o *SmContextCreateData) GetUeTimeZoneOk() (*string, bool)
- func (o *SmContextCreateData) GetUnauthenticatedSupi() bool
- func (o *SmContextCreateData) GetUnauthenticatedSupiOk() (*bool, bool)
- func (o *SmContextCreateData) GetUpCnxState() UpCnxState
- func (o *SmContextCreateData) GetUpCnxStateOk() (*UpCnxState, bool)
- func (o *SmContextCreateData) GetUpipSupported() bool
- func (o *SmContextCreateData) GetUpipSupportedOk() (*bool, bool)
- func (o *SmContextCreateData) GetWAgfInfo() WAgfInfo
- func (o *SmContextCreateData) GetWAgfInfoOk() (*WAgfInfo, bool)
- func (o *SmContextCreateData) HasAddUeLocation() bool
- func (o *SmContextCreateData) HasAdditionalAnType() bool
- func (o *SmContextCreateData) HasAdditionalHsmfId() bool
- func (o *SmContextCreateData) HasAdditionalHsmfUri() bool
- func (o *SmContextCreateData) HasAdditionalSmfId() bool
- func (o *SmContextCreateData) HasAdditionalSmfUri() bool
- func (o *SmContextCreateData) HasAnchorSmfOauth2Required() bool
- func (o *SmContextCreateData) HasApnRateStatus() bool
- func (o *SmContextCreateData) HasBackupAmfInfo() bool
- func (o *SmContextCreateData) HasCpCiotEnabled() bool
- func (o *SmContextCreateData) HasCpOnlyInd() bool
- func (o *SmContextCreateData) HasDdnFailureSubs() bool
- func (o *SmContextCreateData) HasDirectForwardingFlag() bool
- func (o *SmContextCreateData) HasDisasterRoamingInd() bool
- func (o *SmContextCreateData) HasDlDataWaitingInd() bool
- func (o *SmContextCreateData) HasDnn() bool
- func (o *SmContextCreateData) HasEpsBearerCtxStatus() bool
- func (o *SmContextCreateData) HasEpsInterworkingInd() bool
- func (o *SmContextCreateData) HasExtendedNasSmTimerInd() bool
- func (o *SmContextCreateData) HasGpsi() bool
- func (o *SmContextCreateData) HasGuami() bool
- func (o *SmContextCreateData) HasHNwPubKeyId() bool
- func (o *SmContextCreateData) HasHSmfId() bool
- func (o *SmContextCreateData) HasHSmfUri() bool
- func (o *SmContextCreateData) HasHoState() bool
- func (o *SmContextCreateData) HasHplmnSnssai() bool
- func (o *SmContextCreateData) HasIndirectForwardingFlag() bool
- func (o *SmContextCreateData) HasInvokeNef() bool
- func (o *SmContextCreateData) HasMaNwUpgradeInd() bool
- func (o *SmContextCreateData) HasMaRequestInd() bool
- func (o *SmContextCreateData) HasN1SmMsg() bool
- func (o *SmContextCreateData) HasN2SmInfo() bool
- func (o *SmContextCreateData) HasN2SmInfoExt1() bool
- func (o *SmContextCreateData) HasN2SmInfoType() bool
- func (o *SmContextCreateData) HasN2SmInfoTypeExt1() bool
- func (o *SmContextCreateData) HasNrfAccessTokenUri() bool
- func (o *SmContextCreateData) HasNrfDiscoveryUri() bool
- func (o *SmContextCreateData) HasNrfManagementUri() bool
- func (o *SmContextCreateData) HasNrfOauth2Required() bool
- func (o *SmContextCreateData) HasNrfUri() bool
- func (o *SmContextCreateData) HasOldPduSessionId() bool
- func (o *SmContextCreateData) HasOldPduSessionRef() bool
- func (o *SmContextCreateData) HasOldSmContextRef() bool
- func (o *SmContextCreateData) HasOldSmfId() bool
- func (o *SmContextCreateData) HasOnboardingInd() bool
- func (o *SmContextCreateData) HasPcfGroupId() bool
- func (o *SmContextCreateData) HasPcfId() bool
- func (o *SmContextCreateData) HasPcfSetId() bool
- func (o *SmContextCreateData) HasPcfUeCallbackInfo() bool
- func (o *SmContextCreateData) HasPduSessionId() bool
- func (o *SmContextCreateData) HasPduSessionsActivateList() bool
- func (o *SmContextCreateData) HasPei() bool
- func (o *SmContextCreateData) HasPresenceInLadn() bool
- func (o *SmContextCreateData) HasPvsInfo() bool
- func (o *SmContextCreateData) HasRanUnchangedInd() bool
- func (o *SmContextCreateData) HasRatType() bool
- func (o *SmContextCreateData) HasRequestType() bool
- func (o *SmContextCreateData) HasRoutingIndicator() bool
- func (o *SmContextCreateData) HasSNssai() bool
- func (o *SmContextCreateData) HasSamePcfSelectionInd() bool
- func (o *SmContextCreateData) HasSatelliteBackhaulCat() bool
- func (o *SmContextCreateData) HasSelMode() bool
- func (o *SmContextCreateData) HasSelectedDnn() bool
- func (o *SmContextCreateData) HasServiceName() bool
- func (o *SmContextCreateData) HasSmContextRef() bool
- func (o *SmContextCreateData) HasSmContextSmfBinding() bool
- func (o *SmContextCreateData) HasSmContextSmfId() bool
- func (o *SmContextCreateData) HasSmContextSmfOauth2Required() bool
- func (o *SmContextCreateData) HasSmContextSmfPlmnId() bool
- func (o *SmContextCreateData) HasSmContextSmfServiceSetId() bool
- func (o *SmContextCreateData) HasSmContextSmfSetId() bool
- func (o *SmContextCreateData) HasSmPolicyNotifyInd() bool
- func (o *SmContextCreateData) HasSmallDataRateStatus() bool
- func (o *SmContextCreateData) HasSmfBindingInfo() bool
- func (o *SmContextCreateData) HasSmfId() bool
- func (o *SmContextCreateData) HasSmfTransferInd() bool
- func (o *SmContextCreateData) HasSmfUri() bool
- func (o *SmContextCreateData) HasSupi() bool
- func (o *SmContextCreateData) HasSupportedFeatures() bool
- func (o *SmContextCreateData) HasTargetDnai() bool
- func (o *SmContextCreateData) HasTargetId() bool
- func (o *SmContextCreateData) HasTngfInfo() bool
- func (o *SmContextCreateData) HasTraceData() bool
- func (o *SmContextCreateData) HasTwifInfo() bool
- func (o *SmContextCreateData) HasUavAuthenticated() bool
- func (o *SmContextCreateData) HasUdmGroupId() bool
- func (o *SmContextCreateData) HasUeEpsPdnConnection() bool
- func (o *SmContextCreateData) HasUeLocation() bool
- func (o *SmContextCreateData) HasUeTimeZone() bool
- func (o *SmContextCreateData) HasUnauthenticatedSupi() bool
- func (o *SmContextCreateData) HasUpCnxState() bool
- func (o *SmContextCreateData) HasUpipSupported() bool
- func (o *SmContextCreateData) HasWAgfInfo() bool
- func (o SmContextCreateData) MarshalJSON() ([]byte, error)
- func (o *SmContextCreateData) SetAddUeLocation(v UserLocation)
- func (o *SmContextCreateData) SetAdditionalAnType(v AccessType)
- func (o *SmContextCreateData) SetAdditionalHsmfId(v []string)
- func (o *SmContextCreateData) SetAdditionalHsmfUri(v []string)
- func (o *SmContextCreateData) SetAdditionalSmfId(v []string)
- func (o *SmContextCreateData) SetAdditionalSmfUri(v []string)
- func (o *SmContextCreateData) SetAnType(v AccessType)
- func (o *SmContextCreateData) SetAnchorSmfOauth2Required(v bool)
- func (o *SmContextCreateData) SetApnRateStatus(v ApnRateStatus)
- func (o *SmContextCreateData) SetBackupAmfInfo(v []BackupAmfInfo)
- func (o *SmContextCreateData) SetCpCiotEnabled(v bool)
- func (o *SmContextCreateData) SetCpOnlyInd(v bool)
- func (o *SmContextCreateData) SetDdnFailureSubs(v DdnFailureSubs)
- func (o *SmContextCreateData) SetDirectForwardingFlag(v bool)
- func (o *SmContextCreateData) SetDisasterRoamingInd(v bool)
- func (o *SmContextCreateData) SetDlDataWaitingInd(v bool)
- func (o *SmContextCreateData) SetDnn(v string)
- func (o *SmContextCreateData) SetEpsBearerCtxStatus(v string)
- func (o *SmContextCreateData) SetEpsInterworkingInd(v EpsInterworkingIndication)
- func (o *SmContextCreateData) SetExtendedNasSmTimerInd(v bool)
- func (o *SmContextCreateData) SetGpsi(v string)
- func (o *SmContextCreateData) SetGuami(v Guami)
- func (o *SmContextCreateData) SetHNwPubKeyId(v int32)
- func (o *SmContextCreateData) SetHSmfId(v string)
- func (o *SmContextCreateData) SetHSmfUri(v string)
- func (o *SmContextCreateData) SetHoState(v HoState)
- func (o *SmContextCreateData) SetHplmnSnssai(v Snssai)
- func (o *SmContextCreateData) SetIndirectForwardingFlag(v bool)
- func (o *SmContextCreateData) SetInvokeNef(v bool)
- func (o *SmContextCreateData) SetMaNwUpgradeInd(v bool)
- func (o *SmContextCreateData) SetMaRequestInd(v bool)
- func (o *SmContextCreateData) SetN1SmMsg(v RefToBinaryData)
- func (o *SmContextCreateData) SetN2SmInfo(v RefToBinaryData)
- func (o *SmContextCreateData) SetN2SmInfoExt1(v RefToBinaryData)
- func (o *SmContextCreateData) SetN2SmInfoType(v N2SmInfoType)
- func (o *SmContextCreateData) SetN2SmInfoTypeExt1(v N2SmInfoType)
- func (o *SmContextCreateData) SetNrfAccessTokenUri(v string)
- func (o *SmContextCreateData) SetNrfDiscoveryUri(v string)
- func (o *SmContextCreateData) SetNrfManagementUri(v string)
- func (o *SmContextCreateData) SetNrfOauth2Required(v map[string]bool)
- func (o *SmContextCreateData) SetNrfUri(v string)
- func (o *SmContextCreateData) SetOldPduSessionId(v int32)
- func (o *SmContextCreateData) SetOldPduSessionRef(v string)
- func (o *SmContextCreateData) SetOldSmContextRef(v string)
- func (o *SmContextCreateData) SetOldSmfId(v string)
- func (o *SmContextCreateData) SetOnboardingInd(v bool)
- func (o *SmContextCreateData) SetPcfGroupId(v string)
- func (o *SmContextCreateData) SetPcfId(v string)
- func (o *SmContextCreateData) SetPcfSetId(v string)
- func (o *SmContextCreateData) SetPcfUeCallbackInfo(v PcfUeCallbackInfo)
- func (o *SmContextCreateData) SetPcfUeCallbackInfoNil()
- func (o *SmContextCreateData) SetPduSessionId(v int32)
- func (o *SmContextCreateData) SetPduSessionsActivateList(v []int32)
- func (o *SmContextCreateData) SetPei(v string)
- func (o *SmContextCreateData) SetPresenceInLadn(v PresenceState)
- func (o *SmContextCreateData) SetPvsInfo(v []ServerAddressingInfo)
- func (o *SmContextCreateData) SetRanUnchangedInd(v bool)
- func (o *SmContextCreateData) SetRatType(v RatType)
- func (o *SmContextCreateData) SetRequestType(v RequestType)
- func (o *SmContextCreateData) SetRoutingIndicator(v string)
- func (o *SmContextCreateData) SetSNssai(v Snssai)
- func (o *SmContextCreateData) SetSamePcfSelectionInd(v bool)
- func (o *SmContextCreateData) SetSatelliteBackhaulCat(v SatelliteBackhaulCategory)
- func (o *SmContextCreateData) SetSelMode(v DnnSelectionMode)
- func (o *SmContextCreateData) SetSelectedDnn(v string)
- func (o *SmContextCreateData) SetServiceName(v ServiceName)
- func (o *SmContextCreateData) SetServingNetwork(v PlmnIdNid)
- func (o *SmContextCreateData) SetServingNfId(v string)
- func (o *SmContextCreateData) SetSmContextRef(v string)
- func (o *SmContextCreateData) SetSmContextSmfBinding(v SbiBindingLevel)
- func (o *SmContextCreateData) SetSmContextSmfId(v string)
- func (o *SmContextCreateData) SetSmContextSmfOauth2Required(v bool)
- func (o *SmContextCreateData) SetSmContextSmfPlmnId(v PlmnIdNid)
- func (o *SmContextCreateData) SetSmContextSmfServiceSetId(v string)
- func (o *SmContextCreateData) SetSmContextSmfSetId(v string)
- func (o *SmContextCreateData) SetSmContextStatusUri(v string)
- func (o *SmContextCreateData) SetSmPolicyNotifyInd(v bool)
- func (o *SmContextCreateData) SetSmallDataRateStatus(v SmallDataRateStatus)
- func (o *SmContextCreateData) SetSmfBindingInfo(v string)
- func (o *SmContextCreateData) SetSmfId(v string)
- func (o *SmContextCreateData) SetSmfTransferInd(v bool)
- func (o *SmContextCreateData) SetSmfUri(v string)
- func (o *SmContextCreateData) SetSupi(v string)
- func (o *SmContextCreateData) SetSupportedFeatures(v string)
- func (o *SmContextCreateData) SetTargetDnai(v string)
- func (o *SmContextCreateData) SetTargetId(v NgRanTargetId)
- func (o *SmContextCreateData) SetTngfInfo(v TngfInfo)
- func (o *SmContextCreateData) SetTraceData(v TraceData)
- func (o *SmContextCreateData) SetTraceDataNil()
- func (o *SmContextCreateData) SetTwifInfo(v TwifInfo)
- func (o *SmContextCreateData) SetUavAuthenticated(v bool)
- func (o *SmContextCreateData) SetUdmGroupId(v string)
- func (o *SmContextCreateData) SetUeEpsPdnConnection(v string)
- func (o *SmContextCreateData) SetUeLocation(v UserLocation)
- func (o *SmContextCreateData) SetUeTimeZone(v string)
- func (o *SmContextCreateData) SetUnauthenticatedSupi(v bool)
- func (o *SmContextCreateData) SetUpCnxState(v UpCnxState)
- func (o *SmContextCreateData) SetUpipSupported(v bool)
- func (o *SmContextCreateData) SetWAgfInfo(v WAgfInfo)
- func (o SmContextCreateData) ToMap() (map[string]interface{}, error)
- func (o *SmContextCreateData) UnmarshalJSON(bytes []byte) (err error)
- func (o *SmContextCreateData) UnsetPcfUeCallbackInfo()
- func (o *SmContextCreateData) UnsetTraceData()
- type SmContextCreateError
- func (o *SmContextCreateError) GetError() ExtProblemDetails
- func (o *SmContextCreateError) GetErrorOk() (*ExtProblemDetails, bool)
- func (o *SmContextCreateError) GetN1SmMsg() RefToBinaryData
- func (o *SmContextCreateError) GetN1SmMsgOk() (*RefToBinaryData, bool)
- func (o *SmContextCreateError) GetN2SmInfo() RefToBinaryData
- func (o *SmContextCreateError) GetN2SmInfoOk() (*RefToBinaryData, bool)
- func (o *SmContextCreateError) GetN2SmInfoType() N2SmInfoType
- func (o *SmContextCreateError) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
- func (o *SmContextCreateError) GetRecoveryTime() time.Time
- func (o *SmContextCreateError) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *SmContextCreateError) HasN1SmMsg() bool
- func (o *SmContextCreateError) HasN2SmInfo() bool
- func (o *SmContextCreateError) HasN2SmInfoType() bool
- func (o *SmContextCreateError) HasRecoveryTime() bool
- func (o SmContextCreateError) MarshalJSON() ([]byte, error)
- func (o *SmContextCreateError) SetError(v ExtProblemDetails)
- func (o *SmContextCreateError) SetN1SmMsg(v RefToBinaryData)
- func (o *SmContextCreateError) SetN2SmInfo(v RefToBinaryData)
- func (o *SmContextCreateError) SetN2SmInfoType(v N2SmInfoType)
- func (o *SmContextCreateError) SetRecoveryTime(v time.Time)
- func (o SmContextCreateError) ToMap() (map[string]interface{}, error)
- func (o *SmContextCreateError) UnmarshalJSON(bytes []byte) (err error)
- type SmContextCreatedData
- func (o *SmContextCreatedData) GetAdditionalSnssai() Snssai
- func (o *SmContextCreatedData) GetAdditionalSnssaiOk() (*Snssai, bool)
- func (o *SmContextCreatedData) GetAllocatedEbiList() []EbiArpMapping
- func (o *SmContextCreatedData) GetAllocatedEbiListOk() ([]EbiArpMapping, bool)
- func (o *SmContextCreatedData) GetGpsi() string
- func (o *SmContextCreatedData) GetGpsiOk() (*string, bool)
- func (o *SmContextCreatedData) GetHSmfUri() string
- func (o *SmContextCreatedData) GetHSmfUriOk() (*string, bool)
- func (o *SmContextCreatedData) GetHoState() HoState
- func (o *SmContextCreatedData) GetHoStateOk() (*HoState, bool)
- func (o *SmContextCreatedData) GetInterPlmnApiRoot() string
- func (o *SmContextCreatedData) GetInterPlmnApiRootOk() (*string, bool)
- func (o *SmContextCreatedData) GetN2SmInfo() RefToBinaryData
- func (o *SmContextCreatedData) GetN2SmInfoOk() (*RefToBinaryData, bool)
- func (o *SmContextCreatedData) GetN2SmInfoType() N2SmInfoType
- func (o *SmContextCreatedData) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
- func (o *SmContextCreatedData) GetPduSessionId() int32
- func (o *SmContextCreatedData) GetPduSessionIdOk() (*int32, bool)
- func (o *SmContextCreatedData) GetRecoveryTime() time.Time
- func (o *SmContextCreatedData) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *SmContextCreatedData) GetSNssai() Snssai
- func (o *SmContextCreatedData) GetSNssaiOk() (*Snssai, bool)
- func (o *SmContextCreatedData) GetSelectedOldSmfId() string
- func (o *SmContextCreatedData) GetSelectedOldSmfIdOk() (*string, bool)
- func (o *SmContextCreatedData) GetSelectedSmfId() string
- func (o *SmContextCreatedData) GetSelectedSmfIdOk() (*string, bool)
- func (o *SmContextCreatedData) GetSmfServiceInstanceId() string
- func (o *SmContextCreatedData) GetSmfServiceInstanceIdOk() (*string, bool)
- func (o *SmContextCreatedData) GetSmfUri() string
- func (o *SmContextCreatedData) GetSmfUriOk() (*string, bool)
- func (o *SmContextCreatedData) GetSupportedFeatures() string
- func (o *SmContextCreatedData) GetSupportedFeaturesOk() (*string, bool)
- func (o *SmContextCreatedData) GetUpCnxState() UpCnxState
- func (o *SmContextCreatedData) GetUpCnxStateOk() (*UpCnxState, bool)
- func (o *SmContextCreatedData) HasAdditionalSnssai() bool
- func (o *SmContextCreatedData) HasAllocatedEbiList() bool
- func (o *SmContextCreatedData) HasGpsi() bool
- func (o *SmContextCreatedData) HasHSmfUri() bool
- func (o *SmContextCreatedData) HasHoState() bool
- func (o *SmContextCreatedData) HasInterPlmnApiRoot() bool
- func (o *SmContextCreatedData) HasN2SmInfo() bool
- func (o *SmContextCreatedData) HasN2SmInfoType() bool
- func (o *SmContextCreatedData) HasPduSessionId() bool
- func (o *SmContextCreatedData) HasRecoveryTime() bool
- func (o *SmContextCreatedData) HasSNssai() bool
- func (o *SmContextCreatedData) HasSelectedOldSmfId() bool
- func (o *SmContextCreatedData) HasSelectedSmfId() bool
- func (o *SmContextCreatedData) HasSmfServiceInstanceId() bool
- func (o *SmContextCreatedData) HasSmfUri() bool
- func (o *SmContextCreatedData) HasSupportedFeatures() bool
- func (o *SmContextCreatedData) HasUpCnxState() bool
- func (o SmContextCreatedData) MarshalJSON() ([]byte, error)
- func (o *SmContextCreatedData) SetAdditionalSnssai(v Snssai)
- func (o *SmContextCreatedData) SetAllocatedEbiList(v []EbiArpMapping)
- func (o *SmContextCreatedData) SetGpsi(v string)
- func (o *SmContextCreatedData) SetHSmfUri(v string)
- func (o *SmContextCreatedData) SetHoState(v HoState)
- func (o *SmContextCreatedData) SetInterPlmnApiRoot(v string)
- func (o *SmContextCreatedData) SetN2SmInfo(v RefToBinaryData)
- func (o *SmContextCreatedData) SetN2SmInfoType(v N2SmInfoType)
- func (o *SmContextCreatedData) SetPduSessionId(v int32)
- func (o *SmContextCreatedData) SetRecoveryTime(v time.Time)
- func (o *SmContextCreatedData) SetSNssai(v Snssai)
- func (o *SmContextCreatedData) SetSelectedOldSmfId(v string)
- func (o *SmContextCreatedData) SetSelectedSmfId(v string)
- func (o *SmContextCreatedData) SetSmfServiceInstanceId(v string)
- func (o *SmContextCreatedData) SetSmfUri(v string)
- func (o *SmContextCreatedData) SetSupportedFeatures(v string)
- func (o *SmContextCreatedData) SetUpCnxState(v UpCnxState)
- func (o SmContextCreatedData) ToMap() (map[string]interface{}, error)
- type SmContextReleaseData
- func (o *SmContextReleaseData) GetAddUeLocation() UserLocation
- func (o *SmContextReleaseData) GetAddUeLocationOk() (*UserLocation, bool)
- func (o *SmContextReleaseData) GetCause() Cause
- func (o *SmContextReleaseData) GetCauseOk() (*Cause, bool)
- func (o *SmContextReleaseData) GetIsmfReleaseOnly() bool
- func (o *SmContextReleaseData) GetIsmfReleaseOnlyOk() (*bool, bool)
- func (o *SmContextReleaseData) GetN2SmInfo() RefToBinaryData
- func (o *SmContextReleaseData) GetN2SmInfoOk() (*RefToBinaryData, bool)
- func (o *SmContextReleaseData) GetN2SmInfoType() N2SmInfoType
- func (o *SmContextReleaseData) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
- func (o *SmContextReleaseData) GetNgApCause() NgApCause
- func (o *SmContextReleaseData) GetNgApCauseOk() (*NgApCause, bool)
- func (o *SmContextReleaseData) GetUeLocation() UserLocation
- func (o *SmContextReleaseData) GetUeLocationOk() (*UserLocation, bool)
- func (o *SmContextReleaseData) GetUeTimeZone() string
- func (o *SmContextReleaseData) GetUeTimeZoneOk() (*string, bool)
- func (o *SmContextReleaseData) GetVar5gMmCauseValue() int32
- func (o *SmContextReleaseData) GetVar5gMmCauseValueOk() (*int32, bool)
- func (o *SmContextReleaseData) GetVsmfReleaseOnly() bool
- func (o *SmContextReleaseData) GetVsmfReleaseOnlyOk() (*bool, bool)
- func (o *SmContextReleaseData) HasAddUeLocation() bool
- func (o *SmContextReleaseData) HasCause() bool
- func (o *SmContextReleaseData) HasIsmfReleaseOnly() bool
- func (o *SmContextReleaseData) HasN2SmInfo() bool
- func (o *SmContextReleaseData) HasN2SmInfoType() bool
- func (o *SmContextReleaseData) HasNgApCause() bool
- func (o *SmContextReleaseData) HasUeLocation() bool
- func (o *SmContextReleaseData) HasUeTimeZone() bool
- func (o *SmContextReleaseData) HasVar5gMmCauseValue() bool
- func (o *SmContextReleaseData) HasVsmfReleaseOnly() bool
- func (o SmContextReleaseData) MarshalJSON() ([]byte, error)
- func (o *SmContextReleaseData) SetAddUeLocation(v UserLocation)
- func (o *SmContextReleaseData) SetCause(v Cause)
- func (o *SmContextReleaseData) SetIsmfReleaseOnly(v bool)
- func (o *SmContextReleaseData) SetN2SmInfo(v RefToBinaryData)
- func (o *SmContextReleaseData) SetN2SmInfoType(v N2SmInfoType)
- func (o *SmContextReleaseData) SetNgApCause(v NgApCause)
- func (o *SmContextReleaseData) SetUeLocation(v UserLocation)
- func (o *SmContextReleaseData) SetUeTimeZone(v string)
- func (o *SmContextReleaseData) SetVar5gMmCauseValue(v int32)
- func (o *SmContextReleaseData) SetVsmfReleaseOnly(v bool)
- func (o SmContextReleaseData) ToMap() (map[string]interface{}, error)
- type SmContextReleasedData
- func (o *SmContextReleasedData) GetApnRateStatus() ApnRateStatus
- func (o *SmContextReleasedData) GetApnRateStatusOk() (*ApnRateStatus, bool)
- func (o *SmContextReleasedData) GetSmallDataRateStatus() SmallDataRateStatus
- func (o *SmContextReleasedData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
- func (o *SmContextReleasedData) HasApnRateStatus() bool
- func (o *SmContextReleasedData) HasSmallDataRateStatus() bool
- func (o SmContextReleasedData) MarshalJSON() ([]byte, error)
- func (o *SmContextReleasedData) SetApnRateStatus(v ApnRateStatus)
- func (o *SmContextReleasedData) SetSmallDataRateStatus(v SmallDataRateStatus)
- func (o SmContextReleasedData) ToMap() (map[string]interface{}, error)
- type SmContextRetrieveData
- func (o *SmContextRetrieveData) GetNotToTransferEbiList() []int32
- func (o *SmContextRetrieveData) GetNotToTransferEbiListOk() ([]int32, bool)
- func (o *SmContextRetrieveData) GetRanUnchangedInd() bool
- func (o *SmContextRetrieveData) GetRanUnchangedIndOk() (*bool, bool)
- func (o *SmContextRetrieveData) GetServingNetwork() PlmnId
- func (o *SmContextRetrieveData) GetServingNetworkOk() (*PlmnId, bool)
- func (o *SmContextRetrieveData) GetSmContextType() SmContextType
- func (o *SmContextRetrieveData) GetSmContextTypeOk() (*SmContextType, bool)
- func (o *SmContextRetrieveData) GetTargetMmeCap() MmeCapabilities
- func (o *SmContextRetrieveData) GetTargetMmeCapOk() (*MmeCapabilities, bool)
- func (o *SmContextRetrieveData) HasNotToTransferEbiList() bool
- func (o *SmContextRetrieveData) HasRanUnchangedInd() bool
- func (o *SmContextRetrieveData) HasServingNetwork() bool
- func (o *SmContextRetrieveData) HasSmContextType() bool
- func (o *SmContextRetrieveData) HasTargetMmeCap() bool
- func (o SmContextRetrieveData) MarshalJSON() ([]byte, error)
- func (o *SmContextRetrieveData) SetNotToTransferEbiList(v []int32)
- func (o *SmContextRetrieveData) SetRanUnchangedInd(v bool)
- func (o *SmContextRetrieveData) SetServingNetwork(v PlmnId)
- func (o *SmContextRetrieveData) SetSmContextType(v SmContextType)
- func (o *SmContextRetrieveData) SetTargetMmeCap(v MmeCapabilities)
- func (o SmContextRetrieveData) ToMap() (map[string]interface{}, error)
- type SmContextRetrievedData
- func (o *SmContextRetrievedData) GetAfCoordinationInfo() AfCoordinationInfo
- func (o *SmContextRetrievedData) GetAfCoordinationInfoOk() (*AfCoordinationInfo, bool)
- func (o *SmContextRetrievedData) GetApnRateStatus() ApnRateStatus
- func (o *SmContextRetrievedData) GetApnRateStatusOk() (*ApnRateStatus, bool)
- func (o *SmContextRetrievedData) GetDlDataWaitingInd() bool
- func (o *SmContextRetrievedData) GetDlDataWaitingIndOk() (*bool, bool)
- func (o *SmContextRetrievedData) GetSmContext() SmContext
- func (o *SmContextRetrievedData) GetSmContextOk() (*SmContext, bool)
- func (o *SmContextRetrievedData) GetSmallDataRateStatus() SmallDataRateStatus
- func (o *SmContextRetrievedData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
- func (o *SmContextRetrievedData) GetUeEpsPdnConnection() string
- func (o *SmContextRetrievedData) GetUeEpsPdnConnectionOk() (*string, bool)
- func (o *SmContextRetrievedData) HasAfCoordinationInfo() bool
- func (o *SmContextRetrievedData) HasApnRateStatus() bool
- func (o *SmContextRetrievedData) HasDlDataWaitingInd() bool
- func (o *SmContextRetrievedData) HasSmContext() bool
- func (o *SmContextRetrievedData) HasSmallDataRateStatus() bool
- func (o SmContextRetrievedData) MarshalJSON() ([]byte, error)
- func (o *SmContextRetrievedData) SetAfCoordinationInfo(v AfCoordinationInfo)
- func (o *SmContextRetrievedData) SetApnRateStatus(v ApnRateStatus)
- func (o *SmContextRetrievedData) SetDlDataWaitingInd(v bool)
- func (o *SmContextRetrievedData) SetSmContext(v SmContext)
- func (o *SmContextRetrievedData) SetSmallDataRateStatus(v SmallDataRateStatus)
- func (o *SmContextRetrievedData) SetUeEpsPdnConnection(v string)
- func (o SmContextRetrievedData) ToMap() (map[string]interface{}, error)
- func (o *SmContextRetrievedData) UnmarshalJSON(bytes []byte) (err error)
- type SmContextStatusNotification
- func (o *SmContextStatusNotification) GetAltAnchorSmfId() string
- func (o *SmContextStatusNotification) GetAltAnchorSmfIdOk() (*string, bool)
- func (o *SmContextStatusNotification) GetAltAnchorSmfUri() string
- func (o *SmContextStatusNotification) GetAltAnchorSmfUriOk() (*string, bool)
- func (o *SmContextStatusNotification) GetApnRateStatus() ApnRateStatus
- func (o *SmContextStatusNotification) GetApnRateStatusOk() (*ApnRateStatus, bool)
- func (o *SmContextStatusNotification) GetDdnFailureStatus() bool
- func (o *SmContextStatusNotification) GetDdnFailureStatusOk() (*bool, bool)
- func (o *SmContextStatusNotification) GetInterPlmnApiRoot() string
- func (o *SmContextStatusNotification) GetInterPlmnApiRootOk() (*string, bool)
- func (o *SmContextStatusNotification) GetNewIntermediateSmfId() string
- func (o *SmContextStatusNotification) GetNewIntermediateSmfIdOk() (*string, bool)
- func (o *SmContextStatusNotification) GetNewSmfId() string
- func (o *SmContextStatusNotification) GetNewSmfIdOk() (*string, bool)
- func (o *SmContextStatusNotification) GetNewSmfSetId() string
- func (o *SmContextStatusNotification) GetNewSmfSetIdOk() (*string, bool)
- func (o *SmContextStatusNotification) GetNotifyCorrelationIdsForddnFailure() []string
- func (o *SmContextStatusNotification) GetNotifyCorrelationIdsForddnFailureOk() ([]string, bool)
- func (o *SmContextStatusNotification) GetOldPduSessionRef() string
- func (o *SmContextStatusNotification) GetOldPduSessionRefOk() (*string, bool)
- func (o *SmContextStatusNotification) GetOldSmContextRef() string
- func (o *SmContextStatusNotification) GetOldSmContextRefOk() (*string, bool)
- func (o *SmContextStatusNotification) GetOldSmfId() string
- func (o *SmContextStatusNotification) GetOldSmfIdOk() (*string, bool)
- func (o *SmContextStatusNotification) GetSmallDataRateStatus() SmallDataRateStatus
- func (o *SmContextStatusNotification) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
- func (o *SmContextStatusNotification) GetStatusInfo() StatusInfo
- func (o *SmContextStatusNotification) GetStatusInfoOk() (*StatusInfo, bool)
- func (o *SmContextStatusNotification) GetTargetDnaiInfo() TargetDnaiInfo
- func (o *SmContextStatusNotification) GetTargetDnaiInfoOk() (*TargetDnaiInfo, bool)
- func (o *SmContextStatusNotification) HasAltAnchorSmfId() bool
- func (o *SmContextStatusNotification) HasAltAnchorSmfUri() bool
- func (o *SmContextStatusNotification) HasApnRateStatus() bool
- func (o *SmContextStatusNotification) HasDdnFailureStatus() bool
- func (o *SmContextStatusNotification) HasInterPlmnApiRoot() bool
- func (o *SmContextStatusNotification) HasNewIntermediateSmfId() bool
- func (o *SmContextStatusNotification) HasNewSmfId() bool
- func (o *SmContextStatusNotification) HasNewSmfSetId() bool
- func (o *SmContextStatusNotification) HasNotifyCorrelationIdsForddnFailure() bool
- func (o *SmContextStatusNotification) HasOldPduSessionRef() bool
- func (o *SmContextStatusNotification) HasOldSmContextRef() bool
- func (o *SmContextStatusNotification) HasOldSmfId() bool
- func (o *SmContextStatusNotification) HasSmallDataRateStatus() bool
- func (o *SmContextStatusNotification) HasTargetDnaiInfo() bool
- func (o SmContextStatusNotification) MarshalJSON() ([]byte, error)
- func (o *SmContextStatusNotification) SetAltAnchorSmfId(v string)
- func (o *SmContextStatusNotification) SetAltAnchorSmfUri(v string)
- func (o *SmContextStatusNotification) SetApnRateStatus(v ApnRateStatus)
- func (o *SmContextStatusNotification) SetDdnFailureStatus(v bool)
- func (o *SmContextStatusNotification) SetInterPlmnApiRoot(v string)
- func (o *SmContextStatusNotification) SetNewIntermediateSmfId(v string)
- func (o *SmContextStatusNotification) SetNewSmfId(v string)
- func (o *SmContextStatusNotification) SetNewSmfSetId(v string)
- func (o *SmContextStatusNotification) SetNotifyCorrelationIdsForddnFailure(v []string)
- func (o *SmContextStatusNotification) SetOldPduSessionRef(v string)
- func (o *SmContextStatusNotification) SetOldSmContextRef(v string)
- func (o *SmContextStatusNotification) SetOldSmfId(v string)
- func (o *SmContextStatusNotification) SetSmallDataRateStatus(v SmallDataRateStatus)
- func (o *SmContextStatusNotification) SetStatusInfo(v StatusInfo)
- func (o *SmContextStatusNotification) SetTargetDnaiInfo(v TargetDnaiInfo)
- func (o SmContextStatusNotification) ToMap() (map[string]interface{}, error)
- func (o *SmContextStatusNotification) UnmarshalJSON(bytes []byte) (err error)
- type SmContextType
- type SmContextUpdateData
- func (o *SmContextUpdateData) GetAddUeLocation() UserLocation
- func (o *SmContextUpdateData) GetAddUeLocationOk() (*UserLocation, bool)
- func (o *SmContextUpdateData) GetAdditionalAnType() AccessType
- func (o *SmContextUpdateData) GetAdditionalAnTypeOk() (*AccessType, bool)
- func (o *SmContextUpdateData) GetAnType() AccessType
- func (o *SmContextUpdateData) GetAnTypeCanBeChanged() bool
- func (o *SmContextUpdateData) GetAnTypeCanBeChangedOk() (*bool, bool)
- func (o *SmContextUpdateData) GetAnTypeOk() (*AccessType, bool)
- func (o *SmContextUpdateData) GetAnTypeToReactivate() AccessType
- func (o *SmContextUpdateData) GetAnTypeToReactivateOk() (*AccessType, bool)
- func (o *SmContextUpdateData) GetBackupAmfInfo() []BackupAmfInfo
- func (o *SmContextUpdateData) GetBackupAmfInfoOk() ([]BackupAmfInfo, bool)
- func (o *SmContextUpdateData) GetCause() Cause
- func (o *SmContextUpdateData) GetCauseOk() (*Cause, bool)
- func (o *SmContextUpdateData) GetDataForwarding() bool
- func (o *SmContextUpdateData) GetDataForwardingOk() (*bool, bool)
- func (o *SmContextUpdateData) GetDdnFailureSubs() DdnFailureSubs
- func (o *SmContextUpdateData) GetDdnFailureSubsOk() (*DdnFailureSubs, bool)
- func (o *SmContextUpdateData) GetEpsBearerSetup() []string
- func (o *SmContextUpdateData) GetEpsBearerSetupOk() ([]string, bool)
- func (o *SmContextUpdateData) GetEpsInterworkingInd() EpsInterworkingIndication
- func (o *SmContextUpdateData) GetEpsInterworkingIndOk() (*EpsInterworkingIndication, bool)
- func (o *SmContextUpdateData) GetExemptionInd() ExemptionInd
- func (o *SmContextUpdateData) GetExemptionIndOk() (*ExemptionInd, bool)
- func (o *SmContextUpdateData) GetExtendedNasSmTimerInd() bool
- func (o *SmContextUpdateData) GetExtendedNasSmTimerIndOk() (*bool, bool)
- func (o *SmContextUpdateData) GetFailedToBeSwitched() bool
- func (o *SmContextUpdateData) GetFailedToBeSwitchedOk() (*bool, bool)
- func (o *SmContextUpdateData) GetForwardingBearerContexts() []string
- func (o *SmContextUpdateData) GetForwardingBearerContextsOk() ([]string, bool)
- func (o *SmContextUpdateData) GetForwardingFTeid() string
- func (o *SmContextUpdateData) GetForwardingFTeidOk() (*string, bool)
- func (o *SmContextUpdateData) GetGuami() Guami
- func (o *SmContextUpdateData) GetGuamiOk() (*Guami, bool)
- func (o *SmContextUpdateData) GetHoState() HoState
- func (o *SmContextUpdateData) GetHoStateOk() (*HoState, bool)
- func (o *SmContextUpdateData) GetMaNwUpgradeInd() bool
- func (o *SmContextUpdateData) GetMaNwUpgradeIndOk() (*bool, bool)
- func (o *SmContextUpdateData) GetMaReleaseInd() MaReleaseIndication
- func (o *SmContextUpdateData) GetMaReleaseIndOk() (*MaReleaseIndication, bool)
- func (o *SmContextUpdateData) GetMaRequestInd() bool
- func (o *SmContextUpdateData) GetMaRequestIndOk() (*bool, bool)
- func (o *SmContextUpdateData) GetMoExpDataCounter() MoExpDataCounter
- func (o *SmContextUpdateData) GetMoExpDataCounterOk() (*MoExpDataCounter, bool)
- func (o *SmContextUpdateData) GetN1SmMsg() RefToBinaryData
- func (o *SmContextUpdateData) GetN1SmMsgOk() (*RefToBinaryData, bool)
- func (o *SmContextUpdateData) GetN2SmInfo() RefToBinaryData
- func (o *SmContextUpdateData) GetN2SmInfoExt1() RefToBinaryData
- func (o *SmContextUpdateData) GetN2SmInfoExt1Ok() (*RefToBinaryData, bool)
- func (o *SmContextUpdateData) GetN2SmInfoOk() (*RefToBinaryData, bool)
- func (o *SmContextUpdateData) GetN2SmInfoType() N2SmInfoType
- func (o *SmContextUpdateData) GetN2SmInfoTypeExt1() N2SmInfoType
- func (o *SmContextUpdateData) GetN2SmInfoTypeExt1Ok() (*N2SmInfoType, bool)
- func (o *SmContextUpdateData) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
- func (o *SmContextUpdateData) GetN9DlForwardingTnlList() []IndirectDataForwardingTunnelInfo
- func (o *SmContextUpdateData) GetN9DlForwardingTnlListOk() ([]IndirectDataForwardingTunnelInfo, bool)
- func (o *SmContextUpdateData) GetN9DlForwardingTunnel() TunnelInfo
- func (o *SmContextUpdateData) GetN9DlForwardingTunnelOk() (*TunnelInfo, bool)
- func (o *SmContextUpdateData) GetN9ForwardingTunnel() TunnelInfo
- func (o *SmContextUpdateData) GetN9ForwardingTunnelOk() (*TunnelInfo, bool)
- func (o *SmContextUpdateData) GetN9InactivityTimer() int32
- func (o *SmContextUpdateData) GetN9InactivityTimerOk() (*int32, bool)
- func (o *SmContextUpdateData) GetN9UlForwardingTnlList() []IndirectDataForwardingTunnelInfo
- func (o *SmContextUpdateData) GetN9UlForwardingTnlListOk() ([]IndirectDataForwardingTunnelInfo, bool)
- func (o *SmContextUpdateData) GetNgApCause() NgApCause
- func (o *SmContextUpdateData) GetNgApCauseOk() (*NgApCause, bool)
- func (o *SmContextUpdateData) GetPcfUeCallbackInfo() PcfUeCallbackInfo
- func (o *SmContextUpdateData) GetPcfUeCallbackInfoOk() (*PcfUeCallbackInfo, bool)
- func (o *SmContextUpdateData) GetPei() string
- func (o *SmContextUpdateData) GetPeiOk() (*string, bool)
- func (o *SmContextUpdateData) GetPresenceInLadn() PresenceState
- func (o *SmContextUpdateData) GetPresenceInLadnOk() (*PresenceState, bool)
- func (o *SmContextUpdateData) GetRatType() RatType
- func (o *SmContextUpdateData) GetRatTypeOk() (*RatType, bool)
- func (o *SmContextUpdateData) GetRelease() bool
- func (o *SmContextUpdateData) GetReleaseOk() (*bool, bool)
- func (o *SmContextUpdateData) GetRevokeEbiList() []int32
- func (o *SmContextUpdateData) GetRevokeEbiListOk() ([]int32, bool)
- func (o *SmContextUpdateData) GetSNssai() Snssai
- func (o *SmContextUpdateData) GetSNssaiOk() (*Snssai, bool)
- func (o *SmContextUpdateData) GetSatelliteBackhaulCat() SatelliteBackhaulCategory
- func (o *SmContextUpdateData) GetSatelliteBackhaulCatOk() (*SatelliteBackhaulCategory, bool)
- func (o *SmContextUpdateData) GetSecondaryRatUsageDataReportContainer() []string
- func (o *SmContextUpdateData) GetSecondaryRatUsageDataReportContainerOk() ([]string, bool)
- func (o *SmContextUpdateData) GetServingNetwork() PlmnIdNid
- func (o *SmContextUpdateData) GetServingNetworkOk() (*PlmnIdNid, bool)
- func (o *SmContextUpdateData) GetServingNfId() string
- func (o *SmContextUpdateData) GetServingNfIdOk() (*string, bool)
- func (o *SmContextUpdateData) GetSkipN2PduSessionResRelInd() bool
- func (o *SmContextUpdateData) GetSkipN2PduSessionResRelIndOk() (*bool, bool)
- func (o *SmContextUpdateData) GetSmContextStatusUri() string
- func (o *SmContextUpdateData) GetSmContextStatusUriOk() (*string, bool)
- func (o *SmContextUpdateData) GetSmPolicyNotifyInd() bool
- func (o *SmContextUpdateData) GetSmPolicyNotifyIndOk() (*bool, bool)
- func (o *SmContextUpdateData) GetSupportedFeatures() string
- func (o *SmContextUpdateData) GetSupportedFeaturesOk() (*string, bool)
- func (o *SmContextUpdateData) GetTargetId() NgRanTargetId
- func (o *SmContextUpdateData) GetTargetIdOk() (*NgRanTargetId, bool)
- func (o *SmContextUpdateData) GetTargetServingNfId() string
- func (o *SmContextUpdateData) GetTargetServingNfIdOk() (*string, bool)
- func (o *SmContextUpdateData) GetToBeSwitched() bool
- func (o *SmContextUpdateData) GetToBeSwitchedOk() (*bool, bool)
- func (o *SmContextUpdateData) GetTraceData() TraceData
- func (o *SmContextUpdateData) GetTraceDataOk() (*TraceData, bool)
- func (o *SmContextUpdateData) GetUeLocation() UserLocation
- func (o *SmContextUpdateData) GetUeLocationOk() (*UserLocation, bool)
- func (o *SmContextUpdateData) GetUeTimeZone() string
- func (o *SmContextUpdateData) GetUeTimeZoneOk() (*string, bool)
- func (o *SmContextUpdateData) GetUpCnxState() UpCnxState
- func (o *SmContextUpdateData) GetUpCnxStateOk() (*UpCnxState, bool)
- func (o *SmContextUpdateData) GetVar5gMmCauseValue() int32
- func (o *SmContextUpdateData) GetVar5gMmCauseValueOk() (*int32, bool)
- func (o *SmContextUpdateData) HasAddUeLocation() bool
- func (o *SmContextUpdateData) HasAdditionalAnType() bool
- func (o *SmContextUpdateData) HasAnType() bool
- func (o *SmContextUpdateData) HasAnTypeCanBeChanged() bool
- func (o *SmContextUpdateData) HasAnTypeToReactivate() bool
- func (o *SmContextUpdateData) HasBackupAmfInfo() bool
- func (o *SmContextUpdateData) HasCause() bool
- func (o *SmContextUpdateData) HasDataForwarding() bool
- func (o *SmContextUpdateData) HasDdnFailureSubs() bool
- func (o *SmContextUpdateData) HasEpsBearerSetup() bool
- func (o *SmContextUpdateData) HasEpsInterworkingInd() bool
- func (o *SmContextUpdateData) HasExemptionInd() bool
- func (o *SmContextUpdateData) HasExtendedNasSmTimerInd() bool
- func (o *SmContextUpdateData) HasFailedToBeSwitched() bool
- func (o *SmContextUpdateData) HasForwardingBearerContexts() bool
- func (o *SmContextUpdateData) HasForwardingFTeid() bool
- func (o *SmContextUpdateData) HasGuami() bool
- func (o *SmContextUpdateData) HasHoState() bool
- func (o *SmContextUpdateData) HasMaNwUpgradeInd() bool
- func (o *SmContextUpdateData) HasMaReleaseInd() bool
- func (o *SmContextUpdateData) HasMaRequestInd() bool
- func (o *SmContextUpdateData) HasMoExpDataCounter() bool
- func (o *SmContextUpdateData) HasN1SmMsg() bool
- func (o *SmContextUpdateData) HasN2SmInfo() bool
- func (o *SmContextUpdateData) HasN2SmInfoExt1() bool
- func (o *SmContextUpdateData) HasN2SmInfoType() bool
- func (o *SmContextUpdateData) HasN2SmInfoTypeExt1() bool
- func (o *SmContextUpdateData) HasN9DlForwardingTnlList() bool
- func (o *SmContextUpdateData) HasN9DlForwardingTunnel() bool
- func (o *SmContextUpdateData) HasN9ForwardingTunnel() bool
- func (o *SmContextUpdateData) HasN9InactivityTimer() bool
- func (o *SmContextUpdateData) HasN9UlForwardingTnlList() bool
- func (o *SmContextUpdateData) HasNgApCause() bool
- func (o *SmContextUpdateData) HasPcfUeCallbackInfo() bool
- func (o *SmContextUpdateData) HasPei() bool
- func (o *SmContextUpdateData) HasPresenceInLadn() bool
- func (o *SmContextUpdateData) HasRatType() bool
- func (o *SmContextUpdateData) HasRelease() bool
- func (o *SmContextUpdateData) HasRevokeEbiList() bool
- func (o *SmContextUpdateData) HasSNssai() bool
- func (o *SmContextUpdateData) HasSatelliteBackhaulCat() bool
- func (o *SmContextUpdateData) HasSecondaryRatUsageDataReportContainer() bool
- func (o *SmContextUpdateData) HasServingNetwork() bool
- func (o *SmContextUpdateData) HasServingNfId() bool
- func (o *SmContextUpdateData) HasSkipN2PduSessionResRelInd() bool
- func (o *SmContextUpdateData) HasSmContextStatusUri() bool
- func (o *SmContextUpdateData) HasSmPolicyNotifyInd() bool
- func (o *SmContextUpdateData) HasSupportedFeatures() bool
- func (o *SmContextUpdateData) HasTargetId() bool
- func (o *SmContextUpdateData) HasTargetServingNfId() bool
- func (o *SmContextUpdateData) HasToBeSwitched() bool
- func (o *SmContextUpdateData) HasTraceData() bool
- func (o *SmContextUpdateData) HasUeLocation() bool
- func (o *SmContextUpdateData) HasUeTimeZone() bool
- func (o *SmContextUpdateData) HasUpCnxState() bool
- func (o *SmContextUpdateData) HasVar5gMmCauseValue() bool
- func (o SmContextUpdateData) MarshalJSON() ([]byte, error)
- func (o *SmContextUpdateData) SetAddUeLocation(v UserLocation)
- func (o *SmContextUpdateData) SetAdditionalAnType(v AccessType)
- func (o *SmContextUpdateData) SetAnType(v AccessType)
- func (o *SmContextUpdateData) SetAnTypeCanBeChanged(v bool)
- func (o *SmContextUpdateData) SetAnTypeToReactivate(v AccessType)
- func (o *SmContextUpdateData) SetBackupAmfInfo(v []BackupAmfInfo)
- func (o *SmContextUpdateData) SetCause(v Cause)
- func (o *SmContextUpdateData) SetDataForwarding(v bool)
- func (o *SmContextUpdateData) SetDdnFailureSubs(v DdnFailureSubs)
- func (o *SmContextUpdateData) SetEpsBearerSetup(v []string)
- func (o *SmContextUpdateData) SetEpsInterworkingInd(v EpsInterworkingIndication)
- func (o *SmContextUpdateData) SetExemptionInd(v ExemptionInd)
- func (o *SmContextUpdateData) SetExtendedNasSmTimerInd(v bool)
- func (o *SmContextUpdateData) SetFailedToBeSwitched(v bool)
- func (o *SmContextUpdateData) SetForwardingBearerContexts(v []string)
- func (o *SmContextUpdateData) SetForwardingFTeid(v string)
- func (o *SmContextUpdateData) SetGuami(v Guami)
- func (o *SmContextUpdateData) SetHoState(v HoState)
- func (o *SmContextUpdateData) SetMaNwUpgradeInd(v bool)
- func (o *SmContextUpdateData) SetMaReleaseInd(v MaReleaseIndication)
- func (o *SmContextUpdateData) SetMaRequestInd(v bool)
- func (o *SmContextUpdateData) SetMoExpDataCounter(v MoExpDataCounter)
- func (o *SmContextUpdateData) SetN1SmMsg(v RefToBinaryData)
- func (o *SmContextUpdateData) SetN2SmInfo(v RefToBinaryData)
- func (o *SmContextUpdateData) SetN2SmInfoExt1(v RefToBinaryData)
- func (o *SmContextUpdateData) SetN2SmInfoType(v N2SmInfoType)
- func (o *SmContextUpdateData) SetN2SmInfoTypeExt1(v N2SmInfoType)
- func (o *SmContextUpdateData) SetN9DlForwardingTnlList(v []IndirectDataForwardingTunnelInfo)
- func (o *SmContextUpdateData) SetN9DlForwardingTunnel(v TunnelInfo)
- func (o *SmContextUpdateData) SetN9ForwardingTunnel(v TunnelInfo)
- func (o *SmContextUpdateData) SetN9InactivityTimer(v int32)
- func (o *SmContextUpdateData) SetN9UlForwardingTnlList(v []IndirectDataForwardingTunnelInfo)
- func (o *SmContextUpdateData) SetNgApCause(v NgApCause)
- func (o *SmContextUpdateData) SetPcfUeCallbackInfo(v PcfUeCallbackInfo)
- func (o *SmContextUpdateData) SetPcfUeCallbackInfoNil()
- func (o *SmContextUpdateData) SetPei(v string)
- func (o *SmContextUpdateData) SetPresenceInLadn(v PresenceState)
- func (o *SmContextUpdateData) SetRatType(v RatType)
- func (o *SmContextUpdateData) SetRelease(v bool)
- func (o *SmContextUpdateData) SetRevokeEbiList(v []int32)
- func (o *SmContextUpdateData) SetSNssai(v Snssai)
- func (o *SmContextUpdateData) SetSatelliteBackhaulCat(v SatelliteBackhaulCategory)
- func (o *SmContextUpdateData) SetSecondaryRatUsageDataReportContainer(v []string)
- func (o *SmContextUpdateData) SetServingNetwork(v PlmnIdNid)
- func (o *SmContextUpdateData) SetServingNfId(v string)
- func (o *SmContextUpdateData) SetSkipN2PduSessionResRelInd(v bool)
- func (o *SmContextUpdateData) SetSmContextStatusUri(v string)
- func (o *SmContextUpdateData) SetSmPolicyNotifyInd(v bool)
- func (o *SmContextUpdateData) SetSupportedFeatures(v string)
- func (o *SmContextUpdateData) SetTargetId(v NgRanTargetId)
- func (o *SmContextUpdateData) SetTargetServingNfId(v string)
- func (o *SmContextUpdateData) SetToBeSwitched(v bool)
- func (o *SmContextUpdateData) SetTraceData(v TraceData)
- func (o *SmContextUpdateData) SetTraceDataNil()
- func (o *SmContextUpdateData) SetUeLocation(v UserLocation)
- func (o *SmContextUpdateData) SetUeTimeZone(v string)
- func (o *SmContextUpdateData) SetUpCnxState(v UpCnxState)
- func (o *SmContextUpdateData) SetVar5gMmCauseValue(v int32)
- func (o SmContextUpdateData) ToMap() (map[string]interface{}, error)
- func (o *SmContextUpdateData) UnsetPcfUeCallbackInfo()
- func (o *SmContextUpdateData) UnsetTraceData()
- type SmContextUpdateError
- func (o *SmContextUpdateError) GetError() ExtProblemDetails
- func (o *SmContextUpdateError) GetErrorOk() (*ExtProblemDetails, bool)
- func (o *SmContextUpdateError) GetN1SmMsg() RefToBinaryData
- func (o *SmContextUpdateError) GetN1SmMsgOk() (*RefToBinaryData, bool)
- func (o *SmContextUpdateError) GetN2SmInfo() RefToBinaryData
- func (o *SmContextUpdateError) GetN2SmInfoOk() (*RefToBinaryData, bool)
- func (o *SmContextUpdateError) GetN2SmInfoType() N2SmInfoType
- func (o *SmContextUpdateError) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
- func (o *SmContextUpdateError) GetRecoveryTime() time.Time
- func (o *SmContextUpdateError) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *SmContextUpdateError) GetUpCnxState() UpCnxState
- func (o *SmContextUpdateError) GetUpCnxStateOk() (*UpCnxState, bool)
- func (o *SmContextUpdateError) HasN1SmMsg() bool
- func (o *SmContextUpdateError) HasN2SmInfo() bool
- func (o *SmContextUpdateError) HasN2SmInfoType() bool
- func (o *SmContextUpdateError) HasRecoveryTime() bool
- func (o *SmContextUpdateError) HasUpCnxState() bool
- func (o SmContextUpdateError) MarshalJSON() ([]byte, error)
- func (o *SmContextUpdateError) SetError(v ExtProblemDetails)
- func (o *SmContextUpdateError) SetN1SmMsg(v RefToBinaryData)
- func (o *SmContextUpdateError) SetN2SmInfo(v RefToBinaryData)
- func (o *SmContextUpdateError) SetN2SmInfoType(v N2SmInfoType)
- func (o *SmContextUpdateError) SetRecoveryTime(v time.Time)
- func (o *SmContextUpdateError) SetUpCnxState(v UpCnxState)
- func (o SmContextUpdateError) ToMap() (map[string]interface{}, error)
- func (o *SmContextUpdateError) UnmarshalJSON(bytes []byte) (err error)
- type SmContextUpdatedData
- func (o *SmContextUpdatedData) GetAllocatedEbiList() []EbiArpMapping
- func (o *SmContextUpdatedData) GetAllocatedEbiListOk() ([]EbiArpMapping, bool)
- func (o *SmContextUpdatedData) GetAnchorSmfFeatures() AnchorSmfFeatures
- func (o *SmContextUpdatedData) GetAnchorSmfFeaturesOk() (*AnchorSmfFeatures, bool)
- func (o *SmContextUpdatedData) GetCause() Cause
- func (o *SmContextUpdatedData) GetCauseOk() (*Cause, bool)
- func (o *SmContextUpdatedData) GetDataForwarding() bool
- func (o *SmContextUpdatedData) GetDataForwardingOk() (*bool, bool)
- func (o *SmContextUpdatedData) GetEpsBearerSetup() []string
- func (o *SmContextUpdatedData) GetEpsBearerSetupOk() ([]string, bool)
- func (o *SmContextUpdatedData) GetForwardingBearerContexts() []string
- func (o *SmContextUpdatedData) GetForwardingBearerContextsOk() ([]string, bool)
- func (o *SmContextUpdatedData) GetForwardingFTeid() string
- func (o *SmContextUpdatedData) GetForwardingFTeidOk() (*string, bool)
- func (o *SmContextUpdatedData) GetHoState() HoState
- func (o *SmContextUpdatedData) GetHoStateOk() (*HoState, bool)
- func (o *SmContextUpdatedData) GetInterPlmnApiRoot() string
- func (o *SmContextUpdatedData) GetInterPlmnApiRootOk() (*string, bool)
- func (o *SmContextUpdatedData) GetMaAcceptedInd() bool
- func (o *SmContextUpdatedData) GetMaAcceptedIndOk() (*bool, bool)
- func (o *SmContextUpdatedData) GetModifiedEbiList() []EbiArpMapping
- func (o *SmContextUpdatedData) GetModifiedEbiListOk() ([]EbiArpMapping, bool)
- func (o *SmContextUpdatedData) GetN1SmMsg() RefToBinaryData
- func (o *SmContextUpdatedData) GetN1SmMsgOk() (*RefToBinaryData, bool)
- func (o *SmContextUpdatedData) GetN2SmInfo() RefToBinaryData
- func (o *SmContextUpdatedData) GetN2SmInfoOk() (*RefToBinaryData, bool)
- func (o *SmContextUpdatedData) GetN2SmInfoType() N2SmInfoType
- func (o *SmContextUpdatedData) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
- func (o *SmContextUpdatedData) GetN3DlForwardingTnlList() []IndirectDataForwardingTunnelInfo
- func (o *SmContextUpdatedData) GetN3DlForwardingTnlListOk() ([]IndirectDataForwardingTunnelInfo, bool)
- func (o *SmContextUpdatedData) GetN3UlForwardingTnlList() []IndirectDataForwardingTunnelInfo
- func (o *SmContextUpdatedData) GetN3UlForwardingTnlListOk() ([]IndirectDataForwardingTunnelInfo, bool)
- func (o *SmContextUpdatedData) GetN9UlForwardingTunnel() TunnelInfo
- func (o *SmContextUpdatedData) GetN9UlForwardingTunnelOk() (*TunnelInfo, bool)
- func (o *SmContextUpdatedData) GetReleaseEbiList() []int32
- func (o *SmContextUpdatedData) GetReleaseEbiListOk() ([]int32, bool)
- func (o *SmContextUpdatedData) GetSelectedOldSmfId() string
- func (o *SmContextUpdatedData) GetSelectedOldSmfIdOk() (*string, bool)
- func (o *SmContextUpdatedData) GetSelectedSmfId() string
- func (o *SmContextUpdatedData) GetSelectedSmfIdOk() (*string, bool)
- func (o *SmContextUpdatedData) GetSupportedFeatures() string
- func (o *SmContextUpdatedData) GetSupportedFeaturesOk() (*string, bool)
- func (o *SmContextUpdatedData) GetUpCnxState() UpCnxState
- func (o *SmContextUpdatedData) GetUpCnxStateOk() (*UpCnxState, bool)
- func (o *SmContextUpdatedData) HasAllocatedEbiList() bool
- func (o *SmContextUpdatedData) HasAnchorSmfFeatures() bool
- func (o *SmContextUpdatedData) HasCause() bool
- func (o *SmContextUpdatedData) HasDataForwarding() bool
- func (o *SmContextUpdatedData) HasEpsBearerSetup() bool
- func (o *SmContextUpdatedData) HasForwardingBearerContexts() bool
- func (o *SmContextUpdatedData) HasForwardingFTeid() bool
- func (o *SmContextUpdatedData) HasHoState() bool
- func (o *SmContextUpdatedData) HasInterPlmnApiRoot() bool
- func (o *SmContextUpdatedData) HasMaAcceptedInd() bool
- func (o *SmContextUpdatedData) HasModifiedEbiList() bool
- func (o *SmContextUpdatedData) HasN1SmMsg() bool
- func (o *SmContextUpdatedData) HasN2SmInfo() bool
- func (o *SmContextUpdatedData) HasN2SmInfoType() bool
- func (o *SmContextUpdatedData) HasN3DlForwardingTnlList() bool
- func (o *SmContextUpdatedData) HasN3UlForwardingTnlList() bool
- func (o *SmContextUpdatedData) HasN9UlForwardingTunnel() bool
- func (o *SmContextUpdatedData) HasReleaseEbiList() bool
- func (o *SmContextUpdatedData) HasSelectedOldSmfId() bool
- func (o *SmContextUpdatedData) HasSelectedSmfId() bool
- func (o *SmContextUpdatedData) HasSupportedFeatures() bool
- func (o *SmContextUpdatedData) HasUpCnxState() bool
- func (o SmContextUpdatedData) MarshalJSON() ([]byte, error)
- func (o *SmContextUpdatedData) SetAllocatedEbiList(v []EbiArpMapping)
- func (o *SmContextUpdatedData) SetAnchorSmfFeatures(v AnchorSmfFeatures)
- func (o *SmContextUpdatedData) SetCause(v Cause)
- func (o *SmContextUpdatedData) SetDataForwarding(v bool)
- func (o *SmContextUpdatedData) SetEpsBearerSetup(v []string)
- func (o *SmContextUpdatedData) SetForwardingBearerContexts(v []string)
- func (o *SmContextUpdatedData) SetForwardingFTeid(v string)
- func (o *SmContextUpdatedData) SetHoState(v HoState)
- func (o *SmContextUpdatedData) SetInterPlmnApiRoot(v string)
- func (o *SmContextUpdatedData) SetMaAcceptedInd(v bool)
- func (o *SmContextUpdatedData) SetModifiedEbiList(v []EbiArpMapping)
- func (o *SmContextUpdatedData) SetN1SmMsg(v RefToBinaryData)
- func (o *SmContextUpdatedData) SetN2SmInfo(v RefToBinaryData)
- func (o *SmContextUpdatedData) SetN2SmInfoType(v N2SmInfoType)
- func (o *SmContextUpdatedData) SetN3DlForwardingTnlList(v []IndirectDataForwardingTunnelInfo)
- func (o *SmContextUpdatedData) SetN3UlForwardingTnlList(v []IndirectDataForwardingTunnelInfo)
- func (o *SmContextUpdatedData) SetN9UlForwardingTunnel(v TunnelInfo)
- func (o *SmContextUpdatedData) SetReleaseEbiList(v []int32)
- func (o *SmContextUpdatedData) SetSelectedOldSmfId(v string)
- func (o *SmContextUpdatedData) SetSelectedSmfId(v string)
- func (o *SmContextUpdatedData) SetSupportedFeatures(v string)
- func (o *SmContextUpdatedData) SetUpCnxState(v UpCnxState)
- func (o SmContextUpdatedData) ToMap() (map[string]interface{}, error)
- type SmallDataRateStatus
- func (o *SmallDataRateStatus) GetRemainExReportsDl() int32
- func (o *SmallDataRateStatus) GetRemainExReportsDlOk() (*int32, bool)
- func (o *SmallDataRateStatus) GetRemainExReportsUl() int32
- func (o *SmallDataRateStatus) GetRemainExReportsUlOk() (*int32, bool)
- func (o *SmallDataRateStatus) GetRemainPacketsDl() int32
- func (o *SmallDataRateStatus) GetRemainPacketsDlOk() (*int32, bool)
- func (o *SmallDataRateStatus) GetRemainPacketsUl() int32
- func (o *SmallDataRateStatus) GetRemainPacketsUlOk() (*int32, bool)
- func (o *SmallDataRateStatus) GetValidityTime() time.Time
- func (o *SmallDataRateStatus) GetValidityTimeOk() (*time.Time, bool)
- func (o *SmallDataRateStatus) HasRemainExReportsDl() bool
- func (o *SmallDataRateStatus) HasRemainExReportsUl() bool
- func (o *SmallDataRateStatus) HasRemainPacketsDl() bool
- func (o *SmallDataRateStatus) HasRemainPacketsUl() bool
- func (o *SmallDataRateStatus) HasValidityTime() bool
- func (o SmallDataRateStatus) MarshalJSON() ([]byte, error)
- func (o *SmallDataRateStatus) SetRemainExReportsDl(v int32)
- func (o *SmallDataRateStatus) SetRemainExReportsUl(v int32)
- func (o *SmallDataRateStatus) SetRemainPacketsDl(v int32)
- func (o *SmallDataRateStatus) SetRemainPacketsUl(v int32)
- func (o *SmallDataRateStatus) SetValidityTime(v time.Time)
- func (o SmallDataRateStatus) ToMap() (map[string]interface{}, error)
- type SmfSelectionType
- type Snssai
- func (o *Snssai) GetSd() string
- func (o *Snssai) GetSdOk() (*string, bool)
- func (o *Snssai) GetSst() int32
- func (o *Snssai) GetSstOk() (*int32, bool)
- func (o *Snssai) HasSd() bool
- func (o Snssai) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- func (o *Snssai) UnmarshalJSON(bytes []byte) (err error)
- type StationaryIndication
- type StatusInfo
- func (o *StatusInfo) GetAnType() AccessType
- func (o *StatusInfo) GetAnTypeOk() (*AccessType, bool)
- func (o *StatusInfo) GetCause() Cause
- func (o *StatusInfo) GetCauseOk() (*Cause, bool)
- func (o *StatusInfo) GetCnAssistedRanPara() CnAssistedRanPara
- func (o *StatusInfo) GetCnAssistedRanParaOk() (*CnAssistedRanPara, bool)
- func (o *StatusInfo) GetResourceStatus() ResourceStatus
- func (o *StatusInfo) GetResourceStatusOk() (*ResourceStatus, bool)
- func (o *StatusInfo) HasAnType() bool
- func (o *StatusInfo) HasCause() bool
- func (o *StatusInfo) HasCnAssistedRanPara() bool
- func (o StatusInfo) MarshalJSON() ([]byte, error)
- func (o *StatusInfo) SetAnType(v AccessType)
- func (o *StatusInfo) SetCause(v Cause)
- func (o *StatusInfo) SetCnAssistedRanPara(v CnAssistedRanPara)
- func (o *StatusInfo) SetResourceStatus(v ResourceStatus)
- func (o StatusInfo) ToMap() (map[string]interface{}, error)
- func (o *StatusInfo) UnmarshalJSON(bytes []byte) (err error)
- type StatusNotification
- func (o *StatusNotification) GetApnRateStatus() ApnRateStatus
- func (o *StatusNotification) GetApnRateStatusOk() (*ApnRateStatus, bool)
- func (o *StatusNotification) GetEpsPdnCnxInfo() EpsPdnCnxInfo
- func (o *StatusNotification) GetEpsPdnCnxInfoOk() (*EpsPdnCnxInfo, bool)
- func (o *StatusNotification) GetInterPlmnApiRoot() string
- func (o *StatusNotification) GetInterPlmnApiRootOk() (*string, bool)
- func (o *StatusNotification) GetIntraPlmnApiRoot() string
- func (o *StatusNotification) GetIntraPlmnApiRootOk() (*string, bool)
- func (o *StatusNotification) GetNewSmfId() string
- func (o *StatusNotification) GetNewSmfIdOk() (*string, bool)
- func (o *StatusNotification) GetOldPduSessionRef() string
- func (o *StatusNotification) GetOldPduSessionRefOk() (*string, bool)
- func (o *StatusNotification) GetSmallDataRateStatus() SmallDataRateStatus
- func (o *StatusNotification) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
- func (o *StatusNotification) GetStatusInfo() StatusInfo
- func (o *StatusNotification) GetStatusInfoOk() (*StatusInfo, bool)
- func (o *StatusNotification) GetTargetDnaiInfo() TargetDnaiInfo
- func (o *StatusNotification) GetTargetDnaiInfoOk() (*TargetDnaiInfo, bool)
- func (o *StatusNotification) HasApnRateStatus() bool
- func (o *StatusNotification) HasEpsPdnCnxInfo() bool
- func (o *StatusNotification) HasInterPlmnApiRoot() bool
- func (o *StatusNotification) HasIntraPlmnApiRoot() bool
- func (o *StatusNotification) HasNewSmfId() bool
- func (o *StatusNotification) HasOldPduSessionRef() bool
- func (o *StatusNotification) HasSmallDataRateStatus() bool
- func (o *StatusNotification) HasTargetDnaiInfo() bool
- func (o StatusNotification) MarshalJSON() ([]byte, error)
- func (o *StatusNotification) SetApnRateStatus(v ApnRateStatus)
- func (o *StatusNotification) SetEpsPdnCnxInfo(v EpsPdnCnxInfo)
- func (o *StatusNotification) SetInterPlmnApiRoot(v string)
- func (o *StatusNotification) SetIntraPlmnApiRoot(v string)
- func (o *StatusNotification) SetNewSmfId(v string)
- func (o *StatusNotification) SetOldPduSessionRef(v string)
- func (o *StatusNotification) SetSmallDataRateStatus(v SmallDataRateStatus)
- func (o *StatusNotification) SetStatusInfo(v StatusInfo)
- func (o *StatusNotification) SetTargetDnaiInfo(v TargetDnaiInfo)
- func (o StatusNotification) ToMap() (map[string]interface{}, error)
- func (o *StatusNotification) UnmarshalJSON(bytes []byte) (err error)
- type Tai
- func (o *Tai) GetNid() string
- func (o *Tai) GetNidOk() (*string, bool)
- func (o *Tai) GetPlmnId() PlmnId
- func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Tai) GetTac() string
- func (o *Tai) GetTacOk() (*string, bool)
- func (o *Tai) HasNid() bool
- func (o Tai) MarshalJSON() ([]byte, error)
- func (o *Tai) SetNid(v string)
- func (o *Tai) SetPlmnId(v PlmnId)
- func (o *Tai) SetTac(v string)
- func (o Tai) ToMap() (map[string]interface{}, error)
- func (o *Tai) UnmarshalJSON(bytes []byte) (err error)
- type TargetDnaiInfo
- func (o *TargetDnaiInfo) GetSmfSelectionType() SmfSelectionType
- func (o *TargetDnaiInfo) GetSmfSelectionTypeOk() (*SmfSelectionType, bool)
- func (o *TargetDnaiInfo) GetTargetDnai() string
- func (o *TargetDnaiInfo) GetTargetDnaiOk() (*string, bool)
- func (o *TargetDnaiInfo) HasTargetDnai() bool
- func (o TargetDnaiInfo) MarshalJSON() ([]byte, error)
- func (o *TargetDnaiInfo) SetSmfSelectionType(v SmfSelectionType)
- func (o *TargetDnaiInfo) SetTargetDnai(v string)
- func (o TargetDnaiInfo) ToMap() (map[string]interface{}, error)
- func (o *TargetDnaiInfo) UnmarshalJSON(bytes []byte) (err error)
- type TnapId
- func (o *TnapId) GetBssId() string
- func (o *TnapId) GetBssIdOk() (*string, bool)
- func (o *TnapId) GetCivicAddress() string
- func (o *TnapId) GetCivicAddressOk() (*string, bool)
- func (o *TnapId) GetSsId() string
- func (o *TnapId) GetSsIdOk() (*string, bool)
- func (o *TnapId) HasBssId() bool
- func (o *TnapId) HasCivicAddress() bool
- func (o *TnapId) HasSsId() bool
- func (o TnapId) MarshalJSON() ([]byte, error)
- func (o *TnapId) SetBssId(v string)
- func (o *TnapId) SetCivicAddress(v string)
- func (o *TnapId) SetSsId(v string)
- func (o TnapId) ToMap() (map[string]interface{}, error)
- type TngfInfo
- func (o *TngfInfo) GetEndpointFqdn() string
- func (o *TngfInfo) GetEndpointFqdnOk() (*string, bool)
- func (o *TngfInfo) GetIpv4EndpointAddresses() []string
- func (o *TngfInfo) GetIpv4EndpointAddressesOk() ([]string, bool)
- func (o *TngfInfo) GetIpv6EndpointAddresses() []Ipv6Addr
- func (o *TngfInfo) GetIpv6EndpointAddressesOk() ([]Ipv6Addr, bool)
- func (o *TngfInfo) HasEndpointFqdn() bool
- func (o *TngfInfo) HasIpv4EndpointAddresses() bool
- func (o *TngfInfo) HasIpv6EndpointAddresses() bool
- func (o TngfInfo) MarshalJSON() ([]byte, error)
- func (o *TngfInfo) SetEndpointFqdn(v string)
- func (o *TngfInfo) SetIpv4EndpointAddresses(v []string)
- func (o *TngfInfo) SetIpv6EndpointAddresses(v []Ipv6Addr)
- func (o TngfInfo) ToMap() (map[string]interface{}, error)
- type TraceData
- func (o *TraceData) GetCollectionEntityIpv4Addr() string
- func (o *TraceData) GetCollectionEntityIpv4AddrOk() (*string, bool)
- func (o *TraceData) GetCollectionEntityIpv6Addr() Ipv6Addr
- func (o *TraceData) GetCollectionEntityIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *TraceData) GetEventList() string
- func (o *TraceData) GetEventListOk() (*string, bool)
- func (o *TraceData) GetInterfaceList() string
- func (o *TraceData) GetInterfaceListOk() (*string, bool)
- func (o *TraceData) GetNeTypeList() string
- func (o *TraceData) GetNeTypeListOk() (*string, bool)
- func (o *TraceData) GetTraceDepth() TraceDepth
- func (o *TraceData) GetTraceDepthOk() (*TraceDepth, bool)
- func (o *TraceData) GetTraceRef() string
- func (o *TraceData) GetTraceRefOk() (*string, bool)
- func (o *TraceData) HasCollectionEntityIpv4Addr() bool
- func (o *TraceData) HasCollectionEntityIpv6Addr() bool
- func (o *TraceData) HasInterfaceList() bool
- func (o TraceData) MarshalJSON() ([]byte, error)
- func (o *TraceData) SetCollectionEntityIpv4Addr(v string)
- func (o *TraceData) SetCollectionEntityIpv6Addr(v Ipv6Addr)
- func (o *TraceData) SetEventList(v string)
- func (o *TraceData) SetInterfaceList(v string)
- func (o *TraceData) SetNeTypeList(v string)
- func (o *TraceData) SetTraceDepth(v TraceDepth)
- func (o *TraceData) SetTraceRef(v string)
- func (o TraceData) ToMap() (map[string]interface{}, error)
- func (o *TraceData) UnmarshalJSON(bytes []byte) (err error)
- type TraceDepth
- type TrafficProfile
- type TransferMoDataReqData
- func (o *TransferMoDataReqData) GetMoData() RefToBinaryData
- func (o *TransferMoDataReqData) GetMoDataOk() (*RefToBinaryData, bool)
- func (o *TransferMoDataReqData) GetMoExpDataCounter() MoExpDataCounter
- func (o *TransferMoDataReqData) GetMoExpDataCounterOk() (*MoExpDataCounter, bool)
- func (o *TransferMoDataReqData) GetUeLocation() UserLocation
- func (o *TransferMoDataReqData) GetUeLocationOk() (*UserLocation, bool)
- func (o *TransferMoDataReqData) HasMoExpDataCounter() bool
- func (o *TransferMoDataReqData) HasUeLocation() bool
- func (o TransferMoDataReqData) MarshalJSON() ([]byte, error)
- func (o *TransferMoDataReqData) SetMoData(v RefToBinaryData)
- func (o *TransferMoDataReqData) SetMoExpDataCounter(v MoExpDataCounter)
- func (o *TransferMoDataReqData) SetUeLocation(v UserLocation)
- func (o TransferMoDataReqData) ToMap() (map[string]interface{}, error)
- func (o *TransferMoDataReqData) UnmarshalJSON(bytes []byte) (err error)
- type TransferMoDataRequest
- func (o *TransferMoDataRequest) GetBinaryMoData() *os.File
- func (o *TransferMoDataRequest) GetBinaryMoDataOk() (**os.File, bool)
- func (o *TransferMoDataRequest) GetJsonData() TransferMoDataReqData
- func (o *TransferMoDataRequest) GetJsonDataOk() (*TransferMoDataReqData, bool)
- func (o *TransferMoDataRequest) HasBinaryMoData() bool
- func (o *TransferMoDataRequest) HasJsonData() bool
- func (o TransferMoDataRequest) MarshalJSON() ([]byte, error)
- func (o *TransferMoDataRequest) SetBinaryMoData(v *os.File)
- func (o *TransferMoDataRequest) SetJsonData(v TransferMoDataReqData)
- func (o TransferMoDataRequest) ToMap() (map[string]interface{}, error)
- type TransferMtDataAddInfo
- func (o *TransferMtDataAddInfo) GetMaxWaitingTime() int32
- func (o *TransferMtDataAddInfo) GetMaxWaitingTimeOk() (*int32, bool)
- func (o *TransferMtDataAddInfo) HasMaxWaitingTime() bool
- func (o TransferMtDataAddInfo) MarshalJSON() ([]byte, error)
- func (o *TransferMtDataAddInfo) SetMaxWaitingTime(v int32)
- func (o TransferMtDataAddInfo) ToMap() (map[string]interface{}, error)
- type TransferMtDataError
- func (o *TransferMtDataError) GetMaxWaitingTime() int32
- func (o *TransferMtDataError) GetMaxWaitingTimeOk() (*int32, bool)
- func (o *TransferMtDataError) HasMaxWaitingTime() bool
- func (o TransferMtDataError) MarshalJSON() ([]byte, error)
- func (o *TransferMtDataError) SetMaxWaitingTime(v int32)
- func (o TransferMtDataError) ToMap() (map[string]interface{}, error)
- type TransferMtDataIsmfRequest
- func (o *TransferMtDataIsmfRequest) GetBinaryMtData() *os.File
- func (o *TransferMtDataIsmfRequest) GetBinaryMtDataOk() (**os.File, bool)
- func (o *TransferMtDataIsmfRequest) GetJsonData() TransferMtDataReqData
- func (o *TransferMtDataIsmfRequest) GetJsonDataOk() (*TransferMtDataReqData, bool)
- func (o *TransferMtDataIsmfRequest) HasBinaryMtData() bool
- func (o *TransferMtDataIsmfRequest) HasJsonData() bool
- func (o TransferMtDataIsmfRequest) MarshalJSON() ([]byte, error)
- func (o *TransferMtDataIsmfRequest) SetBinaryMtData(v *os.File)
- func (o *TransferMtDataIsmfRequest) SetJsonData(v TransferMtDataReqData)
- func (o TransferMtDataIsmfRequest) ToMap() (map[string]interface{}, error)
- type TransferMtDataReqData
- func (o *TransferMtDataReqData) GetMtData() RefToBinaryData
- func (o *TransferMtDataReqData) GetMtDataOk() (*RefToBinaryData, bool)
- func (o TransferMtDataReqData) MarshalJSON() ([]byte, error)
- func (o *TransferMtDataReqData) SetMtData(v RefToBinaryData)
- func (o TransferMtDataReqData) ToMap() (map[string]interface{}, error)
- func (o *TransferMtDataReqData) UnmarshalJSON(bytes []byte) (err error)
- type TransportProtocol
- type Trigger
- func (o *Trigger) GetEventLimit() int32
- func (o *Trigger) GetEventLimitOk() (*int32, bool)
- func (o *Trigger) GetMaxNumberOfccc() int32
- func (o *Trigger) GetMaxNumberOfcccOk() (*int32, bool)
- func (o *Trigger) GetTariffTimeChange() time.Time
- func (o *Trigger) GetTariffTimeChangeOk() (*time.Time, bool)
- func (o *Trigger) GetTimeLimit() int32
- func (o *Trigger) GetTimeLimitOk() (*int32, bool)
- func (o *Trigger) GetTriggerCategory() TriggerCategory
- func (o *Trigger) GetTriggerCategoryOk() (*TriggerCategory, bool)
- func (o *Trigger) GetTriggerType() TriggerType
- func (o *Trigger) GetTriggerTypeOk() (*TriggerType, bool)
- func (o *Trigger) GetVolumeLimit() int32
- func (o *Trigger) GetVolumeLimit64() int32
- func (o *Trigger) GetVolumeLimit64Ok() (*int32, bool)
- func (o *Trigger) GetVolumeLimitOk() (*int32, bool)
- func (o *Trigger) HasEventLimit() bool
- func (o *Trigger) HasMaxNumberOfccc() bool
- func (o *Trigger) HasTariffTimeChange() bool
- func (o *Trigger) HasTimeLimit() bool
- func (o *Trigger) HasTriggerType() bool
- func (o *Trigger) HasVolumeLimit() bool
- func (o *Trigger) HasVolumeLimit64() bool
- func (o Trigger) MarshalJSON() ([]byte, error)
- func (o *Trigger) SetEventLimit(v int32)
- func (o *Trigger) SetMaxNumberOfccc(v int32)
- func (o *Trigger) SetTariffTimeChange(v time.Time)
- func (o *Trigger) SetTimeLimit(v int32)
- func (o *Trigger) SetTriggerCategory(v TriggerCategory)
- func (o *Trigger) SetTriggerType(v TriggerType)
- func (o *Trigger) SetVolumeLimit(v int32)
- func (o *Trigger) SetVolumeLimit64(v int32)
- func (o Trigger) ToMap() (map[string]interface{}, error)
- func (o *Trigger) UnmarshalJSON(bytes []byte) (err error)
- type TriggerCategory
- type TriggerType
- type TunnelInfo
- func (o *TunnelInfo) GetAnType() AccessType
- func (o *TunnelInfo) GetAnTypeOk() (*AccessType, bool)
- func (o *TunnelInfo) GetGtpTeid() string
- func (o *TunnelInfo) GetGtpTeidOk() (*string, bool)
- func (o *TunnelInfo) GetIpv4Addr() string
- func (o *TunnelInfo) GetIpv4AddrOk() (*string, bool)
- func (o *TunnelInfo) GetIpv6Addr() Ipv6Addr
- func (o *TunnelInfo) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *TunnelInfo) HasAnType() bool
- func (o *TunnelInfo) HasIpv4Addr() bool
- func (o *TunnelInfo) HasIpv6Addr() bool
- func (o TunnelInfo) MarshalJSON() ([]byte, error)
- func (o *TunnelInfo) SetAnType(v AccessType)
- func (o *TunnelInfo) SetGtpTeid(v string)
- func (o *TunnelInfo) SetIpv4Addr(v string)
- func (o *TunnelInfo) SetIpv6Addr(v Ipv6Addr)
- func (o TunnelInfo) ToMap() (map[string]interface{}, error)
- func (o *TunnelInfo) UnmarshalJSON(bytes []byte) (err error)
- type TwapId
- func (o *TwapId) GetBssId() string
- func (o *TwapId) GetBssIdOk() (*string, bool)
- func (o *TwapId) GetCivicAddress() string
- func (o *TwapId) GetCivicAddressOk() (*string, bool)
- func (o *TwapId) GetSsId() string
- func (o *TwapId) GetSsIdOk() (*string, bool)
- func (o *TwapId) HasBssId() bool
- func (o *TwapId) HasCivicAddress() bool
- func (o TwapId) MarshalJSON() ([]byte, error)
- func (o *TwapId) SetBssId(v string)
- func (o *TwapId) SetCivicAddress(v string)
- func (o *TwapId) SetSsId(v string)
- func (o TwapId) ToMap() (map[string]interface{}, error)
- func (o *TwapId) UnmarshalJSON(bytes []byte) (err error)
- type TwifInfo
- func (o *TwifInfo) GetEndpointFqdn() string
- func (o *TwifInfo) GetEndpointFqdnOk() (*string, bool)
- func (o *TwifInfo) GetIpv4EndpointAddresses() []string
- func (o *TwifInfo) GetIpv4EndpointAddressesOk() ([]string, bool)
- func (o *TwifInfo) GetIpv6EndpointAddresses() []Ipv6Addr
- func (o *TwifInfo) GetIpv6EndpointAddressesOk() ([]Ipv6Addr, bool)
- func (o *TwifInfo) HasEndpointFqdn() bool
- func (o *TwifInfo) HasIpv4EndpointAddresses() bool
- func (o *TwifInfo) HasIpv6EndpointAddresses() bool
- func (o TwifInfo) MarshalJSON() ([]byte, error)
- func (o *TwifInfo) SetEndpointFqdn(v string)
- func (o *TwifInfo) SetIpv4EndpointAddresses(v []string)
- func (o *TwifInfo) SetIpv6EndpointAddresses(v []Ipv6Addr)
- func (o TwifInfo) ToMap() (map[string]interface{}, error)
- type UlclBpInformation
- func (o *UlclBpInformation) GetUlclBpUpfId() string
- func (o *UlclBpInformation) GetUlclBpUpfIdOk() (*string, bool)
- func (o *UlclBpInformation) HasUlclBpUpfId() bool
- func (o UlclBpInformation) MarshalJSON() ([]byte, error)
- func (o *UlclBpInformation) SetUlclBpUpfId(v string)
- func (o UlclBpInformation) ToMap() (map[string]interface{}, error)
- type UnavailableAccessIndication
- type UpCnxState
- type UpConfidentiality
- type UpIntegrity
- type UpSecurity
- func (o *UpSecurity) GetUpConfid() UpConfidentiality
- func (o *UpSecurity) GetUpConfidOk() (*UpConfidentiality, bool)
- func (o *UpSecurity) GetUpIntegr() UpIntegrity
- func (o *UpSecurity) GetUpIntegrOk() (*UpIntegrity, bool)
- func (o UpSecurity) MarshalJSON() ([]byte, error)
- func (o *UpSecurity) SetUpConfid(v UpConfidentiality)
- func (o *UpSecurity) SetUpIntegr(v UpIntegrity)
- func (o UpSecurity) ToMap() (map[string]interface{}, error)
- func (o *UpSecurity) UnmarshalJSON(bytes []byte) (err error)
- type UpSecurityInfo
- func (o *UpSecurityInfo) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
- func (o *UpSecurityInfo) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *UpSecurityInfo) GetMaxIntegrityProtectedDataRateUl() MaxIntegrityProtectedDataRate
- func (o *UpSecurityInfo) GetMaxIntegrityProtectedDataRateUlOk() (*MaxIntegrityProtectedDataRate, bool)
- func (o *UpSecurityInfo) GetSecurityResult() SecurityResult
- func (o *UpSecurityInfo) GetSecurityResultOk() (*SecurityResult, bool)
- func (o *UpSecurityInfo) GetUpSecurity() UpSecurity
- func (o *UpSecurityInfo) GetUpSecurityOk() (*UpSecurity, bool)
- func (o *UpSecurityInfo) HasMaxIntegrityProtectedDataRateDl() bool
- func (o *UpSecurityInfo) HasMaxIntegrityProtectedDataRateUl() bool
- func (o *UpSecurityInfo) HasSecurityResult() bool
- func (o UpSecurityInfo) MarshalJSON() ([]byte, error)
- func (o *UpSecurityInfo) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
- func (o *UpSecurityInfo) SetMaxIntegrityProtectedDataRateUl(v MaxIntegrityProtectedDataRate)
- func (o *UpSecurityInfo) SetSecurityResult(v SecurityResult)
- func (o *UpSecurityInfo) SetUpSecurity(v UpSecurity)
- func (o UpSecurityInfo) ToMap() (map[string]interface{}, error)
- func (o *UpSecurityInfo) UnmarshalJSON(bytes []byte) (err error)
- type UpdatePduSession200Response
- func (o *UpdatePduSession200Response) GetBinaryDataN1SmInfoToUe() *os.File
- func (o *UpdatePduSession200Response) GetBinaryDataN1SmInfoToUeOk() (**os.File, bool)
- func (o *UpdatePduSession200Response) GetBinaryDataN4Information() *os.File
- func (o *UpdatePduSession200Response) GetBinaryDataN4InformationExt1() *os.File
- func (o *UpdatePduSession200Response) GetBinaryDataN4InformationExt1Ok() (**os.File, bool)
- func (o *UpdatePduSession200Response) GetBinaryDataN4InformationExt2() *os.File
- func (o *UpdatePduSession200Response) GetBinaryDataN4InformationExt2Ok() (**os.File, bool)
- func (o *UpdatePduSession200Response) GetBinaryDataN4InformationOk() (**os.File, bool)
- func (o *UpdatePduSession200Response) GetJsonData() HsmfUpdatedData
- func (o *UpdatePduSession200Response) GetJsonDataOk() (*HsmfUpdatedData, bool)
- func (o *UpdatePduSession200Response) HasBinaryDataN1SmInfoToUe() bool
- func (o *UpdatePduSession200Response) HasBinaryDataN4Information() bool
- func (o *UpdatePduSession200Response) HasBinaryDataN4InformationExt1() bool
- func (o *UpdatePduSession200Response) HasBinaryDataN4InformationExt2() bool
- func (o *UpdatePduSession200Response) HasJsonData() bool
- func (o UpdatePduSession200Response) MarshalJSON() ([]byte, error)
- func (o *UpdatePduSession200Response) SetBinaryDataN1SmInfoToUe(v *os.File)
- func (o *UpdatePduSession200Response) SetBinaryDataN4Information(v *os.File)
- func (o *UpdatePduSession200Response) SetBinaryDataN4InformationExt1(v *os.File)
- func (o *UpdatePduSession200Response) SetBinaryDataN4InformationExt2(v *os.File)
- func (o *UpdatePduSession200Response) SetJsonData(v HsmfUpdatedData)
- func (o UpdatePduSession200Response) ToMap() (map[string]interface{}, error)
- type UpdatePduSession400Response
- func (o *UpdatePduSession400Response) GetBinaryDataN1SmInfoToUe() *os.File
- func (o *UpdatePduSession400Response) GetBinaryDataN1SmInfoToUeOk() (**os.File, bool)
- func (o *UpdatePduSession400Response) GetJsonData() HsmfUpdateError
- func (o *UpdatePduSession400Response) GetJsonDataOk() (*HsmfUpdateError, bool)
- func (o *UpdatePduSession400Response) HasBinaryDataN1SmInfoToUe() bool
- func (o *UpdatePduSession400Response) HasJsonData() bool
- func (o UpdatePduSession400Response) MarshalJSON() ([]byte, error)
- func (o *UpdatePduSession400Response) SetBinaryDataN1SmInfoToUe(v *os.File)
- func (o *UpdatePduSession400Response) SetJsonData(v HsmfUpdateError)
- func (o UpdatePduSession400Response) ToMap() (map[string]interface{}, error)
- type UpdatePduSessionRequest
- func (o *UpdatePduSessionRequest) GetBinaryDataN1SmInfoFromUe() *os.File
- func (o *UpdatePduSessionRequest) GetBinaryDataN1SmInfoFromUeOk() (**os.File, bool)
- func (o *UpdatePduSessionRequest) GetBinaryDataN4Information() *os.File
- func (o *UpdatePduSessionRequest) GetBinaryDataN4InformationExt1() *os.File
- func (o *UpdatePduSessionRequest) GetBinaryDataN4InformationExt1Ok() (**os.File, bool)
- func (o *UpdatePduSessionRequest) GetBinaryDataN4InformationExt2() *os.File
- func (o *UpdatePduSessionRequest) GetBinaryDataN4InformationExt2Ok() (**os.File, bool)
- func (o *UpdatePduSessionRequest) GetBinaryDataN4InformationOk() (**os.File, bool)
- func (o *UpdatePduSessionRequest) GetBinaryDataUnknownN1SmInfo() *os.File
- func (o *UpdatePduSessionRequest) GetBinaryDataUnknownN1SmInfoOk() (**os.File, bool)
- func (o *UpdatePduSessionRequest) GetJsonData() HsmfUpdateData
- func (o *UpdatePduSessionRequest) GetJsonDataOk() (*HsmfUpdateData, bool)
- func (o *UpdatePduSessionRequest) HasBinaryDataN1SmInfoFromUe() bool
- func (o *UpdatePduSessionRequest) HasBinaryDataN4Information() bool
- func (o *UpdatePduSessionRequest) HasBinaryDataN4InformationExt1() bool
- func (o *UpdatePduSessionRequest) HasBinaryDataN4InformationExt2() bool
- func (o *UpdatePduSessionRequest) HasBinaryDataUnknownN1SmInfo() bool
- func (o *UpdatePduSessionRequest) HasJsonData() bool
- func (o UpdatePduSessionRequest) MarshalJSON() ([]byte, error)
- func (o *UpdatePduSessionRequest) SetBinaryDataN1SmInfoFromUe(v *os.File)
- func (o *UpdatePduSessionRequest) SetBinaryDataN4Information(v *os.File)
- func (o *UpdatePduSessionRequest) SetBinaryDataN4InformationExt1(v *os.File)
- func (o *UpdatePduSessionRequest) SetBinaryDataN4InformationExt2(v *os.File)
- func (o *UpdatePduSessionRequest) SetBinaryDataUnknownN1SmInfo(v *os.File)
- func (o *UpdatePduSessionRequest) SetJsonData(v HsmfUpdateData)
- func (o UpdatePduSessionRequest) ToMap() (map[string]interface{}, error)
- type UpdateSmContext200Response
- func (o *UpdateSmContext200Response) GetBinaryDataN1SmMessage() *os.File
- func (o *UpdateSmContext200Response) GetBinaryDataN1SmMessageOk() (**os.File, bool)
- func (o *UpdateSmContext200Response) GetBinaryDataN2SmInformation() *os.File
- func (o *UpdateSmContext200Response) GetBinaryDataN2SmInformationOk() (**os.File, bool)
- func (o *UpdateSmContext200Response) GetJsonData() SmContextUpdatedData
- func (o *UpdateSmContext200Response) GetJsonDataOk() (*SmContextUpdatedData, bool)
- func (o *UpdateSmContext200Response) HasBinaryDataN1SmMessage() bool
- func (o *UpdateSmContext200Response) HasBinaryDataN2SmInformation() bool
- func (o *UpdateSmContext200Response) HasJsonData() bool
- func (o UpdateSmContext200Response) MarshalJSON() ([]byte, error)
- func (o *UpdateSmContext200Response) SetBinaryDataN1SmMessage(v *os.File)
- func (o *UpdateSmContext200Response) SetBinaryDataN2SmInformation(v *os.File)
- func (o *UpdateSmContext200Response) SetJsonData(v SmContextUpdatedData)
- func (o UpdateSmContext200Response) ToMap() (map[string]interface{}, error)
- type UpdateSmContext400Response
- func (o *UpdateSmContext400Response) GetBinaryDataN1SmMessage() *os.File
- func (o *UpdateSmContext400Response) GetBinaryDataN1SmMessageOk() (**os.File, bool)
- func (o *UpdateSmContext400Response) GetBinaryDataN2SmInformation() *os.File
- func (o *UpdateSmContext400Response) GetBinaryDataN2SmInformationOk() (**os.File, bool)
- func (o *UpdateSmContext400Response) GetJsonData() SmContextUpdateError
- func (o *UpdateSmContext400Response) GetJsonDataOk() (*SmContextUpdateError, bool)
- func (o *UpdateSmContext400Response) HasBinaryDataN1SmMessage() bool
- func (o *UpdateSmContext400Response) HasBinaryDataN2SmInformation() bool
- func (o *UpdateSmContext400Response) HasJsonData() bool
- func (o UpdateSmContext400Response) MarshalJSON() ([]byte, error)
- func (o *UpdateSmContext400Response) SetBinaryDataN1SmMessage(v *os.File)
- func (o *UpdateSmContext400Response) SetBinaryDataN2SmInformation(v *os.File)
- func (o *UpdateSmContext400Response) SetJsonData(v SmContextUpdateError)
- func (o UpdateSmContext400Response) ToMap() (map[string]interface{}, error)
- type UpdateSmContextRequest
- func (o *UpdateSmContextRequest) GetBinaryDataN1SmMessage() *os.File
- func (o *UpdateSmContextRequest) GetBinaryDataN1SmMessageOk() (**os.File, bool)
- func (o *UpdateSmContextRequest) GetBinaryDataN2SmInformation() *os.File
- func (o *UpdateSmContextRequest) GetBinaryDataN2SmInformationExt1() *os.File
- func (o *UpdateSmContextRequest) GetBinaryDataN2SmInformationExt1Ok() (**os.File, bool)
- func (o *UpdateSmContextRequest) GetBinaryDataN2SmInformationOk() (**os.File, bool)
- func (o *UpdateSmContextRequest) GetJsonData() SmContextUpdateData
- func (o *UpdateSmContextRequest) GetJsonDataOk() (*SmContextUpdateData, bool)
- func (o *UpdateSmContextRequest) HasBinaryDataN1SmMessage() bool
- func (o *UpdateSmContextRequest) HasBinaryDataN2SmInformation() bool
- func (o *UpdateSmContextRequest) HasBinaryDataN2SmInformationExt1() bool
- func (o *UpdateSmContextRequest) HasJsonData() bool
- func (o UpdateSmContextRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateSmContextRequest) SetBinaryDataN1SmMessage(v *os.File)
- func (o *UpdateSmContextRequest) SetBinaryDataN2SmInformation(v *os.File)
- func (o *UpdateSmContextRequest) SetBinaryDataN2SmInformationExt1(v *os.File)
- func (o *UpdateSmContextRequest) SetJsonData(v SmContextUpdateData)
- func (o UpdateSmContextRequest) ToMap() (map[string]interface{}, error)
- type UserLocation
- func (o *UserLocation) GetEutraLocation() EutraLocation
- func (o *UserLocation) GetEutraLocationOk() (*EutraLocation, bool)
- func (o *UserLocation) GetGeraLocation() GeraLocation
- func (o *UserLocation) GetGeraLocationOk() (*GeraLocation, bool)
- func (o *UserLocation) GetN3gaLocation() N3gaLocation
- func (o *UserLocation) GetN3gaLocationOk() (*N3gaLocation, bool)
- func (o *UserLocation) GetNrLocation() NrLocation
- func (o *UserLocation) GetNrLocationOk() (*NrLocation, bool)
- func (o *UserLocation) GetUtraLocation() UtraLocation
- func (o *UserLocation) GetUtraLocationOk() (*UtraLocation, bool)
- func (o *UserLocation) HasEutraLocation() bool
- func (o *UserLocation) HasGeraLocation() bool
- func (o *UserLocation) HasN3gaLocation() bool
- func (o *UserLocation) HasNrLocation() bool
- func (o *UserLocation) HasUtraLocation() bool
- func (o UserLocation) MarshalJSON() ([]byte, error)
- func (o *UserLocation) SetEutraLocation(v EutraLocation)
- func (o *UserLocation) SetGeraLocation(v GeraLocation)
- func (o *UserLocation) SetGeraLocationNil()
- func (o *UserLocation) SetN3gaLocation(v N3gaLocation)
- func (o *UserLocation) SetNrLocation(v NrLocation)
- func (o *UserLocation) SetUtraLocation(v UtraLocation)
- func (o *UserLocation) SetUtraLocationNil()
- func (o UserLocation) ToMap() (map[string]interface{}, error)
- func (o *UserLocation) UnsetGeraLocation()
- func (o *UserLocation) UnsetUtraLocation()
- type UtraLocation
- func (o *UtraLocation) GetAgeOfLocationInformation() int32
- func (o *UtraLocation) GetAgeOfLocationInformationOk() (*int32, bool)
- func (o *UtraLocation) GetCgi() CellGlobalId
- func (o *UtraLocation) GetCgiOk() (*CellGlobalId, bool)
- func (o *UtraLocation) GetGeodeticInformation() string
- func (o *UtraLocation) GetGeodeticInformationOk() (*string, bool)
- func (o *UtraLocation) GetGeographicalInformation() string
- func (o *UtraLocation) GetGeographicalInformationOk() (*string, bool)
- func (o *UtraLocation) GetLai() LocationAreaId
- func (o *UtraLocation) GetLaiOk() (*LocationAreaId, bool)
- func (o *UtraLocation) GetRai() RoutingAreaId
- func (o *UtraLocation) GetRaiOk() (*RoutingAreaId, bool)
- func (o *UtraLocation) GetSai() ServiceAreaId
- func (o *UtraLocation) GetSaiOk() (*ServiceAreaId, bool)
- func (o *UtraLocation) GetUeLocationTimestamp() time.Time
- func (o *UtraLocation) GetUeLocationTimestampOk() (*time.Time, bool)
- func (o *UtraLocation) HasAgeOfLocationInformation() bool
- func (o *UtraLocation) HasCgi() bool
- func (o *UtraLocation) HasGeodeticInformation() bool
- func (o *UtraLocation) HasGeographicalInformation() bool
- func (o *UtraLocation) HasLai() bool
- func (o *UtraLocation) HasRai() bool
- func (o *UtraLocation) HasSai() bool
- func (o *UtraLocation) HasUeLocationTimestamp() bool
- func (o UtraLocation) MarshalJSON() ([]byte, error)
- func (o *UtraLocation) SetAgeOfLocationInformation(v int32)
- func (o *UtraLocation) SetCgi(v CellGlobalId)
- func (o *UtraLocation) SetGeodeticInformation(v string)
- func (o *UtraLocation) SetGeographicalInformation(v string)
- func (o *UtraLocation) SetLai(v LocationAreaId)
- func (o *UtraLocation) SetRai(v RoutingAreaId)
- func (o *UtraLocation) SetSai(v ServiceAreaId)
- func (o *UtraLocation) SetUeLocationTimestamp(v time.Time)
- func (o UtraLocation) ToMap() (map[string]interface{}, error)
- type VolumeTimedReport
- func (o *VolumeTimedReport) GetDownlinkVolume() int64
- func (o *VolumeTimedReport) GetDownlinkVolumeOk() (*int64, bool)
- func (o *VolumeTimedReport) GetEndTimeStamp() time.Time
- func (o *VolumeTimedReport) GetEndTimeStampOk() (*time.Time, bool)
- func (o *VolumeTimedReport) GetStartTimeStamp() time.Time
- func (o *VolumeTimedReport) GetStartTimeStampOk() (*time.Time, bool)
- func (o *VolumeTimedReport) GetUplinkVolume() int64
- func (o *VolumeTimedReport) GetUplinkVolumeOk() (*int64, bool)
- func (o VolumeTimedReport) MarshalJSON() ([]byte, error)
- func (o *VolumeTimedReport) SetDownlinkVolume(v int64)
- func (o *VolumeTimedReport) SetEndTimeStamp(v time.Time)
- func (o *VolumeTimedReport) SetStartTimeStamp(v time.Time)
- func (o *VolumeTimedReport) SetUplinkVolume(v int64)
- func (o VolumeTimedReport) ToMap() (map[string]interface{}, error)
- func (o *VolumeTimedReport) UnmarshalJSON(bytes []byte) (err error)
- type VplmnQos
- func (o *VplmnQos) GetArp() Arp
- func (o *VplmnQos) GetArpOk() (*Arp, bool)
- func (o *VplmnQos) GetGuaFbrDl() string
- func (o *VplmnQos) GetGuaFbrDlOk() (*string, bool)
- func (o *VplmnQos) GetGuaFbrUl() string
- func (o *VplmnQos) GetGuaFbrUlOk() (*string, bool)
- func (o *VplmnQos) GetMaxFbrDl() string
- func (o *VplmnQos) GetMaxFbrDlOk() (*string, bool)
- func (o *VplmnQos) GetMaxFbrUl() string
- func (o *VplmnQos) GetMaxFbrUlOk() (*string, bool)
- func (o *VplmnQos) GetSessionAmbr() Ambr
- func (o *VplmnQos) GetSessionAmbrOk() (*Ambr, bool)
- func (o *VplmnQos) GetVar5qi() int32
- func (o *VplmnQos) GetVar5qiOk() (*int32, bool)
- func (o *VplmnQos) HasArp() bool
- func (o *VplmnQos) HasGuaFbrDl() bool
- func (o *VplmnQos) HasGuaFbrUl() bool
- func (o *VplmnQos) HasMaxFbrDl() bool
- func (o *VplmnQos) HasMaxFbrUl() bool
- func (o *VplmnQos) HasSessionAmbr() bool
- func (o *VplmnQos) HasVar5qi() bool
- func (o VplmnQos) MarshalJSON() ([]byte, error)
- func (o *VplmnQos) SetArp(v Arp)
- func (o *VplmnQos) SetGuaFbrDl(v string)
- func (o *VplmnQos) SetGuaFbrUl(v string)
- func (o *VplmnQos) SetMaxFbrDl(v string)
- func (o *VplmnQos) SetMaxFbrUl(v string)
- func (o *VplmnQos) SetSessionAmbr(v Ambr)
- func (o *VplmnQos) SetVar5qi(v int32)
- func (o VplmnQos) ToMap() (map[string]interface{}, error)
- type VsmfUpdateData
- func (o *VsmfUpdateData) GetAdditionalCnTunnelInfo() TunnelInfo
- func (o *VsmfUpdateData) GetAdditionalCnTunnelInfoOk() (*TunnelInfo, bool)
- func (o *VsmfUpdateData) GetAlwaysOnGranted() bool
- func (o *VsmfUpdateData) GetAlwaysOnGrantedOk() (*bool, bool)
- func (o *VsmfUpdateData) GetAssignEbiList() []Arp
- func (o *VsmfUpdateData) GetAssignEbiListOk() ([]Arp, bool)
- func (o *VsmfUpdateData) GetBackOffTimer() int32
- func (o *VsmfUpdateData) GetBackOffTimerOk() (*int32, bool)
- func (o *VsmfUpdateData) GetCause() Cause
- func (o *VsmfUpdateData) GetCauseOk() (*Cause, bool)
- func (o *VsmfUpdateData) GetDnaiList() []string
- func (o *VsmfUpdateData) GetDnaiListOk() ([]string, bool)
- func (o *VsmfUpdateData) GetEpsBearerInfo() []EpsBearerInfo
- func (o *VsmfUpdateData) GetEpsBearerInfoOk() ([]EpsBearerInfo, bool)
- func (o *VsmfUpdateData) GetEpsPdnCnxInfo() EpsPdnCnxInfo
- func (o *VsmfUpdateData) GetEpsPdnCnxInfoOk() (*EpsPdnCnxInfo, bool)
- func (o *VsmfUpdateData) GetHsmfPduSessionUri() string
- func (o *VsmfUpdateData) GetHsmfPduSessionUriOk() (*string, bool)
- func (o *VsmfUpdateData) GetMaAcceptedInd() bool
- func (o *VsmfUpdateData) GetMaAcceptedIndOk() (*bool, bool)
- func (o *VsmfUpdateData) GetMaReleaseInd() MaReleaseIndication
- func (o *VsmfUpdateData) GetMaReleaseIndOk() (*MaReleaseIndication, bool)
- func (o *VsmfUpdateData) GetModifiedEbiList() []EbiArpMapping
- func (o *VsmfUpdateData) GetModifiedEbiListOk() ([]EbiArpMapping, bool)
- func (o *VsmfUpdateData) GetN1SmInfoToUe() RefToBinaryData
- func (o *VsmfUpdateData) GetN1SmInfoToUeOk() (*RefToBinaryData, bool)
- func (o *VsmfUpdateData) GetN1smCause() string
- func (o *VsmfUpdateData) GetN1smCauseOk() (*string, bool)
- func (o *VsmfUpdateData) GetN4Info() N4Information
- func (o *VsmfUpdateData) GetN4InfoExt1() N4Information
- func (o *VsmfUpdateData) GetN4InfoExt1Ok() (*N4Information, bool)
- func (o *VsmfUpdateData) GetN4InfoExt2() N4Information
- func (o *VsmfUpdateData) GetN4InfoExt2Ok() (*N4Information, bool)
- func (o *VsmfUpdateData) GetN4InfoExt3() N4Information
- func (o *VsmfUpdateData) GetN4InfoExt3Ok() (*N4Information, bool)
- func (o *VsmfUpdateData) GetN4InfoOk() (*N4Information, bool)
- func (o *VsmfUpdateData) GetN9DataForwardingInd() bool
- func (o *VsmfUpdateData) GetN9DataForwardingIndOk() (*bool, bool)
- func (o *VsmfUpdateData) GetN9InactivityTimer() int32
- func (o *VsmfUpdateData) GetN9InactivityTimerOk() (*int32, bool)
- func (o *VsmfUpdateData) GetNewSmfId() string
- func (o *VsmfUpdateData) GetNewSmfIdOk() (*string, bool)
- func (o *VsmfUpdateData) GetNewSmfPduSessionUri() string
- func (o *VsmfUpdateData) GetNewSmfPduSessionUriOk() (*string, bool)
- func (o *VsmfUpdateData) GetPti() int32
- func (o *VsmfUpdateData) GetPtiOk() (*int32, bool)
- func (o *VsmfUpdateData) GetQosFlowsAddModRequestList() []QosFlowAddModifyRequestItem
- func (o *VsmfUpdateData) GetQosFlowsAddModRequestListOk() ([]QosFlowAddModifyRequestItem, bool)
- func (o *VsmfUpdateData) GetQosFlowsRelRequestList() []QosFlowReleaseRequestItem
- func (o *VsmfUpdateData) GetQosFlowsRelRequestListOk() ([]QosFlowReleaseRequestItem, bool)
- func (o *VsmfUpdateData) GetQosMonitoringInfo() QosMonitoringInfo
- func (o *VsmfUpdateData) GetQosMonitoringInfoOk() (*QosMonitoringInfo, bool)
- func (o *VsmfUpdateData) GetRequestIndication() RequestIndication
- func (o *VsmfUpdateData) GetRequestIndicationOk() (*RequestIndication, bool)
- func (o *VsmfUpdateData) GetRevokeEbiList() []int32
- func (o *VsmfUpdateData) GetRevokeEbiListOk() ([]int32, bool)
- func (o *VsmfUpdateData) GetSessionAmbr() Ambr
- func (o *VsmfUpdateData) GetSessionAmbrOk() (*Ambr, bool)
- func (o *VsmfUpdateData) GetSmallDataRateControlEnabled() bool
- func (o *VsmfUpdateData) GetSmallDataRateControlEnabledOk() (*bool, bool)
- func (o *VsmfUpdateData) GetSupportedFeatures() string
- func (o *VsmfUpdateData) GetSupportedFeaturesOk() (*string, bool)
- func (o *VsmfUpdateData) HasAdditionalCnTunnelInfo() bool
- func (o *VsmfUpdateData) HasAlwaysOnGranted() bool
- func (o *VsmfUpdateData) HasAssignEbiList() bool
- func (o *VsmfUpdateData) HasBackOffTimer() bool
- func (o *VsmfUpdateData) HasCause() bool
- func (o *VsmfUpdateData) HasDnaiList() bool
- func (o *VsmfUpdateData) HasEpsBearerInfo() bool
- func (o *VsmfUpdateData) HasEpsPdnCnxInfo() bool
- func (o *VsmfUpdateData) HasHsmfPduSessionUri() bool
- func (o *VsmfUpdateData) HasMaAcceptedInd() bool
- func (o *VsmfUpdateData) HasMaReleaseInd() bool
- func (o *VsmfUpdateData) HasModifiedEbiList() bool
- func (o *VsmfUpdateData) HasN1SmInfoToUe() bool
- func (o *VsmfUpdateData) HasN1smCause() bool
- func (o *VsmfUpdateData) HasN4Info() bool
- func (o *VsmfUpdateData) HasN4InfoExt1() bool
- func (o *VsmfUpdateData) HasN4InfoExt2() bool
- func (o *VsmfUpdateData) HasN4InfoExt3() bool
- func (o *VsmfUpdateData) HasN9DataForwardingInd() bool
- func (o *VsmfUpdateData) HasN9InactivityTimer() bool
- func (o *VsmfUpdateData) HasNewSmfId() bool
- func (o *VsmfUpdateData) HasNewSmfPduSessionUri() bool
- func (o *VsmfUpdateData) HasPti() bool
- func (o *VsmfUpdateData) HasQosFlowsAddModRequestList() bool
- func (o *VsmfUpdateData) HasQosFlowsRelRequestList() bool
- func (o *VsmfUpdateData) HasQosMonitoringInfo() bool
- func (o *VsmfUpdateData) HasRevokeEbiList() bool
- func (o *VsmfUpdateData) HasSessionAmbr() bool
- func (o *VsmfUpdateData) HasSmallDataRateControlEnabled() bool
- func (o *VsmfUpdateData) HasSupportedFeatures() bool
- func (o VsmfUpdateData) MarshalJSON() ([]byte, error)
- func (o *VsmfUpdateData) SetAdditionalCnTunnelInfo(v TunnelInfo)
- func (o *VsmfUpdateData) SetAlwaysOnGranted(v bool)
- func (o *VsmfUpdateData) SetAssignEbiList(v []Arp)
- func (o *VsmfUpdateData) SetBackOffTimer(v int32)
- func (o *VsmfUpdateData) SetCause(v Cause)
- func (o *VsmfUpdateData) SetDnaiList(v []string)
- func (o *VsmfUpdateData) SetEpsBearerInfo(v []EpsBearerInfo)
- func (o *VsmfUpdateData) SetEpsPdnCnxInfo(v EpsPdnCnxInfo)
- func (o *VsmfUpdateData) SetHsmfPduSessionUri(v string)
- func (o *VsmfUpdateData) SetMaAcceptedInd(v bool)
- func (o *VsmfUpdateData) SetMaReleaseInd(v MaReleaseIndication)
- func (o *VsmfUpdateData) SetModifiedEbiList(v []EbiArpMapping)
- func (o *VsmfUpdateData) SetN1SmInfoToUe(v RefToBinaryData)
- func (o *VsmfUpdateData) SetN1smCause(v string)
- func (o *VsmfUpdateData) SetN4Info(v N4Information)
- func (o *VsmfUpdateData) SetN4InfoExt1(v N4Information)
- func (o *VsmfUpdateData) SetN4InfoExt2(v N4Information)
- func (o *VsmfUpdateData) SetN4InfoExt3(v N4Information)
- func (o *VsmfUpdateData) SetN9DataForwardingInd(v bool)
- func (o *VsmfUpdateData) SetN9InactivityTimer(v int32)
- func (o *VsmfUpdateData) SetNewSmfId(v string)
- func (o *VsmfUpdateData) SetNewSmfPduSessionUri(v string)
- func (o *VsmfUpdateData) SetPti(v int32)
- func (o *VsmfUpdateData) SetQosFlowsAddModRequestList(v []QosFlowAddModifyRequestItem)
- func (o *VsmfUpdateData) SetQosFlowsRelRequestList(v []QosFlowReleaseRequestItem)
- func (o *VsmfUpdateData) SetQosMonitoringInfo(v QosMonitoringInfo)
- func (o *VsmfUpdateData) SetRequestIndication(v RequestIndication)
- func (o *VsmfUpdateData) SetRevokeEbiList(v []int32)
- func (o *VsmfUpdateData) SetSessionAmbr(v Ambr)
- func (o *VsmfUpdateData) SetSmallDataRateControlEnabled(v bool)
- func (o *VsmfUpdateData) SetSupportedFeatures(v string)
- func (o VsmfUpdateData) ToMap() (map[string]interface{}, error)
- func (o *VsmfUpdateData) UnmarshalJSON(bytes []byte) (err error)
- type VsmfUpdateError
- func (o *VsmfUpdateError) GetError() ExtProblemDetails
- func (o *VsmfUpdateError) GetErrorOk() (*ExtProblemDetails, bool)
- func (o *VsmfUpdateError) GetFailedToAssignEbiList() []Arp
- func (o *VsmfUpdateError) GetFailedToAssignEbiListOk() ([]Arp, bool)
- func (o *VsmfUpdateError) GetN1SmInfoFromUe() RefToBinaryData
- func (o *VsmfUpdateError) GetN1SmInfoFromUeOk() (*RefToBinaryData, bool)
- func (o *VsmfUpdateError) GetN1smCause() string
- func (o *VsmfUpdateError) GetN1smCauseOk() (*string, bool)
- func (o *VsmfUpdateError) GetN4Info() N4Information
- func (o *VsmfUpdateError) GetN4InfoExt1() N4Information
- func (o *VsmfUpdateError) GetN4InfoExt1Ok() (*N4Information, bool)
- func (o *VsmfUpdateError) GetN4InfoExt2() N4Information
- func (o *VsmfUpdateError) GetN4InfoExt2Ok() (*N4Information, bool)
- func (o *VsmfUpdateError) GetN4InfoExt3() N4Information
- func (o *VsmfUpdateError) GetN4InfoExt3Ok() (*N4Information, bool)
- func (o *VsmfUpdateError) GetN4InfoOk() (*N4Information, bool)
- func (o *VsmfUpdateError) GetNgApCause() NgApCause
- func (o *VsmfUpdateError) GetNgApCauseOk() (*NgApCause, bool)
- func (o *VsmfUpdateError) GetPti() int32
- func (o *VsmfUpdateError) GetPtiOk() (*int32, bool)
- func (o *VsmfUpdateError) GetRecoveryTime() time.Time
- func (o *VsmfUpdateError) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *VsmfUpdateError) GetUnknownN1SmInfo() RefToBinaryData
- func (o *VsmfUpdateError) GetUnknownN1SmInfoOk() (*RefToBinaryData, bool)
- func (o *VsmfUpdateError) GetVar5gMmCauseValue() int32
- func (o *VsmfUpdateError) GetVar5gMmCauseValueOk() (*int32, bool)
- func (o *VsmfUpdateError) HasFailedToAssignEbiList() bool
- func (o *VsmfUpdateError) HasN1SmInfoFromUe() bool
- func (o *VsmfUpdateError) HasN1smCause() bool
- func (o *VsmfUpdateError) HasN4Info() bool
- func (o *VsmfUpdateError) HasN4InfoExt1() bool
- func (o *VsmfUpdateError) HasN4InfoExt2() bool
- func (o *VsmfUpdateError) HasN4InfoExt3() bool
- func (o *VsmfUpdateError) HasNgApCause() bool
- func (o *VsmfUpdateError) HasPti() bool
- func (o *VsmfUpdateError) HasRecoveryTime() bool
- func (o *VsmfUpdateError) HasUnknownN1SmInfo() bool
- func (o *VsmfUpdateError) HasVar5gMmCauseValue() bool
- func (o VsmfUpdateError) MarshalJSON() ([]byte, error)
- func (o *VsmfUpdateError) SetError(v ExtProblemDetails)
- func (o *VsmfUpdateError) SetFailedToAssignEbiList(v []Arp)
- func (o *VsmfUpdateError) SetN1SmInfoFromUe(v RefToBinaryData)
- func (o *VsmfUpdateError) SetN1smCause(v string)
- func (o *VsmfUpdateError) SetN4Info(v N4Information)
- func (o *VsmfUpdateError) SetN4InfoExt1(v N4Information)
- func (o *VsmfUpdateError) SetN4InfoExt2(v N4Information)
- func (o *VsmfUpdateError) SetN4InfoExt3(v N4Information)
- func (o *VsmfUpdateError) SetNgApCause(v NgApCause)
- func (o *VsmfUpdateError) SetPti(v int32)
- func (o *VsmfUpdateError) SetRecoveryTime(v time.Time)
- func (o *VsmfUpdateError) SetUnknownN1SmInfo(v RefToBinaryData)
- func (o *VsmfUpdateError) SetVar5gMmCauseValue(v int32)
- func (o VsmfUpdateError) ToMap() (map[string]interface{}, error)
- func (o *VsmfUpdateError) UnmarshalJSON(bytes []byte) (err error)
- type VsmfUpdatedData
- func (o *VsmfUpdatedData) GetAddUeLocation() UserLocation
- func (o *VsmfUpdatedData) GetAddUeLocationOk() (*UserLocation, bool)
- func (o *VsmfUpdatedData) GetAssignedEbiList() []EbiArpMapping
- func (o *VsmfUpdatedData) GetAssignedEbiListOk() ([]EbiArpMapping, bool)
- func (o *VsmfUpdatedData) GetFailedToAssignEbiList() []Arp
- func (o *VsmfUpdatedData) GetFailedToAssignEbiListOk() ([]Arp, bool)
- func (o *VsmfUpdatedData) GetModifiedEbiListNotDelivered() bool
- func (o *VsmfUpdatedData) GetModifiedEbiListNotDeliveredOk() (*bool, bool)
- func (o *VsmfUpdatedData) GetN1SmInfoFromUe() RefToBinaryData
- func (o *VsmfUpdatedData) GetN1SmInfoFromUeOk() (*RefToBinaryData, bool)
- func (o *VsmfUpdatedData) GetN4Info() N4Information
- func (o *VsmfUpdatedData) GetN4InfoExt1() N4Information
- func (o *VsmfUpdatedData) GetN4InfoExt1Ok() (*N4Information, bool)
- func (o *VsmfUpdatedData) GetN4InfoExt2() N4Information
- func (o *VsmfUpdatedData) GetN4InfoExt2Ok() (*N4Information, bool)
- func (o *VsmfUpdatedData) GetN4InfoExt3() N4Information
- func (o *VsmfUpdatedData) GetN4InfoExt3Ok() (*N4Information, bool)
- func (o *VsmfUpdatedData) GetN4InfoOk() (*N4Information, bool)
- func (o *VsmfUpdatedData) GetQosFlowsAddModList() []QosFlowItem
- func (o *VsmfUpdatedData) GetQosFlowsAddModListOk() ([]QosFlowItem, bool)
- func (o *VsmfUpdatedData) GetQosFlowsFailedtoAddModList() []QosFlowItem
- func (o *VsmfUpdatedData) GetQosFlowsFailedtoAddModListOk() ([]QosFlowItem, bool)
- func (o *VsmfUpdatedData) GetQosFlowsFailedtoRelList() []QosFlowItem
- func (o *VsmfUpdatedData) GetQosFlowsFailedtoRelListOk() ([]QosFlowItem, bool)
- func (o *VsmfUpdatedData) GetQosFlowsRelList() []QosFlowItem
- func (o *VsmfUpdatedData) GetQosFlowsRelListOk() ([]QosFlowItem, bool)
- func (o *VsmfUpdatedData) GetReleasedEbiList() []int32
- func (o *VsmfUpdatedData) GetReleasedEbiListOk() ([]int32, bool)
- func (o *VsmfUpdatedData) GetSecondaryRatUsageInfo() []SecondaryRatUsageInfo
- func (o *VsmfUpdatedData) GetSecondaryRatUsageInfoOk() ([]SecondaryRatUsageInfo, bool)
- func (o *VsmfUpdatedData) GetSecondaryRatUsageReport() []SecondaryRatUsageReport
- func (o *VsmfUpdatedData) GetSecondaryRatUsageReportOk() ([]SecondaryRatUsageReport, bool)
- func (o *VsmfUpdatedData) GetUeLocation() UserLocation
- func (o *VsmfUpdatedData) GetUeLocationOk() (*UserLocation, bool)
- func (o *VsmfUpdatedData) GetUeTimeZone() string
- func (o *VsmfUpdatedData) GetUeTimeZoneOk() (*string, bool)
- func (o *VsmfUpdatedData) GetUnknownN1SmInfo() RefToBinaryData
- func (o *VsmfUpdatedData) GetUnknownN1SmInfoOk() (*RefToBinaryData, bool)
- func (o *VsmfUpdatedData) HasAddUeLocation() bool
- func (o *VsmfUpdatedData) HasAssignedEbiList() bool
- func (o *VsmfUpdatedData) HasFailedToAssignEbiList() bool
- func (o *VsmfUpdatedData) HasModifiedEbiListNotDelivered() bool
- func (o *VsmfUpdatedData) HasN1SmInfoFromUe() bool
- func (o *VsmfUpdatedData) HasN4Info() bool
- func (o *VsmfUpdatedData) HasN4InfoExt1() bool
- func (o *VsmfUpdatedData) HasN4InfoExt2() bool
- func (o *VsmfUpdatedData) HasN4InfoExt3() bool
- func (o *VsmfUpdatedData) HasQosFlowsAddModList() bool
- func (o *VsmfUpdatedData) HasQosFlowsFailedtoAddModList() bool
- func (o *VsmfUpdatedData) HasQosFlowsFailedtoRelList() bool
- func (o *VsmfUpdatedData) HasQosFlowsRelList() bool
- func (o *VsmfUpdatedData) HasReleasedEbiList() bool
- func (o *VsmfUpdatedData) HasSecondaryRatUsageInfo() bool
- func (o *VsmfUpdatedData) HasSecondaryRatUsageReport() bool
- func (o *VsmfUpdatedData) HasUeLocation() bool
- func (o *VsmfUpdatedData) HasUeTimeZone() bool
- func (o *VsmfUpdatedData) HasUnknownN1SmInfo() bool
- func (o VsmfUpdatedData) MarshalJSON() ([]byte, error)
- func (o *VsmfUpdatedData) SetAddUeLocation(v UserLocation)
- func (o *VsmfUpdatedData) SetAssignedEbiList(v []EbiArpMapping)
- func (o *VsmfUpdatedData) SetFailedToAssignEbiList(v []Arp)
- func (o *VsmfUpdatedData) SetModifiedEbiListNotDelivered(v bool)
- func (o *VsmfUpdatedData) SetN1SmInfoFromUe(v RefToBinaryData)
- func (o *VsmfUpdatedData) SetN4Info(v N4Information)
- func (o *VsmfUpdatedData) SetN4InfoExt1(v N4Information)
- func (o *VsmfUpdatedData) SetN4InfoExt2(v N4Information)
- func (o *VsmfUpdatedData) SetN4InfoExt3(v N4Information)
- func (o *VsmfUpdatedData) SetQosFlowsAddModList(v []QosFlowItem)
- func (o *VsmfUpdatedData) SetQosFlowsFailedtoAddModList(v []QosFlowItem)
- func (o *VsmfUpdatedData) SetQosFlowsFailedtoRelList(v []QosFlowItem)
- func (o *VsmfUpdatedData) SetQosFlowsRelList(v []QosFlowItem)
- func (o *VsmfUpdatedData) SetReleasedEbiList(v []int32)
- func (o *VsmfUpdatedData) SetSecondaryRatUsageInfo(v []SecondaryRatUsageInfo)
- func (o *VsmfUpdatedData) SetSecondaryRatUsageReport(v []SecondaryRatUsageReport)
- func (o *VsmfUpdatedData) SetUeLocation(v UserLocation)
- func (o *VsmfUpdatedData) SetUeTimeZone(v string)
- func (o *VsmfUpdatedData) SetUnknownN1SmInfo(v RefToBinaryData)
- func (o VsmfUpdatedData) ToMap() (map[string]interface{}, error)
- type WAgfInfo
- func (o *WAgfInfo) GetEndpointFqdn() string
- func (o *WAgfInfo) GetEndpointFqdnOk() (*string, bool)
- func (o *WAgfInfo) GetIpv4EndpointAddresses() []string
- func (o *WAgfInfo) GetIpv4EndpointAddressesOk() ([]string, bool)
- func (o *WAgfInfo) GetIpv6EndpointAddresses() []Ipv6Addr
- func (o *WAgfInfo) GetIpv6EndpointAddressesOk() ([]Ipv6Addr, bool)
- func (o *WAgfInfo) HasEndpointFqdn() bool
- func (o *WAgfInfo) HasIpv4EndpointAddresses() bool
- func (o *WAgfInfo) HasIpv6EndpointAddresses() bool
- func (o WAgfInfo) MarshalJSON() ([]byte, error)
- func (o *WAgfInfo) SetEndpointFqdn(v string)
- func (o *WAgfInfo) SetIpv4EndpointAddresses(v []string)
- func (o *WAgfInfo) SetIpv6EndpointAddresses(v []Ipv6Addr)
- func (o WAgfInfo) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAccessTypeEnumValues = []AccessType{
"3GPP_ACCESS",
"NON_3GPP_ACCESS",
}
All allowed values of AccessType enum
var AllowedNullValueEnumValues = []NullValue{
"null",
}
All allowed values of NullValue enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { IndividualPDUSessionHSMFOrSMFAPI *IndividualPDUSessionHSMFOrSMFAPIService IndividualSMContextAPI *IndividualSMContextAPIService PDUSessionsCollectionAPI *PDUSessionsCollectionAPIService SMContextsCollectionAPI *SMContextsCollectionAPIService // contains filtered or unexported fields }
APIClient manages communication with the Nsmf_PDUSession API v1.2.4 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr 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 NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr 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 (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
func (*AccessTokenErr) UnmarshalJSON ¶
func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq 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 NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq 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 (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
func (*AccessTokenReq) UnmarshalJSON ¶
func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
type AccessType ¶
type AccessType string
AccessType Indicates whether the access is via 3GPP or via non-3GPP.
const ( ACCESSTYPE__3_GPP_ACCESS AccessType = "3GPP_ACCESS" ACCESSTYPE_NON_3_GPP_ACCESS AccessType = "NON_3GPP_ACCESS" )
List of AccessType
func NewAccessTypeFromValue ¶
func NewAccessTypeFromValue(v string) (*AccessType, error)
NewAccessTypeFromValue returns a pointer to a valid AccessType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccessType) IsValid ¶
func (v AccessType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccessType) Ptr ¶
func (v AccessType) Ptr() *AccessType
Ptr returns reference to AccessType value
func (*AccessType) UnmarshalJSON ¶
func (v *AccessType) UnmarshalJSON(src []byte) error
type AdditionalQosFlowInfo ¶
type AdditionalQosFlowInfo struct { }
AdditionalQosFlowInfo The enumeration AdditionalQosFlowInfo provides additional QoS flow information (see clause 9.3.1.12 3GPP TS 38.413 [11]). It shall comply with the provisions defined in table 5.5.3.12-1.
func NewAdditionalQosFlowInfo ¶
func NewAdditionalQosFlowInfo() *AdditionalQosFlowInfo
NewAdditionalQosFlowInfo instantiates a new AdditionalQosFlowInfo 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 NewAdditionalQosFlowInfoWithDefaults ¶
func NewAdditionalQosFlowInfoWithDefaults() *AdditionalQosFlowInfo
NewAdditionalQosFlowInfoWithDefaults instantiates a new AdditionalQosFlowInfo 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 (AdditionalQosFlowInfo) MarshalJSON ¶
func (o AdditionalQosFlowInfo) MarshalJSON() ([]byte, error)
func (AdditionalQosFlowInfo) ToMap ¶
func (o AdditionalQosFlowInfo) ToMap() (map[string]interface{}, error)
type AfCoordinationInfo ¶
type AfCoordinationInfo struct { // DNAI (Data network access identifier), see clause 5.6.7 of 3GPP TS 23.501. SourceDnai *string `json:"sourceDnai,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. SourceUeIpv4Addr *string `json:"sourceUeIpv4Addr,omitempty"` SourceUeIpv6Prefix *Ipv6Prefix `json:"sourceUeIpv6Prefix,omitempty"` NotificationInfoList []NotificationInfo `json:"notificationInfoList,omitempty"` }
AfCoordinationInfo AF Coordination Information
func NewAfCoordinationInfo ¶
func NewAfCoordinationInfo() *AfCoordinationInfo
NewAfCoordinationInfo instantiates a new AfCoordinationInfo 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 NewAfCoordinationInfoWithDefaults ¶
func NewAfCoordinationInfoWithDefaults() *AfCoordinationInfo
NewAfCoordinationInfoWithDefaults instantiates a new AfCoordinationInfo 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 (*AfCoordinationInfo) GetNotificationInfoList ¶
func (o *AfCoordinationInfo) GetNotificationInfoList() []NotificationInfo
GetNotificationInfoList returns the NotificationInfoList field value if set, zero value otherwise.
func (*AfCoordinationInfo) GetNotificationInfoListOk ¶
func (o *AfCoordinationInfo) GetNotificationInfoListOk() ([]NotificationInfo, bool)
GetNotificationInfoListOk returns a tuple with the NotificationInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfCoordinationInfo) GetSourceDnai ¶
func (o *AfCoordinationInfo) GetSourceDnai() string
GetSourceDnai returns the SourceDnai field value if set, zero value otherwise.
func (*AfCoordinationInfo) GetSourceDnaiOk ¶
func (o *AfCoordinationInfo) GetSourceDnaiOk() (*string, bool)
GetSourceDnaiOk returns a tuple with the SourceDnai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfCoordinationInfo) GetSourceUeIpv4Addr ¶
func (o *AfCoordinationInfo) GetSourceUeIpv4Addr() string
GetSourceUeIpv4Addr returns the SourceUeIpv4Addr field value if set, zero value otherwise.
func (*AfCoordinationInfo) GetSourceUeIpv4AddrOk ¶
func (o *AfCoordinationInfo) GetSourceUeIpv4AddrOk() (*string, bool)
GetSourceUeIpv4AddrOk returns a tuple with the SourceUeIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfCoordinationInfo) GetSourceUeIpv6Prefix ¶
func (o *AfCoordinationInfo) GetSourceUeIpv6Prefix() Ipv6Prefix
GetSourceUeIpv6Prefix returns the SourceUeIpv6Prefix field value if set, zero value otherwise.
func (*AfCoordinationInfo) GetSourceUeIpv6PrefixOk ¶
func (o *AfCoordinationInfo) GetSourceUeIpv6PrefixOk() (*Ipv6Prefix, bool)
GetSourceUeIpv6PrefixOk returns a tuple with the SourceUeIpv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfCoordinationInfo) HasNotificationInfoList ¶
func (o *AfCoordinationInfo) HasNotificationInfoList() bool
HasNotificationInfoList returns a boolean if a field has been set.
func (*AfCoordinationInfo) HasSourceDnai ¶
func (o *AfCoordinationInfo) HasSourceDnai() bool
HasSourceDnai returns a boolean if a field has been set.
func (*AfCoordinationInfo) HasSourceUeIpv4Addr ¶
func (o *AfCoordinationInfo) HasSourceUeIpv4Addr() bool
HasSourceUeIpv4Addr returns a boolean if a field has been set.
func (*AfCoordinationInfo) HasSourceUeIpv6Prefix ¶
func (o *AfCoordinationInfo) HasSourceUeIpv6Prefix() bool
HasSourceUeIpv6Prefix returns a boolean if a field has been set.
func (AfCoordinationInfo) MarshalJSON ¶
func (o AfCoordinationInfo) MarshalJSON() ([]byte, error)
func (*AfCoordinationInfo) SetNotificationInfoList ¶
func (o *AfCoordinationInfo) SetNotificationInfoList(v []NotificationInfo)
SetNotificationInfoList gets a reference to the given []NotificationInfo and assigns it to the NotificationInfoList field.
func (*AfCoordinationInfo) SetSourceDnai ¶
func (o *AfCoordinationInfo) SetSourceDnai(v string)
SetSourceDnai gets a reference to the given string and assigns it to the SourceDnai field.
func (*AfCoordinationInfo) SetSourceUeIpv4Addr ¶
func (o *AfCoordinationInfo) SetSourceUeIpv4Addr(v string)
SetSourceUeIpv4Addr gets a reference to the given string and assigns it to the SourceUeIpv4Addr field.
func (*AfCoordinationInfo) SetSourceUeIpv6Prefix ¶
func (o *AfCoordinationInfo) SetSourceUeIpv6Prefix(v Ipv6Prefix)
SetSourceUeIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the SourceUeIpv6Prefix field.
func (AfCoordinationInfo) ToMap ¶
func (o AfCoordinationInfo) ToMap() (map[string]interface{}, error)
type AlternativeQosProfile ¶
type AlternativeQosProfile struct { Index int32 `json:"index"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". GuaFbrDl *string `json:"guaFbrDl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". GuaFbrUl *string `json:"guaFbrUl,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. PacketDelayBudget *int32 `json:"packetDelayBudget,omitempty"` // String representing Packet Error Rate (see clause 5.7.3.5 and 5.7.4 of 3GPP TS 23.501, expressed as a \"scalar x 10-k\" where the scalar and the exponent k are each encoded as one decimal digit. PacketErrRate *string `json:"packetErrRate,omitempty"` }
AlternativeQosProfile Alternative QoS Profile
func NewAlternativeQosProfile ¶
func NewAlternativeQosProfile(index int32) *AlternativeQosProfile
NewAlternativeQosProfile instantiates a new AlternativeQosProfile 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 NewAlternativeQosProfileWithDefaults ¶
func NewAlternativeQosProfileWithDefaults() *AlternativeQosProfile
NewAlternativeQosProfileWithDefaults instantiates a new AlternativeQosProfile 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 (*AlternativeQosProfile) GetGuaFbrDl ¶
func (o *AlternativeQosProfile) GetGuaFbrDl() string
GetGuaFbrDl returns the GuaFbrDl field value if set, zero value otherwise.
func (*AlternativeQosProfile) GetGuaFbrDlOk ¶
func (o *AlternativeQosProfile) GetGuaFbrDlOk() (*string, bool)
GetGuaFbrDlOk returns a tuple with the GuaFbrDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlternativeQosProfile) GetGuaFbrUl ¶
func (o *AlternativeQosProfile) GetGuaFbrUl() string
GetGuaFbrUl returns the GuaFbrUl field value if set, zero value otherwise.
func (*AlternativeQosProfile) GetGuaFbrUlOk ¶
func (o *AlternativeQosProfile) GetGuaFbrUlOk() (*string, bool)
GetGuaFbrUlOk returns a tuple with the GuaFbrUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlternativeQosProfile) GetIndex ¶
func (o *AlternativeQosProfile) GetIndex() int32
GetIndex returns the Index field value
func (*AlternativeQosProfile) GetIndexOk ¶
func (o *AlternativeQosProfile) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field value and a boolean to check if the value has been set.
func (*AlternativeQosProfile) GetPacketDelayBudget ¶
func (o *AlternativeQosProfile) GetPacketDelayBudget() int32
GetPacketDelayBudget returns the PacketDelayBudget field value if set, zero value otherwise.
func (*AlternativeQosProfile) GetPacketDelayBudgetOk ¶
func (o *AlternativeQosProfile) GetPacketDelayBudgetOk() (*int32, bool)
GetPacketDelayBudgetOk returns a tuple with the PacketDelayBudget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlternativeQosProfile) GetPacketErrRate ¶
func (o *AlternativeQosProfile) GetPacketErrRate() string
GetPacketErrRate returns the PacketErrRate field value if set, zero value otherwise.
func (*AlternativeQosProfile) GetPacketErrRateOk ¶
func (o *AlternativeQosProfile) GetPacketErrRateOk() (*string, bool)
GetPacketErrRateOk returns a tuple with the PacketErrRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AlternativeQosProfile) HasGuaFbrDl ¶
func (o *AlternativeQosProfile) HasGuaFbrDl() bool
HasGuaFbrDl returns a boolean if a field has been set.
func (*AlternativeQosProfile) HasGuaFbrUl ¶
func (o *AlternativeQosProfile) HasGuaFbrUl() bool
HasGuaFbrUl returns a boolean if a field has been set.
func (*AlternativeQosProfile) HasPacketDelayBudget ¶
func (o *AlternativeQosProfile) HasPacketDelayBudget() bool
HasPacketDelayBudget returns a boolean if a field has been set.
func (*AlternativeQosProfile) HasPacketErrRate ¶
func (o *AlternativeQosProfile) HasPacketErrRate() bool
HasPacketErrRate returns a boolean if a field has been set.
func (AlternativeQosProfile) MarshalJSON ¶
func (o AlternativeQosProfile) MarshalJSON() ([]byte, error)
func (*AlternativeQosProfile) SetGuaFbrDl ¶
func (o *AlternativeQosProfile) SetGuaFbrDl(v string)
SetGuaFbrDl gets a reference to the given string and assigns it to the GuaFbrDl field.
func (*AlternativeQosProfile) SetGuaFbrUl ¶
func (o *AlternativeQosProfile) SetGuaFbrUl(v string)
SetGuaFbrUl gets a reference to the given string and assigns it to the GuaFbrUl field.
func (*AlternativeQosProfile) SetIndex ¶
func (o *AlternativeQosProfile) SetIndex(v int32)
SetIndex sets field value
func (*AlternativeQosProfile) SetPacketDelayBudget ¶
func (o *AlternativeQosProfile) SetPacketDelayBudget(v int32)
SetPacketDelayBudget gets a reference to the given int32 and assigns it to the PacketDelayBudget field.
func (*AlternativeQosProfile) SetPacketErrRate ¶
func (o *AlternativeQosProfile) SetPacketErrRate(v string)
SetPacketErrRate gets a reference to the given string and assigns it to the PacketErrRate field.
func (AlternativeQosProfile) ToMap ¶
func (o AlternativeQosProfile) ToMap() (map[string]interface{}, error)
func (*AlternativeQosProfile) UnmarshalJSON ¶
func (o *AlternativeQosProfile) UnmarshalJSON(bytes []byte) (err error)
type Ambr ¶
type Ambr struct { // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". Uplink string `json:"uplink"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". Downlink string `json:"downlink"` }
Ambr Contains the maximum aggregated uplink and downlink bit rates.
func NewAmbr ¶
NewAmbr instantiates a new Ambr 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 NewAmbrWithDefaults ¶
func NewAmbrWithDefaults() *Ambr
NewAmbrWithDefaults instantiates a new Ambr 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 (*Ambr) GetDownlink ¶
GetDownlink returns the Downlink field value
func (*Ambr) GetDownlinkOk ¶
GetDownlinkOk returns a tuple with the Downlink field value and a boolean to check if the value has been set.
func (*Ambr) GetUplinkOk ¶
GetUplinkOk returns a tuple with the Uplink field value and a boolean to check if the value has been set.
func (Ambr) MarshalJSON ¶
func (*Ambr) UnmarshalJSON ¶
type AnchorSmfFeatures ¶
type AnchorSmfFeatures struct {
PsetrSupportInd *bool `json:"psetrSupportInd,omitempty"`
}
AnchorSmfFeatures Anchor SMF supported features
func NewAnchorSmfFeatures ¶
func NewAnchorSmfFeatures() *AnchorSmfFeatures
NewAnchorSmfFeatures instantiates a new AnchorSmfFeatures 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 NewAnchorSmfFeaturesWithDefaults ¶
func NewAnchorSmfFeaturesWithDefaults() *AnchorSmfFeatures
NewAnchorSmfFeaturesWithDefaults instantiates a new AnchorSmfFeatures 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 (*AnchorSmfFeatures) GetPsetrSupportInd ¶
func (o *AnchorSmfFeatures) GetPsetrSupportInd() bool
GetPsetrSupportInd returns the PsetrSupportInd field value if set, zero value otherwise.
func (*AnchorSmfFeatures) GetPsetrSupportIndOk ¶
func (o *AnchorSmfFeatures) GetPsetrSupportIndOk() (*bool, bool)
GetPsetrSupportIndOk returns a tuple with the PsetrSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnchorSmfFeatures) HasPsetrSupportInd ¶
func (o *AnchorSmfFeatures) HasPsetrSupportInd() bool
HasPsetrSupportInd returns a boolean if a field has been set.
func (AnchorSmfFeatures) MarshalJSON ¶
func (o AnchorSmfFeatures) MarshalJSON() ([]byte, error)
func (*AnchorSmfFeatures) SetPsetrSupportInd ¶
func (o *AnchorSmfFeatures) SetPsetrSupportInd(v bool)
SetPsetrSupportInd gets a reference to the given bool and assigns it to the PsetrSupportInd field.
func (AnchorSmfFeatures) ToMap ¶
func (o AnchorSmfFeatures) ToMap() (map[string]interface{}, error)
type ApiPostPduSessionsRequest ¶
type ApiPostPduSessionsRequest struct { ApiService *PDUSessionsCollectionAPIService // contains filtered or unexported fields }
func (ApiPostPduSessionsRequest) Execute ¶
func (r ApiPostPduSessionsRequest) Execute() (*PduSessionCreatedData, *http.Response, error)
func (ApiPostPduSessionsRequest) PduSessionCreateData ¶
func (r ApiPostPduSessionsRequest) PduSessionCreateData(pduSessionCreateData PduSessionCreateData) ApiPostPduSessionsRequest
representation of the PDU session to be created in the H-SMF or SMF
type ApiPostSmContextsRequest ¶
type ApiPostSmContextsRequest struct { ApiService *SMContextsCollectionAPIService // contains filtered or unexported fields }
func (ApiPostSmContextsRequest) BinaryDataN1SmMessage ¶
func (r ApiPostSmContextsRequest) BinaryDataN1SmMessage(binaryDataN1SmMessage *os.File) ApiPostSmContextsRequest
func (ApiPostSmContextsRequest) BinaryDataN2SmInformation ¶
func (r ApiPostSmContextsRequest) BinaryDataN2SmInformation(binaryDataN2SmInformation *os.File) ApiPostSmContextsRequest
func (ApiPostSmContextsRequest) BinaryDataN2SmInformationExt1 ¶
func (r ApiPostSmContextsRequest) BinaryDataN2SmInformationExt1(binaryDataN2SmInformationExt1 *os.File) ApiPostSmContextsRequest
func (ApiPostSmContextsRequest) Execute ¶
func (r ApiPostSmContextsRequest) Execute() (*SmContextCreatedData, *http.Response, error)
func (ApiPostSmContextsRequest) JsonData ¶
func (r ApiPostSmContextsRequest) JsonData(jsonData SmContextCreateData) ApiPostSmContextsRequest
type ApiReleasePduSessionRequest ¶
type ApiReleasePduSessionRequest struct { ApiService *IndividualPDUSessionHSMFOrSMFAPIService // contains filtered or unexported fields }
func (ApiReleasePduSessionRequest) Execute ¶
func (r ApiReleasePduSessionRequest) Execute() (*ReleasedData, *http.Response, error)
func (ApiReleasePduSessionRequest) ReleaseData ¶
func (r ApiReleasePduSessionRequest) ReleaseData(releaseData ReleaseData) ApiReleasePduSessionRequest
data sent to H-SMF or SMF when releasing the PDU session
type ApiReleaseSmContextRequest ¶
type ApiReleaseSmContextRequest struct { ApiService *IndividualSMContextAPIService // contains filtered or unexported fields }
func (ApiReleaseSmContextRequest) Execute ¶
func (r ApiReleaseSmContextRequest) Execute() (*SmContextReleasedData, *http.Response, error)
func (ApiReleaseSmContextRequest) SmContextReleaseData ¶
func (r ApiReleaseSmContextRequest) SmContextReleaseData(smContextReleaseData SmContextReleaseData) ApiReleaseSmContextRequest
representation of the data to be sent to the SMF when releasing the SM context
type ApiRetrievePduSessionRequest ¶
type ApiRetrievePduSessionRequest struct { ApiService *IndividualPDUSessionHSMFOrSMFAPIService // contains filtered or unexported fields }
func (ApiRetrievePduSessionRequest) Execute ¶
func (r ApiRetrievePduSessionRequest) Execute() (*RetrievedData, *http.Response, error)
func (ApiRetrievePduSessionRequest) RetrieveData ¶
func (r ApiRetrievePduSessionRequest) RetrieveData(retrieveData RetrieveData) ApiRetrievePduSessionRequest
representation of the payload of the Retrieve Request
type ApiRetrieveSmContextRequest ¶
type ApiRetrieveSmContextRequest struct { ApiService *IndividualSMContextAPIService // contains filtered or unexported fields }
func (ApiRetrieveSmContextRequest) Execute ¶
func (r ApiRetrieveSmContextRequest) Execute() (*SmContextRetrievedData, *http.Response, error)
func (ApiRetrieveSmContextRequest) SmContextRetrieveData ¶
func (r ApiRetrieveSmContextRequest) SmContextRetrieveData(smContextRetrieveData SmContextRetrieveData) ApiRetrieveSmContextRequest
parameters used to retrieve the SM context
type ApiSendMoDataRequest ¶
type ApiSendMoDataRequest struct { ApiService *IndividualSMContextAPIService // contains filtered or unexported fields }
func (ApiSendMoDataRequest) BinaryMoData ¶
func (r ApiSendMoDataRequest) BinaryMoData(binaryMoData *os.File) ApiSendMoDataRequest
func (ApiSendMoDataRequest) Execute ¶
func (r ApiSendMoDataRequest) Execute() (*http.Response, error)
func (ApiSendMoDataRequest) JsonData ¶
func (r ApiSendMoDataRequest) JsonData(jsonData SendMoDataReqData) ApiSendMoDataRequest
type ApiTransferMoDataRequest ¶
type ApiTransferMoDataRequest struct { ApiService *IndividualPDUSessionHSMFOrSMFAPIService // contains filtered or unexported fields }
func (ApiTransferMoDataRequest) BinaryMoData ¶
func (r ApiTransferMoDataRequest) BinaryMoData(binaryMoData *os.File) ApiTransferMoDataRequest
func (ApiTransferMoDataRequest) Execute ¶
func (r ApiTransferMoDataRequest) Execute() (*http.Response, error)
func (ApiTransferMoDataRequest) JsonData ¶
func (r ApiTransferMoDataRequest) JsonData(jsonData TransferMoDataReqData) ApiTransferMoDataRequest
type ApiUpdatePduSessionRequest ¶
type ApiUpdatePduSessionRequest struct { ApiService *IndividualPDUSessionHSMFOrSMFAPIService // contains filtered or unexported fields }
func (ApiUpdatePduSessionRequest) Execute ¶
func (r ApiUpdatePduSessionRequest) Execute() (*HsmfUpdatedData, *http.Response, error)
func (ApiUpdatePduSessionRequest) HsmfUpdateData ¶
func (r ApiUpdatePduSessionRequest) HsmfUpdateData(hsmfUpdateData HsmfUpdateData) ApiUpdatePduSessionRequest
representation of the updates to apply to the PDU session
type ApiUpdateSmContextRequest ¶
type ApiUpdateSmContextRequest struct { ApiService *IndividualSMContextAPIService // contains filtered or unexported fields }
func (ApiUpdateSmContextRequest) Execute ¶
func (r ApiUpdateSmContextRequest) Execute() (*SmContextUpdatedData, *http.Response, error)
func (ApiUpdateSmContextRequest) SmContextUpdateData ¶
func (r ApiUpdateSmContextRequest) SmContextUpdateData(smContextUpdateData SmContextUpdateData) ApiUpdateSmContextRequest
representation of the updates to apply to the SM context
type ApnRateStatus ¶
type ApnRateStatus struct { // When present, it shall contain the number of packets the UE is allowed to send uplink in the given time unit for the given APN (all PDN connections of the UE to this APN see clause 4.7.7.3 in 3GPP TS 23.401. RemainPacketsUl *int32 `json:"remainPacketsUl,omitempty"` // When present, it shall contain the number of packets the UE is allowed to send uplink in the given time unit for the given APN (all PDN connections of the UE to this APN see clause 4.7.7.3 in 3GPP TS 23.401. RemainPacketsDl *int32 `json:"remainPacketsDl,omitempty"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` // When present, it shall indicate the number of additional exception reports the UE is allowed to send uplink in the given time unit for the given APN (all PDN connections of the UE to this APN, see clause 4.7.7.3 in 3GPP TS 23.401. RemainExReportsUl *int32 `json:"remainExReportsUl,omitempty"` // When present, it shall indicate the number of additional exception reports the AF is allowed to send downlink in the given time unit for the given APN (all PDN connections of the UE to this APN, see clause 4.7.7.3 in 3GPP TS 23.401. RemainExReportsDl *int32 `json:"remainExReportsDl,omitempty"` }
ApnRateStatus Contains the APN rate control status e.g. of the AMF.
func NewApnRateStatus ¶
func NewApnRateStatus() *ApnRateStatus
NewApnRateStatus instantiates a new ApnRateStatus 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 NewApnRateStatusWithDefaults ¶
func NewApnRateStatusWithDefaults() *ApnRateStatus
NewApnRateStatusWithDefaults instantiates a new ApnRateStatus 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 (*ApnRateStatus) GetRemainExReportsDl ¶
func (o *ApnRateStatus) GetRemainExReportsDl() int32
GetRemainExReportsDl returns the RemainExReportsDl field value if set, zero value otherwise.
func (*ApnRateStatus) GetRemainExReportsDlOk ¶
func (o *ApnRateStatus) GetRemainExReportsDlOk() (*int32, bool)
GetRemainExReportsDlOk returns a tuple with the RemainExReportsDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApnRateStatus) GetRemainExReportsUl ¶
func (o *ApnRateStatus) GetRemainExReportsUl() int32
GetRemainExReportsUl returns the RemainExReportsUl field value if set, zero value otherwise.
func (*ApnRateStatus) GetRemainExReportsUlOk ¶
func (o *ApnRateStatus) GetRemainExReportsUlOk() (*int32, bool)
GetRemainExReportsUlOk returns a tuple with the RemainExReportsUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApnRateStatus) GetRemainPacketsDl ¶
func (o *ApnRateStatus) GetRemainPacketsDl() int32
GetRemainPacketsDl returns the RemainPacketsDl field value if set, zero value otherwise.
func (*ApnRateStatus) GetRemainPacketsDlOk ¶
func (o *ApnRateStatus) GetRemainPacketsDlOk() (*int32, bool)
GetRemainPacketsDlOk returns a tuple with the RemainPacketsDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApnRateStatus) GetRemainPacketsUl ¶
func (o *ApnRateStatus) GetRemainPacketsUl() int32
GetRemainPacketsUl returns the RemainPacketsUl field value if set, zero value otherwise.
func (*ApnRateStatus) GetRemainPacketsUlOk ¶
func (o *ApnRateStatus) GetRemainPacketsUlOk() (*int32, bool)
GetRemainPacketsUlOk returns a tuple with the RemainPacketsUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApnRateStatus) GetValidityTime ¶
func (o *ApnRateStatus) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*ApnRateStatus) GetValidityTimeOk ¶
func (o *ApnRateStatus) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApnRateStatus) HasRemainExReportsDl ¶
func (o *ApnRateStatus) HasRemainExReportsDl() bool
HasRemainExReportsDl returns a boolean if a field has been set.
func (*ApnRateStatus) HasRemainExReportsUl ¶
func (o *ApnRateStatus) HasRemainExReportsUl() bool
HasRemainExReportsUl returns a boolean if a field has been set.
func (*ApnRateStatus) HasRemainPacketsDl ¶
func (o *ApnRateStatus) HasRemainPacketsDl() bool
HasRemainPacketsDl returns a boolean if a field has been set.
func (*ApnRateStatus) HasRemainPacketsUl ¶
func (o *ApnRateStatus) HasRemainPacketsUl() bool
HasRemainPacketsUl returns a boolean if a field has been set.
func (*ApnRateStatus) HasValidityTime ¶
func (o *ApnRateStatus) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (ApnRateStatus) MarshalJSON ¶
func (o ApnRateStatus) MarshalJSON() ([]byte, error)
func (*ApnRateStatus) SetRemainExReportsDl ¶
func (o *ApnRateStatus) SetRemainExReportsDl(v int32)
SetRemainExReportsDl gets a reference to the given int32 and assigns it to the RemainExReportsDl field.
func (*ApnRateStatus) SetRemainExReportsUl ¶
func (o *ApnRateStatus) SetRemainExReportsUl(v int32)
SetRemainExReportsUl gets a reference to the given int32 and assigns it to the RemainExReportsUl field.
func (*ApnRateStatus) SetRemainPacketsDl ¶
func (o *ApnRateStatus) SetRemainPacketsDl(v int32)
SetRemainPacketsDl gets a reference to the given int32 and assigns it to the RemainPacketsDl field.
func (*ApnRateStatus) SetRemainPacketsUl ¶
func (o *ApnRateStatus) SetRemainPacketsUl(v int32)
SetRemainPacketsUl gets a reference to the given int32 and assigns it to the RemainPacketsUl field.
func (*ApnRateStatus) SetValidityTime ¶
func (o *ApnRateStatus) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (ApnRateStatus) ToMap ¶
func (o ApnRateStatus) ToMap() (map[string]interface{}, error)
type Arp ¶
type Arp struct { // nullable true shall not be used for this attribute. Unsigned integer indicating the ARP Priority Level (see clause 5.7.2.2 of 3GPP TS 23.501, within the range 1 to 15.Values are ordered in decreasing order of priority, i.e. with 1 as the highest priority and 15 as the lowest priority. PriorityLevel NullableInt32 `json:"priorityLevel"` PreemptCap PreemptionCapability `json:"preemptCap"` PreemptVuln PreemptionVulnerability `json:"preemptVuln"` }
Arp Contains Allocation and Retention Priority information.
func NewArp ¶
func NewArp(priorityLevel NullableInt32, preemptCap PreemptionCapability, preemptVuln PreemptionVulnerability) *Arp
NewArp instantiates a new Arp 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 NewArpWithDefaults ¶
func NewArpWithDefaults() *Arp
NewArpWithDefaults instantiates a new Arp 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 (*Arp) GetPreemptCap ¶
func (o *Arp) GetPreemptCap() PreemptionCapability
GetPreemptCap returns the PreemptCap field value
func (*Arp) GetPreemptCapOk ¶
func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool)
GetPreemptCapOk returns a tuple with the PreemptCap field value and a boolean to check if the value has been set.
func (*Arp) GetPreemptVuln ¶
func (o *Arp) GetPreemptVuln() PreemptionVulnerability
GetPreemptVuln returns the PreemptVuln field value
func (*Arp) GetPreemptVulnOk ¶
func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool)
GetPreemptVulnOk returns a tuple with the PreemptVuln field value and a boolean to check if the value has been set.
func (*Arp) GetPriorityLevel ¶
GetPriorityLevel returns the PriorityLevel field value If the value is explicit nil, the zero value for int32 will be returned
func (*Arp) GetPriorityLevelOk ¶
GetPriorityLevelOk returns a tuple with the PriorityLevel field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (Arp) MarshalJSON ¶
func (*Arp) SetPreemptCap ¶
func (o *Arp) SetPreemptCap(v PreemptionCapability)
SetPreemptCap sets field value
func (*Arp) SetPreemptVuln ¶
func (o *Arp) SetPreemptVuln(v PreemptionVulnerability)
SetPreemptVuln sets field value
func (*Arp) SetPriorityLevel ¶
SetPriorityLevel sets field value
func (*Arp) UnmarshalJSON ¶
type BackupAmfInfo ¶
type BackupAmfInfo struct { // Fully Qualified Domain Name BackupAmf string `json:"backupAmf"` // If present, this IE shall contain the list of GUAMI(s) (supported by the AMF) for which the backupAmf IE applies. GuamiList []Guami `json:"guamiList,omitempty"` }
BackupAmfInfo Provides details of the Backup AMF.
func NewBackupAmfInfo ¶
func NewBackupAmfInfo(backupAmf string) *BackupAmfInfo
NewBackupAmfInfo instantiates a new BackupAmfInfo 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 NewBackupAmfInfoWithDefaults ¶
func NewBackupAmfInfoWithDefaults() *BackupAmfInfo
NewBackupAmfInfoWithDefaults instantiates a new BackupAmfInfo 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 (*BackupAmfInfo) GetBackupAmf ¶
func (o *BackupAmfInfo) GetBackupAmf() string
GetBackupAmf returns the BackupAmf field value
func (*BackupAmfInfo) GetBackupAmfOk ¶
func (o *BackupAmfInfo) GetBackupAmfOk() (*string, bool)
GetBackupAmfOk returns a tuple with the BackupAmf field value and a boolean to check if the value has been set.
func (*BackupAmfInfo) GetGuamiList ¶
func (o *BackupAmfInfo) GetGuamiList() []Guami
GetGuamiList returns the GuamiList field value if set, zero value otherwise.
func (*BackupAmfInfo) GetGuamiListOk ¶
func (o *BackupAmfInfo) GetGuamiListOk() ([]Guami, bool)
GetGuamiListOk returns a tuple with the GuamiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BackupAmfInfo) HasGuamiList ¶
func (o *BackupAmfInfo) HasGuamiList() bool
HasGuamiList returns a boolean if a field has been set.
func (BackupAmfInfo) MarshalJSON ¶
func (o BackupAmfInfo) MarshalJSON() ([]byte, error)
func (*BackupAmfInfo) SetBackupAmf ¶
func (o *BackupAmfInfo) SetBackupAmf(v string)
SetBackupAmf sets field value
func (*BackupAmfInfo) SetGuamiList ¶
func (o *BackupAmfInfo) SetGuamiList(v []Guami)
SetGuamiList gets a reference to the given []Guami and assigns it to the GuamiList field.
func (BackupAmfInfo) ToMap ¶
func (o BackupAmfInfo) ToMap() (map[string]interface{}, error)
func (*BackupAmfInfo) UnmarshalJSON ¶
func (o *BackupAmfInfo) UnmarshalJSON(bytes []byte) (err error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BatteryIndication ¶
type BatteryIndication struct { // This IE shall indicate whether the UE is battery powered or not. true: the UE is battery powered; false or absent: the UE is not battery powered BatteryInd *bool `json:"batteryInd,omitempty"` // This IE shall indicate whether the battery of the UE is replaceable or not. true: the battery of the UE is replaceable; false or absent: the battery of the UE is not replaceable. ReplaceableInd *bool `json:"replaceableInd,omitempty"` // This IE shall indicate whether the battery of the UE is rechargeable or not. true: the battery of UE is rechargeable; false or absent: the battery of the UE is not rechargeable. RechargeableInd *bool `json:"rechargeableInd,omitempty"` }
BatteryIndication Parameters \"replaceableInd\" and \"rechargeableInd\" are only included if the value of Parameter \"batteryInd\" is true.
func NewBatteryIndication ¶
func NewBatteryIndication() *BatteryIndication
NewBatteryIndication instantiates a new BatteryIndication 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 NewBatteryIndicationWithDefaults ¶
func NewBatteryIndicationWithDefaults() *BatteryIndication
NewBatteryIndicationWithDefaults instantiates a new BatteryIndication 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 (*BatteryIndication) GetBatteryInd ¶
func (o *BatteryIndication) GetBatteryInd() bool
GetBatteryInd returns the BatteryInd field value if set, zero value otherwise.
func (*BatteryIndication) GetBatteryIndOk ¶
func (o *BatteryIndication) GetBatteryIndOk() (*bool, bool)
GetBatteryIndOk returns a tuple with the BatteryInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatteryIndication) GetRechargeableInd ¶
func (o *BatteryIndication) GetRechargeableInd() bool
GetRechargeableInd returns the RechargeableInd field value if set, zero value otherwise.
func (*BatteryIndication) GetRechargeableIndOk ¶
func (o *BatteryIndication) GetRechargeableIndOk() (*bool, bool)
GetRechargeableIndOk returns a tuple with the RechargeableInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatteryIndication) GetReplaceableInd ¶
func (o *BatteryIndication) GetReplaceableInd() bool
GetReplaceableInd returns the ReplaceableInd field value if set, zero value otherwise.
func (*BatteryIndication) GetReplaceableIndOk ¶
func (o *BatteryIndication) GetReplaceableIndOk() (*bool, bool)
GetReplaceableIndOk returns a tuple with the ReplaceableInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatteryIndication) HasBatteryInd ¶
func (o *BatteryIndication) HasBatteryInd() bool
HasBatteryInd returns a boolean if a field has been set.
func (*BatteryIndication) HasRechargeableInd ¶
func (o *BatteryIndication) HasRechargeableInd() bool
HasRechargeableInd returns a boolean if a field has been set.
func (*BatteryIndication) HasReplaceableInd ¶
func (o *BatteryIndication) HasReplaceableInd() bool
HasReplaceableInd returns a boolean if a field has been set.
func (BatteryIndication) MarshalJSON ¶
func (o BatteryIndication) MarshalJSON() ([]byte, error)
func (*BatteryIndication) SetBatteryInd ¶
func (o *BatteryIndication) SetBatteryInd(v bool)
SetBatteryInd gets a reference to the given bool and assigns it to the BatteryInd field.
func (*BatteryIndication) SetRechargeableInd ¶
func (o *BatteryIndication) SetRechargeableInd(v bool)
SetRechargeableInd gets a reference to the given bool and assigns it to the RechargeableInd field.
func (*BatteryIndication) SetReplaceableInd ¶
func (o *BatteryIndication) SetReplaceableInd(v bool)
SetReplaceableInd gets a reference to the given bool and assigns it to the ReplaceableInd field.
func (BatteryIndication) ToMap ¶
func (o BatteryIndication) ToMap() (map[string]interface{}, error)
type Cause ¶
type Cause struct {
// contains filtered or unexported fields
}
Cause Cause information. Possible values are - REL_DUE_TO_HO - EPS_FALLBACK - REL_DUE_TO_UP_SEC - DNN_CONGESTION - S_NSSAI_CONGESTION - REL_DUE_TO_REACTIVATION - 5G_AN_NOT_RESPONDING - REL_DUE_TO_SLICE_NOT_AVAILABLE - REL_DUE_TO_DUPLICATE_SESSION_ID - PDU_SESSION_STATUS_MISMATCH - HO_FAILURE - INSUFFICIENT_UP_RESOURCES - PDU_SESSION_HANDED_OVER - PDU_SESSION_RESUMED - CN_ASSISTED_RAN_PARAMETER_TUNING - ISMF_CONTEXT_TRANSFER - SMF_CONTEXT_TRANSFER - REL_DUE_TO_PS_TO_CS_HO - REL_DUE_TO_SUBSCRIPTION_CHANGE - HO_CANCEL - REL_DUE_TO_SLICE_NOT_AUTHORIZED - PDU_SESSION_HAND_OVER_FAILURE - DDN_FAILURE_STATUS - REL_DUE_TO_CP_ONLY_NOT_APPLICABLE - NOT_SUPPORTED_WITH_ISMF - CHANGED_ANCHOR_SMF - CHANGED_INTERMEDIATE_SMF - TARGET_DNAI_NOTIFICATION - REL_DUE_TO_VPLMN_QOS_FAILURE - REL_DUE_TO_SMF_NOT_SUPPORT_PSETR - REL_DUE_TO_SNPN_SNPN_MOBILITY - REL_DUE_TO_NO_HR_AGREEMENT - REL_DUE_TO_UNSPECIFIED_REASON
func (*Cause) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Cause) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type CellGlobalId ¶
type CellGlobalId struct { PlmnId PlmnId `json:"plmnId"` Lac string `json:"lac"` CellId string `json:"cellId"` }
CellGlobalId Contains a Cell Global Identification as defined in 3GPP TS 23.003, clause 4.3.1.
func NewCellGlobalId ¶
func NewCellGlobalId(plmnId PlmnId, lac string, cellId string) *CellGlobalId
NewCellGlobalId instantiates a new CellGlobalId 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 NewCellGlobalIdWithDefaults ¶
func NewCellGlobalIdWithDefaults() *CellGlobalId
NewCellGlobalIdWithDefaults instantiates a new CellGlobalId 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 (*CellGlobalId) GetCellId ¶
func (o *CellGlobalId) GetCellId() string
GetCellId returns the CellId field value
func (*CellGlobalId) GetCellIdOk ¶
func (o *CellGlobalId) GetCellIdOk() (*string, bool)
GetCellIdOk returns a tuple with the CellId field value and a boolean to check if the value has been set.
func (*CellGlobalId) GetLac ¶
func (o *CellGlobalId) GetLac() string
GetLac returns the Lac field value
func (*CellGlobalId) GetLacOk ¶
func (o *CellGlobalId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*CellGlobalId) GetPlmnId ¶
func (o *CellGlobalId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*CellGlobalId) GetPlmnIdOk ¶
func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (CellGlobalId) MarshalJSON ¶
func (o CellGlobalId) MarshalJSON() ([]byte, error)
func (*CellGlobalId) SetCellId ¶
func (o *CellGlobalId) SetCellId(v string)
SetCellId sets field value
func (*CellGlobalId) SetPlmnId ¶
func (o *CellGlobalId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (CellGlobalId) ToMap ¶
func (o CellGlobalId) ToMap() (map[string]interface{}, error)
func (*CellGlobalId) UnmarshalJSON ¶
func (o *CellGlobalId) UnmarshalJSON(bytes []byte) (err error)
type ChargingInformation ¶
type ChargingInformation struct { // String providing an URI formatted according to RFC 3986. PrimaryChfAddress string `json:"primaryChfAddress"` // String providing an URI formatted according to RFC 3986. SecondaryChfAddress *string `json:"secondaryChfAddress,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PrimaryChfSetId *string `json:"primaryChfSetId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PrimaryChfInstanceId *string `json:"primaryChfInstanceId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. SecondaryChfSetId *string `json:"secondaryChfSetId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SecondaryChfInstanceId *string `json:"secondaryChfInstanceId,omitempty"` }
ChargingInformation Contains the addresses of the charging functions.
func NewChargingInformation ¶
func NewChargingInformation(primaryChfAddress string) *ChargingInformation
NewChargingInformation instantiates a new ChargingInformation 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 NewChargingInformationWithDefaults ¶
func NewChargingInformationWithDefaults() *ChargingInformation
NewChargingInformationWithDefaults instantiates a new ChargingInformation 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 (*ChargingInformation) GetPrimaryChfAddress ¶
func (o *ChargingInformation) GetPrimaryChfAddress() string
GetPrimaryChfAddress returns the PrimaryChfAddress field value
func (*ChargingInformation) GetPrimaryChfAddressOk ¶
func (o *ChargingInformation) GetPrimaryChfAddressOk() (*string, bool)
GetPrimaryChfAddressOk returns a tuple with the PrimaryChfAddress field value and a boolean to check if the value has been set.
func (*ChargingInformation) GetPrimaryChfInstanceId ¶
func (o *ChargingInformation) GetPrimaryChfInstanceId() string
GetPrimaryChfInstanceId returns the PrimaryChfInstanceId field value if set, zero value otherwise.
func (*ChargingInformation) GetPrimaryChfInstanceIdOk ¶
func (o *ChargingInformation) GetPrimaryChfInstanceIdOk() (*string, bool)
GetPrimaryChfInstanceIdOk returns a tuple with the PrimaryChfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingInformation) GetPrimaryChfSetId ¶
func (o *ChargingInformation) GetPrimaryChfSetId() string
GetPrimaryChfSetId returns the PrimaryChfSetId field value if set, zero value otherwise.
func (*ChargingInformation) GetPrimaryChfSetIdOk ¶
func (o *ChargingInformation) GetPrimaryChfSetIdOk() (*string, bool)
GetPrimaryChfSetIdOk returns a tuple with the PrimaryChfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingInformation) GetSecondaryChfAddress ¶
func (o *ChargingInformation) GetSecondaryChfAddress() string
GetSecondaryChfAddress returns the SecondaryChfAddress field value if set, zero value otherwise.
func (*ChargingInformation) GetSecondaryChfAddressOk ¶
func (o *ChargingInformation) GetSecondaryChfAddressOk() (*string, bool)
GetSecondaryChfAddressOk returns a tuple with the SecondaryChfAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingInformation) GetSecondaryChfInstanceId ¶
func (o *ChargingInformation) GetSecondaryChfInstanceId() string
GetSecondaryChfInstanceId returns the SecondaryChfInstanceId field value if set, zero value otherwise.
func (*ChargingInformation) GetSecondaryChfInstanceIdOk ¶
func (o *ChargingInformation) GetSecondaryChfInstanceIdOk() (*string, bool)
GetSecondaryChfInstanceIdOk returns a tuple with the SecondaryChfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingInformation) GetSecondaryChfSetId ¶
func (o *ChargingInformation) GetSecondaryChfSetId() string
GetSecondaryChfSetId returns the SecondaryChfSetId field value if set, zero value otherwise.
func (*ChargingInformation) GetSecondaryChfSetIdOk ¶
func (o *ChargingInformation) GetSecondaryChfSetIdOk() (*string, bool)
GetSecondaryChfSetIdOk returns a tuple with the SecondaryChfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChargingInformation) HasPrimaryChfInstanceId ¶
func (o *ChargingInformation) HasPrimaryChfInstanceId() bool
HasPrimaryChfInstanceId returns a boolean if a field has been set.
func (*ChargingInformation) HasPrimaryChfSetId ¶
func (o *ChargingInformation) HasPrimaryChfSetId() bool
HasPrimaryChfSetId returns a boolean if a field has been set.
func (*ChargingInformation) HasSecondaryChfAddress ¶
func (o *ChargingInformation) HasSecondaryChfAddress() bool
HasSecondaryChfAddress returns a boolean if a field has been set.
func (*ChargingInformation) HasSecondaryChfInstanceId ¶
func (o *ChargingInformation) HasSecondaryChfInstanceId() bool
HasSecondaryChfInstanceId returns a boolean if a field has been set.
func (*ChargingInformation) HasSecondaryChfSetId ¶
func (o *ChargingInformation) HasSecondaryChfSetId() bool
HasSecondaryChfSetId returns a boolean if a field has been set.
func (ChargingInformation) MarshalJSON ¶
func (o ChargingInformation) MarshalJSON() ([]byte, error)
func (*ChargingInformation) SetPrimaryChfAddress ¶
func (o *ChargingInformation) SetPrimaryChfAddress(v string)
SetPrimaryChfAddress sets field value
func (*ChargingInformation) SetPrimaryChfInstanceId ¶
func (o *ChargingInformation) SetPrimaryChfInstanceId(v string)
SetPrimaryChfInstanceId gets a reference to the given string and assigns it to the PrimaryChfInstanceId field.
func (*ChargingInformation) SetPrimaryChfSetId ¶
func (o *ChargingInformation) SetPrimaryChfSetId(v string)
SetPrimaryChfSetId gets a reference to the given string and assigns it to the PrimaryChfSetId field.
func (*ChargingInformation) SetSecondaryChfAddress ¶
func (o *ChargingInformation) SetSecondaryChfAddress(v string)
SetSecondaryChfAddress gets a reference to the given string and assigns it to the SecondaryChfAddress field.
func (*ChargingInformation) SetSecondaryChfInstanceId ¶
func (o *ChargingInformation) SetSecondaryChfInstanceId(v string)
SetSecondaryChfInstanceId gets a reference to the given string and assigns it to the SecondaryChfInstanceId field.
func (*ChargingInformation) SetSecondaryChfSetId ¶
func (o *ChargingInformation) SetSecondaryChfSetId(v string)
SetSecondaryChfSetId gets a reference to the given string and assigns it to the SecondaryChfSetId field.
func (ChargingInformation) ToMap ¶
func (o ChargingInformation) ToMap() (map[string]interface{}, error)
func (*ChargingInformation) UnmarshalJSON ¶
func (o *ChargingInformation) UnmarshalJSON(bytes []byte) (err error)
type CnAssistedRanPara ¶
type CnAssistedRanPara struct { StationaryIndication *StationaryIndication `json:"stationaryIndication,omitempty"` // indicating a time in seconds. CommunicationDurationTime *int32 `json:"communicationDurationTime,omitempty"` // indicating a time in seconds. PeriodicTime *int32 `json:"periodicTime,omitempty"` ScheduledCommunicationTime *ScheduledCommunicationTime `json:"scheduledCommunicationTime,omitempty"` ScheduledCommunicationType *ScheduledCommunicationType `json:"scheduledCommunicationType,omitempty"` TrafficProfile *TrafficProfile `json:"trafficProfile,omitempty"` BatteryIndication *BatteryIndication `json:"batteryIndication,omitempty"` }
CnAssistedRanPara SMF derived CN assisted RAN parameters tuning
func NewCnAssistedRanPara ¶
func NewCnAssistedRanPara() *CnAssistedRanPara
NewCnAssistedRanPara instantiates a new CnAssistedRanPara 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 NewCnAssistedRanParaWithDefaults ¶
func NewCnAssistedRanParaWithDefaults() *CnAssistedRanPara
NewCnAssistedRanParaWithDefaults instantiates a new CnAssistedRanPara 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 (*CnAssistedRanPara) GetBatteryIndication ¶
func (o *CnAssistedRanPara) GetBatteryIndication() BatteryIndication
GetBatteryIndication returns the BatteryIndication field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetBatteryIndicationOk ¶
func (o *CnAssistedRanPara) GetBatteryIndicationOk() (*BatteryIndication, bool)
GetBatteryIndicationOk returns a tuple with the BatteryIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetCommunicationDurationTime ¶
func (o *CnAssistedRanPara) GetCommunicationDurationTime() int32
GetCommunicationDurationTime returns the CommunicationDurationTime field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetCommunicationDurationTimeOk ¶
func (o *CnAssistedRanPara) GetCommunicationDurationTimeOk() (*int32, bool)
GetCommunicationDurationTimeOk returns a tuple with the CommunicationDurationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetPeriodicTime ¶
func (o *CnAssistedRanPara) GetPeriodicTime() int32
GetPeriodicTime returns the PeriodicTime field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetPeriodicTimeOk ¶
func (o *CnAssistedRanPara) GetPeriodicTimeOk() (*int32, bool)
GetPeriodicTimeOk returns a tuple with the PeriodicTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetScheduledCommunicationTime ¶
func (o *CnAssistedRanPara) GetScheduledCommunicationTime() ScheduledCommunicationTime
GetScheduledCommunicationTime returns the ScheduledCommunicationTime field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetScheduledCommunicationTimeOk ¶
func (o *CnAssistedRanPara) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)
GetScheduledCommunicationTimeOk returns a tuple with the ScheduledCommunicationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetScheduledCommunicationType ¶
func (o *CnAssistedRanPara) GetScheduledCommunicationType() ScheduledCommunicationType
GetScheduledCommunicationType returns the ScheduledCommunicationType field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetScheduledCommunicationTypeOk ¶
func (o *CnAssistedRanPara) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)
GetScheduledCommunicationTypeOk returns a tuple with the ScheduledCommunicationType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetStationaryIndication ¶
func (o *CnAssistedRanPara) GetStationaryIndication() StationaryIndication
GetStationaryIndication returns the StationaryIndication field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetStationaryIndicationOk ¶
func (o *CnAssistedRanPara) GetStationaryIndicationOk() (*StationaryIndication, bool)
GetStationaryIndicationOk returns a tuple with the StationaryIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetTrafficProfile ¶
func (o *CnAssistedRanPara) GetTrafficProfile() TrafficProfile
GetTrafficProfile returns the TrafficProfile field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetTrafficProfileOk ¶
func (o *CnAssistedRanPara) GetTrafficProfileOk() (*TrafficProfile, bool)
GetTrafficProfileOk returns a tuple with the TrafficProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) HasBatteryIndication ¶
func (o *CnAssistedRanPara) HasBatteryIndication() bool
HasBatteryIndication returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasCommunicationDurationTime ¶
func (o *CnAssistedRanPara) HasCommunicationDurationTime() bool
HasCommunicationDurationTime returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasPeriodicTime ¶
func (o *CnAssistedRanPara) HasPeriodicTime() bool
HasPeriodicTime returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasScheduledCommunicationTime ¶
func (o *CnAssistedRanPara) HasScheduledCommunicationTime() bool
HasScheduledCommunicationTime returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasScheduledCommunicationType ¶
func (o *CnAssistedRanPara) HasScheduledCommunicationType() bool
HasScheduledCommunicationType returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasStationaryIndication ¶
func (o *CnAssistedRanPara) HasStationaryIndication() bool
HasStationaryIndication returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasTrafficProfile ¶
func (o *CnAssistedRanPara) HasTrafficProfile() bool
HasTrafficProfile returns a boolean if a field has been set.
func (CnAssistedRanPara) MarshalJSON ¶
func (o CnAssistedRanPara) MarshalJSON() ([]byte, error)
func (*CnAssistedRanPara) SetBatteryIndication ¶
func (o *CnAssistedRanPara) SetBatteryIndication(v BatteryIndication)
SetBatteryIndication gets a reference to the given BatteryIndication and assigns it to the BatteryIndication field.
func (*CnAssistedRanPara) SetCommunicationDurationTime ¶
func (o *CnAssistedRanPara) SetCommunicationDurationTime(v int32)
SetCommunicationDurationTime gets a reference to the given int32 and assigns it to the CommunicationDurationTime field.
func (*CnAssistedRanPara) SetPeriodicTime ¶
func (o *CnAssistedRanPara) SetPeriodicTime(v int32)
SetPeriodicTime gets a reference to the given int32 and assigns it to the PeriodicTime field.
func (*CnAssistedRanPara) SetScheduledCommunicationTime ¶
func (o *CnAssistedRanPara) SetScheduledCommunicationTime(v ScheduledCommunicationTime)
SetScheduledCommunicationTime gets a reference to the given ScheduledCommunicationTime and assigns it to the ScheduledCommunicationTime field.
func (*CnAssistedRanPara) SetScheduledCommunicationType ¶
func (o *CnAssistedRanPara) SetScheduledCommunicationType(v ScheduledCommunicationType)
SetScheduledCommunicationType gets a reference to the given ScheduledCommunicationType and assigns it to the ScheduledCommunicationType field.
func (*CnAssistedRanPara) SetStationaryIndication ¶
func (o *CnAssistedRanPara) SetStationaryIndication(v StationaryIndication)
SetStationaryIndication gets a reference to the given StationaryIndication and assigns it to the StationaryIndication field.
func (*CnAssistedRanPara) SetTrafficProfile ¶
func (o *CnAssistedRanPara) SetTrafficProfile(v TrafficProfile)
SetTrafficProfile gets a reference to the given TrafficProfile and assigns it to the TrafficProfile field.
func (CnAssistedRanPara) ToMap ¶
func (o CnAssistedRanPara) ToMap() (map[string]interface{}, error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DddTrafficDescriptor ¶
type DddTrafficDescriptor struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. PortNumber *int32 `json:"portNumber,omitempty"` // String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042. MacAddr *string `json:"macAddr,omitempty"` }
DddTrafficDescriptor Contains a Traffic Descriptor.
func NewDddTrafficDescriptor ¶
func NewDddTrafficDescriptor() *DddTrafficDescriptor
NewDddTrafficDescriptor instantiates a new DddTrafficDescriptor 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 NewDddTrafficDescriptorWithDefaults ¶
func NewDddTrafficDescriptorWithDefaults() *DddTrafficDescriptor
NewDddTrafficDescriptorWithDefaults instantiates a new DddTrafficDescriptor 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 (*DddTrafficDescriptor) GetIpv4Addr ¶
func (o *DddTrafficDescriptor) GetIpv4Addr() string
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*DddTrafficDescriptor) GetIpv4AddrOk ¶
func (o *DddTrafficDescriptor) GetIpv4AddrOk() (*string, bool)
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DddTrafficDescriptor) GetIpv6Addr ¶
func (o *DddTrafficDescriptor) GetIpv6Addr() Ipv6Addr
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*DddTrafficDescriptor) GetIpv6AddrOk ¶
func (o *DddTrafficDescriptor) GetIpv6AddrOk() (*Ipv6Addr, bool)
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DddTrafficDescriptor) GetMacAddr ¶
func (o *DddTrafficDescriptor) GetMacAddr() string
GetMacAddr returns the MacAddr field value if set, zero value otherwise.
func (*DddTrafficDescriptor) GetMacAddrOk ¶
func (o *DddTrafficDescriptor) GetMacAddrOk() (*string, bool)
GetMacAddrOk returns a tuple with the MacAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DddTrafficDescriptor) GetPortNumber ¶
func (o *DddTrafficDescriptor) GetPortNumber() int32
GetPortNumber returns the PortNumber field value if set, zero value otherwise.
func (*DddTrafficDescriptor) GetPortNumberOk ¶
func (o *DddTrafficDescriptor) GetPortNumberOk() (*int32, bool)
GetPortNumberOk returns a tuple with the PortNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DddTrafficDescriptor) HasIpv4Addr ¶
func (o *DddTrafficDescriptor) HasIpv4Addr() bool
HasIpv4Addr returns a boolean if a field has been set.
func (*DddTrafficDescriptor) HasIpv6Addr ¶
func (o *DddTrafficDescriptor) HasIpv6Addr() bool
HasIpv6Addr returns a boolean if a field has been set.
func (*DddTrafficDescriptor) HasMacAddr ¶
func (o *DddTrafficDescriptor) HasMacAddr() bool
HasMacAddr returns a boolean if a field has been set.
func (*DddTrafficDescriptor) HasPortNumber ¶
func (o *DddTrafficDescriptor) HasPortNumber() bool
HasPortNumber returns a boolean if a field has been set.
func (DddTrafficDescriptor) MarshalJSON ¶
func (o DddTrafficDescriptor) MarshalJSON() ([]byte, error)
func (*DddTrafficDescriptor) SetIpv4Addr ¶
func (o *DddTrafficDescriptor) SetIpv4Addr(v string)
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*DddTrafficDescriptor) SetIpv6Addr ¶
func (o *DddTrafficDescriptor) SetIpv6Addr(v Ipv6Addr)
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*DddTrafficDescriptor) SetMacAddr ¶
func (o *DddTrafficDescriptor) SetMacAddr(v string)
SetMacAddr gets a reference to the given string and assigns it to the MacAddr field.
func (*DddTrafficDescriptor) SetPortNumber ¶
func (o *DddTrafficDescriptor) SetPortNumber(v int32)
SetPortNumber gets a reference to the given int32 and assigns it to the PortNumber field.
func (DddTrafficDescriptor) ToMap ¶
func (o DddTrafficDescriptor) ToMap() (map[string]interface{}, error)
type DdnFailureSubInfo ¶
type DdnFailureSubInfo struct { NotifyCorrelationId string `json:"notifyCorrelationId"` DddTrafficDescriptorList []DddTrafficDescriptor `json:"dddTrafficDescriptorList,omitempty"` }
DdnFailureSubInfo DDN Failure Subscription Information
func NewDdnFailureSubInfo ¶
func NewDdnFailureSubInfo(notifyCorrelationId string) *DdnFailureSubInfo
NewDdnFailureSubInfo instantiates a new DdnFailureSubInfo 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 NewDdnFailureSubInfoWithDefaults ¶
func NewDdnFailureSubInfoWithDefaults() *DdnFailureSubInfo
NewDdnFailureSubInfoWithDefaults instantiates a new DdnFailureSubInfo 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 (*DdnFailureSubInfo) GetDddTrafficDescriptorList ¶
func (o *DdnFailureSubInfo) GetDddTrafficDescriptorList() []DddTrafficDescriptor
GetDddTrafficDescriptorList returns the DddTrafficDescriptorList field value if set, zero value otherwise.
func (*DdnFailureSubInfo) GetDddTrafficDescriptorListOk ¶
func (o *DdnFailureSubInfo) GetDddTrafficDescriptorListOk() ([]DddTrafficDescriptor, bool)
GetDddTrafficDescriptorListOk returns a tuple with the DddTrafficDescriptorList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DdnFailureSubInfo) GetNotifyCorrelationId ¶
func (o *DdnFailureSubInfo) GetNotifyCorrelationId() string
GetNotifyCorrelationId returns the NotifyCorrelationId field value
func (*DdnFailureSubInfo) GetNotifyCorrelationIdOk ¶
func (o *DdnFailureSubInfo) GetNotifyCorrelationIdOk() (*string, bool)
GetNotifyCorrelationIdOk returns a tuple with the NotifyCorrelationId field value and a boolean to check if the value has been set.
func (*DdnFailureSubInfo) HasDddTrafficDescriptorList ¶
func (o *DdnFailureSubInfo) HasDddTrafficDescriptorList() bool
HasDddTrafficDescriptorList returns a boolean if a field has been set.
func (DdnFailureSubInfo) MarshalJSON ¶
func (o DdnFailureSubInfo) MarshalJSON() ([]byte, error)
func (*DdnFailureSubInfo) SetDddTrafficDescriptorList ¶
func (o *DdnFailureSubInfo) SetDddTrafficDescriptorList(v []DddTrafficDescriptor)
SetDddTrafficDescriptorList gets a reference to the given []DddTrafficDescriptor and assigns it to the DddTrafficDescriptorList field.
func (*DdnFailureSubInfo) SetNotifyCorrelationId ¶
func (o *DdnFailureSubInfo) SetNotifyCorrelationId(v string)
SetNotifyCorrelationId sets field value
func (DdnFailureSubInfo) ToMap ¶
func (o DdnFailureSubInfo) ToMap() (map[string]interface{}, error)
func (*DdnFailureSubInfo) UnmarshalJSON ¶
func (o *DdnFailureSubInfo) UnmarshalJSON(bytes []byte) (err error)
type DdnFailureSubs ¶
type DdnFailureSubs struct { DdnFailureSubsInd *bool `json:"ddnFailureSubsInd,omitempty"` DdnFailureSubsInfoList []DdnFailureSubInfo `json:"ddnFailureSubsInfoList,omitempty"` }
DdnFailureSubs DDN Failure Subscription
func NewDdnFailureSubs ¶
func NewDdnFailureSubs() *DdnFailureSubs
NewDdnFailureSubs instantiates a new DdnFailureSubs 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 NewDdnFailureSubsWithDefaults ¶
func NewDdnFailureSubsWithDefaults() *DdnFailureSubs
NewDdnFailureSubsWithDefaults instantiates a new DdnFailureSubs 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 (*DdnFailureSubs) GetDdnFailureSubsInd ¶
func (o *DdnFailureSubs) GetDdnFailureSubsInd() bool
GetDdnFailureSubsInd returns the DdnFailureSubsInd field value if set, zero value otherwise.
func (*DdnFailureSubs) GetDdnFailureSubsIndOk ¶
func (o *DdnFailureSubs) GetDdnFailureSubsIndOk() (*bool, bool)
GetDdnFailureSubsIndOk returns a tuple with the DdnFailureSubsInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DdnFailureSubs) GetDdnFailureSubsInfoList ¶
func (o *DdnFailureSubs) GetDdnFailureSubsInfoList() []DdnFailureSubInfo
GetDdnFailureSubsInfoList returns the DdnFailureSubsInfoList field value if set, zero value otherwise.
func (*DdnFailureSubs) GetDdnFailureSubsInfoListOk ¶
func (o *DdnFailureSubs) GetDdnFailureSubsInfoListOk() ([]DdnFailureSubInfo, bool)
GetDdnFailureSubsInfoListOk returns a tuple with the DdnFailureSubsInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DdnFailureSubs) HasDdnFailureSubsInd ¶
func (o *DdnFailureSubs) HasDdnFailureSubsInd() bool
HasDdnFailureSubsInd returns a boolean if a field has been set.
func (*DdnFailureSubs) HasDdnFailureSubsInfoList ¶
func (o *DdnFailureSubs) HasDdnFailureSubsInfoList() bool
HasDdnFailureSubsInfoList returns a boolean if a field has been set.
func (DdnFailureSubs) MarshalJSON ¶
func (o DdnFailureSubs) MarshalJSON() ([]byte, error)
func (*DdnFailureSubs) SetDdnFailureSubsInd ¶
func (o *DdnFailureSubs) SetDdnFailureSubsInd(v bool)
SetDdnFailureSubsInd gets a reference to the given bool and assigns it to the DdnFailureSubsInd field.
func (*DdnFailureSubs) SetDdnFailureSubsInfoList ¶
func (o *DdnFailureSubs) SetDdnFailureSubsInfoList(v []DdnFailureSubInfo)
SetDdnFailureSubsInfoList gets a reference to the given []DdnFailureSubInfo and assigns it to the DdnFailureSubsInfoList field.
func (DdnFailureSubs) ToMap ¶
func (o DdnFailureSubs) ToMap() (map[string]interface{}, error)
type DnaiInformation ¶
type DnaiInformation struct { // DNAI (Data network access identifier), see clause 5.6.7 of 3GPP TS 23.501. Dnai string `json:"dnai"` NoDnaiChangeInd *bool `json:"noDnaiChangeInd,omitempty"` NoLocalPsaChangeInd *bool `json:"noLocalPsaChangeInd,omitempty"` }
DnaiInformation DNAI Information
func NewDnaiInformation ¶
func NewDnaiInformation(dnai string) *DnaiInformation
NewDnaiInformation instantiates a new DnaiInformation 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 NewDnaiInformationWithDefaults ¶
func NewDnaiInformationWithDefaults() *DnaiInformation
NewDnaiInformationWithDefaults instantiates a new DnaiInformation 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 (*DnaiInformation) GetDnai ¶
func (o *DnaiInformation) GetDnai() string
GetDnai returns the Dnai field value
func (*DnaiInformation) GetDnaiOk ¶
func (o *DnaiInformation) GetDnaiOk() (*string, bool)
GetDnaiOk returns a tuple with the Dnai field value and a boolean to check if the value has been set.
func (*DnaiInformation) GetNoDnaiChangeInd ¶
func (o *DnaiInformation) GetNoDnaiChangeInd() bool
GetNoDnaiChangeInd returns the NoDnaiChangeInd field value if set, zero value otherwise.
func (*DnaiInformation) GetNoDnaiChangeIndOk ¶
func (o *DnaiInformation) GetNoDnaiChangeIndOk() (*bool, bool)
GetNoDnaiChangeIndOk returns a tuple with the NoDnaiChangeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnaiInformation) GetNoLocalPsaChangeInd ¶
func (o *DnaiInformation) GetNoLocalPsaChangeInd() bool
GetNoLocalPsaChangeInd returns the NoLocalPsaChangeInd field value if set, zero value otherwise.
func (*DnaiInformation) GetNoLocalPsaChangeIndOk ¶
func (o *DnaiInformation) GetNoLocalPsaChangeIndOk() (*bool, bool)
GetNoLocalPsaChangeIndOk returns a tuple with the NoLocalPsaChangeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnaiInformation) HasNoDnaiChangeInd ¶
func (o *DnaiInformation) HasNoDnaiChangeInd() bool
HasNoDnaiChangeInd returns a boolean if a field has been set.
func (*DnaiInformation) HasNoLocalPsaChangeInd ¶
func (o *DnaiInformation) HasNoLocalPsaChangeInd() bool
HasNoLocalPsaChangeInd returns a boolean if a field has been set.
func (DnaiInformation) MarshalJSON ¶
func (o DnaiInformation) MarshalJSON() ([]byte, error)
func (*DnaiInformation) SetDnai ¶
func (o *DnaiInformation) SetDnai(v string)
SetDnai sets field value
func (*DnaiInformation) SetNoDnaiChangeInd ¶
func (o *DnaiInformation) SetNoDnaiChangeInd(v bool)
SetNoDnaiChangeInd gets a reference to the given bool and assigns it to the NoDnaiChangeInd field.
func (*DnaiInformation) SetNoLocalPsaChangeInd ¶
func (o *DnaiInformation) SetNoLocalPsaChangeInd(v bool)
SetNoLocalPsaChangeInd gets a reference to the given bool and assigns it to the NoLocalPsaChangeInd field.
func (DnaiInformation) ToMap ¶
func (o DnaiInformation) ToMap() (map[string]interface{}, error)
func (*DnaiInformation) UnmarshalJSON ¶
func (o *DnaiInformation) UnmarshalJSON(bytes []byte) (err error)
type DnnSelectionMode ¶
type DnnSelectionMode struct {
// contains filtered or unexported fields
}
DnnSelectionMode DNN Selection Mode. Possible values are - VERIFIED - UE_DNN_NOT_VERIFIED - NW_DNN_NOT_VERIFIED
func (*DnnSelectionMode) MarshalJSON ¶
func (src *DnnSelectionMode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DnnSelectionMode) UnmarshalJSON ¶
func (dst *DnnSelectionMode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Dynamic5Qi ¶
type Dynamic5Qi struct { ResourceType QosResourceType `json:"resourceType"` // Unsigned integer indicating the 5QI Priority Level (see clauses 5.7.3.3 and 5.7.4 of 3GPP TS 23.501, within the range 1 to 127.Values are ordered in decreasing order of priority, i.e. with 1 as the highest priority and 127 as the lowest priority. PriorityLevel int32 `json:"priorityLevel"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. PacketDelayBudget int32 `json:"packetDelayBudget"` // String representing Packet Error Rate (see clause 5.7.3.5 and 5.7.4 of 3GPP TS 23.501, expressed as a \"scalar x 10-k\" where the scalar and the exponent k are each encoded as one decimal digit. PacketErrRate string `json:"packetErrRate"` // Unsigned integer indicating Averaging Window (see clause 5.7.3.6 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. AverWindow *int32 `json:"averWindow,omitempty"` // Unsigned integer indicating Maximum Data Burst Volume (see clauses 5.7.3.7 and 5.7.4 of 3GPP TS 23.501), expressed in Bytes. MaxDataBurstVol *int32 `json:"maxDataBurstVol,omitempty"` // Unsigned integer indicating Maximum Data Burst Volume (see clauses 5.7.3.7 and 5.7.4 of 3GPP TS 23.501), expressed in Bytes. ExtMaxDataBurstVol *int32 `json:"extMaxDataBurstVol,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501 [8])), expressed in 0.01 milliseconds. ExtPacketDelBudget *int32 `json:"extPacketDelBudget,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501 [8])), expressed in 0.01 milliseconds. CnPacketDelayBudgetDl *int32 `json:"cnPacketDelayBudgetDl,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501 [8])), expressed in 0.01 milliseconds. CnPacketDelayBudgetUl *int32 `json:"cnPacketDelayBudgetUl,omitempty"` }
Dynamic5Qi It indicates the QoS Characteristics for a Non-standardised or not pre-configured 5QI for downlink and uplink.
func NewDynamic5Qi ¶
func NewDynamic5Qi(resourceType QosResourceType, priorityLevel int32, packetDelayBudget int32, packetErrRate string) *Dynamic5Qi
NewDynamic5Qi instantiates a new Dynamic5Qi 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 NewDynamic5QiWithDefaults ¶
func NewDynamic5QiWithDefaults() *Dynamic5Qi
NewDynamic5QiWithDefaults instantiates a new Dynamic5Qi 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 (*Dynamic5Qi) GetAverWindow ¶
func (o *Dynamic5Qi) GetAverWindow() int32
GetAverWindow returns the AverWindow field value if set, zero value otherwise.
func (*Dynamic5Qi) GetAverWindowOk ¶
func (o *Dynamic5Qi) GetAverWindowOk() (*int32, bool)
GetAverWindowOk returns a tuple with the AverWindow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dynamic5Qi) GetCnPacketDelayBudgetDl ¶
func (o *Dynamic5Qi) GetCnPacketDelayBudgetDl() int32
GetCnPacketDelayBudgetDl returns the CnPacketDelayBudgetDl field value if set, zero value otherwise.
func (*Dynamic5Qi) GetCnPacketDelayBudgetDlOk ¶
func (o *Dynamic5Qi) GetCnPacketDelayBudgetDlOk() (*int32, bool)
GetCnPacketDelayBudgetDlOk returns a tuple with the CnPacketDelayBudgetDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dynamic5Qi) GetCnPacketDelayBudgetUl ¶
func (o *Dynamic5Qi) GetCnPacketDelayBudgetUl() int32
GetCnPacketDelayBudgetUl returns the CnPacketDelayBudgetUl field value if set, zero value otherwise.
func (*Dynamic5Qi) GetCnPacketDelayBudgetUlOk ¶
func (o *Dynamic5Qi) GetCnPacketDelayBudgetUlOk() (*int32, bool)
GetCnPacketDelayBudgetUlOk returns a tuple with the CnPacketDelayBudgetUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dynamic5Qi) GetExtMaxDataBurstVol ¶
func (o *Dynamic5Qi) GetExtMaxDataBurstVol() int32
GetExtMaxDataBurstVol returns the ExtMaxDataBurstVol field value if set, zero value otherwise.
func (*Dynamic5Qi) GetExtMaxDataBurstVolOk ¶
func (o *Dynamic5Qi) GetExtMaxDataBurstVolOk() (*int32, bool)
GetExtMaxDataBurstVolOk returns a tuple with the ExtMaxDataBurstVol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dynamic5Qi) GetExtPacketDelBudget ¶
func (o *Dynamic5Qi) GetExtPacketDelBudget() int32
GetExtPacketDelBudget returns the ExtPacketDelBudget field value if set, zero value otherwise.
func (*Dynamic5Qi) GetExtPacketDelBudgetOk ¶
func (o *Dynamic5Qi) GetExtPacketDelBudgetOk() (*int32, bool)
GetExtPacketDelBudgetOk returns a tuple with the ExtPacketDelBudget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dynamic5Qi) GetMaxDataBurstVol ¶
func (o *Dynamic5Qi) GetMaxDataBurstVol() int32
GetMaxDataBurstVol returns the MaxDataBurstVol field value if set, zero value otherwise.
func (*Dynamic5Qi) GetMaxDataBurstVolOk ¶
func (o *Dynamic5Qi) GetMaxDataBurstVolOk() (*int32, bool)
GetMaxDataBurstVolOk returns a tuple with the MaxDataBurstVol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Dynamic5Qi) GetPacketDelayBudget ¶
func (o *Dynamic5Qi) GetPacketDelayBudget() int32
GetPacketDelayBudget returns the PacketDelayBudget field value
func (*Dynamic5Qi) GetPacketDelayBudgetOk ¶
func (o *Dynamic5Qi) GetPacketDelayBudgetOk() (*int32, bool)
GetPacketDelayBudgetOk returns a tuple with the PacketDelayBudget field value and a boolean to check if the value has been set.
func (*Dynamic5Qi) GetPacketErrRate ¶
func (o *Dynamic5Qi) GetPacketErrRate() string
GetPacketErrRate returns the PacketErrRate field value
func (*Dynamic5Qi) GetPacketErrRateOk ¶
func (o *Dynamic5Qi) GetPacketErrRateOk() (*string, bool)
GetPacketErrRateOk returns a tuple with the PacketErrRate field value and a boolean to check if the value has been set.
func (*Dynamic5Qi) GetPriorityLevel ¶
func (o *Dynamic5Qi) GetPriorityLevel() int32
GetPriorityLevel returns the PriorityLevel field value
func (*Dynamic5Qi) GetPriorityLevelOk ¶
func (o *Dynamic5Qi) GetPriorityLevelOk() (*int32, bool)
GetPriorityLevelOk returns a tuple with the PriorityLevel field value and a boolean to check if the value has been set.
func (*Dynamic5Qi) GetResourceType ¶
func (o *Dynamic5Qi) GetResourceType() QosResourceType
GetResourceType returns the ResourceType field value
func (*Dynamic5Qi) GetResourceTypeOk ¶
func (o *Dynamic5Qi) GetResourceTypeOk() (*QosResourceType, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*Dynamic5Qi) HasAverWindow ¶
func (o *Dynamic5Qi) HasAverWindow() bool
HasAverWindow returns a boolean if a field has been set.
func (*Dynamic5Qi) HasCnPacketDelayBudgetDl ¶
func (o *Dynamic5Qi) HasCnPacketDelayBudgetDl() bool
HasCnPacketDelayBudgetDl returns a boolean if a field has been set.
func (*Dynamic5Qi) HasCnPacketDelayBudgetUl ¶
func (o *Dynamic5Qi) HasCnPacketDelayBudgetUl() bool
HasCnPacketDelayBudgetUl returns a boolean if a field has been set.
func (*Dynamic5Qi) HasExtMaxDataBurstVol ¶
func (o *Dynamic5Qi) HasExtMaxDataBurstVol() bool
HasExtMaxDataBurstVol returns a boolean if a field has been set.
func (*Dynamic5Qi) HasExtPacketDelBudget ¶
func (o *Dynamic5Qi) HasExtPacketDelBudget() bool
HasExtPacketDelBudget returns a boolean if a field has been set.
func (*Dynamic5Qi) HasMaxDataBurstVol ¶
func (o *Dynamic5Qi) HasMaxDataBurstVol() bool
HasMaxDataBurstVol returns a boolean if a field has been set.
func (Dynamic5Qi) MarshalJSON ¶
func (o Dynamic5Qi) MarshalJSON() ([]byte, error)
func (*Dynamic5Qi) SetAverWindow ¶
func (o *Dynamic5Qi) SetAverWindow(v int32)
SetAverWindow gets a reference to the given int32 and assigns it to the AverWindow field.
func (*Dynamic5Qi) SetCnPacketDelayBudgetDl ¶
func (o *Dynamic5Qi) SetCnPacketDelayBudgetDl(v int32)
SetCnPacketDelayBudgetDl gets a reference to the given int32 and assigns it to the CnPacketDelayBudgetDl field.
func (*Dynamic5Qi) SetCnPacketDelayBudgetUl ¶
func (o *Dynamic5Qi) SetCnPacketDelayBudgetUl(v int32)
SetCnPacketDelayBudgetUl gets a reference to the given int32 and assigns it to the CnPacketDelayBudgetUl field.
func (*Dynamic5Qi) SetExtMaxDataBurstVol ¶
func (o *Dynamic5Qi) SetExtMaxDataBurstVol(v int32)
SetExtMaxDataBurstVol gets a reference to the given int32 and assigns it to the ExtMaxDataBurstVol field.
func (*Dynamic5Qi) SetExtPacketDelBudget ¶
func (o *Dynamic5Qi) SetExtPacketDelBudget(v int32)
SetExtPacketDelBudget gets a reference to the given int32 and assigns it to the ExtPacketDelBudget field.
func (*Dynamic5Qi) SetMaxDataBurstVol ¶
func (o *Dynamic5Qi) SetMaxDataBurstVol(v int32)
SetMaxDataBurstVol gets a reference to the given int32 and assigns it to the MaxDataBurstVol field.
func (*Dynamic5Qi) SetPacketDelayBudget ¶
func (o *Dynamic5Qi) SetPacketDelayBudget(v int32)
SetPacketDelayBudget sets field value
func (*Dynamic5Qi) SetPacketErrRate ¶
func (o *Dynamic5Qi) SetPacketErrRate(v string)
SetPacketErrRate sets field value
func (*Dynamic5Qi) SetPriorityLevel ¶
func (o *Dynamic5Qi) SetPriorityLevel(v int32)
SetPriorityLevel sets field value
func (*Dynamic5Qi) SetResourceType ¶
func (o *Dynamic5Qi) SetResourceType(v QosResourceType)
SetResourceType sets field value
func (Dynamic5Qi) ToMap ¶
func (o Dynamic5Qi) ToMap() (map[string]interface{}, error)
func (*Dynamic5Qi) UnmarshalJSON ¶
func (o *Dynamic5Qi) UnmarshalJSON(bytes []byte) (err error)
type EbiArpMapping ¶
type EbiArpMapping struct { // EPS Bearer Identifier EpsBearerId int32 `json:"epsBearerId"` Arp Arp `json:"arp"` }
EbiArpMapping EBI to ARP mapping
func NewEbiArpMapping ¶
func NewEbiArpMapping(epsBearerId int32, arp Arp) *EbiArpMapping
NewEbiArpMapping instantiates a new EbiArpMapping 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 NewEbiArpMappingWithDefaults ¶
func NewEbiArpMappingWithDefaults() *EbiArpMapping
NewEbiArpMappingWithDefaults instantiates a new EbiArpMapping 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 (*EbiArpMapping) GetArp ¶
func (o *EbiArpMapping) GetArp() Arp
GetArp returns the Arp field value
func (*EbiArpMapping) GetArpOk ¶
func (o *EbiArpMapping) GetArpOk() (*Arp, bool)
GetArpOk returns a tuple with the Arp field value and a boolean to check if the value has been set.
func (*EbiArpMapping) GetEpsBearerId ¶
func (o *EbiArpMapping) GetEpsBearerId() int32
GetEpsBearerId returns the EpsBearerId field value
func (*EbiArpMapping) GetEpsBearerIdOk ¶
func (o *EbiArpMapping) GetEpsBearerIdOk() (*int32, bool)
GetEpsBearerIdOk returns a tuple with the EpsBearerId field value and a boolean to check if the value has been set.
func (EbiArpMapping) MarshalJSON ¶
func (o EbiArpMapping) MarshalJSON() ([]byte, error)
func (*EbiArpMapping) SetEpsBearerId ¶
func (o *EbiArpMapping) SetEpsBearerId(v int32)
SetEpsBearerId sets field value
func (EbiArpMapping) ToMap ¶
func (o EbiArpMapping) ToMap() (map[string]interface{}, error)
func (*EbiArpMapping) UnmarshalJSON ¶
func (o *EbiArpMapping) UnmarshalJSON(bytes []byte) (err error)
type Ecgi ¶
type Ecgi struct { PlmnId PlmnId `json:"plmnId"` // 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. EutraCellId string `json:"eutraCellId"` // 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). Nid *string `json:"nid,omitempty"` }
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003
func NewEcgi ¶
NewEcgi instantiates a new Ecgi 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 NewEcgiWithDefaults ¶
func NewEcgiWithDefaults() *Ecgi
NewEcgiWithDefaults instantiates a new Ecgi 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 (*Ecgi) GetEutraCellId ¶
GetEutraCellId returns the EutraCellId field value
func (*Ecgi) GetEutraCellIdOk ¶
GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.
func (*Ecgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ecgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ecgi) MarshalJSON ¶
func (*Ecgi) SetEutraCellId ¶
SetEutraCellId sets field value
func (*Ecgi) UnmarshalJSON ¶
type EpsBearerInfo ¶
type EpsBearerInfo struct { // EPS Bearer Identifier Ebi int32 `json:"ebi"` // string with format 'bytes' as defined in OpenAPI PgwS8uFteid string `json:"pgwS8uFteid"` // string with format 'bytes' as defined in OpenAPI BearerLevelQoS string `json:"bearerLevelQoS"` }
EpsBearerInfo EPS Bearer Information from H-SMF to V-SMF, or from SMF to I-SMF
func NewEpsBearerInfo ¶
func NewEpsBearerInfo(ebi int32, pgwS8uFteid string, bearerLevelQoS string) *EpsBearerInfo
NewEpsBearerInfo instantiates a new EpsBearerInfo 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 NewEpsBearerInfoWithDefaults ¶
func NewEpsBearerInfoWithDefaults() *EpsBearerInfo
NewEpsBearerInfoWithDefaults instantiates a new EpsBearerInfo 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 (*EpsBearerInfo) GetBearerLevelQoS ¶
func (o *EpsBearerInfo) GetBearerLevelQoS() string
GetBearerLevelQoS returns the BearerLevelQoS field value
func (*EpsBearerInfo) GetBearerLevelQoSOk ¶
func (o *EpsBearerInfo) GetBearerLevelQoSOk() (*string, bool)
GetBearerLevelQoSOk returns a tuple with the BearerLevelQoS field value and a boolean to check if the value has been set.
func (*EpsBearerInfo) GetEbi ¶
func (o *EpsBearerInfo) GetEbi() int32
GetEbi returns the Ebi field value
func (*EpsBearerInfo) GetEbiOk ¶
func (o *EpsBearerInfo) GetEbiOk() (*int32, bool)
GetEbiOk returns a tuple with the Ebi field value and a boolean to check if the value has been set.
func (*EpsBearerInfo) GetPgwS8uFteid ¶
func (o *EpsBearerInfo) GetPgwS8uFteid() string
GetPgwS8uFteid returns the PgwS8uFteid field value
func (*EpsBearerInfo) GetPgwS8uFteidOk ¶
func (o *EpsBearerInfo) GetPgwS8uFteidOk() (*string, bool)
GetPgwS8uFteidOk returns a tuple with the PgwS8uFteid field value and a boolean to check if the value has been set.
func (EpsBearerInfo) MarshalJSON ¶
func (o EpsBearerInfo) MarshalJSON() ([]byte, error)
func (*EpsBearerInfo) SetBearerLevelQoS ¶
func (o *EpsBearerInfo) SetBearerLevelQoS(v string)
SetBearerLevelQoS sets field value
func (*EpsBearerInfo) SetPgwS8uFteid ¶
func (o *EpsBearerInfo) SetPgwS8uFteid(v string)
SetPgwS8uFteid sets field value
func (EpsBearerInfo) ToMap ¶
func (o EpsBearerInfo) ToMap() (map[string]interface{}, error)
func (*EpsBearerInfo) UnmarshalJSON ¶
func (o *EpsBearerInfo) UnmarshalJSON(bytes []byte) (err error)
type EpsInterworkingIndication ¶
type EpsInterworkingIndication struct {
// contains filtered or unexported fields
}
EpsInterworkingIndication EPS Interworking Indication. Possible values are - NONE - WITH_N26 - WITHOUT_N26 - IWK_NON_3GPP
func (*EpsInterworkingIndication) MarshalJSON ¶
func (src *EpsInterworkingIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*EpsInterworkingIndication) UnmarshalJSON ¶
func (dst *EpsInterworkingIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type EpsPdnCnxInfo ¶
type EpsPdnCnxInfo struct { // string with format 'bytes' as defined in OpenAPI PgwS8cFteid string `json:"pgwS8cFteid"` // string with format 'bytes' as defined in OpenAPI PgwNodeName *string `json:"pgwNodeName,omitempty"` // EPS Bearer Identifier LinkedBearerId *int32 `json:"linkedBearerId,omitempty"` }
EpsPdnCnxInfo EPS PDN Connection Information from H-SMF to V-SMF, or from SMF to I-SMF
func NewEpsPdnCnxInfo ¶
func NewEpsPdnCnxInfo(pgwS8cFteid string) *EpsPdnCnxInfo
NewEpsPdnCnxInfo instantiates a new EpsPdnCnxInfo 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 NewEpsPdnCnxInfoWithDefaults ¶
func NewEpsPdnCnxInfoWithDefaults() *EpsPdnCnxInfo
NewEpsPdnCnxInfoWithDefaults instantiates a new EpsPdnCnxInfo 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 (*EpsPdnCnxInfo) GetLinkedBearerId ¶
func (o *EpsPdnCnxInfo) GetLinkedBearerId() int32
GetLinkedBearerId returns the LinkedBearerId field value if set, zero value otherwise.
func (*EpsPdnCnxInfo) GetLinkedBearerIdOk ¶
func (o *EpsPdnCnxInfo) GetLinkedBearerIdOk() (*int32, bool)
GetLinkedBearerIdOk returns a tuple with the LinkedBearerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EpsPdnCnxInfo) GetPgwNodeName ¶
func (o *EpsPdnCnxInfo) GetPgwNodeName() string
GetPgwNodeName returns the PgwNodeName field value if set, zero value otherwise.
func (*EpsPdnCnxInfo) GetPgwNodeNameOk ¶
func (o *EpsPdnCnxInfo) GetPgwNodeNameOk() (*string, bool)
GetPgwNodeNameOk returns a tuple with the PgwNodeName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EpsPdnCnxInfo) GetPgwS8cFteid ¶
func (o *EpsPdnCnxInfo) GetPgwS8cFteid() string
GetPgwS8cFteid returns the PgwS8cFteid field value
func (*EpsPdnCnxInfo) GetPgwS8cFteidOk ¶
func (o *EpsPdnCnxInfo) GetPgwS8cFteidOk() (*string, bool)
GetPgwS8cFteidOk returns a tuple with the PgwS8cFteid field value and a boolean to check if the value has been set.
func (*EpsPdnCnxInfo) HasLinkedBearerId ¶
func (o *EpsPdnCnxInfo) HasLinkedBearerId() bool
HasLinkedBearerId returns a boolean if a field has been set.
func (*EpsPdnCnxInfo) HasPgwNodeName ¶
func (o *EpsPdnCnxInfo) HasPgwNodeName() bool
HasPgwNodeName returns a boolean if a field has been set.
func (EpsPdnCnxInfo) MarshalJSON ¶
func (o EpsPdnCnxInfo) MarshalJSON() ([]byte, error)
func (*EpsPdnCnxInfo) SetLinkedBearerId ¶
func (o *EpsPdnCnxInfo) SetLinkedBearerId(v int32)
SetLinkedBearerId gets a reference to the given int32 and assigns it to the LinkedBearerId field.
func (*EpsPdnCnxInfo) SetPgwNodeName ¶
func (o *EpsPdnCnxInfo) SetPgwNodeName(v string)
SetPgwNodeName gets a reference to the given string and assigns it to the PgwNodeName field.
func (*EpsPdnCnxInfo) SetPgwS8cFteid ¶
func (o *EpsPdnCnxInfo) SetPgwS8cFteid(v string)
SetPgwS8cFteid sets field value
func (EpsPdnCnxInfo) ToMap ¶
func (o EpsPdnCnxInfo) ToMap() (map[string]interface{}, error)
func (*EpsPdnCnxInfo) UnmarshalJSON ¶
func (o *EpsPdnCnxInfo) UnmarshalJSON(bytes []byte) (err error)
type EutraLocation ¶
type EutraLocation struct { Tai Tai `json:"tai"` IgnoreTai *bool `json:"ignoreTai,omitempty"` Ecgi Ecgi `json:"ecgi"` // This flag when present shall indicate that the Ecgi shall be ignored When present, it shall be set as follows: - true: ecgi shall be ignored. - false (default): ecgi shall not be ignored. IgnoreEcgi *bool `json:"ignoreEcgi,omitempty"` // The value represents the elapsed time in minutes since the last network contact of the mobile station. Value \"0\" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful NG-RAN location reporting procedure with the eNB when the UE is in connected mode. Any other value than \"0\" indicates that the location information is the last known one. See 3GPP TS 29.002 clause 17.7.8. AgeOfLocationInformation *int32 `json:"ageOfLocationInformation,omitempty"` // string with format 'date-time' as defined in OpenAPI. UeLocationTimestamp *time.Time `json:"ueLocationTimestamp,omitempty"` // Refer to geographical Information. See 3GPP TS 23.032 clause 7.3.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeographicalInformation *string `json:"geographicalInformation,omitempty"` // Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeodeticInformation *string `json:"geodeticInformation,omitempty"` GlobalNgenbId NullableGlobalRanNodeId `json:"globalNgenbId,omitempty"` GlobalENbId NullableGlobalRanNodeId `json:"globalENbId,omitempty"` }
EutraLocation Contains the E-UTRA user location.
func NewEutraLocation ¶
func NewEutraLocation(tai Tai, ecgi Ecgi) *EutraLocation
NewEutraLocation instantiates a new EutraLocation 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 NewEutraLocationWithDefaults ¶
func NewEutraLocationWithDefaults() *EutraLocation
NewEutraLocationWithDefaults instantiates a new EutraLocation 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 (*EutraLocation) GetAgeOfLocationInformation ¶
func (o *EutraLocation) GetAgeOfLocationInformation() int32
GetAgeOfLocationInformation returns the AgeOfLocationInformation field value if set, zero value otherwise.
func (*EutraLocation) GetAgeOfLocationInformationOk ¶
func (o *EutraLocation) GetAgeOfLocationInformationOk() (*int32, bool)
GetAgeOfLocationInformationOk returns a tuple with the AgeOfLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetEcgi ¶
func (o *EutraLocation) GetEcgi() Ecgi
GetEcgi returns the Ecgi field value
func (*EutraLocation) GetEcgiOk ¶
func (o *EutraLocation) GetEcgiOk() (*Ecgi, bool)
GetEcgiOk returns a tuple with the Ecgi field value and a boolean to check if the value has been set.
func (*EutraLocation) GetGeodeticInformation ¶
func (o *EutraLocation) GetGeodeticInformation() string
GetGeodeticInformation returns the GeodeticInformation field value if set, zero value otherwise.
func (*EutraLocation) GetGeodeticInformationOk ¶
func (o *EutraLocation) GetGeodeticInformationOk() (*string, bool)
GetGeodeticInformationOk returns a tuple with the GeodeticInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetGeographicalInformation ¶
func (o *EutraLocation) GetGeographicalInformation() string
GetGeographicalInformation returns the GeographicalInformation field value if set, zero value otherwise.
func (*EutraLocation) GetGeographicalInformationOk ¶
func (o *EutraLocation) GetGeographicalInformationOk() (*string, bool)
GetGeographicalInformationOk returns a tuple with the GeographicalInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetGlobalENbId ¶
func (o *EutraLocation) GetGlobalENbId() GlobalRanNodeId
GetGlobalENbId returns the GlobalENbId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EutraLocation) GetGlobalENbIdOk ¶
func (o *EutraLocation) GetGlobalENbIdOk() (*GlobalRanNodeId, bool)
GetGlobalENbIdOk returns a tuple with the GlobalENbId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EutraLocation) GetGlobalNgenbId ¶
func (o *EutraLocation) GetGlobalNgenbId() GlobalRanNodeId
GetGlobalNgenbId returns the GlobalNgenbId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EutraLocation) GetGlobalNgenbIdOk ¶
func (o *EutraLocation) GetGlobalNgenbIdOk() (*GlobalRanNodeId, bool)
GetGlobalNgenbIdOk returns a tuple with the GlobalNgenbId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EutraLocation) GetIgnoreEcgi ¶
func (o *EutraLocation) GetIgnoreEcgi() bool
GetIgnoreEcgi returns the IgnoreEcgi field value if set, zero value otherwise.
func (*EutraLocation) GetIgnoreEcgiOk ¶
func (o *EutraLocation) GetIgnoreEcgiOk() (*bool, bool)
GetIgnoreEcgiOk returns a tuple with the IgnoreEcgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetIgnoreTai ¶
func (o *EutraLocation) GetIgnoreTai() bool
GetIgnoreTai returns the IgnoreTai field value if set, zero value otherwise.
func (*EutraLocation) GetIgnoreTaiOk ¶
func (o *EutraLocation) GetIgnoreTaiOk() (*bool, bool)
GetIgnoreTaiOk returns a tuple with the IgnoreTai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetTai ¶
func (o *EutraLocation) GetTai() Tai
GetTai returns the Tai field value
func (*EutraLocation) GetTaiOk ¶
func (o *EutraLocation) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value and a boolean to check if the value has been set.
func (*EutraLocation) GetUeLocationTimestamp ¶
func (o *EutraLocation) GetUeLocationTimestamp() time.Time
GetUeLocationTimestamp returns the UeLocationTimestamp field value if set, zero value otherwise.
func (*EutraLocation) GetUeLocationTimestampOk ¶
func (o *EutraLocation) GetUeLocationTimestampOk() (*time.Time, bool)
GetUeLocationTimestampOk returns a tuple with the UeLocationTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) HasAgeOfLocationInformation ¶
func (o *EutraLocation) HasAgeOfLocationInformation() bool
HasAgeOfLocationInformation returns a boolean if a field has been set.
func (*EutraLocation) HasGeodeticInformation ¶
func (o *EutraLocation) HasGeodeticInformation() bool
HasGeodeticInformation returns a boolean if a field has been set.
func (*EutraLocation) HasGeographicalInformation ¶
func (o *EutraLocation) HasGeographicalInformation() bool
HasGeographicalInformation returns a boolean if a field has been set.
func (*EutraLocation) HasGlobalENbId ¶
func (o *EutraLocation) HasGlobalENbId() bool
HasGlobalENbId returns a boolean if a field has been set.
func (*EutraLocation) HasGlobalNgenbId ¶
func (o *EutraLocation) HasGlobalNgenbId() bool
HasGlobalNgenbId returns a boolean if a field has been set.
func (*EutraLocation) HasIgnoreEcgi ¶
func (o *EutraLocation) HasIgnoreEcgi() bool
HasIgnoreEcgi returns a boolean if a field has been set.
func (*EutraLocation) HasIgnoreTai ¶
func (o *EutraLocation) HasIgnoreTai() bool
HasIgnoreTai returns a boolean if a field has been set.
func (*EutraLocation) HasUeLocationTimestamp ¶
func (o *EutraLocation) HasUeLocationTimestamp() bool
HasUeLocationTimestamp returns a boolean if a field has been set.
func (EutraLocation) MarshalJSON ¶
func (o EutraLocation) MarshalJSON() ([]byte, error)
func (*EutraLocation) SetAgeOfLocationInformation ¶
func (o *EutraLocation) SetAgeOfLocationInformation(v int32)
SetAgeOfLocationInformation gets a reference to the given int32 and assigns it to the AgeOfLocationInformation field.
func (*EutraLocation) SetGeodeticInformation ¶
func (o *EutraLocation) SetGeodeticInformation(v string)
SetGeodeticInformation gets a reference to the given string and assigns it to the GeodeticInformation field.
func (*EutraLocation) SetGeographicalInformation ¶
func (o *EutraLocation) SetGeographicalInformation(v string)
SetGeographicalInformation gets a reference to the given string and assigns it to the GeographicalInformation field.
func (*EutraLocation) SetGlobalENbId ¶
func (o *EutraLocation) SetGlobalENbId(v GlobalRanNodeId)
SetGlobalENbId gets a reference to the given NullableGlobalRanNodeId and assigns it to the GlobalENbId field.
func (*EutraLocation) SetGlobalENbIdNil ¶
func (o *EutraLocation) SetGlobalENbIdNil()
SetGlobalENbIdNil sets the value for GlobalENbId to be an explicit nil
func (*EutraLocation) SetGlobalNgenbId ¶
func (o *EutraLocation) SetGlobalNgenbId(v GlobalRanNodeId)
SetGlobalNgenbId gets a reference to the given NullableGlobalRanNodeId and assigns it to the GlobalNgenbId field.
func (*EutraLocation) SetGlobalNgenbIdNil ¶
func (o *EutraLocation) SetGlobalNgenbIdNil()
SetGlobalNgenbIdNil sets the value for GlobalNgenbId to be an explicit nil
func (*EutraLocation) SetIgnoreEcgi ¶
func (o *EutraLocation) SetIgnoreEcgi(v bool)
SetIgnoreEcgi gets a reference to the given bool and assigns it to the IgnoreEcgi field.
func (*EutraLocation) SetIgnoreTai ¶
func (o *EutraLocation) SetIgnoreTai(v bool)
SetIgnoreTai gets a reference to the given bool and assigns it to the IgnoreTai field.
func (*EutraLocation) SetUeLocationTimestamp ¶
func (o *EutraLocation) SetUeLocationTimestamp(v time.Time)
SetUeLocationTimestamp gets a reference to the given time.Time and assigns it to the UeLocationTimestamp field.
func (EutraLocation) ToMap ¶
func (o EutraLocation) ToMap() (map[string]interface{}, error)
func (*EutraLocation) UnmarshalJSON ¶
func (o *EutraLocation) UnmarshalJSON(bytes []byte) (err error)
func (*EutraLocation) UnsetGlobalENbId ¶
func (o *EutraLocation) UnsetGlobalENbId()
UnsetGlobalENbId ensures that no value is present for GlobalENbId, not even an explicit nil
func (*EutraLocation) UnsetGlobalNgenbId ¶
func (o *EutraLocation) UnsetGlobalNgenbId()
UnsetGlobalNgenbId ensures that no value is present for GlobalNgenbId, not even an explicit nil
type ExemptionInd ¶
type ExemptionInd struct { DnnCongestion *bool `json:"dnnCongestion,omitempty"` SnssaiOnlyCongestion *bool `json:"snssaiOnlyCongestion,omitempty"` SnssaiDnnCongestion *bool `json:"snssaiDnnCongestion,omitempty"` }
ExemptionInd Exemption Indication
func NewExemptionInd ¶
func NewExemptionInd() *ExemptionInd
NewExemptionInd instantiates a new ExemptionInd 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 NewExemptionIndWithDefaults ¶
func NewExemptionIndWithDefaults() *ExemptionInd
NewExemptionIndWithDefaults instantiates a new ExemptionInd 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 (*ExemptionInd) GetDnnCongestion ¶
func (o *ExemptionInd) GetDnnCongestion() bool
GetDnnCongestion returns the DnnCongestion field value if set, zero value otherwise.
func (*ExemptionInd) GetDnnCongestionOk ¶
func (o *ExemptionInd) GetDnnCongestionOk() (*bool, bool)
GetDnnCongestionOk returns a tuple with the DnnCongestion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExemptionInd) GetSnssaiDnnCongestion ¶
func (o *ExemptionInd) GetSnssaiDnnCongestion() bool
GetSnssaiDnnCongestion returns the SnssaiDnnCongestion field value if set, zero value otherwise.
func (*ExemptionInd) GetSnssaiDnnCongestionOk ¶
func (o *ExemptionInd) GetSnssaiDnnCongestionOk() (*bool, bool)
GetSnssaiDnnCongestionOk returns a tuple with the SnssaiDnnCongestion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExemptionInd) GetSnssaiOnlyCongestion ¶
func (o *ExemptionInd) GetSnssaiOnlyCongestion() bool
GetSnssaiOnlyCongestion returns the SnssaiOnlyCongestion field value if set, zero value otherwise.
func (*ExemptionInd) GetSnssaiOnlyCongestionOk ¶
func (o *ExemptionInd) GetSnssaiOnlyCongestionOk() (*bool, bool)
GetSnssaiOnlyCongestionOk returns a tuple with the SnssaiOnlyCongestion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExemptionInd) HasDnnCongestion ¶
func (o *ExemptionInd) HasDnnCongestion() bool
HasDnnCongestion returns a boolean if a field has been set.
func (*ExemptionInd) HasSnssaiDnnCongestion ¶
func (o *ExemptionInd) HasSnssaiDnnCongestion() bool
HasSnssaiDnnCongestion returns a boolean if a field has been set.
func (*ExemptionInd) HasSnssaiOnlyCongestion ¶
func (o *ExemptionInd) HasSnssaiOnlyCongestion() bool
HasSnssaiOnlyCongestion returns a boolean if a field has been set.
func (ExemptionInd) MarshalJSON ¶
func (o ExemptionInd) MarshalJSON() ([]byte, error)
func (*ExemptionInd) SetDnnCongestion ¶
func (o *ExemptionInd) SetDnnCongestion(v bool)
SetDnnCongestion gets a reference to the given bool and assigns it to the DnnCongestion field.
func (*ExemptionInd) SetSnssaiDnnCongestion ¶
func (o *ExemptionInd) SetSnssaiDnnCongestion(v bool)
SetSnssaiDnnCongestion gets a reference to the given bool and assigns it to the SnssaiDnnCongestion field.
func (*ExemptionInd) SetSnssaiOnlyCongestion ¶
func (o *ExemptionInd) SetSnssaiOnlyCongestion(v bool)
SetSnssaiOnlyCongestion gets a reference to the given bool and assigns it to the SnssaiOnlyCongestion field.
func (ExemptionInd) ToMap ¶
func (o ExemptionInd) ToMap() (map[string]interface{}, error)
type ExtProblemDetails ¶
type ExtProblemDetails struct { ProblemDetails RemoteError *bool `json:"remoteError,omitempty"` }
ExtProblemDetails Extended Problem Details
func NewExtProblemDetails ¶
func NewExtProblemDetails() *ExtProblemDetails
NewExtProblemDetails instantiates a new ExtProblemDetails 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 NewExtProblemDetailsWithDefaults ¶
func NewExtProblemDetailsWithDefaults() *ExtProblemDetails
NewExtProblemDetailsWithDefaults instantiates a new ExtProblemDetails 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 (*ExtProblemDetails) GetRemoteError ¶
func (o *ExtProblemDetails) GetRemoteError() bool
GetRemoteError returns the RemoteError field value if set, zero value otherwise.
func (*ExtProblemDetails) GetRemoteErrorOk ¶
func (o *ExtProblemDetails) GetRemoteErrorOk() (*bool, bool)
GetRemoteErrorOk returns a tuple with the RemoteError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtProblemDetails) HasRemoteError ¶
func (o *ExtProblemDetails) HasRemoteError() bool
HasRemoteError returns a boolean if a field has been set.
func (ExtProblemDetails) MarshalJSON ¶
func (o ExtProblemDetails) MarshalJSON() ([]byte, error)
func (*ExtProblemDetails) SetRemoteError ¶
func (o *ExtProblemDetails) SetRemoteError(v bool)
SetRemoteError gets a reference to the given bool and assigns it to the RemoteError field.
func (ExtProblemDetails) ToMap ¶
func (o ExtProblemDetails) ToMap() (map[string]interface{}, error)
type GNbId ¶
type GNbId struct { // Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32. BitLength int32 `json:"bitLength"` // This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string. GNBValue string `json:"gNBValue"` }
GNbId Provides the G-NB identifier.
func NewGNbId ¶
NewGNbId instantiates a new GNbId 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 NewGNbIdWithDefaults ¶
func NewGNbIdWithDefaults() *GNbId
NewGNbIdWithDefaults instantiates a new GNbId 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 (*GNbId) GetBitLength ¶
GetBitLength returns the BitLength field value
func (*GNbId) GetBitLengthOk ¶
GetBitLengthOk returns a tuple with the BitLength field value and a boolean to check if the value has been set.
func (*GNbId) GetGNBValue ¶
GetGNBValue returns the GNBValue field value
func (*GNbId) GetGNBValueOk ¶
GetGNBValueOk returns a tuple with the GNBValue field value and a boolean to check if the value has been set.
func (GNbId) MarshalJSON ¶
func (*GNbId) UnmarshalJSON ¶
type GbrQosFlowInformation ¶
type GbrQosFlowInformation struct { // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MaxFbrDl string `json:"maxFbrDl"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MaxFbrUl string `json:"maxFbrUl"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". GuaFbrDl string `json:"guaFbrDl"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". GuaFbrUl string `json:"guaFbrUl"` NotifControl *NotificationControl `json:"notifControl,omitempty"` // Unsigned integer indicating Packet Loss Rate (see clauses 5.7.2.8 and 5.7.4 of 3GPP TS 23.501), expressed in tenth of percent. MaxPacketLossRateDl *int32 `json:"maxPacketLossRateDl,omitempty"` // Unsigned integer indicating Packet Loss Rate (see clauses 5.7.2.8 and 5.7.4 of 3GPP TS 23.501), expressed in tenth of percent. MaxPacketLossRateUl *int32 `json:"maxPacketLossRateUl,omitempty"` AlternativeQosProfileList []AlternativeQosProfile `json:"alternativeQosProfileList,omitempty"` }
GbrQosFlowInformation GBR QoS flow information
func NewGbrQosFlowInformation ¶
func NewGbrQosFlowInformation(maxFbrDl string, maxFbrUl string, guaFbrDl string, guaFbrUl string) *GbrQosFlowInformation
NewGbrQosFlowInformation instantiates a new GbrQosFlowInformation 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 NewGbrQosFlowInformationWithDefaults ¶
func NewGbrQosFlowInformationWithDefaults() *GbrQosFlowInformation
NewGbrQosFlowInformationWithDefaults instantiates a new GbrQosFlowInformation 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 (*GbrQosFlowInformation) GetAlternativeQosProfileList ¶
func (o *GbrQosFlowInformation) GetAlternativeQosProfileList() []AlternativeQosProfile
GetAlternativeQosProfileList returns the AlternativeQosProfileList field value if set, zero value otherwise.
func (*GbrQosFlowInformation) GetAlternativeQosProfileListOk ¶
func (o *GbrQosFlowInformation) GetAlternativeQosProfileListOk() ([]AlternativeQosProfile, bool)
GetAlternativeQosProfileListOk returns a tuple with the AlternativeQosProfileList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GbrQosFlowInformation) GetGuaFbrDl ¶
func (o *GbrQosFlowInformation) GetGuaFbrDl() string
GetGuaFbrDl returns the GuaFbrDl field value
func (*GbrQosFlowInformation) GetGuaFbrDlOk ¶
func (o *GbrQosFlowInformation) GetGuaFbrDlOk() (*string, bool)
GetGuaFbrDlOk returns a tuple with the GuaFbrDl field value and a boolean to check if the value has been set.
func (*GbrQosFlowInformation) GetGuaFbrUl ¶
func (o *GbrQosFlowInformation) GetGuaFbrUl() string
GetGuaFbrUl returns the GuaFbrUl field value
func (*GbrQosFlowInformation) GetGuaFbrUlOk ¶
func (o *GbrQosFlowInformation) GetGuaFbrUlOk() (*string, bool)
GetGuaFbrUlOk returns a tuple with the GuaFbrUl field value and a boolean to check if the value has been set.
func (*GbrQosFlowInformation) GetMaxFbrDl ¶
func (o *GbrQosFlowInformation) GetMaxFbrDl() string
GetMaxFbrDl returns the MaxFbrDl field value
func (*GbrQosFlowInformation) GetMaxFbrDlOk ¶
func (o *GbrQosFlowInformation) GetMaxFbrDlOk() (*string, bool)
GetMaxFbrDlOk returns a tuple with the MaxFbrDl field value and a boolean to check if the value has been set.
func (*GbrQosFlowInformation) GetMaxFbrUl ¶
func (o *GbrQosFlowInformation) GetMaxFbrUl() string
GetMaxFbrUl returns the MaxFbrUl field value
func (*GbrQosFlowInformation) GetMaxFbrUlOk ¶
func (o *GbrQosFlowInformation) GetMaxFbrUlOk() (*string, bool)
GetMaxFbrUlOk returns a tuple with the MaxFbrUl field value and a boolean to check if the value has been set.
func (*GbrQosFlowInformation) GetMaxPacketLossRateDl ¶
func (o *GbrQosFlowInformation) GetMaxPacketLossRateDl() int32
GetMaxPacketLossRateDl returns the MaxPacketLossRateDl field value if set, zero value otherwise.
func (*GbrQosFlowInformation) GetMaxPacketLossRateDlOk ¶
func (o *GbrQosFlowInformation) GetMaxPacketLossRateDlOk() (*int32, bool)
GetMaxPacketLossRateDlOk returns a tuple with the MaxPacketLossRateDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GbrQosFlowInformation) GetMaxPacketLossRateUl ¶
func (o *GbrQosFlowInformation) GetMaxPacketLossRateUl() int32
GetMaxPacketLossRateUl returns the MaxPacketLossRateUl field value if set, zero value otherwise.
func (*GbrQosFlowInformation) GetMaxPacketLossRateUlOk ¶
func (o *GbrQosFlowInformation) GetMaxPacketLossRateUlOk() (*int32, bool)
GetMaxPacketLossRateUlOk returns a tuple with the MaxPacketLossRateUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GbrQosFlowInformation) GetNotifControl ¶
func (o *GbrQosFlowInformation) GetNotifControl() NotificationControl
GetNotifControl returns the NotifControl field value if set, zero value otherwise.
func (*GbrQosFlowInformation) GetNotifControlOk ¶
func (o *GbrQosFlowInformation) GetNotifControlOk() (*NotificationControl, bool)
GetNotifControlOk returns a tuple with the NotifControl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GbrQosFlowInformation) HasAlternativeQosProfileList ¶
func (o *GbrQosFlowInformation) HasAlternativeQosProfileList() bool
HasAlternativeQosProfileList returns a boolean if a field has been set.
func (*GbrQosFlowInformation) HasMaxPacketLossRateDl ¶
func (o *GbrQosFlowInformation) HasMaxPacketLossRateDl() bool
HasMaxPacketLossRateDl returns a boolean if a field has been set.
func (*GbrQosFlowInformation) HasMaxPacketLossRateUl ¶
func (o *GbrQosFlowInformation) HasMaxPacketLossRateUl() bool
HasMaxPacketLossRateUl returns a boolean if a field has been set.
func (*GbrQosFlowInformation) HasNotifControl ¶
func (o *GbrQosFlowInformation) HasNotifControl() bool
HasNotifControl returns a boolean if a field has been set.
func (GbrQosFlowInformation) MarshalJSON ¶
func (o GbrQosFlowInformation) MarshalJSON() ([]byte, error)
func (*GbrQosFlowInformation) SetAlternativeQosProfileList ¶
func (o *GbrQosFlowInformation) SetAlternativeQosProfileList(v []AlternativeQosProfile)
SetAlternativeQosProfileList gets a reference to the given []AlternativeQosProfile and assigns it to the AlternativeQosProfileList field.
func (*GbrQosFlowInformation) SetGuaFbrDl ¶
func (o *GbrQosFlowInformation) SetGuaFbrDl(v string)
SetGuaFbrDl sets field value
func (*GbrQosFlowInformation) SetGuaFbrUl ¶
func (o *GbrQosFlowInformation) SetGuaFbrUl(v string)
SetGuaFbrUl sets field value
func (*GbrQosFlowInformation) SetMaxFbrDl ¶
func (o *GbrQosFlowInformation) SetMaxFbrDl(v string)
SetMaxFbrDl sets field value
func (*GbrQosFlowInformation) SetMaxFbrUl ¶
func (o *GbrQosFlowInformation) SetMaxFbrUl(v string)
SetMaxFbrUl sets field value
func (*GbrQosFlowInformation) SetMaxPacketLossRateDl ¶
func (o *GbrQosFlowInformation) SetMaxPacketLossRateDl(v int32)
SetMaxPacketLossRateDl gets a reference to the given int32 and assigns it to the MaxPacketLossRateDl field.
func (*GbrQosFlowInformation) SetMaxPacketLossRateUl ¶
func (o *GbrQosFlowInformation) SetMaxPacketLossRateUl(v int32)
SetMaxPacketLossRateUl gets a reference to the given int32 and assigns it to the MaxPacketLossRateUl field.
func (*GbrQosFlowInformation) SetNotifControl ¶
func (o *GbrQosFlowInformation) SetNotifControl(v NotificationControl)
SetNotifControl gets a reference to the given NotificationControl and assigns it to the NotifControl field.
func (GbrQosFlowInformation) ToMap ¶
func (o GbrQosFlowInformation) ToMap() (map[string]interface{}, error)
func (*GbrQosFlowInformation) UnmarshalJSON ¶
func (o *GbrQosFlowInformation) UnmarshalJSON(bytes []byte) (err error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GeraLocation ¶
type GeraLocation struct { // Location number within the PLMN. See 3GPP TS 23.003, clause 4.5. LocationNumber *string `json:"locationNumber,omitempty"` Cgi *CellGlobalId `json:"cgi,omitempty"` Rai *RoutingAreaId `json:"rai,omitempty"` Sai *ServiceAreaId `json:"sai,omitempty"` Lai *LocationAreaId `json:"lai,omitempty"` // VLR number. See 3GPP TS 23.003 clause 5.1. VlrNumber *string `json:"vlrNumber,omitempty"` // MSC number. See 3GPP TS 23.003 clause 5.1. MscNumber *string `json:"mscNumber,omitempty"` // The value represents the elapsed time in minutes since the last network contact of the mobile station. Value \"0\" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful location reporting procedure the UE is in connected mode. Any other value than \"0\" indicates that the location information is the last known one. See 3GPP TS 29.002 clause 17.7.8. AgeOfLocationInformation *int32 `json:"ageOfLocationInformation,omitempty"` // string with format 'date-time' as defined in OpenAPI. UeLocationTimestamp *time.Time `json:"ueLocationTimestamp,omitempty"` // Refer to geographical Information.See 3GPP TS 23.032 clause 7.3.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeographicalInformation *string `json:"geographicalInformation,omitempty"` // Refers to Calling Geodetic Location.See ITU-T Recommendation Q.763 (1999) clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeodeticInformation *string `json:"geodeticInformation,omitempty"` }
GeraLocation Exactly one of cgi, sai or lai shall be present.
func NewGeraLocation ¶
func NewGeraLocation() *GeraLocation
NewGeraLocation instantiates a new GeraLocation 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 NewGeraLocationWithDefaults ¶
func NewGeraLocationWithDefaults() *GeraLocation
NewGeraLocationWithDefaults instantiates a new GeraLocation 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 (*GeraLocation) GetAgeOfLocationInformation ¶
func (o *GeraLocation) GetAgeOfLocationInformation() int32
GetAgeOfLocationInformation returns the AgeOfLocationInformation field value if set, zero value otherwise.
func (*GeraLocation) GetAgeOfLocationInformationOk ¶
func (o *GeraLocation) GetAgeOfLocationInformationOk() (*int32, bool)
GetAgeOfLocationInformationOk returns a tuple with the AgeOfLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) GetCgi ¶
func (o *GeraLocation) GetCgi() CellGlobalId
GetCgi returns the Cgi field value if set, zero value otherwise.
func (*GeraLocation) GetCgiOk ¶
func (o *GeraLocation) GetCgiOk() (*CellGlobalId, bool)
GetCgiOk returns a tuple with the Cgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) GetGeodeticInformation ¶
func (o *GeraLocation) GetGeodeticInformation() string
GetGeodeticInformation returns the GeodeticInformation field value if set, zero value otherwise.
func (*GeraLocation) GetGeodeticInformationOk ¶
func (o *GeraLocation) GetGeodeticInformationOk() (*string, bool)
GetGeodeticInformationOk returns a tuple with the GeodeticInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) GetGeographicalInformation ¶
func (o *GeraLocation) GetGeographicalInformation() string
GetGeographicalInformation returns the GeographicalInformation field value if set, zero value otherwise.
func (*GeraLocation) GetGeographicalInformationOk ¶
func (o *GeraLocation) GetGeographicalInformationOk() (*string, bool)
GetGeographicalInformationOk returns a tuple with the GeographicalInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) GetLai ¶
func (o *GeraLocation) GetLai() LocationAreaId
GetLai returns the Lai field value if set, zero value otherwise.
func (*GeraLocation) GetLaiOk ¶
func (o *GeraLocation) GetLaiOk() (*LocationAreaId, bool)
GetLaiOk returns a tuple with the Lai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) GetLocationNumber ¶
func (o *GeraLocation) GetLocationNumber() string
GetLocationNumber returns the LocationNumber field value if set, zero value otherwise.
func (*GeraLocation) GetLocationNumberOk ¶
func (o *GeraLocation) GetLocationNumberOk() (*string, bool)
GetLocationNumberOk returns a tuple with the LocationNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) GetMscNumber ¶
func (o *GeraLocation) GetMscNumber() string
GetMscNumber returns the MscNumber field value if set, zero value otherwise.
func (*GeraLocation) GetMscNumberOk ¶
func (o *GeraLocation) GetMscNumberOk() (*string, bool)
GetMscNumberOk returns a tuple with the MscNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) GetRai ¶
func (o *GeraLocation) GetRai() RoutingAreaId
GetRai returns the Rai field value if set, zero value otherwise.
func (*GeraLocation) GetRaiOk ¶
func (o *GeraLocation) GetRaiOk() (*RoutingAreaId, bool)
GetRaiOk returns a tuple with the Rai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) GetSai ¶
func (o *GeraLocation) GetSai() ServiceAreaId
GetSai returns the Sai field value if set, zero value otherwise.
func (*GeraLocation) GetSaiOk ¶
func (o *GeraLocation) GetSaiOk() (*ServiceAreaId, bool)
GetSaiOk returns a tuple with the Sai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) GetUeLocationTimestamp ¶
func (o *GeraLocation) GetUeLocationTimestamp() time.Time
GetUeLocationTimestamp returns the UeLocationTimestamp field value if set, zero value otherwise.
func (*GeraLocation) GetUeLocationTimestampOk ¶
func (o *GeraLocation) GetUeLocationTimestampOk() (*time.Time, bool)
GetUeLocationTimestampOk returns a tuple with the UeLocationTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) GetVlrNumber ¶
func (o *GeraLocation) GetVlrNumber() string
GetVlrNumber returns the VlrNumber field value if set, zero value otherwise.
func (*GeraLocation) GetVlrNumberOk ¶
func (o *GeraLocation) GetVlrNumberOk() (*string, bool)
GetVlrNumberOk returns a tuple with the VlrNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeraLocation) HasAgeOfLocationInformation ¶
func (o *GeraLocation) HasAgeOfLocationInformation() bool
HasAgeOfLocationInformation returns a boolean if a field has been set.
func (*GeraLocation) HasCgi ¶
func (o *GeraLocation) HasCgi() bool
HasCgi returns a boolean if a field has been set.
func (*GeraLocation) HasGeodeticInformation ¶
func (o *GeraLocation) HasGeodeticInformation() bool
HasGeodeticInformation returns a boolean if a field has been set.
func (*GeraLocation) HasGeographicalInformation ¶
func (o *GeraLocation) HasGeographicalInformation() bool
HasGeographicalInformation returns a boolean if a field has been set.
func (*GeraLocation) HasLai ¶
func (o *GeraLocation) HasLai() bool
HasLai returns a boolean if a field has been set.
func (*GeraLocation) HasLocationNumber ¶
func (o *GeraLocation) HasLocationNumber() bool
HasLocationNumber returns a boolean if a field has been set.
func (*GeraLocation) HasMscNumber ¶
func (o *GeraLocation) HasMscNumber() bool
HasMscNumber returns a boolean if a field has been set.
func (*GeraLocation) HasRai ¶
func (o *GeraLocation) HasRai() bool
HasRai returns a boolean if a field has been set.
func (*GeraLocation) HasSai ¶
func (o *GeraLocation) HasSai() bool
HasSai returns a boolean if a field has been set.
func (*GeraLocation) HasUeLocationTimestamp ¶
func (o *GeraLocation) HasUeLocationTimestamp() bool
HasUeLocationTimestamp returns a boolean if a field has been set.
func (*GeraLocation) HasVlrNumber ¶
func (o *GeraLocation) HasVlrNumber() bool
HasVlrNumber returns a boolean if a field has been set.
func (GeraLocation) MarshalJSON ¶
func (o GeraLocation) MarshalJSON() ([]byte, error)
func (*GeraLocation) SetAgeOfLocationInformation ¶
func (o *GeraLocation) SetAgeOfLocationInformation(v int32)
SetAgeOfLocationInformation gets a reference to the given int32 and assigns it to the AgeOfLocationInformation field.
func (*GeraLocation) SetCgi ¶
func (o *GeraLocation) SetCgi(v CellGlobalId)
SetCgi gets a reference to the given CellGlobalId and assigns it to the Cgi field.
func (*GeraLocation) SetGeodeticInformation ¶
func (o *GeraLocation) SetGeodeticInformation(v string)
SetGeodeticInformation gets a reference to the given string and assigns it to the GeodeticInformation field.
func (*GeraLocation) SetGeographicalInformation ¶
func (o *GeraLocation) SetGeographicalInformation(v string)
SetGeographicalInformation gets a reference to the given string and assigns it to the GeographicalInformation field.
func (*GeraLocation) SetLai ¶
func (o *GeraLocation) SetLai(v LocationAreaId)
SetLai gets a reference to the given LocationAreaId and assigns it to the Lai field.
func (*GeraLocation) SetLocationNumber ¶
func (o *GeraLocation) SetLocationNumber(v string)
SetLocationNumber gets a reference to the given string and assigns it to the LocationNumber field.
func (*GeraLocation) SetMscNumber ¶
func (o *GeraLocation) SetMscNumber(v string)
SetMscNumber gets a reference to the given string and assigns it to the MscNumber field.
func (*GeraLocation) SetRai ¶
func (o *GeraLocation) SetRai(v RoutingAreaId)
SetRai gets a reference to the given RoutingAreaId and assigns it to the Rai field.
func (*GeraLocation) SetSai ¶
func (o *GeraLocation) SetSai(v ServiceAreaId)
SetSai gets a reference to the given ServiceAreaId and assigns it to the Sai field.
func (*GeraLocation) SetUeLocationTimestamp ¶
func (o *GeraLocation) SetUeLocationTimestamp(v time.Time)
SetUeLocationTimestamp gets a reference to the given time.Time and assigns it to the UeLocationTimestamp field.
func (*GeraLocation) SetVlrNumber ¶
func (o *GeraLocation) SetVlrNumber(v string)
SetVlrNumber gets a reference to the given string and assigns it to the VlrNumber field.
func (GeraLocation) ToMap ¶
func (o GeraLocation) ToMap() (map[string]interface{}, error)
type GlobalRanNodeId ¶
type GlobalRanNodeId struct { PlmnId PlmnId `json:"plmnId"` // This represents the identifier of the N3IWF ID as specified in clause 9.3.1.57 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the N3IWF ID shall appear first in the string, and the character representing the 4 least significant bit of the N3IWF ID shall appear last in the string. N3IwfId *string `json:"n3IwfId,omitempty"` GNbId *GNbId `json:"gNbId,omitempty"` // This represents the identifier of the ng-eNB ID as specified in clause 9.3.1.8 of 3GPP TS 38.413. The value of the ng-eNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the ng-eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the ng-eNB ID (to form a nibble) shall appear last in the string. NgeNbId *string `json:"ngeNbId,omitempty"` // This represents the identifier of the W-AGF ID as specified in clause 9.3.1.162 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the W-AGF ID shall appear first in the string, and the character representing the 4 least significant bit of the W-AGF ID shall appear last in the string. WagfId *string `json:"wagfId,omitempty"` // This represents the identifier of the TNGF ID as specified in clause 9.3.1.161 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TNGF ID shall appear first in the string, and the character representing the 4 least significant bit of the TNGF ID shall appear last in the string. TngfId *string `json:"tngfId,omitempty"` // 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). Nid *string `json:"nid,omitempty"` // This represents the identifier of the eNB ID as specified in clause 9.2.1.37 of 3GPP TS 36.413. The string shall be formatted with the following pattern '^('MacroeNB-[A-Fa-f0-9]{5}|LMacroeNB-[A-Fa-f0-9]{6}|SMacroeNB-[A-Fa-f0-9]{5} |HomeeNB-[A-Fa-f0-9]{7})$'. The value of the eNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the eNB ID (to form a nibble) shall appear last in the string. ENbId *string `json:"eNbId,omitempty"` }
GlobalRanNodeId One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
func NewGlobalRanNodeId ¶
func NewGlobalRanNodeId(plmnId PlmnId) *GlobalRanNodeId
NewGlobalRanNodeId instantiates a new GlobalRanNodeId 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 NewGlobalRanNodeIdWithDefaults ¶
func NewGlobalRanNodeIdWithDefaults() *GlobalRanNodeId
NewGlobalRanNodeIdWithDefaults instantiates a new GlobalRanNodeId 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 (*GlobalRanNodeId) GetENbId ¶
func (o *GlobalRanNodeId) GetENbId() string
GetENbId returns the ENbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetENbIdOk ¶
func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)
GetENbIdOk returns a tuple with the ENbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetGNbId ¶
func (o *GlobalRanNodeId) GetGNbId() GNbId
GetGNbId returns the GNbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetGNbIdOk ¶
func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)
GetGNbIdOk returns a tuple with the GNbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetN3IwfId ¶
func (o *GlobalRanNodeId) GetN3IwfId() string
GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetN3IwfIdOk ¶
func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)
GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetNgeNbId ¶
func (o *GlobalRanNodeId) GetNgeNbId() string
GetNgeNbId returns the NgeNbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetNgeNbIdOk ¶
func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)
GetNgeNbIdOk returns a tuple with the NgeNbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetNid ¶
func (o *GlobalRanNodeId) GetNid() string
GetNid returns the Nid field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetNidOk ¶
func (o *GlobalRanNodeId) GetNidOk() (*string, bool)
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetPlmnId ¶
func (o *GlobalRanNodeId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*GlobalRanNodeId) GetPlmnIdOk ¶
func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetTngfId ¶
func (o *GlobalRanNodeId) GetTngfId() string
GetTngfId returns the TngfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetTngfIdOk ¶
func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)
GetTngfIdOk returns a tuple with the TngfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetWagfId ¶
func (o *GlobalRanNodeId) GetWagfId() string
GetWagfId returns the WagfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetWagfIdOk ¶
func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)
GetWagfIdOk returns a tuple with the WagfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) HasENbId ¶
func (o *GlobalRanNodeId) HasENbId() bool
HasENbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasGNbId ¶
func (o *GlobalRanNodeId) HasGNbId() bool
HasGNbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasN3IwfId ¶
func (o *GlobalRanNodeId) HasN3IwfId() bool
HasN3IwfId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasNgeNbId ¶
func (o *GlobalRanNodeId) HasNgeNbId() bool
HasNgeNbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasNid ¶
func (o *GlobalRanNodeId) HasNid() bool
HasNid returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasTngfId ¶
func (o *GlobalRanNodeId) HasTngfId() bool
HasTngfId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasWagfId ¶
func (o *GlobalRanNodeId) HasWagfId() bool
HasWagfId returns a boolean if a field has been set.
func (GlobalRanNodeId) MarshalJSON ¶
func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*GlobalRanNodeId) SetENbId ¶
func (o *GlobalRanNodeId) SetENbId(v string)
SetENbId gets a reference to the given string and assigns it to the ENbId field.
func (*GlobalRanNodeId) SetGNbId ¶
func (o *GlobalRanNodeId) SetGNbId(v GNbId)
SetGNbId gets a reference to the given GNbId and assigns it to the GNbId field.
func (*GlobalRanNodeId) SetN3IwfId ¶
func (o *GlobalRanNodeId) SetN3IwfId(v string)
SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.
func (*GlobalRanNodeId) SetNgeNbId ¶
func (o *GlobalRanNodeId) SetNgeNbId(v string)
SetNgeNbId gets a reference to the given string and assigns it to the NgeNbId field.
func (*GlobalRanNodeId) SetNid ¶
func (o *GlobalRanNodeId) SetNid(v string)
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*GlobalRanNodeId) SetPlmnId ¶
func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (*GlobalRanNodeId) SetTngfId ¶
func (o *GlobalRanNodeId) SetTngfId(v string)
SetTngfId gets a reference to the given string and assigns it to the TngfId field.
func (*GlobalRanNodeId) SetWagfId ¶
func (o *GlobalRanNodeId) SetWagfId(v string)
SetWagfId gets a reference to the given string and assigns it to the WagfId field.
func (GlobalRanNodeId) ToMap ¶
func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)
func (*GlobalRanNodeId) UnmarshalJSON ¶
func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)
type Guami ¶
type Guami struct { PlmnId PlmnIdNid `json:"plmnId"` // String identifying the AMF ID composed of AMF Region ID (8 bits), AMF Set ID (10 bits) and AMF Pointer (6 bits) as specified in clause 2.10.1 of 3GPP TS 23.003. It is encoded as a string of 6 hexadecimal characters (i.e., 24 bits). AmfId string `json:"amfId"` }
Guami Globally Unique AMF Identifier constructed out of PLMN, Network and AMF identity.
func NewGuami ¶
NewGuami instantiates a new Guami 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 NewGuamiWithDefaults ¶
func NewGuamiWithDefaults() *Guami
NewGuamiWithDefaults instantiates a new Guami 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 (*Guami) GetAmfIdOk ¶
GetAmfIdOk returns a tuple with the AmfId field value and a boolean to check if the value has been set.
func (*Guami) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Guami) MarshalJSON ¶
func (*Guami) UnmarshalJSON ¶
type HfcNodeId ¶
type HfcNodeId struct { // This IE represents the identifier of the HFC node Id as specified in CableLabs WR-TR-5WWC-ARCH. It is provisioned by the wireline operator as part of wireline operations and may contain up to six characters. HfcNId string `json:"hfcNId"` }
HfcNodeId REpresents the HFC Node Identifer received over NGAP.
func NewHfcNodeId ¶
NewHfcNodeId instantiates a new HfcNodeId 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 NewHfcNodeIdWithDefaults ¶
func NewHfcNodeIdWithDefaults() *HfcNodeId
NewHfcNodeIdWithDefaults instantiates a new HfcNodeId 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 (*HfcNodeId) GetHfcNIdOk ¶
GetHfcNIdOk returns a tuple with the HfcNId field value and a boolean to check if the value has been set.
func (HfcNodeId) MarshalJSON ¶
func (*HfcNodeId) UnmarshalJSON ¶
type HoState ¶
type HoState struct {
// contains filtered or unexported fields
}
HoState Handover state. Possible values are - NONE - PREPARING - PREPARED - COMPLETED - CANCELLED
func (*HoState) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*HoState) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type HsmfUpdateData ¶
type HsmfUpdateData struct { RequestIndication RequestIndication `json:"requestIndication"` // String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. Pei *string `json:"pei,omitempty"` VcnTunnelInfo *TunnelInfo `json:"vcnTunnelInfo,omitempty"` IcnTunnelInfo *TunnelInfo `json:"icnTunnelInfo,omitempty"` AdditionalCnTunnelInfo *TunnelInfo `json:"additionalCnTunnelInfo,omitempty"` ServingNetwork *PlmnIdNid `json:"servingNetwork,omitempty"` AnType *AccessType `json:"anType,omitempty"` AdditionalAnType *AccessType `json:"additionalAnType,omitempty"` RatType *RatType `json:"ratType,omitempty"` UeLocation *UserLocation `json:"ueLocation,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. UeTimeZone *string `json:"ueTimeZone,omitempty"` AddUeLocation *UserLocation `json:"addUeLocation,omitempty"` PauseCharging *bool `json:"pauseCharging,omitempty"` // Procedure Transaction Identifier Pti *int32 `json:"pti,omitempty"` N1SmInfoFromUe *RefToBinaryData `json:"n1SmInfoFromUe,omitempty"` UnknownN1SmInfo *RefToBinaryData `json:"unknownN1SmInfo,omitempty"` QosFlowsRelNotifyList []QosFlowItem `json:"qosFlowsRelNotifyList,omitempty"` QosFlowsNotifyList []QosFlowNotifyItem `json:"qosFlowsNotifyList,omitempty"` NotifyList []PduSessionNotifyItem `json:"NotifyList,omitempty"` EpsBearerId []int32 `json:"epsBearerId,omitempty"` HoPreparationIndication *bool `json:"hoPreparationIndication,omitempty"` RevokeEbiList []int32 `json:"revokeEbiList,omitempty"` Cause *Cause `json:"cause,omitempty"` NgApCause *NgApCause `json:"ngApCause,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Var5gMmCauseValue *int32 `json:"5gMmCauseValue,omitempty"` AlwaysOnRequested *bool `json:"alwaysOnRequested,omitempty"` EpsInterworkingInd *EpsInterworkingIndication `json:"epsInterworkingInd,omitempty"` SecondaryRatUsageReport []SecondaryRatUsageReport `json:"secondaryRatUsageReport,omitempty"` SecondaryRatUsageInfo []SecondaryRatUsageInfo `json:"secondaryRatUsageInfo,omitempty"` AnTypeCanBeChanged *bool `json:"anTypeCanBeChanged,omitempty"` MaReleaseInd *MaReleaseIndication `json:"maReleaseInd,omitempty"` MaNwUpgradeInd *bool `json:"maNwUpgradeInd,omitempty"` MaRequestInd *bool `json:"maRequestInd,omitempty"` PsaInfo []PsaInformation `json:"psaInfo,omitempty"` UlclBpInfo *UlclBpInformation `json:"ulclBpInfo,omitempty"` N4Info *N4Information `json:"n4Info,omitempty"` N4InfoExt1 *N4Information `json:"n4InfoExt1,omitempty"` N4InfoExt2 *N4Information `json:"n4InfoExt2,omitempty"` PresenceInLadn *PresenceState `json:"presenceInLadn,omitempty"` // String providing an URI formatted according to RFC 3986. VsmfPduSessionUri *string `json:"vsmfPduSessionUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. VsmfId *string `json:"vsmfId,omitempty"` VSmfServiceInstanceId *string `json:"vSmfServiceInstanceId,omitempty"` // String providing an URI formatted according to RFC 3986. IsmfPduSessionUri *string `json:"ismfPduSessionUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. IsmfId *string `json:"ismfId,omitempty"` ISmfServiceInstanceId *string `json:"iSmfServiceInstanceId,omitempty"` DlServingPlmnRateCtl NullableInt32 `json:"dlServingPlmnRateCtl,omitempty"` DnaiList []string `json:"dnaiList,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` RoamingChargingProfile *RoamingChargingProfile `json:"roamingChargingProfile,omitempty"` MoExpDataCounter *MoExpDataCounter `json:"moExpDataCounter,omitempty"` VplmnQos *VplmnQos `json:"vplmnQos,omitempty"` SecurityResult *SecurityResult `json:"securityResult,omitempty"` UpSecurityInfo *UpSecurityInfo `json:"upSecurityInfo,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. AmfNfId *string `json:"amfNfId,omitempty"` Guami *Guami `json:"guami,omitempty"` SecondaryRatUsageDataReportContainer []string `json:"secondaryRatUsageDataReportContainer,omitempty"` SmPolicyNotifyInd *bool `json:"smPolicyNotifyInd,omitempty"` PcfUeCallbackInfo NullablePcfUeCallbackInfo `json:"pcfUeCallbackInfo,omitempty"` SatelliteBackhaulCat *SatelliteBackhaulCategory `json:"satelliteBackhaulCat,omitempty"` MaxIntegrityProtectedDataRateUl *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRateUl,omitempty"` MaxIntegrityProtectedDataRateDl *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRateDl,omitempty"` UpCnxState *UpCnxState `json:"upCnxState,omitempty"` }
HsmfUpdateData Data within Update Request towards H-SMF, or from I-SMF to SMF
func NewHsmfUpdateData ¶
func NewHsmfUpdateData(requestIndication RequestIndication) *HsmfUpdateData
NewHsmfUpdateData instantiates a new HsmfUpdateData 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 NewHsmfUpdateDataWithDefaults ¶
func NewHsmfUpdateDataWithDefaults() *HsmfUpdateData
NewHsmfUpdateDataWithDefaults instantiates a new HsmfUpdateData 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 (*HsmfUpdateData) GetAddUeLocation ¶
func (o *HsmfUpdateData) GetAddUeLocation() UserLocation
GetAddUeLocation returns the AddUeLocation field value if set, zero value otherwise.
func (*HsmfUpdateData) GetAddUeLocationOk ¶
func (o *HsmfUpdateData) GetAddUeLocationOk() (*UserLocation, bool)
GetAddUeLocationOk returns a tuple with the AddUeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetAdditionalAnType ¶
func (o *HsmfUpdateData) GetAdditionalAnType() AccessType
GetAdditionalAnType returns the AdditionalAnType field value if set, zero value otherwise.
func (*HsmfUpdateData) GetAdditionalAnTypeOk ¶
func (o *HsmfUpdateData) GetAdditionalAnTypeOk() (*AccessType, bool)
GetAdditionalAnTypeOk returns a tuple with the AdditionalAnType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetAdditionalCnTunnelInfo ¶
func (o *HsmfUpdateData) GetAdditionalCnTunnelInfo() TunnelInfo
GetAdditionalCnTunnelInfo returns the AdditionalCnTunnelInfo field value if set, zero value otherwise.
func (*HsmfUpdateData) GetAdditionalCnTunnelInfoOk ¶
func (o *HsmfUpdateData) GetAdditionalCnTunnelInfoOk() (*TunnelInfo, bool)
GetAdditionalCnTunnelInfoOk returns a tuple with the AdditionalCnTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetAlwaysOnRequested ¶
func (o *HsmfUpdateData) GetAlwaysOnRequested() bool
GetAlwaysOnRequested returns the AlwaysOnRequested field value if set, zero value otherwise.
func (*HsmfUpdateData) GetAlwaysOnRequestedOk ¶
func (o *HsmfUpdateData) GetAlwaysOnRequestedOk() (*bool, bool)
GetAlwaysOnRequestedOk returns a tuple with the AlwaysOnRequested field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetAmfNfId ¶
func (o *HsmfUpdateData) GetAmfNfId() string
GetAmfNfId returns the AmfNfId field value if set, zero value otherwise.
func (*HsmfUpdateData) GetAmfNfIdOk ¶
func (o *HsmfUpdateData) GetAmfNfIdOk() (*string, bool)
GetAmfNfIdOk returns a tuple with the AmfNfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetAnType ¶
func (o *HsmfUpdateData) GetAnType() AccessType
GetAnType returns the AnType field value if set, zero value otherwise.
func (*HsmfUpdateData) GetAnTypeCanBeChanged ¶
func (o *HsmfUpdateData) GetAnTypeCanBeChanged() bool
GetAnTypeCanBeChanged returns the AnTypeCanBeChanged field value if set, zero value otherwise.
func (*HsmfUpdateData) GetAnTypeCanBeChangedOk ¶
func (o *HsmfUpdateData) GetAnTypeCanBeChangedOk() (*bool, bool)
GetAnTypeCanBeChangedOk returns a tuple with the AnTypeCanBeChanged field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetAnTypeOk ¶
func (o *HsmfUpdateData) GetAnTypeOk() (*AccessType, bool)
GetAnTypeOk returns a tuple with the AnType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetCause ¶
func (o *HsmfUpdateData) GetCause() Cause
GetCause returns the Cause field value if set, zero value otherwise.
func (*HsmfUpdateData) GetCauseOk ¶
func (o *HsmfUpdateData) GetCauseOk() (*Cause, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetDlServingPlmnRateCtl ¶
func (o *HsmfUpdateData) GetDlServingPlmnRateCtl() int32
GetDlServingPlmnRateCtl returns the DlServingPlmnRateCtl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*HsmfUpdateData) GetDlServingPlmnRateCtlOk ¶
func (o *HsmfUpdateData) GetDlServingPlmnRateCtlOk() (*int32, bool)
GetDlServingPlmnRateCtlOk returns a tuple with the DlServingPlmnRateCtl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*HsmfUpdateData) GetDnaiList ¶
func (o *HsmfUpdateData) GetDnaiList() []string
GetDnaiList returns the DnaiList field value if set, zero value otherwise.
func (*HsmfUpdateData) GetDnaiListOk ¶
func (o *HsmfUpdateData) GetDnaiListOk() ([]string, bool)
GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetEpsBearerId ¶
func (o *HsmfUpdateData) GetEpsBearerId() []int32
GetEpsBearerId returns the EpsBearerId field value if set, zero value otherwise.
func (*HsmfUpdateData) GetEpsBearerIdOk ¶
func (o *HsmfUpdateData) GetEpsBearerIdOk() ([]int32, bool)
GetEpsBearerIdOk returns a tuple with the EpsBearerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetEpsInterworkingInd ¶
func (o *HsmfUpdateData) GetEpsInterworkingInd() EpsInterworkingIndication
GetEpsInterworkingInd returns the EpsInterworkingInd field value if set, zero value otherwise.
func (*HsmfUpdateData) GetEpsInterworkingIndOk ¶
func (o *HsmfUpdateData) GetEpsInterworkingIndOk() (*EpsInterworkingIndication, bool)
GetEpsInterworkingIndOk returns a tuple with the EpsInterworkingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetGuami ¶
func (o *HsmfUpdateData) GetGuami() Guami
GetGuami returns the Guami field value if set, zero value otherwise.
func (*HsmfUpdateData) GetGuamiOk ¶
func (o *HsmfUpdateData) GetGuamiOk() (*Guami, bool)
GetGuamiOk returns a tuple with the Guami field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetHoPreparationIndication ¶
func (o *HsmfUpdateData) GetHoPreparationIndication() bool
GetHoPreparationIndication returns the HoPreparationIndication field value if set, zero value otherwise.
func (*HsmfUpdateData) GetHoPreparationIndicationOk ¶
func (o *HsmfUpdateData) GetHoPreparationIndicationOk() (*bool, bool)
GetHoPreparationIndicationOk returns a tuple with the HoPreparationIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetISmfServiceInstanceId ¶
func (o *HsmfUpdateData) GetISmfServiceInstanceId() string
GetISmfServiceInstanceId returns the ISmfServiceInstanceId field value if set, zero value otherwise.
func (*HsmfUpdateData) GetISmfServiceInstanceIdOk ¶
func (o *HsmfUpdateData) GetISmfServiceInstanceIdOk() (*string, bool)
GetISmfServiceInstanceIdOk returns a tuple with the ISmfServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetIcnTunnelInfo ¶
func (o *HsmfUpdateData) GetIcnTunnelInfo() TunnelInfo
GetIcnTunnelInfo returns the IcnTunnelInfo field value if set, zero value otherwise.
func (*HsmfUpdateData) GetIcnTunnelInfoOk ¶
func (o *HsmfUpdateData) GetIcnTunnelInfoOk() (*TunnelInfo, bool)
GetIcnTunnelInfoOk returns a tuple with the IcnTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetIsmfId ¶
func (o *HsmfUpdateData) GetIsmfId() string
GetIsmfId returns the IsmfId field value if set, zero value otherwise.
func (*HsmfUpdateData) GetIsmfIdOk ¶
func (o *HsmfUpdateData) GetIsmfIdOk() (*string, bool)
GetIsmfIdOk returns a tuple with the IsmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetIsmfPduSessionUri ¶
func (o *HsmfUpdateData) GetIsmfPduSessionUri() string
GetIsmfPduSessionUri returns the IsmfPduSessionUri field value if set, zero value otherwise.
func (*HsmfUpdateData) GetIsmfPduSessionUriOk ¶
func (o *HsmfUpdateData) GetIsmfPduSessionUriOk() (*string, bool)
GetIsmfPduSessionUriOk returns a tuple with the IsmfPduSessionUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetMaNwUpgradeInd ¶
func (o *HsmfUpdateData) GetMaNwUpgradeInd() bool
GetMaNwUpgradeInd returns the MaNwUpgradeInd field value if set, zero value otherwise.
func (*HsmfUpdateData) GetMaNwUpgradeIndOk ¶
func (o *HsmfUpdateData) GetMaNwUpgradeIndOk() (*bool, bool)
GetMaNwUpgradeIndOk returns a tuple with the MaNwUpgradeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetMaReleaseInd ¶
func (o *HsmfUpdateData) GetMaReleaseInd() MaReleaseIndication
GetMaReleaseInd returns the MaReleaseInd field value if set, zero value otherwise.
func (*HsmfUpdateData) GetMaReleaseIndOk ¶
func (o *HsmfUpdateData) GetMaReleaseIndOk() (*MaReleaseIndication, bool)
GetMaReleaseIndOk returns a tuple with the MaReleaseInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetMaRequestInd ¶
func (o *HsmfUpdateData) GetMaRequestInd() bool
GetMaRequestInd returns the MaRequestInd field value if set, zero value otherwise.
func (*HsmfUpdateData) GetMaRequestIndOk ¶
func (o *HsmfUpdateData) GetMaRequestIndOk() (*bool, bool)
GetMaRequestIndOk returns a tuple with the MaRequestInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetMaxIntegrityProtectedDataRateDl ¶
func (o *HsmfUpdateData) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRateDl returns the MaxIntegrityProtectedDataRateDl field value if set, zero value otherwise.
func (*HsmfUpdateData) GetMaxIntegrityProtectedDataRateDlOk ¶
func (o *HsmfUpdateData) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateDlOk returns a tuple with the MaxIntegrityProtectedDataRateDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetMaxIntegrityProtectedDataRateUl ¶
func (o *HsmfUpdateData) GetMaxIntegrityProtectedDataRateUl() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRateUl returns the MaxIntegrityProtectedDataRateUl field value if set, zero value otherwise.
func (*HsmfUpdateData) GetMaxIntegrityProtectedDataRateUlOk ¶
func (o *HsmfUpdateData) GetMaxIntegrityProtectedDataRateUlOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateUlOk returns a tuple with the MaxIntegrityProtectedDataRateUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetMoExpDataCounter ¶
func (o *HsmfUpdateData) GetMoExpDataCounter() MoExpDataCounter
GetMoExpDataCounter returns the MoExpDataCounter field value if set, zero value otherwise.
func (*HsmfUpdateData) GetMoExpDataCounterOk ¶
func (o *HsmfUpdateData) GetMoExpDataCounterOk() (*MoExpDataCounter, bool)
GetMoExpDataCounterOk returns a tuple with the MoExpDataCounter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetN1SmInfoFromUe ¶
func (o *HsmfUpdateData) GetN1SmInfoFromUe() RefToBinaryData
GetN1SmInfoFromUe returns the N1SmInfoFromUe field value if set, zero value otherwise.
func (*HsmfUpdateData) GetN1SmInfoFromUeOk ¶
func (o *HsmfUpdateData) GetN1SmInfoFromUeOk() (*RefToBinaryData, bool)
GetN1SmInfoFromUeOk returns a tuple with the N1SmInfoFromUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetN4Info ¶
func (o *HsmfUpdateData) GetN4Info() N4Information
GetN4Info returns the N4Info field value if set, zero value otherwise.
func (*HsmfUpdateData) GetN4InfoExt1 ¶
func (o *HsmfUpdateData) GetN4InfoExt1() N4Information
GetN4InfoExt1 returns the N4InfoExt1 field value if set, zero value otherwise.
func (*HsmfUpdateData) GetN4InfoExt1Ok ¶
func (o *HsmfUpdateData) GetN4InfoExt1Ok() (*N4Information, bool)
GetN4InfoExt1Ok returns a tuple with the N4InfoExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetN4InfoExt2 ¶
func (o *HsmfUpdateData) GetN4InfoExt2() N4Information
GetN4InfoExt2 returns the N4InfoExt2 field value if set, zero value otherwise.
func (*HsmfUpdateData) GetN4InfoExt2Ok ¶
func (o *HsmfUpdateData) GetN4InfoExt2Ok() (*N4Information, bool)
GetN4InfoExt2Ok returns a tuple with the N4InfoExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetN4InfoOk ¶
func (o *HsmfUpdateData) GetN4InfoOk() (*N4Information, bool)
GetN4InfoOk returns a tuple with the N4Info field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetNgApCause ¶
func (o *HsmfUpdateData) GetNgApCause() NgApCause
GetNgApCause returns the NgApCause field value if set, zero value otherwise.
func (*HsmfUpdateData) GetNgApCauseOk ¶
func (o *HsmfUpdateData) GetNgApCauseOk() (*NgApCause, bool)
GetNgApCauseOk returns a tuple with the NgApCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetNotifyList ¶
func (o *HsmfUpdateData) GetNotifyList() []PduSessionNotifyItem
GetNotifyList returns the NotifyList field value if set, zero value otherwise.
func (*HsmfUpdateData) GetNotifyListOk ¶
func (o *HsmfUpdateData) GetNotifyListOk() ([]PduSessionNotifyItem, bool)
GetNotifyListOk returns a tuple with the NotifyList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetPauseCharging ¶
func (o *HsmfUpdateData) GetPauseCharging() bool
GetPauseCharging returns the PauseCharging field value if set, zero value otherwise.
func (*HsmfUpdateData) GetPauseChargingOk ¶
func (o *HsmfUpdateData) GetPauseChargingOk() (*bool, bool)
GetPauseChargingOk returns a tuple with the PauseCharging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetPcfUeCallbackInfo ¶
func (o *HsmfUpdateData) GetPcfUeCallbackInfo() PcfUeCallbackInfo
GetPcfUeCallbackInfo returns the PcfUeCallbackInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*HsmfUpdateData) GetPcfUeCallbackInfoOk ¶
func (o *HsmfUpdateData) GetPcfUeCallbackInfoOk() (*PcfUeCallbackInfo, bool)
GetPcfUeCallbackInfoOk returns a tuple with the PcfUeCallbackInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*HsmfUpdateData) GetPei ¶
func (o *HsmfUpdateData) GetPei() string
GetPei returns the Pei field value if set, zero value otherwise.
func (*HsmfUpdateData) GetPeiOk ¶
func (o *HsmfUpdateData) GetPeiOk() (*string, bool)
GetPeiOk returns a tuple with the Pei field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetPresenceInLadn ¶
func (o *HsmfUpdateData) GetPresenceInLadn() PresenceState
GetPresenceInLadn returns the PresenceInLadn field value if set, zero value otherwise.
func (*HsmfUpdateData) GetPresenceInLadnOk ¶
func (o *HsmfUpdateData) GetPresenceInLadnOk() (*PresenceState, bool)
GetPresenceInLadnOk returns a tuple with the PresenceInLadn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetPsaInfo ¶
func (o *HsmfUpdateData) GetPsaInfo() []PsaInformation
GetPsaInfo returns the PsaInfo field value if set, zero value otherwise.
func (*HsmfUpdateData) GetPsaInfoOk ¶
func (o *HsmfUpdateData) GetPsaInfoOk() ([]PsaInformation, bool)
GetPsaInfoOk returns a tuple with the PsaInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetPti ¶
func (o *HsmfUpdateData) GetPti() int32
GetPti returns the Pti field value if set, zero value otherwise.
func (*HsmfUpdateData) GetPtiOk ¶
func (o *HsmfUpdateData) GetPtiOk() (*int32, bool)
GetPtiOk returns a tuple with the Pti field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetQosFlowsNotifyList ¶
func (o *HsmfUpdateData) GetQosFlowsNotifyList() []QosFlowNotifyItem
GetQosFlowsNotifyList returns the QosFlowsNotifyList field value if set, zero value otherwise.
func (*HsmfUpdateData) GetQosFlowsNotifyListOk ¶
func (o *HsmfUpdateData) GetQosFlowsNotifyListOk() ([]QosFlowNotifyItem, bool)
GetQosFlowsNotifyListOk returns a tuple with the QosFlowsNotifyList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetQosFlowsRelNotifyList ¶
func (o *HsmfUpdateData) GetQosFlowsRelNotifyList() []QosFlowItem
GetQosFlowsRelNotifyList returns the QosFlowsRelNotifyList field value if set, zero value otherwise.
func (*HsmfUpdateData) GetQosFlowsRelNotifyListOk ¶
func (o *HsmfUpdateData) GetQosFlowsRelNotifyListOk() ([]QosFlowItem, bool)
GetQosFlowsRelNotifyListOk returns a tuple with the QosFlowsRelNotifyList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetRatType ¶
func (o *HsmfUpdateData) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*HsmfUpdateData) GetRatTypeOk ¶
func (o *HsmfUpdateData) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetRequestIndication ¶
func (o *HsmfUpdateData) GetRequestIndication() RequestIndication
GetRequestIndication returns the RequestIndication field value
func (*HsmfUpdateData) GetRequestIndicationOk ¶
func (o *HsmfUpdateData) GetRequestIndicationOk() (*RequestIndication, bool)
GetRequestIndicationOk returns a tuple with the RequestIndication field value and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetRevokeEbiList ¶
func (o *HsmfUpdateData) GetRevokeEbiList() []int32
GetRevokeEbiList returns the RevokeEbiList field value if set, zero value otherwise.
func (*HsmfUpdateData) GetRevokeEbiListOk ¶
func (o *HsmfUpdateData) GetRevokeEbiListOk() ([]int32, bool)
GetRevokeEbiListOk returns a tuple with the RevokeEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetRoamingChargingProfile ¶
func (o *HsmfUpdateData) GetRoamingChargingProfile() RoamingChargingProfile
GetRoamingChargingProfile returns the RoamingChargingProfile field value if set, zero value otherwise.
func (*HsmfUpdateData) GetRoamingChargingProfileOk ¶
func (o *HsmfUpdateData) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
GetRoamingChargingProfileOk returns a tuple with the RoamingChargingProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetSatelliteBackhaulCat ¶
func (o *HsmfUpdateData) GetSatelliteBackhaulCat() SatelliteBackhaulCategory
GetSatelliteBackhaulCat returns the SatelliteBackhaulCat field value if set, zero value otherwise.
func (*HsmfUpdateData) GetSatelliteBackhaulCatOk ¶
func (o *HsmfUpdateData) GetSatelliteBackhaulCatOk() (*SatelliteBackhaulCategory, bool)
GetSatelliteBackhaulCatOk returns a tuple with the SatelliteBackhaulCat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetSecondaryRatUsageDataReportContainer ¶
func (o *HsmfUpdateData) GetSecondaryRatUsageDataReportContainer() []string
GetSecondaryRatUsageDataReportContainer returns the SecondaryRatUsageDataReportContainer field value if set, zero value otherwise.
func (*HsmfUpdateData) GetSecondaryRatUsageDataReportContainerOk ¶
func (o *HsmfUpdateData) GetSecondaryRatUsageDataReportContainerOk() ([]string, bool)
GetSecondaryRatUsageDataReportContainerOk returns a tuple with the SecondaryRatUsageDataReportContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetSecondaryRatUsageInfo ¶
func (o *HsmfUpdateData) GetSecondaryRatUsageInfo() []SecondaryRatUsageInfo
GetSecondaryRatUsageInfo returns the SecondaryRatUsageInfo field value if set, zero value otherwise.
func (*HsmfUpdateData) GetSecondaryRatUsageInfoOk ¶
func (o *HsmfUpdateData) GetSecondaryRatUsageInfoOk() ([]SecondaryRatUsageInfo, bool)
GetSecondaryRatUsageInfoOk returns a tuple with the SecondaryRatUsageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetSecondaryRatUsageReport ¶
func (o *HsmfUpdateData) GetSecondaryRatUsageReport() []SecondaryRatUsageReport
GetSecondaryRatUsageReport returns the SecondaryRatUsageReport field value if set, zero value otherwise.
func (*HsmfUpdateData) GetSecondaryRatUsageReportOk ¶
func (o *HsmfUpdateData) GetSecondaryRatUsageReportOk() ([]SecondaryRatUsageReport, bool)
GetSecondaryRatUsageReportOk returns a tuple with the SecondaryRatUsageReport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetSecurityResult ¶
func (o *HsmfUpdateData) GetSecurityResult() SecurityResult
GetSecurityResult returns the SecurityResult field value if set, zero value otherwise.
func (*HsmfUpdateData) GetSecurityResultOk ¶
func (o *HsmfUpdateData) GetSecurityResultOk() (*SecurityResult, bool)
GetSecurityResultOk returns a tuple with the SecurityResult field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetServingNetwork ¶
func (o *HsmfUpdateData) GetServingNetwork() PlmnIdNid
GetServingNetwork returns the ServingNetwork field value if set, zero value otherwise.
func (*HsmfUpdateData) GetServingNetworkOk ¶
func (o *HsmfUpdateData) GetServingNetworkOk() (*PlmnIdNid, bool)
GetServingNetworkOk returns a tuple with the ServingNetwork field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetSmPolicyNotifyInd ¶
func (o *HsmfUpdateData) GetSmPolicyNotifyInd() bool
GetSmPolicyNotifyInd returns the SmPolicyNotifyInd field value if set, zero value otherwise.
func (*HsmfUpdateData) GetSmPolicyNotifyIndOk ¶
func (o *HsmfUpdateData) GetSmPolicyNotifyIndOk() (*bool, bool)
GetSmPolicyNotifyIndOk returns a tuple with the SmPolicyNotifyInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetSupportedFeatures ¶
func (o *HsmfUpdateData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*HsmfUpdateData) GetSupportedFeaturesOk ¶
func (o *HsmfUpdateData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetUeLocation ¶
func (o *HsmfUpdateData) GetUeLocation() UserLocation
GetUeLocation returns the UeLocation field value if set, zero value otherwise.
func (*HsmfUpdateData) GetUeLocationOk ¶
func (o *HsmfUpdateData) GetUeLocationOk() (*UserLocation, bool)
GetUeLocationOk returns a tuple with the UeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetUeTimeZone ¶
func (o *HsmfUpdateData) GetUeTimeZone() string
GetUeTimeZone returns the UeTimeZone field value if set, zero value otherwise.
func (*HsmfUpdateData) GetUeTimeZoneOk ¶
func (o *HsmfUpdateData) GetUeTimeZoneOk() (*string, bool)
GetUeTimeZoneOk returns a tuple with the UeTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetUlclBpInfo ¶
func (o *HsmfUpdateData) GetUlclBpInfo() UlclBpInformation
GetUlclBpInfo returns the UlclBpInfo field value if set, zero value otherwise.
func (*HsmfUpdateData) GetUlclBpInfoOk ¶
func (o *HsmfUpdateData) GetUlclBpInfoOk() (*UlclBpInformation, bool)
GetUlclBpInfoOk returns a tuple with the UlclBpInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetUnavailableAccessInd ¶
func (o *HsmfUpdateData) GetUnavailableAccessInd() UnavailableAccessIndication
GetUnavailableAccessInd returns the UnavailableAccessInd field value if set, zero value otherwise.
func (*HsmfUpdateData) GetUnavailableAccessIndOk ¶
func (o *HsmfUpdateData) GetUnavailableAccessIndOk() (*UnavailableAccessIndication, bool)
GetUnavailableAccessIndOk returns a tuple with the UnavailableAccessInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetUnknownN1SmInfo ¶
func (o *HsmfUpdateData) GetUnknownN1SmInfo() RefToBinaryData
GetUnknownN1SmInfo returns the UnknownN1SmInfo field value if set, zero value otherwise.
func (*HsmfUpdateData) GetUnknownN1SmInfoOk ¶
func (o *HsmfUpdateData) GetUnknownN1SmInfoOk() (*RefToBinaryData, bool)
GetUnknownN1SmInfoOk returns a tuple with the UnknownN1SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetUpCnxState ¶
func (o *HsmfUpdateData) GetUpCnxState() UpCnxState
GetUpCnxState returns the UpCnxState field value if set, zero value otherwise.
func (*HsmfUpdateData) GetUpCnxStateOk ¶
func (o *HsmfUpdateData) GetUpCnxStateOk() (*UpCnxState, bool)
GetUpCnxStateOk returns a tuple with the UpCnxState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetUpSecurityInfo ¶
func (o *HsmfUpdateData) GetUpSecurityInfo() UpSecurityInfo
GetUpSecurityInfo returns the UpSecurityInfo field value if set, zero value otherwise.
func (*HsmfUpdateData) GetUpSecurityInfoOk ¶
func (o *HsmfUpdateData) GetUpSecurityInfoOk() (*UpSecurityInfo, bool)
GetUpSecurityInfoOk returns a tuple with the UpSecurityInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetVSmfServiceInstanceId ¶
func (o *HsmfUpdateData) GetVSmfServiceInstanceId() string
GetVSmfServiceInstanceId returns the VSmfServiceInstanceId field value if set, zero value otherwise.
func (*HsmfUpdateData) GetVSmfServiceInstanceIdOk ¶
func (o *HsmfUpdateData) GetVSmfServiceInstanceIdOk() (*string, bool)
GetVSmfServiceInstanceIdOk returns a tuple with the VSmfServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetVar5gMmCauseValue ¶
func (o *HsmfUpdateData) GetVar5gMmCauseValue() int32
GetVar5gMmCauseValue returns the Var5gMmCauseValue field value if set, zero value otherwise.
func (*HsmfUpdateData) GetVar5gMmCauseValueOk ¶
func (o *HsmfUpdateData) GetVar5gMmCauseValueOk() (*int32, bool)
GetVar5gMmCauseValueOk returns a tuple with the Var5gMmCauseValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetVcnTunnelInfo ¶
func (o *HsmfUpdateData) GetVcnTunnelInfo() TunnelInfo
GetVcnTunnelInfo returns the VcnTunnelInfo field value if set, zero value otherwise.
func (*HsmfUpdateData) GetVcnTunnelInfoOk ¶
func (o *HsmfUpdateData) GetVcnTunnelInfoOk() (*TunnelInfo, bool)
GetVcnTunnelInfoOk returns a tuple with the VcnTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetVplmnQos ¶
func (o *HsmfUpdateData) GetVplmnQos() VplmnQos
GetVplmnQos returns the VplmnQos field value if set, zero value otherwise.
func (*HsmfUpdateData) GetVplmnQosOk ¶
func (o *HsmfUpdateData) GetVplmnQosOk() (*VplmnQos, bool)
GetVplmnQosOk returns a tuple with the VplmnQos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetVsmfId ¶
func (o *HsmfUpdateData) GetVsmfId() string
GetVsmfId returns the VsmfId field value if set, zero value otherwise.
func (*HsmfUpdateData) GetVsmfIdOk ¶
func (o *HsmfUpdateData) GetVsmfIdOk() (*string, bool)
GetVsmfIdOk returns a tuple with the VsmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) GetVsmfPduSessionUri ¶
func (o *HsmfUpdateData) GetVsmfPduSessionUri() string
GetVsmfPduSessionUri returns the VsmfPduSessionUri field value if set, zero value otherwise.
func (*HsmfUpdateData) GetVsmfPduSessionUriOk ¶
func (o *HsmfUpdateData) GetVsmfPduSessionUriOk() (*string, bool)
GetVsmfPduSessionUriOk returns a tuple with the VsmfPduSessionUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateData) HasAddUeLocation ¶
func (o *HsmfUpdateData) HasAddUeLocation() bool
HasAddUeLocation returns a boolean if a field has been set.
func (*HsmfUpdateData) HasAdditionalAnType ¶
func (o *HsmfUpdateData) HasAdditionalAnType() bool
HasAdditionalAnType returns a boolean if a field has been set.
func (*HsmfUpdateData) HasAdditionalCnTunnelInfo ¶
func (o *HsmfUpdateData) HasAdditionalCnTunnelInfo() bool
HasAdditionalCnTunnelInfo returns a boolean if a field has been set.
func (*HsmfUpdateData) HasAlwaysOnRequested ¶
func (o *HsmfUpdateData) HasAlwaysOnRequested() bool
HasAlwaysOnRequested returns a boolean if a field has been set.
func (*HsmfUpdateData) HasAmfNfId ¶
func (o *HsmfUpdateData) HasAmfNfId() bool
HasAmfNfId returns a boolean if a field has been set.
func (*HsmfUpdateData) HasAnType ¶
func (o *HsmfUpdateData) HasAnType() bool
HasAnType returns a boolean if a field has been set.
func (*HsmfUpdateData) HasAnTypeCanBeChanged ¶
func (o *HsmfUpdateData) HasAnTypeCanBeChanged() bool
HasAnTypeCanBeChanged returns a boolean if a field has been set.
func (*HsmfUpdateData) HasCause ¶
func (o *HsmfUpdateData) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*HsmfUpdateData) HasDlServingPlmnRateCtl ¶
func (o *HsmfUpdateData) HasDlServingPlmnRateCtl() bool
HasDlServingPlmnRateCtl returns a boolean if a field has been set.
func (*HsmfUpdateData) HasDnaiList ¶
func (o *HsmfUpdateData) HasDnaiList() bool
HasDnaiList returns a boolean if a field has been set.
func (*HsmfUpdateData) HasEpsBearerId ¶
func (o *HsmfUpdateData) HasEpsBearerId() bool
HasEpsBearerId returns a boolean if a field has been set.
func (*HsmfUpdateData) HasEpsInterworkingInd ¶
func (o *HsmfUpdateData) HasEpsInterworkingInd() bool
HasEpsInterworkingInd returns a boolean if a field has been set.
func (*HsmfUpdateData) HasGuami ¶
func (o *HsmfUpdateData) HasGuami() bool
HasGuami returns a boolean if a field has been set.
func (*HsmfUpdateData) HasHoPreparationIndication ¶
func (o *HsmfUpdateData) HasHoPreparationIndication() bool
HasHoPreparationIndication returns a boolean if a field has been set.
func (*HsmfUpdateData) HasISmfServiceInstanceId ¶
func (o *HsmfUpdateData) HasISmfServiceInstanceId() bool
HasISmfServiceInstanceId returns a boolean if a field has been set.
func (*HsmfUpdateData) HasIcnTunnelInfo ¶
func (o *HsmfUpdateData) HasIcnTunnelInfo() bool
HasIcnTunnelInfo returns a boolean if a field has been set.
func (*HsmfUpdateData) HasIsmfId ¶
func (o *HsmfUpdateData) HasIsmfId() bool
HasIsmfId returns a boolean if a field has been set.
func (*HsmfUpdateData) HasIsmfPduSessionUri ¶
func (o *HsmfUpdateData) HasIsmfPduSessionUri() bool
HasIsmfPduSessionUri returns a boolean if a field has been set.
func (*HsmfUpdateData) HasMaNwUpgradeInd ¶
func (o *HsmfUpdateData) HasMaNwUpgradeInd() bool
HasMaNwUpgradeInd returns a boolean if a field has been set.
func (*HsmfUpdateData) HasMaReleaseInd ¶
func (o *HsmfUpdateData) HasMaReleaseInd() bool
HasMaReleaseInd returns a boolean if a field has been set.
func (*HsmfUpdateData) HasMaRequestInd ¶
func (o *HsmfUpdateData) HasMaRequestInd() bool
HasMaRequestInd returns a boolean if a field has been set.
func (*HsmfUpdateData) HasMaxIntegrityProtectedDataRateDl ¶
func (o *HsmfUpdateData) HasMaxIntegrityProtectedDataRateDl() bool
HasMaxIntegrityProtectedDataRateDl returns a boolean if a field has been set.
func (*HsmfUpdateData) HasMaxIntegrityProtectedDataRateUl ¶
func (o *HsmfUpdateData) HasMaxIntegrityProtectedDataRateUl() bool
HasMaxIntegrityProtectedDataRateUl returns a boolean if a field has been set.
func (*HsmfUpdateData) HasMoExpDataCounter ¶
func (o *HsmfUpdateData) HasMoExpDataCounter() bool
HasMoExpDataCounter returns a boolean if a field has been set.
func (*HsmfUpdateData) HasN1SmInfoFromUe ¶
func (o *HsmfUpdateData) HasN1SmInfoFromUe() bool
HasN1SmInfoFromUe returns a boolean if a field has been set.
func (*HsmfUpdateData) HasN4Info ¶
func (o *HsmfUpdateData) HasN4Info() bool
HasN4Info returns a boolean if a field has been set.
func (*HsmfUpdateData) HasN4InfoExt1 ¶
func (o *HsmfUpdateData) HasN4InfoExt1() bool
HasN4InfoExt1 returns a boolean if a field has been set.
func (*HsmfUpdateData) HasN4InfoExt2 ¶
func (o *HsmfUpdateData) HasN4InfoExt2() bool
HasN4InfoExt2 returns a boolean if a field has been set.
func (*HsmfUpdateData) HasNgApCause ¶
func (o *HsmfUpdateData) HasNgApCause() bool
HasNgApCause returns a boolean if a field has been set.
func (*HsmfUpdateData) HasNotifyList ¶
func (o *HsmfUpdateData) HasNotifyList() bool
HasNotifyList returns a boolean if a field has been set.
func (*HsmfUpdateData) HasPauseCharging ¶
func (o *HsmfUpdateData) HasPauseCharging() bool
HasPauseCharging returns a boolean if a field has been set.
func (*HsmfUpdateData) HasPcfUeCallbackInfo ¶
func (o *HsmfUpdateData) HasPcfUeCallbackInfo() bool
HasPcfUeCallbackInfo returns a boolean if a field has been set.
func (*HsmfUpdateData) HasPei ¶
func (o *HsmfUpdateData) HasPei() bool
HasPei returns a boolean if a field has been set.
func (*HsmfUpdateData) HasPresenceInLadn ¶
func (o *HsmfUpdateData) HasPresenceInLadn() bool
HasPresenceInLadn returns a boolean if a field has been set.
func (*HsmfUpdateData) HasPsaInfo ¶
func (o *HsmfUpdateData) HasPsaInfo() bool
HasPsaInfo returns a boolean if a field has been set.
func (*HsmfUpdateData) HasPti ¶
func (o *HsmfUpdateData) HasPti() bool
HasPti returns a boolean if a field has been set.
func (*HsmfUpdateData) HasQosFlowsNotifyList ¶
func (o *HsmfUpdateData) HasQosFlowsNotifyList() bool
HasQosFlowsNotifyList returns a boolean if a field has been set.
func (*HsmfUpdateData) HasQosFlowsRelNotifyList ¶
func (o *HsmfUpdateData) HasQosFlowsRelNotifyList() bool
HasQosFlowsRelNotifyList returns a boolean if a field has been set.
func (*HsmfUpdateData) HasRatType ¶
func (o *HsmfUpdateData) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*HsmfUpdateData) HasRevokeEbiList ¶
func (o *HsmfUpdateData) HasRevokeEbiList() bool
HasRevokeEbiList returns a boolean if a field has been set.
func (*HsmfUpdateData) HasRoamingChargingProfile ¶
func (o *HsmfUpdateData) HasRoamingChargingProfile() bool
HasRoamingChargingProfile returns a boolean if a field has been set.
func (*HsmfUpdateData) HasSatelliteBackhaulCat ¶
func (o *HsmfUpdateData) HasSatelliteBackhaulCat() bool
HasSatelliteBackhaulCat returns a boolean if a field has been set.
func (*HsmfUpdateData) HasSecondaryRatUsageDataReportContainer ¶
func (o *HsmfUpdateData) HasSecondaryRatUsageDataReportContainer() bool
HasSecondaryRatUsageDataReportContainer returns a boolean if a field has been set.
func (*HsmfUpdateData) HasSecondaryRatUsageInfo ¶
func (o *HsmfUpdateData) HasSecondaryRatUsageInfo() bool
HasSecondaryRatUsageInfo returns a boolean if a field has been set.
func (*HsmfUpdateData) HasSecondaryRatUsageReport ¶
func (o *HsmfUpdateData) HasSecondaryRatUsageReport() bool
HasSecondaryRatUsageReport returns a boolean if a field has been set.
func (*HsmfUpdateData) HasSecurityResult ¶
func (o *HsmfUpdateData) HasSecurityResult() bool
HasSecurityResult returns a boolean if a field has been set.
func (*HsmfUpdateData) HasServingNetwork ¶
func (o *HsmfUpdateData) HasServingNetwork() bool
HasServingNetwork returns a boolean if a field has been set.
func (*HsmfUpdateData) HasSmPolicyNotifyInd ¶
func (o *HsmfUpdateData) HasSmPolicyNotifyInd() bool
HasSmPolicyNotifyInd returns a boolean if a field has been set.
func (*HsmfUpdateData) HasSupportedFeatures ¶
func (o *HsmfUpdateData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*HsmfUpdateData) HasUeLocation ¶
func (o *HsmfUpdateData) HasUeLocation() bool
HasUeLocation returns a boolean if a field has been set.
func (*HsmfUpdateData) HasUeTimeZone ¶
func (o *HsmfUpdateData) HasUeTimeZone() bool
HasUeTimeZone returns a boolean if a field has been set.
func (*HsmfUpdateData) HasUlclBpInfo ¶
func (o *HsmfUpdateData) HasUlclBpInfo() bool
HasUlclBpInfo returns a boolean if a field has been set.
func (*HsmfUpdateData) HasUnavailableAccessInd ¶
func (o *HsmfUpdateData) HasUnavailableAccessInd() bool
HasUnavailableAccessInd returns a boolean if a field has been set.
func (*HsmfUpdateData) HasUnknownN1SmInfo ¶
func (o *HsmfUpdateData) HasUnknownN1SmInfo() bool
HasUnknownN1SmInfo returns a boolean if a field has been set.
func (*HsmfUpdateData) HasUpCnxState ¶
func (o *HsmfUpdateData) HasUpCnxState() bool
HasUpCnxState returns a boolean if a field has been set.
func (*HsmfUpdateData) HasUpSecurityInfo ¶
func (o *HsmfUpdateData) HasUpSecurityInfo() bool
HasUpSecurityInfo returns a boolean if a field has been set.
func (*HsmfUpdateData) HasVSmfServiceInstanceId ¶
func (o *HsmfUpdateData) HasVSmfServiceInstanceId() bool
HasVSmfServiceInstanceId returns a boolean if a field has been set.
func (*HsmfUpdateData) HasVar5gMmCauseValue ¶
func (o *HsmfUpdateData) HasVar5gMmCauseValue() bool
HasVar5gMmCauseValue returns a boolean if a field has been set.
func (*HsmfUpdateData) HasVcnTunnelInfo ¶
func (o *HsmfUpdateData) HasVcnTunnelInfo() bool
HasVcnTunnelInfo returns a boolean if a field has been set.
func (*HsmfUpdateData) HasVplmnQos ¶
func (o *HsmfUpdateData) HasVplmnQos() bool
HasVplmnQos returns a boolean if a field has been set.
func (*HsmfUpdateData) HasVsmfId ¶
func (o *HsmfUpdateData) HasVsmfId() bool
HasVsmfId returns a boolean if a field has been set.
func (*HsmfUpdateData) HasVsmfPduSessionUri ¶
func (o *HsmfUpdateData) HasVsmfPduSessionUri() bool
HasVsmfPduSessionUri returns a boolean if a field has been set.
func (HsmfUpdateData) MarshalJSON ¶
func (o HsmfUpdateData) MarshalJSON() ([]byte, error)
func (*HsmfUpdateData) SetAddUeLocation ¶
func (o *HsmfUpdateData) SetAddUeLocation(v UserLocation)
SetAddUeLocation gets a reference to the given UserLocation and assigns it to the AddUeLocation field.
func (*HsmfUpdateData) SetAdditionalAnType ¶
func (o *HsmfUpdateData) SetAdditionalAnType(v AccessType)
SetAdditionalAnType gets a reference to the given AccessType and assigns it to the AdditionalAnType field.
func (*HsmfUpdateData) SetAdditionalCnTunnelInfo ¶
func (o *HsmfUpdateData) SetAdditionalCnTunnelInfo(v TunnelInfo)
SetAdditionalCnTunnelInfo gets a reference to the given TunnelInfo and assigns it to the AdditionalCnTunnelInfo field.
func (*HsmfUpdateData) SetAlwaysOnRequested ¶
func (o *HsmfUpdateData) SetAlwaysOnRequested(v bool)
SetAlwaysOnRequested gets a reference to the given bool and assigns it to the AlwaysOnRequested field.
func (*HsmfUpdateData) SetAmfNfId ¶
func (o *HsmfUpdateData) SetAmfNfId(v string)
SetAmfNfId gets a reference to the given string and assigns it to the AmfNfId field.
func (*HsmfUpdateData) SetAnType ¶
func (o *HsmfUpdateData) SetAnType(v AccessType)
SetAnType gets a reference to the given AccessType and assigns it to the AnType field.
func (*HsmfUpdateData) SetAnTypeCanBeChanged ¶
func (o *HsmfUpdateData) SetAnTypeCanBeChanged(v bool)
SetAnTypeCanBeChanged gets a reference to the given bool and assigns it to the AnTypeCanBeChanged field.
func (*HsmfUpdateData) SetCause ¶
func (o *HsmfUpdateData) SetCause(v Cause)
SetCause gets a reference to the given Cause and assigns it to the Cause field.
func (*HsmfUpdateData) SetDlServingPlmnRateCtl ¶
func (o *HsmfUpdateData) SetDlServingPlmnRateCtl(v int32)
SetDlServingPlmnRateCtl gets a reference to the given NullableInt32 and assigns it to the DlServingPlmnRateCtl field.
func (*HsmfUpdateData) SetDlServingPlmnRateCtlNil ¶
func (o *HsmfUpdateData) SetDlServingPlmnRateCtlNil()
SetDlServingPlmnRateCtlNil sets the value for DlServingPlmnRateCtl to be an explicit nil
func (*HsmfUpdateData) SetDnaiList ¶
func (o *HsmfUpdateData) SetDnaiList(v []string)
SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.
func (*HsmfUpdateData) SetEpsBearerId ¶
func (o *HsmfUpdateData) SetEpsBearerId(v []int32)
SetEpsBearerId gets a reference to the given []int32 and assigns it to the EpsBearerId field.
func (*HsmfUpdateData) SetEpsInterworkingInd ¶
func (o *HsmfUpdateData) SetEpsInterworkingInd(v EpsInterworkingIndication)
SetEpsInterworkingInd gets a reference to the given EpsInterworkingIndication and assigns it to the EpsInterworkingInd field.
func (*HsmfUpdateData) SetGuami ¶
func (o *HsmfUpdateData) SetGuami(v Guami)
SetGuami gets a reference to the given Guami and assigns it to the Guami field.
func (*HsmfUpdateData) SetHoPreparationIndication ¶
func (o *HsmfUpdateData) SetHoPreparationIndication(v bool)
SetHoPreparationIndication gets a reference to the given bool and assigns it to the HoPreparationIndication field.
func (*HsmfUpdateData) SetISmfServiceInstanceId ¶
func (o *HsmfUpdateData) SetISmfServiceInstanceId(v string)
SetISmfServiceInstanceId gets a reference to the given string and assigns it to the ISmfServiceInstanceId field.
func (*HsmfUpdateData) SetIcnTunnelInfo ¶
func (o *HsmfUpdateData) SetIcnTunnelInfo(v TunnelInfo)
SetIcnTunnelInfo gets a reference to the given TunnelInfo and assigns it to the IcnTunnelInfo field.
func (*HsmfUpdateData) SetIsmfId ¶
func (o *HsmfUpdateData) SetIsmfId(v string)
SetIsmfId gets a reference to the given string and assigns it to the IsmfId field.
func (*HsmfUpdateData) SetIsmfPduSessionUri ¶
func (o *HsmfUpdateData) SetIsmfPduSessionUri(v string)
SetIsmfPduSessionUri gets a reference to the given string and assigns it to the IsmfPduSessionUri field.
func (*HsmfUpdateData) SetMaNwUpgradeInd ¶
func (o *HsmfUpdateData) SetMaNwUpgradeInd(v bool)
SetMaNwUpgradeInd gets a reference to the given bool and assigns it to the MaNwUpgradeInd field.
func (*HsmfUpdateData) SetMaReleaseInd ¶
func (o *HsmfUpdateData) SetMaReleaseInd(v MaReleaseIndication)
SetMaReleaseInd gets a reference to the given MaReleaseIndication and assigns it to the MaReleaseInd field.
func (*HsmfUpdateData) SetMaRequestInd ¶
func (o *HsmfUpdateData) SetMaRequestInd(v bool)
SetMaRequestInd gets a reference to the given bool and assigns it to the MaRequestInd field.
func (*HsmfUpdateData) SetMaxIntegrityProtectedDataRateDl ¶
func (o *HsmfUpdateData) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRateDl gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRateDl field.
func (*HsmfUpdateData) SetMaxIntegrityProtectedDataRateUl ¶
func (o *HsmfUpdateData) SetMaxIntegrityProtectedDataRateUl(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRateUl gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRateUl field.
func (*HsmfUpdateData) SetMoExpDataCounter ¶
func (o *HsmfUpdateData) SetMoExpDataCounter(v MoExpDataCounter)
SetMoExpDataCounter gets a reference to the given MoExpDataCounter and assigns it to the MoExpDataCounter field.
func (*HsmfUpdateData) SetN1SmInfoFromUe ¶
func (o *HsmfUpdateData) SetN1SmInfoFromUe(v RefToBinaryData)
SetN1SmInfoFromUe gets a reference to the given RefToBinaryData and assigns it to the N1SmInfoFromUe field.
func (*HsmfUpdateData) SetN4Info ¶
func (o *HsmfUpdateData) SetN4Info(v N4Information)
SetN4Info gets a reference to the given N4Information and assigns it to the N4Info field.
func (*HsmfUpdateData) SetN4InfoExt1 ¶
func (o *HsmfUpdateData) SetN4InfoExt1(v N4Information)
SetN4InfoExt1 gets a reference to the given N4Information and assigns it to the N4InfoExt1 field.
func (*HsmfUpdateData) SetN4InfoExt2 ¶
func (o *HsmfUpdateData) SetN4InfoExt2(v N4Information)
SetN4InfoExt2 gets a reference to the given N4Information and assigns it to the N4InfoExt2 field.
func (*HsmfUpdateData) SetNgApCause ¶
func (o *HsmfUpdateData) SetNgApCause(v NgApCause)
SetNgApCause gets a reference to the given NgApCause and assigns it to the NgApCause field.
func (*HsmfUpdateData) SetNotifyList ¶
func (o *HsmfUpdateData) SetNotifyList(v []PduSessionNotifyItem)
SetNotifyList gets a reference to the given []PduSessionNotifyItem and assigns it to the NotifyList field.
func (*HsmfUpdateData) SetPauseCharging ¶
func (o *HsmfUpdateData) SetPauseCharging(v bool)
SetPauseCharging gets a reference to the given bool and assigns it to the PauseCharging field.
func (*HsmfUpdateData) SetPcfUeCallbackInfo ¶
func (o *HsmfUpdateData) SetPcfUeCallbackInfo(v PcfUeCallbackInfo)
SetPcfUeCallbackInfo gets a reference to the given NullablePcfUeCallbackInfo and assigns it to the PcfUeCallbackInfo field.
func (*HsmfUpdateData) SetPcfUeCallbackInfoNil ¶
func (o *HsmfUpdateData) SetPcfUeCallbackInfoNil()
SetPcfUeCallbackInfoNil sets the value for PcfUeCallbackInfo to be an explicit nil
func (*HsmfUpdateData) SetPei ¶
func (o *HsmfUpdateData) SetPei(v string)
SetPei gets a reference to the given string and assigns it to the Pei field.
func (*HsmfUpdateData) SetPresenceInLadn ¶
func (o *HsmfUpdateData) SetPresenceInLadn(v PresenceState)
SetPresenceInLadn gets a reference to the given PresenceState and assigns it to the PresenceInLadn field.
func (*HsmfUpdateData) SetPsaInfo ¶
func (o *HsmfUpdateData) SetPsaInfo(v []PsaInformation)
SetPsaInfo gets a reference to the given []PsaInformation and assigns it to the PsaInfo field.
func (*HsmfUpdateData) SetPti ¶
func (o *HsmfUpdateData) SetPti(v int32)
SetPti gets a reference to the given int32 and assigns it to the Pti field.
func (*HsmfUpdateData) SetQosFlowsNotifyList ¶
func (o *HsmfUpdateData) SetQosFlowsNotifyList(v []QosFlowNotifyItem)
SetQosFlowsNotifyList gets a reference to the given []QosFlowNotifyItem and assigns it to the QosFlowsNotifyList field.
func (*HsmfUpdateData) SetQosFlowsRelNotifyList ¶
func (o *HsmfUpdateData) SetQosFlowsRelNotifyList(v []QosFlowItem)
SetQosFlowsRelNotifyList gets a reference to the given []QosFlowItem and assigns it to the QosFlowsRelNotifyList field.
func (*HsmfUpdateData) SetRatType ¶
func (o *HsmfUpdateData) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*HsmfUpdateData) SetRequestIndication ¶
func (o *HsmfUpdateData) SetRequestIndication(v RequestIndication)
SetRequestIndication sets field value
func (*HsmfUpdateData) SetRevokeEbiList ¶
func (o *HsmfUpdateData) SetRevokeEbiList(v []int32)
SetRevokeEbiList gets a reference to the given []int32 and assigns it to the RevokeEbiList field.
func (*HsmfUpdateData) SetRoamingChargingProfile ¶
func (o *HsmfUpdateData) SetRoamingChargingProfile(v RoamingChargingProfile)
SetRoamingChargingProfile gets a reference to the given RoamingChargingProfile and assigns it to the RoamingChargingProfile field.
func (*HsmfUpdateData) SetSatelliteBackhaulCat ¶
func (o *HsmfUpdateData) SetSatelliteBackhaulCat(v SatelliteBackhaulCategory)
SetSatelliteBackhaulCat gets a reference to the given SatelliteBackhaulCategory and assigns it to the SatelliteBackhaulCat field.
func (*HsmfUpdateData) SetSecondaryRatUsageDataReportContainer ¶
func (o *HsmfUpdateData) SetSecondaryRatUsageDataReportContainer(v []string)
SetSecondaryRatUsageDataReportContainer gets a reference to the given []string and assigns it to the SecondaryRatUsageDataReportContainer field.
func (*HsmfUpdateData) SetSecondaryRatUsageInfo ¶
func (o *HsmfUpdateData) SetSecondaryRatUsageInfo(v []SecondaryRatUsageInfo)
SetSecondaryRatUsageInfo gets a reference to the given []SecondaryRatUsageInfo and assigns it to the SecondaryRatUsageInfo field.
func (*HsmfUpdateData) SetSecondaryRatUsageReport ¶
func (o *HsmfUpdateData) SetSecondaryRatUsageReport(v []SecondaryRatUsageReport)
SetSecondaryRatUsageReport gets a reference to the given []SecondaryRatUsageReport and assigns it to the SecondaryRatUsageReport field.
func (*HsmfUpdateData) SetSecurityResult ¶
func (o *HsmfUpdateData) SetSecurityResult(v SecurityResult)
SetSecurityResult gets a reference to the given SecurityResult and assigns it to the SecurityResult field.
func (*HsmfUpdateData) SetServingNetwork ¶
func (o *HsmfUpdateData) SetServingNetwork(v PlmnIdNid)
SetServingNetwork gets a reference to the given PlmnIdNid and assigns it to the ServingNetwork field.
func (*HsmfUpdateData) SetSmPolicyNotifyInd ¶
func (o *HsmfUpdateData) SetSmPolicyNotifyInd(v bool)
SetSmPolicyNotifyInd gets a reference to the given bool and assigns it to the SmPolicyNotifyInd field.
func (*HsmfUpdateData) SetSupportedFeatures ¶
func (o *HsmfUpdateData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*HsmfUpdateData) SetUeLocation ¶
func (o *HsmfUpdateData) SetUeLocation(v UserLocation)
SetUeLocation gets a reference to the given UserLocation and assigns it to the UeLocation field.
func (*HsmfUpdateData) SetUeTimeZone ¶
func (o *HsmfUpdateData) SetUeTimeZone(v string)
SetUeTimeZone gets a reference to the given string and assigns it to the UeTimeZone field.
func (*HsmfUpdateData) SetUlclBpInfo ¶
func (o *HsmfUpdateData) SetUlclBpInfo(v UlclBpInformation)
SetUlclBpInfo gets a reference to the given UlclBpInformation and assigns it to the UlclBpInfo field.
func (*HsmfUpdateData) SetUnavailableAccessInd ¶
func (o *HsmfUpdateData) SetUnavailableAccessInd(v UnavailableAccessIndication)
SetUnavailableAccessInd gets a reference to the given UnavailableAccessIndication and assigns it to the UnavailableAccessInd field.
func (*HsmfUpdateData) SetUnknownN1SmInfo ¶
func (o *HsmfUpdateData) SetUnknownN1SmInfo(v RefToBinaryData)
SetUnknownN1SmInfo gets a reference to the given RefToBinaryData and assigns it to the UnknownN1SmInfo field.
func (*HsmfUpdateData) SetUpCnxState ¶
func (o *HsmfUpdateData) SetUpCnxState(v UpCnxState)
SetUpCnxState gets a reference to the given UpCnxState and assigns it to the UpCnxState field.
func (*HsmfUpdateData) SetUpSecurityInfo ¶
func (o *HsmfUpdateData) SetUpSecurityInfo(v UpSecurityInfo)
SetUpSecurityInfo gets a reference to the given UpSecurityInfo and assigns it to the UpSecurityInfo field.
func (*HsmfUpdateData) SetVSmfServiceInstanceId ¶
func (o *HsmfUpdateData) SetVSmfServiceInstanceId(v string)
SetVSmfServiceInstanceId gets a reference to the given string and assigns it to the VSmfServiceInstanceId field.
func (*HsmfUpdateData) SetVar5gMmCauseValue ¶
func (o *HsmfUpdateData) SetVar5gMmCauseValue(v int32)
SetVar5gMmCauseValue gets a reference to the given int32 and assigns it to the Var5gMmCauseValue field.
func (*HsmfUpdateData) SetVcnTunnelInfo ¶
func (o *HsmfUpdateData) SetVcnTunnelInfo(v TunnelInfo)
SetVcnTunnelInfo gets a reference to the given TunnelInfo and assigns it to the VcnTunnelInfo field.
func (*HsmfUpdateData) SetVplmnQos ¶
func (o *HsmfUpdateData) SetVplmnQos(v VplmnQos)
SetVplmnQos gets a reference to the given VplmnQos and assigns it to the VplmnQos field.
func (*HsmfUpdateData) SetVsmfId ¶
func (o *HsmfUpdateData) SetVsmfId(v string)
SetVsmfId gets a reference to the given string and assigns it to the VsmfId field.
func (*HsmfUpdateData) SetVsmfPduSessionUri ¶
func (o *HsmfUpdateData) SetVsmfPduSessionUri(v string)
SetVsmfPduSessionUri gets a reference to the given string and assigns it to the VsmfPduSessionUri field.
func (HsmfUpdateData) ToMap ¶
func (o HsmfUpdateData) ToMap() (map[string]interface{}, error)
func (*HsmfUpdateData) UnmarshalJSON ¶
func (o *HsmfUpdateData) UnmarshalJSON(bytes []byte) (err error)
func (*HsmfUpdateData) UnsetDlServingPlmnRateCtl ¶
func (o *HsmfUpdateData) UnsetDlServingPlmnRateCtl()
UnsetDlServingPlmnRateCtl ensures that no value is present for DlServingPlmnRateCtl, not even an explicit nil
func (*HsmfUpdateData) UnsetPcfUeCallbackInfo ¶
func (o *HsmfUpdateData) UnsetPcfUeCallbackInfo()
UnsetPcfUeCallbackInfo ensures that no value is present for PcfUeCallbackInfo, not even an explicit nil
type HsmfUpdateError ¶
type HsmfUpdateError struct { Error ProblemDetails `json:"error"` // Procedure Transaction Identifier Pti *int32 `json:"pti,omitempty"` N1smCause *string `json:"n1smCause,omitempty"` N1SmInfoToUe *RefToBinaryData `json:"n1SmInfoToUe,omitempty"` // indicating a time in seconds. BackOffTimer *int32 `json:"backOffTimer,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` }
HsmfUpdateError Error within Update Response from H-SMF, or from SMF to I-SMF
func NewHsmfUpdateError ¶
func NewHsmfUpdateError(error_ ProblemDetails) *HsmfUpdateError
NewHsmfUpdateError instantiates a new HsmfUpdateError 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 NewHsmfUpdateErrorWithDefaults ¶
func NewHsmfUpdateErrorWithDefaults() *HsmfUpdateError
NewHsmfUpdateErrorWithDefaults instantiates a new HsmfUpdateError 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 (*HsmfUpdateError) GetBackOffTimer ¶
func (o *HsmfUpdateError) GetBackOffTimer() int32
GetBackOffTimer returns the BackOffTimer field value if set, zero value otherwise.
func (*HsmfUpdateError) GetBackOffTimerOk ¶
func (o *HsmfUpdateError) GetBackOffTimerOk() (*int32, bool)
GetBackOffTimerOk returns a tuple with the BackOffTimer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateError) GetError ¶
func (o *HsmfUpdateError) GetError() ProblemDetails
GetError returns the Error field value
func (*HsmfUpdateError) GetErrorOk ¶
func (o *HsmfUpdateError) GetErrorOk() (*ProblemDetails, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*HsmfUpdateError) GetN1SmInfoToUe ¶
func (o *HsmfUpdateError) GetN1SmInfoToUe() RefToBinaryData
GetN1SmInfoToUe returns the N1SmInfoToUe field value if set, zero value otherwise.
func (*HsmfUpdateError) GetN1SmInfoToUeOk ¶
func (o *HsmfUpdateError) GetN1SmInfoToUeOk() (*RefToBinaryData, bool)
GetN1SmInfoToUeOk returns a tuple with the N1SmInfoToUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateError) GetN1smCause ¶
func (o *HsmfUpdateError) GetN1smCause() string
GetN1smCause returns the N1smCause field value if set, zero value otherwise.
func (*HsmfUpdateError) GetN1smCauseOk ¶
func (o *HsmfUpdateError) GetN1smCauseOk() (*string, bool)
GetN1smCauseOk returns a tuple with the N1smCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateError) GetPti ¶
func (o *HsmfUpdateError) GetPti() int32
GetPti returns the Pti field value if set, zero value otherwise.
func (*HsmfUpdateError) GetPtiOk ¶
func (o *HsmfUpdateError) GetPtiOk() (*int32, bool)
GetPtiOk returns a tuple with the Pti field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateError) GetRecoveryTime ¶
func (o *HsmfUpdateError) GetRecoveryTime() time.Time
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*HsmfUpdateError) GetRecoveryTimeOk ¶
func (o *HsmfUpdateError) GetRecoveryTimeOk() (*time.Time, bool)
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdateError) HasBackOffTimer ¶
func (o *HsmfUpdateError) HasBackOffTimer() bool
HasBackOffTimer returns a boolean if a field has been set.
func (*HsmfUpdateError) HasN1SmInfoToUe ¶
func (o *HsmfUpdateError) HasN1SmInfoToUe() bool
HasN1SmInfoToUe returns a boolean if a field has been set.
func (*HsmfUpdateError) HasN1smCause ¶
func (o *HsmfUpdateError) HasN1smCause() bool
HasN1smCause returns a boolean if a field has been set.
func (*HsmfUpdateError) HasPti ¶
func (o *HsmfUpdateError) HasPti() bool
HasPti returns a boolean if a field has been set.
func (*HsmfUpdateError) HasRecoveryTime ¶
func (o *HsmfUpdateError) HasRecoveryTime() bool
HasRecoveryTime returns a boolean if a field has been set.
func (HsmfUpdateError) MarshalJSON ¶
func (o HsmfUpdateError) MarshalJSON() ([]byte, error)
func (*HsmfUpdateError) SetBackOffTimer ¶
func (o *HsmfUpdateError) SetBackOffTimer(v int32)
SetBackOffTimer gets a reference to the given int32 and assigns it to the BackOffTimer field.
func (*HsmfUpdateError) SetError ¶
func (o *HsmfUpdateError) SetError(v ProblemDetails)
SetError sets field value
func (*HsmfUpdateError) SetN1SmInfoToUe ¶
func (o *HsmfUpdateError) SetN1SmInfoToUe(v RefToBinaryData)
SetN1SmInfoToUe gets a reference to the given RefToBinaryData and assigns it to the N1SmInfoToUe field.
func (*HsmfUpdateError) SetN1smCause ¶
func (o *HsmfUpdateError) SetN1smCause(v string)
SetN1smCause gets a reference to the given string and assigns it to the N1smCause field.
func (*HsmfUpdateError) SetPti ¶
func (o *HsmfUpdateError) SetPti(v int32)
SetPti gets a reference to the given int32 and assigns it to the Pti field.
func (*HsmfUpdateError) SetRecoveryTime ¶
func (o *HsmfUpdateError) SetRecoveryTime(v time.Time)
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (HsmfUpdateError) ToMap ¶
func (o HsmfUpdateError) ToMap() (map[string]interface{}, error)
func (*HsmfUpdateError) UnmarshalJSON ¶
func (o *HsmfUpdateError) UnmarshalJSON(bytes []byte) (err error)
type HsmfUpdatedData ¶
type HsmfUpdatedData struct { N1SmInfoToUe *RefToBinaryData `json:"n1SmInfoToUe,omitempty"` N4Info *N4Information `json:"n4Info,omitempty"` N4InfoExt1 *N4Information `json:"n4InfoExt1,omitempty"` N4InfoExt2 *N4Information `json:"n4InfoExt2,omitempty"` DnaiList []string `json:"dnaiList,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` RoamingChargingProfile *RoamingChargingProfile `json:"roamingChargingProfile,omitempty"` HomeProvidedChargingId *string `json:"homeProvidedChargingId,omitempty"` UpSecurity *UpSecurity `json:"upSecurity,omitempty"` MaxIntegrityProtectedDataRateUl *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRateUl,omitempty"` MaxIntegrityProtectedDataRateDl *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRateDl,omitempty"` Ipv6MultiHomingInd *bool `json:"ipv6MultiHomingInd,omitempty"` QosFlowsSetupList []QosFlowSetupItem `json:"qosFlowsSetupList,omitempty"` SessionAmbr *Ambr `json:"sessionAmbr,omitempty"` EpsPdnCnxInfo *EpsPdnCnxInfo `json:"epsPdnCnxInfo,omitempty"` EpsBearerInfo []EpsBearerInfo `json:"epsBearerInfo,omitempty"` // Procedure Transaction Identifier Pti *int32 `json:"pti,omitempty"` // String providing an URI formatted according to RFC 3986. InterPlmnApiRoot *string `json:"interPlmnApiRoot,omitempty"` // String providing an URI formatted according to RFC 3986. IntraPlmnApiRoot *string `json:"intraPlmnApiRoot,omitempty"` }
HsmfUpdatedData Data within Update Response from H-SMF, or from SMF to I-SMF
func NewHsmfUpdatedData ¶
func NewHsmfUpdatedData() *HsmfUpdatedData
NewHsmfUpdatedData instantiates a new HsmfUpdatedData 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 NewHsmfUpdatedDataWithDefaults ¶
func NewHsmfUpdatedDataWithDefaults() *HsmfUpdatedData
NewHsmfUpdatedDataWithDefaults instantiates a new HsmfUpdatedData 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 (*HsmfUpdatedData) GetDnaiList ¶
func (o *HsmfUpdatedData) GetDnaiList() []string
GetDnaiList returns the DnaiList field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetDnaiListOk ¶
func (o *HsmfUpdatedData) GetDnaiListOk() ([]string, bool)
GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetEpsBearerInfo ¶
func (o *HsmfUpdatedData) GetEpsBearerInfo() []EpsBearerInfo
GetEpsBearerInfo returns the EpsBearerInfo field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetEpsBearerInfoOk ¶
func (o *HsmfUpdatedData) GetEpsBearerInfoOk() ([]EpsBearerInfo, bool)
GetEpsBearerInfoOk returns a tuple with the EpsBearerInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetEpsPdnCnxInfo ¶
func (o *HsmfUpdatedData) GetEpsPdnCnxInfo() EpsPdnCnxInfo
GetEpsPdnCnxInfo returns the EpsPdnCnxInfo field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetEpsPdnCnxInfoOk ¶
func (o *HsmfUpdatedData) GetEpsPdnCnxInfoOk() (*EpsPdnCnxInfo, bool)
GetEpsPdnCnxInfoOk returns a tuple with the EpsPdnCnxInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetHomeProvidedChargingId ¶
func (o *HsmfUpdatedData) GetHomeProvidedChargingId() string
GetHomeProvidedChargingId returns the HomeProvidedChargingId field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetHomeProvidedChargingIdOk ¶
func (o *HsmfUpdatedData) GetHomeProvidedChargingIdOk() (*string, bool)
GetHomeProvidedChargingIdOk returns a tuple with the HomeProvidedChargingId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetInterPlmnApiRoot ¶
func (o *HsmfUpdatedData) GetInterPlmnApiRoot() string
GetInterPlmnApiRoot returns the InterPlmnApiRoot field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetInterPlmnApiRootOk ¶
func (o *HsmfUpdatedData) GetInterPlmnApiRootOk() (*string, bool)
GetInterPlmnApiRootOk returns a tuple with the InterPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetIntraPlmnApiRoot ¶
func (o *HsmfUpdatedData) GetIntraPlmnApiRoot() string
GetIntraPlmnApiRoot returns the IntraPlmnApiRoot field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetIntraPlmnApiRootOk ¶
func (o *HsmfUpdatedData) GetIntraPlmnApiRootOk() (*string, bool)
GetIntraPlmnApiRootOk returns a tuple with the IntraPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetIpv6MultiHomingInd ¶
func (o *HsmfUpdatedData) GetIpv6MultiHomingInd() bool
GetIpv6MultiHomingInd returns the Ipv6MultiHomingInd field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetIpv6MultiHomingIndOk ¶
func (o *HsmfUpdatedData) GetIpv6MultiHomingIndOk() (*bool, bool)
GetIpv6MultiHomingIndOk returns a tuple with the Ipv6MultiHomingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetMaxIntegrityProtectedDataRateDl ¶
func (o *HsmfUpdatedData) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRateDl returns the MaxIntegrityProtectedDataRateDl field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetMaxIntegrityProtectedDataRateDlOk ¶
func (o *HsmfUpdatedData) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateDlOk returns a tuple with the MaxIntegrityProtectedDataRateDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetMaxIntegrityProtectedDataRateUl ¶
func (o *HsmfUpdatedData) GetMaxIntegrityProtectedDataRateUl() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRateUl returns the MaxIntegrityProtectedDataRateUl field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetMaxIntegrityProtectedDataRateUlOk ¶
func (o *HsmfUpdatedData) GetMaxIntegrityProtectedDataRateUlOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateUlOk returns a tuple with the MaxIntegrityProtectedDataRateUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetN1SmInfoToUe ¶
func (o *HsmfUpdatedData) GetN1SmInfoToUe() RefToBinaryData
GetN1SmInfoToUe returns the N1SmInfoToUe field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetN1SmInfoToUeOk ¶
func (o *HsmfUpdatedData) GetN1SmInfoToUeOk() (*RefToBinaryData, bool)
GetN1SmInfoToUeOk returns a tuple with the N1SmInfoToUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetN4Info ¶
func (o *HsmfUpdatedData) GetN4Info() N4Information
GetN4Info returns the N4Info field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetN4InfoExt1 ¶
func (o *HsmfUpdatedData) GetN4InfoExt1() N4Information
GetN4InfoExt1 returns the N4InfoExt1 field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetN4InfoExt1Ok ¶
func (o *HsmfUpdatedData) GetN4InfoExt1Ok() (*N4Information, bool)
GetN4InfoExt1Ok returns a tuple with the N4InfoExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetN4InfoExt2 ¶
func (o *HsmfUpdatedData) GetN4InfoExt2() N4Information
GetN4InfoExt2 returns the N4InfoExt2 field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetN4InfoExt2Ok ¶
func (o *HsmfUpdatedData) GetN4InfoExt2Ok() (*N4Information, bool)
GetN4InfoExt2Ok returns a tuple with the N4InfoExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetN4InfoOk ¶
func (o *HsmfUpdatedData) GetN4InfoOk() (*N4Information, bool)
GetN4InfoOk returns a tuple with the N4Info field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetPti ¶
func (o *HsmfUpdatedData) GetPti() int32
GetPti returns the Pti field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetPtiOk ¶
func (o *HsmfUpdatedData) GetPtiOk() (*int32, bool)
GetPtiOk returns a tuple with the Pti field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetQosFlowsSetupList ¶
func (o *HsmfUpdatedData) GetQosFlowsSetupList() []QosFlowSetupItem
GetQosFlowsSetupList returns the QosFlowsSetupList field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetQosFlowsSetupListOk ¶
func (o *HsmfUpdatedData) GetQosFlowsSetupListOk() ([]QosFlowSetupItem, bool)
GetQosFlowsSetupListOk returns a tuple with the QosFlowsSetupList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetRoamingChargingProfile ¶
func (o *HsmfUpdatedData) GetRoamingChargingProfile() RoamingChargingProfile
GetRoamingChargingProfile returns the RoamingChargingProfile field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetRoamingChargingProfileOk ¶
func (o *HsmfUpdatedData) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
GetRoamingChargingProfileOk returns a tuple with the RoamingChargingProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetSessionAmbr ¶
func (o *HsmfUpdatedData) GetSessionAmbr() Ambr
GetSessionAmbr returns the SessionAmbr field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetSessionAmbrOk ¶
func (o *HsmfUpdatedData) GetSessionAmbrOk() (*Ambr, bool)
GetSessionAmbrOk returns a tuple with the SessionAmbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetSupportedFeatures ¶
func (o *HsmfUpdatedData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetSupportedFeaturesOk ¶
func (o *HsmfUpdatedData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) GetUpSecurity ¶
func (o *HsmfUpdatedData) GetUpSecurity() UpSecurity
GetUpSecurity returns the UpSecurity field value if set, zero value otherwise.
func (*HsmfUpdatedData) GetUpSecurityOk ¶
func (o *HsmfUpdatedData) GetUpSecurityOk() (*UpSecurity, bool)
GetUpSecurityOk returns a tuple with the UpSecurity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HsmfUpdatedData) HasDnaiList ¶
func (o *HsmfUpdatedData) HasDnaiList() bool
HasDnaiList returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasEpsBearerInfo ¶
func (o *HsmfUpdatedData) HasEpsBearerInfo() bool
HasEpsBearerInfo returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasEpsPdnCnxInfo ¶
func (o *HsmfUpdatedData) HasEpsPdnCnxInfo() bool
HasEpsPdnCnxInfo returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasHomeProvidedChargingId ¶
func (o *HsmfUpdatedData) HasHomeProvidedChargingId() bool
HasHomeProvidedChargingId returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasInterPlmnApiRoot ¶
func (o *HsmfUpdatedData) HasInterPlmnApiRoot() bool
HasInterPlmnApiRoot returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasIntraPlmnApiRoot ¶
func (o *HsmfUpdatedData) HasIntraPlmnApiRoot() bool
HasIntraPlmnApiRoot returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasIpv6MultiHomingInd ¶
func (o *HsmfUpdatedData) HasIpv6MultiHomingInd() bool
HasIpv6MultiHomingInd returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasMaxIntegrityProtectedDataRateDl ¶
func (o *HsmfUpdatedData) HasMaxIntegrityProtectedDataRateDl() bool
HasMaxIntegrityProtectedDataRateDl returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasMaxIntegrityProtectedDataRateUl ¶
func (o *HsmfUpdatedData) HasMaxIntegrityProtectedDataRateUl() bool
HasMaxIntegrityProtectedDataRateUl returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasN1SmInfoToUe ¶
func (o *HsmfUpdatedData) HasN1SmInfoToUe() bool
HasN1SmInfoToUe returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasN4Info ¶
func (o *HsmfUpdatedData) HasN4Info() bool
HasN4Info returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasN4InfoExt1 ¶
func (o *HsmfUpdatedData) HasN4InfoExt1() bool
HasN4InfoExt1 returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasN4InfoExt2 ¶
func (o *HsmfUpdatedData) HasN4InfoExt2() bool
HasN4InfoExt2 returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasPti ¶
func (o *HsmfUpdatedData) HasPti() bool
HasPti returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasQosFlowsSetupList ¶
func (o *HsmfUpdatedData) HasQosFlowsSetupList() bool
HasQosFlowsSetupList returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasRoamingChargingProfile ¶
func (o *HsmfUpdatedData) HasRoamingChargingProfile() bool
HasRoamingChargingProfile returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasSessionAmbr ¶
func (o *HsmfUpdatedData) HasSessionAmbr() bool
HasSessionAmbr returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasSupportedFeatures ¶
func (o *HsmfUpdatedData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*HsmfUpdatedData) HasUpSecurity ¶
func (o *HsmfUpdatedData) HasUpSecurity() bool
HasUpSecurity returns a boolean if a field has been set.
func (HsmfUpdatedData) MarshalJSON ¶
func (o HsmfUpdatedData) MarshalJSON() ([]byte, error)
func (*HsmfUpdatedData) SetDnaiList ¶
func (o *HsmfUpdatedData) SetDnaiList(v []string)
SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.
func (*HsmfUpdatedData) SetEpsBearerInfo ¶
func (o *HsmfUpdatedData) SetEpsBearerInfo(v []EpsBearerInfo)
SetEpsBearerInfo gets a reference to the given []EpsBearerInfo and assigns it to the EpsBearerInfo field.
func (*HsmfUpdatedData) SetEpsPdnCnxInfo ¶
func (o *HsmfUpdatedData) SetEpsPdnCnxInfo(v EpsPdnCnxInfo)
SetEpsPdnCnxInfo gets a reference to the given EpsPdnCnxInfo and assigns it to the EpsPdnCnxInfo field.
func (*HsmfUpdatedData) SetHomeProvidedChargingId ¶
func (o *HsmfUpdatedData) SetHomeProvidedChargingId(v string)
SetHomeProvidedChargingId gets a reference to the given string and assigns it to the HomeProvidedChargingId field.
func (*HsmfUpdatedData) SetInterPlmnApiRoot ¶
func (o *HsmfUpdatedData) SetInterPlmnApiRoot(v string)
SetInterPlmnApiRoot gets a reference to the given string and assigns it to the InterPlmnApiRoot field.
func (*HsmfUpdatedData) SetIntraPlmnApiRoot ¶
func (o *HsmfUpdatedData) SetIntraPlmnApiRoot(v string)
SetIntraPlmnApiRoot gets a reference to the given string and assigns it to the IntraPlmnApiRoot field.
func (*HsmfUpdatedData) SetIpv6MultiHomingInd ¶
func (o *HsmfUpdatedData) SetIpv6MultiHomingInd(v bool)
SetIpv6MultiHomingInd gets a reference to the given bool and assigns it to the Ipv6MultiHomingInd field.
func (*HsmfUpdatedData) SetMaxIntegrityProtectedDataRateDl ¶
func (o *HsmfUpdatedData) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRateDl gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRateDl field.
func (*HsmfUpdatedData) SetMaxIntegrityProtectedDataRateUl ¶
func (o *HsmfUpdatedData) SetMaxIntegrityProtectedDataRateUl(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRateUl gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRateUl field.
func (*HsmfUpdatedData) SetN1SmInfoToUe ¶
func (o *HsmfUpdatedData) SetN1SmInfoToUe(v RefToBinaryData)
SetN1SmInfoToUe gets a reference to the given RefToBinaryData and assigns it to the N1SmInfoToUe field.
func (*HsmfUpdatedData) SetN4Info ¶
func (o *HsmfUpdatedData) SetN4Info(v N4Information)
SetN4Info gets a reference to the given N4Information and assigns it to the N4Info field.
func (*HsmfUpdatedData) SetN4InfoExt1 ¶
func (o *HsmfUpdatedData) SetN4InfoExt1(v N4Information)
SetN4InfoExt1 gets a reference to the given N4Information and assigns it to the N4InfoExt1 field.
func (*HsmfUpdatedData) SetN4InfoExt2 ¶
func (o *HsmfUpdatedData) SetN4InfoExt2(v N4Information)
SetN4InfoExt2 gets a reference to the given N4Information and assigns it to the N4InfoExt2 field.
func (*HsmfUpdatedData) SetPti ¶
func (o *HsmfUpdatedData) SetPti(v int32)
SetPti gets a reference to the given int32 and assigns it to the Pti field.
func (*HsmfUpdatedData) SetQosFlowsSetupList ¶
func (o *HsmfUpdatedData) SetQosFlowsSetupList(v []QosFlowSetupItem)
SetQosFlowsSetupList gets a reference to the given []QosFlowSetupItem and assigns it to the QosFlowsSetupList field.
func (*HsmfUpdatedData) SetRoamingChargingProfile ¶
func (o *HsmfUpdatedData) SetRoamingChargingProfile(v RoamingChargingProfile)
SetRoamingChargingProfile gets a reference to the given RoamingChargingProfile and assigns it to the RoamingChargingProfile field.
func (*HsmfUpdatedData) SetSessionAmbr ¶
func (o *HsmfUpdatedData) SetSessionAmbr(v Ambr)
SetSessionAmbr gets a reference to the given Ambr and assigns it to the SessionAmbr field.
func (*HsmfUpdatedData) SetSupportedFeatures ¶
func (o *HsmfUpdatedData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*HsmfUpdatedData) SetUpSecurity ¶
func (o *HsmfUpdatedData) SetUpSecurity(v UpSecurity)
SetUpSecurity gets a reference to the given UpSecurity and assigns it to the UpSecurity field.
func (HsmfUpdatedData) ToMap ¶
func (o HsmfUpdatedData) ToMap() (map[string]interface{}, error)
type IndirectDataForwardingTunnelInfo ¶
type IndirectDataForwardingTunnelInfo struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` // GTP Tunnel Endpoint Identifier GtpTeid string `json:"gtpTeid"` // Data Radio Bearer Identity DrbId *int32 `json:"drbId,omitempty"` // indicates first, second or third additional indirect data forwarding tunnel AdditionalTnlNb *int32 `json:"additionalTnlNb,omitempty"` }
IndirectDataForwardingTunnelInfo Indirect Data Forwarding Tunnel Information
func NewIndirectDataForwardingTunnelInfo ¶
func NewIndirectDataForwardingTunnelInfo(gtpTeid string) *IndirectDataForwardingTunnelInfo
NewIndirectDataForwardingTunnelInfo instantiates a new IndirectDataForwardingTunnelInfo 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 NewIndirectDataForwardingTunnelInfoWithDefaults ¶
func NewIndirectDataForwardingTunnelInfoWithDefaults() *IndirectDataForwardingTunnelInfo
NewIndirectDataForwardingTunnelInfoWithDefaults instantiates a new IndirectDataForwardingTunnelInfo 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 (*IndirectDataForwardingTunnelInfo) GetAdditionalTnlNb ¶
func (o *IndirectDataForwardingTunnelInfo) GetAdditionalTnlNb() int32
GetAdditionalTnlNb returns the AdditionalTnlNb field value if set, zero value otherwise.
func (*IndirectDataForwardingTunnelInfo) GetAdditionalTnlNbOk ¶
func (o *IndirectDataForwardingTunnelInfo) GetAdditionalTnlNbOk() (*int32, bool)
GetAdditionalTnlNbOk returns a tuple with the AdditionalTnlNb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndirectDataForwardingTunnelInfo) GetDrbId ¶
func (o *IndirectDataForwardingTunnelInfo) GetDrbId() int32
GetDrbId returns the DrbId field value if set, zero value otherwise.
func (*IndirectDataForwardingTunnelInfo) GetDrbIdOk ¶
func (o *IndirectDataForwardingTunnelInfo) GetDrbIdOk() (*int32, bool)
GetDrbIdOk returns a tuple with the DrbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndirectDataForwardingTunnelInfo) GetGtpTeid ¶
func (o *IndirectDataForwardingTunnelInfo) GetGtpTeid() string
GetGtpTeid returns the GtpTeid field value
func (*IndirectDataForwardingTunnelInfo) GetGtpTeidOk ¶
func (o *IndirectDataForwardingTunnelInfo) GetGtpTeidOk() (*string, bool)
GetGtpTeidOk returns a tuple with the GtpTeid field value and a boolean to check if the value has been set.
func (*IndirectDataForwardingTunnelInfo) GetIpv4Addr ¶
func (o *IndirectDataForwardingTunnelInfo) GetIpv4Addr() string
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*IndirectDataForwardingTunnelInfo) GetIpv4AddrOk ¶
func (o *IndirectDataForwardingTunnelInfo) GetIpv4AddrOk() (*string, bool)
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndirectDataForwardingTunnelInfo) GetIpv6Addr ¶
func (o *IndirectDataForwardingTunnelInfo) GetIpv6Addr() Ipv6Addr
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*IndirectDataForwardingTunnelInfo) GetIpv6AddrOk ¶
func (o *IndirectDataForwardingTunnelInfo) GetIpv6AddrOk() (*Ipv6Addr, bool)
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndirectDataForwardingTunnelInfo) HasAdditionalTnlNb ¶
func (o *IndirectDataForwardingTunnelInfo) HasAdditionalTnlNb() bool
HasAdditionalTnlNb returns a boolean if a field has been set.
func (*IndirectDataForwardingTunnelInfo) HasDrbId ¶
func (o *IndirectDataForwardingTunnelInfo) HasDrbId() bool
HasDrbId returns a boolean if a field has been set.
func (*IndirectDataForwardingTunnelInfo) HasIpv4Addr ¶
func (o *IndirectDataForwardingTunnelInfo) HasIpv4Addr() bool
HasIpv4Addr returns a boolean if a field has been set.
func (*IndirectDataForwardingTunnelInfo) HasIpv6Addr ¶
func (o *IndirectDataForwardingTunnelInfo) HasIpv6Addr() bool
HasIpv6Addr returns a boolean if a field has been set.
func (IndirectDataForwardingTunnelInfo) MarshalJSON ¶
func (o IndirectDataForwardingTunnelInfo) MarshalJSON() ([]byte, error)
func (*IndirectDataForwardingTunnelInfo) SetAdditionalTnlNb ¶
func (o *IndirectDataForwardingTunnelInfo) SetAdditionalTnlNb(v int32)
SetAdditionalTnlNb gets a reference to the given int32 and assigns it to the AdditionalTnlNb field.
func (*IndirectDataForwardingTunnelInfo) SetDrbId ¶
func (o *IndirectDataForwardingTunnelInfo) SetDrbId(v int32)
SetDrbId gets a reference to the given int32 and assigns it to the DrbId field.
func (*IndirectDataForwardingTunnelInfo) SetGtpTeid ¶
func (o *IndirectDataForwardingTunnelInfo) SetGtpTeid(v string)
SetGtpTeid sets field value
func (*IndirectDataForwardingTunnelInfo) SetIpv4Addr ¶
func (o *IndirectDataForwardingTunnelInfo) SetIpv4Addr(v string)
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*IndirectDataForwardingTunnelInfo) SetIpv6Addr ¶
func (o *IndirectDataForwardingTunnelInfo) SetIpv6Addr(v Ipv6Addr)
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (IndirectDataForwardingTunnelInfo) ToMap ¶
func (o IndirectDataForwardingTunnelInfo) ToMap() (map[string]interface{}, error)
func (*IndirectDataForwardingTunnelInfo) UnmarshalJSON ¶
func (o *IndirectDataForwardingTunnelInfo) UnmarshalJSON(bytes []byte) (err error)
type IndividualPDUSessionHSMFOrSMFAPIService ¶
type IndividualPDUSessionHSMFOrSMFAPIService service
IndividualPDUSessionHSMFOrSMFAPIService IndividualPDUSessionHSMFOrSMFAPI service
func (*IndividualPDUSessionHSMFOrSMFAPIService) ReleasePduSession ¶
func (a *IndividualPDUSessionHSMFOrSMFAPIService) ReleasePduSession(ctx context.Context, pduSessionRef string) ApiReleasePduSessionRequest
ReleasePduSession Release
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param pduSessionRef PDU session reference @return ApiReleasePduSessionRequest
func (*IndividualPDUSessionHSMFOrSMFAPIService) ReleasePduSessionExecute ¶
func (a *IndividualPDUSessionHSMFOrSMFAPIService) ReleasePduSessionExecute(r ApiReleasePduSessionRequest) (*ReleasedData, *http.Response, error)
Execute executes the request
@return ReleasedData
func (*IndividualPDUSessionHSMFOrSMFAPIService) RetrievePduSession ¶
func (a *IndividualPDUSessionHSMFOrSMFAPIService) RetrievePduSession(ctx context.Context, pduSessionRef string) ApiRetrievePduSessionRequest
RetrievePduSession Retrieve
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param pduSessionRef PDU session reference @return ApiRetrievePduSessionRequest
func (*IndividualPDUSessionHSMFOrSMFAPIService) RetrievePduSessionExecute ¶
func (a *IndividualPDUSessionHSMFOrSMFAPIService) RetrievePduSessionExecute(r ApiRetrievePduSessionRequest) (*RetrievedData, *http.Response, error)
Execute executes the request
@return RetrievedData
func (*IndividualPDUSessionHSMFOrSMFAPIService) TransferMoData ¶
func (a *IndividualPDUSessionHSMFOrSMFAPIService) TransferMoData(ctx context.Context, pduSessionRef string) ApiTransferMoDataRequest
TransferMoData Transfer MO Data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param pduSessionRef PDU session reference @return ApiTransferMoDataRequest
func (*IndividualPDUSessionHSMFOrSMFAPIService) TransferMoDataExecute ¶
func (a *IndividualPDUSessionHSMFOrSMFAPIService) TransferMoDataExecute(r ApiTransferMoDataRequest) (*http.Response, error)
Execute executes the request
func (*IndividualPDUSessionHSMFOrSMFAPIService) UpdatePduSession ¶
func (a *IndividualPDUSessionHSMFOrSMFAPIService) UpdatePduSession(ctx context.Context, pduSessionRef string) ApiUpdatePduSessionRequest
UpdatePduSession Update (initiated by V-SMF or I-SMF)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param pduSessionRef PDU session reference @return ApiUpdatePduSessionRequest
func (*IndividualPDUSessionHSMFOrSMFAPIService) UpdatePduSessionExecute ¶
func (a *IndividualPDUSessionHSMFOrSMFAPIService) UpdatePduSessionExecute(r ApiUpdatePduSessionRequest) (*HsmfUpdatedData, *http.Response, error)
Execute executes the request
@return HsmfUpdatedData
type IndividualSMContextAPIService ¶
type IndividualSMContextAPIService service
IndividualSMContextAPIService IndividualSMContextAPI service
func (*IndividualSMContextAPIService) ReleaseSmContext ¶
func (a *IndividualSMContextAPIService) ReleaseSmContext(ctx context.Context, smContextRef string) ApiReleaseSmContextRequest
ReleaseSmContext Release SM Context
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param smContextRef SM context reference @return ApiReleaseSmContextRequest
func (*IndividualSMContextAPIService) ReleaseSmContextExecute ¶
func (a *IndividualSMContextAPIService) ReleaseSmContextExecute(r ApiReleaseSmContextRequest) (*SmContextReleasedData, *http.Response, error)
Execute executes the request
@return SmContextReleasedData
func (*IndividualSMContextAPIService) RetrieveSmContext ¶
func (a *IndividualSMContextAPIService) RetrieveSmContext(ctx context.Context, smContextRef string) ApiRetrieveSmContextRequest
RetrieveSmContext Retrieve SM Context
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param smContextRef SM context reference @return ApiRetrieveSmContextRequest
func (*IndividualSMContextAPIService) RetrieveSmContextExecute ¶
func (a *IndividualSMContextAPIService) RetrieveSmContextExecute(r ApiRetrieveSmContextRequest) (*SmContextRetrievedData, *http.Response, error)
Execute executes the request
@return SmContextRetrievedData
func (*IndividualSMContextAPIService) SendMoData ¶
func (a *IndividualSMContextAPIService) SendMoData(ctx context.Context, smContextRef string) ApiSendMoDataRequest
SendMoData Send MO Data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param smContextRef SM context reference @return ApiSendMoDataRequest
func (*IndividualSMContextAPIService) SendMoDataExecute ¶
func (a *IndividualSMContextAPIService) SendMoDataExecute(r ApiSendMoDataRequest) (*http.Response, error)
Execute executes the request
func (*IndividualSMContextAPIService) UpdateSmContext ¶
func (a *IndividualSMContextAPIService) UpdateSmContext(ctx context.Context, smContextRef string) ApiUpdateSmContextRequest
UpdateSmContext Update SM Context
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param smContextRef SM context reference @return ApiUpdateSmContextRequest
func (*IndividualSMContextAPIService) UpdateSmContextExecute ¶
func (a *IndividualSMContextAPIService) UpdateSmContextExecute(r ApiUpdateSmContextRequest) (*SmContextUpdatedData, *http.Response, error)
Execute executes the request
@return SmContextUpdatedData
type InvalidParam ¶
type InvalidParam struct { // If the invalid parameter is an attribute in a JSON body, this IE shall contain the attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is an HTTP header, this IE shall be formatted as the concatenation of the string \"header \" plus the name of such header. If the invalid parameter is a query parameter, this IE shall be formatted as the concatenation of the string \"query \" plus the name of such query parameter. If the invalid parameter is a variable part in the path of a resource URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\" used in OpenAPI specification as the notation to represent variable path segments. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed operations in a PATCH request, the reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g.\" Replacement value invalid for attribute (failed operation index= 4)\" Reason *string `json:"reason,omitempty"` }
InvalidParam It contains an invalid parameter and a related description.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam 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 NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam 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 (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
func (*InvalidParam) UnmarshalJSON ¶
func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
type IpAddress ¶
type IpAddress struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"` }
IpAddress IP Address
func NewIpAddress ¶
func NewIpAddress() *IpAddress
NewIpAddress instantiates a new IpAddress 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 NewIpAddressWithDefaults ¶
func NewIpAddressWithDefaults() *IpAddress
NewIpAddressWithDefaults instantiates a new IpAddress 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 (*IpAddress) GetIpv4Addr ¶
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*IpAddress) GetIpv4AddrOk ¶
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddress) GetIpv6Addr ¶
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*IpAddress) GetIpv6AddrOk ¶
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddress) GetIpv6Prefix ¶
func (o *IpAddress) GetIpv6Prefix() Ipv6Prefix
GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.
func (*IpAddress) GetIpv6PrefixOk ¶
func (o *IpAddress) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddress) HasIpv4Addr ¶
HasIpv4Addr returns a boolean if a field has been set.
func (*IpAddress) HasIpv6Addr ¶
HasIpv6Addr returns a boolean if a field has been set.
func (*IpAddress) HasIpv6Prefix ¶
HasIpv6Prefix returns a boolean if a field has been set.
func (IpAddress) MarshalJSON ¶
func (*IpAddress) SetIpv4Addr ¶
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*IpAddress) SetIpv6Addr ¶
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*IpAddress) SetIpv6Prefix ¶
func (o *IpAddress) SetIpv6Prefix(v Ipv6Prefix)
SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.
type Ipv6Addr ¶
type Ipv6Addr struct { }
Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.
func NewIpv6Addr ¶
func NewIpv6Addr() *Ipv6Addr
NewIpv6Addr instantiates a new Ipv6Addr 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 NewIpv6AddrWithDefaults ¶
func NewIpv6AddrWithDefaults() *Ipv6Addr
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr 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 (Ipv6Addr) MarshalJSON ¶
type Ipv6Prefix ¶
type Ipv6Prefix struct { }
Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.
func NewIpv6Prefix ¶
func NewIpv6Prefix() *Ipv6Prefix
NewIpv6Prefix instantiates a new Ipv6Prefix 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 NewIpv6PrefixWithDefaults ¶
func NewIpv6PrefixWithDefaults() *Ipv6Prefix
NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix 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 (Ipv6Prefix) MarshalJSON ¶
func (o Ipv6Prefix) MarshalJSON() ([]byte, error)
func (Ipv6Prefix) ToMap ¶
func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)
type LineType ¶
type LineType struct {
// contains filtered or unexported fields
}
LineType Possible values are: - DSL: Identifies a DSL line - PON: Identifies a PON line
func (*LineType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*LineType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type LocationAreaId ¶
type LocationAreaId struct { PlmnId PlmnId `json:"plmnId"` // Location Area Code. Lac string `json:"lac"` }
LocationAreaId Contains a Location area identification as defined in 3GPP TS 23.003, clause 4.1.
func NewLocationAreaId ¶
func NewLocationAreaId(plmnId PlmnId, lac string) *LocationAreaId
NewLocationAreaId instantiates a new LocationAreaId 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 NewLocationAreaIdWithDefaults ¶
func NewLocationAreaIdWithDefaults() *LocationAreaId
NewLocationAreaIdWithDefaults instantiates a new LocationAreaId 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 (*LocationAreaId) GetLac ¶
func (o *LocationAreaId) GetLac() string
GetLac returns the Lac field value
func (*LocationAreaId) GetLacOk ¶
func (o *LocationAreaId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*LocationAreaId) GetPlmnId ¶
func (o *LocationAreaId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*LocationAreaId) GetPlmnIdOk ¶
func (o *LocationAreaId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (LocationAreaId) MarshalJSON ¶
func (o LocationAreaId) MarshalJSON() ([]byte, error)
func (*LocationAreaId) SetPlmnId ¶
func (o *LocationAreaId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (LocationAreaId) ToMap ¶
func (o LocationAreaId) ToMap() (map[string]interface{}, error)
func (*LocationAreaId) UnmarshalJSON ¶
func (o *LocationAreaId) UnmarshalJSON(bytes []byte) (err error)
type MaReleaseIndication ¶
type MaReleaseIndication struct {
// contains filtered or unexported fields
}
MaReleaseIndication Multi-Access PDU session release Indication. Possible values are - REL_MAPDU_OVER_3GPP - REL_MAPDU_OVER_N3GPP
func (*MaReleaseIndication) MarshalJSON ¶
func (src *MaReleaseIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MaReleaseIndication) UnmarshalJSON ¶
func (dst *MaReleaseIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MappedNullable ¶
type MaxIntegrityProtectedDataRate ¶
type MaxIntegrityProtectedDataRate struct {
// contains filtered or unexported fields
}
MaxIntegrityProtectedDataRate Maximum Integrity Protected Data Rate. Possible values are - 64_KBPS - MAX_UE_RATE
func (*MaxIntegrityProtectedDataRate) MarshalJSON ¶
func (src *MaxIntegrityProtectedDataRate) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MaxIntegrityProtectedDataRate) UnmarshalJSON ¶
func (dst *MaxIntegrityProtectedDataRate) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MmeCapabilities ¶
type MmeCapabilities struct { NonIpSupported *bool `json:"nonIpSupported,omitempty"` EthernetSupported *bool `json:"ethernetSupported,omitempty"` UpipSupported *bool `json:"upipSupported,omitempty"` }
MmeCapabilities MME capabilities
func NewMmeCapabilities ¶
func NewMmeCapabilities() *MmeCapabilities
NewMmeCapabilities instantiates a new MmeCapabilities 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 NewMmeCapabilitiesWithDefaults ¶
func NewMmeCapabilitiesWithDefaults() *MmeCapabilities
NewMmeCapabilitiesWithDefaults instantiates a new MmeCapabilities 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 (*MmeCapabilities) GetEthernetSupported ¶
func (o *MmeCapabilities) GetEthernetSupported() bool
GetEthernetSupported returns the EthernetSupported field value if set, zero value otherwise.
func (*MmeCapabilities) GetEthernetSupportedOk ¶
func (o *MmeCapabilities) GetEthernetSupportedOk() (*bool, bool)
GetEthernetSupportedOk returns a tuple with the EthernetSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmeCapabilities) GetNonIpSupported ¶
func (o *MmeCapabilities) GetNonIpSupported() bool
GetNonIpSupported returns the NonIpSupported field value if set, zero value otherwise.
func (*MmeCapabilities) GetNonIpSupportedOk ¶
func (o *MmeCapabilities) GetNonIpSupportedOk() (*bool, bool)
GetNonIpSupportedOk returns a tuple with the NonIpSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmeCapabilities) GetUpipSupported ¶
func (o *MmeCapabilities) GetUpipSupported() bool
GetUpipSupported returns the UpipSupported field value if set, zero value otherwise.
func (*MmeCapabilities) GetUpipSupportedOk ¶
func (o *MmeCapabilities) GetUpipSupportedOk() (*bool, bool)
GetUpipSupportedOk returns a tuple with the UpipSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmeCapabilities) HasEthernetSupported ¶
func (o *MmeCapabilities) HasEthernetSupported() bool
HasEthernetSupported returns a boolean if a field has been set.
func (*MmeCapabilities) HasNonIpSupported ¶
func (o *MmeCapabilities) HasNonIpSupported() bool
HasNonIpSupported returns a boolean if a field has been set.
func (*MmeCapabilities) HasUpipSupported ¶
func (o *MmeCapabilities) HasUpipSupported() bool
HasUpipSupported returns a boolean if a field has been set.
func (MmeCapabilities) MarshalJSON ¶
func (o MmeCapabilities) MarshalJSON() ([]byte, error)
func (*MmeCapabilities) SetEthernetSupported ¶
func (o *MmeCapabilities) SetEthernetSupported(v bool)
SetEthernetSupported gets a reference to the given bool and assigns it to the EthernetSupported field.
func (*MmeCapabilities) SetNonIpSupported ¶
func (o *MmeCapabilities) SetNonIpSupported(v bool)
SetNonIpSupported gets a reference to the given bool and assigns it to the NonIpSupported field.
func (*MmeCapabilities) SetUpipSupported ¶
func (o *MmeCapabilities) SetUpipSupported(v bool)
SetUpipSupported gets a reference to the given bool and assigns it to the UpipSupported field.
func (MmeCapabilities) ToMap ¶
func (o MmeCapabilities) ToMap() (map[string]interface{}, error)
type MoExpDataCounter ¶
type MoExpDataCounter struct { // Unsigned integer identifying the MO Exception Data Counter, as specified in clause 5.31.14.3 of 3GPP TS 23.501. Counter int32 `json:"counter"` // string with format 'date-time' as defined in OpenAPI. TimeStamp *time.Time `json:"timeStamp,omitempty"` }
MoExpDataCounter Contain the MO Exception Data Counter.
func NewMoExpDataCounter ¶
func NewMoExpDataCounter(counter int32) *MoExpDataCounter
NewMoExpDataCounter instantiates a new MoExpDataCounter 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 NewMoExpDataCounterWithDefaults ¶
func NewMoExpDataCounterWithDefaults() *MoExpDataCounter
NewMoExpDataCounterWithDefaults instantiates a new MoExpDataCounter 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 (*MoExpDataCounter) GetCounter ¶
func (o *MoExpDataCounter) GetCounter() int32
GetCounter returns the Counter field value
func (*MoExpDataCounter) GetCounterOk ¶
func (o *MoExpDataCounter) GetCounterOk() (*int32, bool)
GetCounterOk returns a tuple with the Counter field value and a boolean to check if the value has been set.
func (*MoExpDataCounter) GetTimeStamp ¶
func (o *MoExpDataCounter) GetTimeStamp() time.Time
GetTimeStamp returns the TimeStamp field value if set, zero value otherwise.
func (*MoExpDataCounter) GetTimeStampOk ¶
func (o *MoExpDataCounter) GetTimeStampOk() (*time.Time, bool)
GetTimeStampOk returns a tuple with the TimeStamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MoExpDataCounter) HasTimeStamp ¶
func (o *MoExpDataCounter) HasTimeStamp() bool
HasTimeStamp returns a boolean if a field has been set.
func (MoExpDataCounter) MarshalJSON ¶
func (o MoExpDataCounter) MarshalJSON() ([]byte, error)
func (*MoExpDataCounter) SetCounter ¶
func (o *MoExpDataCounter) SetCounter(v int32)
SetCounter sets field value
func (*MoExpDataCounter) SetTimeStamp ¶
func (o *MoExpDataCounter) SetTimeStamp(v time.Time)
SetTimeStamp gets a reference to the given time.Time and assigns it to the TimeStamp field.
func (MoExpDataCounter) ToMap ¶
func (o MoExpDataCounter) ToMap() (map[string]interface{}, error)
func (*MoExpDataCounter) UnmarshalJSON ¶
func (o *MoExpDataCounter) UnmarshalJSON(bytes []byte) (err error)
type N2SmInfoType ¶
type N2SmInfoType struct {
// contains filtered or unexported fields
}
N2SmInfoType N2 SM Information Type. Possible values are - PDU_RES_SETUP_REQ - PDU_RES_SETUP_RSP - PDU_RES_SETUP_FAIL - PDU_RES_REL_CMD - PDU_RES_REL_RSP - PDU_RES_MOD_REQ - PDU_RES_MOD_RSP - PDU_RES_MOD_FAIL - PDU_RES_NTY - PDU_RES_NTY_REL - PDU_RES_MOD_IND - PDU_RES_MOD_CFM - PATH_SWITCH_REQ - PATH_SWITCH_SETUP_FAIL - PATH_SWITCH_REQ_ACK - PATH_SWITCH_REQ_FAIL - HANDOVER_REQUIRED - HANDOVER_CMD - HANDOVER_PREP_FAIL - HANDOVER_REQ_ACK - HANDOVER_RES_ALLOC_FAIL - SECONDARY_RAT_USAGE - PDU_RES_MOD_IND_FAIL - UE_CONTEXT_RESUME_REQ - UE_CONTEXT_RESUME_RSP - UE_CONTEXT_SUSPEND_REQ
func (*N2SmInfoType) MarshalJSON ¶
func (src *N2SmInfoType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N2SmInfoType) UnmarshalJSON ¶
func (dst *N2SmInfoType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type N3gaLocation ¶
type N3gaLocation struct { N3gppTai *Tai `json:"n3gppTai,omitempty"` // This IE shall contain the N3IWF identifier received over NGAP and shall be encoded as a string of hexadecimal characters. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the N3IWF ID shall appear first in the string, and the character representing the 4 least significant bit of the N3IWF ID shall appear last in the string. N3IwfId *string `json:"n3IwfId,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. UeIpv4Addr *string `json:"ueIpv4Addr,omitempty"` UeIpv6Addr *Ipv6Addr `json:"ueIpv6Addr,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. PortNumber *int32 `json:"portNumber,omitempty"` Protocol *TransportProtocol `json:"protocol,omitempty"` TnapId *TnapId `json:"tnapId,omitempty"` TwapId *TwapId `json:"twapId,omitempty"` HfcNodeId *HfcNodeId `json:"hfcNodeId,omitempty"` // string with format 'bytes' as defined in OpenAPI Gli *string `json:"gli,omitempty"` W5gbanLineType *LineType `json:"w5gbanLineType,omitempty"` // Global Cable Identifier uniquely identifying the connection between the 5G-CRG or FN-CRG to the 5GS. See clause 28.15.4 of 3GPP TS 23.003. This shall be encoded as a string per clause 28.15.4 of 3GPP TS 23.003, and compliant with the syntax specified in clause 2.2 of IETF RFC 7542 for the username part of a NAI. The GCI value is specified in CableLabs WR-TR-5WWC-ARCH. Gci *string `json:"gci,omitempty"` }
N3gaLocation Contains the Non-3GPP access user location.
func NewN3gaLocation ¶
func NewN3gaLocation() *N3gaLocation
NewN3gaLocation instantiates a new N3gaLocation 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 NewN3gaLocationWithDefaults ¶
func NewN3gaLocationWithDefaults() *N3gaLocation
NewN3gaLocationWithDefaults instantiates a new N3gaLocation 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 (*N3gaLocation) GetGci ¶
func (o *N3gaLocation) GetGci() string
GetGci returns the Gci field value if set, zero value otherwise.
func (*N3gaLocation) GetGciOk ¶
func (o *N3gaLocation) GetGciOk() (*string, bool)
GetGciOk returns a tuple with the Gci field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetGli ¶
func (o *N3gaLocation) GetGli() string
GetGli returns the Gli field value if set, zero value otherwise.
func (*N3gaLocation) GetGliOk ¶
func (o *N3gaLocation) GetGliOk() (*string, bool)
GetGliOk returns a tuple with the Gli field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetHfcNodeId ¶
func (o *N3gaLocation) GetHfcNodeId() HfcNodeId
GetHfcNodeId returns the HfcNodeId field value if set, zero value otherwise.
func (*N3gaLocation) GetHfcNodeIdOk ¶
func (o *N3gaLocation) GetHfcNodeIdOk() (*HfcNodeId, bool)
GetHfcNodeIdOk returns a tuple with the HfcNodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetN3IwfId ¶
func (o *N3gaLocation) GetN3IwfId() string
GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.
func (*N3gaLocation) GetN3IwfIdOk ¶
func (o *N3gaLocation) GetN3IwfIdOk() (*string, bool)
GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetN3gppTai ¶
func (o *N3gaLocation) GetN3gppTai() Tai
GetN3gppTai returns the N3gppTai field value if set, zero value otherwise.
func (*N3gaLocation) GetN3gppTaiOk ¶
func (o *N3gaLocation) GetN3gppTaiOk() (*Tai, bool)
GetN3gppTaiOk returns a tuple with the N3gppTai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetPortNumber ¶
func (o *N3gaLocation) GetPortNumber() int32
GetPortNumber returns the PortNumber field value if set, zero value otherwise.
func (*N3gaLocation) GetPortNumberOk ¶
func (o *N3gaLocation) GetPortNumberOk() (*int32, bool)
GetPortNumberOk returns a tuple with the PortNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetProtocol ¶
func (o *N3gaLocation) GetProtocol() TransportProtocol
GetProtocol returns the Protocol field value if set, zero value otherwise.
func (*N3gaLocation) GetProtocolOk ¶
func (o *N3gaLocation) GetProtocolOk() (*TransportProtocol, bool)
GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetTnapId ¶
func (o *N3gaLocation) GetTnapId() TnapId
GetTnapId returns the TnapId field value if set, zero value otherwise.
func (*N3gaLocation) GetTnapIdOk ¶
func (o *N3gaLocation) GetTnapIdOk() (*TnapId, bool)
GetTnapIdOk returns a tuple with the TnapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetTwapId ¶
func (o *N3gaLocation) GetTwapId() TwapId
GetTwapId returns the TwapId field value if set, zero value otherwise.
func (*N3gaLocation) GetTwapIdOk ¶
func (o *N3gaLocation) GetTwapIdOk() (*TwapId, bool)
GetTwapIdOk returns a tuple with the TwapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetUeIpv4Addr ¶
func (o *N3gaLocation) GetUeIpv4Addr() string
GetUeIpv4Addr returns the UeIpv4Addr field value if set, zero value otherwise.
func (*N3gaLocation) GetUeIpv4AddrOk ¶
func (o *N3gaLocation) GetUeIpv4AddrOk() (*string, bool)
GetUeIpv4AddrOk returns a tuple with the UeIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetUeIpv6Addr ¶
func (o *N3gaLocation) GetUeIpv6Addr() Ipv6Addr
GetUeIpv6Addr returns the UeIpv6Addr field value if set, zero value otherwise.
func (*N3gaLocation) GetUeIpv6AddrOk ¶
func (o *N3gaLocation) GetUeIpv6AddrOk() (*Ipv6Addr, bool)
GetUeIpv6AddrOk returns a tuple with the UeIpv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetW5gbanLineType ¶
func (o *N3gaLocation) GetW5gbanLineType() LineType
GetW5gbanLineType returns the W5gbanLineType field value if set, zero value otherwise.
func (*N3gaLocation) GetW5gbanLineTypeOk ¶
func (o *N3gaLocation) GetW5gbanLineTypeOk() (*LineType, bool)
GetW5gbanLineTypeOk returns a tuple with the W5gbanLineType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) HasGci ¶
func (o *N3gaLocation) HasGci() bool
HasGci returns a boolean if a field has been set.
func (*N3gaLocation) HasGli ¶
func (o *N3gaLocation) HasGli() bool
HasGli returns a boolean if a field has been set.
func (*N3gaLocation) HasHfcNodeId ¶
func (o *N3gaLocation) HasHfcNodeId() bool
HasHfcNodeId returns a boolean if a field has been set.
func (*N3gaLocation) HasN3IwfId ¶
func (o *N3gaLocation) HasN3IwfId() bool
HasN3IwfId returns a boolean if a field has been set.
func (*N3gaLocation) HasN3gppTai ¶
func (o *N3gaLocation) HasN3gppTai() bool
HasN3gppTai returns a boolean if a field has been set.
func (*N3gaLocation) HasPortNumber ¶
func (o *N3gaLocation) HasPortNumber() bool
HasPortNumber returns a boolean if a field has been set.
func (*N3gaLocation) HasProtocol ¶
func (o *N3gaLocation) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (*N3gaLocation) HasTnapId ¶
func (o *N3gaLocation) HasTnapId() bool
HasTnapId returns a boolean if a field has been set.
func (*N3gaLocation) HasTwapId ¶
func (o *N3gaLocation) HasTwapId() bool
HasTwapId returns a boolean if a field has been set.
func (*N3gaLocation) HasUeIpv4Addr ¶
func (o *N3gaLocation) HasUeIpv4Addr() bool
HasUeIpv4Addr returns a boolean if a field has been set.
func (*N3gaLocation) HasUeIpv6Addr ¶
func (o *N3gaLocation) HasUeIpv6Addr() bool
HasUeIpv6Addr returns a boolean if a field has been set.
func (*N3gaLocation) HasW5gbanLineType ¶
func (o *N3gaLocation) HasW5gbanLineType() bool
HasW5gbanLineType returns a boolean if a field has been set.
func (N3gaLocation) MarshalJSON ¶
func (o N3gaLocation) MarshalJSON() ([]byte, error)
func (*N3gaLocation) SetGci ¶
func (o *N3gaLocation) SetGci(v string)
SetGci gets a reference to the given string and assigns it to the Gci field.
func (*N3gaLocation) SetGli ¶
func (o *N3gaLocation) SetGli(v string)
SetGli gets a reference to the given string and assigns it to the Gli field.
func (*N3gaLocation) SetHfcNodeId ¶
func (o *N3gaLocation) SetHfcNodeId(v HfcNodeId)
SetHfcNodeId gets a reference to the given HfcNodeId and assigns it to the HfcNodeId field.
func (*N3gaLocation) SetN3IwfId ¶
func (o *N3gaLocation) SetN3IwfId(v string)
SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.
func (*N3gaLocation) SetN3gppTai ¶
func (o *N3gaLocation) SetN3gppTai(v Tai)
SetN3gppTai gets a reference to the given Tai and assigns it to the N3gppTai field.
func (*N3gaLocation) SetPortNumber ¶
func (o *N3gaLocation) SetPortNumber(v int32)
SetPortNumber gets a reference to the given int32 and assigns it to the PortNumber field.
func (*N3gaLocation) SetProtocol ¶
func (o *N3gaLocation) SetProtocol(v TransportProtocol)
SetProtocol gets a reference to the given TransportProtocol and assigns it to the Protocol field.
func (*N3gaLocation) SetTnapId ¶
func (o *N3gaLocation) SetTnapId(v TnapId)
SetTnapId gets a reference to the given TnapId and assigns it to the TnapId field.
func (*N3gaLocation) SetTwapId ¶
func (o *N3gaLocation) SetTwapId(v TwapId)
SetTwapId gets a reference to the given TwapId and assigns it to the TwapId field.
func (*N3gaLocation) SetUeIpv4Addr ¶
func (o *N3gaLocation) SetUeIpv4Addr(v string)
SetUeIpv4Addr gets a reference to the given string and assigns it to the UeIpv4Addr field.
func (*N3gaLocation) SetUeIpv6Addr ¶
func (o *N3gaLocation) SetUeIpv6Addr(v Ipv6Addr)
SetUeIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the UeIpv6Addr field.
func (*N3gaLocation) SetW5gbanLineType ¶
func (o *N3gaLocation) SetW5gbanLineType(v LineType)
SetW5gbanLineType gets a reference to the given LineType and assigns it to the W5gbanLineType field.
func (N3gaLocation) ToMap ¶
func (o N3gaLocation) ToMap() (map[string]interface{}, error)
type N4Information ¶
type N4Information struct { N4MessageType N4MessageType `json:"n4MessageType"` N4MessagePayload RefToBinaryData `json:"n4MessagePayload"` N4DnaiInfo *DnaiInformation `json:"n4DnaiInfo,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PsaUpfId *string `json:"psaUpfId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. UlClBpId *string `json:"ulClBpId,omitempty"` N9UlPdrIdList []int32 `json:"n9UlPdrIdList,omitempty"` }
N4Information N4 Information
func NewN4Information ¶
func NewN4Information(n4MessageType N4MessageType, n4MessagePayload RefToBinaryData) *N4Information
NewN4Information instantiates a new N4Information 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 NewN4InformationWithDefaults ¶
func NewN4InformationWithDefaults() *N4Information
NewN4InformationWithDefaults instantiates a new N4Information 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 (*N4Information) GetN4DnaiInfo ¶
func (o *N4Information) GetN4DnaiInfo() DnaiInformation
GetN4DnaiInfo returns the N4DnaiInfo field value if set, zero value otherwise.
func (*N4Information) GetN4DnaiInfoOk ¶
func (o *N4Information) GetN4DnaiInfoOk() (*DnaiInformation, bool)
GetN4DnaiInfoOk returns a tuple with the N4DnaiInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N4Information) GetN4MessagePayload ¶
func (o *N4Information) GetN4MessagePayload() RefToBinaryData
GetN4MessagePayload returns the N4MessagePayload field value
func (*N4Information) GetN4MessagePayloadOk ¶
func (o *N4Information) GetN4MessagePayloadOk() (*RefToBinaryData, bool)
GetN4MessagePayloadOk returns a tuple with the N4MessagePayload field value and a boolean to check if the value has been set.
func (*N4Information) GetN4MessageType ¶
func (o *N4Information) GetN4MessageType() N4MessageType
GetN4MessageType returns the N4MessageType field value
func (*N4Information) GetN4MessageTypeOk ¶
func (o *N4Information) GetN4MessageTypeOk() (*N4MessageType, bool)
GetN4MessageTypeOk returns a tuple with the N4MessageType field value and a boolean to check if the value has been set.
func (*N4Information) GetN9UlPdrIdList ¶
func (o *N4Information) GetN9UlPdrIdList() []int32
GetN9UlPdrIdList returns the N9UlPdrIdList field value if set, zero value otherwise.
func (*N4Information) GetN9UlPdrIdListOk ¶
func (o *N4Information) GetN9UlPdrIdListOk() ([]int32, bool)
GetN9UlPdrIdListOk returns a tuple with the N9UlPdrIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N4Information) GetPsaUpfId ¶
func (o *N4Information) GetPsaUpfId() string
GetPsaUpfId returns the PsaUpfId field value if set, zero value otherwise.
func (*N4Information) GetPsaUpfIdOk ¶
func (o *N4Information) GetPsaUpfIdOk() (*string, bool)
GetPsaUpfIdOk returns a tuple with the PsaUpfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N4Information) GetUlClBpId ¶
func (o *N4Information) GetUlClBpId() string
GetUlClBpId returns the UlClBpId field value if set, zero value otherwise.
func (*N4Information) GetUlClBpIdOk ¶
func (o *N4Information) GetUlClBpIdOk() (*string, bool)
GetUlClBpIdOk returns a tuple with the UlClBpId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N4Information) HasN4DnaiInfo ¶
func (o *N4Information) HasN4DnaiInfo() bool
HasN4DnaiInfo returns a boolean if a field has been set.
func (*N4Information) HasN9UlPdrIdList ¶
func (o *N4Information) HasN9UlPdrIdList() bool
HasN9UlPdrIdList returns a boolean if a field has been set.
func (*N4Information) HasPsaUpfId ¶
func (o *N4Information) HasPsaUpfId() bool
HasPsaUpfId returns a boolean if a field has been set.
func (*N4Information) HasUlClBpId ¶
func (o *N4Information) HasUlClBpId() bool
HasUlClBpId returns a boolean if a field has been set.
func (N4Information) MarshalJSON ¶
func (o N4Information) MarshalJSON() ([]byte, error)
func (*N4Information) SetN4DnaiInfo ¶
func (o *N4Information) SetN4DnaiInfo(v DnaiInformation)
SetN4DnaiInfo gets a reference to the given DnaiInformation and assigns it to the N4DnaiInfo field.
func (*N4Information) SetN4MessagePayload ¶
func (o *N4Information) SetN4MessagePayload(v RefToBinaryData)
SetN4MessagePayload sets field value
func (*N4Information) SetN4MessageType ¶
func (o *N4Information) SetN4MessageType(v N4MessageType)
SetN4MessageType sets field value
func (*N4Information) SetN9UlPdrIdList ¶
func (o *N4Information) SetN9UlPdrIdList(v []int32)
SetN9UlPdrIdList gets a reference to the given []int32 and assigns it to the N9UlPdrIdList field.
func (*N4Information) SetPsaUpfId ¶
func (o *N4Information) SetPsaUpfId(v string)
SetPsaUpfId gets a reference to the given string and assigns it to the PsaUpfId field.
func (*N4Information) SetUlClBpId ¶
func (o *N4Information) SetUlClBpId(v string)
SetUlClBpId gets a reference to the given string and assigns it to the UlClBpId field.
func (N4Information) ToMap ¶
func (o N4Information) ToMap() (map[string]interface{}, error)
func (*N4Information) UnmarshalJSON ¶
func (o *N4Information) UnmarshalJSON(bytes []byte) (err error)
type N4MessageType ¶
type N4MessageType struct {
// contains filtered or unexported fields
}
N4MessageType N4 Message Type. Possible values are - PFCP_SES_EST_REQ - PFCP_SES_EST_RSP - PFCP_SES_MOD_REQ - PFCP_SES_MOD_RSP - PFCP_SES_DEL_REQ - PFCP_SES_DEL_RSP - PFCP_SES_REP_REQ - PFCP_SES_REP_RSP
func (*N4MessageType) MarshalJSON ¶
func (src *N4MessageType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N4MessageType) UnmarshalJSON ¶
func (dst *N4MessageType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NFType ¶
type NFType struct {
// contains filtered or unexported fields
}
NFType NF types known to NRF
func (*NFType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Ncgi ¶
type Ncgi struct { PlmnId PlmnId `json:"plmnId"` // 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. NrCellId string `json:"nrCellId"` // 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). Nid *string `json:"nid,omitempty"` }
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi 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 NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi 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 (*Ncgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
func (*Ncgi) UnmarshalJSON ¶
type NgApCause ¶
type NgApCause struct { // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Group int32 `json:"group"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Value int32 `json:"value"` }
NgApCause Represents the NGAP cause.
func NewNgApCause ¶
NewNgApCause instantiates a new NgApCause 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 NewNgApCauseWithDefaults ¶
func NewNgApCauseWithDefaults() *NgApCause
NewNgApCauseWithDefaults instantiates a new NgApCause 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 (*NgApCause) GetGroupOk ¶
GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.
func (*NgApCause) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (NgApCause) MarshalJSON ¶
func (*NgApCause) UnmarshalJSON ¶
type NgRanTargetId ¶
type NgRanTargetId struct { RanNodeId NullableGlobalRanNodeId `json:"ranNodeId"` Tai Tai `json:"tai"` }
NgRanTargetId Indicates a NG RAN as target of the handover
func NewNgRanTargetId ¶
func NewNgRanTargetId(ranNodeId NullableGlobalRanNodeId, tai Tai) *NgRanTargetId
NewNgRanTargetId instantiates a new NgRanTargetId 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 NewNgRanTargetIdWithDefaults ¶
func NewNgRanTargetIdWithDefaults() *NgRanTargetId
NewNgRanTargetIdWithDefaults instantiates a new NgRanTargetId 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 (*NgRanTargetId) GetRanNodeId ¶
func (o *NgRanTargetId) GetRanNodeId() GlobalRanNodeId
GetRanNodeId returns the RanNodeId field value If the value is explicit nil, the zero value for GlobalRanNodeId will be returned
func (*NgRanTargetId) GetRanNodeIdOk ¶
func (o *NgRanTargetId) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
GetRanNodeIdOk returns a tuple with the RanNodeId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NgRanTargetId) GetTai ¶
func (o *NgRanTargetId) GetTai() Tai
GetTai returns the Tai field value
func (*NgRanTargetId) GetTaiOk ¶
func (o *NgRanTargetId) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value and a boolean to check if the value has been set.
func (NgRanTargetId) MarshalJSON ¶
func (o NgRanTargetId) MarshalJSON() ([]byte, error)
func (*NgRanTargetId) SetRanNodeId ¶
func (o *NgRanTargetId) SetRanNodeId(v GlobalRanNodeId)
SetRanNodeId sets field value
func (NgRanTargetId) ToMap ¶
func (o NgRanTargetId) ToMap() (map[string]interface{}, error)
func (*NgRanTargetId) UnmarshalJSON ¶
func (o *NgRanTargetId) UnmarshalJSON(bytes []byte) (err error)
type NonDynamic5Qi ¶
type NonDynamic5Qi struct { // Unsigned integer indicating the 5QI Priority Level (see clauses 5.7.3.3 and 5.7.4 of 3GPP TS 23.501, within the range 1 to 127.Values are ordered in decreasing order of priority, i.e. with 1 as the highest priority and 127 as the lowest priority. PriorityLevel *int32 `json:"priorityLevel,omitempty"` // Unsigned integer indicating Averaging Window (see clause 5.7.3.6 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. AverWindow *int32 `json:"averWindow,omitempty"` // Unsigned integer indicating Maximum Data Burst Volume (see clauses 5.7.3.7 and 5.7.4 of 3GPP TS 23.501), expressed in Bytes. MaxDataBurstVol *int32 `json:"maxDataBurstVol,omitempty"` // Unsigned integer indicating Maximum Data Burst Volume (see clauses 5.7.3.7 and 5.7.4 of 3GPP TS 23.501), expressed in Bytes. ExtMaxDataBurstVol *int32 `json:"extMaxDataBurstVol,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501 [8])), expressed in 0.01 milliseconds. CnPacketDelayBudgetDl *int32 `json:"cnPacketDelayBudgetDl,omitempty"` // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501 [8])), expressed in 0.01 milliseconds. CnPacketDelayBudgetUl *int32 `json:"cnPacketDelayBudgetUl,omitempty"` }
NonDynamic5Qi It indicates the QoS Characteristics for a standardized or pre-configured 5QI for downlink and uplink.
func NewNonDynamic5Qi ¶
func NewNonDynamic5Qi() *NonDynamic5Qi
NewNonDynamic5Qi instantiates a new NonDynamic5Qi 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 NewNonDynamic5QiWithDefaults ¶
func NewNonDynamic5QiWithDefaults() *NonDynamic5Qi
NewNonDynamic5QiWithDefaults instantiates a new NonDynamic5Qi 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 (*NonDynamic5Qi) GetAverWindow ¶
func (o *NonDynamic5Qi) GetAverWindow() int32
GetAverWindow returns the AverWindow field value if set, zero value otherwise.
func (*NonDynamic5Qi) GetAverWindowOk ¶
func (o *NonDynamic5Qi) GetAverWindowOk() (*int32, bool)
GetAverWindowOk returns a tuple with the AverWindow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonDynamic5Qi) GetCnPacketDelayBudgetDl ¶
func (o *NonDynamic5Qi) GetCnPacketDelayBudgetDl() int32
GetCnPacketDelayBudgetDl returns the CnPacketDelayBudgetDl field value if set, zero value otherwise.
func (*NonDynamic5Qi) GetCnPacketDelayBudgetDlOk ¶
func (o *NonDynamic5Qi) GetCnPacketDelayBudgetDlOk() (*int32, bool)
GetCnPacketDelayBudgetDlOk returns a tuple with the CnPacketDelayBudgetDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonDynamic5Qi) GetCnPacketDelayBudgetUl ¶
func (o *NonDynamic5Qi) GetCnPacketDelayBudgetUl() int32
GetCnPacketDelayBudgetUl returns the CnPacketDelayBudgetUl field value if set, zero value otherwise.
func (*NonDynamic5Qi) GetCnPacketDelayBudgetUlOk ¶
func (o *NonDynamic5Qi) GetCnPacketDelayBudgetUlOk() (*int32, bool)
GetCnPacketDelayBudgetUlOk returns a tuple with the CnPacketDelayBudgetUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonDynamic5Qi) GetExtMaxDataBurstVol ¶
func (o *NonDynamic5Qi) GetExtMaxDataBurstVol() int32
GetExtMaxDataBurstVol returns the ExtMaxDataBurstVol field value if set, zero value otherwise.
func (*NonDynamic5Qi) GetExtMaxDataBurstVolOk ¶
func (o *NonDynamic5Qi) GetExtMaxDataBurstVolOk() (*int32, bool)
GetExtMaxDataBurstVolOk returns a tuple with the ExtMaxDataBurstVol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonDynamic5Qi) GetMaxDataBurstVol ¶
func (o *NonDynamic5Qi) GetMaxDataBurstVol() int32
GetMaxDataBurstVol returns the MaxDataBurstVol field value if set, zero value otherwise.
func (*NonDynamic5Qi) GetMaxDataBurstVolOk ¶
func (o *NonDynamic5Qi) GetMaxDataBurstVolOk() (*int32, bool)
GetMaxDataBurstVolOk returns a tuple with the MaxDataBurstVol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonDynamic5Qi) GetPriorityLevel ¶
func (o *NonDynamic5Qi) GetPriorityLevel() int32
GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise.
func (*NonDynamic5Qi) GetPriorityLevelOk ¶
func (o *NonDynamic5Qi) GetPriorityLevelOk() (*int32, bool)
GetPriorityLevelOk returns a tuple with the PriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonDynamic5Qi) HasAverWindow ¶
func (o *NonDynamic5Qi) HasAverWindow() bool
HasAverWindow returns a boolean if a field has been set.
func (*NonDynamic5Qi) HasCnPacketDelayBudgetDl ¶
func (o *NonDynamic5Qi) HasCnPacketDelayBudgetDl() bool
HasCnPacketDelayBudgetDl returns a boolean if a field has been set.
func (*NonDynamic5Qi) HasCnPacketDelayBudgetUl ¶
func (o *NonDynamic5Qi) HasCnPacketDelayBudgetUl() bool
HasCnPacketDelayBudgetUl returns a boolean if a field has been set.
func (*NonDynamic5Qi) HasExtMaxDataBurstVol ¶
func (o *NonDynamic5Qi) HasExtMaxDataBurstVol() bool
HasExtMaxDataBurstVol returns a boolean if a field has been set.
func (*NonDynamic5Qi) HasMaxDataBurstVol ¶
func (o *NonDynamic5Qi) HasMaxDataBurstVol() bool
HasMaxDataBurstVol returns a boolean if a field has been set.
func (*NonDynamic5Qi) HasPriorityLevel ¶
func (o *NonDynamic5Qi) HasPriorityLevel() bool
HasPriorityLevel returns a boolean if a field has been set.
func (NonDynamic5Qi) MarshalJSON ¶
func (o NonDynamic5Qi) MarshalJSON() ([]byte, error)
func (*NonDynamic5Qi) SetAverWindow ¶
func (o *NonDynamic5Qi) SetAverWindow(v int32)
SetAverWindow gets a reference to the given int32 and assigns it to the AverWindow field.
func (*NonDynamic5Qi) SetCnPacketDelayBudgetDl ¶
func (o *NonDynamic5Qi) SetCnPacketDelayBudgetDl(v int32)
SetCnPacketDelayBudgetDl gets a reference to the given int32 and assigns it to the CnPacketDelayBudgetDl field.
func (*NonDynamic5Qi) SetCnPacketDelayBudgetUl ¶
func (o *NonDynamic5Qi) SetCnPacketDelayBudgetUl(v int32)
SetCnPacketDelayBudgetUl gets a reference to the given int32 and assigns it to the CnPacketDelayBudgetUl field.
func (*NonDynamic5Qi) SetExtMaxDataBurstVol ¶
func (o *NonDynamic5Qi) SetExtMaxDataBurstVol(v int32)
SetExtMaxDataBurstVol gets a reference to the given int32 and assigns it to the ExtMaxDataBurstVol field.
func (*NonDynamic5Qi) SetMaxDataBurstVol ¶
func (o *NonDynamic5Qi) SetMaxDataBurstVol(v int32)
SetMaxDataBurstVol gets a reference to the given int32 and assigns it to the MaxDataBurstVol field.
func (*NonDynamic5Qi) SetPriorityLevel ¶
func (o *NonDynamic5Qi) SetPriorityLevel(v int32)
SetPriorityLevel gets a reference to the given int32 and assigns it to the PriorityLevel field.
func (NonDynamic5Qi) ToMap ¶
func (o NonDynamic5Qi) ToMap() (map[string]interface{}, error)
type NotificationCause ¶
type NotificationCause struct {
// contains filtered or unexported fields
}
NotificationCause Cause for generating a notification. Possible values are - QOS_FULFILLED - QOS_NOT_FULFILLED - UP_SEC_FULFILLED - UP_SEC_NOT_FULFILLED
func (*NotificationCause) MarshalJSON ¶
func (src *NotificationCause) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationCause) UnmarshalJSON ¶
func (dst *NotificationCause) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NotificationControl ¶
type NotificationControl struct {
// contains filtered or unexported fields
}
NotificationControl The enumeration NotificationControl indicates whether notifications are requested from the RAN when the GFBR can no longer (or again) be fulfilled for a QoS Flow during the lifetime of the QoS Flow (see clause 5.7.2.4 of 3GPP TS 23.501). It shall comply with the provisions defined in table 5.5.3.5-1.
func (*NotificationControl) MarshalJSON ¶
func (src *NotificationControl) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationControl) UnmarshalJSON ¶
func (dst *NotificationControl) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NotificationInfo ¶
type NotificationInfo struct { NotifId string `json:"notifId"` // String providing an URI formatted according to RFC 3986. NotifUri string `json:"notifUri"` UpBufferInd *bool `json:"upBufferInd,omitempty"` }
NotificationInfo Notification Correlation ID and Notification URI provided by the NF service consumer
func NewNotificationInfo ¶
func NewNotificationInfo(notifId string, notifUri string) *NotificationInfo
NewNotificationInfo instantiates a new NotificationInfo 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 NewNotificationInfoWithDefaults ¶
func NewNotificationInfoWithDefaults() *NotificationInfo
NewNotificationInfoWithDefaults instantiates a new NotificationInfo 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 (*NotificationInfo) GetNotifId ¶
func (o *NotificationInfo) GetNotifId() string
GetNotifId returns the NotifId field value
func (*NotificationInfo) GetNotifIdOk ¶
func (o *NotificationInfo) GetNotifIdOk() (*string, bool)
GetNotifIdOk returns a tuple with the NotifId field value and a boolean to check if the value has been set.
func (*NotificationInfo) GetNotifUri ¶
func (o *NotificationInfo) GetNotifUri() string
GetNotifUri returns the NotifUri field value
func (*NotificationInfo) GetNotifUriOk ¶
func (o *NotificationInfo) GetNotifUriOk() (*string, bool)
GetNotifUriOk returns a tuple with the NotifUri field value and a boolean to check if the value has been set.
func (*NotificationInfo) GetUpBufferInd ¶
func (o *NotificationInfo) GetUpBufferInd() bool
GetUpBufferInd returns the UpBufferInd field value if set, zero value otherwise.
func (*NotificationInfo) GetUpBufferIndOk ¶
func (o *NotificationInfo) GetUpBufferIndOk() (*bool, bool)
GetUpBufferIndOk returns a tuple with the UpBufferInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationInfo) HasUpBufferInd ¶
func (o *NotificationInfo) HasUpBufferInd() bool
HasUpBufferInd returns a boolean if a field has been set.
func (NotificationInfo) MarshalJSON ¶
func (o NotificationInfo) MarshalJSON() ([]byte, error)
func (*NotificationInfo) SetNotifId ¶
func (o *NotificationInfo) SetNotifId(v string)
SetNotifId sets field value
func (*NotificationInfo) SetNotifUri ¶
func (o *NotificationInfo) SetNotifUri(v string)
SetNotifUri sets field value
func (*NotificationInfo) SetUpBufferInd ¶
func (o *NotificationInfo) SetUpBufferInd(v bool)
SetUpBufferInd gets a reference to the given bool and assigns it to the UpBufferInd field.
func (NotificationInfo) ToMap ¶
func (o NotificationInfo) ToMap() (map[string]interface{}, error)
func (*NotificationInfo) UnmarshalJSON ¶
func (o *NotificationInfo) UnmarshalJSON(bytes []byte) (err error)
type NrLocation ¶
type NrLocation struct { Tai Tai `json:"tai"` Ncgi Ncgi `json:"ncgi"` IgnoreNcgi *bool `json:"ignoreNcgi,omitempty"` // The value represents the elapsed time in minutes since the last network contact of the mobile station. Value \"0\" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful NG-RAN location reporting procedure with the eNB when the UE is in connected mode. Any other value than \"0\" indicates that the location information is the last known one. See 3GPP TS 29.002 clause 17.7.8. AgeOfLocationInformation *int32 `json:"ageOfLocationInformation,omitempty"` // string with format 'date-time' as defined in OpenAPI. UeLocationTimestamp *time.Time `json:"ueLocationTimestamp,omitempty"` // Refer to geographical Information. See 3GPP TS 23.032 clause 7.3.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeographicalInformation *string `json:"geographicalInformation,omitempty"` // Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeodeticInformation *string `json:"geodeticInformation,omitempty"` GlobalGnbId NullableGlobalRanNodeId `json:"globalGnbId,omitempty"` }
NrLocation Contains the NR user location.
func NewNrLocation ¶
func NewNrLocation(tai Tai, ncgi Ncgi) *NrLocation
NewNrLocation instantiates a new NrLocation 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 NewNrLocationWithDefaults ¶
func NewNrLocationWithDefaults() *NrLocation
NewNrLocationWithDefaults instantiates a new NrLocation 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 (*NrLocation) GetAgeOfLocationInformation ¶
func (o *NrLocation) GetAgeOfLocationInformation() int32
GetAgeOfLocationInformation returns the AgeOfLocationInformation field value if set, zero value otherwise.
func (*NrLocation) GetAgeOfLocationInformationOk ¶
func (o *NrLocation) GetAgeOfLocationInformationOk() (*int32, bool)
GetAgeOfLocationInformationOk returns a tuple with the AgeOfLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetGeodeticInformation ¶
func (o *NrLocation) GetGeodeticInformation() string
GetGeodeticInformation returns the GeodeticInformation field value if set, zero value otherwise.
func (*NrLocation) GetGeodeticInformationOk ¶
func (o *NrLocation) GetGeodeticInformationOk() (*string, bool)
GetGeodeticInformationOk returns a tuple with the GeodeticInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetGeographicalInformation ¶
func (o *NrLocation) GetGeographicalInformation() string
GetGeographicalInformation returns the GeographicalInformation field value if set, zero value otherwise.
func (*NrLocation) GetGeographicalInformationOk ¶
func (o *NrLocation) GetGeographicalInformationOk() (*string, bool)
GetGeographicalInformationOk returns a tuple with the GeographicalInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetGlobalGnbId ¶
func (o *NrLocation) GetGlobalGnbId() GlobalRanNodeId
GetGlobalGnbId returns the GlobalGnbId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NrLocation) GetGlobalGnbIdOk ¶
func (o *NrLocation) GetGlobalGnbIdOk() (*GlobalRanNodeId, bool)
GetGlobalGnbIdOk returns a tuple with the GlobalGnbId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NrLocation) GetIgnoreNcgi ¶
func (o *NrLocation) GetIgnoreNcgi() bool
GetIgnoreNcgi returns the IgnoreNcgi field value if set, zero value otherwise.
func (*NrLocation) GetIgnoreNcgiOk ¶
func (o *NrLocation) GetIgnoreNcgiOk() (*bool, bool)
GetIgnoreNcgiOk returns a tuple with the IgnoreNcgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetNcgi ¶
func (o *NrLocation) GetNcgi() Ncgi
GetNcgi returns the Ncgi field value
func (*NrLocation) GetNcgiOk ¶
func (o *NrLocation) GetNcgiOk() (*Ncgi, bool)
GetNcgiOk returns a tuple with the Ncgi field value and a boolean to check if the value has been set.
func (*NrLocation) GetTaiOk ¶
func (o *NrLocation) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value and a boolean to check if the value has been set.
func (*NrLocation) GetUeLocationTimestamp ¶
func (o *NrLocation) GetUeLocationTimestamp() time.Time
GetUeLocationTimestamp returns the UeLocationTimestamp field value if set, zero value otherwise.
func (*NrLocation) GetUeLocationTimestampOk ¶
func (o *NrLocation) GetUeLocationTimestampOk() (*time.Time, bool)
GetUeLocationTimestampOk returns a tuple with the UeLocationTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) HasAgeOfLocationInformation ¶
func (o *NrLocation) HasAgeOfLocationInformation() bool
HasAgeOfLocationInformation returns a boolean if a field has been set.
func (*NrLocation) HasGeodeticInformation ¶
func (o *NrLocation) HasGeodeticInformation() bool
HasGeodeticInformation returns a boolean if a field has been set.
func (*NrLocation) HasGeographicalInformation ¶
func (o *NrLocation) HasGeographicalInformation() bool
HasGeographicalInformation returns a boolean if a field has been set.
func (*NrLocation) HasGlobalGnbId ¶
func (o *NrLocation) HasGlobalGnbId() bool
HasGlobalGnbId returns a boolean if a field has been set.
func (*NrLocation) HasIgnoreNcgi ¶
func (o *NrLocation) HasIgnoreNcgi() bool
HasIgnoreNcgi returns a boolean if a field has been set.
func (*NrLocation) HasUeLocationTimestamp ¶
func (o *NrLocation) HasUeLocationTimestamp() bool
HasUeLocationTimestamp returns a boolean if a field has been set.
func (NrLocation) MarshalJSON ¶
func (o NrLocation) MarshalJSON() ([]byte, error)
func (*NrLocation) SetAgeOfLocationInformation ¶
func (o *NrLocation) SetAgeOfLocationInformation(v int32)
SetAgeOfLocationInformation gets a reference to the given int32 and assigns it to the AgeOfLocationInformation field.
func (*NrLocation) SetGeodeticInformation ¶
func (o *NrLocation) SetGeodeticInformation(v string)
SetGeodeticInformation gets a reference to the given string and assigns it to the GeodeticInformation field.
func (*NrLocation) SetGeographicalInformation ¶
func (o *NrLocation) SetGeographicalInformation(v string)
SetGeographicalInformation gets a reference to the given string and assigns it to the GeographicalInformation field.
func (*NrLocation) SetGlobalGnbId ¶
func (o *NrLocation) SetGlobalGnbId(v GlobalRanNodeId)
SetGlobalGnbId gets a reference to the given NullableGlobalRanNodeId and assigns it to the GlobalGnbId field.
func (*NrLocation) SetGlobalGnbIdNil ¶
func (o *NrLocation) SetGlobalGnbIdNil()
SetGlobalGnbIdNil sets the value for GlobalGnbId to be an explicit nil
func (*NrLocation) SetIgnoreNcgi ¶
func (o *NrLocation) SetIgnoreNcgi(v bool)
SetIgnoreNcgi gets a reference to the given bool and assigns it to the IgnoreNcgi field.
func (*NrLocation) SetUeLocationTimestamp ¶
func (o *NrLocation) SetUeLocationTimestamp(v time.Time)
SetUeLocationTimestamp gets a reference to the given time.Time and assigns it to the UeLocationTimestamp field.
func (NrLocation) ToMap ¶
func (o NrLocation) ToMap() (map[string]interface{}, error)
func (*NrLocation) UnmarshalJSON ¶
func (o *NrLocation) UnmarshalJSON(bytes []byte) (err error)
func (*NrLocation) UnsetGlobalGnbId ¶
func (o *NrLocation) UnsetGlobalGnbId()
UnsetGlobalGnbId ensures that no value is present for GlobalGnbId, not even an explicit nil
type NullValue ¶
type NullValue string
NullValue JSON's null value.
const (
NULLVALUE_NULL NullValue = "null"
)
List of NullValue
func NewNullValueFromValue ¶
NewNullValueFromValue returns a pointer to a valid NullValue for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*NullValue) UnmarshalJSON ¶
type NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableAccessType ¶
type NullableAccessType struct {
// contains filtered or unexported fields
}
func NewNullableAccessType ¶
func NewNullableAccessType(val *AccessType) *NullableAccessType
func (NullableAccessType) Get ¶
func (v NullableAccessType) Get() *AccessType
func (NullableAccessType) IsSet ¶
func (v NullableAccessType) IsSet() bool
func (NullableAccessType) MarshalJSON ¶
func (v NullableAccessType) MarshalJSON() ([]byte, error)
func (*NullableAccessType) Set ¶
func (v *NullableAccessType) Set(val *AccessType)
func (*NullableAccessType) UnmarshalJSON ¶
func (v *NullableAccessType) UnmarshalJSON(src []byte) error
func (*NullableAccessType) Unset ¶
func (v *NullableAccessType) Unset()
type NullableAdditionalQosFlowInfo ¶
type NullableAdditionalQosFlowInfo struct {
// contains filtered or unexported fields
}
func NewNullableAdditionalQosFlowInfo ¶
func NewNullableAdditionalQosFlowInfo(val *AdditionalQosFlowInfo) *NullableAdditionalQosFlowInfo
func (NullableAdditionalQosFlowInfo) Get ¶
func (v NullableAdditionalQosFlowInfo) Get() *AdditionalQosFlowInfo
func (NullableAdditionalQosFlowInfo) IsSet ¶
func (v NullableAdditionalQosFlowInfo) IsSet() bool
func (NullableAdditionalQosFlowInfo) MarshalJSON ¶
func (v NullableAdditionalQosFlowInfo) MarshalJSON() ([]byte, error)
func (*NullableAdditionalQosFlowInfo) Set ¶
func (v *NullableAdditionalQosFlowInfo) Set(val *AdditionalQosFlowInfo)
func (*NullableAdditionalQosFlowInfo) UnmarshalJSON ¶
func (v *NullableAdditionalQosFlowInfo) UnmarshalJSON(src []byte) error
func (*NullableAdditionalQosFlowInfo) Unset ¶
func (v *NullableAdditionalQosFlowInfo) Unset()
type NullableAfCoordinationInfo ¶
type NullableAfCoordinationInfo struct {
// contains filtered or unexported fields
}
func NewNullableAfCoordinationInfo ¶
func NewNullableAfCoordinationInfo(val *AfCoordinationInfo) *NullableAfCoordinationInfo
func (NullableAfCoordinationInfo) Get ¶
func (v NullableAfCoordinationInfo) Get() *AfCoordinationInfo
func (NullableAfCoordinationInfo) IsSet ¶
func (v NullableAfCoordinationInfo) IsSet() bool
func (NullableAfCoordinationInfo) MarshalJSON ¶
func (v NullableAfCoordinationInfo) MarshalJSON() ([]byte, error)
func (*NullableAfCoordinationInfo) Set ¶
func (v *NullableAfCoordinationInfo) Set(val *AfCoordinationInfo)
func (*NullableAfCoordinationInfo) UnmarshalJSON ¶
func (v *NullableAfCoordinationInfo) UnmarshalJSON(src []byte) error
func (*NullableAfCoordinationInfo) Unset ¶
func (v *NullableAfCoordinationInfo) Unset()
type NullableAlternativeQosProfile ¶
type NullableAlternativeQosProfile struct {
// contains filtered or unexported fields
}
func NewNullableAlternativeQosProfile ¶
func NewNullableAlternativeQosProfile(val *AlternativeQosProfile) *NullableAlternativeQosProfile
func (NullableAlternativeQosProfile) Get ¶
func (v NullableAlternativeQosProfile) Get() *AlternativeQosProfile
func (NullableAlternativeQosProfile) IsSet ¶
func (v NullableAlternativeQosProfile) IsSet() bool
func (NullableAlternativeQosProfile) MarshalJSON ¶
func (v NullableAlternativeQosProfile) MarshalJSON() ([]byte, error)
func (*NullableAlternativeQosProfile) Set ¶
func (v *NullableAlternativeQosProfile) Set(val *AlternativeQosProfile)
func (*NullableAlternativeQosProfile) UnmarshalJSON ¶
func (v *NullableAlternativeQosProfile) UnmarshalJSON(src []byte) error
func (*NullableAlternativeQosProfile) Unset ¶
func (v *NullableAlternativeQosProfile) Unset()
type NullableAmbr ¶
type NullableAmbr struct {
// contains filtered or unexported fields
}
func NewNullableAmbr ¶
func NewNullableAmbr(val *Ambr) *NullableAmbr
func (NullableAmbr) Get ¶
func (v NullableAmbr) Get() *Ambr
func (NullableAmbr) IsSet ¶
func (v NullableAmbr) IsSet() bool
func (NullableAmbr) MarshalJSON ¶
func (v NullableAmbr) MarshalJSON() ([]byte, error)
func (*NullableAmbr) Set ¶
func (v *NullableAmbr) Set(val *Ambr)
func (*NullableAmbr) UnmarshalJSON ¶
func (v *NullableAmbr) UnmarshalJSON(src []byte) error
func (*NullableAmbr) Unset ¶
func (v *NullableAmbr) Unset()
type NullableAnchorSmfFeatures ¶
type NullableAnchorSmfFeatures struct {
// contains filtered or unexported fields
}
func NewNullableAnchorSmfFeatures ¶
func NewNullableAnchorSmfFeatures(val *AnchorSmfFeatures) *NullableAnchorSmfFeatures
func (NullableAnchorSmfFeatures) Get ¶
func (v NullableAnchorSmfFeatures) Get() *AnchorSmfFeatures
func (NullableAnchorSmfFeatures) IsSet ¶
func (v NullableAnchorSmfFeatures) IsSet() bool
func (NullableAnchorSmfFeatures) MarshalJSON ¶
func (v NullableAnchorSmfFeatures) MarshalJSON() ([]byte, error)
func (*NullableAnchorSmfFeatures) Set ¶
func (v *NullableAnchorSmfFeatures) Set(val *AnchorSmfFeatures)
func (*NullableAnchorSmfFeatures) UnmarshalJSON ¶
func (v *NullableAnchorSmfFeatures) UnmarshalJSON(src []byte) error
func (*NullableAnchorSmfFeatures) Unset ¶
func (v *NullableAnchorSmfFeatures) Unset()
type NullableApnRateStatus ¶
type NullableApnRateStatus struct {
// contains filtered or unexported fields
}
func NewNullableApnRateStatus ¶
func NewNullableApnRateStatus(val *ApnRateStatus) *NullableApnRateStatus
func (NullableApnRateStatus) Get ¶
func (v NullableApnRateStatus) Get() *ApnRateStatus
func (NullableApnRateStatus) IsSet ¶
func (v NullableApnRateStatus) IsSet() bool
func (NullableApnRateStatus) MarshalJSON ¶
func (v NullableApnRateStatus) MarshalJSON() ([]byte, error)
func (*NullableApnRateStatus) Set ¶
func (v *NullableApnRateStatus) Set(val *ApnRateStatus)
func (*NullableApnRateStatus) UnmarshalJSON ¶
func (v *NullableApnRateStatus) UnmarshalJSON(src []byte) error
func (*NullableApnRateStatus) Unset ¶
func (v *NullableApnRateStatus) Unset()
type NullableArp ¶
type NullableArp struct {
// contains filtered or unexported fields
}
func NewNullableArp ¶
func NewNullableArp(val *Arp) *NullableArp
func (NullableArp) Get ¶
func (v NullableArp) Get() *Arp
func (NullableArp) IsSet ¶
func (v NullableArp) IsSet() bool
func (NullableArp) MarshalJSON ¶
func (v NullableArp) MarshalJSON() ([]byte, error)
func (*NullableArp) Set ¶
func (v *NullableArp) Set(val *Arp)
func (*NullableArp) UnmarshalJSON ¶
func (v *NullableArp) UnmarshalJSON(src []byte) error
func (*NullableArp) Unset ¶
func (v *NullableArp) Unset()
type NullableBackupAmfInfo ¶
type NullableBackupAmfInfo struct {
// contains filtered or unexported fields
}
func NewNullableBackupAmfInfo ¶
func NewNullableBackupAmfInfo(val *BackupAmfInfo) *NullableBackupAmfInfo
func (NullableBackupAmfInfo) Get ¶
func (v NullableBackupAmfInfo) Get() *BackupAmfInfo
func (NullableBackupAmfInfo) IsSet ¶
func (v NullableBackupAmfInfo) IsSet() bool
func (NullableBackupAmfInfo) MarshalJSON ¶
func (v NullableBackupAmfInfo) MarshalJSON() ([]byte, error)
func (*NullableBackupAmfInfo) Set ¶
func (v *NullableBackupAmfInfo) Set(val *BackupAmfInfo)
func (*NullableBackupAmfInfo) UnmarshalJSON ¶
func (v *NullableBackupAmfInfo) UnmarshalJSON(src []byte) error
func (*NullableBackupAmfInfo) Unset ¶
func (v *NullableBackupAmfInfo) Unset()
type NullableBatteryIndication ¶
type NullableBatteryIndication struct {
// contains filtered or unexported fields
}
func NewNullableBatteryIndication ¶
func NewNullableBatteryIndication(val *BatteryIndication) *NullableBatteryIndication
func (NullableBatteryIndication) Get ¶
func (v NullableBatteryIndication) Get() *BatteryIndication
func (NullableBatteryIndication) IsSet ¶
func (v NullableBatteryIndication) IsSet() bool
func (NullableBatteryIndication) MarshalJSON ¶
func (v NullableBatteryIndication) MarshalJSON() ([]byte, error)
func (*NullableBatteryIndication) Set ¶
func (v *NullableBatteryIndication) Set(val *BatteryIndication)
func (*NullableBatteryIndication) UnmarshalJSON ¶
func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error
func (*NullableBatteryIndication) Unset ¶
func (v *NullableBatteryIndication) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCause ¶
type NullableCause struct {
// contains filtered or unexported fields
}
func NewNullableCause ¶
func NewNullableCause(val *Cause) *NullableCause
func (NullableCause) Get ¶
func (v NullableCause) Get() *Cause
func (NullableCause) IsSet ¶
func (v NullableCause) IsSet() bool
func (NullableCause) MarshalJSON ¶
func (v NullableCause) MarshalJSON() ([]byte, error)
func (*NullableCause) Set ¶
func (v *NullableCause) Set(val *Cause)
func (*NullableCause) UnmarshalJSON ¶
func (v *NullableCause) UnmarshalJSON(src []byte) error
func (*NullableCause) Unset ¶
func (v *NullableCause) Unset()
type NullableCellGlobalId ¶
type NullableCellGlobalId struct {
// contains filtered or unexported fields
}
func NewNullableCellGlobalId ¶
func NewNullableCellGlobalId(val *CellGlobalId) *NullableCellGlobalId
func (NullableCellGlobalId) Get ¶
func (v NullableCellGlobalId) Get() *CellGlobalId
func (NullableCellGlobalId) IsSet ¶
func (v NullableCellGlobalId) IsSet() bool
func (NullableCellGlobalId) MarshalJSON ¶
func (v NullableCellGlobalId) MarshalJSON() ([]byte, error)
func (*NullableCellGlobalId) Set ¶
func (v *NullableCellGlobalId) Set(val *CellGlobalId)
func (*NullableCellGlobalId) UnmarshalJSON ¶
func (v *NullableCellGlobalId) UnmarshalJSON(src []byte) error
func (*NullableCellGlobalId) Unset ¶
func (v *NullableCellGlobalId) Unset()
type NullableChargingInformation ¶
type NullableChargingInformation struct {
// contains filtered or unexported fields
}
func NewNullableChargingInformation ¶
func NewNullableChargingInformation(val *ChargingInformation) *NullableChargingInformation
func (NullableChargingInformation) Get ¶
func (v NullableChargingInformation) Get() *ChargingInformation
func (NullableChargingInformation) IsSet ¶
func (v NullableChargingInformation) IsSet() bool
func (NullableChargingInformation) MarshalJSON ¶
func (v NullableChargingInformation) MarshalJSON() ([]byte, error)
func (*NullableChargingInformation) Set ¶
func (v *NullableChargingInformation) Set(val *ChargingInformation)
func (*NullableChargingInformation) UnmarshalJSON ¶
func (v *NullableChargingInformation) UnmarshalJSON(src []byte) error
func (*NullableChargingInformation) Unset ¶
func (v *NullableChargingInformation) Unset()
type NullableCnAssistedRanPara ¶
type NullableCnAssistedRanPara struct {
// contains filtered or unexported fields
}
func NewNullableCnAssistedRanPara ¶
func NewNullableCnAssistedRanPara(val *CnAssistedRanPara) *NullableCnAssistedRanPara
func (NullableCnAssistedRanPara) Get ¶
func (v NullableCnAssistedRanPara) Get() *CnAssistedRanPara
func (NullableCnAssistedRanPara) IsSet ¶
func (v NullableCnAssistedRanPara) IsSet() bool
func (NullableCnAssistedRanPara) MarshalJSON ¶
func (v NullableCnAssistedRanPara) MarshalJSON() ([]byte, error)
func (*NullableCnAssistedRanPara) Set ¶
func (v *NullableCnAssistedRanPara) Set(val *CnAssistedRanPara)
func (*NullableCnAssistedRanPara) UnmarshalJSON ¶
func (v *NullableCnAssistedRanPara) UnmarshalJSON(src []byte) error
func (*NullableCnAssistedRanPara) Unset ¶
func (v *NullableCnAssistedRanPara) Unset()
type NullableDddTrafficDescriptor ¶
type NullableDddTrafficDescriptor struct {
// contains filtered or unexported fields
}
func NewNullableDddTrafficDescriptor ¶
func NewNullableDddTrafficDescriptor(val *DddTrafficDescriptor) *NullableDddTrafficDescriptor
func (NullableDddTrafficDescriptor) Get ¶
func (v NullableDddTrafficDescriptor) Get() *DddTrafficDescriptor
func (NullableDddTrafficDescriptor) IsSet ¶
func (v NullableDddTrafficDescriptor) IsSet() bool
func (NullableDddTrafficDescriptor) MarshalJSON ¶
func (v NullableDddTrafficDescriptor) MarshalJSON() ([]byte, error)
func (*NullableDddTrafficDescriptor) Set ¶
func (v *NullableDddTrafficDescriptor) Set(val *DddTrafficDescriptor)
func (*NullableDddTrafficDescriptor) UnmarshalJSON ¶
func (v *NullableDddTrafficDescriptor) UnmarshalJSON(src []byte) error
func (*NullableDddTrafficDescriptor) Unset ¶
func (v *NullableDddTrafficDescriptor) Unset()
type NullableDdnFailureSubInfo ¶
type NullableDdnFailureSubInfo struct {
// contains filtered or unexported fields
}
func NewNullableDdnFailureSubInfo ¶
func NewNullableDdnFailureSubInfo(val *DdnFailureSubInfo) *NullableDdnFailureSubInfo
func (NullableDdnFailureSubInfo) Get ¶
func (v NullableDdnFailureSubInfo) Get() *DdnFailureSubInfo
func (NullableDdnFailureSubInfo) IsSet ¶
func (v NullableDdnFailureSubInfo) IsSet() bool
func (NullableDdnFailureSubInfo) MarshalJSON ¶
func (v NullableDdnFailureSubInfo) MarshalJSON() ([]byte, error)
func (*NullableDdnFailureSubInfo) Set ¶
func (v *NullableDdnFailureSubInfo) Set(val *DdnFailureSubInfo)
func (*NullableDdnFailureSubInfo) UnmarshalJSON ¶
func (v *NullableDdnFailureSubInfo) UnmarshalJSON(src []byte) error
func (*NullableDdnFailureSubInfo) Unset ¶
func (v *NullableDdnFailureSubInfo) Unset()
type NullableDdnFailureSubs ¶
type NullableDdnFailureSubs struct {
// contains filtered or unexported fields
}
func NewNullableDdnFailureSubs ¶
func NewNullableDdnFailureSubs(val *DdnFailureSubs) *NullableDdnFailureSubs
func (NullableDdnFailureSubs) Get ¶
func (v NullableDdnFailureSubs) Get() *DdnFailureSubs
func (NullableDdnFailureSubs) IsSet ¶
func (v NullableDdnFailureSubs) IsSet() bool
func (NullableDdnFailureSubs) MarshalJSON ¶
func (v NullableDdnFailureSubs) MarshalJSON() ([]byte, error)
func (*NullableDdnFailureSubs) Set ¶
func (v *NullableDdnFailureSubs) Set(val *DdnFailureSubs)
func (*NullableDdnFailureSubs) UnmarshalJSON ¶
func (v *NullableDdnFailureSubs) UnmarshalJSON(src []byte) error
func (*NullableDdnFailureSubs) Unset ¶
func (v *NullableDdnFailureSubs) Unset()
type NullableDnaiInformation ¶
type NullableDnaiInformation struct {
// contains filtered or unexported fields
}
func NewNullableDnaiInformation ¶
func NewNullableDnaiInformation(val *DnaiInformation) *NullableDnaiInformation
func (NullableDnaiInformation) Get ¶
func (v NullableDnaiInformation) Get() *DnaiInformation
func (NullableDnaiInformation) IsSet ¶
func (v NullableDnaiInformation) IsSet() bool
func (NullableDnaiInformation) MarshalJSON ¶
func (v NullableDnaiInformation) MarshalJSON() ([]byte, error)
func (*NullableDnaiInformation) Set ¶
func (v *NullableDnaiInformation) Set(val *DnaiInformation)
func (*NullableDnaiInformation) UnmarshalJSON ¶
func (v *NullableDnaiInformation) UnmarshalJSON(src []byte) error
func (*NullableDnaiInformation) Unset ¶
func (v *NullableDnaiInformation) Unset()
type NullableDnnSelectionMode ¶
type NullableDnnSelectionMode struct {
// contains filtered or unexported fields
}
func NewNullableDnnSelectionMode ¶
func NewNullableDnnSelectionMode(val *DnnSelectionMode) *NullableDnnSelectionMode
func (NullableDnnSelectionMode) Get ¶
func (v NullableDnnSelectionMode) Get() *DnnSelectionMode
func (NullableDnnSelectionMode) IsSet ¶
func (v NullableDnnSelectionMode) IsSet() bool
func (NullableDnnSelectionMode) MarshalJSON ¶
func (v NullableDnnSelectionMode) MarshalJSON() ([]byte, error)
func (*NullableDnnSelectionMode) Set ¶
func (v *NullableDnnSelectionMode) Set(val *DnnSelectionMode)
func (*NullableDnnSelectionMode) UnmarshalJSON ¶
func (v *NullableDnnSelectionMode) UnmarshalJSON(src []byte) error
func (*NullableDnnSelectionMode) Unset ¶
func (v *NullableDnnSelectionMode) Unset()
type NullableDynamic5Qi ¶
type NullableDynamic5Qi struct {
// contains filtered or unexported fields
}
func NewNullableDynamic5Qi ¶
func NewNullableDynamic5Qi(val *Dynamic5Qi) *NullableDynamic5Qi
func (NullableDynamic5Qi) Get ¶
func (v NullableDynamic5Qi) Get() *Dynamic5Qi
func (NullableDynamic5Qi) IsSet ¶
func (v NullableDynamic5Qi) IsSet() bool
func (NullableDynamic5Qi) MarshalJSON ¶
func (v NullableDynamic5Qi) MarshalJSON() ([]byte, error)
func (*NullableDynamic5Qi) Set ¶
func (v *NullableDynamic5Qi) Set(val *Dynamic5Qi)
func (*NullableDynamic5Qi) UnmarshalJSON ¶
func (v *NullableDynamic5Qi) UnmarshalJSON(src []byte) error
func (*NullableDynamic5Qi) Unset ¶
func (v *NullableDynamic5Qi) Unset()
type NullableEbiArpMapping ¶
type NullableEbiArpMapping struct {
// contains filtered or unexported fields
}
func NewNullableEbiArpMapping ¶
func NewNullableEbiArpMapping(val *EbiArpMapping) *NullableEbiArpMapping
func (NullableEbiArpMapping) Get ¶
func (v NullableEbiArpMapping) Get() *EbiArpMapping
func (NullableEbiArpMapping) IsSet ¶
func (v NullableEbiArpMapping) IsSet() bool
func (NullableEbiArpMapping) MarshalJSON ¶
func (v NullableEbiArpMapping) MarshalJSON() ([]byte, error)
func (*NullableEbiArpMapping) Set ¶
func (v *NullableEbiArpMapping) Set(val *EbiArpMapping)
func (*NullableEbiArpMapping) UnmarshalJSON ¶
func (v *NullableEbiArpMapping) UnmarshalJSON(src []byte) error
func (*NullableEbiArpMapping) Unset ¶
func (v *NullableEbiArpMapping) Unset()
type NullableEcgi ¶
type NullableEcgi struct {
// contains filtered or unexported fields
}
func NewNullableEcgi ¶
func NewNullableEcgi(val *Ecgi) *NullableEcgi
func (NullableEcgi) Get ¶
func (v NullableEcgi) Get() *Ecgi
func (NullableEcgi) IsSet ¶
func (v NullableEcgi) IsSet() bool
func (NullableEcgi) MarshalJSON ¶
func (v NullableEcgi) MarshalJSON() ([]byte, error)
func (*NullableEcgi) Set ¶
func (v *NullableEcgi) Set(val *Ecgi)
func (*NullableEcgi) UnmarshalJSON ¶
func (v *NullableEcgi) UnmarshalJSON(src []byte) error
func (*NullableEcgi) Unset ¶
func (v *NullableEcgi) Unset()
type NullableEpsBearerInfo ¶
type NullableEpsBearerInfo struct {
// contains filtered or unexported fields
}
func NewNullableEpsBearerInfo ¶
func NewNullableEpsBearerInfo(val *EpsBearerInfo) *NullableEpsBearerInfo
func (NullableEpsBearerInfo) Get ¶
func (v NullableEpsBearerInfo) Get() *EpsBearerInfo
func (NullableEpsBearerInfo) IsSet ¶
func (v NullableEpsBearerInfo) IsSet() bool
func (NullableEpsBearerInfo) MarshalJSON ¶
func (v NullableEpsBearerInfo) MarshalJSON() ([]byte, error)
func (*NullableEpsBearerInfo) Set ¶
func (v *NullableEpsBearerInfo) Set(val *EpsBearerInfo)
func (*NullableEpsBearerInfo) UnmarshalJSON ¶
func (v *NullableEpsBearerInfo) UnmarshalJSON(src []byte) error
func (*NullableEpsBearerInfo) Unset ¶
func (v *NullableEpsBearerInfo) Unset()
type NullableEpsInterworkingIndication ¶
type NullableEpsInterworkingIndication struct {
// contains filtered or unexported fields
}
func NewNullableEpsInterworkingIndication ¶
func NewNullableEpsInterworkingIndication(val *EpsInterworkingIndication) *NullableEpsInterworkingIndication
func (NullableEpsInterworkingIndication) Get ¶
func (v NullableEpsInterworkingIndication) Get() *EpsInterworkingIndication
func (NullableEpsInterworkingIndication) IsSet ¶
func (v NullableEpsInterworkingIndication) IsSet() bool
func (NullableEpsInterworkingIndication) MarshalJSON ¶
func (v NullableEpsInterworkingIndication) MarshalJSON() ([]byte, error)
func (*NullableEpsInterworkingIndication) Set ¶
func (v *NullableEpsInterworkingIndication) Set(val *EpsInterworkingIndication)
func (*NullableEpsInterworkingIndication) UnmarshalJSON ¶
func (v *NullableEpsInterworkingIndication) UnmarshalJSON(src []byte) error
func (*NullableEpsInterworkingIndication) Unset ¶
func (v *NullableEpsInterworkingIndication) Unset()
type NullableEpsPdnCnxInfo ¶
type NullableEpsPdnCnxInfo struct {
// contains filtered or unexported fields
}
func NewNullableEpsPdnCnxInfo ¶
func NewNullableEpsPdnCnxInfo(val *EpsPdnCnxInfo) *NullableEpsPdnCnxInfo
func (NullableEpsPdnCnxInfo) Get ¶
func (v NullableEpsPdnCnxInfo) Get() *EpsPdnCnxInfo
func (NullableEpsPdnCnxInfo) IsSet ¶
func (v NullableEpsPdnCnxInfo) IsSet() bool
func (NullableEpsPdnCnxInfo) MarshalJSON ¶
func (v NullableEpsPdnCnxInfo) MarshalJSON() ([]byte, error)
func (*NullableEpsPdnCnxInfo) Set ¶
func (v *NullableEpsPdnCnxInfo) Set(val *EpsPdnCnxInfo)
func (*NullableEpsPdnCnxInfo) UnmarshalJSON ¶
func (v *NullableEpsPdnCnxInfo) UnmarshalJSON(src []byte) error
func (*NullableEpsPdnCnxInfo) Unset ¶
func (v *NullableEpsPdnCnxInfo) Unset()
type NullableEutraLocation ¶
type NullableEutraLocation struct {
// contains filtered or unexported fields
}
func NewNullableEutraLocation ¶
func NewNullableEutraLocation(val *EutraLocation) *NullableEutraLocation
func (NullableEutraLocation) Get ¶
func (v NullableEutraLocation) Get() *EutraLocation
func (NullableEutraLocation) IsSet ¶
func (v NullableEutraLocation) IsSet() bool
func (NullableEutraLocation) MarshalJSON ¶
func (v NullableEutraLocation) MarshalJSON() ([]byte, error)
func (*NullableEutraLocation) Set ¶
func (v *NullableEutraLocation) Set(val *EutraLocation)
func (*NullableEutraLocation) UnmarshalJSON ¶
func (v *NullableEutraLocation) UnmarshalJSON(src []byte) error
func (*NullableEutraLocation) Unset ¶
func (v *NullableEutraLocation) Unset()
type NullableExemptionInd ¶
type NullableExemptionInd struct {
// contains filtered or unexported fields
}
func NewNullableExemptionInd ¶
func NewNullableExemptionInd(val *ExemptionInd) *NullableExemptionInd
func (NullableExemptionInd) Get ¶
func (v NullableExemptionInd) Get() *ExemptionInd
func (NullableExemptionInd) IsSet ¶
func (v NullableExemptionInd) IsSet() bool
func (NullableExemptionInd) MarshalJSON ¶
func (v NullableExemptionInd) MarshalJSON() ([]byte, error)
func (*NullableExemptionInd) Set ¶
func (v *NullableExemptionInd) Set(val *ExemptionInd)
func (*NullableExemptionInd) UnmarshalJSON ¶
func (v *NullableExemptionInd) UnmarshalJSON(src []byte) error
func (*NullableExemptionInd) Unset ¶
func (v *NullableExemptionInd) Unset()
type NullableExtProblemDetails ¶
type NullableExtProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableExtProblemDetails ¶
func NewNullableExtProblemDetails(val *ExtProblemDetails) *NullableExtProblemDetails
func (NullableExtProblemDetails) Get ¶
func (v NullableExtProblemDetails) Get() *ExtProblemDetails
func (NullableExtProblemDetails) IsSet ¶
func (v NullableExtProblemDetails) IsSet() bool
func (NullableExtProblemDetails) MarshalJSON ¶
func (v NullableExtProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableExtProblemDetails) Set ¶
func (v *NullableExtProblemDetails) Set(val *ExtProblemDetails)
func (*NullableExtProblemDetails) UnmarshalJSON ¶
func (v *NullableExtProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableExtProblemDetails) Unset ¶
func (v *NullableExtProblemDetails) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGNbId ¶
type NullableGNbId struct {
// contains filtered or unexported fields
}
func NewNullableGNbId ¶
func NewNullableGNbId(val *GNbId) *NullableGNbId
func (NullableGNbId) Get ¶
func (v NullableGNbId) Get() *GNbId
func (NullableGNbId) IsSet ¶
func (v NullableGNbId) IsSet() bool
func (NullableGNbId) MarshalJSON ¶
func (v NullableGNbId) MarshalJSON() ([]byte, error)
func (*NullableGNbId) Set ¶
func (v *NullableGNbId) Set(val *GNbId)
func (*NullableGNbId) UnmarshalJSON ¶
func (v *NullableGNbId) UnmarshalJSON(src []byte) error
func (*NullableGNbId) Unset ¶
func (v *NullableGNbId) Unset()
type NullableGbrQosFlowInformation ¶
type NullableGbrQosFlowInformation struct {
// contains filtered or unexported fields
}
func NewNullableGbrQosFlowInformation ¶
func NewNullableGbrQosFlowInformation(val *GbrQosFlowInformation) *NullableGbrQosFlowInformation
func (NullableGbrQosFlowInformation) Get ¶
func (v NullableGbrQosFlowInformation) Get() *GbrQosFlowInformation
func (NullableGbrQosFlowInformation) IsSet ¶
func (v NullableGbrQosFlowInformation) IsSet() bool
func (NullableGbrQosFlowInformation) MarshalJSON ¶
func (v NullableGbrQosFlowInformation) MarshalJSON() ([]byte, error)
func (*NullableGbrQosFlowInformation) Set ¶
func (v *NullableGbrQosFlowInformation) Set(val *GbrQosFlowInformation)
func (*NullableGbrQosFlowInformation) UnmarshalJSON ¶
func (v *NullableGbrQosFlowInformation) UnmarshalJSON(src []byte) error
func (*NullableGbrQosFlowInformation) Unset ¶
func (v *NullableGbrQosFlowInformation) Unset()
type NullableGeraLocation ¶
type NullableGeraLocation struct {
// contains filtered or unexported fields
}
func NewNullableGeraLocation ¶
func NewNullableGeraLocation(val *GeraLocation) *NullableGeraLocation
func (NullableGeraLocation) Get ¶
func (v NullableGeraLocation) Get() *GeraLocation
func (NullableGeraLocation) IsSet ¶
func (v NullableGeraLocation) IsSet() bool
func (NullableGeraLocation) MarshalJSON ¶
func (v NullableGeraLocation) MarshalJSON() ([]byte, error)
func (*NullableGeraLocation) Set ¶
func (v *NullableGeraLocation) Set(val *GeraLocation)
func (*NullableGeraLocation) UnmarshalJSON ¶
func (v *NullableGeraLocation) UnmarshalJSON(src []byte) error
func (*NullableGeraLocation) Unset ¶
func (v *NullableGeraLocation) Unset()
type NullableGlobalRanNodeId ¶
type NullableGlobalRanNodeId struct {
// contains filtered or unexported fields
}
func NewNullableGlobalRanNodeId ¶
func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId
func (NullableGlobalRanNodeId) Get ¶
func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
func (NullableGlobalRanNodeId) IsSet ¶
func (v NullableGlobalRanNodeId) IsSet() bool
func (NullableGlobalRanNodeId) MarshalJSON ¶
func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*NullableGlobalRanNodeId) Set ¶
func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
func (*NullableGlobalRanNodeId) UnmarshalJSON ¶
func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
func (*NullableGlobalRanNodeId) Unset ¶
func (v *NullableGlobalRanNodeId) Unset()
type NullableGuami ¶
type NullableGuami struct {
// contains filtered or unexported fields
}
func NewNullableGuami ¶
func NewNullableGuami(val *Guami) *NullableGuami
func (NullableGuami) Get ¶
func (v NullableGuami) Get() *Guami
func (NullableGuami) IsSet ¶
func (v NullableGuami) IsSet() bool
func (NullableGuami) MarshalJSON ¶
func (v NullableGuami) MarshalJSON() ([]byte, error)
func (*NullableGuami) Set ¶
func (v *NullableGuami) Set(val *Guami)
func (*NullableGuami) UnmarshalJSON ¶
func (v *NullableGuami) UnmarshalJSON(src []byte) error
func (*NullableGuami) Unset ¶
func (v *NullableGuami) Unset()
type NullableHfcNodeId ¶
type NullableHfcNodeId struct {
// contains filtered or unexported fields
}
func NewNullableHfcNodeId ¶
func NewNullableHfcNodeId(val *HfcNodeId) *NullableHfcNodeId
func (NullableHfcNodeId) Get ¶
func (v NullableHfcNodeId) Get() *HfcNodeId
func (NullableHfcNodeId) IsSet ¶
func (v NullableHfcNodeId) IsSet() bool
func (NullableHfcNodeId) MarshalJSON ¶
func (v NullableHfcNodeId) MarshalJSON() ([]byte, error)
func (*NullableHfcNodeId) Set ¶
func (v *NullableHfcNodeId) Set(val *HfcNodeId)
func (*NullableHfcNodeId) UnmarshalJSON ¶
func (v *NullableHfcNodeId) UnmarshalJSON(src []byte) error
func (*NullableHfcNodeId) Unset ¶
func (v *NullableHfcNodeId) Unset()
type NullableHoState ¶
type NullableHoState struct {
// contains filtered or unexported fields
}
func NewNullableHoState ¶
func NewNullableHoState(val *HoState) *NullableHoState
func (NullableHoState) Get ¶
func (v NullableHoState) Get() *HoState
func (NullableHoState) IsSet ¶
func (v NullableHoState) IsSet() bool
func (NullableHoState) MarshalJSON ¶
func (v NullableHoState) MarshalJSON() ([]byte, error)
func (*NullableHoState) Set ¶
func (v *NullableHoState) Set(val *HoState)
func (*NullableHoState) UnmarshalJSON ¶
func (v *NullableHoState) UnmarshalJSON(src []byte) error
func (*NullableHoState) Unset ¶
func (v *NullableHoState) Unset()
type NullableHsmfUpdateData ¶
type NullableHsmfUpdateData struct {
// contains filtered or unexported fields
}
func NewNullableHsmfUpdateData ¶
func NewNullableHsmfUpdateData(val *HsmfUpdateData) *NullableHsmfUpdateData
func (NullableHsmfUpdateData) Get ¶
func (v NullableHsmfUpdateData) Get() *HsmfUpdateData
func (NullableHsmfUpdateData) IsSet ¶
func (v NullableHsmfUpdateData) IsSet() bool
func (NullableHsmfUpdateData) MarshalJSON ¶
func (v NullableHsmfUpdateData) MarshalJSON() ([]byte, error)
func (*NullableHsmfUpdateData) Set ¶
func (v *NullableHsmfUpdateData) Set(val *HsmfUpdateData)
func (*NullableHsmfUpdateData) UnmarshalJSON ¶
func (v *NullableHsmfUpdateData) UnmarshalJSON(src []byte) error
func (*NullableHsmfUpdateData) Unset ¶
func (v *NullableHsmfUpdateData) Unset()
type NullableHsmfUpdateError ¶
type NullableHsmfUpdateError struct {
// contains filtered or unexported fields
}
func NewNullableHsmfUpdateError ¶
func NewNullableHsmfUpdateError(val *HsmfUpdateError) *NullableHsmfUpdateError
func (NullableHsmfUpdateError) Get ¶
func (v NullableHsmfUpdateError) Get() *HsmfUpdateError
func (NullableHsmfUpdateError) IsSet ¶
func (v NullableHsmfUpdateError) IsSet() bool
func (NullableHsmfUpdateError) MarshalJSON ¶
func (v NullableHsmfUpdateError) MarshalJSON() ([]byte, error)
func (*NullableHsmfUpdateError) Set ¶
func (v *NullableHsmfUpdateError) Set(val *HsmfUpdateError)
func (*NullableHsmfUpdateError) UnmarshalJSON ¶
func (v *NullableHsmfUpdateError) UnmarshalJSON(src []byte) error
func (*NullableHsmfUpdateError) Unset ¶
func (v *NullableHsmfUpdateError) Unset()
type NullableHsmfUpdatedData ¶
type NullableHsmfUpdatedData struct {
// contains filtered or unexported fields
}
func NewNullableHsmfUpdatedData ¶
func NewNullableHsmfUpdatedData(val *HsmfUpdatedData) *NullableHsmfUpdatedData
func (NullableHsmfUpdatedData) Get ¶
func (v NullableHsmfUpdatedData) Get() *HsmfUpdatedData
func (NullableHsmfUpdatedData) IsSet ¶
func (v NullableHsmfUpdatedData) IsSet() bool
func (NullableHsmfUpdatedData) MarshalJSON ¶
func (v NullableHsmfUpdatedData) MarshalJSON() ([]byte, error)
func (*NullableHsmfUpdatedData) Set ¶
func (v *NullableHsmfUpdatedData) Set(val *HsmfUpdatedData)
func (*NullableHsmfUpdatedData) UnmarshalJSON ¶
func (v *NullableHsmfUpdatedData) UnmarshalJSON(src []byte) error
func (*NullableHsmfUpdatedData) Unset ¶
func (v *NullableHsmfUpdatedData) Unset()
type NullableIndirectDataForwardingTunnelInfo ¶
type NullableIndirectDataForwardingTunnelInfo struct {
// contains filtered or unexported fields
}
func NewNullableIndirectDataForwardingTunnelInfo ¶
func NewNullableIndirectDataForwardingTunnelInfo(val *IndirectDataForwardingTunnelInfo) *NullableIndirectDataForwardingTunnelInfo
func (NullableIndirectDataForwardingTunnelInfo) IsSet ¶
func (v NullableIndirectDataForwardingTunnelInfo) IsSet() bool
func (NullableIndirectDataForwardingTunnelInfo) MarshalJSON ¶
func (v NullableIndirectDataForwardingTunnelInfo) MarshalJSON() ([]byte, error)
func (*NullableIndirectDataForwardingTunnelInfo) Set ¶
func (v *NullableIndirectDataForwardingTunnelInfo) Set(val *IndirectDataForwardingTunnelInfo)
func (*NullableIndirectDataForwardingTunnelInfo) UnmarshalJSON ¶
func (v *NullableIndirectDataForwardingTunnelInfo) UnmarshalJSON(src []byte) error
func (*NullableIndirectDataForwardingTunnelInfo) Unset ¶
func (v *NullableIndirectDataForwardingTunnelInfo) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableIpAddress ¶
type NullableIpAddress struct {
// contains filtered or unexported fields
}
func NewNullableIpAddress ¶
func NewNullableIpAddress(val *IpAddress) *NullableIpAddress
func (NullableIpAddress) Get ¶
func (v NullableIpAddress) Get() *IpAddress
func (NullableIpAddress) IsSet ¶
func (v NullableIpAddress) IsSet() bool
func (NullableIpAddress) MarshalJSON ¶
func (v NullableIpAddress) MarshalJSON() ([]byte, error)
func (*NullableIpAddress) Set ¶
func (v *NullableIpAddress) Set(val *IpAddress)
func (*NullableIpAddress) UnmarshalJSON ¶
func (v *NullableIpAddress) UnmarshalJSON(src []byte) error
func (*NullableIpAddress) Unset ¶
func (v *NullableIpAddress) Unset()
type NullableIpv6Addr ¶
type NullableIpv6Addr struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Addr ¶
func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr
func (NullableIpv6Addr) Get ¶
func (v NullableIpv6Addr) Get() *Ipv6Addr
func (NullableIpv6Addr) IsSet ¶
func (v NullableIpv6Addr) IsSet() bool
func (NullableIpv6Addr) MarshalJSON ¶
func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)
func (*NullableIpv6Addr) Set ¶
func (v *NullableIpv6Addr) Set(val *Ipv6Addr)
func (*NullableIpv6Addr) UnmarshalJSON ¶
func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error
func (*NullableIpv6Addr) Unset ¶
func (v *NullableIpv6Addr) Unset()
type NullableIpv6Prefix ¶
type NullableIpv6Prefix struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Prefix ¶
func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix
func (NullableIpv6Prefix) Get ¶
func (v NullableIpv6Prefix) Get() *Ipv6Prefix
func (NullableIpv6Prefix) IsSet ¶
func (v NullableIpv6Prefix) IsSet() bool
func (NullableIpv6Prefix) MarshalJSON ¶
func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)
func (*NullableIpv6Prefix) Set ¶
func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)
func (*NullableIpv6Prefix) UnmarshalJSON ¶
func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error
func (*NullableIpv6Prefix) Unset ¶
func (v *NullableIpv6Prefix) Unset()
type NullableLineType ¶
type NullableLineType struct {
// contains filtered or unexported fields
}
func NewNullableLineType ¶
func NewNullableLineType(val *LineType) *NullableLineType
func (NullableLineType) Get ¶
func (v NullableLineType) Get() *LineType
func (NullableLineType) IsSet ¶
func (v NullableLineType) IsSet() bool
func (NullableLineType) MarshalJSON ¶
func (v NullableLineType) MarshalJSON() ([]byte, error)
func (*NullableLineType) Set ¶
func (v *NullableLineType) Set(val *LineType)
func (*NullableLineType) UnmarshalJSON ¶
func (v *NullableLineType) UnmarshalJSON(src []byte) error
func (*NullableLineType) Unset ¶
func (v *NullableLineType) Unset()
type NullableLocationAreaId ¶
type NullableLocationAreaId struct {
// contains filtered or unexported fields
}
func NewNullableLocationAreaId ¶
func NewNullableLocationAreaId(val *LocationAreaId) *NullableLocationAreaId
func (NullableLocationAreaId) Get ¶
func (v NullableLocationAreaId) Get() *LocationAreaId
func (NullableLocationAreaId) IsSet ¶
func (v NullableLocationAreaId) IsSet() bool
func (NullableLocationAreaId) MarshalJSON ¶
func (v NullableLocationAreaId) MarshalJSON() ([]byte, error)
func (*NullableLocationAreaId) Set ¶
func (v *NullableLocationAreaId) Set(val *LocationAreaId)
func (*NullableLocationAreaId) UnmarshalJSON ¶
func (v *NullableLocationAreaId) UnmarshalJSON(src []byte) error
func (*NullableLocationAreaId) Unset ¶
func (v *NullableLocationAreaId) Unset()
type NullableMaReleaseIndication ¶
type NullableMaReleaseIndication struct {
// contains filtered or unexported fields
}
func NewNullableMaReleaseIndication ¶
func NewNullableMaReleaseIndication(val *MaReleaseIndication) *NullableMaReleaseIndication
func (NullableMaReleaseIndication) Get ¶
func (v NullableMaReleaseIndication) Get() *MaReleaseIndication
func (NullableMaReleaseIndication) IsSet ¶
func (v NullableMaReleaseIndication) IsSet() bool
func (NullableMaReleaseIndication) MarshalJSON ¶
func (v NullableMaReleaseIndication) MarshalJSON() ([]byte, error)
func (*NullableMaReleaseIndication) Set ¶
func (v *NullableMaReleaseIndication) Set(val *MaReleaseIndication)
func (*NullableMaReleaseIndication) UnmarshalJSON ¶
func (v *NullableMaReleaseIndication) UnmarshalJSON(src []byte) error
func (*NullableMaReleaseIndication) Unset ¶
func (v *NullableMaReleaseIndication) Unset()
type NullableMaxIntegrityProtectedDataRate ¶
type NullableMaxIntegrityProtectedDataRate struct {
// contains filtered or unexported fields
}
func NewNullableMaxIntegrityProtectedDataRate ¶
func NewNullableMaxIntegrityProtectedDataRate(val *MaxIntegrityProtectedDataRate) *NullableMaxIntegrityProtectedDataRate
func (NullableMaxIntegrityProtectedDataRate) Get ¶
func (v NullableMaxIntegrityProtectedDataRate) Get() *MaxIntegrityProtectedDataRate
func (NullableMaxIntegrityProtectedDataRate) IsSet ¶
func (v NullableMaxIntegrityProtectedDataRate) IsSet() bool
func (NullableMaxIntegrityProtectedDataRate) MarshalJSON ¶
func (v NullableMaxIntegrityProtectedDataRate) MarshalJSON() ([]byte, error)
func (*NullableMaxIntegrityProtectedDataRate) Set ¶
func (v *NullableMaxIntegrityProtectedDataRate) Set(val *MaxIntegrityProtectedDataRate)
func (*NullableMaxIntegrityProtectedDataRate) UnmarshalJSON ¶
func (v *NullableMaxIntegrityProtectedDataRate) UnmarshalJSON(src []byte) error
func (*NullableMaxIntegrityProtectedDataRate) Unset ¶
func (v *NullableMaxIntegrityProtectedDataRate) Unset()
type NullableMmeCapabilities ¶
type NullableMmeCapabilities struct {
// contains filtered or unexported fields
}
func NewNullableMmeCapabilities ¶
func NewNullableMmeCapabilities(val *MmeCapabilities) *NullableMmeCapabilities
func (NullableMmeCapabilities) Get ¶
func (v NullableMmeCapabilities) Get() *MmeCapabilities
func (NullableMmeCapabilities) IsSet ¶
func (v NullableMmeCapabilities) IsSet() bool
func (NullableMmeCapabilities) MarshalJSON ¶
func (v NullableMmeCapabilities) MarshalJSON() ([]byte, error)
func (*NullableMmeCapabilities) Set ¶
func (v *NullableMmeCapabilities) Set(val *MmeCapabilities)
func (*NullableMmeCapabilities) UnmarshalJSON ¶
func (v *NullableMmeCapabilities) UnmarshalJSON(src []byte) error
func (*NullableMmeCapabilities) Unset ¶
func (v *NullableMmeCapabilities) Unset()
type NullableMoExpDataCounter ¶
type NullableMoExpDataCounter struct {
// contains filtered or unexported fields
}
func NewNullableMoExpDataCounter ¶
func NewNullableMoExpDataCounter(val *MoExpDataCounter) *NullableMoExpDataCounter
func (NullableMoExpDataCounter) Get ¶
func (v NullableMoExpDataCounter) Get() *MoExpDataCounter
func (NullableMoExpDataCounter) IsSet ¶
func (v NullableMoExpDataCounter) IsSet() bool
func (NullableMoExpDataCounter) MarshalJSON ¶
func (v NullableMoExpDataCounter) MarshalJSON() ([]byte, error)
func (*NullableMoExpDataCounter) Set ¶
func (v *NullableMoExpDataCounter) Set(val *MoExpDataCounter)
func (*NullableMoExpDataCounter) UnmarshalJSON ¶
func (v *NullableMoExpDataCounter) UnmarshalJSON(src []byte) error
func (*NullableMoExpDataCounter) Unset ¶
func (v *NullableMoExpDataCounter) Unset()
type NullableN2SmInfoType ¶
type NullableN2SmInfoType struct {
// contains filtered or unexported fields
}
func NewNullableN2SmInfoType ¶
func NewNullableN2SmInfoType(val *N2SmInfoType) *NullableN2SmInfoType
func (NullableN2SmInfoType) Get ¶
func (v NullableN2SmInfoType) Get() *N2SmInfoType
func (NullableN2SmInfoType) IsSet ¶
func (v NullableN2SmInfoType) IsSet() bool
func (NullableN2SmInfoType) MarshalJSON ¶
func (v NullableN2SmInfoType) MarshalJSON() ([]byte, error)
func (*NullableN2SmInfoType) Set ¶
func (v *NullableN2SmInfoType) Set(val *N2SmInfoType)
func (*NullableN2SmInfoType) UnmarshalJSON ¶
func (v *NullableN2SmInfoType) UnmarshalJSON(src []byte) error
func (*NullableN2SmInfoType) Unset ¶
func (v *NullableN2SmInfoType) Unset()
type NullableN3gaLocation ¶
type NullableN3gaLocation struct {
// contains filtered or unexported fields
}
func NewNullableN3gaLocation ¶
func NewNullableN3gaLocation(val *N3gaLocation) *NullableN3gaLocation
func (NullableN3gaLocation) Get ¶
func (v NullableN3gaLocation) Get() *N3gaLocation
func (NullableN3gaLocation) IsSet ¶
func (v NullableN3gaLocation) IsSet() bool
func (NullableN3gaLocation) MarshalJSON ¶
func (v NullableN3gaLocation) MarshalJSON() ([]byte, error)
func (*NullableN3gaLocation) Set ¶
func (v *NullableN3gaLocation) Set(val *N3gaLocation)
func (*NullableN3gaLocation) UnmarshalJSON ¶
func (v *NullableN3gaLocation) UnmarshalJSON(src []byte) error
func (*NullableN3gaLocation) Unset ¶
func (v *NullableN3gaLocation) Unset()
type NullableN4Information ¶
type NullableN4Information struct {
// contains filtered or unexported fields
}
func NewNullableN4Information ¶
func NewNullableN4Information(val *N4Information) *NullableN4Information
func (NullableN4Information) Get ¶
func (v NullableN4Information) Get() *N4Information
func (NullableN4Information) IsSet ¶
func (v NullableN4Information) IsSet() bool
func (NullableN4Information) MarshalJSON ¶
func (v NullableN4Information) MarshalJSON() ([]byte, error)
func (*NullableN4Information) Set ¶
func (v *NullableN4Information) Set(val *N4Information)
func (*NullableN4Information) UnmarshalJSON ¶
func (v *NullableN4Information) UnmarshalJSON(src []byte) error
func (*NullableN4Information) Unset ¶
func (v *NullableN4Information) Unset()
type NullableN4MessageType ¶
type NullableN4MessageType struct {
// contains filtered or unexported fields
}
func NewNullableN4MessageType ¶
func NewNullableN4MessageType(val *N4MessageType) *NullableN4MessageType
func (NullableN4MessageType) Get ¶
func (v NullableN4MessageType) Get() *N4MessageType
func (NullableN4MessageType) IsSet ¶
func (v NullableN4MessageType) IsSet() bool
func (NullableN4MessageType) MarshalJSON ¶
func (v NullableN4MessageType) MarshalJSON() ([]byte, error)
func (*NullableN4MessageType) Set ¶
func (v *NullableN4MessageType) Set(val *N4MessageType)
func (*NullableN4MessageType) UnmarshalJSON ¶
func (v *NullableN4MessageType) UnmarshalJSON(src []byte) error
func (*NullableN4MessageType) Unset ¶
func (v *NullableN4MessageType) Unset()
type NullableNFType ¶
type NullableNFType struct {
// contains filtered or unexported fields
}
func NewNullableNFType ¶
func NewNullableNFType(val *NFType) *NullableNFType
func (NullableNFType) Get ¶
func (v NullableNFType) Get() *NFType
func (NullableNFType) IsSet ¶
func (v NullableNFType) IsSet() bool
func (NullableNFType) MarshalJSON ¶
func (v NullableNFType) MarshalJSON() ([]byte, error)
func (*NullableNFType) Set ¶
func (v *NullableNFType) Set(val *NFType)
func (*NullableNFType) UnmarshalJSON ¶
func (v *NullableNFType) UnmarshalJSON(src []byte) error
func (*NullableNFType) Unset ¶
func (v *NullableNFType) Unset()
type NullableNcgi ¶
type NullableNcgi struct {
// contains filtered or unexported fields
}
func NewNullableNcgi ¶
func NewNullableNcgi(val *Ncgi) *NullableNcgi
func (NullableNcgi) Get ¶
func (v NullableNcgi) Get() *Ncgi
func (NullableNcgi) IsSet ¶
func (v NullableNcgi) IsSet() bool
func (NullableNcgi) MarshalJSON ¶
func (v NullableNcgi) MarshalJSON() ([]byte, error)
func (*NullableNcgi) Set ¶
func (v *NullableNcgi) Set(val *Ncgi)
func (*NullableNcgi) UnmarshalJSON ¶
func (v *NullableNcgi) UnmarshalJSON(src []byte) error
func (*NullableNcgi) Unset ¶
func (v *NullableNcgi) Unset()
type NullableNgApCause ¶
type NullableNgApCause struct {
// contains filtered or unexported fields
}
func NewNullableNgApCause ¶
func NewNullableNgApCause(val *NgApCause) *NullableNgApCause
func (NullableNgApCause) Get ¶
func (v NullableNgApCause) Get() *NgApCause
func (NullableNgApCause) IsSet ¶
func (v NullableNgApCause) IsSet() bool
func (NullableNgApCause) MarshalJSON ¶
func (v NullableNgApCause) MarshalJSON() ([]byte, error)
func (*NullableNgApCause) Set ¶
func (v *NullableNgApCause) Set(val *NgApCause)
func (*NullableNgApCause) UnmarshalJSON ¶
func (v *NullableNgApCause) UnmarshalJSON(src []byte) error
func (*NullableNgApCause) Unset ¶
func (v *NullableNgApCause) Unset()
type NullableNgRanTargetId ¶
type NullableNgRanTargetId struct {
// contains filtered or unexported fields
}
func NewNullableNgRanTargetId ¶
func NewNullableNgRanTargetId(val *NgRanTargetId) *NullableNgRanTargetId
func (NullableNgRanTargetId) Get ¶
func (v NullableNgRanTargetId) Get() *NgRanTargetId
func (NullableNgRanTargetId) IsSet ¶
func (v NullableNgRanTargetId) IsSet() bool
func (NullableNgRanTargetId) MarshalJSON ¶
func (v NullableNgRanTargetId) MarshalJSON() ([]byte, error)
func (*NullableNgRanTargetId) Set ¶
func (v *NullableNgRanTargetId) Set(val *NgRanTargetId)
func (*NullableNgRanTargetId) UnmarshalJSON ¶
func (v *NullableNgRanTargetId) UnmarshalJSON(src []byte) error
func (*NullableNgRanTargetId) Unset ¶
func (v *NullableNgRanTargetId) Unset()
type NullableNonDynamic5Qi ¶
type NullableNonDynamic5Qi struct {
// contains filtered or unexported fields
}
func NewNullableNonDynamic5Qi ¶
func NewNullableNonDynamic5Qi(val *NonDynamic5Qi) *NullableNonDynamic5Qi
func (NullableNonDynamic5Qi) Get ¶
func (v NullableNonDynamic5Qi) Get() *NonDynamic5Qi
func (NullableNonDynamic5Qi) IsSet ¶
func (v NullableNonDynamic5Qi) IsSet() bool
func (NullableNonDynamic5Qi) MarshalJSON ¶
func (v NullableNonDynamic5Qi) MarshalJSON() ([]byte, error)
func (*NullableNonDynamic5Qi) Set ¶
func (v *NullableNonDynamic5Qi) Set(val *NonDynamic5Qi)
func (*NullableNonDynamic5Qi) UnmarshalJSON ¶
func (v *NullableNonDynamic5Qi) UnmarshalJSON(src []byte) error
func (*NullableNonDynamic5Qi) Unset ¶
func (v *NullableNonDynamic5Qi) Unset()
type NullableNotificationCause ¶
type NullableNotificationCause struct {
// contains filtered or unexported fields
}
func NewNullableNotificationCause ¶
func NewNullableNotificationCause(val *NotificationCause) *NullableNotificationCause
func (NullableNotificationCause) Get ¶
func (v NullableNotificationCause) Get() *NotificationCause
func (NullableNotificationCause) IsSet ¶
func (v NullableNotificationCause) IsSet() bool
func (NullableNotificationCause) MarshalJSON ¶
func (v NullableNotificationCause) MarshalJSON() ([]byte, error)
func (*NullableNotificationCause) Set ¶
func (v *NullableNotificationCause) Set(val *NotificationCause)
func (*NullableNotificationCause) UnmarshalJSON ¶
func (v *NullableNotificationCause) UnmarshalJSON(src []byte) error
func (*NullableNotificationCause) Unset ¶
func (v *NullableNotificationCause) Unset()
type NullableNotificationControl ¶
type NullableNotificationControl struct {
// contains filtered or unexported fields
}
func NewNullableNotificationControl ¶
func NewNullableNotificationControl(val *NotificationControl) *NullableNotificationControl
func (NullableNotificationControl) Get ¶
func (v NullableNotificationControl) Get() *NotificationControl
func (NullableNotificationControl) IsSet ¶
func (v NullableNotificationControl) IsSet() bool
func (NullableNotificationControl) MarshalJSON ¶
func (v NullableNotificationControl) MarshalJSON() ([]byte, error)
func (*NullableNotificationControl) Set ¶
func (v *NullableNotificationControl) Set(val *NotificationControl)
func (*NullableNotificationControl) UnmarshalJSON ¶
func (v *NullableNotificationControl) UnmarshalJSON(src []byte) error
func (*NullableNotificationControl) Unset ¶
func (v *NullableNotificationControl) Unset()
type NullableNotificationInfo ¶
type NullableNotificationInfo struct {
// contains filtered or unexported fields
}
func NewNullableNotificationInfo ¶
func NewNullableNotificationInfo(val *NotificationInfo) *NullableNotificationInfo
func (NullableNotificationInfo) Get ¶
func (v NullableNotificationInfo) Get() *NotificationInfo
func (NullableNotificationInfo) IsSet ¶
func (v NullableNotificationInfo) IsSet() bool
func (NullableNotificationInfo) MarshalJSON ¶
func (v NullableNotificationInfo) MarshalJSON() ([]byte, error)
func (*NullableNotificationInfo) Set ¶
func (v *NullableNotificationInfo) Set(val *NotificationInfo)
func (*NullableNotificationInfo) UnmarshalJSON ¶
func (v *NullableNotificationInfo) UnmarshalJSON(src []byte) error
func (*NullableNotificationInfo) Unset ¶
func (v *NullableNotificationInfo) Unset()
type NullableNrLocation ¶
type NullableNrLocation struct {
// contains filtered or unexported fields
}
func NewNullableNrLocation ¶
func NewNullableNrLocation(val *NrLocation) *NullableNrLocation
func (NullableNrLocation) Get ¶
func (v NullableNrLocation) Get() *NrLocation
func (NullableNrLocation) IsSet ¶
func (v NullableNrLocation) IsSet() bool
func (NullableNrLocation) MarshalJSON ¶
func (v NullableNrLocation) MarshalJSON() ([]byte, error)
func (*NullableNrLocation) Set ¶
func (v *NullableNrLocation) Set(val *NrLocation)
func (*NullableNrLocation) UnmarshalJSON ¶
func (v *NullableNrLocation) UnmarshalJSON(src []byte) error
func (*NullableNrLocation) Unset ¶
func (v *NullableNrLocation) Unset()
type NullableNullValue ¶
type NullableNullValue struct {
// contains filtered or unexported fields
}
func NewNullableNullValue ¶
func NewNullableNullValue(val *NullValue) *NullableNullValue
func (NullableNullValue) Get ¶
func (v NullableNullValue) Get() *NullValue
func (NullableNullValue) IsSet ¶
func (v NullableNullValue) IsSet() bool
func (NullableNullValue) MarshalJSON ¶
func (v NullableNullValue) MarshalJSON() ([]byte, error)
func (*NullableNullValue) Set ¶
func (v *NullableNullValue) Set(val *NullValue)
func (*NullableNullValue) UnmarshalJSON ¶
func (v *NullableNullValue) UnmarshalJSON(src []byte) error
func (*NullableNullValue) Unset ¶
func (v *NullableNullValue) Unset()
type NullablePartialRecordMethod ¶
type NullablePartialRecordMethod struct {
// contains filtered or unexported fields
}
func NewNullablePartialRecordMethod ¶
func NewNullablePartialRecordMethod(val *PartialRecordMethod) *NullablePartialRecordMethod
func (NullablePartialRecordMethod) Get ¶
func (v NullablePartialRecordMethod) Get() *PartialRecordMethod
func (NullablePartialRecordMethod) IsSet ¶
func (v NullablePartialRecordMethod) IsSet() bool
func (NullablePartialRecordMethod) MarshalJSON ¶
func (v NullablePartialRecordMethod) MarshalJSON() ([]byte, error)
func (*NullablePartialRecordMethod) Set ¶
func (v *NullablePartialRecordMethod) Set(val *PartialRecordMethod)
func (*NullablePartialRecordMethod) UnmarshalJSON ¶
func (v *NullablePartialRecordMethod) UnmarshalJSON(src []byte) error
func (*NullablePartialRecordMethod) Unset ¶
func (v *NullablePartialRecordMethod) Unset()
type NullablePcfUeCallbackInfo ¶
type NullablePcfUeCallbackInfo struct {
// contains filtered or unexported fields
}
func NewNullablePcfUeCallbackInfo ¶
func NewNullablePcfUeCallbackInfo(val *PcfUeCallbackInfo) *NullablePcfUeCallbackInfo
func (NullablePcfUeCallbackInfo) Get ¶
func (v NullablePcfUeCallbackInfo) Get() *PcfUeCallbackInfo
func (NullablePcfUeCallbackInfo) IsSet ¶
func (v NullablePcfUeCallbackInfo) IsSet() bool
func (NullablePcfUeCallbackInfo) MarshalJSON ¶
func (v NullablePcfUeCallbackInfo) MarshalJSON() ([]byte, error)
func (*NullablePcfUeCallbackInfo) Set ¶
func (v *NullablePcfUeCallbackInfo) Set(val *PcfUeCallbackInfo)
func (*NullablePcfUeCallbackInfo) UnmarshalJSON ¶
func (v *NullablePcfUeCallbackInfo) UnmarshalJSON(src []byte) error
func (*NullablePcfUeCallbackInfo) Unset ¶
func (v *NullablePcfUeCallbackInfo) Unset()
type NullablePduSessionContextType ¶
type NullablePduSessionContextType struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionContextType ¶
func NewNullablePduSessionContextType(val *PduSessionContextType) *NullablePduSessionContextType
func (NullablePduSessionContextType) Get ¶
func (v NullablePduSessionContextType) Get() *PduSessionContextType
func (NullablePduSessionContextType) IsSet ¶
func (v NullablePduSessionContextType) IsSet() bool
func (NullablePduSessionContextType) MarshalJSON ¶
func (v NullablePduSessionContextType) MarshalJSON() ([]byte, error)
func (*NullablePduSessionContextType) Set ¶
func (v *NullablePduSessionContextType) Set(val *PduSessionContextType)
func (*NullablePduSessionContextType) UnmarshalJSON ¶
func (v *NullablePduSessionContextType) UnmarshalJSON(src []byte) error
func (*NullablePduSessionContextType) Unset ¶
func (v *NullablePduSessionContextType) Unset()
type NullablePduSessionCreateData ¶
type NullablePduSessionCreateData struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionCreateData ¶
func NewNullablePduSessionCreateData(val *PduSessionCreateData) *NullablePduSessionCreateData
func (NullablePduSessionCreateData) Get ¶
func (v NullablePduSessionCreateData) Get() *PduSessionCreateData
func (NullablePduSessionCreateData) IsSet ¶
func (v NullablePduSessionCreateData) IsSet() bool
func (NullablePduSessionCreateData) MarshalJSON ¶
func (v NullablePduSessionCreateData) MarshalJSON() ([]byte, error)
func (*NullablePduSessionCreateData) Set ¶
func (v *NullablePduSessionCreateData) Set(val *PduSessionCreateData)
func (*NullablePduSessionCreateData) UnmarshalJSON ¶
func (v *NullablePduSessionCreateData) UnmarshalJSON(src []byte) error
func (*NullablePduSessionCreateData) Unset ¶
func (v *NullablePduSessionCreateData) Unset()
type NullablePduSessionCreateError ¶
type NullablePduSessionCreateError struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionCreateError ¶
func NewNullablePduSessionCreateError(val *PduSessionCreateError) *NullablePduSessionCreateError
func (NullablePduSessionCreateError) Get ¶
func (v NullablePduSessionCreateError) Get() *PduSessionCreateError
func (NullablePduSessionCreateError) IsSet ¶
func (v NullablePduSessionCreateError) IsSet() bool
func (NullablePduSessionCreateError) MarshalJSON ¶
func (v NullablePduSessionCreateError) MarshalJSON() ([]byte, error)
func (*NullablePduSessionCreateError) Set ¶
func (v *NullablePduSessionCreateError) Set(val *PduSessionCreateError)
func (*NullablePduSessionCreateError) UnmarshalJSON ¶
func (v *NullablePduSessionCreateError) UnmarshalJSON(src []byte) error
func (*NullablePduSessionCreateError) Unset ¶
func (v *NullablePduSessionCreateError) Unset()
type NullablePduSessionCreatedData ¶
type NullablePduSessionCreatedData struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionCreatedData ¶
func NewNullablePduSessionCreatedData(val *PduSessionCreatedData) *NullablePduSessionCreatedData
func (NullablePduSessionCreatedData) Get ¶
func (v NullablePduSessionCreatedData) Get() *PduSessionCreatedData
func (NullablePduSessionCreatedData) IsSet ¶
func (v NullablePduSessionCreatedData) IsSet() bool
func (NullablePduSessionCreatedData) MarshalJSON ¶
func (v NullablePduSessionCreatedData) MarshalJSON() ([]byte, error)
func (*NullablePduSessionCreatedData) Set ¶
func (v *NullablePduSessionCreatedData) Set(val *PduSessionCreatedData)
func (*NullablePduSessionCreatedData) UnmarshalJSON ¶
func (v *NullablePduSessionCreatedData) UnmarshalJSON(src []byte) error
func (*NullablePduSessionCreatedData) Unset ¶
func (v *NullablePduSessionCreatedData) Unset()
type NullablePduSessionNotifyItem ¶
type NullablePduSessionNotifyItem struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionNotifyItem ¶
func NewNullablePduSessionNotifyItem(val *PduSessionNotifyItem) *NullablePduSessionNotifyItem
func (NullablePduSessionNotifyItem) Get ¶
func (v NullablePduSessionNotifyItem) Get() *PduSessionNotifyItem
func (NullablePduSessionNotifyItem) IsSet ¶
func (v NullablePduSessionNotifyItem) IsSet() bool
func (NullablePduSessionNotifyItem) MarshalJSON ¶
func (v NullablePduSessionNotifyItem) MarshalJSON() ([]byte, error)
func (*NullablePduSessionNotifyItem) Set ¶
func (v *NullablePduSessionNotifyItem) Set(val *PduSessionNotifyItem)
func (*NullablePduSessionNotifyItem) UnmarshalJSON ¶
func (v *NullablePduSessionNotifyItem) UnmarshalJSON(src []byte) error
func (*NullablePduSessionNotifyItem) Unset ¶
func (v *NullablePduSessionNotifyItem) Unset()
type NullablePduSessionType ¶
type NullablePduSessionType struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionType ¶
func NewNullablePduSessionType(val *PduSessionType) *NullablePduSessionType
func (NullablePduSessionType) Get ¶
func (v NullablePduSessionType) Get() *PduSessionType
func (NullablePduSessionType) IsSet ¶
func (v NullablePduSessionType) IsSet() bool
func (NullablePduSessionType) MarshalJSON ¶
func (v NullablePduSessionType) MarshalJSON() ([]byte, error)
func (*NullablePduSessionType) Set ¶
func (v *NullablePduSessionType) Set(val *PduSessionType)
func (*NullablePduSessionType) UnmarshalJSON ¶
func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error
func (*NullablePduSessionType) Unset ¶
func (v *NullablePduSessionType) Unset()
type NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnIdNid ¶
type NullablePlmnIdNid struct {
// contains filtered or unexported fields
}
func NewNullablePlmnIdNid ¶
func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid
func (NullablePlmnIdNid) Get ¶
func (v NullablePlmnIdNid) Get() *PlmnIdNid
func (NullablePlmnIdNid) IsSet ¶
func (v NullablePlmnIdNid) IsSet() bool
func (NullablePlmnIdNid) MarshalJSON ¶
func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)
func (*NullablePlmnIdNid) Set ¶
func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)
func (*NullablePlmnIdNid) UnmarshalJSON ¶
func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error
func (*NullablePlmnIdNid) Unset ¶
func (v *NullablePlmnIdNid) Unset()
type NullablePreemptionCapability ¶
type NullablePreemptionCapability struct {
// contains filtered or unexported fields
}
func NewNullablePreemptionCapability ¶
func NewNullablePreemptionCapability(val *PreemptionCapability) *NullablePreemptionCapability
func (NullablePreemptionCapability) Get ¶
func (v NullablePreemptionCapability) Get() *PreemptionCapability
func (NullablePreemptionCapability) IsSet ¶
func (v NullablePreemptionCapability) IsSet() bool
func (NullablePreemptionCapability) MarshalJSON ¶
func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error)
func (*NullablePreemptionCapability) Set ¶
func (v *NullablePreemptionCapability) Set(val *PreemptionCapability)
func (*NullablePreemptionCapability) UnmarshalJSON ¶
func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error
func (*NullablePreemptionCapability) Unset ¶
func (v *NullablePreemptionCapability) Unset()
type NullablePreemptionVulnerability ¶
type NullablePreemptionVulnerability struct {
// contains filtered or unexported fields
}
func NewNullablePreemptionVulnerability ¶
func NewNullablePreemptionVulnerability(val *PreemptionVulnerability) *NullablePreemptionVulnerability
func (NullablePreemptionVulnerability) Get ¶
func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability
func (NullablePreemptionVulnerability) IsSet ¶
func (v NullablePreemptionVulnerability) IsSet() bool
func (NullablePreemptionVulnerability) MarshalJSON ¶
func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error)
func (*NullablePreemptionVulnerability) Set ¶
func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability)
func (*NullablePreemptionVulnerability) UnmarshalJSON ¶
func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error
func (*NullablePreemptionVulnerability) Unset ¶
func (v *NullablePreemptionVulnerability) Unset()
type NullablePresenceState ¶
type NullablePresenceState struct {
// contains filtered or unexported fields
}
func NewNullablePresenceState ¶
func NewNullablePresenceState(val *PresenceState) *NullablePresenceState
func (NullablePresenceState) Get ¶
func (v NullablePresenceState) Get() *PresenceState
func (NullablePresenceState) IsSet ¶
func (v NullablePresenceState) IsSet() bool
func (NullablePresenceState) MarshalJSON ¶
func (v NullablePresenceState) MarshalJSON() ([]byte, error)
func (*NullablePresenceState) Set ¶
func (v *NullablePresenceState) Set(val *PresenceState)
func (*NullablePresenceState) UnmarshalJSON ¶
func (v *NullablePresenceState) UnmarshalJSON(src []byte) error
func (*NullablePresenceState) Unset ¶
func (v *NullablePresenceState) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableProblemDetailsAddInfo ¶
type NullableProblemDetailsAddInfo struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetailsAddInfo ¶
func NewNullableProblemDetailsAddInfo(val *ProblemDetailsAddInfo) *NullableProblemDetailsAddInfo
func (NullableProblemDetailsAddInfo) Get ¶
func (v NullableProblemDetailsAddInfo) Get() *ProblemDetailsAddInfo
func (NullableProblemDetailsAddInfo) IsSet ¶
func (v NullableProblemDetailsAddInfo) IsSet() bool
func (NullableProblemDetailsAddInfo) MarshalJSON ¶
func (v NullableProblemDetailsAddInfo) MarshalJSON() ([]byte, error)
func (*NullableProblemDetailsAddInfo) Set ¶
func (v *NullableProblemDetailsAddInfo) Set(val *ProblemDetailsAddInfo)
func (*NullableProblemDetailsAddInfo) UnmarshalJSON ¶
func (v *NullableProblemDetailsAddInfo) UnmarshalJSON(src []byte) error
func (*NullableProblemDetailsAddInfo) Unset ¶
func (v *NullableProblemDetailsAddInfo) Unset()
type NullableProtectionResult ¶
type NullableProtectionResult struct {
// contains filtered or unexported fields
}
func NewNullableProtectionResult ¶
func NewNullableProtectionResult(val *ProtectionResult) *NullableProtectionResult
func (NullableProtectionResult) Get ¶
func (v NullableProtectionResult) Get() *ProtectionResult
func (NullableProtectionResult) IsSet ¶
func (v NullableProtectionResult) IsSet() bool
func (NullableProtectionResult) MarshalJSON ¶
func (v NullableProtectionResult) MarshalJSON() ([]byte, error)
func (*NullableProtectionResult) Set ¶
func (v *NullableProtectionResult) Set(val *ProtectionResult)
func (*NullableProtectionResult) UnmarshalJSON ¶
func (v *NullableProtectionResult) UnmarshalJSON(src []byte) error
func (*NullableProtectionResult) Unset ¶
func (v *NullableProtectionResult) Unset()
type NullablePsaIndication ¶
type NullablePsaIndication struct {
// contains filtered or unexported fields
}
func NewNullablePsaIndication ¶
func NewNullablePsaIndication(val *PsaIndication) *NullablePsaIndication
func (NullablePsaIndication) Get ¶
func (v NullablePsaIndication) Get() *PsaIndication
func (NullablePsaIndication) IsSet ¶
func (v NullablePsaIndication) IsSet() bool
func (NullablePsaIndication) MarshalJSON ¶
func (v NullablePsaIndication) MarshalJSON() ([]byte, error)
func (*NullablePsaIndication) Set ¶
func (v *NullablePsaIndication) Set(val *PsaIndication)
func (*NullablePsaIndication) UnmarshalJSON ¶
func (v *NullablePsaIndication) UnmarshalJSON(src []byte) error
func (*NullablePsaIndication) Unset ¶
func (v *NullablePsaIndication) Unset()
type NullablePsaInformation ¶
type NullablePsaInformation struct {
// contains filtered or unexported fields
}
func NewNullablePsaInformation ¶
func NewNullablePsaInformation(val *PsaInformation) *NullablePsaInformation
func (NullablePsaInformation) Get ¶
func (v NullablePsaInformation) Get() *PsaInformation
func (NullablePsaInformation) IsSet ¶
func (v NullablePsaInformation) IsSet() bool
func (NullablePsaInformation) MarshalJSON ¶
func (v NullablePsaInformation) MarshalJSON() ([]byte, error)
func (*NullablePsaInformation) Set ¶
func (v *NullablePsaInformation) Set(val *PsaInformation)
func (*NullablePsaInformation) UnmarshalJSON ¶
func (v *NullablePsaInformation) UnmarshalJSON(src []byte) error
func (*NullablePsaInformation) Unset ¶
func (v *NullablePsaInformation) Unset()
type NullableQosFlowAccessType ¶
type NullableQosFlowAccessType struct {
// contains filtered or unexported fields
}
func NewNullableQosFlowAccessType ¶
func NewNullableQosFlowAccessType(val *QosFlowAccessType) *NullableQosFlowAccessType
func (NullableQosFlowAccessType) Get ¶
func (v NullableQosFlowAccessType) Get() *QosFlowAccessType
func (NullableQosFlowAccessType) IsSet ¶
func (v NullableQosFlowAccessType) IsSet() bool
func (NullableQosFlowAccessType) MarshalJSON ¶
func (v NullableQosFlowAccessType) MarshalJSON() ([]byte, error)
func (*NullableQosFlowAccessType) Set ¶
func (v *NullableQosFlowAccessType) Set(val *QosFlowAccessType)
func (*NullableQosFlowAccessType) UnmarshalJSON ¶
func (v *NullableQosFlowAccessType) UnmarshalJSON(src []byte) error
func (*NullableQosFlowAccessType) Unset ¶
func (v *NullableQosFlowAccessType) Unset()
type NullableQosFlowAddModifyRequestItem ¶
type NullableQosFlowAddModifyRequestItem struct {
// contains filtered or unexported fields
}
func NewNullableQosFlowAddModifyRequestItem ¶
func NewNullableQosFlowAddModifyRequestItem(val *QosFlowAddModifyRequestItem) *NullableQosFlowAddModifyRequestItem
func (NullableQosFlowAddModifyRequestItem) Get ¶
func (v NullableQosFlowAddModifyRequestItem) Get() *QosFlowAddModifyRequestItem
func (NullableQosFlowAddModifyRequestItem) IsSet ¶
func (v NullableQosFlowAddModifyRequestItem) IsSet() bool
func (NullableQosFlowAddModifyRequestItem) MarshalJSON ¶
func (v NullableQosFlowAddModifyRequestItem) MarshalJSON() ([]byte, error)
func (*NullableQosFlowAddModifyRequestItem) Set ¶
func (v *NullableQosFlowAddModifyRequestItem) Set(val *QosFlowAddModifyRequestItem)
func (*NullableQosFlowAddModifyRequestItem) UnmarshalJSON ¶
func (v *NullableQosFlowAddModifyRequestItem) UnmarshalJSON(src []byte) error
func (*NullableQosFlowAddModifyRequestItem) Unset ¶
func (v *NullableQosFlowAddModifyRequestItem) Unset()
type NullableQosFlowItem ¶
type NullableQosFlowItem struct {
// contains filtered or unexported fields
}
func NewNullableQosFlowItem ¶
func NewNullableQosFlowItem(val *QosFlowItem) *NullableQosFlowItem
func (NullableQosFlowItem) Get ¶
func (v NullableQosFlowItem) Get() *QosFlowItem
func (NullableQosFlowItem) IsSet ¶
func (v NullableQosFlowItem) IsSet() bool
func (NullableQosFlowItem) MarshalJSON ¶
func (v NullableQosFlowItem) MarshalJSON() ([]byte, error)
func (*NullableQosFlowItem) Set ¶
func (v *NullableQosFlowItem) Set(val *QosFlowItem)
func (*NullableQosFlowItem) UnmarshalJSON ¶
func (v *NullableQosFlowItem) UnmarshalJSON(src []byte) error
func (*NullableQosFlowItem) Unset ¶
func (v *NullableQosFlowItem) Unset()
type NullableQosFlowNotifyItem ¶
type NullableQosFlowNotifyItem struct {
// contains filtered or unexported fields
}
func NewNullableQosFlowNotifyItem ¶
func NewNullableQosFlowNotifyItem(val *QosFlowNotifyItem) *NullableQosFlowNotifyItem
func (NullableQosFlowNotifyItem) Get ¶
func (v NullableQosFlowNotifyItem) Get() *QosFlowNotifyItem
func (NullableQosFlowNotifyItem) IsSet ¶
func (v NullableQosFlowNotifyItem) IsSet() bool
func (NullableQosFlowNotifyItem) MarshalJSON ¶
func (v NullableQosFlowNotifyItem) MarshalJSON() ([]byte, error)
func (*NullableQosFlowNotifyItem) Set ¶
func (v *NullableQosFlowNotifyItem) Set(val *QosFlowNotifyItem)
func (*NullableQosFlowNotifyItem) UnmarshalJSON ¶
func (v *NullableQosFlowNotifyItem) UnmarshalJSON(src []byte) error
func (*NullableQosFlowNotifyItem) Unset ¶
func (v *NullableQosFlowNotifyItem) Unset()
type NullableQosFlowProfile ¶
type NullableQosFlowProfile struct {
// contains filtered or unexported fields
}
func NewNullableQosFlowProfile ¶
func NewNullableQosFlowProfile(val *QosFlowProfile) *NullableQosFlowProfile
func (NullableQosFlowProfile) Get ¶
func (v NullableQosFlowProfile) Get() *QosFlowProfile
func (NullableQosFlowProfile) IsSet ¶
func (v NullableQosFlowProfile) IsSet() bool
func (NullableQosFlowProfile) MarshalJSON ¶
func (v NullableQosFlowProfile) MarshalJSON() ([]byte, error)
func (*NullableQosFlowProfile) Set ¶
func (v *NullableQosFlowProfile) Set(val *QosFlowProfile)
func (*NullableQosFlowProfile) UnmarshalJSON ¶
func (v *NullableQosFlowProfile) UnmarshalJSON(src []byte) error
func (*NullableQosFlowProfile) Unset ¶
func (v *NullableQosFlowProfile) Unset()
type NullableQosFlowReleaseRequestItem ¶
type NullableQosFlowReleaseRequestItem struct {
// contains filtered or unexported fields
}
func NewNullableQosFlowReleaseRequestItem ¶
func NewNullableQosFlowReleaseRequestItem(val *QosFlowReleaseRequestItem) *NullableQosFlowReleaseRequestItem
func (NullableQosFlowReleaseRequestItem) Get ¶
func (v NullableQosFlowReleaseRequestItem) Get() *QosFlowReleaseRequestItem
func (NullableQosFlowReleaseRequestItem) IsSet ¶
func (v NullableQosFlowReleaseRequestItem) IsSet() bool
func (NullableQosFlowReleaseRequestItem) MarshalJSON ¶
func (v NullableQosFlowReleaseRequestItem) MarshalJSON() ([]byte, error)
func (*NullableQosFlowReleaseRequestItem) Set ¶
func (v *NullableQosFlowReleaseRequestItem) Set(val *QosFlowReleaseRequestItem)
func (*NullableQosFlowReleaseRequestItem) UnmarshalJSON ¶
func (v *NullableQosFlowReleaseRequestItem) UnmarshalJSON(src []byte) error
func (*NullableQosFlowReleaseRequestItem) Unset ¶
func (v *NullableQosFlowReleaseRequestItem) Unset()
type NullableQosFlowSetupItem ¶
type NullableQosFlowSetupItem struct {
// contains filtered or unexported fields
}
func NewNullableQosFlowSetupItem ¶
func NewNullableQosFlowSetupItem(val *QosFlowSetupItem) *NullableQosFlowSetupItem
func (NullableQosFlowSetupItem) Get ¶
func (v NullableQosFlowSetupItem) Get() *QosFlowSetupItem
func (NullableQosFlowSetupItem) IsSet ¶
func (v NullableQosFlowSetupItem) IsSet() bool
func (NullableQosFlowSetupItem) MarshalJSON ¶
func (v NullableQosFlowSetupItem) MarshalJSON() ([]byte, error)
func (*NullableQosFlowSetupItem) Set ¶
func (v *NullableQosFlowSetupItem) Set(val *QosFlowSetupItem)
func (*NullableQosFlowSetupItem) UnmarshalJSON ¶
func (v *NullableQosFlowSetupItem) UnmarshalJSON(src []byte) error
func (*NullableQosFlowSetupItem) Unset ¶
func (v *NullableQosFlowSetupItem) Unset()
type NullableQosFlowTunnel ¶
type NullableQosFlowTunnel struct {
// contains filtered or unexported fields
}
func NewNullableQosFlowTunnel ¶
func NewNullableQosFlowTunnel(val *QosFlowTunnel) *NullableQosFlowTunnel
func (NullableQosFlowTunnel) Get ¶
func (v NullableQosFlowTunnel) Get() *QosFlowTunnel
func (NullableQosFlowTunnel) IsSet ¶
func (v NullableQosFlowTunnel) IsSet() bool
func (NullableQosFlowTunnel) MarshalJSON ¶
func (v NullableQosFlowTunnel) MarshalJSON() ([]byte, error)
func (*NullableQosFlowTunnel) Set ¶
func (v *NullableQosFlowTunnel) Set(val *QosFlowTunnel)
func (*NullableQosFlowTunnel) UnmarshalJSON ¶
func (v *NullableQosFlowTunnel) UnmarshalJSON(src []byte) error
func (*NullableQosFlowTunnel) Unset ¶
func (v *NullableQosFlowTunnel) Unset()
type NullableQosFlowUsageReport ¶
type NullableQosFlowUsageReport struct {
// contains filtered or unexported fields
}
func NewNullableQosFlowUsageReport ¶
func NewNullableQosFlowUsageReport(val *QosFlowUsageReport) *NullableQosFlowUsageReport
func (NullableQosFlowUsageReport) Get ¶
func (v NullableQosFlowUsageReport) Get() *QosFlowUsageReport
func (NullableQosFlowUsageReport) IsSet ¶
func (v NullableQosFlowUsageReport) IsSet() bool
func (NullableQosFlowUsageReport) MarshalJSON ¶
func (v NullableQosFlowUsageReport) MarshalJSON() ([]byte, error)
func (*NullableQosFlowUsageReport) Set ¶
func (v *NullableQosFlowUsageReport) Set(val *QosFlowUsageReport)
func (*NullableQosFlowUsageReport) UnmarshalJSON ¶
func (v *NullableQosFlowUsageReport) UnmarshalJSON(src []byte) error
func (*NullableQosFlowUsageReport) Unset ¶
func (v *NullableQosFlowUsageReport) Unset()
type NullableQosMonitoringInfo ¶
type NullableQosMonitoringInfo struct {
// contains filtered or unexported fields
}
func NewNullableQosMonitoringInfo ¶
func NewNullableQosMonitoringInfo(val *QosMonitoringInfo) *NullableQosMonitoringInfo
func (NullableQosMonitoringInfo) Get ¶
func (v NullableQosMonitoringInfo) Get() *QosMonitoringInfo
func (NullableQosMonitoringInfo) IsSet ¶
func (v NullableQosMonitoringInfo) IsSet() bool
func (NullableQosMonitoringInfo) MarshalJSON ¶
func (v NullableQosMonitoringInfo) MarshalJSON() ([]byte, error)
func (*NullableQosMonitoringInfo) Set ¶
func (v *NullableQosMonitoringInfo) Set(val *QosMonitoringInfo)
func (*NullableQosMonitoringInfo) UnmarshalJSON ¶
func (v *NullableQosMonitoringInfo) UnmarshalJSON(src []byte) error
func (*NullableQosMonitoringInfo) Unset ¶
func (v *NullableQosMonitoringInfo) Unset()
type NullableQosMonitoringReq ¶
type NullableQosMonitoringReq struct {
// contains filtered or unexported fields
}
func NewNullableQosMonitoringReq ¶
func NewNullableQosMonitoringReq(val *QosMonitoringReq) *NullableQosMonitoringReq
func (NullableQosMonitoringReq) Get ¶
func (v NullableQosMonitoringReq) Get() *QosMonitoringReq
func (NullableQosMonitoringReq) IsSet ¶
func (v NullableQosMonitoringReq) IsSet() bool
func (NullableQosMonitoringReq) MarshalJSON ¶
func (v NullableQosMonitoringReq) MarshalJSON() ([]byte, error)
func (*NullableQosMonitoringReq) Set ¶
func (v *NullableQosMonitoringReq) Set(val *QosMonitoringReq)
func (*NullableQosMonitoringReq) UnmarshalJSON ¶
func (v *NullableQosMonitoringReq) UnmarshalJSON(src []byte) error
func (*NullableQosMonitoringReq) Unset ¶
func (v *NullableQosMonitoringReq) Unset()
type NullableQosResourceType ¶
type NullableQosResourceType struct {
// contains filtered or unexported fields
}
func NewNullableQosResourceType ¶
func NewNullableQosResourceType(val *QosResourceType) *NullableQosResourceType
func (NullableQosResourceType) Get ¶
func (v NullableQosResourceType) Get() *QosResourceType
func (NullableQosResourceType) IsSet ¶
func (v NullableQosResourceType) IsSet() bool
func (NullableQosResourceType) MarshalJSON ¶
func (v NullableQosResourceType) MarshalJSON() ([]byte, error)
func (*NullableQosResourceType) Set ¶
func (v *NullableQosResourceType) Set(val *QosResourceType)
func (*NullableQosResourceType) UnmarshalJSON ¶
func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error
func (*NullableQosResourceType) Unset ¶
func (v *NullableQosResourceType) Unset()
type NullableRatType ¶
type NullableRatType struct {
// contains filtered or unexported fields
}
func NewNullableRatType ¶
func NewNullableRatType(val *RatType) *NullableRatType
func (NullableRatType) Get ¶
func (v NullableRatType) Get() *RatType
func (NullableRatType) IsSet ¶
func (v NullableRatType) IsSet() bool
func (NullableRatType) MarshalJSON ¶
func (v NullableRatType) MarshalJSON() ([]byte, error)
func (*NullableRatType) Set ¶
func (v *NullableRatType) Set(val *RatType)
func (*NullableRatType) UnmarshalJSON ¶
func (v *NullableRatType) UnmarshalJSON(src []byte) error
func (*NullableRatType) Unset ¶
func (v *NullableRatType) Unset()
type NullableRedirectResponse ¶
type NullableRedirectResponse struct {
// contains filtered or unexported fields
}
func NewNullableRedirectResponse ¶
func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse
func (NullableRedirectResponse) Get ¶
func (v NullableRedirectResponse) Get() *RedirectResponse
func (NullableRedirectResponse) IsSet ¶
func (v NullableRedirectResponse) IsSet() bool
func (NullableRedirectResponse) MarshalJSON ¶
func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
func (*NullableRedirectResponse) Set ¶
func (v *NullableRedirectResponse) Set(val *RedirectResponse)
func (*NullableRedirectResponse) UnmarshalJSON ¶
func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
func (*NullableRedirectResponse) Unset ¶
func (v *NullableRedirectResponse) Unset()
type NullableRedundantPduSessionInformation ¶
type NullableRedundantPduSessionInformation struct {
// contains filtered or unexported fields
}
func NewNullableRedundantPduSessionInformation ¶
func NewNullableRedundantPduSessionInformation(val *RedundantPduSessionInformation) *NullableRedundantPduSessionInformation
func (NullableRedundantPduSessionInformation) Get ¶
func (v NullableRedundantPduSessionInformation) Get() *RedundantPduSessionInformation
func (NullableRedundantPduSessionInformation) IsSet ¶
func (v NullableRedundantPduSessionInformation) IsSet() bool
func (NullableRedundantPduSessionInformation) MarshalJSON ¶
func (v NullableRedundantPduSessionInformation) MarshalJSON() ([]byte, error)
func (*NullableRedundantPduSessionInformation) Set ¶
func (v *NullableRedundantPduSessionInformation) Set(val *RedundantPduSessionInformation)
func (*NullableRedundantPduSessionInformation) UnmarshalJSON ¶
func (v *NullableRedundantPduSessionInformation) UnmarshalJSON(src []byte) error
func (*NullableRedundantPduSessionInformation) Unset ¶
func (v *NullableRedundantPduSessionInformation) Unset()
type NullableRefToBinaryData ¶
type NullableRefToBinaryData struct {
// contains filtered or unexported fields
}
func NewNullableRefToBinaryData ¶
func NewNullableRefToBinaryData(val *RefToBinaryData) *NullableRefToBinaryData
func (NullableRefToBinaryData) Get ¶
func (v NullableRefToBinaryData) Get() *RefToBinaryData
func (NullableRefToBinaryData) IsSet ¶
func (v NullableRefToBinaryData) IsSet() bool
func (NullableRefToBinaryData) MarshalJSON ¶
func (v NullableRefToBinaryData) MarshalJSON() ([]byte, error)
func (*NullableRefToBinaryData) Set ¶
func (v *NullableRefToBinaryData) Set(val *RefToBinaryData)
func (*NullableRefToBinaryData) UnmarshalJSON ¶
func (v *NullableRefToBinaryData) UnmarshalJSON(src []byte) error
func (*NullableRefToBinaryData) Unset ¶
func (v *NullableRefToBinaryData) Unset()
type NullableReflectiveQoSAttribute ¶
type NullableReflectiveQoSAttribute struct {
// contains filtered or unexported fields
}
func NewNullableReflectiveQoSAttribute ¶
func NewNullableReflectiveQoSAttribute(val *ReflectiveQoSAttribute) *NullableReflectiveQoSAttribute
func (NullableReflectiveQoSAttribute) Get ¶
func (v NullableReflectiveQoSAttribute) Get() *ReflectiveQoSAttribute
func (NullableReflectiveQoSAttribute) IsSet ¶
func (v NullableReflectiveQoSAttribute) IsSet() bool
func (NullableReflectiveQoSAttribute) MarshalJSON ¶
func (v NullableReflectiveQoSAttribute) MarshalJSON() ([]byte, error)
func (*NullableReflectiveQoSAttribute) Set ¶
func (v *NullableReflectiveQoSAttribute) Set(val *ReflectiveQoSAttribute)
func (*NullableReflectiveQoSAttribute) UnmarshalJSON ¶
func (v *NullableReflectiveQoSAttribute) UnmarshalJSON(src []byte) error
func (*NullableReflectiveQoSAttribute) Unset ¶
func (v *NullableReflectiveQoSAttribute) Unset()
type NullableReleaseData ¶
type NullableReleaseData struct {
// contains filtered or unexported fields
}
func NewNullableReleaseData ¶
func NewNullableReleaseData(val *ReleaseData) *NullableReleaseData
func (NullableReleaseData) Get ¶
func (v NullableReleaseData) Get() *ReleaseData
func (NullableReleaseData) IsSet ¶
func (v NullableReleaseData) IsSet() bool
func (NullableReleaseData) MarshalJSON ¶
func (v NullableReleaseData) MarshalJSON() ([]byte, error)
func (*NullableReleaseData) Set ¶
func (v *NullableReleaseData) Set(val *ReleaseData)
func (*NullableReleaseData) UnmarshalJSON ¶
func (v *NullableReleaseData) UnmarshalJSON(src []byte) error
func (*NullableReleaseData) Unset ¶
func (v *NullableReleaseData) Unset()
type NullableReleasePduSession200Response ¶
type NullableReleasePduSession200Response struct {
// contains filtered or unexported fields
}
func NewNullableReleasePduSession200Response ¶
func NewNullableReleasePduSession200Response(val *ReleasePduSession200Response) *NullableReleasePduSession200Response
func (NullableReleasePduSession200Response) Get ¶
func (v NullableReleasePduSession200Response) Get() *ReleasePduSession200Response
func (NullableReleasePduSession200Response) IsSet ¶
func (v NullableReleasePduSession200Response) IsSet() bool
func (NullableReleasePduSession200Response) MarshalJSON ¶
func (v NullableReleasePduSession200Response) MarshalJSON() ([]byte, error)
func (*NullableReleasePduSession200Response) Set ¶
func (v *NullableReleasePduSession200Response) Set(val *ReleasePduSession200Response)
func (*NullableReleasePduSession200Response) UnmarshalJSON ¶
func (v *NullableReleasePduSession200Response) UnmarshalJSON(src []byte) error
func (*NullableReleasePduSession200Response) Unset ¶
func (v *NullableReleasePduSession200Response) Unset()
type NullableReleasePduSessionRequest ¶
type NullableReleasePduSessionRequest struct {
// contains filtered or unexported fields
}
func NewNullableReleasePduSessionRequest ¶
func NewNullableReleasePduSessionRequest(val *ReleasePduSessionRequest) *NullableReleasePduSessionRequest
func (NullableReleasePduSessionRequest) Get ¶
func (v NullableReleasePduSessionRequest) Get() *ReleasePduSessionRequest
func (NullableReleasePduSessionRequest) IsSet ¶
func (v NullableReleasePduSessionRequest) IsSet() bool
func (NullableReleasePduSessionRequest) MarshalJSON ¶
func (v NullableReleasePduSessionRequest) MarshalJSON() ([]byte, error)
func (*NullableReleasePduSessionRequest) Set ¶
func (v *NullableReleasePduSessionRequest) Set(val *ReleasePduSessionRequest)
func (*NullableReleasePduSessionRequest) UnmarshalJSON ¶
func (v *NullableReleasePduSessionRequest) UnmarshalJSON(src []byte) error
func (*NullableReleasePduSessionRequest) Unset ¶
func (v *NullableReleasePduSessionRequest) Unset()
type NullableReleaseSmContextRequest ¶
type NullableReleaseSmContextRequest struct {
// contains filtered or unexported fields
}
func NewNullableReleaseSmContextRequest ¶
func NewNullableReleaseSmContextRequest(val *ReleaseSmContextRequest) *NullableReleaseSmContextRequest
func (NullableReleaseSmContextRequest) Get ¶
func (v NullableReleaseSmContextRequest) Get() *ReleaseSmContextRequest
func (NullableReleaseSmContextRequest) IsSet ¶
func (v NullableReleaseSmContextRequest) IsSet() bool
func (NullableReleaseSmContextRequest) MarshalJSON ¶
func (v NullableReleaseSmContextRequest) MarshalJSON() ([]byte, error)
func (*NullableReleaseSmContextRequest) Set ¶
func (v *NullableReleaseSmContextRequest) Set(val *ReleaseSmContextRequest)
func (*NullableReleaseSmContextRequest) UnmarshalJSON ¶
func (v *NullableReleaseSmContextRequest) UnmarshalJSON(src []byte) error
func (*NullableReleaseSmContextRequest) Unset ¶
func (v *NullableReleaseSmContextRequest) Unset()
type NullableReleasedData ¶
type NullableReleasedData struct {
// contains filtered or unexported fields
}
func NewNullableReleasedData ¶
func NewNullableReleasedData(val *ReleasedData) *NullableReleasedData
func (NullableReleasedData) Get ¶
func (v NullableReleasedData) Get() *ReleasedData
func (NullableReleasedData) IsSet ¶
func (v NullableReleasedData) IsSet() bool
func (NullableReleasedData) MarshalJSON ¶
func (v NullableReleasedData) MarshalJSON() ([]byte, error)
func (*NullableReleasedData) Set ¶
func (v *NullableReleasedData) Set(val *ReleasedData)
func (*NullableReleasedData) UnmarshalJSON ¶
func (v *NullableReleasedData) UnmarshalJSON(src []byte) error
func (*NullableReleasedData) Unset ¶
func (v *NullableReleasedData) Unset()
type NullableRequestIndication ¶
type NullableRequestIndication struct {
// contains filtered or unexported fields
}
func NewNullableRequestIndication ¶
func NewNullableRequestIndication(val *RequestIndication) *NullableRequestIndication
func (NullableRequestIndication) Get ¶
func (v NullableRequestIndication) Get() *RequestIndication
func (NullableRequestIndication) IsSet ¶
func (v NullableRequestIndication) IsSet() bool
func (NullableRequestIndication) MarshalJSON ¶
func (v NullableRequestIndication) MarshalJSON() ([]byte, error)
func (*NullableRequestIndication) Set ¶
func (v *NullableRequestIndication) Set(val *RequestIndication)
func (*NullableRequestIndication) UnmarshalJSON ¶
func (v *NullableRequestIndication) UnmarshalJSON(src []byte) error
func (*NullableRequestIndication) Unset ¶
func (v *NullableRequestIndication) Unset()
type NullableRequestType ¶
type NullableRequestType struct {
// contains filtered or unexported fields
}
func NewNullableRequestType ¶
func NewNullableRequestType(val *RequestType) *NullableRequestType
func (NullableRequestType) Get ¶
func (v NullableRequestType) Get() *RequestType
func (NullableRequestType) IsSet ¶
func (v NullableRequestType) IsSet() bool
func (NullableRequestType) MarshalJSON ¶
func (v NullableRequestType) MarshalJSON() ([]byte, error)
func (*NullableRequestType) Set ¶
func (v *NullableRequestType) Set(val *RequestType)
func (*NullableRequestType) UnmarshalJSON ¶
func (v *NullableRequestType) UnmarshalJSON(src []byte) error
func (*NullableRequestType) Unset ¶
func (v *NullableRequestType) Unset()
type NullableResourceStatus ¶
type NullableResourceStatus struct {
// contains filtered or unexported fields
}
func NewNullableResourceStatus ¶
func NewNullableResourceStatus(val *ResourceStatus) *NullableResourceStatus
func (NullableResourceStatus) Get ¶
func (v NullableResourceStatus) Get() *ResourceStatus
func (NullableResourceStatus) IsSet ¶
func (v NullableResourceStatus) IsSet() bool
func (NullableResourceStatus) MarshalJSON ¶
func (v NullableResourceStatus) MarshalJSON() ([]byte, error)
func (*NullableResourceStatus) Set ¶
func (v *NullableResourceStatus) Set(val *ResourceStatus)
func (*NullableResourceStatus) UnmarshalJSON ¶
func (v *NullableResourceStatus) UnmarshalJSON(src []byte) error
func (*NullableResourceStatus) Unset ¶
func (v *NullableResourceStatus) Unset()
type NullableRetrieveData ¶
type NullableRetrieveData struct {
// contains filtered or unexported fields
}
func NewNullableRetrieveData ¶
func NewNullableRetrieveData(val *RetrieveData) *NullableRetrieveData
func (NullableRetrieveData) Get ¶
func (v NullableRetrieveData) Get() *RetrieveData
func (NullableRetrieveData) IsSet ¶
func (v NullableRetrieveData) IsSet() bool
func (NullableRetrieveData) MarshalJSON ¶
func (v NullableRetrieveData) MarshalJSON() ([]byte, error)
func (*NullableRetrieveData) Set ¶
func (v *NullableRetrieveData) Set(val *RetrieveData)
func (*NullableRetrieveData) UnmarshalJSON ¶
func (v *NullableRetrieveData) UnmarshalJSON(src []byte) error
func (*NullableRetrieveData) Unset ¶
func (v *NullableRetrieveData) Unset()
type NullableRetrievedData ¶
type NullableRetrievedData struct {
// contains filtered or unexported fields
}
func NewNullableRetrievedData ¶
func NewNullableRetrievedData(val *RetrievedData) *NullableRetrievedData
func (NullableRetrievedData) Get ¶
func (v NullableRetrievedData) Get() *RetrievedData
func (NullableRetrievedData) IsSet ¶
func (v NullableRetrievedData) IsSet() bool
func (NullableRetrievedData) MarshalJSON ¶
func (v NullableRetrievedData) MarshalJSON() ([]byte, error)
func (*NullableRetrievedData) Set ¶
func (v *NullableRetrievedData) Set(val *RetrievedData)
func (*NullableRetrievedData) UnmarshalJSON ¶
func (v *NullableRetrievedData) UnmarshalJSON(src []byte) error
func (*NullableRetrievedData) Unset ¶
func (v *NullableRetrievedData) Unset()
type NullableRoamingChargingProfile ¶
type NullableRoamingChargingProfile struct {
// contains filtered or unexported fields
}
func NewNullableRoamingChargingProfile ¶
func NewNullableRoamingChargingProfile(val *RoamingChargingProfile) *NullableRoamingChargingProfile
func (NullableRoamingChargingProfile) Get ¶
func (v NullableRoamingChargingProfile) Get() *RoamingChargingProfile
func (NullableRoamingChargingProfile) IsSet ¶
func (v NullableRoamingChargingProfile) IsSet() bool
func (NullableRoamingChargingProfile) MarshalJSON ¶
func (v NullableRoamingChargingProfile) MarshalJSON() ([]byte, error)
func (*NullableRoamingChargingProfile) Set ¶
func (v *NullableRoamingChargingProfile) Set(val *RoamingChargingProfile)
func (*NullableRoamingChargingProfile) UnmarshalJSON ¶
func (v *NullableRoamingChargingProfile) UnmarshalJSON(src []byte) error
func (*NullableRoamingChargingProfile) Unset ¶
func (v *NullableRoamingChargingProfile) Unset()
type NullableRoutingAreaId ¶
type NullableRoutingAreaId struct {
// contains filtered or unexported fields
}
func NewNullableRoutingAreaId ¶
func NewNullableRoutingAreaId(val *RoutingAreaId) *NullableRoutingAreaId
func (NullableRoutingAreaId) Get ¶
func (v NullableRoutingAreaId) Get() *RoutingAreaId
func (NullableRoutingAreaId) IsSet ¶
func (v NullableRoutingAreaId) IsSet() bool
func (NullableRoutingAreaId) MarshalJSON ¶
func (v NullableRoutingAreaId) MarshalJSON() ([]byte, error)
func (*NullableRoutingAreaId) Set ¶
func (v *NullableRoutingAreaId) Set(val *RoutingAreaId)
func (*NullableRoutingAreaId) UnmarshalJSON ¶
func (v *NullableRoutingAreaId) UnmarshalJSON(src []byte) error
func (*NullableRoutingAreaId) Unset ¶
func (v *NullableRoutingAreaId) Unset()
type NullableRsn ¶
type NullableRsn struct {
// contains filtered or unexported fields
}
func NewNullableRsn ¶
func NewNullableRsn(val *Rsn) *NullableRsn
func (NullableRsn) Get ¶
func (v NullableRsn) Get() *Rsn
func (NullableRsn) IsSet ¶
func (v NullableRsn) IsSet() bool
func (NullableRsn) MarshalJSON ¶
func (v NullableRsn) MarshalJSON() ([]byte, error)
func (*NullableRsn) Set ¶
func (v *NullableRsn) Set(val *Rsn)
func (*NullableRsn) UnmarshalJSON ¶
func (v *NullableRsn) UnmarshalJSON(src []byte) error
func (*NullableRsn) Unset ¶
func (v *NullableRsn) Unset()
type NullableSatelliteBackhaulCategory ¶
type NullableSatelliteBackhaulCategory struct {
// contains filtered or unexported fields
}
func NewNullableSatelliteBackhaulCategory ¶
func NewNullableSatelliteBackhaulCategory(val *SatelliteBackhaulCategory) *NullableSatelliteBackhaulCategory
func (NullableSatelliteBackhaulCategory) Get ¶
func (v NullableSatelliteBackhaulCategory) Get() *SatelliteBackhaulCategory
func (NullableSatelliteBackhaulCategory) IsSet ¶
func (v NullableSatelliteBackhaulCategory) IsSet() bool
func (NullableSatelliteBackhaulCategory) MarshalJSON ¶
func (v NullableSatelliteBackhaulCategory) MarshalJSON() ([]byte, error)
func (*NullableSatelliteBackhaulCategory) Set ¶
func (v *NullableSatelliteBackhaulCategory) Set(val *SatelliteBackhaulCategory)
func (*NullableSatelliteBackhaulCategory) UnmarshalJSON ¶
func (v *NullableSatelliteBackhaulCategory) UnmarshalJSON(src []byte) error
func (*NullableSatelliteBackhaulCategory) Unset ¶
func (v *NullableSatelliteBackhaulCategory) Unset()
type NullableSbiBindingLevel ¶
type NullableSbiBindingLevel struct {
// contains filtered or unexported fields
}
func NewNullableSbiBindingLevel ¶
func NewNullableSbiBindingLevel(val *SbiBindingLevel) *NullableSbiBindingLevel
func (NullableSbiBindingLevel) Get ¶
func (v NullableSbiBindingLevel) Get() *SbiBindingLevel
func (NullableSbiBindingLevel) IsSet ¶
func (v NullableSbiBindingLevel) IsSet() bool
func (NullableSbiBindingLevel) MarshalJSON ¶
func (v NullableSbiBindingLevel) MarshalJSON() ([]byte, error)
func (*NullableSbiBindingLevel) Set ¶
func (v *NullableSbiBindingLevel) Set(val *SbiBindingLevel)
func (*NullableSbiBindingLevel) UnmarshalJSON ¶
func (v *NullableSbiBindingLevel) UnmarshalJSON(src []byte) error
func (*NullableSbiBindingLevel) Unset ¶
func (v *NullableSbiBindingLevel) Unset()
type NullableScheduledCommunicationTime ¶
type NullableScheduledCommunicationTime struct {
// contains filtered or unexported fields
}
func NewNullableScheduledCommunicationTime ¶
func NewNullableScheduledCommunicationTime(val *ScheduledCommunicationTime) *NullableScheduledCommunicationTime
func (NullableScheduledCommunicationTime) Get ¶
func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime
func (NullableScheduledCommunicationTime) IsSet ¶
func (v NullableScheduledCommunicationTime) IsSet() bool
func (NullableScheduledCommunicationTime) MarshalJSON ¶
func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error)
func (*NullableScheduledCommunicationTime) Set ¶
func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime)
func (*NullableScheduledCommunicationTime) UnmarshalJSON ¶
func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error
func (*NullableScheduledCommunicationTime) Unset ¶
func (v *NullableScheduledCommunicationTime) Unset()
type NullableScheduledCommunicationType ¶
type NullableScheduledCommunicationType struct {
// contains filtered or unexported fields
}
func NewNullableScheduledCommunicationType ¶
func NewNullableScheduledCommunicationType(val *ScheduledCommunicationType) *NullableScheduledCommunicationType
func (NullableScheduledCommunicationType) Get ¶
func (v NullableScheduledCommunicationType) Get() *ScheduledCommunicationType
func (NullableScheduledCommunicationType) IsSet ¶
func (v NullableScheduledCommunicationType) IsSet() bool
func (NullableScheduledCommunicationType) MarshalJSON ¶
func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error)
func (*NullableScheduledCommunicationType) Set ¶
func (v *NullableScheduledCommunicationType) Set(val *ScheduledCommunicationType)
func (*NullableScheduledCommunicationType) UnmarshalJSON ¶
func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error
func (*NullableScheduledCommunicationType) Unset ¶
func (v *NullableScheduledCommunicationType) Unset()
type NullableSecondaryRatUsageInfo ¶
type NullableSecondaryRatUsageInfo struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryRatUsageInfo ¶
func NewNullableSecondaryRatUsageInfo(val *SecondaryRatUsageInfo) *NullableSecondaryRatUsageInfo
func (NullableSecondaryRatUsageInfo) Get ¶
func (v NullableSecondaryRatUsageInfo) Get() *SecondaryRatUsageInfo
func (NullableSecondaryRatUsageInfo) IsSet ¶
func (v NullableSecondaryRatUsageInfo) IsSet() bool
func (NullableSecondaryRatUsageInfo) MarshalJSON ¶
func (v NullableSecondaryRatUsageInfo) MarshalJSON() ([]byte, error)
func (*NullableSecondaryRatUsageInfo) Set ¶
func (v *NullableSecondaryRatUsageInfo) Set(val *SecondaryRatUsageInfo)
func (*NullableSecondaryRatUsageInfo) UnmarshalJSON ¶
func (v *NullableSecondaryRatUsageInfo) UnmarshalJSON(src []byte) error
func (*NullableSecondaryRatUsageInfo) Unset ¶
func (v *NullableSecondaryRatUsageInfo) Unset()
type NullableSecondaryRatUsageReport ¶
type NullableSecondaryRatUsageReport struct {
// contains filtered or unexported fields
}
func NewNullableSecondaryRatUsageReport ¶
func NewNullableSecondaryRatUsageReport(val *SecondaryRatUsageReport) *NullableSecondaryRatUsageReport
func (NullableSecondaryRatUsageReport) Get ¶
func (v NullableSecondaryRatUsageReport) Get() *SecondaryRatUsageReport
func (NullableSecondaryRatUsageReport) IsSet ¶
func (v NullableSecondaryRatUsageReport) IsSet() bool
func (NullableSecondaryRatUsageReport) MarshalJSON ¶
func (v NullableSecondaryRatUsageReport) MarshalJSON() ([]byte, error)
func (*NullableSecondaryRatUsageReport) Set ¶
func (v *NullableSecondaryRatUsageReport) Set(val *SecondaryRatUsageReport)
func (*NullableSecondaryRatUsageReport) UnmarshalJSON ¶
func (v *NullableSecondaryRatUsageReport) UnmarshalJSON(src []byte) error
func (*NullableSecondaryRatUsageReport) Unset ¶
func (v *NullableSecondaryRatUsageReport) Unset()
type NullableSecurityResult ¶
type NullableSecurityResult struct {
// contains filtered or unexported fields
}
func NewNullableSecurityResult ¶
func NewNullableSecurityResult(val *SecurityResult) *NullableSecurityResult
func (NullableSecurityResult) Get ¶
func (v NullableSecurityResult) Get() *SecurityResult
func (NullableSecurityResult) IsSet ¶
func (v NullableSecurityResult) IsSet() bool
func (NullableSecurityResult) MarshalJSON ¶
func (v NullableSecurityResult) MarshalJSON() ([]byte, error)
func (*NullableSecurityResult) Set ¶
func (v *NullableSecurityResult) Set(val *SecurityResult)
func (*NullableSecurityResult) UnmarshalJSON ¶
func (v *NullableSecurityResult) UnmarshalJSON(src []byte) error
func (*NullableSecurityResult) Unset ¶
func (v *NullableSecurityResult) Unset()
type NullableSendMoDataReqData ¶
type NullableSendMoDataReqData struct {
// contains filtered or unexported fields
}
func NewNullableSendMoDataReqData ¶
func NewNullableSendMoDataReqData(val *SendMoDataReqData) *NullableSendMoDataReqData
func (NullableSendMoDataReqData) Get ¶
func (v NullableSendMoDataReqData) Get() *SendMoDataReqData
func (NullableSendMoDataReqData) IsSet ¶
func (v NullableSendMoDataReqData) IsSet() bool
func (NullableSendMoDataReqData) MarshalJSON ¶
func (v NullableSendMoDataReqData) MarshalJSON() ([]byte, error)
func (*NullableSendMoDataReqData) Set ¶
func (v *NullableSendMoDataReqData) Set(val *SendMoDataReqData)
func (*NullableSendMoDataReqData) UnmarshalJSON ¶
func (v *NullableSendMoDataReqData) UnmarshalJSON(src []byte) error
func (*NullableSendMoDataReqData) Unset ¶
func (v *NullableSendMoDataReqData) Unset()
type NullableSendMoDataRequest ¶
type NullableSendMoDataRequest struct {
// contains filtered or unexported fields
}
func NewNullableSendMoDataRequest ¶
func NewNullableSendMoDataRequest(val *SendMoDataRequest) *NullableSendMoDataRequest
func (NullableSendMoDataRequest) Get ¶
func (v NullableSendMoDataRequest) Get() *SendMoDataRequest
func (NullableSendMoDataRequest) IsSet ¶
func (v NullableSendMoDataRequest) IsSet() bool
func (NullableSendMoDataRequest) MarshalJSON ¶
func (v NullableSendMoDataRequest) MarshalJSON() ([]byte, error)
func (*NullableSendMoDataRequest) Set ¶
func (v *NullableSendMoDataRequest) Set(val *SendMoDataRequest)
func (*NullableSendMoDataRequest) UnmarshalJSON ¶
func (v *NullableSendMoDataRequest) UnmarshalJSON(src []byte) error
func (*NullableSendMoDataRequest) Unset ¶
func (v *NullableSendMoDataRequest) Unset()
type NullableServerAddressingInfo ¶
type NullableServerAddressingInfo struct {
// contains filtered or unexported fields
}
func NewNullableServerAddressingInfo ¶
func NewNullableServerAddressingInfo(val *ServerAddressingInfo) *NullableServerAddressingInfo
func (NullableServerAddressingInfo) Get ¶
func (v NullableServerAddressingInfo) Get() *ServerAddressingInfo
func (NullableServerAddressingInfo) IsSet ¶
func (v NullableServerAddressingInfo) IsSet() bool
func (NullableServerAddressingInfo) MarshalJSON ¶
func (v NullableServerAddressingInfo) MarshalJSON() ([]byte, error)
func (*NullableServerAddressingInfo) Set ¶
func (v *NullableServerAddressingInfo) Set(val *ServerAddressingInfo)
func (*NullableServerAddressingInfo) UnmarshalJSON ¶
func (v *NullableServerAddressingInfo) UnmarshalJSON(src []byte) error
func (*NullableServerAddressingInfo) Unset ¶
func (v *NullableServerAddressingInfo) Unset()
type NullableServiceAreaId ¶
type NullableServiceAreaId struct {
// contains filtered or unexported fields
}
func NewNullableServiceAreaId ¶
func NewNullableServiceAreaId(val *ServiceAreaId) *NullableServiceAreaId
func (NullableServiceAreaId) Get ¶
func (v NullableServiceAreaId) Get() *ServiceAreaId
func (NullableServiceAreaId) IsSet ¶
func (v NullableServiceAreaId) IsSet() bool
func (NullableServiceAreaId) MarshalJSON ¶
func (v NullableServiceAreaId) MarshalJSON() ([]byte, error)
func (*NullableServiceAreaId) Set ¶
func (v *NullableServiceAreaId) Set(val *ServiceAreaId)
func (*NullableServiceAreaId) UnmarshalJSON ¶
func (v *NullableServiceAreaId) UnmarshalJSON(src []byte) error
func (*NullableServiceAreaId) Unset ¶
func (v *NullableServiceAreaId) Unset()
type NullableServiceName ¶
type NullableServiceName struct {
// contains filtered or unexported fields
}
func NewNullableServiceName ¶
func NewNullableServiceName(val *ServiceName) *NullableServiceName
func (NullableServiceName) Get ¶
func (v NullableServiceName) Get() *ServiceName
func (NullableServiceName) IsSet ¶
func (v NullableServiceName) IsSet() bool
func (NullableServiceName) MarshalJSON ¶
func (v NullableServiceName) MarshalJSON() ([]byte, error)
func (*NullableServiceName) Set ¶
func (v *NullableServiceName) Set(val *ServiceName)
func (*NullableServiceName) UnmarshalJSON ¶
func (v *NullableServiceName) UnmarshalJSON(src []byte) error
func (*NullableServiceName) Unset ¶
func (v *NullableServiceName) Unset()
type NullableSmContext ¶
type NullableSmContext struct {
// contains filtered or unexported fields
}
func NewNullableSmContext ¶
func NewNullableSmContext(val *SmContext) *NullableSmContext
func (NullableSmContext) Get ¶
func (v NullableSmContext) Get() *SmContext
func (NullableSmContext) IsSet ¶
func (v NullableSmContext) IsSet() bool
func (NullableSmContext) MarshalJSON ¶
func (v NullableSmContext) MarshalJSON() ([]byte, error)
func (*NullableSmContext) Set ¶
func (v *NullableSmContext) Set(val *SmContext)
func (*NullableSmContext) UnmarshalJSON ¶
func (v *NullableSmContext) UnmarshalJSON(src []byte) error
func (*NullableSmContext) Unset ¶
func (v *NullableSmContext) Unset()
type NullableSmContextCreateData ¶
type NullableSmContextCreateData struct {
// contains filtered or unexported fields
}
func NewNullableSmContextCreateData ¶
func NewNullableSmContextCreateData(val *SmContextCreateData) *NullableSmContextCreateData
func (NullableSmContextCreateData) Get ¶
func (v NullableSmContextCreateData) Get() *SmContextCreateData
func (NullableSmContextCreateData) IsSet ¶
func (v NullableSmContextCreateData) IsSet() bool
func (NullableSmContextCreateData) MarshalJSON ¶
func (v NullableSmContextCreateData) MarshalJSON() ([]byte, error)
func (*NullableSmContextCreateData) Set ¶
func (v *NullableSmContextCreateData) Set(val *SmContextCreateData)
func (*NullableSmContextCreateData) UnmarshalJSON ¶
func (v *NullableSmContextCreateData) UnmarshalJSON(src []byte) error
func (*NullableSmContextCreateData) Unset ¶
func (v *NullableSmContextCreateData) Unset()
type NullableSmContextCreateError ¶
type NullableSmContextCreateError struct {
// contains filtered or unexported fields
}
func NewNullableSmContextCreateError ¶
func NewNullableSmContextCreateError(val *SmContextCreateError) *NullableSmContextCreateError
func (NullableSmContextCreateError) Get ¶
func (v NullableSmContextCreateError) Get() *SmContextCreateError
func (NullableSmContextCreateError) IsSet ¶
func (v NullableSmContextCreateError) IsSet() bool
func (NullableSmContextCreateError) MarshalJSON ¶
func (v NullableSmContextCreateError) MarshalJSON() ([]byte, error)
func (*NullableSmContextCreateError) Set ¶
func (v *NullableSmContextCreateError) Set(val *SmContextCreateError)
func (*NullableSmContextCreateError) UnmarshalJSON ¶
func (v *NullableSmContextCreateError) UnmarshalJSON(src []byte) error
func (*NullableSmContextCreateError) Unset ¶
func (v *NullableSmContextCreateError) Unset()
type NullableSmContextCreatedData ¶
type NullableSmContextCreatedData struct {
// contains filtered or unexported fields
}
func NewNullableSmContextCreatedData ¶
func NewNullableSmContextCreatedData(val *SmContextCreatedData) *NullableSmContextCreatedData
func (NullableSmContextCreatedData) Get ¶
func (v NullableSmContextCreatedData) Get() *SmContextCreatedData
func (NullableSmContextCreatedData) IsSet ¶
func (v NullableSmContextCreatedData) IsSet() bool
func (NullableSmContextCreatedData) MarshalJSON ¶
func (v NullableSmContextCreatedData) MarshalJSON() ([]byte, error)
func (*NullableSmContextCreatedData) Set ¶
func (v *NullableSmContextCreatedData) Set(val *SmContextCreatedData)
func (*NullableSmContextCreatedData) UnmarshalJSON ¶
func (v *NullableSmContextCreatedData) UnmarshalJSON(src []byte) error
func (*NullableSmContextCreatedData) Unset ¶
func (v *NullableSmContextCreatedData) Unset()
type NullableSmContextReleaseData ¶
type NullableSmContextReleaseData struct {
// contains filtered or unexported fields
}
func NewNullableSmContextReleaseData ¶
func NewNullableSmContextReleaseData(val *SmContextReleaseData) *NullableSmContextReleaseData
func (NullableSmContextReleaseData) Get ¶
func (v NullableSmContextReleaseData) Get() *SmContextReleaseData
func (NullableSmContextReleaseData) IsSet ¶
func (v NullableSmContextReleaseData) IsSet() bool
func (NullableSmContextReleaseData) MarshalJSON ¶
func (v NullableSmContextReleaseData) MarshalJSON() ([]byte, error)
func (*NullableSmContextReleaseData) Set ¶
func (v *NullableSmContextReleaseData) Set(val *SmContextReleaseData)
func (*NullableSmContextReleaseData) UnmarshalJSON ¶
func (v *NullableSmContextReleaseData) UnmarshalJSON(src []byte) error
func (*NullableSmContextReleaseData) Unset ¶
func (v *NullableSmContextReleaseData) Unset()
type NullableSmContextReleasedData ¶
type NullableSmContextReleasedData struct {
// contains filtered or unexported fields
}
func NewNullableSmContextReleasedData ¶
func NewNullableSmContextReleasedData(val *SmContextReleasedData) *NullableSmContextReleasedData
func (NullableSmContextReleasedData) Get ¶
func (v NullableSmContextReleasedData) Get() *SmContextReleasedData
func (NullableSmContextReleasedData) IsSet ¶
func (v NullableSmContextReleasedData) IsSet() bool
func (NullableSmContextReleasedData) MarshalJSON ¶
func (v NullableSmContextReleasedData) MarshalJSON() ([]byte, error)
func (*NullableSmContextReleasedData) Set ¶
func (v *NullableSmContextReleasedData) Set(val *SmContextReleasedData)
func (*NullableSmContextReleasedData) UnmarshalJSON ¶
func (v *NullableSmContextReleasedData) UnmarshalJSON(src []byte) error
func (*NullableSmContextReleasedData) Unset ¶
func (v *NullableSmContextReleasedData) Unset()
type NullableSmContextRetrieveData ¶
type NullableSmContextRetrieveData struct {
// contains filtered or unexported fields
}
func NewNullableSmContextRetrieveData ¶
func NewNullableSmContextRetrieveData(val *SmContextRetrieveData) *NullableSmContextRetrieveData
func (NullableSmContextRetrieveData) Get ¶
func (v NullableSmContextRetrieveData) Get() *SmContextRetrieveData
func (NullableSmContextRetrieveData) IsSet ¶
func (v NullableSmContextRetrieveData) IsSet() bool
func (NullableSmContextRetrieveData) MarshalJSON ¶
func (v NullableSmContextRetrieveData) MarshalJSON() ([]byte, error)
func (*NullableSmContextRetrieveData) Set ¶
func (v *NullableSmContextRetrieveData) Set(val *SmContextRetrieveData)
func (*NullableSmContextRetrieveData) UnmarshalJSON ¶
func (v *NullableSmContextRetrieveData) UnmarshalJSON(src []byte) error
func (*NullableSmContextRetrieveData) Unset ¶
func (v *NullableSmContextRetrieveData) Unset()
type NullableSmContextRetrievedData ¶
type NullableSmContextRetrievedData struct {
// contains filtered or unexported fields
}
func NewNullableSmContextRetrievedData ¶
func NewNullableSmContextRetrievedData(val *SmContextRetrievedData) *NullableSmContextRetrievedData
func (NullableSmContextRetrievedData) Get ¶
func (v NullableSmContextRetrievedData) Get() *SmContextRetrievedData
func (NullableSmContextRetrievedData) IsSet ¶
func (v NullableSmContextRetrievedData) IsSet() bool
func (NullableSmContextRetrievedData) MarshalJSON ¶
func (v NullableSmContextRetrievedData) MarshalJSON() ([]byte, error)
func (*NullableSmContextRetrievedData) Set ¶
func (v *NullableSmContextRetrievedData) Set(val *SmContextRetrievedData)
func (*NullableSmContextRetrievedData) UnmarshalJSON ¶
func (v *NullableSmContextRetrievedData) UnmarshalJSON(src []byte) error
func (*NullableSmContextRetrievedData) Unset ¶
func (v *NullableSmContextRetrievedData) Unset()
type NullableSmContextStatusNotification ¶
type NullableSmContextStatusNotification struct {
// contains filtered or unexported fields
}
func NewNullableSmContextStatusNotification ¶
func NewNullableSmContextStatusNotification(val *SmContextStatusNotification) *NullableSmContextStatusNotification
func (NullableSmContextStatusNotification) Get ¶
func (v NullableSmContextStatusNotification) Get() *SmContextStatusNotification
func (NullableSmContextStatusNotification) IsSet ¶
func (v NullableSmContextStatusNotification) IsSet() bool
func (NullableSmContextStatusNotification) MarshalJSON ¶
func (v NullableSmContextStatusNotification) MarshalJSON() ([]byte, error)
func (*NullableSmContextStatusNotification) Set ¶
func (v *NullableSmContextStatusNotification) Set(val *SmContextStatusNotification)
func (*NullableSmContextStatusNotification) UnmarshalJSON ¶
func (v *NullableSmContextStatusNotification) UnmarshalJSON(src []byte) error
func (*NullableSmContextStatusNotification) Unset ¶
func (v *NullableSmContextStatusNotification) Unset()
type NullableSmContextType ¶
type NullableSmContextType struct {
// contains filtered or unexported fields
}
func NewNullableSmContextType ¶
func NewNullableSmContextType(val *SmContextType) *NullableSmContextType
func (NullableSmContextType) Get ¶
func (v NullableSmContextType) Get() *SmContextType
func (NullableSmContextType) IsSet ¶
func (v NullableSmContextType) IsSet() bool
func (NullableSmContextType) MarshalJSON ¶
func (v NullableSmContextType) MarshalJSON() ([]byte, error)
func (*NullableSmContextType) Set ¶
func (v *NullableSmContextType) Set(val *SmContextType)
func (*NullableSmContextType) UnmarshalJSON ¶
func (v *NullableSmContextType) UnmarshalJSON(src []byte) error
func (*NullableSmContextType) Unset ¶
func (v *NullableSmContextType) Unset()
type NullableSmContextUpdateData ¶
type NullableSmContextUpdateData struct {
// contains filtered or unexported fields
}
func NewNullableSmContextUpdateData ¶
func NewNullableSmContextUpdateData(val *SmContextUpdateData) *NullableSmContextUpdateData
func (NullableSmContextUpdateData) Get ¶
func (v NullableSmContextUpdateData) Get() *SmContextUpdateData
func (NullableSmContextUpdateData) IsSet ¶
func (v NullableSmContextUpdateData) IsSet() bool
func (NullableSmContextUpdateData) MarshalJSON ¶
func (v NullableSmContextUpdateData) MarshalJSON() ([]byte, error)
func (*NullableSmContextUpdateData) Set ¶
func (v *NullableSmContextUpdateData) Set(val *SmContextUpdateData)
func (*NullableSmContextUpdateData) UnmarshalJSON ¶
func (v *NullableSmContextUpdateData) UnmarshalJSON(src []byte) error
func (*NullableSmContextUpdateData) Unset ¶
func (v *NullableSmContextUpdateData) Unset()
type NullableSmContextUpdateError ¶
type NullableSmContextUpdateError struct {
// contains filtered or unexported fields
}
func NewNullableSmContextUpdateError ¶
func NewNullableSmContextUpdateError(val *SmContextUpdateError) *NullableSmContextUpdateError
func (NullableSmContextUpdateError) Get ¶
func (v NullableSmContextUpdateError) Get() *SmContextUpdateError
func (NullableSmContextUpdateError) IsSet ¶
func (v NullableSmContextUpdateError) IsSet() bool
func (NullableSmContextUpdateError) MarshalJSON ¶
func (v NullableSmContextUpdateError) MarshalJSON() ([]byte, error)
func (*NullableSmContextUpdateError) Set ¶
func (v *NullableSmContextUpdateError) Set(val *SmContextUpdateError)
func (*NullableSmContextUpdateError) UnmarshalJSON ¶
func (v *NullableSmContextUpdateError) UnmarshalJSON(src []byte) error
func (*NullableSmContextUpdateError) Unset ¶
func (v *NullableSmContextUpdateError) Unset()
type NullableSmContextUpdatedData ¶
type NullableSmContextUpdatedData struct {
// contains filtered or unexported fields
}
func NewNullableSmContextUpdatedData ¶
func NewNullableSmContextUpdatedData(val *SmContextUpdatedData) *NullableSmContextUpdatedData
func (NullableSmContextUpdatedData) Get ¶
func (v NullableSmContextUpdatedData) Get() *SmContextUpdatedData
func (NullableSmContextUpdatedData) IsSet ¶
func (v NullableSmContextUpdatedData) IsSet() bool
func (NullableSmContextUpdatedData) MarshalJSON ¶
func (v NullableSmContextUpdatedData) MarshalJSON() ([]byte, error)
func (*NullableSmContextUpdatedData) Set ¶
func (v *NullableSmContextUpdatedData) Set(val *SmContextUpdatedData)
func (*NullableSmContextUpdatedData) UnmarshalJSON ¶
func (v *NullableSmContextUpdatedData) UnmarshalJSON(src []byte) error
func (*NullableSmContextUpdatedData) Unset ¶
func (v *NullableSmContextUpdatedData) Unset()
type NullableSmallDataRateStatus ¶
type NullableSmallDataRateStatus struct {
// contains filtered or unexported fields
}
func NewNullableSmallDataRateStatus ¶
func NewNullableSmallDataRateStatus(val *SmallDataRateStatus) *NullableSmallDataRateStatus
func (NullableSmallDataRateStatus) Get ¶
func (v NullableSmallDataRateStatus) Get() *SmallDataRateStatus
func (NullableSmallDataRateStatus) IsSet ¶
func (v NullableSmallDataRateStatus) IsSet() bool
func (NullableSmallDataRateStatus) MarshalJSON ¶
func (v NullableSmallDataRateStatus) MarshalJSON() ([]byte, error)
func (*NullableSmallDataRateStatus) Set ¶
func (v *NullableSmallDataRateStatus) Set(val *SmallDataRateStatus)
func (*NullableSmallDataRateStatus) UnmarshalJSON ¶
func (v *NullableSmallDataRateStatus) UnmarshalJSON(src []byte) error
func (*NullableSmallDataRateStatus) Unset ¶
func (v *NullableSmallDataRateStatus) Unset()
type NullableSmfSelectionType ¶
type NullableSmfSelectionType struct {
// contains filtered or unexported fields
}
func NewNullableSmfSelectionType ¶
func NewNullableSmfSelectionType(val *SmfSelectionType) *NullableSmfSelectionType
func (NullableSmfSelectionType) Get ¶
func (v NullableSmfSelectionType) Get() *SmfSelectionType
func (NullableSmfSelectionType) IsSet ¶
func (v NullableSmfSelectionType) IsSet() bool
func (NullableSmfSelectionType) MarshalJSON ¶
func (v NullableSmfSelectionType) MarshalJSON() ([]byte, error)
func (*NullableSmfSelectionType) Set ¶
func (v *NullableSmfSelectionType) Set(val *SmfSelectionType)
func (*NullableSmfSelectionType) UnmarshalJSON ¶
func (v *NullableSmfSelectionType) UnmarshalJSON(src []byte) error
func (*NullableSmfSelectionType) Unset ¶
func (v *NullableSmfSelectionType) Unset()
type NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) Unset()
type NullableStationaryIndication ¶
type NullableStationaryIndication struct {
// contains filtered or unexported fields
}
func NewNullableStationaryIndication ¶
func NewNullableStationaryIndication(val *StationaryIndication) *NullableStationaryIndication
func (NullableStationaryIndication) Get ¶
func (v NullableStationaryIndication) Get() *StationaryIndication
func (NullableStationaryIndication) IsSet ¶
func (v NullableStationaryIndication) IsSet() bool
func (NullableStationaryIndication) MarshalJSON ¶
func (v NullableStationaryIndication) MarshalJSON() ([]byte, error)
func (*NullableStationaryIndication) Set ¶
func (v *NullableStationaryIndication) Set(val *StationaryIndication)
func (*NullableStationaryIndication) UnmarshalJSON ¶
func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error
func (*NullableStationaryIndication) Unset ¶
func (v *NullableStationaryIndication) Unset()
type NullableStatusInfo ¶
type NullableStatusInfo struct {
// contains filtered or unexported fields
}
func NewNullableStatusInfo ¶
func NewNullableStatusInfo(val *StatusInfo) *NullableStatusInfo
func (NullableStatusInfo) Get ¶
func (v NullableStatusInfo) Get() *StatusInfo
func (NullableStatusInfo) IsSet ¶
func (v NullableStatusInfo) IsSet() bool
func (NullableStatusInfo) MarshalJSON ¶
func (v NullableStatusInfo) MarshalJSON() ([]byte, error)
func (*NullableStatusInfo) Set ¶
func (v *NullableStatusInfo) Set(val *StatusInfo)
func (*NullableStatusInfo) UnmarshalJSON ¶
func (v *NullableStatusInfo) UnmarshalJSON(src []byte) error
func (*NullableStatusInfo) Unset ¶
func (v *NullableStatusInfo) Unset()
type NullableStatusNotification ¶
type NullableStatusNotification struct {
// contains filtered or unexported fields
}
func NewNullableStatusNotification ¶
func NewNullableStatusNotification(val *StatusNotification) *NullableStatusNotification
func (NullableStatusNotification) Get ¶
func (v NullableStatusNotification) Get() *StatusNotification
func (NullableStatusNotification) IsSet ¶
func (v NullableStatusNotification) IsSet() bool
func (NullableStatusNotification) MarshalJSON ¶
func (v NullableStatusNotification) MarshalJSON() ([]byte, error)
func (*NullableStatusNotification) Set ¶
func (v *NullableStatusNotification) Set(val *StatusNotification)
func (*NullableStatusNotification) UnmarshalJSON ¶
func (v *NullableStatusNotification) UnmarshalJSON(src []byte) error
func (*NullableStatusNotification) Unset ¶
func (v *NullableStatusNotification) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTai ¶
type NullableTai struct {
// contains filtered or unexported fields
}
func NewNullableTai ¶
func NewNullableTai(val *Tai) *NullableTai
func (NullableTai) Get ¶
func (v NullableTai) Get() *Tai
func (NullableTai) IsSet ¶
func (v NullableTai) IsSet() bool
func (NullableTai) MarshalJSON ¶
func (v NullableTai) MarshalJSON() ([]byte, error)
func (*NullableTai) Set ¶
func (v *NullableTai) Set(val *Tai)
func (*NullableTai) UnmarshalJSON ¶
func (v *NullableTai) UnmarshalJSON(src []byte) error
func (*NullableTai) Unset ¶
func (v *NullableTai) Unset()
type NullableTargetDnaiInfo ¶
type NullableTargetDnaiInfo struct {
// contains filtered or unexported fields
}
func NewNullableTargetDnaiInfo ¶
func NewNullableTargetDnaiInfo(val *TargetDnaiInfo) *NullableTargetDnaiInfo
func (NullableTargetDnaiInfo) Get ¶
func (v NullableTargetDnaiInfo) Get() *TargetDnaiInfo
func (NullableTargetDnaiInfo) IsSet ¶
func (v NullableTargetDnaiInfo) IsSet() bool
func (NullableTargetDnaiInfo) MarshalJSON ¶
func (v NullableTargetDnaiInfo) MarshalJSON() ([]byte, error)
func (*NullableTargetDnaiInfo) Set ¶
func (v *NullableTargetDnaiInfo) Set(val *TargetDnaiInfo)
func (*NullableTargetDnaiInfo) UnmarshalJSON ¶
func (v *NullableTargetDnaiInfo) UnmarshalJSON(src []byte) error
func (*NullableTargetDnaiInfo) Unset ¶
func (v *NullableTargetDnaiInfo) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTnapId ¶
type NullableTnapId struct {
// contains filtered or unexported fields
}
func NewNullableTnapId ¶
func NewNullableTnapId(val *TnapId) *NullableTnapId
func (NullableTnapId) Get ¶
func (v NullableTnapId) Get() *TnapId
func (NullableTnapId) IsSet ¶
func (v NullableTnapId) IsSet() bool
func (NullableTnapId) MarshalJSON ¶
func (v NullableTnapId) MarshalJSON() ([]byte, error)
func (*NullableTnapId) Set ¶
func (v *NullableTnapId) Set(val *TnapId)
func (*NullableTnapId) UnmarshalJSON ¶
func (v *NullableTnapId) UnmarshalJSON(src []byte) error
func (*NullableTnapId) Unset ¶
func (v *NullableTnapId) Unset()
type NullableTngfInfo ¶
type NullableTngfInfo struct {
// contains filtered or unexported fields
}
func NewNullableTngfInfo ¶
func NewNullableTngfInfo(val *TngfInfo) *NullableTngfInfo
func (NullableTngfInfo) Get ¶
func (v NullableTngfInfo) Get() *TngfInfo
func (NullableTngfInfo) IsSet ¶
func (v NullableTngfInfo) IsSet() bool
func (NullableTngfInfo) MarshalJSON ¶
func (v NullableTngfInfo) MarshalJSON() ([]byte, error)
func (*NullableTngfInfo) Set ¶
func (v *NullableTngfInfo) Set(val *TngfInfo)
func (*NullableTngfInfo) UnmarshalJSON ¶
func (v *NullableTngfInfo) UnmarshalJSON(src []byte) error
func (*NullableTngfInfo) Unset ¶
func (v *NullableTngfInfo) Unset()
type NullableTraceData ¶
type NullableTraceData struct {
// contains filtered or unexported fields
}
func NewNullableTraceData ¶
func NewNullableTraceData(val *TraceData) *NullableTraceData
func (NullableTraceData) Get ¶
func (v NullableTraceData) Get() *TraceData
func (NullableTraceData) IsSet ¶
func (v NullableTraceData) IsSet() bool
func (NullableTraceData) MarshalJSON ¶
func (v NullableTraceData) MarshalJSON() ([]byte, error)
func (*NullableTraceData) Set ¶
func (v *NullableTraceData) Set(val *TraceData)
func (*NullableTraceData) UnmarshalJSON ¶
func (v *NullableTraceData) UnmarshalJSON(src []byte) error
func (*NullableTraceData) Unset ¶
func (v *NullableTraceData) Unset()
type NullableTraceDepth ¶
type NullableTraceDepth struct {
// contains filtered or unexported fields
}
func NewNullableTraceDepth ¶
func NewNullableTraceDepth(val *TraceDepth) *NullableTraceDepth
func (NullableTraceDepth) Get ¶
func (v NullableTraceDepth) Get() *TraceDepth
func (NullableTraceDepth) IsSet ¶
func (v NullableTraceDepth) IsSet() bool
func (NullableTraceDepth) MarshalJSON ¶
func (v NullableTraceDepth) MarshalJSON() ([]byte, error)
func (*NullableTraceDepth) Set ¶
func (v *NullableTraceDepth) Set(val *TraceDepth)
func (*NullableTraceDepth) UnmarshalJSON ¶
func (v *NullableTraceDepth) UnmarshalJSON(src []byte) error
func (*NullableTraceDepth) Unset ¶
func (v *NullableTraceDepth) Unset()
type NullableTrafficProfile ¶
type NullableTrafficProfile struct {
// contains filtered or unexported fields
}
func NewNullableTrafficProfile ¶
func NewNullableTrafficProfile(val *TrafficProfile) *NullableTrafficProfile
func (NullableTrafficProfile) Get ¶
func (v NullableTrafficProfile) Get() *TrafficProfile
func (NullableTrafficProfile) IsSet ¶
func (v NullableTrafficProfile) IsSet() bool
func (NullableTrafficProfile) MarshalJSON ¶
func (v NullableTrafficProfile) MarshalJSON() ([]byte, error)
func (*NullableTrafficProfile) Set ¶
func (v *NullableTrafficProfile) Set(val *TrafficProfile)
func (*NullableTrafficProfile) UnmarshalJSON ¶
func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error
func (*NullableTrafficProfile) Unset ¶
func (v *NullableTrafficProfile) Unset()
type NullableTransferMoDataReqData ¶
type NullableTransferMoDataReqData struct {
// contains filtered or unexported fields
}
func NewNullableTransferMoDataReqData ¶
func NewNullableTransferMoDataReqData(val *TransferMoDataReqData) *NullableTransferMoDataReqData
func (NullableTransferMoDataReqData) Get ¶
func (v NullableTransferMoDataReqData) Get() *TransferMoDataReqData
func (NullableTransferMoDataReqData) IsSet ¶
func (v NullableTransferMoDataReqData) IsSet() bool
func (NullableTransferMoDataReqData) MarshalJSON ¶
func (v NullableTransferMoDataReqData) MarshalJSON() ([]byte, error)
func (*NullableTransferMoDataReqData) Set ¶
func (v *NullableTransferMoDataReqData) Set(val *TransferMoDataReqData)
func (*NullableTransferMoDataReqData) UnmarshalJSON ¶
func (v *NullableTransferMoDataReqData) UnmarshalJSON(src []byte) error
func (*NullableTransferMoDataReqData) Unset ¶
func (v *NullableTransferMoDataReqData) Unset()
type NullableTransferMoDataRequest ¶
type NullableTransferMoDataRequest struct {
// contains filtered or unexported fields
}
func NewNullableTransferMoDataRequest ¶
func NewNullableTransferMoDataRequest(val *TransferMoDataRequest) *NullableTransferMoDataRequest
func (NullableTransferMoDataRequest) Get ¶
func (v NullableTransferMoDataRequest) Get() *TransferMoDataRequest
func (NullableTransferMoDataRequest) IsSet ¶
func (v NullableTransferMoDataRequest) IsSet() bool
func (NullableTransferMoDataRequest) MarshalJSON ¶
func (v NullableTransferMoDataRequest) MarshalJSON() ([]byte, error)
func (*NullableTransferMoDataRequest) Set ¶
func (v *NullableTransferMoDataRequest) Set(val *TransferMoDataRequest)
func (*NullableTransferMoDataRequest) UnmarshalJSON ¶
func (v *NullableTransferMoDataRequest) UnmarshalJSON(src []byte) error
func (*NullableTransferMoDataRequest) Unset ¶
func (v *NullableTransferMoDataRequest) Unset()
type NullableTransferMtDataAddInfo ¶
type NullableTransferMtDataAddInfo struct {
// contains filtered or unexported fields
}
func NewNullableTransferMtDataAddInfo ¶
func NewNullableTransferMtDataAddInfo(val *TransferMtDataAddInfo) *NullableTransferMtDataAddInfo
func (NullableTransferMtDataAddInfo) Get ¶
func (v NullableTransferMtDataAddInfo) Get() *TransferMtDataAddInfo
func (NullableTransferMtDataAddInfo) IsSet ¶
func (v NullableTransferMtDataAddInfo) IsSet() bool
func (NullableTransferMtDataAddInfo) MarshalJSON ¶
func (v NullableTransferMtDataAddInfo) MarshalJSON() ([]byte, error)
func (*NullableTransferMtDataAddInfo) Set ¶
func (v *NullableTransferMtDataAddInfo) Set(val *TransferMtDataAddInfo)
func (*NullableTransferMtDataAddInfo) UnmarshalJSON ¶
func (v *NullableTransferMtDataAddInfo) UnmarshalJSON(src []byte) error
func (*NullableTransferMtDataAddInfo) Unset ¶
func (v *NullableTransferMtDataAddInfo) Unset()
type NullableTransferMtDataError ¶
type NullableTransferMtDataError struct {
// contains filtered or unexported fields
}
func NewNullableTransferMtDataError ¶
func NewNullableTransferMtDataError(val *TransferMtDataError) *NullableTransferMtDataError
func (NullableTransferMtDataError) Get ¶
func (v NullableTransferMtDataError) Get() *TransferMtDataError
func (NullableTransferMtDataError) IsSet ¶
func (v NullableTransferMtDataError) IsSet() bool
func (NullableTransferMtDataError) MarshalJSON ¶
func (v NullableTransferMtDataError) MarshalJSON() ([]byte, error)
func (*NullableTransferMtDataError) Set ¶
func (v *NullableTransferMtDataError) Set(val *TransferMtDataError)
func (*NullableTransferMtDataError) UnmarshalJSON ¶
func (v *NullableTransferMtDataError) UnmarshalJSON(src []byte) error
func (*NullableTransferMtDataError) Unset ¶
func (v *NullableTransferMtDataError) Unset()
type NullableTransferMtDataIsmfRequest ¶
type NullableTransferMtDataIsmfRequest struct {
// contains filtered or unexported fields
}
func NewNullableTransferMtDataIsmfRequest ¶
func NewNullableTransferMtDataIsmfRequest(val *TransferMtDataIsmfRequest) *NullableTransferMtDataIsmfRequest
func (NullableTransferMtDataIsmfRequest) Get ¶
func (v NullableTransferMtDataIsmfRequest) Get() *TransferMtDataIsmfRequest
func (NullableTransferMtDataIsmfRequest) IsSet ¶
func (v NullableTransferMtDataIsmfRequest) IsSet() bool
func (NullableTransferMtDataIsmfRequest) MarshalJSON ¶
func (v NullableTransferMtDataIsmfRequest) MarshalJSON() ([]byte, error)
func (*NullableTransferMtDataIsmfRequest) Set ¶
func (v *NullableTransferMtDataIsmfRequest) Set(val *TransferMtDataIsmfRequest)
func (*NullableTransferMtDataIsmfRequest) UnmarshalJSON ¶
func (v *NullableTransferMtDataIsmfRequest) UnmarshalJSON(src []byte) error
func (*NullableTransferMtDataIsmfRequest) Unset ¶
func (v *NullableTransferMtDataIsmfRequest) Unset()
type NullableTransferMtDataReqData ¶
type NullableTransferMtDataReqData struct {
// contains filtered or unexported fields
}
func NewNullableTransferMtDataReqData ¶
func NewNullableTransferMtDataReqData(val *TransferMtDataReqData) *NullableTransferMtDataReqData
func (NullableTransferMtDataReqData) Get ¶
func (v NullableTransferMtDataReqData) Get() *TransferMtDataReqData
func (NullableTransferMtDataReqData) IsSet ¶
func (v NullableTransferMtDataReqData) IsSet() bool
func (NullableTransferMtDataReqData) MarshalJSON ¶
func (v NullableTransferMtDataReqData) MarshalJSON() ([]byte, error)
func (*NullableTransferMtDataReqData) Set ¶
func (v *NullableTransferMtDataReqData) Set(val *TransferMtDataReqData)
func (*NullableTransferMtDataReqData) UnmarshalJSON ¶
func (v *NullableTransferMtDataReqData) UnmarshalJSON(src []byte) error
func (*NullableTransferMtDataReqData) Unset ¶
func (v *NullableTransferMtDataReqData) Unset()
type NullableTransportProtocol ¶
type NullableTransportProtocol struct {
// contains filtered or unexported fields
}
func NewNullableTransportProtocol ¶
func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol
func (NullableTransportProtocol) Get ¶
func (v NullableTransportProtocol) Get() *TransportProtocol
func (NullableTransportProtocol) IsSet ¶
func (v NullableTransportProtocol) IsSet() bool
func (NullableTransportProtocol) MarshalJSON ¶
func (v NullableTransportProtocol) MarshalJSON() ([]byte, error)
func (*NullableTransportProtocol) Set ¶
func (v *NullableTransportProtocol) Set(val *TransportProtocol)
func (*NullableTransportProtocol) UnmarshalJSON ¶
func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error
func (*NullableTransportProtocol) Unset ¶
func (v *NullableTransportProtocol) Unset()
type NullableTrigger ¶
type NullableTrigger struct {
// contains filtered or unexported fields
}
func NewNullableTrigger ¶
func NewNullableTrigger(val *Trigger) *NullableTrigger
func (NullableTrigger) Get ¶
func (v NullableTrigger) Get() *Trigger
func (NullableTrigger) IsSet ¶
func (v NullableTrigger) IsSet() bool
func (NullableTrigger) MarshalJSON ¶
func (v NullableTrigger) MarshalJSON() ([]byte, error)
func (*NullableTrigger) Set ¶
func (v *NullableTrigger) Set(val *Trigger)
func (*NullableTrigger) UnmarshalJSON ¶
func (v *NullableTrigger) UnmarshalJSON(src []byte) error
func (*NullableTrigger) Unset ¶
func (v *NullableTrigger) Unset()
type NullableTriggerCategory ¶
type NullableTriggerCategory struct {
// contains filtered or unexported fields
}
func NewNullableTriggerCategory ¶
func NewNullableTriggerCategory(val *TriggerCategory) *NullableTriggerCategory
func (NullableTriggerCategory) Get ¶
func (v NullableTriggerCategory) Get() *TriggerCategory
func (NullableTriggerCategory) IsSet ¶
func (v NullableTriggerCategory) IsSet() bool
func (NullableTriggerCategory) MarshalJSON ¶
func (v NullableTriggerCategory) MarshalJSON() ([]byte, error)
func (*NullableTriggerCategory) Set ¶
func (v *NullableTriggerCategory) Set(val *TriggerCategory)
func (*NullableTriggerCategory) UnmarshalJSON ¶
func (v *NullableTriggerCategory) UnmarshalJSON(src []byte) error
func (*NullableTriggerCategory) Unset ¶
func (v *NullableTriggerCategory) Unset()
type NullableTriggerType ¶
type NullableTriggerType struct {
// contains filtered or unexported fields
}
func NewNullableTriggerType ¶
func NewNullableTriggerType(val *TriggerType) *NullableTriggerType
func (NullableTriggerType) Get ¶
func (v NullableTriggerType) Get() *TriggerType
func (NullableTriggerType) IsSet ¶
func (v NullableTriggerType) IsSet() bool
func (NullableTriggerType) MarshalJSON ¶
func (v NullableTriggerType) MarshalJSON() ([]byte, error)
func (*NullableTriggerType) Set ¶
func (v *NullableTriggerType) Set(val *TriggerType)
func (*NullableTriggerType) UnmarshalJSON ¶
func (v *NullableTriggerType) UnmarshalJSON(src []byte) error
func (*NullableTriggerType) Unset ¶
func (v *NullableTriggerType) Unset()
type NullableTunnelInfo ¶
type NullableTunnelInfo struct {
// contains filtered or unexported fields
}
func NewNullableTunnelInfo ¶
func NewNullableTunnelInfo(val *TunnelInfo) *NullableTunnelInfo
func (NullableTunnelInfo) Get ¶
func (v NullableTunnelInfo) Get() *TunnelInfo
func (NullableTunnelInfo) IsSet ¶
func (v NullableTunnelInfo) IsSet() bool
func (NullableTunnelInfo) MarshalJSON ¶
func (v NullableTunnelInfo) MarshalJSON() ([]byte, error)
func (*NullableTunnelInfo) Set ¶
func (v *NullableTunnelInfo) Set(val *TunnelInfo)
func (*NullableTunnelInfo) UnmarshalJSON ¶
func (v *NullableTunnelInfo) UnmarshalJSON(src []byte) error
func (*NullableTunnelInfo) Unset ¶
func (v *NullableTunnelInfo) Unset()
type NullableTwapId ¶
type NullableTwapId struct {
// contains filtered or unexported fields
}
func NewNullableTwapId ¶
func NewNullableTwapId(val *TwapId) *NullableTwapId
func (NullableTwapId) Get ¶
func (v NullableTwapId) Get() *TwapId
func (NullableTwapId) IsSet ¶
func (v NullableTwapId) IsSet() bool
func (NullableTwapId) MarshalJSON ¶
func (v NullableTwapId) MarshalJSON() ([]byte, error)
func (*NullableTwapId) Set ¶
func (v *NullableTwapId) Set(val *TwapId)
func (*NullableTwapId) UnmarshalJSON ¶
func (v *NullableTwapId) UnmarshalJSON(src []byte) error
func (*NullableTwapId) Unset ¶
func (v *NullableTwapId) Unset()
type NullableTwifInfo ¶
type NullableTwifInfo struct {
// contains filtered or unexported fields
}
func NewNullableTwifInfo ¶
func NewNullableTwifInfo(val *TwifInfo) *NullableTwifInfo
func (NullableTwifInfo) Get ¶
func (v NullableTwifInfo) Get() *TwifInfo
func (NullableTwifInfo) IsSet ¶
func (v NullableTwifInfo) IsSet() bool
func (NullableTwifInfo) MarshalJSON ¶
func (v NullableTwifInfo) MarshalJSON() ([]byte, error)
func (*NullableTwifInfo) Set ¶
func (v *NullableTwifInfo) Set(val *TwifInfo)
func (*NullableTwifInfo) UnmarshalJSON ¶
func (v *NullableTwifInfo) UnmarshalJSON(src []byte) error
func (*NullableTwifInfo) Unset ¶
func (v *NullableTwifInfo) Unset()
type NullableUlclBpInformation ¶
type NullableUlclBpInformation struct {
// contains filtered or unexported fields
}
func NewNullableUlclBpInformation ¶
func NewNullableUlclBpInformation(val *UlclBpInformation) *NullableUlclBpInformation
func (NullableUlclBpInformation) Get ¶
func (v NullableUlclBpInformation) Get() *UlclBpInformation
func (NullableUlclBpInformation) IsSet ¶
func (v NullableUlclBpInformation) IsSet() bool
func (NullableUlclBpInformation) MarshalJSON ¶
func (v NullableUlclBpInformation) MarshalJSON() ([]byte, error)
func (*NullableUlclBpInformation) Set ¶
func (v *NullableUlclBpInformation) Set(val *UlclBpInformation)
func (*NullableUlclBpInformation) UnmarshalJSON ¶
func (v *NullableUlclBpInformation) UnmarshalJSON(src []byte) error
func (*NullableUlclBpInformation) Unset ¶
func (v *NullableUlclBpInformation) Unset()
type NullableUnavailableAccessIndication ¶
type NullableUnavailableAccessIndication struct {
// contains filtered or unexported fields
}
func NewNullableUnavailableAccessIndication ¶
func NewNullableUnavailableAccessIndication(val *UnavailableAccessIndication) *NullableUnavailableAccessIndication
func (NullableUnavailableAccessIndication) Get ¶
func (v NullableUnavailableAccessIndication) Get() *UnavailableAccessIndication
func (NullableUnavailableAccessIndication) IsSet ¶
func (v NullableUnavailableAccessIndication) IsSet() bool
func (NullableUnavailableAccessIndication) MarshalJSON ¶
func (v NullableUnavailableAccessIndication) MarshalJSON() ([]byte, error)
func (*NullableUnavailableAccessIndication) Set ¶
func (v *NullableUnavailableAccessIndication) Set(val *UnavailableAccessIndication)
func (*NullableUnavailableAccessIndication) UnmarshalJSON ¶
func (v *NullableUnavailableAccessIndication) UnmarshalJSON(src []byte) error
func (*NullableUnavailableAccessIndication) Unset ¶
func (v *NullableUnavailableAccessIndication) Unset()
type NullableUpCnxState ¶
type NullableUpCnxState struct {
// contains filtered or unexported fields
}
func NewNullableUpCnxState ¶
func NewNullableUpCnxState(val *UpCnxState) *NullableUpCnxState
func (NullableUpCnxState) Get ¶
func (v NullableUpCnxState) Get() *UpCnxState
func (NullableUpCnxState) IsSet ¶
func (v NullableUpCnxState) IsSet() bool
func (NullableUpCnxState) MarshalJSON ¶
func (v NullableUpCnxState) MarshalJSON() ([]byte, error)
func (*NullableUpCnxState) Set ¶
func (v *NullableUpCnxState) Set(val *UpCnxState)
func (*NullableUpCnxState) UnmarshalJSON ¶
func (v *NullableUpCnxState) UnmarshalJSON(src []byte) error
func (*NullableUpCnxState) Unset ¶
func (v *NullableUpCnxState) Unset()
type NullableUpConfidentiality ¶
type NullableUpConfidentiality struct {
// contains filtered or unexported fields
}
func NewNullableUpConfidentiality ¶
func NewNullableUpConfidentiality(val *UpConfidentiality) *NullableUpConfidentiality
func (NullableUpConfidentiality) Get ¶
func (v NullableUpConfidentiality) Get() *UpConfidentiality
func (NullableUpConfidentiality) IsSet ¶
func (v NullableUpConfidentiality) IsSet() bool
func (NullableUpConfidentiality) MarshalJSON ¶
func (v NullableUpConfidentiality) MarshalJSON() ([]byte, error)
func (*NullableUpConfidentiality) Set ¶
func (v *NullableUpConfidentiality) Set(val *UpConfidentiality)
func (*NullableUpConfidentiality) UnmarshalJSON ¶
func (v *NullableUpConfidentiality) UnmarshalJSON(src []byte) error
func (*NullableUpConfidentiality) Unset ¶
func (v *NullableUpConfidentiality) Unset()
type NullableUpIntegrity ¶
type NullableUpIntegrity struct {
// contains filtered or unexported fields
}
func NewNullableUpIntegrity ¶
func NewNullableUpIntegrity(val *UpIntegrity) *NullableUpIntegrity
func (NullableUpIntegrity) Get ¶
func (v NullableUpIntegrity) Get() *UpIntegrity
func (NullableUpIntegrity) IsSet ¶
func (v NullableUpIntegrity) IsSet() bool
func (NullableUpIntegrity) MarshalJSON ¶
func (v NullableUpIntegrity) MarshalJSON() ([]byte, error)
func (*NullableUpIntegrity) Set ¶
func (v *NullableUpIntegrity) Set(val *UpIntegrity)
func (*NullableUpIntegrity) UnmarshalJSON ¶
func (v *NullableUpIntegrity) UnmarshalJSON(src []byte) error
func (*NullableUpIntegrity) Unset ¶
func (v *NullableUpIntegrity) Unset()
type NullableUpSecurity ¶
type NullableUpSecurity struct {
// contains filtered or unexported fields
}
func NewNullableUpSecurity ¶
func NewNullableUpSecurity(val *UpSecurity) *NullableUpSecurity
func (NullableUpSecurity) Get ¶
func (v NullableUpSecurity) Get() *UpSecurity
func (NullableUpSecurity) IsSet ¶
func (v NullableUpSecurity) IsSet() bool
func (NullableUpSecurity) MarshalJSON ¶
func (v NullableUpSecurity) MarshalJSON() ([]byte, error)
func (*NullableUpSecurity) Set ¶
func (v *NullableUpSecurity) Set(val *UpSecurity)
func (*NullableUpSecurity) UnmarshalJSON ¶
func (v *NullableUpSecurity) UnmarshalJSON(src []byte) error
func (*NullableUpSecurity) Unset ¶
func (v *NullableUpSecurity) Unset()
type NullableUpSecurityInfo ¶
type NullableUpSecurityInfo struct {
// contains filtered or unexported fields
}
func NewNullableUpSecurityInfo ¶
func NewNullableUpSecurityInfo(val *UpSecurityInfo) *NullableUpSecurityInfo
func (NullableUpSecurityInfo) Get ¶
func (v NullableUpSecurityInfo) Get() *UpSecurityInfo
func (NullableUpSecurityInfo) IsSet ¶
func (v NullableUpSecurityInfo) IsSet() bool
func (NullableUpSecurityInfo) MarshalJSON ¶
func (v NullableUpSecurityInfo) MarshalJSON() ([]byte, error)
func (*NullableUpSecurityInfo) Set ¶
func (v *NullableUpSecurityInfo) Set(val *UpSecurityInfo)
func (*NullableUpSecurityInfo) UnmarshalJSON ¶
func (v *NullableUpSecurityInfo) UnmarshalJSON(src []byte) error
func (*NullableUpSecurityInfo) Unset ¶
func (v *NullableUpSecurityInfo) Unset()
type NullableUpdatePduSession200Response ¶
type NullableUpdatePduSession200Response struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePduSession200Response ¶
func NewNullableUpdatePduSession200Response(val *UpdatePduSession200Response) *NullableUpdatePduSession200Response
func (NullableUpdatePduSession200Response) Get ¶
func (v NullableUpdatePduSession200Response) Get() *UpdatePduSession200Response
func (NullableUpdatePduSession200Response) IsSet ¶
func (v NullableUpdatePduSession200Response) IsSet() bool
func (NullableUpdatePduSession200Response) MarshalJSON ¶
func (v NullableUpdatePduSession200Response) MarshalJSON() ([]byte, error)
func (*NullableUpdatePduSession200Response) Set ¶
func (v *NullableUpdatePduSession200Response) Set(val *UpdatePduSession200Response)
func (*NullableUpdatePduSession200Response) UnmarshalJSON ¶
func (v *NullableUpdatePduSession200Response) UnmarshalJSON(src []byte) error
func (*NullableUpdatePduSession200Response) Unset ¶
func (v *NullableUpdatePduSession200Response) Unset()
type NullableUpdatePduSession400Response ¶
type NullableUpdatePduSession400Response struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePduSession400Response ¶
func NewNullableUpdatePduSession400Response(val *UpdatePduSession400Response) *NullableUpdatePduSession400Response
func (NullableUpdatePduSession400Response) Get ¶
func (v NullableUpdatePduSession400Response) Get() *UpdatePduSession400Response
func (NullableUpdatePduSession400Response) IsSet ¶
func (v NullableUpdatePduSession400Response) IsSet() bool
func (NullableUpdatePduSession400Response) MarshalJSON ¶
func (v NullableUpdatePduSession400Response) MarshalJSON() ([]byte, error)
func (*NullableUpdatePduSession400Response) Set ¶
func (v *NullableUpdatePduSession400Response) Set(val *UpdatePduSession400Response)
func (*NullableUpdatePduSession400Response) UnmarshalJSON ¶
func (v *NullableUpdatePduSession400Response) UnmarshalJSON(src []byte) error
func (*NullableUpdatePduSession400Response) Unset ¶
func (v *NullableUpdatePduSession400Response) Unset()
type NullableUpdatePduSessionRequest ¶
type NullableUpdatePduSessionRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePduSessionRequest ¶
func NewNullableUpdatePduSessionRequest(val *UpdatePduSessionRequest) *NullableUpdatePduSessionRequest
func (NullableUpdatePduSessionRequest) Get ¶
func (v NullableUpdatePduSessionRequest) Get() *UpdatePduSessionRequest
func (NullableUpdatePduSessionRequest) IsSet ¶
func (v NullableUpdatePduSessionRequest) IsSet() bool
func (NullableUpdatePduSessionRequest) MarshalJSON ¶
func (v NullableUpdatePduSessionRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdatePduSessionRequest) Set ¶
func (v *NullableUpdatePduSessionRequest) Set(val *UpdatePduSessionRequest)
func (*NullableUpdatePduSessionRequest) UnmarshalJSON ¶
func (v *NullableUpdatePduSessionRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdatePduSessionRequest) Unset ¶
func (v *NullableUpdatePduSessionRequest) Unset()
type NullableUpdateSmContext200Response ¶
type NullableUpdateSmContext200Response struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSmContext200Response ¶
func NewNullableUpdateSmContext200Response(val *UpdateSmContext200Response) *NullableUpdateSmContext200Response
func (NullableUpdateSmContext200Response) Get ¶
func (v NullableUpdateSmContext200Response) Get() *UpdateSmContext200Response
func (NullableUpdateSmContext200Response) IsSet ¶
func (v NullableUpdateSmContext200Response) IsSet() bool
func (NullableUpdateSmContext200Response) MarshalJSON ¶
func (v NullableUpdateSmContext200Response) MarshalJSON() ([]byte, error)
func (*NullableUpdateSmContext200Response) Set ¶
func (v *NullableUpdateSmContext200Response) Set(val *UpdateSmContext200Response)
func (*NullableUpdateSmContext200Response) UnmarshalJSON ¶
func (v *NullableUpdateSmContext200Response) UnmarshalJSON(src []byte) error
func (*NullableUpdateSmContext200Response) Unset ¶
func (v *NullableUpdateSmContext200Response) Unset()
type NullableUpdateSmContext400Response ¶
type NullableUpdateSmContext400Response struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSmContext400Response ¶
func NewNullableUpdateSmContext400Response(val *UpdateSmContext400Response) *NullableUpdateSmContext400Response
func (NullableUpdateSmContext400Response) Get ¶
func (v NullableUpdateSmContext400Response) Get() *UpdateSmContext400Response
func (NullableUpdateSmContext400Response) IsSet ¶
func (v NullableUpdateSmContext400Response) IsSet() bool
func (NullableUpdateSmContext400Response) MarshalJSON ¶
func (v NullableUpdateSmContext400Response) MarshalJSON() ([]byte, error)
func (*NullableUpdateSmContext400Response) Set ¶
func (v *NullableUpdateSmContext400Response) Set(val *UpdateSmContext400Response)
func (*NullableUpdateSmContext400Response) UnmarshalJSON ¶
func (v *NullableUpdateSmContext400Response) UnmarshalJSON(src []byte) error
func (*NullableUpdateSmContext400Response) Unset ¶
func (v *NullableUpdateSmContext400Response) Unset()
type NullableUpdateSmContextRequest ¶
type NullableUpdateSmContextRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSmContextRequest ¶
func NewNullableUpdateSmContextRequest(val *UpdateSmContextRequest) *NullableUpdateSmContextRequest
func (NullableUpdateSmContextRequest) Get ¶
func (v NullableUpdateSmContextRequest) Get() *UpdateSmContextRequest
func (NullableUpdateSmContextRequest) IsSet ¶
func (v NullableUpdateSmContextRequest) IsSet() bool
func (NullableUpdateSmContextRequest) MarshalJSON ¶
func (v NullableUpdateSmContextRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateSmContextRequest) Set ¶
func (v *NullableUpdateSmContextRequest) Set(val *UpdateSmContextRequest)
func (*NullableUpdateSmContextRequest) UnmarshalJSON ¶
func (v *NullableUpdateSmContextRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateSmContextRequest) Unset ¶
func (v *NullableUpdateSmContextRequest) Unset()
type NullableUserLocation ¶
type NullableUserLocation struct {
// contains filtered or unexported fields
}
func NewNullableUserLocation ¶
func NewNullableUserLocation(val *UserLocation) *NullableUserLocation
func (NullableUserLocation) Get ¶
func (v NullableUserLocation) Get() *UserLocation
func (NullableUserLocation) IsSet ¶
func (v NullableUserLocation) IsSet() bool
func (NullableUserLocation) MarshalJSON ¶
func (v NullableUserLocation) MarshalJSON() ([]byte, error)
func (*NullableUserLocation) Set ¶
func (v *NullableUserLocation) Set(val *UserLocation)
func (*NullableUserLocation) UnmarshalJSON ¶
func (v *NullableUserLocation) UnmarshalJSON(src []byte) error
func (*NullableUserLocation) Unset ¶
func (v *NullableUserLocation) Unset()
type NullableUtraLocation ¶
type NullableUtraLocation struct {
// contains filtered or unexported fields
}
func NewNullableUtraLocation ¶
func NewNullableUtraLocation(val *UtraLocation) *NullableUtraLocation
func (NullableUtraLocation) Get ¶
func (v NullableUtraLocation) Get() *UtraLocation
func (NullableUtraLocation) IsSet ¶
func (v NullableUtraLocation) IsSet() bool
func (NullableUtraLocation) MarshalJSON ¶
func (v NullableUtraLocation) MarshalJSON() ([]byte, error)
func (*NullableUtraLocation) Set ¶
func (v *NullableUtraLocation) Set(val *UtraLocation)
func (*NullableUtraLocation) UnmarshalJSON ¶
func (v *NullableUtraLocation) UnmarshalJSON(src []byte) error
func (*NullableUtraLocation) Unset ¶
func (v *NullableUtraLocation) Unset()
type NullableVolumeTimedReport ¶
type NullableVolumeTimedReport struct {
// contains filtered or unexported fields
}
func NewNullableVolumeTimedReport ¶
func NewNullableVolumeTimedReport(val *VolumeTimedReport) *NullableVolumeTimedReport
func (NullableVolumeTimedReport) Get ¶
func (v NullableVolumeTimedReport) Get() *VolumeTimedReport
func (NullableVolumeTimedReport) IsSet ¶
func (v NullableVolumeTimedReport) IsSet() bool
func (NullableVolumeTimedReport) MarshalJSON ¶
func (v NullableVolumeTimedReport) MarshalJSON() ([]byte, error)
func (*NullableVolumeTimedReport) Set ¶
func (v *NullableVolumeTimedReport) Set(val *VolumeTimedReport)
func (*NullableVolumeTimedReport) UnmarshalJSON ¶
func (v *NullableVolumeTimedReport) UnmarshalJSON(src []byte) error
func (*NullableVolumeTimedReport) Unset ¶
func (v *NullableVolumeTimedReport) Unset()
type NullableVplmnQos ¶
type NullableVplmnQos struct {
// contains filtered or unexported fields
}
func NewNullableVplmnQos ¶
func NewNullableVplmnQos(val *VplmnQos) *NullableVplmnQos
func (NullableVplmnQos) Get ¶
func (v NullableVplmnQos) Get() *VplmnQos
func (NullableVplmnQos) IsSet ¶
func (v NullableVplmnQos) IsSet() bool
func (NullableVplmnQos) MarshalJSON ¶
func (v NullableVplmnQos) MarshalJSON() ([]byte, error)
func (*NullableVplmnQos) Set ¶
func (v *NullableVplmnQos) Set(val *VplmnQos)
func (*NullableVplmnQos) UnmarshalJSON ¶
func (v *NullableVplmnQos) UnmarshalJSON(src []byte) error
func (*NullableVplmnQos) Unset ¶
func (v *NullableVplmnQos) Unset()
type NullableVsmfUpdateData ¶
type NullableVsmfUpdateData struct {
// contains filtered or unexported fields
}
func NewNullableVsmfUpdateData ¶
func NewNullableVsmfUpdateData(val *VsmfUpdateData) *NullableVsmfUpdateData
func (NullableVsmfUpdateData) Get ¶
func (v NullableVsmfUpdateData) Get() *VsmfUpdateData
func (NullableVsmfUpdateData) IsSet ¶
func (v NullableVsmfUpdateData) IsSet() bool
func (NullableVsmfUpdateData) MarshalJSON ¶
func (v NullableVsmfUpdateData) MarshalJSON() ([]byte, error)
func (*NullableVsmfUpdateData) Set ¶
func (v *NullableVsmfUpdateData) Set(val *VsmfUpdateData)
func (*NullableVsmfUpdateData) UnmarshalJSON ¶
func (v *NullableVsmfUpdateData) UnmarshalJSON(src []byte) error
func (*NullableVsmfUpdateData) Unset ¶
func (v *NullableVsmfUpdateData) Unset()
type NullableVsmfUpdateError ¶
type NullableVsmfUpdateError struct {
// contains filtered or unexported fields
}
func NewNullableVsmfUpdateError ¶
func NewNullableVsmfUpdateError(val *VsmfUpdateError) *NullableVsmfUpdateError
func (NullableVsmfUpdateError) Get ¶
func (v NullableVsmfUpdateError) Get() *VsmfUpdateError
func (NullableVsmfUpdateError) IsSet ¶
func (v NullableVsmfUpdateError) IsSet() bool
func (NullableVsmfUpdateError) MarshalJSON ¶
func (v NullableVsmfUpdateError) MarshalJSON() ([]byte, error)
func (*NullableVsmfUpdateError) Set ¶
func (v *NullableVsmfUpdateError) Set(val *VsmfUpdateError)
func (*NullableVsmfUpdateError) UnmarshalJSON ¶
func (v *NullableVsmfUpdateError) UnmarshalJSON(src []byte) error
func (*NullableVsmfUpdateError) Unset ¶
func (v *NullableVsmfUpdateError) Unset()
type NullableVsmfUpdatedData ¶
type NullableVsmfUpdatedData struct {
// contains filtered or unexported fields
}
func NewNullableVsmfUpdatedData ¶
func NewNullableVsmfUpdatedData(val *VsmfUpdatedData) *NullableVsmfUpdatedData
func (NullableVsmfUpdatedData) Get ¶
func (v NullableVsmfUpdatedData) Get() *VsmfUpdatedData
func (NullableVsmfUpdatedData) IsSet ¶
func (v NullableVsmfUpdatedData) IsSet() bool
func (NullableVsmfUpdatedData) MarshalJSON ¶
func (v NullableVsmfUpdatedData) MarshalJSON() ([]byte, error)
func (*NullableVsmfUpdatedData) Set ¶
func (v *NullableVsmfUpdatedData) Set(val *VsmfUpdatedData)
func (*NullableVsmfUpdatedData) UnmarshalJSON ¶
func (v *NullableVsmfUpdatedData) UnmarshalJSON(src []byte) error
func (*NullableVsmfUpdatedData) Unset ¶
func (v *NullableVsmfUpdatedData) Unset()
type NullableWAgfInfo ¶
type NullableWAgfInfo struct {
// contains filtered or unexported fields
}
func NewNullableWAgfInfo ¶
func NewNullableWAgfInfo(val *WAgfInfo) *NullableWAgfInfo
func (NullableWAgfInfo) Get ¶
func (v NullableWAgfInfo) Get() *WAgfInfo
func (NullableWAgfInfo) IsSet ¶
func (v NullableWAgfInfo) IsSet() bool
func (NullableWAgfInfo) MarshalJSON ¶
func (v NullableWAgfInfo) MarshalJSON() ([]byte, error)
func (*NullableWAgfInfo) Set ¶
func (v *NullableWAgfInfo) Set(val *WAgfInfo)
func (*NullableWAgfInfo) UnmarshalJSON ¶
func (v *NullableWAgfInfo) UnmarshalJSON(src []byte) error
func (*NullableWAgfInfo) Unset ¶
func (v *NullableWAgfInfo) Unset()
type PDUSessionsCollectionAPIService ¶
type PDUSessionsCollectionAPIService service
PDUSessionsCollectionAPIService PDUSessionsCollectionAPI service
func (*PDUSessionsCollectionAPIService) PostPduSessions ¶
func (a *PDUSessionsCollectionAPIService) PostPduSessions(ctx context.Context) ApiPostPduSessionsRequest
PostPduSessions Create
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPostPduSessionsRequest
func (*PDUSessionsCollectionAPIService) PostPduSessionsExecute ¶
func (a *PDUSessionsCollectionAPIService) PostPduSessionsExecute(r ApiPostPduSessionsRequest) (*PduSessionCreatedData, *http.Response, error)
Execute executes the request
@return PduSessionCreatedData
type PartialRecordMethod ¶
type PartialRecordMethod struct {
// contains filtered or unexported fields
}
PartialRecordMethod struct for PartialRecordMethod
func (*PartialRecordMethod) MarshalJSON ¶
func (src *PartialRecordMethod) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PartialRecordMethod) UnmarshalJSON ¶
func (dst *PartialRecordMethod) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PcfUeCallbackInfo ¶
type PcfUeCallbackInfo struct { // String providing an URI formatted according to RFC 3986. CallbackUri string `json:"callbackUri"` BindingInfo *string `json:"bindingInfo,omitempty"` }
PcfUeCallbackInfo Contains the PCF for the UE information necessary for the PCF for the PDU session to send SM Policy Association Establishment and Termination events.
func NewPcfUeCallbackInfo ¶
func NewPcfUeCallbackInfo(callbackUri string) *PcfUeCallbackInfo
NewPcfUeCallbackInfo instantiates a new PcfUeCallbackInfo 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 NewPcfUeCallbackInfoWithDefaults ¶
func NewPcfUeCallbackInfoWithDefaults() *PcfUeCallbackInfo
NewPcfUeCallbackInfoWithDefaults instantiates a new PcfUeCallbackInfo 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 (*PcfUeCallbackInfo) GetBindingInfo ¶
func (o *PcfUeCallbackInfo) GetBindingInfo() string
GetBindingInfo returns the BindingInfo field value if set, zero value otherwise.
func (*PcfUeCallbackInfo) GetBindingInfoOk ¶
func (o *PcfUeCallbackInfo) GetBindingInfoOk() (*string, bool)
GetBindingInfoOk returns a tuple with the BindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfUeCallbackInfo) GetCallbackUri ¶
func (o *PcfUeCallbackInfo) GetCallbackUri() string
GetCallbackUri returns the CallbackUri field value
func (*PcfUeCallbackInfo) GetCallbackUriOk ¶
func (o *PcfUeCallbackInfo) GetCallbackUriOk() (*string, bool)
GetCallbackUriOk returns a tuple with the CallbackUri field value and a boolean to check if the value has been set.
func (*PcfUeCallbackInfo) HasBindingInfo ¶
func (o *PcfUeCallbackInfo) HasBindingInfo() bool
HasBindingInfo returns a boolean if a field has been set.
func (PcfUeCallbackInfo) MarshalJSON ¶
func (o PcfUeCallbackInfo) MarshalJSON() ([]byte, error)
func (*PcfUeCallbackInfo) SetBindingInfo ¶
func (o *PcfUeCallbackInfo) SetBindingInfo(v string)
SetBindingInfo gets a reference to the given string and assigns it to the BindingInfo field.
func (*PcfUeCallbackInfo) SetCallbackUri ¶
func (o *PcfUeCallbackInfo) SetCallbackUri(v string)
SetCallbackUri sets field value
func (PcfUeCallbackInfo) ToMap ¶
func (o PcfUeCallbackInfo) ToMap() (map[string]interface{}, error)
func (*PcfUeCallbackInfo) UnmarshalJSON ¶
func (o *PcfUeCallbackInfo) UnmarshalJSON(bytes []byte) (err error)
type PduSessionContextType ¶
type PduSessionContextType struct {
// contains filtered or unexported fields
}
PduSessionContextType Type of PDU Session information. Possible values are - AF_COORDINATION_INFO
func (*PduSessionContextType) MarshalJSON ¶
func (src *PduSessionContextType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PduSessionContextType) UnmarshalJSON ¶
func (dst *PduSessionContextType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PduSessionCreateData ¶
type PduSessionCreateData struct { // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` UnauthenticatedSupi *bool `json:"unauthenticatedSupi,omitempty"` // String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. Pei *string `json:"pei,omitempty"` // Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network. PduSessionId *int32 `json:"pduSessionId,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn string `json:"dnn"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). SelectedDnn *string `json:"selectedDnn,omitempty"` SNssai *Snssai `json:"sNssai,omitempty"` HplmnSnssai *Snssai `json:"hplmnSnssai,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. VsmfId *string `json:"vsmfId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. IsmfId *string `json:"ismfId,omitempty"` ServingNetwork PlmnIdNid `json:"servingNetwork"` RequestType *RequestType `json:"requestType,omitempty"` EpsBearerId []int32 `json:"epsBearerId,omitempty"` // string with format 'bytes' as defined in OpenAPI PgwS8cFteid *string `json:"pgwS8cFteid,omitempty"` // String providing an URI formatted according to RFC 3986. VsmfPduSessionUri *string `json:"vsmfPduSessionUri,omitempty"` // String providing an URI formatted according to RFC 3986. IsmfPduSessionUri *string `json:"ismfPduSessionUri,omitempty"` VcnTunnelInfo *TunnelInfo `json:"vcnTunnelInfo,omitempty"` IcnTunnelInfo *TunnelInfo `json:"icnTunnelInfo,omitempty"` N9ForwardingTunnelInfo *TunnelInfo `json:"n9ForwardingTunnelInfo,omitempty"` AdditionalCnTunnelInfo *TunnelInfo `json:"additionalCnTunnelInfo,omitempty"` AnType AccessType `json:"anType"` AdditionalAnType *AccessType `json:"additionalAnType,omitempty"` RatType *RatType `json:"ratType,omitempty"` UeLocation *UserLocation `json:"ueLocation,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. UeTimeZone *string `json:"ueTimeZone,omitempty"` AddUeLocation *UserLocation `json:"addUeLocation,omitempty"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. Gpsi *string `json:"gpsi,omitempty"` N1SmInfoFromUe *RefToBinaryData `json:"n1SmInfoFromUe,omitempty"` UnknownN1SmInfo *RefToBinaryData `json:"unknownN1SmInfo,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. HPcfId *string `json:"hPcfId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` // Identifier of a group of NFs. PcfGroupId *string `json:"pcfGroupId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PcfSetId *string `json:"pcfSetId,omitempty"` HoPreparationIndication *bool `json:"hoPreparationIndication,omitempty"` SelMode *DnnSelectionMode `json:"selMode,omitempty"` AlwaysOnRequested *bool `json:"alwaysOnRequested,omitempty"` // Identifier of a group of NFs. UdmGroupId *string `json:"udmGroupId,omitempty"` RoutingIndicator *string `json:"routingIndicator,omitempty"` HNwPubKeyId *int32 `json:"hNwPubKeyId,omitempty"` EpsInterworkingInd *EpsInterworkingIndication `json:"epsInterworkingInd,omitempty"` VSmfServiceInstanceId *string `json:"vSmfServiceInstanceId,omitempty"` ISmfServiceInstanceId *string `json:"iSmfServiceInstanceId,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` RoamingChargingProfile *RoamingChargingProfile `json:"roamingChargingProfile,omitempty"` ChargingId *string `json:"chargingId,omitempty"` // Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network. OldPduSessionId *int32 `json:"oldPduSessionId,omitempty"` // EPS bearer context status EpsBearerCtxStatus *string `json:"epsBearerCtxStatus,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. AmfNfId *string `json:"amfNfId,omitempty"` Guami *Guami `json:"guami,omitempty"` MaxIntegrityProtectedDataRateUl *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRateUl,omitempty"` MaxIntegrityProtectedDataRateDl *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRateDl,omitempty"` CpCiotEnabled *bool `json:"cpCiotEnabled,omitempty"` CpOnlyInd *bool `json:"cpOnlyInd,omitempty"` InvokeNef *bool `json:"invokeNef,omitempty"` MaRequestInd *bool `json:"maRequestInd,omitempty"` MaNwUpgradeInd *bool `json:"maNwUpgradeInd,omitempty"` DnaiList []string `json:"dnaiList,omitempty"` PresenceInLadn *PresenceState `json:"presenceInLadn,omitempty"` SecondaryRatUsageInfo []SecondaryRatUsageInfo `json:"secondaryRatUsageInfo,omitempty"` SmallDataRateStatus *SmallDataRateStatus `json:"smallDataRateStatus,omitempty"` ApnRateStatus *ApnRateStatus `json:"apnRateStatus,omitempty"` DlServingPlmnRateCtl *int32 `json:"dlServingPlmnRateCtl,omitempty"` UpSecurityInfo *UpSecurityInfo `json:"upSecurityInfo,omitempty"` VplmnQos *VplmnQos `json:"vplmnQos,omitempty"` // String providing an URI formatted according to RFC 3986. OldSmContextRef *string `json:"oldSmContextRef,omitempty"` RedundantPduSessionInfo *RedundantPduSessionInformation `json:"redundantPduSessionInfo,omitempty"` // String providing an URI formatted according to RFC 3986. OldPduSessionRef *string `json:"oldPduSessionRef,omitempty"` SmPolicyNotifyInd *bool `json:"smPolicyNotifyInd,omitempty"` PcfUeCallbackInfo NullablePcfUeCallbackInfo `json:"pcfUeCallbackInfo,omitempty"` SatelliteBackhaulCat *SatelliteBackhaulCategory `json:"satelliteBackhaulCat,omitempty"` UpipSupported *bool `json:"upipSupported,omitempty"` UpCnxState *UpCnxState `json:"upCnxState,omitempty"` DisasterRoamingInd *bool `json:"disasterRoamingInd,omitempty"` }
PduSessionCreateData Data within Create Request
func NewPduSessionCreateData ¶
func NewPduSessionCreateData(dnn string, servingNetwork PlmnIdNid, anType AccessType) *PduSessionCreateData
NewPduSessionCreateData instantiates a new PduSessionCreateData 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 NewPduSessionCreateDataWithDefaults ¶
func NewPduSessionCreateDataWithDefaults() *PduSessionCreateData
NewPduSessionCreateDataWithDefaults instantiates a new PduSessionCreateData 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 (*PduSessionCreateData) GetAddUeLocation ¶
func (o *PduSessionCreateData) GetAddUeLocation() UserLocation
GetAddUeLocation returns the AddUeLocation field value if set, zero value otherwise.
func (*PduSessionCreateData) GetAddUeLocationOk ¶
func (o *PduSessionCreateData) GetAddUeLocationOk() (*UserLocation, bool)
GetAddUeLocationOk returns a tuple with the AddUeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetAdditionalAnType ¶
func (o *PduSessionCreateData) GetAdditionalAnType() AccessType
GetAdditionalAnType returns the AdditionalAnType field value if set, zero value otherwise.
func (*PduSessionCreateData) GetAdditionalAnTypeOk ¶
func (o *PduSessionCreateData) GetAdditionalAnTypeOk() (*AccessType, bool)
GetAdditionalAnTypeOk returns a tuple with the AdditionalAnType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetAdditionalCnTunnelInfo ¶
func (o *PduSessionCreateData) GetAdditionalCnTunnelInfo() TunnelInfo
GetAdditionalCnTunnelInfo returns the AdditionalCnTunnelInfo field value if set, zero value otherwise.
func (*PduSessionCreateData) GetAdditionalCnTunnelInfoOk ¶
func (o *PduSessionCreateData) GetAdditionalCnTunnelInfoOk() (*TunnelInfo, bool)
GetAdditionalCnTunnelInfoOk returns a tuple with the AdditionalCnTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetAlwaysOnRequested ¶
func (o *PduSessionCreateData) GetAlwaysOnRequested() bool
GetAlwaysOnRequested returns the AlwaysOnRequested field value if set, zero value otherwise.
func (*PduSessionCreateData) GetAlwaysOnRequestedOk ¶
func (o *PduSessionCreateData) GetAlwaysOnRequestedOk() (*bool, bool)
GetAlwaysOnRequestedOk returns a tuple with the AlwaysOnRequested field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetAmfNfId ¶
func (o *PduSessionCreateData) GetAmfNfId() string
GetAmfNfId returns the AmfNfId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetAmfNfIdOk ¶
func (o *PduSessionCreateData) GetAmfNfIdOk() (*string, bool)
GetAmfNfIdOk returns a tuple with the AmfNfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetAnType ¶
func (o *PduSessionCreateData) GetAnType() AccessType
GetAnType returns the AnType field value
func (*PduSessionCreateData) GetAnTypeOk ¶
func (o *PduSessionCreateData) GetAnTypeOk() (*AccessType, bool)
GetAnTypeOk returns a tuple with the AnType field value and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetApnRateStatus ¶
func (o *PduSessionCreateData) GetApnRateStatus() ApnRateStatus
GetApnRateStatus returns the ApnRateStatus field value if set, zero value otherwise.
func (*PduSessionCreateData) GetApnRateStatusOk ¶
func (o *PduSessionCreateData) GetApnRateStatusOk() (*ApnRateStatus, bool)
GetApnRateStatusOk returns a tuple with the ApnRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetChargingId ¶
func (o *PduSessionCreateData) GetChargingId() string
GetChargingId returns the ChargingId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetChargingIdOk ¶
func (o *PduSessionCreateData) GetChargingIdOk() (*string, bool)
GetChargingIdOk returns a tuple with the ChargingId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetCpCiotEnabled ¶
func (o *PduSessionCreateData) GetCpCiotEnabled() bool
GetCpCiotEnabled returns the CpCiotEnabled field value if set, zero value otherwise.
func (*PduSessionCreateData) GetCpCiotEnabledOk ¶
func (o *PduSessionCreateData) GetCpCiotEnabledOk() (*bool, bool)
GetCpCiotEnabledOk returns a tuple with the CpCiotEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetCpOnlyInd ¶
func (o *PduSessionCreateData) GetCpOnlyInd() bool
GetCpOnlyInd returns the CpOnlyInd field value if set, zero value otherwise.
func (*PduSessionCreateData) GetCpOnlyIndOk ¶
func (o *PduSessionCreateData) GetCpOnlyIndOk() (*bool, bool)
GetCpOnlyIndOk returns a tuple with the CpOnlyInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetDisasterRoamingInd ¶
func (o *PduSessionCreateData) GetDisasterRoamingInd() bool
GetDisasterRoamingInd returns the DisasterRoamingInd field value if set, zero value otherwise.
func (*PduSessionCreateData) GetDisasterRoamingIndOk ¶
func (o *PduSessionCreateData) GetDisasterRoamingIndOk() (*bool, bool)
GetDisasterRoamingIndOk returns a tuple with the DisasterRoamingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetDlServingPlmnRateCtl ¶
func (o *PduSessionCreateData) GetDlServingPlmnRateCtl() int32
GetDlServingPlmnRateCtl returns the DlServingPlmnRateCtl field value if set, zero value otherwise.
func (*PduSessionCreateData) GetDlServingPlmnRateCtlOk ¶
func (o *PduSessionCreateData) GetDlServingPlmnRateCtlOk() (*int32, bool)
GetDlServingPlmnRateCtlOk returns a tuple with the DlServingPlmnRateCtl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetDnaiList ¶
func (o *PduSessionCreateData) GetDnaiList() []string
GetDnaiList returns the DnaiList field value if set, zero value otherwise.
func (*PduSessionCreateData) GetDnaiListOk ¶
func (o *PduSessionCreateData) GetDnaiListOk() ([]string, bool)
GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetDnn ¶
func (o *PduSessionCreateData) GetDnn() string
GetDnn returns the Dnn field value
func (*PduSessionCreateData) GetDnnOk ¶
func (o *PduSessionCreateData) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetEpsBearerCtxStatus ¶
func (o *PduSessionCreateData) GetEpsBearerCtxStatus() string
GetEpsBearerCtxStatus returns the EpsBearerCtxStatus field value if set, zero value otherwise.
func (*PduSessionCreateData) GetEpsBearerCtxStatusOk ¶
func (o *PduSessionCreateData) GetEpsBearerCtxStatusOk() (*string, bool)
GetEpsBearerCtxStatusOk returns a tuple with the EpsBearerCtxStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetEpsBearerId ¶
func (o *PduSessionCreateData) GetEpsBearerId() []int32
GetEpsBearerId returns the EpsBearerId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetEpsBearerIdOk ¶
func (o *PduSessionCreateData) GetEpsBearerIdOk() ([]int32, bool)
GetEpsBearerIdOk returns a tuple with the EpsBearerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetEpsInterworkingInd ¶
func (o *PduSessionCreateData) GetEpsInterworkingInd() EpsInterworkingIndication
GetEpsInterworkingInd returns the EpsInterworkingInd field value if set, zero value otherwise.
func (*PduSessionCreateData) GetEpsInterworkingIndOk ¶
func (o *PduSessionCreateData) GetEpsInterworkingIndOk() (*EpsInterworkingIndication, bool)
GetEpsInterworkingIndOk returns a tuple with the EpsInterworkingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetGpsi ¶
func (o *PduSessionCreateData) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*PduSessionCreateData) GetGpsiOk ¶
func (o *PduSessionCreateData) GetGpsiOk() (*string, bool)
GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetGuami ¶
func (o *PduSessionCreateData) GetGuami() Guami
GetGuami returns the Guami field value if set, zero value otherwise.
func (*PduSessionCreateData) GetGuamiOk ¶
func (o *PduSessionCreateData) GetGuamiOk() (*Guami, bool)
GetGuamiOk returns a tuple with the Guami field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetHNwPubKeyId ¶
func (o *PduSessionCreateData) GetHNwPubKeyId() int32
GetHNwPubKeyId returns the HNwPubKeyId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetHNwPubKeyIdOk ¶
func (o *PduSessionCreateData) GetHNwPubKeyIdOk() (*int32, bool)
GetHNwPubKeyIdOk returns a tuple with the HNwPubKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetHPcfId ¶
func (o *PduSessionCreateData) GetHPcfId() string
GetHPcfId returns the HPcfId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetHPcfIdOk ¶
func (o *PduSessionCreateData) GetHPcfIdOk() (*string, bool)
GetHPcfIdOk returns a tuple with the HPcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetHoPreparationIndication ¶
func (o *PduSessionCreateData) GetHoPreparationIndication() bool
GetHoPreparationIndication returns the HoPreparationIndication field value if set, zero value otherwise.
func (*PduSessionCreateData) GetHoPreparationIndicationOk ¶
func (o *PduSessionCreateData) GetHoPreparationIndicationOk() (*bool, bool)
GetHoPreparationIndicationOk returns a tuple with the HoPreparationIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetHplmnSnssai ¶
func (o *PduSessionCreateData) GetHplmnSnssai() Snssai
GetHplmnSnssai returns the HplmnSnssai field value if set, zero value otherwise.
func (*PduSessionCreateData) GetHplmnSnssaiOk ¶
func (o *PduSessionCreateData) GetHplmnSnssaiOk() (*Snssai, bool)
GetHplmnSnssaiOk returns a tuple with the HplmnSnssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetISmfServiceInstanceId ¶
func (o *PduSessionCreateData) GetISmfServiceInstanceId() string
GetISmfServiceInstanceId returns the ISmfServiceInstanceId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetISmfServiceInstanceIdOk ¶
func (o *PduSessionCreateData) GetISmfServiceInstanceIdOk() (*string, bool)
GetISmfServiceInstanceIdOk returns a tuple with the ISmfServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetIcnTunnelInfo ¶
func (o *PduSessionCreateData) GetIcnTunnelInfo() TunnelInfo
GetIcnTunnelInfo returns the IcnTunnelInfo field value if set, zero value otherwise.
func (*PduSessionCreateData) GetIcnTunnelInfoOk ¶
func (o *PduSessionCreateData) GetIcnTunnelInfoOk() (*TunnelInfo, bool)
GetIcnTunnelInfoOk returns a tuple with the IcnTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetInvokeNef ¶
func (o *PduSessionCreateData) GetInvokeNef() bool
GetInvokeNef returns the InvokeNef field value if set, zero value otherwise.
func (*PduSessionCreateData) GetInvokeNefOk ¶
func (o *PduSessionCreateData) GetInvokeNefOk() (*bool, bool)
GetInvokeNefOk returns a tuple with the InvokeNef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetIsmfId ¶
func (o *PduSessionCreateData) GetIsmfId() string
GetIsmfId returns the IsmfId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetIsmfIdOk ¶
func (o *PduSessionCreateData) GetIsmfIdOk() (*string, bool)
GetIsmfIdOk returns a tuple with the IsmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetIsmfPduSessionUri ¶
func (o *PduSessionCreateData) GetIsmfPduSessionUri() string
GetIsmfPduSessionUri returns the IsmfPduSessionUri field value if set, zero value otherwise.
func (*PduSessionCreateData) GetIsmfPduSessionUriOk ¶
func (o *PduSessionCreateData) GetIsmfPduSessionUriOk() (*string, bool)
GetIsmfPduSessionUriOk returns a tuple with the IsmfPduSessionUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetMaNwUpgradeInd ¶
func (o *PduSessionCreateData) GetMaNwUpgradeInd() bool
GetMaNwUpgradeInd returns the MaNwUpgradeInd field value if set, zero value otherwise.
func (*PduSessionCreateData) GetMaNwUpgradeIndOk ¶
func (o *PduSessionCreateData) GetMaNwUpgradeIndOk() (*bool, bool)
GetMaNwUpgradeIndOk returns a tuple with the MaNwUpgradeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetMaRequestInd ¶
func (o *PduSessionCreateData) GetMaRequestInd() bool
GetMaRequestInd returns the MaRequestInd field value if set, zero value otherwise.
func (*PduSessionCreateData) GetMaRequestIndOk ¶
func (o *PduSessionCreateData) GetMaRequestIndOk() (*bool, bool)
GetMaRequestIndOk returns a tuple with the MaRequestInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetMaxIntegrityProtectedDataRateDl ¶
func (o *PduSessionCreateData) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRateDl returns the MaxIntegrityProtectedDataRateDl field value if set, zero value otherwise.
func (*PduSessionCreateData) GetMaxIntegrityProtectedDataRateDlOk ¶
func (o *PduSessionCreateData) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateDlOk returns a tuple with the MaxIntegrityProtectedDataRateDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetMaxIntegrityProtectedDataRateUl ¶
func (o *PduSessionCreateData) GetMaxIntegrityProtectedDataRateUl() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRateUl returns the MaxIntegrityProtectedDataRateUl field value if set, zero value otherwise.
func (*PduSessionCreateData) GetMaxIntegrityProtectedDataRateUlOk ¶
func (o *PduSessionCreateData) GetMaxIntegrityProtectedDataRateUlOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateUlOk returns a tuple with the MaxIntegrityProtectedDataRateUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetN1SmInfoFromUe ¶
func (o *PduSessionCreateData) GetN1SmInfoFromUe() RefToBinaryData
GetN1SmInfoFromUe returns the N1SmInfoFromUe field value if set, zero value otherwise.
func (*PduSessionCreateData) GetN1SmInfoFromUeOk ¶
func (o *PduSessionCreateData) GetN1SmInfoFromUeOk() (*RefToBinaryData, bool)
GetN1SmInfoFromUeOk returns a tuple with the N1SmInfoFromUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetN9ForwardingTunnelInfo ¶
func (o *PduSessionCreateData) GetN9ForwardingTunnelInfo() TunnelInfo
GetN9ForwardingTunnelInfo returns the N9ForwardingTunnelInfo field value if set, zero value otherwise.
func (*PduSessionCreateData) GetN9ForwardingTunnelInfoOk ¶
func (o *PduSessionCreateData) GetN9ForwardingTunnelInfoOk() (*TunnelInfo, bool)
GetN9ForwardingTunnelInfoOk returns a tuple with the N9ForwardingTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetOldPduSessionId ¶
func (o *PduSessionCreateData) GetOldPduSessionId() int32
GetOldPduSessionId returns the OldPduSessionId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetOldPduSessionIdOk ¶
func (o *PduSessionCreateData) GetOldPduSessionIdOk() (*int32, bool)
GetOldPduSessionIdOk returns a tuple with the OldPduSessionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetOldPduSessionRef ¶
func (o *PduSessionCreateData) GetOldPduSessionRef() string
GetOldPduSessionRef returns the OldPduSessionRef field value if set, zero value otherwise.
func (*PduSessionCreateData) GetOldPduSessionRefOk ¶
func (o *PduSessionCreateData) GetOldPduSessionRefOk() (*string, bool)
GetOldPduSessionRefOk returns a tuple with the OldPduSessionRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetOldSmContextRef ¶
func (o *PduSessionCreateData) GetOldSmContextRef() string
GetOldSmContextRef returns the OldSmContextRef field value if set, zero value otherwise.
func (*PduSessionCreateData) GetOldSmContextRefOk ¶
func (o *PduSessionCreateData) GetOldSmContextRefOk() (*string, bool)
GetOldSmContextRefOk returns a tuple with the OldSmContextRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetPcfGroupId ¶
func (o *PduSessionCreateData) GetPcfGroupId() string
GetPcfGroupId returns the PcfGroupId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetPcfGroupIdOk ¶
func (o *PduSessionCreateData) GetPcfGroupIdOk() (*string, bool)
GetPcfGroupIdOk returns a tuple with the PcfGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetPcfId ¶
func (o *PduSessionCreateData) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetPcfIdOk ¶
func (o *PduSessionCreateData) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetPcfSetId ¶
func (o *PduSessionCreateData) GetPcfSetId() string
GetPcfSetId returns the PcfSetId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetPcfSetIdOk ¶
func (o *PduSessionCreateData) GetPcfSetIdOk() (*string, bool)
GetPcfSetIdOk returns a tuple with the PcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetPcfUeCallbackInfo ¶
func (o *PduSessionCreateData) GetPcfUeCallbackInfo() PcfUeCallbackInfo
GetPcfUeCallbackInfo returns the PcfUeCallbackInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PduSessionCreateData) GetPcfUeCallbackInfoOk ¶
func (o *PduSessionCreateData) GetPcfUeCallbackInfoOk() (*PcfUeCallbackInfo, bool)
GetPcfUeCallbackInfoOk returns a tuple with the PcfUeCallbackInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PduSessionCreateData) GetPduSessionId ¶
func (o *PduSessionCreateData) GetPduSessionId() int32
GetPduSessionId returns the PduSessionId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetPduSessionIdOk ¶
func (o *PduSessionCreateData) GetPduSessionIdOk() (*int32, bool)
GetPduSessionIdOk returns a tuple with the PduSessionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetPei ¶
func (o *PduSessionCreateData) GetPei() string
GetPei returns the Pei field value if set, zero value otherwise.
func (*PduSessionCreateData) GetPeiOk ¶
func (o *PduSessionCreateData) GetPeiOk() (*string, bool)
GetPeiOk returns a tuple with the Pei field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetPgwS8cFteid ¶
func (o *PduSessionCreateData) GetPgwS8cFteid() string
GetPgwS8cFteid returns the PgwS8cFteid field value if set, zero value otherwise.
func (*PduSessionCreateData) GetPgwS8cFteidOk ¶
func (o *PduSessionCreateData) GetPgwS8cFteidOk() (*string, bool)
GetPgwS8cFteidOk returns a tuple with the PgwS8cFteid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetPresenceInLadn ¶
func (o *PduSessionCreateData) GetPresenceInLadn() PresenceState
GetPresenceInLadn returns the PresenceInLadn field value if set, zero value otherwise.
func (*PduSessionCreateData) GetPresenceInLadnOk ¶
func (o *PduSessionCreateData) GetPresenceInLadnOk() (*PresenceState, bool)
GetPresenceInLadnOk returns a tuple with the PresenceInLadn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetRatType ¶
func (o *PduSessionCreateData) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*PduSessionCreateData) GetRatTypeOk ¶
func (o *PduSessionCreateData) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetRecoveryTime ¶
func (o *PduSessionCreateData) GetRecoveryTime() time.Time
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*PduSessionCreateData) GetRecoveryTimeOk ¶
func (o *PduSessionCreateData) GetRecoveryTimeOk() (*time.Time, bool)
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetRedundantPduSessionInfo ¶
func (o *PduSessionCreateData) GetRedundantPduSessionInfo() RedundantPduSessionInformation
GetRedundantPduSessionInfo returns the RedundantPduSessionInfo field value if set, zero value otherwise.
func (*PduSessionCreateData) GetRedundantPduSessionInfoOk ¶
func (o *PduSessionCreateData) GetRedundantPduSessionInfoOk() (*RedundantPduSessionInformation, bool)
GetRedundantPduSessionInfoOk returns a tuple with the RedundantPduSessionInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetRequestType ¶
func (o *PduSessionCreateData) GetRequestType() RequestType
GetRequestType returns the RequestType field value if set, zero value otherwise.
func (*PduSessionCreateData) GetRequestTypeOk ¶
func (o *PduSessionCreateData) GetRequestTypeOk() (*RequestType, bool)
GetRequestTypeOk returns a tuple with the RequestType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetRoamingChargingProfile ¶
func (o *PduSessionCreateData) GetRoamingChargingProfile() RoamingChargingProfile
GetRoamingChargingProfile returns the RoamingChargingProfile field value if set, zero value otherwise.
func (*PduSessionCreateData) GetRoamingChargingProfileOk ¶
func (o *PduSessionCreateData) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
GetRoamingChargingProfileOk returns a tuple with the RoamingChargingProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetRoutingIndicator ¶
func (o *PduSessionCreateData) GetRoutingIndicator() string
GetRoutingIndicator returns the RoutingIndicator field value if set, zero value otherwise.
func (*PduSessionCreateData) GetRoutingIndicatorOk ¶
func (o *PduSessionCreateData) GetRoutingIndicatorOk() (*string, bool)
GetRoutingIndicatorOk returns a tuple with the RoutingIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetSNssai ¶
func (o *PduSessionCreateData) GetSNssai() Snssai
GetSNssai returns the SNssai field value if set, zero value otherwise.
func (*PduSessionCreateData) GetSNssaiOk ¶
func (o *PduSessionCreateData) GetSNssaiOk() (*Snssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetSatelliteBackhaulCat ¶
func (o *PduSessionCreateData) GetSatelliteBackhaulCat() SatelliteBackhaulCategory
GetSatelliteBackhaulCat returns the SatelliteBackhaulCat field value if set, zero value otherwise.
func (*PduSessionCreateData) GetSatelliteBackhaulCatOk ¶
func (o *PduSessionCreateData) GetSatelliteBackhaulCatOk() (*SatelliteBackhaulCategory, bool)
GetSatelliteBackhaulCatOk returns a tuple with the SatelliteBackhaulCat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetSecondaryRatUsageInfo ¶
func (o *PduSessionCreateData) GetSecondaryRatUsageInfo() []SecondaryRatUsageInfo
GetSecondaryRatUsageInfo returns the SecondaryRatUsageInfo field value if set, zero value otherwise.
func (*PduSessionCreateData) GetSecondaryRatUsageInfoOk ¶
func (o *PduSessionCreateData) GetSecondaryRatUsageInfoOk() ([]SecondaryRatUsageInfo, bool)
GetSecondaryRatUsageInfoOk returns a tuple with the SecondaryRatUsageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetSelMode ¶
func (o *PduSessionCreateData) GetSelMode() DnnSelectionMode
GetSelMode returns the SelMode field value if set, zero value otherwise.
func (*PduSessionCreateData) GetSelModeOk ¶
func (o *PduSessionCreateData) GetSelModeOk() (*DnnSelectionMode, bool)
GetSelModeOk returns a tuple with the SelMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetSelectedDnn ¶
func (o *PduSessionCreateData) GetSelectedDnn() string
GetSelectedDnn returns the SelectedDnn field value if set, zero value otherwise.
func (*PduSessionCreateData) GetSelectedDnnOk ¶
func (o *PduSessionCreateData) GetSelectedDnnOk() (*string, bool)
GetSelectedDnnOk returns a tuple with the SelectedDnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetServingNetwork ¶
func (o *PduSessionCreateData) GetServingNetwork() PlmnIdNid
GetServingNetwork returns the ServingNetwork field value
func (*PduSessionCreateData) GetServingNetworkOk ¶
func (o *PduSessionCreateData) GetServingNetworkOk() (*PlmnIdNid, bool)
GetServingNetworkOk returns a tuple with the ServingNetwork field value and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetSmPolicyNotifyInd ¶
func (o *PduSessionCreateData) GetSmPolicyNotifyInd() bool
GetSmPolicyNotifyInd returns the SmPolicyNotifyInd field value if set, zero value otherwise.
func (*PduSessionCreateData) GetSmPolicyNotifyIndOk ¶
func (o *PduSessionCreateData) GetSmPolicyNotifyIndOk() (*bool, bool)
GetSmPolicyNotifyIndOk returns a tuple with the SmPolicyNotifyInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetSmallDataRateStatus ¶
func (o *PduSessionCreateData) GetSmallDataRateStatus() SmallDataRateStatus
GetSmallDataRateStatus returns the SmallDataRateStatus field value if set, zero value otherwise.
func (*PduSessionCreateData) GetSmallDataRateStatusOk ¶
func (o *PduSessionCreateData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
GetSmallDataRateStatusOk returns a tuple with the SmallDataRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetSupi ¶
func (o *PduSessionCreateData) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*PduSessionCreateData) GetSupiOk ¶
func (o *PduSessionCreateData) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetSupportedFeatures ¶
func (o *PduSessionCreateData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*PduSessionCreateData) GetSupportedFeaturesOk ¶
func (o *PduSessionCreateData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetUdmGroupId ¶
func (o *PduSessionCreateData) GetUdmGroupId() string
GetUdmGroupId returns the UdmGroupId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetUdmGroupIdOk ¶
func (o *PduSessionCreateData) GetUdmGroupIdOk() (*string, bool)
GetUdmGroupIdOk returns a tuple with the UdmGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetUeLocation ¶
func (o *PduSessionCreateData) GetUeLocation() UserLocation
GetUeLocation returns the UeLocation field value if set, zero value otherwise.
func (*PduSessionCreateData) GetUeLocationOk ¶
func (o *PduSessionCreateData) GetUeLocationOk() (*UserLocation, bool)
GetUeLocationOk returns a tuple with the UeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetUeTimeZone ¶
func (o *PduSessionCreateData) GetUeTimeZone() string
GetUeTimeZone returns the UeTimeZone field value if set, zero value otherwise.
func (*PduSessionCreateData) GetUeTimeZoneOk ¶
func (o *PduSessionCreateData) GetUeTimeZoneOk() (*string, bool)
GetUeTimeZoneOk returns a tuple with the UeTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetUnauthenticatedSupi ¶
func (o *PduSessionCreateData) GetUnauthenticatedSupi() bool
GetUnauthenticatedSupi returns the UnauthenticatedSupi field value if set, zero value otherwise.
func (*PduSessionCreateData) GetUnauthenticatedSupiOk ¶
func (o *PduSessionCreateData) GetUnauthenticatedSupiOk() (*bool, bool)
GetUnauthenticatedSupiOk returns a tuple with the UnauthenticatedSupi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetUnknownN1SmInfo ¶
func (o *PduSessionCreateData) GetUnknownN1SmInfo() RefToBinaryData
GetUnknownN1SmInfo returns the UnknownN1SmInfo field value if set, zero value otherwise.
func (*PduSessionCreateData) GetUnknownN1SmInfoOk ¶
func (o *PduSessionCreateData) GetUnknownN1SmInfoOk() (*RefToBinaryData, bool)
GetUnknownN1SmInfoOk returns a tuple with the UnknownN1SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetUpCnxState ¶
func (o *PduSessionCreateData) GetUpCnxState() UpCnxState
GetUpCnxState returns the UpCnxState field value if set, zero value otherwise.
func (*PduSessionCreateData) GetUpCnxStateOk ¶
func (o *PduSessionCreateData) GetUpCnxStateOk() (*UpCnxState, bool)
GetUpCnxStateOk returns a tuple with the UpCnxState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetUpSecurityInfo ¶
func (o *PduSessionCreateData) GetUpSecurityInfo() UpSecurityInfo
GetUpSecurityInfo returns the UpSecurityInfo field value if set, zero value otherwise.
func (*PduSessionCreateData) GetUpSecurityInfoOk ¶
func (o *PduSessionCreateData) GetUpSecurityInfoOk() (*UpSecurityInfo, bool)
GetUpSecurityInfoOk returns a tuple with the UpSecurityInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetUpipSupported ¶
func (o *PduSessionCreateData) GetUpipSupported() bool
GetUpipSupported returns the UpipSupported field value if set, zero value otherwise.
func (*PduSessionCreateData) GetUpipSupportedOk ¶
func (o *PduSessionCreateData) GetUpipSupportedOk() (*bool, bool)
GetUpipSupportedOk returns a tuple with the UpipSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetVSmfServiceInstanceId ¶
func (o *PduSessionCreateData) GetVSmfServiceInstanceId() string
GetVSmfServiceInstanceId returns the VSmfServiceInstanceId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetVSmfServiceInstanceIdOk ¶
func (o *PduSessionCreateData) GetVSmfServiceInstanceIdOk() (*string, bool)
GetVSmfServiceInstanceIdOk returns a tuple with the VSmfServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetVcnTunnelInfo ¶
func (o *PduSessionCreateData) GetVcnTunnelInfo() TunnelInfo
GetVcnTunnelInfo returns the VcnTunnelInfo field value if set, zero value otherwise.
func (*PduSessionCreateData) GetVcnTunnelInfoOk ¶
func (o *PduSessionCreateData) GetVcnTunnelInfoOk() (*TunnelInfo, bool)
GetVcnTunnelInfoOk returns a tuple with the VcnTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetVplmnQos ¶
func (o *PduSessionCreateData) GetVplmnQos() VplmnQos
GetVplmnQos returns the VplmnQos field value if set, zero value otherwise.
func (*PduSessionCreateData) GetVplmnQosOk ¶
func (o *PduSessionCreateData) GetVplmnQosOk() (*VplmnQos, bool)
GetVplmnQosOk returns a tuple with the VplmnQos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetVsmfId ¶
func (o *PduSessionCreateData) GetVsmfId() string
GetVsmfId returns the VsmfId field value if set, zero value otherwise.
func (*PduSessionCreateData) GetVsmfIdOk ¶
func (o *PduSessionCreateData) GetVsmfIdOk() (*string, bool)
GetVsmfIdOk returns a tuple with the VsmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) GetVsmfPduSessionUri ¶
func (o *PduSessionCreateData) GetVsmfPduSessionUri() string
GetVsmfPduSessionUri returns the VsmfPduSessionUri field value if set, zero value otherwise.
func (*PduSessionCreateData) GetVsmfPduSessionUriOk ¶
func (o *PduSessionCreateData) GetVsmfPduSessionUriOk() (*string, bool)
GetVsmfPduSessionUriOk returns a tuple with the VsmfPduSessionUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateData) HasAddUeLocation ¶
func (o *PduSessionCreateData) HasAddUeLocation() bool
HasAddUeLocation returns a boolean if a field has been set.
func (*PduSessionCreateData) HasAdditionalAnType ¶
func (o *PduSessionCreateData) HasAdditionalAnType() bool
HasAdditionalAnType returns a boolean if a field has been set.
func (*PduSessionCreateData) HasAdditionalCnTunnelInfo ¶
func (o *PduSessionCreateData) HasAdditionalCnTunnelInfo() bool
HasAdditionalCnTunnelInfo returns a boolean if a field has been set.
func (*PduSessionCreateData) HasAlwaysOnRequested ¶
func (o *PduSessionCreateData) HasAlwaysOnRequested() bool
HasAlwaysOnRequested returns a boolean if a field has been set.
func (*PduSessionCreateData) HasAmfNfId ¶
func (o *PduSessionCreateData) HasAmfNfId() bool
HasAmfNfId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasApnRateStatus ¶
func (o *PduSessionCreateData) HasApnRateStatus() bool
HasApnRateStatus returns a boolean if a field has been set.
func (*PduSessionCreateData) HasChargingId ¶
func (o *PduSessionCreateData) HasChargingId() bool
HasChargingId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasCpCiotEnabled ¶
func (o *PduSessionCreateData) HasCpCiotEnabled() bool
HasCpCiotEnabled returns a boolean if a field has been set.
func (*PduSessionCreateData) HasCpOnlyInd ¶
func (o *PduSessionCreateData) HasCpOnlyInd() bool
HasCpOnlyInd returns a boolean if a field has been set.
func (*PduSessionCreateData) HasDisasterRoamingInd ¶
func (o *PduSessionCreateData) HasDisasterRoamingInd() bool
HasDisasterRoamingInd returns a boolean if a field has been set.
func (*PduSessionCreateData) HasDlServingPlmnRateCtl ¶
func (o *PduSessionCreateData) HasDlServingPlmnRateCtl() bool
HasDlServingPlmnRateCtl returns a boolean if a field has been set.
func (*PduSessionCreateData) HasDnaiList ¶
func (o *PduSessionCreateData) HasDnaiList() bool
HasDnaiList returns a boolean if a field has been set.
func (*PduSessionCreateData) HasEpsBearerCtxStatus ¶
func (o *PduSessionCreateData) HasEpsBearerCtxStatus() bool
HasEpsBearerCtxStatus returns a boolean if a field has been set.
func (*PduSessionCreateData) HasEpsBearerId ¶
func (o *PduSessionCreateData) HasEpsBearerId() bool
HasEpsBearerId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasEpsInterworkingInd ¶
func (o *PduSessionCreateData) HasEpsInterworkingInd() bool
HasEpsInterworkingInd returns a boolean if a field has been set.
func (*PduSessionCreateData) HasGpsi ¶
func (o *PduSessionCreateData) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*PduSessionCreateData) HasGuami ¶
func (o *PduSessionCreateData) HasGuami() bool
HasGuami returns a boolean if a field has been set.
func (*PduSessionCreateData) HasHNwPubKeyId ¶
func (o *PduSessionCreateData) HasHNwPubKeyId() bool
HasHNwPubKeyId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasHPcfId ¶
func (o *PduSessionCreateData) HasHPcfId() bool
HasHPcfId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasHoPreparationIndication ¶
func (o *PduSessionCreateData) HasHoPreparationIndication() bool
HasHoPreparationIndication returns a boolean if a field has been set.
func (*PduSessionCreateData) HasHplmnSnssai ¶
func (o *PduSessionCreateData) HasHplmnSnssai() bool
HasHplmnSnssai returns a boolean if a field has been set.
func (*PduSessionCreateData) HasISmfServiceInstanceId ¶
func (o *PduSessionCreateData) HasISmfServiceInstanceId() bool
HasISmfServiceInstanceId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasIcnTunnelInfo ¶
func (o *PduSessionCreateData) HasIcnTunnelInfo() bool
HasIcnTunnelInfo returns a boolean if a field has been set.
func (*PduSessionCreateData) HasInvokeNef ¶
func (o *PduSessionCreateData) HasInvokeNef() bool
HasInvokeNef returns a boolean if a field has been set.
func (*PduSessionCreateData) HasIsmfId ¶
func (o *PduSessionCreateData) HasIsmfId() bool
HasIsmfId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasIsmfPduSessionUri ¶
func (o *PduSessionCreateData) HasIsmfPduSessionUri() bool
HasIsmfPduSessionUri returns a boolean if a field has been set.
func (*PduSessionCreateData) HasMaNwUpgradeInd ¶
func (o *PduSessionCreateData) HasMaNwUpgradeInd() bool
HasMaNwUpgradeInd returns a boolean if a field has been set.
func (*PduSessionCreateData) HasMaRequestInd ¶
func (o *PduSessionCreateData) HasMaRequestInd() bool
HasMaRequestInd returns a boolean if a field has been set.
func (*PduSessionCreateData) HasMaxIntegrityProtectedDataRateDl ¶
func (o *PduSessionCreateData) HasMaxIntegrityProtectedDataRateDl() bool
HasMaxIntegrityProtectedDataRateDl returns a boolean if a field has been set.
func (*PduSessionCreateData) HasMaxIntegrityProtectedDataRateUl ¶
func (o *PduSessionCreateData) HasMaxIntegrityProtectedDataRateUl() bool
HasMaxIntegrityProtectedDataRateUl returns a boolean if a field has been set.
func (*PduSessionCreateData) HasN1SmInfoFromUe ¶
func (o *PduSessionCreateData) HasN1SmInfoFromUe() bool
HasN1SmInfoFromUe returns a boolean if a field has been set.
func (*PduSessionCreateData) HasN9ForwardingTunnelInfo ¶
func (o *PduSessionCreateData) HasN9ForwardingTunnelInfo() bool
HasN9ForwardingTunnelInfo returns a boolean if a field has been set.
func (*PduSessionCreateData) HasOldPduSessionId ¶
func (o *PduSessionCreateData) HasOldPduSessionId() bool
HasOldPduSessionId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasOldPduSessionRef ¶
func (o *PduSessionCreateData) HasOldPduSessionRef() bool
HasOldPduSessionRef returns a boolean if a field has been set.
func (*PduSessionCreateData) HasOldSmContextRef ¶
func (o *PduSessionCreateData) HasOldSmContextRef() bool
HasOldSmContextRef returns a boolean if a field has been set.
func (*PduSessionCreateData) HasPcfGroupId ¶
func (o *PduSessionCreateData) HasPcfGroupId() bool
HasPcfGroupId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasPcfId ¶
func (o *PduSessionCreateData) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasPcfSetId ¶
func (o *PduSessionCreateData) HasPcfSetId() bool
HasPcfSetId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasPcfUeCallbackInfo ¶
func (o *PduSessionCreateData) HasPcfUeCallbackInfo() bool
HasPcfUeCallbackInfo returns a boolean if a field has been set.
func (*PduSessionCreateData) HasPduSessionId ¶
func (o *PduSessionCreateData) HasPduSessionId() bool
HasPduSessionId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasPei ¶
func (o *PduSessionCreateData) HasPei() bool
HasPei returns a boolean if a field has been set.
func (*PduSessionCreateData) HasPgwS8cFteid ¶
func (o *PduSessionCreateData) HasPgwS8cFteid() bool
HasPgwS8cFteid returns a boolean if a field has been set.
func (*PduSessionCreateData) HasPresenceInLadn ¶
func (o *PduSessionCreateData) HasPresenceInLadn() bool
HasPresenceInLadn returns a boolean if a field has been set.
func (*PduSessionCreateData) HasRatType ¶
func (o *PduSessionCreateData) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*PduSessionCreateData) HasRecoveryTime ¶
func (o *PduSessionCreateData) HasRecoveryTime() bool
HasRecoveryTime returns a boolean if a field has been set.
func (*PduSessionCreateData) HasRedundantPduSessionInfo ¶
func (o *PduSessionCreateData) HasRedundantPduSessionInfo() bool
HasRedundantPduSessionInfo returns a boolean if a field has been set.
func (*PduSessionCreateData) HasRequestType ¶
func (o *PduSessionCreateData) HasRequestType() bool
HasRequestType returns a boolean if a field has been set.
func (*PduSessionCreateData) HasRoamingChargingProfile ¶
func (o *PduSessionCreateData) HasRoamingChargingProfile() bool
HasRoamingChargingProfile returns a boolean if a field has been set.
func (*PduSessionCreateData) HasRoutingIndicator ¶
func (o *PduSessionCreateData) HasRoutingIndicator() bool
HasRoutingIndicator returns a boolean if a field has been set.
func (*PduSessionCreateData) HasSNssai ¶
func (o *PduSessionCreateData) HasSNssai() bool
HasSNssai returns a boolean if a field has been set.
func (*PduSessionCreateData) HasSatelliteBackhaulCat ¶
func (o *PduSessionCreateData) HasSatelliteBackhaulCat() bool
HasSatelliteBackhaulCat returns a boolean if a field has been set.
func (*PduSessionCreateData) HasSecondaryRatUsageInfo ¶
func (o *PduSessionCreateData) HasSecondaryRatUsageInfo() bool
HasSecondaryRatUsageInfo returns a boolean if a field has been set.
func (*PduSessionCreateData) HasSelMode ¶
func (o *PduSessionCreateData) HasSelMode() bool
HasSelMode returns a boolean if a field has been set.
func (*PduSessionCreateData) HasSelectedDnn ¶
func (o *PduSessionCreateData) HasSelectedDnn() bool
HasSelectedDnn returns a boolean if a field has been set.
func (*PduSessionCreateData) HasSmPolicyNotifyInd ¶
func (o *PduSessionCreateData) HasSmPolicyNotifyInd() bool
HasSmPolicyNotifyInd returns a boolean if a field has been set.
func (*PduSessionCreateData) HasSmallDataRateStatus ¶
func (o *PduSessionCreateData) HasSmallDataRateStatus() bool
HasSmallDataRateStatus returns a boolean if a field has been set.
func (*PduSessionCreateData) HasSupi ¶
func (o *PduSessionCreateData) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (*PduSessionCreateData) HasSupportedFeatures ¶
func (o *PduSessionCreateData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*PduSessionCreateData) HasUdmGroupId ¶
func (o *PduSessionCreateData) HasUdmGroupId() bool
HasUdmGroupId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasUeLocation ¶
func (o *PduSessionCreateData) HasUeLocation() bool
HasUeLocation returns a boolean if a field has been set.
func (*PduSessionCreateData) HasUeTimeZone ¶
func (o *PduSessionCreateData) HasUeTimeZone() bool
HasUeTimeZone returns a boolean if a field has been set.
func (*PduSessionCreateData) HasUnauthenticatedSupi ¶
func (o *PduSessionCreateData) HasUnauthenticatedSupi() bool
HasUnauthenticatedSupi returns a boolean if a field has been set.
func (*PduSessionCreateData) HasUnknownN1SmInfo ¶
func (o *PduSessionCreateData) HasUnknownN1SmInfo() bool
HasUnknownN1SmInfo returns a boolean if a field has been set.
func (*PduSessionCreateData) HasUpCnxState ¶
func (o *PduSessionCreateData) HasUpCnxState() bool
HasUpCnxState returns a boolean if a field has been set.
func (*PduSessionCreateData) HasUpSecurityInfo ¶
func (o *PduSessionCreateData) HasUpSecurityInfo() bool
HasUpSecurityInfo returns a boolean if a field has been set.
func (*PduSessionCreateData) HasUpipSupported ¶
func (o *PduSessionCreateData) HasUpipSupported() bool
HasUpipSupported returns a boolean if a field has been set.
func (*PduSessionCreateData) HasVSmfServiceInstanceId ¶
func (o *PduSessionCreateData) HasVSmfServiceInstanceId() bool
HasVSmfServiceInstanceId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasVcnTunnelInfo ¶
func (o *PduSessionCreateData) HasVcnTunnelInfo() bool
HasVcnTunnelInfo returns a boolean if a field has been set.
func (*PduSessionCreateData) HasVplmnQos ¶
func (o *PduSessionCreateData) HasVplmnQos() bool
HasVplmnQos returns a boolean if a field has been set.
func (*PduSessionCreateData) HasVsmfId ¶
func (o *PduSessionCreateData) HasVsmfId() bool
HasVsmfId returns a boolean if a field has been set.
func (*PduSessionCreateData) HasVsmfPduSessionUri ¶
func (o *PduSessionCreateData) HasVsmfPduSessionUri() bool
HasVsmfPduSessionUri returns a boolean if a field has been set.
func (PduSessionCreateData) MarshalJSON ¶
func (o PduSessionCreateData) MarshalJSON() ([]byte, error)
func (*PduSessionCreateData) SetAddUeLocation ¶
func (o *PduSessionCreateData) SetAddUeLocation(v UserLocation)
SetAddUeLocation gets a reference to the given UserLocation and assigns it to the AddUeLocation field.
func (*PduSessionCreateData) SetAdditionalAnType ¶
func (o *PduSessionCreateData) SetAdditionalAnType(v AccessType)
SetAdditionalAnType gets a reference to the given AccessType and assigns it to the AdditionalAnType field.
func (*PduSessionCreateData) SetAdditionalCnTunnelInfo ¶
func (o *PduSessionCreateData) SetAdditionalCnTunnelInfo(v TunnelInfo)
SetAdditionalCnTunnelInfo gets a reference to the given TunnelInfo and assigns it to the AdditionalCnTunnelInfo field.
func (*PduSessionCreateData) SetAlwaysOnRequested ¶
func (o *PduSessionCreateData) SetAlwaysOnRequested(v bool)
SetAlwaysOnRequested gets a reference to the given bool and assigns it to the AlwaysOnRequested field.
func (*PduSessionCreateData) SetAmfNfId ¶
func (o *PduSessionCreateData) SetAmfNfId(v string)
SetAmfNfId gets a reference to the given string and assigns it to the AmfNfId field.
func (*PduSessionCreateData) SetAnType ¶
func (o *PduSessionCreateData) SetAnType(v AccessType)
SetAnType sets field value
func (*PduSessionCreateData) SetApnRateStatus ¶
func (o *PduSessionCreateData) SetApnRateStatus(v ApnRateStatus)
SetApnRateStatus gets a reference to the given ApnRateStatus and assigns it to the ApnRateStatus field.
func (*PduSessionCreateData) SetChargingId ¶
func (o *PduSessionCreateData) SetChargingId(v string)
SetChargingId gets a reference to the given string and assigns it to the ChargingId field.
func (*PduSessionCreateData) SetCpCiotEnabled ¶
func (o *PduSessionCreateData) SetCpCiotEnabled(v bool)
SetCpCiotEnabled gets a reference to the given bool and assigns it to the CpCiotEnabled field.
func (*PduSessionCreateData) SetCpOnlyInd ¶
func (o *PduSessionCreateData) SetCpOnlyInd(v bool)
SetCpOnlyInd gets a reference to the given bool and assigns it to the CpOnlyInd field.
func (*PduSessionCreateData) SetDisasterRoamingInd ¶
func (o *PduSessionCreateData) SetDisasterRoamingInd(v bool)
SetDisasterRoamingInd gets a reference to the given bool and assigns it to the DisasterRoamingInd field.
func (*PduSessionCreateData) SetDlServingPlmnRateCtl ¶
func (o *PduSessionCreateData) SetDlServingPlmnRateCtl(v int32)
SetDlServingPlmnRateCtl gets a reference to the given int32 and assigns it to the DlServingPlmnRateCtl field.
func (*PduSessionCreateData) SetDnaiList ¶
func (o *PduSessionCreateData) SetDnaiList(v []string)
SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.
func (*PduSessionCreateData) SetDnn ¶
func (o *PduSessionCreateData) SetDnn(v string)
SetDnn sets field value
func (*PduSessionCreateData) SetEpsBearerCtxStatus ¶
func (o *PduSessionCreateData) SetEpsBearerCtxStatus(v string)
SetEpsBearerCtxStatus gets a reference to the given string and assigns it to the EpsBearerCtxStatus field.
func (*PduSessionCreateData) SetEpsBearerId ¶
func (o *PduSessionCreateData) SetEpsBearerId(v []int32)
SetEpsBearerId gets a reference to the given []int32 and assigns it to the EpsBearerId field.
func (*PduSessionCreateData) SetEpsInterworkingInd ¶
func (o *PduSessionCreateData) SetEpsInterworkingInd(v EpsInterworkingIndication)
SetEpsInterworkingInd gets a reference to the given EpsInterworkingIndication and assigns it to the EpsInterworkingInd field.
func (*PduSessionCreateData) SetGpsi ¶
func (o *PduSessionCreateData) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*PduSessionCreateData) SetGuami ¶
func (o *PduSessionCreateData) SetGuami(v Guami)
SetGuami gets a reference to the given Guami and assigns it to the Guami field.
func (*PduSessionCreateData) SetHNwPubKeyId ¶
func (o *PduSessionCreateData) SetHNwPubKeyId(v int32)
SetHNwPubKeyId gets a reference to the given int32 and assigns it to the HNwPubKeyId field.
func (*PduSessionCreateData) SetHPcfId ¶
func (o *PduSessionCreateData) SetHPcfId(v string)
SetHPcfId gets a reference to the given string and assigns it to the HPcfId field.
func (*PduSessionCreateData) SetHoPreparationIndication ¶
func (o *PduSessionCreateData) SetHoPreparationIndication(v bool)
SetHoPreparationIndication gets a reference to the given bool and assigns it to the HoPreparationIndication field.
func (*PduSessionCreateData) SetHplmnSnssai ¶
func (o *PduSessionCreateData) SetHplmnSnssai(v Snssai)
SetHplmnSnssai gets a reference to the given Snssai and assigns it to the HplmnSnssai field.
func (*PduSessionCreateData) SetISmfServiceInstanceId ¶
func (o *PduSessionCreateData) SetISmfServiceInstanceId(v string)
SetISmfServiceInstanceId gets a reference to the given string and assigns it to the ISmfServiceInstanceId field.
func (*PduSessionCreateData) SetIcnTunnelInfo ¶
func (o *PduSessionCreateData) SetIcnTunnelInfo(v TunnelInfo)
SetIcnTunnelInfo gets a reference to the given TunnelInfo and assigns it to the IcnTunnelInfo field.
func (*PduSessionCreateData) SetInvokeNef ¶
func (o *PduSessionCreateData) SetInvokeNef(v bool)
SetInvokeNef gets a reference to the given bool and assigns it to the InvokeNef field.
func (*PduSessionCreateData) SetIsmfId ¶
func (o *PduSessionCreateData) SetIsmfId(v string)
SetIsmfId gets a reference to the given string and assigns it to the IsmfId field.
func (*PduSessionCreateData) SetIsmfPduSessionUri ¶
func (o *PduSessionCreateData) SetIsmfPduSessionUri(v string)
SetIsmfPduSessionUri gets a reference to the given string and assigns it to the IsmfPduSessionUri field.
func (*PduSessionCreateData) SetMaNwUpgradeInd ¶
func (o *PduSessionCreateData) SetMaNwUpgradeInd(v bool)
SetMaNwUpgradeInd gets a reference to the given bool and assigns it to the MaNwUpgradeInd field.
func (*PduSessionCreateData) SetMaRequestInd ¶
func (o *PduSessionCreateData) SetMaRequestInd(v bool)
SetMaRequestInd gets a reference to the given bool and assigns it to the MaRequestInd field.
func (*PduSessionCreateData) SetMaxIntegrityProtectedDataRateDl ¶
func (o *PduSessionCreateData) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRateDl gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRateDl field.
func (*PduSessionCreateData) SetMaxIntegrityProtectedDataRateUl ¶
func (o *PduSessionCreateData) SetMaxIntegrityProtectedDataRateUl(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRateUl gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRateUl field.
func (*PduSessionCreateData) SetN1SmInfoFromUe ¶
func (o *PduSessionCreateData) SetN1SmInfoFromUe(v RefToBinaryData)
SetN1SmInfoFromUe gets a reference to the given RefToBinaryData and assigns it to the N1SmInfoFromUe field.
func (*PduSessionCreateData) SetN9ForwardingTunnelInfo ¶
func (o *PduSessionCreateData) SetN9ForwardingTunnelInfo(v TunnelInfo)
SetN9ForwardingTunnelInfo gets a reference to the given TunnelInfo and assigns it to the N9ForwardingTunnelInfo field.
func (*PduSessionCreateData) SetOldPduSessionId ¶
func (o *PduSessionCreateData) SetOldPduSessionId(v int32)
SetOldPduSessionId gets a reference to the given int32 and assigns it to the OldPduSessionId field.
func (*PduSessionCreateData) SetOldPduSessionRef ¶
func (o *PduSessionCreateData) SetOldPduSessionRef(v string)
SetOldPduSessionRef gets a reference to the given string and assigns it to the OldPduSessionRef field.
func (*PduSessionCreateData) SetOldSmContextRef ¶
func (o *PduSessionCreateData) SetOldSmContextRef(v string)
SetOldSmContextRef gets a reference to the given string and assigns it to the OldSmContextRef field.
func (*PduSessionCreateData) SetPcfGroupId ¶
func (o *PduSessionCreateData) SetPcfGroupId(v string)
SetPcfGroupId gets a reference to the given string and assigns it to the PcfGroupId field.
func (*PduSessionCreateData) SetPcfId ¶
func (o *PduSessionCreateData) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*PduSessionCreateData) SetPcfSetId ¶
func (o *PduSessionCreateData) SetPcfSetId(v string)
SetPcfSetId gets a reference to the given string and assigns it to the PcfSetId field.
func (*PduSessionCreateData) SetPcfUeCallbackInfo ¶
func (o *PduSessionCreateData) SetPcfUeCallbackInfo(v PcfUeCallbackInfo)
SetPcfUeCallbackInfo gets a reference to the given NullablePcfUeCallbackInfo and assigns it to the PcfUeCallbackInfo field.
func (*PduSessionCreateData) SetPcfUeCallbackInfoNil ¶
func (o *PduSessionCreateData) SetPcfUeCallbackInfoNil()
SetPcfUeCallbackInfoNil sets the value for PcfUeCallbackInfo to be an explicit nil
func (*PduSessionCreateData) SetPduSessionId ¶
func (o *PduSessionCreateData) SetPduSessionId(v int32)
SetPduSessionId gets a reference to the given int32 and assigns it to the PduSessionId field.
func (*PduSessionCreateData) SetPei ¶
func (o *PduSessionCreateData) SetPei(v string)
SetPei gets a reference to the given string and assigns it to the Pei field.
func (*PduSessionCreateData) SetPgwS8cFteid ¶
func (o *PduSessionCreateData) SetPgwS8cFteid(v string)
SetPgwS8cFteid gets a reference to the given string and assigns it to the PgwS8cFteid field.
func (*PduSessionCreateData) SetPresenceInLadn ¶
func (o *PduSessionCreateData) SetPresenceInLadn(v PresenceState)
SetPresenceInLadn gets a reference to the given PresenceState and assigns it to the PresenceInLadn field.
func (*PduSessionCreateData) SetRatType ¶
func (o *PduSessionCreateData) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*PduSessionCreateData) SetRecoveryTime ¶
func (o *PduSessionCreateData) SetRecoveryTime(v time.Time)
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (*PduSessionCreateData) SetRedundantPduSessionInfo ¶
func (o *PduSessionCreateData) SetRedundantPduSessionInfo(v RedundantPduSessionInformation)
SetRedundantPduSessionInfo gets a reference to the given RedundantPduSessionInformation and assigns it to the RedundantPduSessionInfo field.
func (*PduSessionCreateData) SetRequestType ¶
func (o *PduSessionCreateData) SetRequestType(v RequestType)
SetRequestType gets a reference to the given RequestType and assigns it to the RequestType field.
func (*PduSessionCreateData) SetRoamingChargingProfile ¶
func (o *PduSessionCreateData) SetRoamingChargingProfile(v RoamingChargingProfile)
SetRoamingChargingProfile gets a reference to the given RoamingChargingProfile and assigns it to the RoamingChargingProfile field.
func (*PduSessionCreateData) SetRoutingIndicator ¶
func (o *PduSessionCreateData) SetRoutingIndicator(v string)
SetRoutingIndicator gets a reference to the given string and assigns it to the RoutingIndicator field.
func (*PduSessionCreateData) SetSNssai ¶
func (o *PduSessionCreateData) SetSNssai(v Snssai)
SetSNssai gets a reference to the given Snssai and assigns it to the SNssai field.
func (*PduSessionCreateData) SetSatelliteBackhaulCat ¶
func (o *PduSessionCreateData) SetSatelliteBackhaulCat(v SatelliteBackhaulCategory)
SetSatelliteBackhaulCat gets a reference to the given SatelliteBackhaulCategory and assigns it to the SatelliteBackhaulCat field.
func (*PduSessionCreateData) SetSecondaryRatUsageInfo ¶
func (o *PduSessionCreateData) SetSecondaryRatUsageInfo(v []SecondaryRatUsageInfo)
SetSecondaryRatUsageInfo gets a reference to the given []SecondaryRatUsageInfo and assigns it to the SecondaryRatUsageInfo field.
func (*PduSessionCreateData) SetSelMode ¶
func (o *PduSessionCreateData) SetSelMode(v DnnSelectionMode)
SetSelMode gets a reference to the given DnnSelectionMode and assigns it to the SelMode field.
func (*PduSessionCreateData) SetSelectedDnn ¶
func (o *PduSessionCreateData) SetSelectedDnn(v string)
SetSelectedDnn gets a reference to the given string and assigns it to the SelectedDnn field.
func (*PduSessionCreateData) SetServingNetwork ¶
func (o *PduSessionCreateData) SetServingNetwork(v PlmnIdNid)
SetServingNetwork sets field value
func (*PduSessionCreateData) SetSmPolicyNotifyInd ¶
func (o *PduSessionCreateData) SetSmPolicyNotifyInd(v bool)
SetSmPolicyNotifyInd gets a reference to the given bool and assigns it to the SmPolicyNotifyInd field.
func (*PduSessionCreateData) SetSmallDataRateStatus ¶
func (o *PduSessionCreateData) SetSmallDataRateStatus(v SmallDataRateStatus)
SetSmallDataRateStatus gets a reference to the given SmallDataRateStatus and assigns it to the SmallDataRateStatus field.
func (*PduSessionCreateData) SetSupi ¶
func (o *PduSessionCreateData) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*PduSessionCreateData) SetSupportedFeatures ¶
func (o *PduSessionCreateData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*PduSessionCreateData) SetUdmGroupId ¶
func (o *PduSessionCreateData) SetUdmGroupId(v string)
SetUdmGroupId gets a reference to the given string and assigns it to the UdmGroupId field.
func (*PduSessionCreateData) SetUeLocation ¶
func (o *PduSessionCreateData) SetUeLocation(v UserLocation)
SetUeLocation gets a reference to the given UserLocation and assigns it to the UeLocation field.
func (*PduSessionCreateData) SetUeTimeZone ¶
func (o *PduSessionCreateData) SetUeTimeZone(v string)
SetUeTimeZone gets a reference to the given string and assigns it to the UeTimeZone field.
func (*PduSessionCreateData) SetUnauthenticatedSupi ¶
func (o *PduSessionCreateData) SetUnauthenticatedSupi(v bool)
SetUnauthenticatedSupi gets a reference to the given bool and assigns it to the UnauthenticatedSupi field.
func (*PduSessionCreateData) SetUnknownN1SmInfo ¶
func (o *PduSessionCreateData) SetUnknownN1SmInfo(v RefToBinaryData)
SetUnknownN1SmInfo gets a reference to the given RefToBinaryData and assigns it to the UnknownN1SmInfo field.
func (*PduSessionCreateData) SetUpCnxState ¶
func (o *PduSessionCreateData) SetUpCnxState(v UpCnxState)
SetUpCnxState gets a reference to the given UpCnxState and assigns it to the UpCnxState field.
func (*PduSessionCreateData) SetUpSecurityInfo ¶
func (o *PduSessionCreateData) SetUpSecurityInfo(v UpSecurityInfo)
SetUpSecurityInfo gets a reference to the given UpSecurityInfo and assigns it to the UpSecurityInfo field.
func (*PduSessionCreateData) SetUpipSupported ¶
func (o *PduSessionCreateData) SetUpipSupported(v bool)
SetUpipSupported gets a reference to the given bool and assigns it to the UpipSupported field.
func (*PduSessionCreateData) SetVSmfServiceInstanceId ¶
func (o *PduSessionCreateData) SetVSmfServiceInstanceId(v string)
SetVSmfServiceInstanceId gets a reference to the given string and assigns it to the VSmfServiceInstanceId field.
func (*PduSessionCreateData) SetVcnTunnelInfo ¶
func (o *PduSessionCreateData) SetVcnTunnelInfo(v TunnelInfo)
SetVcnTunnelInfo gets a reference to the given TunnelInfo and assigns it to the VcnTunnelInfo field.
func (*PduSessionCreateData) SetVplmnQos ¶
func (o *PduSessionCreateData) SetVplmnQos(v VplmnQos)
SetVplmnQos gets a reference to the given VplmnQos and assigns it to the VplmnQos field.
func (*PduSessionCreateData) SetVsmfId ¶
func (o *PduSessionCreateData) SetVsmfId(v string)
SetVsmfId gets a reference to the given string and assigns it to the VsmfId field.
func (*PduSessionCreateData) SetVsmfPduSessionUri ¶
func (o *PduSessionCreateData) SetVsmfPduSessionUri(v string)
SetVsmfPduSessionUri gets a reference to the given string and assigns it to the VsmfPduSessionUri field.
func (PduSessionCreateData) ToMap ¶
func (o PduSessionCreateData) ToMap() (map[string]interface{}, error)
func (*PduSessionCreateData) UnmarshalJSON ¶
func (o *PduSessionCreateData) UnmarshalJSON(bytes []byte) (err error)
func (*PduSessionCreateData) UnsetPcfUeCallbackInfo ¶
func (o *PduSessionCreateData) UnsetPcfUeCallbackInfo()
UnsetPcfUeCallbackInfo ensures that no value is present for PcfUeCallbackInfo, not even an explicit nil
type PduSessionCreateError ¶
type PduSessionCreateError struct { Error ProblemDetails `json:"error"` N1smCause *string `json:"n1smCause,omitempty"` N1SmInfoToUe *RefToBinaryData `json:"n1SmInfoToUe,omitempty"` // indicating a time in seconds. BackOffTimer *int32 `json:"backOffTimer,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` }
PduSessionCreateError Error within Create Response
func NewPduSessionCreateError ¶
func NewPduSessionCreateError(error_ ProblemDetails) *PduSessionCreateError
NewPduSessionCreateError instantiates a new PduSessionCreateError 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 NewPduSessionCreateErrorWithDefaults ¶
func NewPduSessionCreateErrorWithDefaults() *PduSessionCreateError
NewPduSessionCreateErrorWithDefaults instantiates a new PduSessionCreateError 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 (*PduSessionCreateError) GetBackOffTimer ¶
func (o *PduSessionCreateError) GetBackOffTimer() int32
GetBackOffTimer returns the BackOffTimer field value if set, zero value otherwise.
func (*PduSessionCreateError) GetBackOffTimerOk ¶
func (o *PduSessionCreateError) GetBackOffTimerOk() (*int32, bool)
GetBackOffTimerOk returns a tuple with the BackOffTimer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateError) GetError ¶
func (o *PduSessionCreateError) GetError() ProblemDetails
GetError returns the Error field value
func (*PduSessionCreateError) GetErrorOk ¶
func (o *PduSessionCreateError) GetErrorOk() (*ProblemDetails, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*PduSessionCreateError) GetN1SmInfoToUe ¶
func (o *PduSessionCreateError) GetN1SmInfoToUe() RefToBinaryData
GetN1SmInfoToUe returns the N1SmInfoToUe field value if set, zero value otherwise.
func (*PduSessionCreateError) GetN1SmInfoToUeOk ¶
func (o *PduSessionCreateError) GetN1SmInfoToUeOk() (*RefToBinaryData, bool)
GetN1SmInfoToUeOk returns a tuple with the N1SmInfoToUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateError) GetN1smCause ¶
func (o *PduSessionCreateError) GetN1smCause() string
GetN1smCause returns the N1smCause field value if set, zero value otherwise.
func (*PduSessionCreateError) GetN1smCauseOk ¶
func (o *PduSessionCreateError) GetN1smCauseOk() (*string, bool)
GetN1smCauseOk returns a tuple with the N1smCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateError) GetRecoveryTime ¶
func (o *PduSessionCreateError) GetRecoveryTime() time.Time
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*PduSessionCreateError) GetRecoveryTimeOk ¶
func (o *PduSessionCreateError) GetRecoveryTimeOk() (*time.Time, bool)
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreateError) HasBackOffTimer ¶
func (o *PduSessionCreateError) HasBackOffTimer() bool
HasBackOffTimer returns a boolean if a field has been set.
func (*PduSessionCreateError) HasN1SmInfoToUe ¶
func (o *PduSessionCreateError) HasN1SmInfoToUe() bool
HasN1SmInfoToUe returns a boolean if a field has been set.
func (*PduSessionCreateError) HasN1smCause ¶
func (o *PduSessionCreateError) HasN1smCause() bool
HasN1smCause returns a boolean if a field has been set.
func (*PduSessionCreateError) HasRecoveryTime ¶
func (o *PduSessionCreateError) HasRecoveryTime() bool
HasRecoveryTime returns a boolean if a field has been set.
func (PduSessionCreateError) MarshalJSON ¶
func (o PduSessionCreateError) MarshalJSON() ([]byte, error)
func (*PduSessionCreateError) SetBackOffTimer ¶
func (o *PduSessionCreateError) SetBackOffTimer(v int32)
SetBackOffTimer gets a reference to the given int32 and assigns it to the BackOffTimer field.
func (*PduSessionCreateError) SetError ¶
func (o *PduSessionCreateError) SetError(v ProblemDetails)
SetError sets field value
func (*PduSessionCreateError) SetN1SmInfoToUe ¶
func (o *PduSessionCreateError) SetN1SmInfoToUe(v RefToBinaryData)
SetN1SmInfoToUe gets a reference to the given RefToBinaryData and assigns it to the N1SmInfoToUe field.
func (*PduSessionCreateError) SetN1smCause ¶
func (o *PduSessionCreateError) SetN1smCause(v string)
SetN1smCause gets a reference to the given string and assigns it to the N1smCause field.
func (*PduSessionCreateError) SetRecoveryTime ¶
func (o *PduSessionCreateError) SetRecoveryTime(v time.Time)
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (PduSessionCreateError) ToMap ¶
func (o PduSessionCreateError) ToMap() (map[string]interface{}, error)
func (*PduSessionCreateError) UnmarshalJSON ¶
func (o *PduSessionCreateError) UnmarshalJSON(bytes []byte) (err error)
type PduSessionCreatedData ¶
type PduSessionCreatedData struct { PduSessionType PduSessionType `json:"pduSessionType"` SscMode string `json:"sscMode"` HcnTunnelInfo *TunnelInfo `json:"hcnTunnelInfo,omitempty"` CnTunnelInfo *TunnelInfo `json:"cnTunnelInfo,omitempty"` AdditionalCnTunnelInfo *TunnelInfo `json:"additionalCnTunnelInfo,omitempty"` SessionAmbr *Ambr `json:"sessionAmbr,omitempty"` QosFlowsSetupList []QosFlowSetupItem `json:"qosFlowsSetupList,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. HSmfInstanceId *string `json:"hSmfInstanceId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SmfInstanceId *string `json:"smfInstanceId,omitempty"` // Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network. PduSessionId *int32 `json:"pduSessionId,omitempty"` SNssai *Snssai `json:"sNssai,omitempty"` AdditionalSnssai *Snssai `json:"additionalSnssai,omitempty"` EnablePauseCharging *bool `json:"enablePauseCharging,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. UeIpv4Address *string `json:"ueIpv4Address,omitempty"` UeIpv6Prefix *Ipv6Prefix `json:"ueIpv6Prefix,omitempty"` N1SmInfoToUe *RefToBinaryData `json:"n1SmInfoToUe,omitempty"` EpsPdnCnxInfo *EpsPdnCnxInfo `json:"epsPdnCnxInfo,omitempty"` EpsBearerInfo []EpsBearerInfo `json:"epsBearerInfo,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` MaxIntegrityProtectedDataRate *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRate,omitempty"` MaxIntegrityProtectedDataRateDl *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRateDl,omitempty"` AlwaysOnGranted *bool `json:"alwaysOnGranted,omitempty"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. Gpsi *string `json:"gpsi,omitempty"` UpSecurity *UpSecurity `json:"upSecurity,omitempty"` RoamingChargingProfile *RoamingChargingProfile `json:"roamingChargingProfile,omitempty"` HSmfServiceInstanceId *string `json:"hSmfServiceInstanceId,omitempty"` SmfServiceInstanceId *string `json:"smfServiceInstanceId,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` DnaiList []string `json:"dnaiList,omitempty"` Ipv6MultiHomingInd *bool `json:"ipv6MultiHomingInd,omitempty"` MaAcceptedInd *bool `json:"maAcceptedInd,omitempty"` HomeProvidedChargingId *string `json:"homeProvidedChargingId,omitempty"` NefExtBufSupportInd *bool `json:"nefExtBufSupportInd,omitempty"` SmallDataRateControlEnabled *bool `json:"smallDataRateControlEnabled,omitempty"` UeIpv6InterfaceId *string `json:"ueIpv6InterfaceId,omitempty"` // Represents information that identifies which IP pool or external server is used to allocate the IP address. Ipv6Index *int32 `json:"ipv6Index,omitempty"` DnAaaAddress NullableIpAddress `json:"dnAaaAddress,omitempty"` RedundantPduSessionInfo *RedundantPduSessionInformation `json:"redundantPduSessionInfo,omitempty"` NspuSupportInd *bool `json:"nspuSupportInd,omitempty"` // String providing an URI formatted according to RFC 3986. InterPlmnApiRoot *string `json:"interPlmnApiRoot,omitempty"` // String providing an URI formatted according to RFC 3986. IntraPlmnApiRoot *string `json:"intraPlmnApiRoot,omitempty"` }
PduSessionCreatedData Data within Create Response
func NewPduSessionCreatedData ¶
func NewPduSessionCreatedData(pduSessionType PduSessionType, sscMode string) *PduSessionCreatedData
NewPduSessionCreatedData instantiates a new PduSessionCreatedData 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 NewPduSessionCreatedDataWithDefaults ¶
func NewPduSessionCreatedDataWithDefaults() *PduSessionCreatedData
NewPduSessionCreatedDataWithDefaults instantiates a new PduSessionCreatedData 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 (*PduSessionCreatedData) GetAdditionalCnTunnelInfo ¶
func (o *PduSessionCreatedData) GetAdditionalCnTunnelInfo() TunnelInfo
GetAdditionalCnTunnelInfo returns the AdditionalCnTunnelInfo field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetAdditionalCnTunnelInfoOk ¶
func (o *PduSessionCreatedData) GetAdditionalCnTunnelInfoOk() (*TunnelInfo, bool)
GetAdditionalCnTunnelInfoOk returns a tuple with the AdditionalCnTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetAdditionalSnssai ¶
func (o *PduSessionCreatedData) GetAdditionalSnssai() Snssai
GetAdditionalSnssai returns the AdditionalSnssai field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetAdditionalSnssaiOk ¶
func (o *PduSessionCreatedData) GetAdditionalSnssaiOk() (*Snssai, bool)
GetAdditionalSnssaiOk returns a tuple with the AdditionalSnssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetAlwaysOnGranted ¶
func (o *PduSessionCreatedData) GetAlwaysOnGranted() bool
GetAlwaysOnGranted returns the AlwaysOnGranted field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetAlwaysOnGrantedOk ¶
func (o *PduSessionCreatedData) GetAlwaysOnGrantedOk() (*bool, bool)
GetAlwaysOnGrantedOk returns a tuple with the AlwaysOnGranted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetCnTunnelInfo ¶
func (o *PduSessionCreatedData) GetCnTunnelInfo() TunnelInfo
GetCnTunnelInfo returns the CnTunnelInfo field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetCnTunnelInfoOk ¶
func (o *PduSessionCreatedData) GetCnTunnelInfoOk() (*TunnelInfo, bool)
GetCnTunnelInfoOk returns a tuple with the CnTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetDnAaaAddress ¶
func (o *PduSessionCreatedData) GetDnAaaAddress() IpAddress
GetDnAaaAddress returns the DnAaaAddress field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PduSessionCreatedData) GetDnAaaAddressOk ¶
func (o *PduSessionCreatedData) GetDnAaaAddressOk() (*IpAddress, bool)
GetDnAaaAddressOk returns a tuple with the DnAaaAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PduSessionCreatedData) GetDnaiList ¶
func (o *PduSessionCreatedData) GetDnaiList() []string
GetDnaiList returns the DnaiList field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetDnaiListOk ¶
func (o *PduSessionCreatedData) GetDnaiListOk() ([]string, bool)
GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetEnablePauseCharging ¶
func (o *PduSessionCreatedData) GetEnablePauseCharging() bool
GetEnablePauseCharging returns the EnablePauseCharging field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetEnablePauseChargingOk ¶
func (o *PduSessionCreatedData) GetEnablePauseChargingOk() (*bool, bool)
GetEnablePauseChargingOk returns a tuple with the EnablePauseCharging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetEpsBearerInfo ¶
func (o *PduSessionCreatedData) GetEpsBearerInfo() []EpsBearerInfo
GetEpsBearerInfo returns the EpsBearerInfo field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetEpsBearerInfoOk ¶
func (o *PduSessionCreatedData) GetEpsBearerInfoOk() ([]EpsBearerInfo, bool)
GetEpsBearerInfoOk returns a tuple with the EpsBearerInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetEpsPdnCnxInfo ¶
func (o *PduSessionCreatedData) GetEpsPdnCnxInfo() EpsPdnCnxInfo
GetEpsPdnCnxInfo returns the EpsPdnCnxInfo field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetEpsPdnCnxInfoOk ¶
func (o *PduSessionCreatedData) GetEpsPdnCnxInfoOk() (*EpsPdnCnxInfo, bool)
GetEpsPdnCnxInfoOk returns a tuple with the EpsPdnCnxInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetGpsi ¶
func (o *PduSessionCreatedData) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetGpsiOk ¶
func (o *PduSessionCreatedData) GetGpsiOk() (*string, bool)
GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetHSmfInstanceId ¶
func (o *PduSessionCreatedData) GetHSmfInstanceId() string
GetHSmfInstanceId returns the HSmfInstanceId field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetHSmfInstanceIdOk ¶
func (o *PduSessionCreatedData) GetHSmfInstanceIdOk() (*string, bool)
GetHSmfInstanceIdOk returns a tuple with the HSmfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetHSmfServiceInstanceId ¶
func (o *PduSessionCreatedData) GetHSmfServiceInstanceId() string
GetHSmfServiceInstanceId returns the HSmfServiceInstanceId field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetHSmfServiceInstanceIdOk ¶
func (o *PduSessionCreatedData) GetHSmfServiceInstanceIdOk() (*string, bool)
GetHSmfServiceInstanceIdOk returns a tuple with the HSmfServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetHcnTunnelInfo ¶
func (o *PduSessionCreatedData) GetHcnTunnelInfo() TunnelInfo
GetHcnTunnelInfo returns the HcnTunnelInfo field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetHcnTunnelInfoOk ¶
func (o *PduSessionCreatedData) GetHcnTunnelInfoOk() (*TunnelInfo, bool)
GetHcnTunnelInfoOk returns a tuple with the HcnTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetHomeProvidedChargingId ¶
func (o *PduSessionCreatedData) GetHomeProvidedChargingId() string
GetHomeProvidedChargingId returns the HomeProvidedChargingId field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetHomeProvidedChargingIdOk ¶
func (o *PduSessionCreatedData) GetHomeProvidedChargingIdOk() (*string, bool)
GetHomeProvidedChargingIdOk returns a tuple with the HomeProvidedChargingId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetInterPlmnApiRoot ¶
func (o *PduSessionCreatedData) GetInterPlmnApiRoot() string
GetInterPlmnApiRoot returns the InterPlmnApiRoot field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetInterPlmnApiRootOk ¶
func (o *PduSessionCreatedData) GetInterPlmnApiRootOk() (*string, bool)
GetInterPlmnApiRootOk returns a tuple with the InterPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetIntraPlmnApiRoot ¶
func (o *PduSessionCreatedData) GetIntraPlmnApiRoot() string
GetIntraPlmnApiRoot returns the IntraPlmnApiRoot field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetIntraPlmnApiRootOk ¶
func (o *PduSessionCreatedData) GetIntraPlmnApiRootOk() (*string, bool)
GetIntraPlmnApiRootOk returns a tuple with the IntraPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetIpv6Index ¶
func (o *PduSessionCreatedData) GetIpv6Index() int32
GetIpv6Index returns the Ipv6Index field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetIpv6IndexOk ¶
func (o *PduSessionCreatedData) GetIpv6IndexOk() (*int32, bool)
GetIpv6IndexOk returns a tuple with the Ipv6Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetIpv6MultiHomingInd ¶
func (o *PduSessionCreatedData) GetIpv6MultiHomingInd() bool
GetIpv6MultiHomingInd returns the Ipv6MultiHomingInd field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetIpv6MultiHomingIndOk ¶
func (o *PduSessionCreatedData) GetIpv6MultiHomingIndOk() (*bool, bool)
GetIpv6MultiHomingIndOk returns a tuple with the Ipv6MultiHomingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetMaAcceptedInd ¶
func (o *PduSessionCreatedData) GetMaAcceptedInd() bool
GetMaAcceptedInd returns the MaAcceptedInd field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetMaAcceptedIndOk ¶
func (o *PduSessionCreatedData) GetMaAcceptedIndOk() (*bool, bool)
GetMaAcceptedIndOk returns a tuple with the MaAcceptedInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetMaxIntegrityProtectedDataRate ¶
func (o *PduSessionCreatedData) GetMaxIntegrityProtectedDataRate() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRate returns the MaxIntegrityProtectedDataRate field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetMaxIntegrityProtectedDataRateDl ¶
func (o *PduSessionCreatedData) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRateDl returns the MaxIntegrityProtectedDataRateDl field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetMaxIntegrityProtectedDataRateDlOk ¶
func (o *PduSessionCreatedData) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateDlOk returns a tuple with the MaxIntegrityProtectedDataRateDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetMaxIntegrityProtectedDataRateOk ¶
func (o *PduSessionCreatedData) GetMaxIntegrityProtectedDataRateOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateOk returns a tuple with the MaxIntegrityProtectedDataRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetN1SmInfoToUe ¶
func (o *PduSessionCreatedData) GetN1SmInfoToUe() RefToBinaryData
GetN1SmInfoToUe returns the N1SmInfoToUe field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetN1SmInfoToUeOk ¶
func (o *PduSessionCreatedData) GetN1SmInfoToUeOk() (*RefToBinaryData, bool)
GetN1SmInfoToUeOk returns a tuple with the N1SmInfoToUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetNefExtBufSupportInd ¶
func (o *PduSessionCreatedData) GetNefExtBufSupportInd() bool
GetNefExtBufSupportInd returns the NefExtBufSupportInd field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetNefExtBufSupportIndOk ¶
func (o *PduSessionCreatedData) GetNefExtBufSupportIndOk() (*bool, bool)
GetNefExtBufSupportIndOk returns a tuple with the NefExtBufSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetNspuSupportInd ¶
func (o *PduSessionCreatedData) GetNspuSupportInd() bool
GetNspuSupportInd returns the NspuSupportInd field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetNspuSupportIndOk ¶
func (o *PduSessionCreatedData) GetNspuSupportIndOk() (*bool, bool)
GetNspuSupportIndOk returns a tuple with the NspuSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetPduSessionId ¶
func (o *PduSessionCreatedData) GetPduSessionId() int32
GetPduSessionId returns the PduSessionId field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetPduSessionIdOk ¶
func (o *PduSessionCreatedData) GetPduSessionIdOk() (*int32, bool)
GetPduSessionIdOk returns a tuple with the PduSessionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetPduSessionType ¶
func (o *PduSessionCreatedData) GetPduSessionType() PduSessionType
GetPduSessionType returns the PduSessionType field value
func (*PduSessionCreatedData) GetPduSessionTypeOk ¶
func (o *PduSessionCreatedData) GetPduSessionTypeOk() (*PduSessionType, bool)
GetPduSessionTypeOk returns a tuple with the PduSessionType field value and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetQosFlowsSetupList ¶
func (o *PduSessionCreatedData) GetQosFlowsSetupList() []QosFlowSetupItem
GetQosFlowsSetupList returns the QosFlowsSetupList field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetQosFlowsSetupListOk ¶
func (o *PduSessionCreatedData) GetQosFlowsSetupListOk() ([]QosFlowSetupItem, bool)
GetQosFlowsSetupListOk returns a tuple with the QosFlowsSetupList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetRecoveryTime ¶
func (o *PduSessionCreatedData) GetRecoveryTime() time.Time
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetRecoveryTimeOk ¶
func (o *PduSessionCreatedData) GetRecoveryTimeOk() (*time.Time, bool)
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetRedundantPduSessionInfo ¶
func (o *PduSessionCreatedData) GetRedundantPduSessionInfo() RedundantPduSessionInformation
GetRedundantPduSessionInfo returns the RedundantPduSessionInfo field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetRedundantPduSessionInfoOk ¶
func (o *PduSessionCreatedData) GetRedundantPduSessionInfoOk() (*RedundantPduSessionInformation, bool)
GetRedundantPduSessionInfoOk returns a tuple with the RedundantPduSessionInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetRoamingChargingProfile ¶
func (o *PduSessionCreatedData) GetRoamingChargingProfile() RoamingChargingProfile
GetRoamingChargingProfile returns the RoamingChargingProfile field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetRoamingChargingProfileOk ¶
func (o *PduSessionCreatedData) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
GetRoamingChargingProfileOk returns a tuple with the RoamingChargingProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetSNssai ¶
func (o *PduSessionCreatedData) GetSNssai() Snssai
GetSNssai returns the SNssai field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetSNssaiOk ¶
func (o *PduSessionCreatedData) GetSNssaiOk() (*Snssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetSessionAmbr ¶
func (o *PduSessionCreatedData) GetSessionAmbr() Ambr
GetSessionAmbr returns the SessionAmbr field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetSessionAmbrOk ¶
func (o *PduSessionCreatedData) GetSessionAmbrOk() (*Ambr, bool)
GetSessionAmbrOk returns a tuple with the SessionAmbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetSmallDataRateControlEnabled ¶
func (o *PduSessionCreatedData) GetSmallDataRateControlEnabled() bool
GetSmallDataRateControlEnabled returns the SmallDataRateControlEnabled field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetSmallDataRateControlEnabledOk ¶
func (o *PduSessionCreatedData) GetSmallDataRateControlEnabledOk() (*bool, bool)
GetSmallDataRateControlEnabledOk returns a tuple with the SmallDataRateControlEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetSmfInstanceId ¶
func (o *PduSessionCreatedData) GetSmfInstanceId() string
GetSmfInstanceId returns the SmfInstanceId field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetSmfInstanceIdOk ¶
func (o *PduSessionCreatedData) GetSmfInstanceIdOk() (*string, bool)
GetSmfInstanceIdOk returns a tuple with the SmfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetSmfServiceInstanceId ¶
func (o *PduSessionCreatedData) GetSmfServiceInstanceId() string
GetSmfServiceInstanceId returns the SmfServiceInstanceId field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetSmfServiceInstanceIdOk ¶
func (o *PduSessionCreatedData) GetSmfServiceInstanceIdOk() (*string, bool)
GetSmfServiceInstanceIdOk returns a tuple with the SmfServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetSscMode ¶
func (o *PduSessionCreatedData) GetSscMode() string
GetSscMode returns the SscMode field value
func (*PduSessionCreatedData) GetSscModeOk ¶
func (o *PduSessionCreatedData) GetSscModeOk() (*string, bool)
GetSscModeOk returns a tuple with the SscMode field value and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetSupportedFeatures ¶
func (o *PduSessionCreatedData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetSupportedFeaturesOk ¶
func (o *PduSessionCreatedData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetUeIpv4Address ¶
func (o *PduSessionCreatedData) GetUeIpv4Address() string
GetUeIpv4Address returns the UeIpv4Address field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetUeIpv4AddressOk ¶
func (o *PduSessionCreatedData) GetUeIpv4AddressOk() (*string, bool)
GetUeIpv4AddressOk returns a tuple with the UeIpv4Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetUeIpv6InterfaceId ¶
func (o *PduSessionCreatedData) GetUeIpv6InterfaceId() string
GetUeIpv6InterfaceId returns the UeIpv6InterfaceId field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetUeIpv6InterfaceIdOk ¶
func (o *PduSessionCreatedData) GetUeIpv6InterfaceIdOk() (*string, bool)
GetUeIpv6InterfaceIdOk returns a tuple with the UeIpv6InterfaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetUeIpv6Prefix ¶
func (o *PduSessionCreatedData) GetUeIpv6Prefix() Ipv6Prefix
GetUeIpv6Prefix returns the UeIpv6Prefix field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetUeIpv6PrefixOk ¶
func (o *PduSessionCreatedData) GetUeIpv6PrefixOk() (*Ipv6Prefix, bool)
GetUeIpv6PrefixOk returns a tuple with the UeIpv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) GetUpSecurity ¶
func (o *PduSessionCreatedData) GetUpSecurity() UpSecurity
GetUpSecurity returns the UpSecurity field value if set, zero value otherwise.
func (*PduSessionCreatedData) GetUpSecurityOk ¶
func (o *PduSessionCreatedData) GetUpSecurityOk() (*UpSecurity, bool)
GetUpSecurityOk returns a tuple with the UpSecurity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionCreatedData) HasAdditionalCnTunnelInfo ¶
func (o *PduSessionCreatedData) HasAdditionalCnTunnelInfo() bool
HasAdditionalCnTunnelInfo returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasAdditionalSnssai ¶
func (o *PduSessionCreatedData) HasAdditionalSnssai() bool
HasAdditionalSnssai returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasAlwaysOnGranted ¶
func (o *PduSessionCreatedData) HasAlwaysOnGranted() bool
HasAlwaysOnGranted returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasCnTunnelInfo ¶
func (o *PduSessionCreatedData) HasCnTunnelInfo() bool
HasCnTunnelInfo returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasDnAaaAddress ¶
func (o *PduSessionCreatedData) HasDnAaaAddress() bool
HasDnAaaAddress returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasDnaiList ¶
func (o *PduSessionCreatedData) HasDnaiList() bool
HasDnaiList returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasEnablePauseCharging ¶
func (o *PduSessionCreatedData) HasEnablePauseCharging() bool
HasEnablePauseCharging returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasEpsBearerInfo ¶
func (o *PduSessionCreatedData) HasEpsBearerInfo() bool
HasEpsBearerInfo returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasEpsPdnCnxInfo ¶
func (o *PduSessionCreatedData) HasEpsPdnCnxInfo() bool
HasEpsPdnCnxInfo returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasGpsi ¶
func (o *PduSessionCreatedData) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasHSmfInstanceId ¶
func (o *PduSessionCreatedData) HasHSmfInstanceId() bool
HasHSmfInstanceId returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasHSmfServiceInstanceId ¶
func (o *PduSessionCreatedData) HasHSmfServiceInstanceId() bool
HasHSmfServiceInstanceId returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasHcnTunnelInfo ¶
func (o *PduSessionCreatedData) HasHcnTunnelInfo() bool
HasHcnTunnelInfo returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasHomeProvidedChargingId ¶
func (o *PduSessionCreatedData) HasHomeProvidedChargingId() bool
HasHomeProvidedChargingId returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasInterPlmnApiRoot ¶
func (o *PduSessionCreatedData) HasInterPlmnApiRoot() bool
HasInterPlmnApiRoot returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasIntraPlmnApiRoot ¶
func (o *PduSessionCreatedData) HasIntraPlmnApiRoot() bool
HasIntraPlmnApiRoot returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasIpv6Index ¶
func (o *PduSessionCreatedData) HasIpv6Index() bool
HasIpv6Index returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasIpv6MultiHomingInd ¶
func (o *PduSessionCreatedData) HasIpv6MultiHomingInd() bool
HasIpv6MultiHomingInd returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasMaAcceptedInd ¶
func (o *PduSessionCreatedData) HasMaAcceptedInd() bool
HasMaAcceptedInd returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasMaxIntegrityProtectedDataRate ¶
func (o *PduSessionCreatedData) HasMaxIntegrityProtectedDataRate() bool
HasMaxIntegrityProtectedDataRate returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasMaxIntegrityProtectedDataRateDl ¶
func (o *PduSessionCreatedData) HasMaxIntegrityProtectedDataRateDl() bool
HasMaxIntegrityProtectedDataRateDl returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasN1SmInfoToUe ¶
func (o *PduSessionCreatedData) HasN1SmInfoToUe() bool
HasN1SmInfoToUe returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasNefExtBufSupportInd ¶
func (o *PduSessionCreatedData) HasNefExtBufSupportInd() bool
HasNefExtBufSupportInd returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasNspuSupportInd ¶
func (o *PduSessionCreatedData) HasNspuSupportInd() bool
HasNspuSupportInd returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasPduSessionId ¶
func (o *PduSessionCreatedData) HasPduSessionId() bool
HasPduSessionId returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasQosFlowsSetupList ¶
func (o *PduSessionCreatedData) HasQosFlowsSetupList() bool
HasQosFlowsSetupList returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasRecoveryTime ¶
func (o *PduSessionCreatedData) HasRecoveryTime() bool
HasRecoveryTime returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasRedundantPduSessionInfo ¶
func (o *PduSessionCreatedData) HasRedundantPduSessionInfo() bool
HasRedundantPduSessionInfo returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasRoamingChargingProfile ¶
func (o *PduSessionCreatedData) HasRoamingChargingProfile() bool
HasRoamingChargingProfile returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasSNssai ¶
func (o *PduSessionCreatedData) HasSNssai() bool
HasSNssai returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasSessionAmbr ¶
func (o *PduSessionCreatedData) HasSessionAmbr() bool
HasSessionAmbr returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasSmallDataRateControlEnabled ¶
func (o *PduSessionCreatedData) HasSmallDataRateControlEnabled() bool
HasSmallDataRateControlEnabled returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasSmfInstanceId ¶
func (o *PduSessionCreatedData) HasSmfInstanceId() bool
HasSmfInstanceId returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasSmfServiceInstanceId ¶
func (o *PduSessionCreatedData) HasSmfServiceInstanceId() bool
HasSmfServiceInstanceId returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasSupportedFeatures ¶
func (o *PduSessionCreatedData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasUeIpv4Address ¶
func (o *PduSessionCreatedData) HasUeIpv4Address() bool
HasUeIpv4Address returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasUeIpv6InterfaceId ¶
func (o *PduSessionCreatedData) HasUeIpv6InterfaceId() bool
HasUeIpv6InterfaceId returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasUeIpv6Prefix ¶
func (o *PduSessionCreatedData) HasUeIpv6Prefix() bool
HasUeIpv6Prefix returns a boolean if a field has been set.
func (*PduSessionCreatedData) HasUpSecurity ¶
func (o *PduSessionCreatedData) HasUpSecurity() bool
HasUpSecurity returns a boolean if a field has been set.
func (PduSessionCreatedData) MarshalJSON ¶
func (o PduSessionCreatedData) MarshalJSON() ([]byte, error)
func (*PduSessionCreatedData) SetAdditionalCnTunnelInfo ¶
func (o *PduSessionCreatedData) SetAdditionalCnTunnelInfo(v TunnelInfo)
SetAdditionalCnTunnelInfo gets a reference to the given TunnelInfo and assigns it to the AdditionalCnTunnelInfo field.
func (*PduSessionCreatedData) SetAdditionalSnssai ¶
func (o *PduSessionCreatedData) SetAdditionalSnssai(v Snssai)
SetAdditionalSnssai gets a reference to the given Snssai and assigns it to the AdditionalSnssai field.
func (*PduSessionCreatedData) SetAlwaysOnGranted ¶
func (o *PduSessionCreatedData) SetAlwaysOnGranted(v bool)
SetAlwaysOnGranted gets a reference to the given bool and assigns it to the AlwaysOnGranted field.
func (*PduSessionCreatedData) SetCnTunnelInfo ¶
func (o *PduSessionCreatedData) SetCnTunnelInfo(v TunnelInfo)
SetCnTunnelInfo gets a reference to the given TunnelInfo and assigns it to the CnTunnelInfo field.
func (*PduSessionCreatedData) SetDnAaaAddress ¶
func (o *PduSessionCreatedData) SetDnAaaAddress(v IpAddress)
SetDnAaaAddress gets a reference to the given NullableIpAddress and assigns it to the DnAaaAddress field.
func (*PduSessionCreatedData) SetDnAaaAddressNil ¶
func (o *PduSessionCreatedData) SetDnAaaAddressNil()
SetDnAaaAddressNil sets the value for DnAaaAddress to be an explicit nil
func (*PduSessionCreatedData) SetDnaiList ¶
func (o *PduSessionCreatedData) SetDnaiList(v []string)
SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.
func (*PduSessionCreatedData) SetEnablePauseCharging ¶
func (o *PduSessionCreatedData) SetEnablePauseCharging(v bool)
SetEnablePauseCharging gets a reference to the given bool and assigns it to the EnablePauseCharging field.
func (*PduSessionCreatedData) SetEpsBearerInfo ¶
func (o *PduSessionCreatedData) SetEpsBearerInfo(v []EpsBearerInfo)
SetEpsBearerInfo gets a reference to the given []EpsBearerInfo and assigns it to the EpsBearerInfo field.
func (*PduSessionCreatedData) SetEpsPdnCnxInfo ¶
func (o *PduSessionCreatedData) SetEpsPdnCnxInfo(v EpsPdnCnxInfo)
SetEpsPdnCnxInfo gets a reference to the given EpsPdnCnxInfo and assigns it to the EpsPdnCnxInfo field.
func (*PduSessionCreatedData) SetGpsi ¶
func (o *PduSessionCreatedData) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*PduSessionCreatedData) SetHSmfInstanceId ¶
func (o *PduSessionCreatedData) SetHSmfInstanceId(v string)
SetHSmfInstanceId gets a reference to the given string and assigns it to the HSmfInstanceId field.
func (*PduSessionCreatedData) SetHSmfServiceInstanceId ¶
func (o *PduSessionCreatedData) SetHSmfServiceInstanceId(v string)
SetHSmfServiceInstanceId gets a reference to the given string and assigns it to the HSmfServiceInstanceId field.
func (*PduSessionCreatedData) SetHcnTunnelInfo ¶
func (o *PduSessionCreatedData) SetHcnTunnelInfo(v TunnelInfo)
SetHcnTunnelInfo gets a reference to the given TunnelInfo and assigns it to the HcnTunnelInfo field.
func (*PduSessionCreatedData) SetHomeProvidedChargingId ¶
func (o *PduSessionCreatedData) SetHomeProvidedChargingId(v string)
SetHomeProvidedChargingId gets a reference to the given string and assigns it to the HomeProvidedChargingId field.
func (*PduSessionCreatedData) SetInterPlmnApiRoot ¶
func (o *PduSessionCreatedData) SetInterPlmnApiRoot(v string)
SetInterPlmnApiRoot gets a reference to the given string and assigns it to the InterPlmnApiRoot field.
func (*PduSessionCreatedData) SetIntraPlmnApiRoot ¶
func (o *PduSessionCreatedData) SetIntraPlmnApiRoot(v string)
SetIntraPlmnApiRoot gets a reference to the given string and assigns it to the IntraPlmnApiRoot field.
func (*PduSessionCreatedData) SetIpv6Index ¶
func (o *PduSessionCreatedData) SetIpv6Index(v int32)
SetIpv6Index gets a reference to the given int32 and assigns it to the Ipv6Index field.
func (*PduSessionCreatedData) SetIpv6MultiHomingInd ¶
func (o *PduSessionCreatedData) SetIpv6MultiHomingInd(v bool)
SetIpv6MultiHomingInd gets a reference to the given bool and assigns it to the Ipv6MultiHomingInd field.
func (*PduSessionCreatedData) SetMaAcceptedInd ¶
func (o *PduSessionCreatedData) SetMaAcceptedInd(v bool)
SetMaAcceptedInd gets a reference to the given bool and assigns it to the MaAcceptedInd field.
func (*PduSessionCreatedData) SetMaxIntegrityProtectedDataRate ¶
func (o *PduSessionCreatedData) SetMaxIntegrityProtectedDataRate(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRate gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRate field.
func (*PduSessionCreatedData) SetMaxIntegrityProtectedDataRateDl ¶
func (o *PduSessionCreatedData) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRateDl gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRateDl field.
func (*PduSessionCreatedData) SetN1SmInfoToUe ¶
func (o *PduSessionCreatedData) SetN1SmInfoToUe(v RefToBinaryData)
SetN1SmInfoToUe gets a reference to the given RefToBinaryData and assigns it to the N1SmInfoToUe field.
func (*PduSessionCreatedData) SetNefExtBufSupportInd ¶
func (o *PduSessionCreatedData) SetNefExtBufSupportInd(v bool)
SetNefExtBufSupportInd gets a reference to the given bool and assigns it to the NefExtBufSupportInd field.
func (*PduSessionCreatedData) SetNspuSupportInd ¶
func (o *PduSessionCreatedData) SetNspuSupportInd(v bool)
SetNspuSupportInd gets a reference to the given bool and assigns it to the NspuSupportInd field.
func (*PduSessionCreatedData) SetPduSessionId ¶
func (o *PduSessionCreatedData) SetPduSessionId(v int32)
SetPduSessionId gets a reference to the given int32 and assigns it to the PduSessionId field.
func (*PduSessionCreatedData) SetPduSessionType ¶
func (o *PduSessionCreatedData) SetPduSessionType(v PduSessionType)
SetPduSessionType sets field value
func (*PduSessionCreatedData) SetQosFlowsSetupList ¶
func (o *PduSessionCreatedData) SetQosFlowsSetupList(v []QosFlowSetupItem)
SetQosFlowsSetupList gets a reference to the given []QosFlowSetupItem and assigns it to the QosFlowsSetupList field.
func (*PduSessionCreatedData) SetRecoveryTime ¶
func (o *PduSessionCreatedData) SetRecoveryTime(v time.Time)
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (*PduSessionCreatedData) SetRedundantPduSessionInfo ¶
func (o *PduSessionCreatedData) SetRedundantPduSessionInfo(v RedundantPduSessionInformation)
SetRedundantPduSessionInfo gets a reference to the given RedundantPduSessionInformation and assigns it to the RedundantPduSessionInfo field.
func (*PduSessionCreatedData) SetRoamingChargingProfile ¶
func (o *PduSessionCreatedData) SetRoamingChargingProfile(v RoamingChargingProfile)
SetRoamingChargingProfile gets a reference to the given RoamingChargingProfile and assigns it to the RoamingChargingProfile field.
func (*PduSessionCreatedData) SetSNssai ¶
func (o *PduSessionCreatedData) SetSNssai(v Snssai)
SetSNssai gets a reference to the given Snssai and assigns it to the SNssai field.
func (*PduSessionCreatedData) SetSessionAmbr ¶
func (o *PduSessionCreatedData) SetSessionAmbr(v Ambr)
SetSessionAmbr gets a reference to the given Ambr and assigns it to the SessionAmbr field.
func (*PduSessionCreatedData) SetSmallDataRateControlEnabled ¶
func (o *PduSessionCreatedData) SetSmallDataRateControlEnabled(v bool)
SetSmallDataRateControlEnabled gets a reference to the given bool and assigns it to the SmallDataRateControlEnabled field.
func (*PduSessionCreatedData) SetSmfInstanceId ¶
func (o *PduSessionCreatedData) SetSmfInstanceId(v string)
SetSmfInstanceId gets a reference to the given string and assigns it to the SmfInstanceId field.
func (*PduSessionCreatedData) SetSmfServiceInstanceId ¶
func (o *PduSessionCreatedData) SetSmfServiceInstanceId(v string)
SetSmfServiceInstanceId gets a reference to the given string and assigns it to the SmfServiceInstanceId field.
func (*PduSessionCreatedData) SetSscMode ¶
func (o *PduSessionCreatedData) SetSscMode(v string)
SetSscMode sets field value
func (*PduSessionCreatedData) SetSupportedFeatures ¶
func (o *PduSessionCreatedData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*PduSessionCreatedData) SetUeIpv4Address ¶
func (o *PduSessionCreatedData) SetUeIpv4Address(v string)
SetUeIpv4Address gets a reference to the given string and assigns it to the UeIpv4Address field.
func (*PduSessionCreatedData) SetUeIpv6InterfaceId ¶
func (o *PduSessionCreatedData) SetUeIpv6InterfaceId(v string)
SetUeIpv6InterfaceId gets a reference to the given string and assigns it to the UeIpv6InterfaceId field.
func (*PduSessionCreatedData) SetUeIpv6Prefix ¶
func (o *PduSessionCreatedData) SetUeIpv6Prefix(v Ipv6Prefix)
SetUeIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the UeIpv6Prefix field.
func (*PduSessionCreatedData) SetUpSecurity ¶
func (o *PduSessionCreatedData) SetUpSecurity(v UpSecurity)
SetUpSecurity gets a reference to the given UpSecurity and assigns it to the UpSecurity field.
func (PduSessionCreatedData) ToMap ¶
func (o PduSessionCreatedData) ToMap() (map[string]interface{}, error)
func (*PduSessionCreatedData) UnmarshalJSON ¶
func (o *PduSessionCreatedData) UnmarshalJSON(bytes []byte) (err error)
func (*PduSessionCreatedData) UnsetDnAaaAddress ¶
func (o *PduSessionCreatedData) UnsetDnAaaAddress()
UnsetDnAaaAddress ensures that no value is present for DnAaaAddress, not even an explicit nil
type PduSessionNotifyItem ¶
type PduSessionNotifyItem struct {
NotificationCause NotificationCause `json:"notificationCause"`
}
PduSessionNotifyItem Notification related to a PDU session
func NewPduSessionNotifyItem ¶
func NewPduSessionNotifyItem(notificationCause NotificationCause) *PduSessionNotifyItem
NewPduSessionNotifyItem instantiates a new PduSessionNotifyItem 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 NewPduSessionNotifyItemWithDefaults ¶
func NewPduSessionNotifyItemWithDefaults() *PduSessionNotifyItem
NewPduSessionNotifyItemWithDefaults instantiates a new PduSessionNotifyItem 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 (*PduSessionNotifyItem) GetNotificationCause ¶
func (o *PduSessionNotifyItem) GetNotificationCause() NotificationCause
GetNotificationCause returns the NotificationCause field value
func (*PduSessionNotifyItem) GetNotificationCauseOk ¶
func (o *PduSessionNotifyItem) GetNotificationCauseOk() (*NotificationCause, bool)
GetNotificationCauseOk returns a tuple with the NotificationCause field value and a boolean to check if the value has been set.
func (PduSessionNotifyItem) MarshalJSON ¶
func (o PduSessionNotifyItem) MarshalJSON() ([]byte, error)
func (*PduSessionNotifyItem) SetNotificationCause ¶
func (o *PduSessionNotifyItem) SetNotificationCause(v NotificationCause)
SetNotificationCause sets field value
func (PduSessionNotifyItem) ToMap ¶
func (o PduSessionNotifyItem) ToMap() (map[string]interface{}, error)
func (*PduSessionNotifyItem) UnmarshalJSON ¶
func (o *PduSessionNotifyItem) UnmarshalJSON(bytes []byte) (err error)
type PduSessionType ¶
type PduSessionType struct {
// contains filtered or unexported fields
}
PduSessionType PduSessionType indicates the type of a PDU session. It shall comply with the provisions defined in table 5.4.3.3-1.
func (*PduSessionType) MarshalJSON ¶
func (src *PduSessionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PduSessionType) UnmarshalJSON ¶
func (dst *PduSessionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId 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 NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId 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 (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
func (*PlmnId) UnmarshalJSON ¶
type PlmnIdNid ¶
type PlmnIdNid struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` // 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). Nid *string `json:"nid,omitempty"` }
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid 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 NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid 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 (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
func (*PlmnIdNid) SetNid ¶
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*PlmnIdNid) UnmarshalJSON ¶
type PreemptionCapability ¶
type PreemptionCapability struct {
// contains filtered or unexported fields
}
PreemptionCapability The enumeration PreemptionCapability indicates the pre-emption capability of a request on other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.1-1.
func (*PreemptionCapability) MarshalJSON ¶
func (src *PreemptionCapability) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PreemptionCapability) UnmarshalJSON ¶
func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PreemptionVulnerability ¶
type PreemptionVulnerability struct {
// contains filtered or unexported fields
}
PreemptionVulnerability The enumeration PreemptionVulnerability indicates the pre-emption vulnerability of the QoS flow to pre-emption from other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.2-1
func (*PreemptionVulnerability) MarshalJSON ¶
func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PreemptionVulnerability) UnmarshalJSON ¶
func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PresenceState ¶
type PresenceState struct {
// contains filtered or unexported fields
}
PresenceState Possible values are: -IN_AREA: Indicates that the UE is inside or enters the presence reporting area. -OUT_OF_AREA: Indicates that the UE is outside or leaves the presence reporting area -UNKNOW: Indicates it is unknown whether the UE is in the presence reporting area or not -INACTIVE: Indicates that the presence reporting area is inactive in the serving node.
func (*PresenceState) MarshalJSON ¶
func (src *PresenceState) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PresenceState) UnmarshalJSON ¶
func (dst *PresenceState) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ProblemDetails ¶
type ProblemDetails struct { // String providing an URI formatted according to RFC 3986. Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // String providing an URI formatted according to RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"` AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"` // Fully Qualified Domain Name NrfId *string `json:"nrfId,omitempty"` }
ProblemDetails Provides additional information in an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails 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 NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails 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 (*ProblemDetails) GetAccessTokenError ¶
func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenErrorOk ¶
func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetAccessTokenRequest ¶
func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenRequestOk ¶
func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetNrfId ¶
func (o *ProblemDetails) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails) GetNrfIdOk ¶
func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasAccessTokenError ¶
func (o *ProblemDetails) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails) HasAccessTokenRequest ¶
func (o *ProblemDetails) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasNrfId ¶
func (o *ProblemDetails) HasNrfId() bool
HasNrfId returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetAccessTokenError ¶
func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails) SetAccessTokenRequest ¶
func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetNrfId ¶
func (o *ProblemDetails) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type ProblemDetailsAddInfo ¶
type ProblemDetailsAddInfo struct {
RemoteError *bool `json:"remoteError,omitempty"`
}
ProblemDetailsAddInfo Problem Details Additional Information
func NewProblemDetailsAddInfo ¶
func NewProblemDetailsAddInfo() *ProblemDetailsAddInfo
NewProblemDetailsAddInfo instantiates a new ProblemDetailsAddInfo 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 NewProblemDetailsAddInfoWithDefaults ¶
func NewProblemDetailsAddInfoWithDefaults() *ProblemDetailsAddInfo
NewProblemDetailsAddInfoWithDefaults instantiates a new ProblemDetailsAddInfo 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 (*ProblemDetailsAddInfo) GetRemoteError ¶
func (o *ProblemDetailsAddInfo) GetRemoteError() bool
GetRemoteError returns the RemoteError field value if set, zero value otherwise.
func (*ProblemDetailsAddInfo) GetRemoteErrorOk ¶
func (o *ProblemDetailsAddInfo) GetRemoteErrorOk() (*bool, bool)
GetRemoteErrorOk returns a tuple with the RemoteError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetailsAddInfo) HasRemoteError ¶
func (o *ProblemDetailsAddInfo) HasRemoteError() bool
HasRemoteError returns a boolean if a field has been set.
func (ProblemDetailsAddInfo) MarshalJSON ¶
func (o ProblemDetailsAddInfo) MarshalJSON() ([]byte, error)
func (*ProblemDetailsAddInfo) SetRemoteError ¶
func (o *ProblemDetailsAddInfo) SetRemoteError(v bool)
SetRemoteError gets a reference to the given bool and assigns it to the RemoteError field.
func (ProblemDetailsAddInfo) ToMap ¶
func (o ProblemDetailsAddInfo) ToMap() (map[string]interface{}, error)
type ProtectionResult ¶
type ProtectionResult struct {
// contains filtered or unexported fields
}
ProtectionResult Protection Result of the security policy indicated as \"preferred\". Possible values are - PERFORMED - NOT_PERFORMED
func (*ProtectionResult) MarshalJSON ¶
func (src *ProtectionResult) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ProtectionResult) UnmarshalJSON ¶
func (dst *ProtectionResult) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PsaIndication ¶
type PsaIndication struct {
// contains filtered or unexported fields
}
PsaIndication Indication of whether a PSA is inserted or removed. Possible values are - PSA_INSERTED - PSA_REMOVED - PSA_INSERTED_ONLY - PSA_REMOVED_ONLY
func (*PsaIndication) MarshalJSON ¶
func (src *PsaIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PsaIndication) UnmarshalJSON ¶
func (dst *PsaIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PsaInformation ¶
type PsaInformation struct { PsaInd *PsaIndication `json:"psaInd,omitempty"` DnaiList []string `json:"dnaiList,omitempty"` UeIpv6Prefix *Ipv6Prefix `json:"ueIpv6Prefix,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PsaUpfId *string `json:"psaUpfId,omitempty"` }
PsaInformation PSA Information
func NewPsaInformation ¶
func NewPsaInformation() *PsaInformation
NewPsaInformation instantiates a new PsaInformation 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 NewPsaInformationWithDefaults ¶
func NewPsaInformationWithDefaults() *PsaInformation
NewPsaInformationWithDefaults instantiates a new PsaInformation 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 (*PsaInformation) GetDnaiList ¶
func (o *PsaInformation) GetDnaiList() []string
GetDnaiList returns the DnaiList field value if set, zero value otherwise.
func (*PsaInformation) GetDnaiListOk ¶
func (o *PsaInformation) GetDnaiListOk() ([]string, bool)
GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PsaInformation) GetPsaInd ¶
func (o *PsaInformation) GetPsaInd() PsaIndication
GetPsaInd returns the PsaInd field value if set, zero value otherwise.
func (*PsaInformation) GetPsaIndOk ¶
func (o *PsaInformation) GetPsaIndOk() (*PsaIndication, bool)
GetPsaIndOk returns a tuple with the PsaInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PsaInformation) GetPsaUpfId ¶
func (o *PsaInformation) GetPsaUpfId() string
GetPsaUpfId returns the PsaUpfId field value if set, zero value otherwise.
func (*PsaInformation) GetPsaUpfIdOk ¶
func (o *PsaInformation) GetPsaUpfIdOk() (*string, bool)
GetPsaUpfIdOk returns a tuple with the PsaUpfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PsaInformation) GetUeIpv6Prefix ¶
func (o *PsaInformation) GetUeIpv6Prefix() Ipv6Prefix
GetUeIpv6Prefix returns the UeIpv6Prefix field value if set, zero value otherwise.
func (*PsaInformation) GetUeIpv6PrefixOk ¶
func (o *PsaInformation) GetUeIpv6PrefixOk() (*Ipv6Prefix, bool)
GetUeIpv6PrefixOk returns a tuple with the UeIpv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PsaInformation) HasDnaiList ¶
func (o *PsaInformation) HasDnaiList() bool
HasDnaiList returns a boolean if a field has been set.
func (*PsaInformation) HasPsaInd ¶
func (o *PsaInformation) HasPsaInd() bool
HasPsaInd returns a boolean if a field has been set.
func (*PsaInformation) HasPsaUpfId ¶
func (o *PsaInformation) HasPsaUpfId() bool
HasPsaUpfId returns a boolean if a field has been set.
func (*PsaInformation) HasUeIpv6Prefix ¶
func (o *PsaInformation) HasUeIpv6Prefix() bool
HasUeIpv6Prefix returns a boolean if a field has been set.
func (PsaInformation) MarshalJSON ¶
func (o PsaInformation) MarshalJSON() ([]byte, error)
func (*PsaInformation) SetDnaiList ¶
func (o *PsaInformation) SetDnaiList(v []string)
SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.
func (*PsaInformation) SetPsaInd ¶
func (o *PsaInformation) SetPsaInd(v PsaIndication)
SetPsaInd gets a reference to the given PsaIndication and assigns it to the PsaInd field.
func (*PsaInformation) SetPsaUpfId ¶
func (o *PsaInformation) SetPsaUpfId(v string)
SetPsaUpfId gets a reference to the given string and assigns it to the PsaUpfId field.
func (*PsaInformation) SetUeIpv6Prefix ¶
func (o *PsaInformation) SetUeIpv6Prefix(v Ipv6Prefix)
SetUeIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the UeIpv6Prefix field.
func (PsaInformation) ToMap ¶
func (o PsaInformation) ToMap() (map[string]interface{}, error)
type QosFlowAccessType ¶
type QosFlowAccessType struct {
// contains filtered or unexported fields
}
QosFlowAccessType Access type associated with a QoS Flow. Possible values are - 3GPP - NON_3GPP - 3GPP_AND_NON_3GPP
func (*QosFlowAccessType) MarshalJSON ¶
func (src *QosFlowAccessType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*QosFlowAccessType) UnmarshalJSON ¶
func (dst *QosFlowAccessType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type QosFlowAddModifyRequestItem ¶
type QosFlowAddModifyRequestItem struct { // Unsigned integer identifying a QoS flow, within the range 0 to 63. Qfi int32 `json:"qfi"` // EPS Bearer Identifier Ebi *int32 `json:"ebi,omitempty"` // string with format 'bytes' as defined in OpenAPI QosRules *string `json:"qosRules,omitempty"` // string with format 'bytes' as defined in OpenAPI QosFlowDescription *string `json:"qosFlowDescription,omitempty"` QosFlowProfile *QosFlowProfile `json:"qosFlowProfile,omitempty"` AssociatedAnType *QosFlowAccessType `json:"associatedAnType,omitempty"` }
QosFlowAddModifyRequestItem Individual QoS flow requested to be created or modified
func NewQosFlowAddModifyRequestItem ¶
func NewQosFlowAddModifyRequestItem(qfi int32) *QosFlowAddModifyRequestItem
NewQosFlowAddModifyRequestItem instantiates a new QosFlowAddModifyRequestItem 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 NewQosFlowAddModifyRequestItemWithDefaults ¶
func NewQosFlowAddModifyRequestItemWithDefaults() *QosFlowAddModifyRequestItem
NewQosFlowAddModifyRequestItemWithDefaults instantiates a new QosFlowAddModifyRequestItem 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 (*QosFlowAddModifyRequestItem) GetAssociatedAnType ¶
func (o *QosFlowAddModifyRequestItem) GetAssociatedAnType() QosFlowAccessType
GetAssociatedAnType returns the AssociatedAnType field value if set, zero value otherwise.
func (*QosFlowAddModifyRequestItem) GetAssociatedAnTypeOk ¶
func (o *QosFlowAddModifyRequestItem) GetAssociatedAnTypeOk() (*QosFlowAccessType, bool)
GetAssociatedAnTypeOk returns a tuple with the AssociatedAnType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowAddModifyRequestItem) GetEbi ¶
func (o *QosFlowAddModifyRequestItem) GetEbi() int32
GetEbi returns the Ebi field value if set, zero value otherwise.
func (*QosFlowAddModifyRequestItem) GetEbiOk ¶
func (o *QosFlowAddModifyRequestItem) GetEbiOk() (*int32, bool)
GetEbiOk returns a tuple with the Ebi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowAddModifyRequestItem) GetQfi ¶
func (o *QosFlowAddModifyRequestItem) GetQfi() int32
GetQfi returns the Qfi field value
func (*QosFlowAddModifyRequestItem) GetQfiOk ¶
func (o *QosFlowAddModifyRequestItem) GetQfiOk() (*int32, bool)
GetQfiOk returns a tuple with the Qfi field value and a boolean to check if the value has been set.
func (*QosFlowAddModifyRequestItem) GetQosFlowDescription ¶
func (o *QosFlowAddModifyRequestItem) GetQosFlowDescription() string
GetQosFlowDescription returns the QosFlowDescription field value if set, zero value otherwise.
func (*QosFlowAddModifyRequestItem) GetQosFlowDescriptionOk ¶
func (o *QosFlowAddModifyRequestItem) GetQosFlowDescriptionOk() (*string, bool)
GetQosFlowDescriptionOk returns a tuple with the QosFlowDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowAddModifyRequestItem) GetQosFlowProfile ¶
func (o *QosFlowAddModifyRequestItem) GetQosFlowProfile() QosFlowProfile
GetQosFlowProfile returns the QosFlowProfile field value if set, zero value otherwise.
func (*QosFlowAddModifyRequestItem) GetQosFlowProfileOk ¶
func (o *QosFlowAddModifyRequestItem) GetQosFlowProfileOk() (*QosFlowProfile, bool)
GetQosFlowProfileOk returns a tuple with the QosFlowProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowAddModifyRequestItem) GetQosRules ¶
func (o *QosFlowAddModifyRequestItem) GetQosRules() string
GetQosRules returns the QosRules field value if set, zero value otherwise.
func (*QosFlowAddModifyRequestItem) GetQosRulesOk ¶
func (o *QosFlowAddModifyRequestItem) GetQosRulesOk() (*string, bool)
GetQosRulesOk returns a tuple with the QosRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowAddModifyRequestItem) HasAssociatedAnType ¶
func (o *QosFlowAddModifyRequestItem) HasAssociatedAnType() bool
HasAssociatedAnType returns a boolean if a field has been set.
func (*QosFlowAddModifyRequestItem) HasEbi ¶
func (o *QosFlowAddModifyRequestItem) HasEbi() bool
HasEbi returns a boolean if a field has been set.
func (*QosFlowAddModifyRequestItem) HasQosFlowDescription ¶
func (o *QosFlowAddModifyRequestItem) HasQosFlowDescription() bool
HasQosFlowDescription returns a boolean if a field has been set.
func (*QosFlowAddModifyRequestItem) HasQosFlowProfile ¶
func (o *QosFlowAddModifyRequestItem) HasQosFlowProfile() bool
HasQosFlowProfile returns a boolean if a field has been set.
func (*QosFlowAddModifyRequestItem) HasQosRules ¶
func (o *QosFlowAddModifyRequestItem) HasQosRules() bool
HasQosRules returns a boolean if a field has been set.
func (QosFlowAddModifyRequestItem) MarshalJSON ¶
func (o QosFlowAddModifyRequestItem) MarshalJSON() ([]byte, error)
func (*QosFlowAddModifyRequestItem) SetAssociatedAnType ¶
func (o *QosFlowAddModifyRequestItem) SetAssociatedAnType(v QosFlowAccessType)
SetAssociatedAnType gets a reference to the given QosFlowAccessType and assigns it to the AssociatedAnType field.
func (*QosFlowAddModifyRequestItem) SetEbi ¶
func (o *QosFlowAddModifyRequestItem) SetEbi(v int32)
SetEbi gets a reference to the given int32 and assigns it to the Ebi field.
func (*QosFlowAddModifyRequestItem) SetQfi ¶
func (o *QosFlowAddModifyRequestItem) SetQfi(v int32)
SetQfi sets field value
func (*QosFlowAddModifyRequestItem) SetQosFlowDescription ¶
func (o *QosFlowAddModifyRequestItem) SetQosFlowDescription(v string)
SetQosFlowDescription gets a reference to the given string and assigns it to the QosFlowDescription field.
func (*QosFlowAddModifyRequestItem) SetQosFlowProfile ¶
func (o *QosFlowAddModifyRequestItem) SetQosFlowProfile(v QosFlowProfile)
SetQosFlowProfile gets a reference to the given QosFlowProfile and assigns it to the QosFlowProfile field.
func (*QosFlowAddModifyRequestItem) SetQosRules ¶
func (o *QosFlowAddModifyRequestItem) SetQosRules(v string)
SetQosRules gets a reference to the given string and assigns it to the QosRules field.
func (QosFlowAddModifyRequestItem) ToMap ¶
func (o QosFlowAddModifyRequestItem) ToMap() (map[string]interface{}, error)
func (*QosFlowAddModifyRequestItem) UnmarshalJSON ¶
func (o *QosFlowAddModifyRequestItem) UnmarshalJSON(bytes []byte) (err error)
type QosFlowItem ¶
type QosFlowItem struct { // Unsigned integer identifying a QoS flow, within the range 0 to 63. Qfi int32 `json:"qfi"` Cause *Cause `json:"cause,omitempty"` CurrentQosProfileIndex *int32 `json:"currentQosProfileIndex,omitempty"` NullQoSProfileIndex *bool `json:"nullQoSProfileIndex,omitempty"` NgApCause *NgApCause `json:"ngApCause,omitempty"` }
QosFlowItem Individual QoS flow
func NewQosFlowItem ¶
func NewQosFlowItem(qfi int32) *QosFlowItem
NewQosFlowItem instantiates a new QosFlowItem 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 NewQosFlowItemWithDefaults ¶
func NewQosFlowItemWithDefaults() *QosFlowItem
NewQosFlowItemWithDefaults instantiates a new QosFlowItem 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 (*QosFlowItem) GetCause ¶
func (o *QosFlowItem) GetCause() Cause
GetCause returns the Cause field value if set, zero value otherwise.
func (*QosFlowItem) GetCauseOk ¶
func (o *QosFlowItem) GetCauseOk() (*Cause, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowItem) GetCurrentQosProfileIndex ¶
func (o *QosFlowItem) GetCurrentQosProfileIndex() int32
GetCurrentQosProfileIndex returns the CurrentQosProfileIndex field value if set, zero value otherwise.
func (*QosFlowItem) GetCurrentQosProfileIndexOk ¶
func (o *QosFlowItem) GetCurrentQosProfileIndexOk() (*int32, bool)
GetCurrentQosProfileIndexOk returns a tuple with the CurrentQosProfileIndex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowItem) GetNgApCause ¶
func (o *QosFlowItem) GetNgApCause() NgApCause
GetNgApCause returns the NgApCause field value if set, zero value otherwise.
func (*QosFlowItem) GetNgApCauseOk ¶
func (o *QosFlowItem) GetNgApCauseOk() (*NgApCause, bool)
GetNgApCauseOk returns a tuple with the NgApCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowItem) GetNullQoSProfileIndex ¶
func (o *QosFlowItem) GetNullQoSProfileIndex() bool
GetNullQoSProfileIndex returns the NullQoSProfileIndex field value if set, zero value otherwise.
func (*QosFlowItem) GetNullQoSProfileIndexOk ¶
func (o *QosFlowItem) GetNullQoSProfileIndexOk() (*bool, bool)
GetNullQoSProfileIndexOk returns a tuple with the NullQoSProfileIndex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowItem) GetQfi ¶
func (o *QosFlowItem) GetQfi() int32
GetQfi returns the Qfi field value
func (*QosFlowItem) GetQfiOk ¶
func (o *QosFlowItem) GetQfiOk() (*int32, bool)
GetQfiOk returns a tuple with the Qfi field value and a boolean to check if the value has been set.
func (*QosFlowItem) HasCause ¶
func (o *QosFlowItem) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*QosFlowItem) HasCurrentQosProfileIndex ¶
func (o *QosFlowItem) HasCurrentQosProfileIndex() bool
HasCurrentQosProfileIndex returns a boolean if a field has been set.
func (*QosFlowItem) HasNgApCause ¶
func (o *QosFlowItem) HasNgApCause() bool
HasNgApCause returns a boolean if a field has been set.
func (*QosFlowItem) HasNullQoSProfileIndex ¶
func (o *QosFlowItem) HasNullQoSProfileIndex() bool
HasNullQoSProfileIndex returns a boolean if a field has been set.
func (QosFlowItem) MarshalJSON ¶
func (o QosFlowItem) MarshalJSON() ([]byte, error)
func (*QosFlowItem) SetCause ¶
func (o *QosFlowItem) SetCause(v Cause)
SetCause gets a reference to the given Cause and assigns it to the Cause field.
func (*QosFlowItem) SetCurrentQosProfileIndex ¶
func (o *QosFlowItem) SetCurrentQosProfileIndex(v int32)
SetCurrentQosProfileIndex gets a reference to the given int32 and assigns it to the CurrentQosProfileIndex field.
func (*QosFlowItem) SetNgApCause ¶
func (o *QosFlowItem) SetNgApCause(v NgApCause)
SetNgApCause gets a reference to the given NgApCause and assigns it to the NgApCause field.
func (*QosFlowItem) SetNullQoSProfileIndex ¶
func (o *QosFlowItem) SetNullQoSProfileIndex(v bool)
SetNullQoSProfileIndex gets a reference to the given bool and assigns it to the NullQoSProfileIndex field.
func (QosFlowItem) ToMap ¶
func (o QosFlowItem) ToMap() (map[string]interface{}, error)
func (*QosFlowItem) UnmarshalJSON ¶
func (o *QosFlowItem) UnmarshalJSON(bytes []byte) (err error)
type QosFlowNotifyItem ¶
type QosFlowNotifyItem struct { // Unsigned integer identifying a QoS flow, within the range 0 to 63. Qfi int32 `json:"qfi"` NotificationCause NotificationCause `json:"notificationCause"` CurrentQosProfileIndex *int32 `json:"currentQosProfileIndex,omitempty"` NullQoSProfileIndex *bool `json:"nullQoSProfileIndex,omitempty"` }
QosFlowNotifyItem Notification related to a QoS flow
func NewQosFlowNotifyItem ¶
func NewQosFlowNotifyItem(qfi int32, notificationCause NotificationCause) *QosFlowNotifyItem
NewQosFlowNotifyItem instantiates a new QosFlowNotifyItem 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 NewQosFlowNotifyItemWithDefaults ¶
func NewQosFlowNotifyItemWithDefaults() *QosFlowNotifyItem
NewQosFlowNotifyItemWithDefaults instantiates a new QosFlowNotifyItem 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 (*QosFlowNotifyItem) GetCurrentQosProfileIndex ¶
func (o *QosFlowNotifyItem) GetCurrentQosProfileIndex() int32
GetCurrentQosProfileIndex returns the CurrentQosProfileIndex field value if set, zero value otherwise.
func (*QosFlowNotifyItem) GetCurrentQosProfileIndexOk ¶
func (o *QosFlowNotifyItem) GetCurrentQosProfileIndexOk() (*int32, bool)
GetCurrentQosProfileIndexOk returns a tuple with the CurrentQosProfileIndex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowNotifyItem) GetNotificationCause ¶
func (o *QosFlowNotifyItem) GetNotificationCause() NotificationCause
GetNotificationCause returns the NotificationCause field value
func (*QosFlowNotifyItem) GetNotificationCauseOk ¶
func (o *QosFlowNotifyItem) GetNotificationCauseOk() (*NotificationCause, bool)
GetNotificationCauseOk returns a tuple with the NotificationCause field value and a boolean to check if the value has been set.
func (*QosFlowNotifyItem) GetNullQoSProfileIndex ¶
func (o *QosFlowNotifyItem) GetNullQoSProfileIndex() bool
GetNullQoSProfileIndex returns the NullQoSProfileIndex field value if set, zero value otherwise.
func (*QosFlowNotifyItem) GetNullQoSProfileIndexOk ¶
func (o *QosFlowNotifyItem) GetNullQoSProfileIndexOk() (*bool, bool)
GetNullQoSProfileIndexOk returns a tuple with the NullQoSProfileIndex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowNotifyItem) GetQfi ¶
func (o *QosFlowNotifyItem) GetQfi() int32
GetQfi returns the Qfi field value
func (*QosFlowNotifyItem) GetQfiOk ¶
func (o *QosFlowNotifyItem) GetQfiOk() (*int32, bool)
GetQfiOk returns a tuple with the Qfi field value and a boolean to check if the value has been set.
func (*QosFlowNotifyItem) HasCurrentQosProfileIndex ¶
func (o *QosFlowNotifyItem) HasCurrentQosProfileIndex() bool
HasCurrentQosProfileIndex returns a boolean if a field has been set.
func (*QosFlowNotifyItem) HasNullQoSProfileIndex ¶
func (o *QosFlowNotifyItem) HasNullQoSProfileIndex() bool
HasNullQoSProfileIndex returns a boolean if a field has been set.
func (QosFlowNotifyItem) MarshalJSON ¶
func (o QosFlowNotifyItem) MarshalJSON() ([]byte, error)
func (*QosFlowNotifyItem) SetCurrentQosProfileIndex ¶
func (o *QosFlowNotifyItem) SetCurrentQosProfileIndex(v int32)
SetCurrentQosProfileIndex gets a reference to the given int32 and assigns it to the CurrentQosProfileIndex field.
func (*QosFlowNotifyItem) SetNotificationCause ¶
func (o *QosFlowNotifyItem) SetNotificationCause(v NotificationCause)
SetNotificationCause sets field value
func (*QosFlowNotifyItem) SetNullQoSProfileIndex ¶
func (o *QosFlowNotifyItem) SetNullQoSProfileIndex(v bool)
SetNullQoSProfileIndex gets a reference to the given bool and assigns it to the NullQoSProfileIndex field.
func (*QosFlowNotifyItem) SetQfi ¶
func (o *QosFlowNotifyItem) SetQfi(v int32)
SetQfi sets field value
func (QosFlowNotifyItem) ToMap ¶
func (o QosFlowNotifyItem) ToMap() (map[string]interface{}, error)
func (*QosFlowNotifyItem) UnmarshalJSON ¶
func (o *QosFlowNotifyItem) UnmarshalJSON(bytes []byte) (err error)
type QosFlowProfile ¶
type QosFlowProfile struct { // Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255. Var5qi int32 `json:"5qi"` NonDynamic5Qi *NonDynamic5Qi `json:"nonDynamic5Qi,omitempty"` Dynamic5Qi *Dynamic5Qi `json:"dynamic5Qi,omitempty"` Arp *Arp `json:"arp,omitempty"` GbrQosFlowInfo *GbrQosFlowInformation `json:"gbrQosFlowInfo,omitempty"` Rqa *ReflectiveQoSAttribute `json:"rqa,omitempty"` AdditionalQosFlowInfo NullableAdditionalQosFlowInfo `json:"additionalQosFlowInfo,omitempty"` QosMonitoringReq *QosMonitoringReq `json:"qosMonitoringReq,omitempty"` // indicating a time in seconds. QosRepPeriod *int32 `json:"qosRepPeriod,omitempty"` }
QosFlowProfile QoS flow profile
func NewQosFlowProfile ¶
func NewQosFlowProfile(var5qi int32) *QosFlowProfile
NewQosFlowProfile instantiates a new QosFlowProfile 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 NewQosFlowProfileWithDefaults ¶
func NewQosFlowProfileWithDefaults() *QosFlowProfile
NewQosFlowProfileWithDefaults instantiates a new QosFlowProfile 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 (*QosFlowProfile) GetAdditionalQosFlowInfo ¶
func (o *QosFlowProfile) GetAdditionalQosFlowInfo() AdditionalQosFlowInfo
GetAdditionalQosFlowInfo returns the AdditionalQosFlowInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*QosFlowProfile) GetAdditionalQosFlowInfoOk ¶
func (o *QosFlowProfile) GetAdditionalQosFlowInfoOk() (*AdditionalQosFlowInfo, bool)
GetAdditionalQosFlowInfoOk returns a tuple with the AdditionalQosFlowInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*QosFlowProfile) GetArp ¶
func (o *QosFlowProfile) GetArp() Arp
GetArp returns the Arp field value if set, zero value otherwise.
func (*QosFlowProfile) GetArpOk ¶
func (o *QosFlowProfile) GetArpOk() (*Arp, bool)
GetArpOk returns a tuple with the Arp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowProfile) GetDynamic5Qi ¶
func (o *QosFlowProfile) GetDynamic5Qi() Dynamic5Qi
GetDynamic5Qi returns the Dynamic5Qi field value if set, zero value otherwise.
func (*QosFlowProfile) GetDynamic5QiOk ¶
func (o *QosFlowProfile) GetDynamic5QiOk() (*Dynamic5Qi, bool)
GetDynamic5QiOk returns a tuple with the Dynamic5Qi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowProfile) GetGbrQosFlowInfo ¶
func (o *QosFlowProfile) GetGbrQosFlowInfo() GbrQosFlowInformation
GetGbrQosFlowInfo returns the GbrQosFlowInfo field value if set, zero value otherwise.
func (*QosFlowProfile) GetGbrQosFlowInfoOk ¶
func (o *QosFlowProfile) GetGbrQosFlowInfoOk() (*GbrQosFlowInformation, bool)
GetGbrQosFlowInfoOk returns a tuple with the GbrQosFlowInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowProfile) GetNonDynamic5Qi ¶
func (o *QosFlowProfile) GetNonDynamic5Qi() NonDynamic5Qi
GetNonDynamic5Qi returns the NonDynamic5Qi field value if set, zero value otherwise.
func (*QosFlowProfile) GetNonDynamic5QiOk ¶
func (o *QosFlowProfile) GetNonDynamic5QiOk() (*NonDynamic5Qi, bool)
GetNonDynamic5QiOk returns a tuple with the NonDynamic5Qi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowProfile) GetQosMonitoringReq ¶
func (o *QosFlowProfile) GetQosMonitoringReq() QosMonitoringReq
GetQosMonitoringReq returns the QosMonitoringReq field value if set, zero value otherwise.
func (*QosFlowProfile) GetQosMonitoringReqOk ¶
func (o *QosFlowProfile) GetQosMonitoringReqOk() (*QosMonitoringReq, bool)
GetQosMonitoringReqOk returns a tuple with the QosMonitoringReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowProfile) GetQosRepPeriod ¶
func (o *QosFlowProfile) GetQosRepPeriod() int32
GetQosRepPeriod returns the QosRepPeriod field value if set, zero value otherwise.
func (*QosFlowProfile) GetQosRepPeriodOk ¶
func (o *QosFlowProfile) GetQosRepPeriodOk() (*int32, bool)
GetQosRepPeriodOk returns a tuple with the QosRepPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowProfile) GetRqa ¶
func (o *QosFlowProfile) GetRqa() ReflectiveQoSAttribute
GetRqa returns the Rqa field value if set, zero value otherwise.
func (*QosFlowProfile) GetRqaOk ¶
func (o *QosFlowProfile) GetRqaOk() (*ReflectiveQoSAttribute, bool)
GetRqaOk returns a tuple with the Rqa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowProfile) GetVar5qi ¶
func (o *QosFlowProfile) GetVar5qi() int32
GetVar5qi returns the Var5qi field value
func (*QosFlowProfile) GetVar5qiOk ¶
func (o *QosFlowProfile) GetVar5qiOk() (*int32, bool)
GetVar5qiOk returns a tuple with the Var5qi field value and a boolean to check if the value has been set.
func (*QosFlowProfile) HasAdditionalQosFlowInfo ¶
func (o *QosFlowProfile) HasAdditionalQosFlowInfo() bool
HasAdditionalQosFlowInfo returns a boolean if a field has been set.
func (*QosFlowProfile) HasArp ¶
func (o *QosFlowProfile) HasArp() bool
HasArp returns a boolean if a field has been set.
func (*QosFlowProfile) HasDynamic5Qi ¶
func (o *QosFlowProfile) HasDynamic5Qi() bool
HasDynamic5Qi returns a boolean if a field has been set.
func (*QosFlowProfile) HasGbrQosFlowInfo ¶
func (o *QosFlowProfile) HasGbrQosFlowInfo() bool
HasGbrQosFlowInfo returns a boolean if a field has been set.
func (*QosFlowProfile) HasNonDynamic5Qi ¶
func (o *QosFlowProfile) HasNonDynamic5Qi() bool
HasNonDynamic5Qi returns a boolean if a field has been set.
func (*QosFlowProfile) HasQosMonitoringReq ¶
func (o *QosFlowProfile) HasQosMonitoringReq() bool
HasQosMonitoringReq returns a boolean if a field has been set.
func (*QosFlowProfile) HasQosRepPeriod ¶
func (o *QosFlowProfile) HasQosRepPeriod() bool
HasQosRepPeriod returns a boolean if a field has been set.
func (*QosFlowProfile) HasRqa ¶
func (o *QosFlowProfile) HasRqa() bool
HasRqa returns a boolean if a field has been set.
func (QosFlowProfile) MarshalJSON ¶
func (o QosFlowProfile) MarshalJSON() ([]byte, error)
func (*QosFlowProfile) SetAdditionalQosFlowInfo ¶
func (o *QosFlowProfile) SetAdditionalQosFlowInfo(v AdditionalQosFlowInfo)
SetAdditionalQosFlowInfo gets a reference to the given NullableAdditionalQosFlowInfo and assigns it to the AdditionalQosFlowInfo field.
func (*QosFlowProfile) SetAdditionalQosFlowInfoNil ¶
func (o *QosFlowProfile) SetAdditionalQosFlowInfoNil()
SetAdditionalQosFlowInfoNil sets the value for AdditionalQosFlowInfo to be an explicit nil
func (*QosFlowProfile) SetArp ¶
func (o *QosFlowProfile) SetArp(v Arp)
SetArp gets a reference to the given Arp and assigns it to the Arp field.
func (*QosFlowProfile) SetDynamic5Qi ¶
func (o *QosFlowProfile) SetDynamic5Qi(v Dynamic5Qi)
SetDynamic5Qi gets a reference to the given Dynamic5Qi and assigns it to the Dynamic5Qi field.
func (*QosFlowProfile) SetGbrQosFlowInfo ¶
func (o *QosFlowProfile) SetGbrQosFlowInfo(v GbrQosFlowInformation)
SetGbrQosFlowInfo gets a reference to the given GbrQosFlowInformation and assigns it to the GbrQosFlowInfo field.
func (*QosFlowProfile) SetNonDynamic5Qi ¶
func (o *QosFlowProfile) SetNonDynamic5Qi(v NonDynamic5Qi)
SetNonDynamic5Qi gets a reference to the given NonDynamic5Qi and assigns it to the NonDynamic5Qi field.
func (*QosFlowProfile) SetQosMonitoringReq ¶
func (o *QosFlowProfile) SetQosMonitoringReq(v QosMonitoringReq)
SetQosMonitoringReq gets a reference to the given QosMonitoringReq and assigns it to the QosMonitoringReq field.
func (*QosFlowProfile) SetQosRepPeriod ¶
func (o *QosFlowProfile) SetQosRepPeriod(v int32)
SetQosRepPeriod gets a reference to the given int32 and assigns it to the QosRepPeriod field.
func (*QosFlowProfile) SetRqa ¶
func (o *QosFlowProfile) SetRqa(v ReflectiveQoSAttribute)
SetRqa gets a reference to the given ReflectiveQoSAttribute and assigns it to the Rqa field.
func (*QosFlowProfile) SetVar5qi ¶
func (o *QosFlowProfile) SetVar5qi(v int32)
SetVar5qi sets field value
func (QosFlowProfile) ToMap ¶
func (o QosFlowProfile) ToMap() (map[string]interface{}, error)
func (*QosFlowProfile) UnmarshalJSON ¶
func (o *QosFlowProfile) UnmarshalJSON(bytes []byte) (err error)
func (*QosFlowProfile) UnsetAdditionalQosFlowInfo ¶
func (o *QosFlowProfile) UnsetAdditionalQosFlowInfo()
UnsetAdditionalQosFlowInfo ensures that no value is present for AdditionalQosFlowInfo, not even an explicit nil
type QosFlowReleaseRequestItem ¶
type QosFlowReleaseRequestItem struct { // Unsigned integer identifying a QoS flow, within the range 0 to 63. Qfi int32 `json:"qfi"` // string with format 'bytes' as defined in OpenAPI QosRules *string `json:"qosRules,omitempty"` // string with format 'bytes' as defined in OpenAPI QosFlowDescription *string `json:"qosFlowDescription,omitempty"` }
QosFlowReleaseRequestItem Individual QoS flow requested to be released
func NewQosFlowReleaseRequestItem ¶
func NewQosFlowReleaseRequestItem(qfi int32) *QosFlowReleaseRequestItem
NewQosFlowReleaseRequestItem instantiates a new QosFlowReleaseRequestItem 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 NewQosFlowReleaseRequestItemWithDefaults ¶
func NewQosFlowReleaseRequestItemWithDefaults() *QosFlowReleaseRequestItem
NewQosFlowReleaseRequestItemWithDefaults instantiates a new QosFlowReleaseRequestItem 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 (*QosFlowReleaseRequestItem) GetQfi ¶
func (o *QosFlowReleaseRequestItem) GetQfi() int32
GetQfi returns the Qfi field value
func (*QosFlowReleaseRequestItem) GetQfiOk ¶
func (o *QosFlowReleaseRequestItem) GetQfiOk() (*int32, bool)
GetQfiOk returns a tuple with the Qfi field value and a boolean to check if the value has been set.
func (*QosFlowReleaseRequestItem) GetQosFlowDescription ¶
func (o *QosFlowReleaseRequestItem) GetQosFlowDescription() string
GetQosFlowDescription returns the QosFlowDescription field value if set, zero value otherwise.
func (*QosFlowReleaseRequestItem) GetQosFlowDescriptionOk ¶
func (o *QosFlowReleaseRequestItem) GetQosFlowDescriptionOk() (*string, bool)
GetQosFlowDescriptionOk returns a tuple with the QosFlowDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowReleaseRequestItem) GetQosRules ¶
func (o *QosFlowReleaseRequestItem) GetQosRules() string
GetQosRules returns the QosRules field value if set, zero value otherwise.
func (*QosFlowReleaseRequestItem) GetQosRulesOk ¶
func (o *QosFlowReleaseRequestItem) GetQosRulesOk() (*string, bool)
GetQosRulesOk returns a tuple with the QosRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowReleaseRequestItem) HasQosFlowDescription ¶
func (o *QosFlowReleaseRequestItem) HasQosFlowDescription() bool
HasQosFlowDescription returns a boolean if a field has been set.
func (*QosFlowReleaseRequestItem) HasQosRules ¶
func (o *QosFlowReleaseRequestItem) HasQosRules() bool
HasQosRules returns a boolean if a field has been set.
func (QosFlowReleaseRequestItem) MarshalJSON ¶
func (o QosFlowReleaseRequestItem) MarshalJSON() ([]byte, error)
func (*QosFlowReleaseRequestItem) SetQfi ¶
func (o *QosFlowReleaseRequestItem) SetQfi(v int32)
SetQfi sets field value
func (*QosFlowReleaseRequestItem) SetQosFlowDescription ¶
func (o *QosFlowReleaseRequestItem) SetQosFlowDescription(v string)
SetQosFlowDescription gets a reference to the given string and assigns it to the QosFlowDescription field.
func (*QosFlowReleaseRequestItem) SetQosRules ¶
func (o *QosFlowReleaseRequestItem) SetQosRules(v string)
SetQosRules gets a reference to the given string and assigns it to the QosRules field.
func (QosFlowReleaseRequestItem) ToMap ¶
func (o QosFlowReleaseRequestItem) ToMap() (map[string]interface{}, error)
func (*QosFlowReleaseRequestItem) UnmarshalJSON ¶
func (o *QosFlowReleaseRequestItem) UnmarshalJSON(bytes []byte) (err error)
type QosFlowSetupItem ¶
type QosFlowSetupItem struct { // Unsigned integer identifying a QoS flow, within the range 0 to 63. Qfi int32 `json:"qfi"` // string with format 'bytes' as defined in OpenAPI QosRules string `json:"qosRules"` // EPS Bearer Identifier Ebi *int32 `json:"ebi,omitempty"` // string with format 'bytes' as defined in OpenAPI QosFlowDescription *string `json:"qosFlowDescription,omitempty"` QosFlowProfile *QosFlowProfile `json:"qosFlowProfile,omitempty"` AssociatedAnType *QosFlowAccessType `json:"associatedAnType,omitempty"` DefaultQosRuleInd *bool `json:"defaultQosRuleInd,omitempty"` }
QosFlowSetupItem Individual QoS flow to setup
func NewQosFlowSetupItem ¶
func NewQosFlowSetupItem(qfi int32, qosRules string) *QosFlowSetupItem
NewQosFlowSetupItem instantiates a new QosFlowSetupItem 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 NewQosFlowSetupItemWithDefaults ¶
func NewQosFlowSetupItemWithDefaults() *QosFlowSetupItem
NewQosFlowSetupItemWithDefaults instantiates a new QosFlowSetupItem 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 (*QosFlowSetupItem) GetAssociatedAnType ¶
func (o *QosFlowSetupItem) GetAssociatedAnType() QosFlowAccessType
GetAssociatedAnType returns the AssociatedAnType field value if set, zero value otherwise.
func (*QosFlowSetupItem) GetAssociatedAnTypeOk ¶
func (o *QosFlowSetupItem) GetAssociatedAnTypeOk() (*QosFlowAccessType, bool)
GetAssociatedAnTypeOk returns a tuple with the AssociatedAnType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowSetupItem) GetDefaultQosRuleInd ¶
func (o *QosFlowSetupItem) GetDefaultQosRuleInd() bool
GetDefaultQosRuleInd returns the DefaultQosRuleInd field value if set, zero value otherwise.
func (*QosFlowSetupItem) GetDefaultQosRuleIndOk ¶
func (o *QosFlowSetupItem) GetDefaultQosRuleIndOk() (*bool, bool)
GetDefaultQosRuleIndOk returns a tuple with the DefaultQosRuleInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowSetupItem) GetEbi ¶
func (o *QosFlowSetupItem) GetEbi() int32
GetEbi returns the Ebi field value if set, zero value otherwise.
func (*QosFlowSetupItem) GetEbiOk ¶
func (o *QosFlowSetupItem) GetEbiOk() (*int32, bool)
GetEbiOk returns a tuple with the Ebi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowSetupItem) GetQfi ¶
func (o *QosFlowSetupItem) GetQfi() int32
GetQfi returns the Qfi field value
func (*QosFlowSetupItem) GetQfiOk ¶
func (o *QosFlowSetupItem) GetQfiOk() (*int32, bool)
GetQfiOk returns a tuple with the Qfi field value and a boolean to check if the value has been set.
func (*QosFlowSetupItem) GetQosFlowDescription ¶
func (o *QosFlowSetupItem) GetQosFlowDescription() string
GetQosFlowDescription returns the QosFlowDescription field value if set, zero value otherwise.
func (*QosFlowSetupItem) GetQosFlowDescriptionOk ¶
func (o *QosFlowSetupItem) GetQosFlowDescriptionOk() (*string, bool)
GetQosFlowDescriptionOk returns a tuple with the QosFlowDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowSetupItem) GetQosFlowProfile ¶
func (o *QosFlowSetupItem) GetQosFlowProfile() QosFlowProfile
GetQosFlowProfile returns the QosFlowProfile field value if set, zero value otherwise.
func (*QosFlowSetupItem) GetQosFlowProfileOk ¶
func (o *QosFlowSetupItem) GetQosFlowProfileOk() (*QosFlowProfile, bool)
GetQosFlowProfileOk returns a tuple with the QosFlowProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosFlowSetupItem) GetQosRules ¶
func (o *QosFlowSetupItem) GetQosRules() string
GetQosRules returns the QosRules field value
func (*QosFlowSetupItem) GetQosRulesOk ¶
func (o *QosFlowSetupItem) GetQosRulesOk() (*string, bool)
GetQosRulesOk returns a tuple with the QosRules field value and a boolean to check if the value has been set.
func (*QosFlowSetupItem) HasAssociatedAnType ¶
func (o *QosFlowSetupItem) HasAssociatedAnType() bool
HasAssociatedAnType returns a boolean if a field has been set.
func (*QosFlowSetupItem) HasDefaultQosRuleInd ¶
func (o *QosFlowSetupItem) HasDefaultQosRuleInd() bool
HasDefaultQosRuleInd returns a boolean if a field has been set.
func (*QosFlowSetupItem) HasEbi ¶
func (o *QosFlowSetupItem) HasEbi() bool
HasEbi returns a boolean if a field has been set.
func (*QosFlowSetupItem) HasQosFlowDescription ¶
func (o *QosFlowSetupItem) HasQosFlowDescription() bool
HasQosFlowDescription returns a boolean if a field has been set.
func (*QosFlowSetupItem) HasQosFlowProfile ¶
func (o *QosFlowSetupItem) HasQosFlowProfile() bool
HasQosFlowProfile returns a boolean if a field has been set.
func (QosFlowSetupItem) MarshalJSON ¶
func (o QosFlowSetupItem) MarshalJSON() ([]byte, error)
func (*QosFlowSetupItem) SetAssociatedAnType ¶
func (o *QosFlowSetupItem) SetAssociatedAnType(v QosFlowAccessType)
SetAssociatedAnType gets a reference to the given QosFlowAccessType and assigns it to the AssociatedAnType field.
func (*QosFlowSetupItem) SetDefaultQosRuleInd ¶
func (o *QosFlowSetupItem) SetDefaultQosRuleInd(v bool)
SetDefaultQosRuleInd gets a reference to the given bool and assigns it to the DefaultQosRuleInd field.
func (*QosFlowSetupItem) SetEbi ¶
func (o *QosFlowSetupItem) SetEbi(v int32)
SetEbi gets a reference to the given int32 and assigns it to the Ebi field.
func (*QosFlowSetupItem) SetQfi ¶
func (o *QosFlowSetupItem) SetQfi(v int32)
SetQfi sets field value
func (*QosFlowSetupItem) SetQosFlowDescription ¶
func (o *QosFlowSetupItem) SetQosFlowDescription(v string)
SetQosFlowDescription gets a reference to the given string and assigns it to the QosFlowDescription field.
func (*QosFlowSetupItem) SetQosFlowProfile ¶
func (o *QosFlowSetupItem) SetQosFlowProfile(v QosFlowProfile)
SetQosFlowProfile gets a reference to the given QosFlowProfile and assigns it to the QosFlowProfile field.
func (*QosFlowSetupItem) SetQosRules ¶
func (o *QosFlowSetupItem) SetQosRules(v string)
SetQosRules sets field value
func (QosFlowSetupItem) ToMap ¶
func (o QosFlowSetupItem) ToMap() (map[string]interface{}, error)
func (*QosFlowSetupItem) UnmarshalJSON ¶
func (o *QosFlowSetupItem) UnmarshalJSON(bytes []byte) (err error)
type QosFlowTunnel ¶
type QosFlowTunnel struct { QfiList []int32 `json:"qfiList"` TunnelInfo TunnelInfo `json:"tunnelInfo"` }
QosFlowTunnel Tunnel Information per QoS Flow
func NewQosFlowTunnel ¶
func NewQosFlowTunnel(qfiList []int32, tunnelInfo TunnelInfo) *QosFlowTunnel
NewQosFlowTunnel instantiates a new QosFlowTunnel 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 NewQosFlowTunnelWithDefaults ¶
func NewQosFlowTunnelWithDefaults() *QosFlowTunnel
NewQosFlowTunnelWithDefaults instantiates a new QosFlowTunnel 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 (*QosFlowTunnel) GetQfiList ¶
func (o *QosFlowTunnel) GetQfiList() []int32
GetQfiList returns the QfiList field value
func (*QosFlowTunnel) GetQfiListOk ¶
func (o *QosFlowTunnel) GetQfiListOk() ([]int32, bool)
GetQfiListOk returns a tuple with the QfiList field value and a boolean to check if the value has been set.
func (*QosFlowTunnel) GetTunnelInfo ¶
func (o *QosFlowTunnel) GetTunnelInfo() TunnelInfo
GetTunnelInfo returns the TunnelInfo field value
func (*QosFlowTunnel) GetTunnelInfoOk ¶
func (o *QosFlowTunnel) GetTunnelInfoOk() (*TunnelInfo, bool)
GetTunnelInfoOk returns a tuple with the TunnelInfo field value and a boolean to check if the value has been set.
func (QosFlowTunnel) MarshalJSON ¶
func (o QosFlowTunnel) MarshalJSON() ([]byte, error)
func (*QosFlowTunnel) SetQfiList ¶
func (o *QosFlowTunnel) SetQfiList(v []int32)
SetQfiList sets field value
func (*QosFlowTunnel) SetTunnelInfo ¶
func (o *QosFlowTunnel) SetTunnelInfo(v TunnelInfo)
SetTunnelInfo sets field value
func (QosFlowTunnel) ToMap ¶
func (o QosFlowTunnel) ToMap() (map[string]interface{}, error)
func (*QosFlowTunnel) UnmarshalJSON ¶
func (o *QosFlowTunnel) UnmarshalJSON(bytes []byte) (err error)
type QosFlowUsageReport ¶
type QosFlowUsageReport struct { // Unsigned integer identifying a QoS flow, within the range 0 to 63. Qfi int32 `json:"qfi"` // string with format 'date-time' as defined in OpenAPI. StartTimeStamp time.Time `json:"startTimeStamp"` // string with format 'date-time' as defined in OpenAPI. EndTimeStamp time.Time `json:"endTimeStamp"` // string with format 'int64' as defined in OpenAPI. DownlinkVolume int64 `json:"downlinkVolume"` // string with format 'int64' as defined in OpenAPI. UplinkVolume int64 `json:"uplinkVolume"` }
QosFlowUsageReport Contains QoS flows usage data information.
func NewQosFlowUsageReport ¶
func NewQosFlowUsageReport(qfi int32, startTimeStamp time.Time, endTimeStamp time.Time, downlinkVolume int64, uplinkVolume int64) *QosFlowUsageReport
NewQosFlowUsageReport instantiates a new QosFlowUsageReport 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 NewQosFlowUsageReportWithDefaults ¶
func NewQosFlowUsageReportWithDefaults() *QosFlowUsageReport
NewQosFlowUsageReportWithDefaults instantiates a new QosFlowUsageReport 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 (*QosFlowUsageReport) GetDownlinkVolume ¶
func (o *QosFlowUsageReport) GetDownlinkVolume() int64
GetDownlinkVolume returns the DownlinkVolume field value
func (*QosFlowUsageReport) GetDownlinkVolumeOk ¶
func (o *QosFlowUsageReport) GetDownlinkVolumeOk() (*int64, bool)
GetDownlinkVolumeOk returns a tuple with the DownlinkVolume field value and a boolean to check if the value has been set.
func (*QosFlowUsageReport) GetEndTimeStamp ¶
func (o *QosFlowUsageReport) GetEndTimeStamp() time.Time
GetEndTimeStamp returns the EndTimeStamp field value
func (*QosFlowUsageReport) GetEndTimeStampOk ¶
func (o *QosFlowUsageReport) GetEndTimeStampOk() (*time.Time, bool)
GetEndTimeStampOk returns a tuple with the EndTimeStamp field value and a boolean to check if the value has been set.
func (*QosFlowUsageReport) GetQfi ¶
func (o *QosFlowUsageReport) GetQfi() int32
GetQfi returns the Qfi field value
func (*QosFlowUsageReport) GetQfiOk ¶
func (o *QosFlowUsageReport) GetQfiOk() (*int32, bool)
GetQfiOk returns a tuple with the Qfi field value and a boolean to check if the value has been set.
func (*QosFlowUsageReport) GetStartTimeStamp ¶
func (o *QosFlowUsageReport) GetStartTimeStamp() time.Time
GetStartTimeStamp returns the StartTimeStamp field value
func (*QosFlowUsageReport) GetStartTimeStampOk ¶
func (o *QosFlowUsageReport) GetStartTimeStampOk() (*time.Time, bool)
GetStartTimeStampOk returns a tuple with the StartTimeStamp field value and a boolean to check if the value has been set.
func (*QosFlowUsageReport) GetUplinkVolume ¶
func (o *QosFlowUsageReport) GetUplinkVolume() int64
GetUplinkVolume returns the UplinkVolume field value
func (*QosFlowUsageReport) GetUplinkVolumeOk ¶
func (o *QosFlowUsageReport) GetUplinkVolumeOk() (*int64, bool)
GetUplinkVolumeOk returns a tuple with the UplinkVolume field value and a boolean to check if the value has been set.
func (QosFlowUsageReport) MarshalJSON ¶
func (o QosFlowUsageReport) MarshalJSON() ([]byte, error)
func (*QosFlowUsageReport) SetDownlinkVolume ¶
func (o *QosFlowUsageReport) SetDownlinkVolume(v int64)
SetDownlinkVolume sets field value
func (*QosFlowUsageReport) SetEndTimeStamp ¶
func (o *QosFlowUsageReport) SetEndTimeStamp(v time.Time)
SetEndTimeStamp sets field value
func (*QosFlowUsageReport) SetQfi ¶
func (o *QosFlowUsageReport) SetQfi(v int32)
SetQfi sets field value
func (*QosFlowUsageReport) SetStartTimeStamp ¶
func (o *QosFlowUsageReport) SetStartTimeStamp(v time.Time)
SetStartTimeStamp sets field value
func (*QosFlowUsageReport) SetUplinkVolume ¶
func (o *QosFlowUsageReport) SetUplinkVolume(v int64)
SetUplinkVolume sets field value
func (QosFlowUsageReport) ToMap ¶
func (o QosFlowUsageReport) ToMap() (map[string]interface{}, error)
func (*QosFlowUsageReport) UnmarshalJSON ¶
func (o *QosFlowUsageReport) UnmarshalJSON(bytes []byte) (err error)
type QosMonitoringInfo ¶
type QosMonitoringInfo struct {
QosMonitoringInd *bool `json:"qosMonitoringInd,omitempty"`
}
QosMonitoringInfo QoS Monitoring Information
func NewQosMonitoringInfo ¶
func NewQosMonitoringInfo() *QosMonitoringInfo
NewQosMonitoringInfo instantiates a new QosMonitoringInfo 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 NewQosMonitoringInfoWithDefaults ¶
func NewQosMonitoringInfoWithDefaults() *QosMonitoringInfo
NewQosMonitoringInfoWithDefaults instantiates a new QosMonitoringInfo 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 (*QosMonitoringInfo) GetQosMonitoringInd ¶
func (o *QosMonitoringInfo) GetQosMonitoringInd() bool
GetQosMonitoringInd returns the QosMonitoringInd field value if set, zero value otherwise.
func (*QosMonitoringInfo) GetQosMonitoringIndOk ¶
func (o *QosMonitoringInfo) GetQosMonitoringIndOk() (*bool, bool)
GetQosMonitoringIndOk returns a tuple with the QosMonitoringInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosMonitoringInfo) HasQosMonitoringInd ¶
func (o *QosMonitoringInfo) HasQosMonitoringInd() bool
HasQosMonitoringInd returns a boolean if a field has been set.
func (QosMonitoringInfo) MarshalJSON ¶
func (o QosMonitoringInfo) MarshalJSON() ([]byte, error)
func (*QosMonitoringInfo) SetQosMonitoringInd ¶
func (o *QosMonitoringInfo) SetQosMonitoringInd(v bool)
SetQosMonitoringInd gets a reference to the given bool and assigns it to the QosMonitoringInd field.
func (QosMonitoringInfo) ToMap ¶
func (o QosMonitoringInfo) ToMap() (map[string]interface{}, error)
type QosMonitoringReq ¶
type QosMonitoringReq struct {
// contains filtered or unexported fields
}
QosMonitoringReq QoS monitoring request. Possible values are - UL - DL - BOTH - NONE
func (*QosMonitoringReq) MarshalJSON ¶
func (src *QosMonitoringReq) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*QosMonitoringReq) UnmarshalJSON ¶
func (dst *QosMonitoringReq) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type QosResourceType ¶
type QosResourceType struct {
// contains filtered or unexported fields
}
QosResourceType The enumeration QosResourceType indicates whether a QoS Flow is non-GBR, delay critical GBR, or non-delay critical GBR (see clauses 5.7.3.4 and 5.7.3.5 of 3GPP TS 23.501). It shall comply with the provisions defined in table 5.5.3.6-1.
func (*QosResourceType) MarshalJSON ¶
func (src *QosResourceType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*QosResourceType) UnmarshalJSON ¶
func (dst *QosResourceType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RatType ¶
type RatType struct {
// contains filtered or unexported fields
}
RatType Indicates the radio access used.
func (*RatType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*RatType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type RedirectResponse ¶
type RedirectResponse struct { Cause *string `json:"cause,omitempty"` // String providing an URI formatted according to RFC 3986. TargetScp *string `json:"targetScp,omitempty"` // String providing an URI formatted according to RFC 3986. TargetSepp *string `json:"targetSepp,omitempty"` }
RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.
func NewRedirectResponse ¶
func NewRedirectResponse() *RedirectResponse
NewRedirectResponse instantiates a new RedirectResponse 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 NewRedirectResponseWithDefaults ¶
func NewRedirectResponseWithDefaults() *RedirectResponse
NewRedirectResponseWithDefaults instantiates a new RedirectResponse 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 (*RedirectResponse) GetCause ¶
func (o *RedirectResponse) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*RedirectResponse) GetCauseOk ¶
func (o *RedirectResponse) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetScp ¶
func (o *RedirectResponse) GetTargetScp() string
GetTargetScp returns the TargetScp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetScpOk ¶
func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
GetTargetScpOk returns a tuple with the TargetScp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetSepp ¶
func (o *RedirectResponse) GetTargetSepp() string
GetTargetSepp returns the TargetSepp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetSeppOk ¶
func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
GetTargetSeppOk returns a tuple with the TargetSepp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) HasCause ¶
func (o *RedirectResponse) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetScp ¶
func (o *RedirectResponse) HasTargetScp() bool
HasTargetScp returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetSepp ¶
func (o *RedirectResponse) HasTargetSepp() bool
HasTargetSepp returns a boolean if a field has been set.
func (RedirectResponse) MarshalJSON ¶
func (o RedirectResponse) MarshalJSON() ([]byte, error)
func (*RedirectResponse) SetCause ¶
func (o *RedirectResponse) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*RedirectResponse) SetTargetScp ¶
func (o *RedirectResponse) SetTargetScp(v string)
SetTargetScp gets a reference to the given string and assigns it to the TargetScp field.
func (*RedirectResponse) SetTargetSepp ¶
func (o *RedirectResponse) SetTargetSepp(v string)
SetTargetSepp gets a reference to the given string and assigns it to the TargetSepp field.
func (RedirectResponse) ToMap ¶
func (o RedirectResponse) ToMap() (map[string]interface{}, error)
type RedundantPduSessionInformation ¶
type RedundantPduSessionInformation struct { Rsn Rsn `json:"rsn"` PduSessionPairId *int32 `json:"pduSessionPairId,omitempty"` }
RedundantPduSessionInformation Redundant PDU Session Information
func NewRedundantPduSessionInformation ¶
func NewRedundantPduSessionInformation(rsn Rsn) *RedundantPduSessionInformation
NewRedundantPduSessionInformation instantiates a new RedundantPduSessionInformation 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 NewRedundantPduSessionInformationWithDefaults ¶
func NewRedundantPduSessionInformationWithDefaults() *RedundantPduSessionInformation
NewRedundantPduSessionInformationWithDefaults instantiates a new RedundantPduSessionInformation 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 (*RedundantPduSessionInformation) GetPduSessionPairId ¶
func (o *RedundantPduSessionInformation) GetPduSessionPairId() int32
GetPduSessionPairId returns the PduSessionPairId field value if set, zero value otherwise.
func (*RedundantPduSessionInformation) GetPduSessionPairIdOk ¶
func (o *RedundantPduSessionInformation) GetPduSessionPairIdOk() (*int32, bool)
GetPduSessionPairIdOk returns a tuple with the PduSessionPairId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedundantPduSessionInformation) GetRsn ¶
func (o *RedundantPduSessionInformation) GetRsn() Rsn
GetRsn returns the Rsn field value
func (*RedundantPduSessionInformation) GetRsnOk ¶
func (o *RedundantPduSessionInformation) GetRsnOk() (*Rsn, bool)
GetRsnOk returns a tuple with the Rsn field value and a boolean to check if the value has been set.
func (*RedundantPduSessionInformation) HasPduSessionPairId ¶
func (o *RedundantPduSessionInformation) HasPduSessionPairId() bool
HasPduSessionPairId returns a boolean if a field has been set.
func (RedundantPduSessionInformation) MarshalJSON ¶
func (o RedundantPduSessionInformation) MarshalJSON() ([]byte, error)
func (*RedundantPduSessionInformation) SetPduSessionPairId ¶
func (o *RedundantPduSessionInformation) SetPduSessionPairId(v int32)
SetPduSessionPairId gets a reference to the given int32 and assigns it to the PduSessionPairId field.
func (*RedundantPduSessionInformation) SetRsn ¶
func (o *RedundantPduSessionInformation) SetRsn(v Rsn)
SetRsn sets field value
func (RedundantPduSessionInformation) ToMap ¶
func (o RedundantPduSessionInformation) ToMap() (map[string]interface{}, error)
func (*RedundantPduSessionInformation) UnmarshalJSON ¶
func (o *RedundantPduSessionInformation) UnmarshalJSON(bytes []byte) (err error)
type RefToBinaryData ¶
type RefToBinaryData struct { // This IE shall contain the value of the Content-ID header of the referenced binary body part. ContentId string `json:"contentId"` }
RefToBinaryData This parameter provides information about the referenced binary body data.
func NewRefToBinaryData ¶
func NewRefToBinaryData(contentId string) *RefToBinaryData
NewRefToBinaryData instantiates a new RefToBinaryData 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 NewRefToBinaryDataWithDefaults ¶
func NewRefToBinaryDataWithDefaults() *RefToBinaryData
NewRefToBinaryDataWithDefaults instantiates a new RefToBinaryData 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 (*RefToBinaryData) GetContentId ¶
func (o *RefToBinaryData) GetContentId() string
GetContentId returns the ContentId field value
func (*RefToBinaryData) GetContentIdOk ¶
func (o *RefToBinaryData) GetContentIdOk() (*string, bool)
GetContentIdOk returns a tuple with the ContentId field value and a boolean to check if the value has been set.
func (RefToBinaryData) MarshalJSON ¶
func (o RefToBinaryData) MarshalJSON() ([]byte, error)
func (*RefToBinaryData) SetContentId ¶
func (o *RefToBinaryData) SetContentId(v string)
SetContentId sets field value
func (RefToBinaryData) ToMap ¶
func (o RefToBinaryData) ToMap() (map[string]interface{}, error)
func (*RefToBinaryData) UnmarshalJSON ¶
func (o *RefToBinaryData) UnmarshalJSON(bytes []byte) (err error)
type ReflectiveQoSAttribute ¶
type ReflectiveQoSAttribute struct {
// contains filtered or unexported fields
}
ReflectiveQoSAttribute The enumeration ReflectiveQosAttribute indicates whether certain traffic of the QoS flow may be subject to Reflective QoS (see clause 5.7.2.3 of 3GPP TS 23.501). It shall comply with the provisions defined in table 5.5.3.3-1.
func (*ReflectiveQoSAttribute) MarshalJSON ¶
func (src *ReflectiveQoSAttribute) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReflectiveQoSAttribute) UnmarshalJSON ¶
func (dst *ReflectiveQoSAttribute) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ReleaseData ¶
type ReleaseData struct { Cause *Cause `json:"cause,omitempty"` NgApCause *NgApCause `json:"ngApCause,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Var5gMmCauseValue *int32 `json:"5gMmCauseValue,omitempty"` UeLocation *UserLocation `json:"ueLocation,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. UeTimeZone *string `json:"ueTimeZone,omitempty"` AddUeLocation *UserLocation `json:"addUeLocation,omitempty"` SecondaryRatUsageReport []SecondaryRatUsageReport `json:"secondaryRatUsageReport,omitempty"` SecondaryRatUsageInfo []SecondaryRatUsageInfo `json:"secondaryRatUsageInfo,omitempty"` N4Info *N4Information `json:"n4Info,omitempty"` N4InfoExt1 *N4Information `json:"n4InfoExt1,omitempty"` N4InfoExt2 *N4Information `json:"n4InfoExt2,omitempty"` }
ReleaseData Data within Release Request
func NewReleaseData ¶
func NewReleaseData() *ReleaseData
NewReleaseData instantiates a new ReleaseData 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 NewReleaseDataWithDefaults ¶
func NewReleaseDataWithDefaults() *ReleaseData
NewReleaseDataWithDefaults instantiates a new ReleaseData 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 (*ReleaseData) GetAddUeLocation ¶
func (o *ReleaseData) GetAddUeLocation() UserLocation
GetAddUeLocation returns the AddUeLocation field value if set, zero value otherwise.
func (*ReleaseData) GetAddUeLocationOk ¶
func (o *ReleaseData) GetAddUeLocationOk() (*UserLocation, bool)
GetAddUeLocationOk returns a tuple with the AddUeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) GetCause ¶
func (o *ReleaseData) GetCause() Cause
GetCause returns the Cause field value if set, zero value otherwise.
func (*ReleaseData) GetCauseOk ¶
func (o *ReleaseData) GetCauseOk() (*Cause, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) GetN4Info ¶
func (o *ReleaseData) GetN4Info() N4Information
GetN4Info returns the N4Info field value if set, zero value otherwise.
func (*ReleaseData) GetN4InfoExt1 ¶
func (o *ReleaseData) GetN4InfoExt1() N4Information
GetN4InfoExt1 returns the N4InfoExt1 field value if set, zero value otherwise.
func (*ReleaseData) GetN4InfoExt1Ok ¶
func (o *ReleaseData) GetN4InfoExt1Ok() (*N4Information, bool)
GetN4InfoExt1Ok returns a tuple with the N4InfoExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) GetN4InfoExt2 ¶
func (o *ReleaseData) GetN4InfoExt2() N4Information
GetN4InfoExt2 returns the N4InfoExt2 field value if set, zero value otherwise.
func (*ReleaseData) GetN4InfoExt2Ok ¶
func (o *ReleaseData) GetN4InfoExt2Ok() (*N4Information, bool)
GetN4InfoExt2Ok returns a tuple with the N4InfoExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) GetN4InfoOk ¶
func (o *ReleaseData) GetN4InfoOk() (*N4Information, bool)
GetN4InfoOk returns a tuple with the N4Info field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) GetNgApCause ¶
func (o *ReleaseData) GetNgApCause() NgApCause
GetNgApCause returns the NgApCause field value if set, zero value otherwise.
func (*ReleaseData) GetNgApCauseOk ¶
func (o *ReleaseData) GetNgApCauseOk() (*NgApCause, bool)
GetNgApCauseOk returns a tuple with the NgApCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) GetSecondaryRatUsageInfo ¶
func (o *ReleaseData) GetSecondaryRatUsageInfo() []SecondaryRatUsageInfo
GetSecondaryRatUsageInfo returns the SecondaryRatUsageInfo field value if set, zero value otherwise.
func (*ReleaseData) GetSecondaryRatUsageInfoOk ¶
func (o *ReleaseData) GetSecondaryRatUsageInfoOk() ([]SecondaryRatUsageInfo, bool)
GetSecondaryRatUsageInfoOk returns a tuple with the SecondaryRatUsageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) GetSecondaryRatUsageReport ¶
func (o *ReleaseData) GetSecondaryRatUsageReport() []SecondaryRatUsageReport
GetSecondaryRatUsageReport returns the SecondaryRatUsageReport field value if set, zero value otherwise.
func (*ReleaseData) GetSecondaryRatUsageReportOk ¶
func (o *ReleaseData) GetSecondaryRatUsageReportOk() ([]SecondaryRatUsageReport, bool)
GetSecondaryRatUsageReportOk returns a tuple with the SecondaryRatUsageReport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) GetUeLocation ¶
func (o *ReleaseData) GetUeLocation() UserLocation
GetUeLocation returns the UeLocation field value if set, zero value otherwise.
func (*ReleaseData) GetUeLocationOk ¶
func (o *ReleaseData) GetUeLocationOk() (*UserLocation, bool)
GetUeLocationOk returns a tuple with the UeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) GetUeTimeZone ¶
func (o *ReleaseData) GetUeTimeZone() string
GetUeTimeZone returns the UeTimeZone field value if set, zero value otherwise.
func (*ReleaseData) GetUeTimeZoneOk ¶
func (o *ReleaseData) GetUeTimeZoneOk() (*string, bool)
GetUeTimeZoneOk returns a tuple with the UeTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) GetVar5gMmCauseValue ¶
func (o *ReleaseData) GetVar5gMmCauseValue() int32
GetVar5gMmCauseValue returns the Var5gMmCauseValue field value if set, zero value otherwise.
func (*ReleaseData) GetVar5gMmCauseValueOk ¶
func (o *ReleaseData) GetVar5gMmCauseValueOk() (*int32, bool)
GetVar5gMmCauseValueOk returns a tuple with the Var5gMmCauseValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseData) HasAddUeLocation ¶
func (o *ReleaseData) HasAddUeLocation() bool
HasAddUeLocation returns a boolean if a field has been set.
func (*ReleaseData) HasCause ¶
func (o *ReleaseData) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ReleaseData) HasN4Info ¶
func (o *ReleaseData) HasN4Info() bool
HasN4Info returns a boolean if a field has been set.
func (*ReleaseData) HasN4InfoExt1 ¶
func (o *ReleaseData) HasN4InfoExt1() bool
HasN4InfoExt1 returns a boolean if a field has been set.
func (*ReleaseData) HasN4InfoExt2 ¶
func (o *ReleaseData) HasN4InfoExt2() bool
HasN4InfoExt2 returns a boolean if a field has been set.
func (*ReleaseData) HasNgApCause ¶
func (o *ReleaseData) HasNgApCause() bool
HasNgApCause returns a boolean if a field has been set.
func (*ReleaseData) HasSecondaryRatUsageInfo ¶
func (o *ReleaseData) HasSecondaryRatUsageInfo() bool
HasSecondaryRatUsageInfo returns a boolean if a field has been set.
func (*ReleaseData) HasSecondaryRatUsageReport ¶
func (o *ReleaseData) HasSecondaryRatUsageReport() bool
HasSecondaryRatUsageReport returns a boolean if a field has been set.
func (*ReleaseData) HasUeLocation ¶
func (o *ReleaseData) HasUeLocation() bool
HasUeLocation returns a boolean if a field has been set.
func (*ReleaseData) HasUeTimeZone ¶
func (o *ReleaseData) HasUeTimeZone() bool
HasUeTimeZone returns a boolean if a field has been set.
func (*ReleaseData) HasVar5gMmCauseValue ¶
func (o *ReleaseData) HasVar5gMmCauseValue() bool
HasVar5gMmCauseValue returns a boolean if a field has been set.
func (ReleaseData) MarshalJSON ¶
func (o ReleaseData) MarshalJSON() ([]byte, error)
func (*ReleaseData) SetAddUeLocation ¶
func (o *ReleaseData) SetAddUeLocation(v UserLocation)
SetAddUeLocation gets a reference to the given UserLocation and assigns it to the AddUeLocation field.
func (*ReleaseData) SetCause ¶
func (o *ReleaseData) SetCause(v Cause)
SetCause gets a reference to the given Cause and assigns it to the Cause field.
func (*ReleaseData) SetN4Info ¶
func (o *ReleaseData) SetN4Info(v N4Information)
SetN4Info gets a reference to the given N4Information and assigns it to the N4Info field.
func (*ReleaseData) SetN4InfoExt1 ¶
func (o *ReleaseData) SetN4InfoExt1(v N4Information)
SetN4InfoExt1 gets a reference to the given N4Information and assigns it to the N4InfoExt1 field.
func (*ReleaseData) SetN4InfoExt2 ¶
func (o *ReleaseData) SetN4InfoExt2(v N4Information)
SetN4InfoExt2 gets a reference to the given N4Information and assigns it to the N4InfoExt2 field.
func (*ReleaseData) SetNgApCause ¶
func (o *ReleaseData) SetNgApCause(v NgApCause)
SetNgApCause gets a reference to the given NgApCause and assigns it to the NgApCause field.
func (*ReleaseData) SetSecondaryRatUsageInfo ¶
func (o *ReleaseData) SetSecondaryRatUsageInfo(v []SecondaryRatUsageInfo)
SetSecondaryRatUsageInfo gets a reference to the given []SecondaryRatUsageInfo and assigns it to the SecondaryRatUsageInfo field.
func (*ReleaseData) SetSecondaryRatUsageReport ¶
func (o *ReleaseData) SetSecondaryRatUsageReport(v []SecondaryRatUsageReport)
SetSecondaryRatUsageReport gets a reference to the given []SecondaryRatUsageReport and assigns it to the SecondaryRatUsageReport field.
func (*ReleaseData) SetUeLocation ¶
func (o *ReleaseData) SetUeLocation(v UserLocation)
SetUeLocation gets a reference to the given UserLocation and assigns it to the UeLocation field.
func (*ReleaseData) SetUeTimeZone ¶
func (o *ReleaseData) SetUeTimeZone(v string)
SetUeTimeZone gets a reference to the given string and assigns it to the UeTimeZone field.
func (*ReleaseData) SetVar5gMmCauseValue ¶
func (o *ReleaseData) SetVar5gMmCauseValue(v int32)
SetVar5gMmCauseValue gets a reference to the given int32 and assigns it to the Var5gMmCauseValue field.
func (ReleaseData) ToMap ¶
func (o ReleaseData) ToMap() (map[string]interface{}, error)
type ReleasePduSession200Response ¶
type ReleasePduSession200Response struct { JsonData *ReleasedData `json:"jsonData,omitempty"` BinaryDataN4Information **os.File `json:"binaryDataN4Information,omitempty"` BinaryDataN4InformationExt1 **os.File `json:"binaryDataN4InformationExt1,omitempty"` BinaryDataN4InformationExt2 **os.File `json:"binaryDataN4InformationExt2,omitempty"` }
ReleasePduSession200Response struct for ReleasePduSession200Response
func NewReleasePduSession200Response ¶
func NewReleasePduSession200Response() *ReleasePduSession200Response
NewReleasePduSession200Response instantiates a new ReleasePduSession200Response 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 NewReleasePduSession200ResponseWithDefaults ¶
func NewReleasePduSession200ResponseWithDefaults() *ReleasePduSession200Response
NewReleasePduSession200ResponseWithDefaults instantiates a new ReleasePduSession200Response 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 (*ReleasePduSession200Response) GetBinaryDataN4Information ¶
func (o *ReleasePduSession200Response) GetBinaryDataN4Information() *os.File
GetBinaryDataN4Information returns the BinaryDataN4Information field value if set, zero value otherwise.
func (*ReleasePduSession200Response) GetBinaryDataN4InformationExt1 ¶
func (o *ReleasePduSession200Response) GetBinaryDataN4InformationExt1() *os.File
GetBinaryDataN4InformationExt1 returns the BinaryDataN4InformationExt1 field value if set, zero value otherwise.
func (*ReleasePduSession200Response) GetBinaryDataN4InformationExt1Ok ¶
func (o *ReleasePduSession200Response) GetBinaryDataN4InformationExt1Ok() (**os.File, bool)
GetBinaryDataN4InformationExt1Ok returns a tuple with the BinaryDataN4InformationExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasePduSession200Response) GetBinaryDataN4InformationExt2 ¶
func (o *ReleasePduSession200Response) GetBinaryDataN4InformationExt2() *os.File
GetBinaryDataN4InformationExt2 returns the BinaryDataN4InformationExt2 field value if set, zero value otherwise.
func (*ReleasePduSession200Response) GetBinaryDataN4InformationExt2Ok ¶
func (o *ReleasePduSession200Response) GetBinaryDataN4InformationExt2Ok() (**os.File, bool)
GetBinaryDataN4InformationExt2Ok returns a tuple with the BinaryDataN4InformationExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasePduSession200Response) GetBinaryDataN4InformationOk ¶
func (o *ReleasePduSession200Response) GetBinaryDataN4InformationOk() (**os.File, bool)
GetBinaryDataN4InformationOk returns a tuple with the BinaryDataN4Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasePduSession200Response) GetJsonData ¶
func (o *ReleasePduSession200Response) GetJsonData() ReleasedData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*ReleasePduSession200Response) GetJsonDataOk ¶
func (o *ReleasePduSession200Response) GetJsonDataOk() (*ReleasedData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasePduSession200Response) HasBinaryDataN4Information ¶
func (o *ReleasePduSession200Response) HasBinaryDataN4Information() bool
HasBinaryDataN4Information returns a boolean if a field has been set.
func (*ReleasePduSession200Response) HasBinaryDataN4InformationExt1 ¶
func (o *ReleasePduSession200Response) HasBinaryDataN4InformationExt1() bool
HasBinaryDataN4InformationExt1 returns a boolean if a field has been set.
func (*ReleasePduSession200Response) HasBinaryDataN4InformationExt2 ¶
func (o *ReleasePduSession200Response) HasBinaryDataN4InformationExt2() bool
HasBinaryDataN4InformationExt2 returns a boolean if a field has been set.
func (*ReleasePduSession200Response) HasJsonData ¶
func (o *ReleasePduSession200Response) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (ReleasePduSession200Response) MarshalJSON ¶
func (o ReleasePduSession200Response) MarshalJSON() ([]byte, error)
func (*ReleasePduSession200Response) SetBinaryDataN4Information ¶
func (o *ReleasePduSession200Response) SetBinaryDataN4Information(v *os.File)
SetBinaryDataN4Information gets a reference to the given *os.File and assigns it to the BinaryDataN4Information field.
func (*ReleasePduSession200Response) SetBinaryDataN4InformationExt1 ¶
func (o *ReleasePduSession200Response) SetBinaryDataN4InformationExt1(v *os.File)
SetBinaryDataN4InformationExt1 gets a reference to the given *os.File and assigns it to the BinaryDataN4InformationExt1 field.
func (*ReleasePduSession200Response) SetBinaryDataN4InformationExt2 ¶
func (o *ReleasePduSession200Response) SetBinaryDataN4InformationExt2(v *os.File)
SetBinaryDataN4InformationExt2 gets a reference to the given *os.File and assigns it to the BinaryDataN4InformationExt2 field.
func (*ReleasePduSession200Response) SetJsonData ¶
func (o *ReleasePduSession200Response) SetJsonData(v ReleasedData)
SetJsonData gets a reference to the given ReleasedData and assigns it to the JsonData field.
func (ReleasePduSession200Response) ToMap ¶
func (o ReleasePduSession200Response) ToMap() (map[string]interface{}, error)
type ReleasePduSessionRequest ¶
type ReleasePduSessionRequest struct { JsonData *ReleaseData `json:"jsonData,omitempty"` BinaryDataN4Information **os.File `json:"binaryDataN4Information,omitempty"` BinaryDataN4InformationExt1 **os.File `json:"binaryDataN4InformationExt1,omitempty"` BinaryDataN4InformationExt2 **os.File `json:"binaryDataN4InformationExt2,omitempty"` }
ReleasePduSessionRequest struct for ReleasePduSessionRequest
func NewReleasePduSessionRequest ¶
func NewReleasePduSessionRequest() *ReleasePduSessionRequest
NewReleasePduSessionRequest instantiates a new ReleasePduSessionRequest 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 NewReleasePduSessionRequestWithDefaults ¶
func NewReleasePduSessionRequestWithDefaults() *ReleasePduSessionRequest
NewReleasePduSessionRequestWithDefaults instantiates a new ReleasePduSessionRequest 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 (*ReleasePduSessionRequest) GetBinaryDataN4Information ¶
func (o *ReleasePduSessionRequest) GetBinaryDataN4Information() *os.File
GetBinaryDataN4Information returns the BinaryDataN4Information field value if set, zero value otherwise.
func (*ReleasePduSessionRequest) GetBinaryDataN4InformationExt1 ¶
func (o *ReleasePduSessionRequest) GetBinaryDataN4InformationExt1() *os.File
GetBinaryDataN4InformationExt1 returns the BinaryDataN4InformationExt1 field value if set, zero value otherwise.
func (*ReleasePduSessionRequest) GetBinaryDataN4InformationExt1Ok ¶
func (o *ReleasePduSessionRequest) GetBinaryDataN4InformationExt1Ok() (**os.File, bool)
GetBinaryDataN4InformationExt1Ok returns a tuple with the BinaryDataN4InformationExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasePduSessionRequest) GetBinaryDataN4InformationExt2 ¶
func (o *ReleasePduSessionRequest) GetBinaryDataN4InformationExt2() *os.File
GetBinaryDataN4InformationExt2 returns the BinaryDataN4InformationExt2 field value if set, zero value otherwise.
func (*ReleasePduSessionRequest) GetBinaryDataN4InformationExt2Ok ¶
func (o *ReleasePduSessionRequest) GetBinaryDataN4InformationExt2Ok() (**os.File, bool)
GetBinaryDataN4InformationExt2Ok returns a tuple with the BinaryDataN4InformationExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasePduSessionRequest) GetBinaryDataN4InformationOk ¶
func (o *ReleasePduSessionRequest) GetBinaryDataN4InformationOk() (**os.File, bool)
GetBinaryDataN4InformationOk returns a tuple with the BinaryDataN4Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasePduSessionRequest) GetJsonData ¶
func (o *ReleasePduSessionRequest) GetJsonData() ReleaseData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*ReleasePduSessionRequest) GetJsonDataOk ¶
func (o *ReleasePduSessionRequest) GetJsonDataOk() (*ReleaseData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasePduSessionRequest) HasBinaryDataN4Information ¶
func (o *ReleasePduSessionRequest) HasBinaryDataN4Information() bool
HasBinaryDataN4Information returns a boolean if a field has been set.
func (*ReleasePduSessionRequest) HasBinaryDataN4InformationExt1 ¶
func (o *ReleasePduSessionRequest) HasBinaryDataN4InformationExt1() bool
HasBinaryDataN4InformationExt1 returns a boolean if a field has been set.
func (*ReleasePduSessionRequest) HasBinaryDataN4InformationExt2 ¶
func (o *ReleasePduSessionRequest) HasBinaryDataN4InformationExt2() bool
HasBinaryDataN4InformationExt2 returns a boolean if a field has been set.
func (*ReleasePduSessionRequest) HasJsonData ¶
func (o *ReleasePduSessionRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (ReleasePduSessionRequest) MarshalJSON ¶
func (o ReleasePduSessionRequest) MarshalJSON() ([]byte, error)
func (*ReleasePduSessionRequest) SetBinaryDataN4Information ¶
func (o *ReleasePduSessionRequest) SetBinaryDataN4Information(v *os.File)
SetBinaryDataN4Information gets a reference to the given *os.File and assigns it to the BinaryDataN4Information field.
func (*ReleasePduSessionRequest) SetBinaryDataN4InformationExt1 ¶
func (o *ReleasePduSessionRequest) SetBinaryDataN4InformationExt1(v *os.File)
SetBinaryDataN4InformationExt1 gets a reference to the given *os.File and assigns it to the BinaryDataN4InformationExt1 field.
func (*ReleasePduSessionRequest) SetBinaryDataN4InformationExt2 ¶
func (o *ReleasePduSessionRequest) SetBinaryDataN4InformationExt2(v *os.File)
SetBinaryDataN4InformationExt2 gets a reference to the given *os.File and assigns it to the BinaryDataN4InformationExt2 field.
func (*ReleasePduSessionRequest) SetJsonData ¶
func (o *ReleasePduSessionRequest) SetJsonData(v ReleaseData)
SetJsonData gets a reference to the given ReleaseData and assigns it to the JsonData field.
func (ReleasePduSessionRequest) ToMap ¶
func (o ReleasePduSessionRequest) ToMap() (map[string]interface{}, error)
type ReleaseSmContextRequest ¶
type ReleaseSmContextRequest struct { JsonData *SmContextReleaseData `json:"jsonData,omitempty"` BinaryDataN2SmInformation **os.File `json:"binaryDataN2SmInformation,omitempty"` }
ReleaseSmContextRequest struct for ReleaseSmContextRequest
func NewReleaseSmContextRequest ¶
func NewReleaseSmContextRequest() *ReleaseSmContextRequest
NewReleaseSmContextRequest instantiates a new ReleaseSmContextRequest 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 NewReleaseSmContextRequestWithDefaults ¶
func NewReleaseSmContextRequestWithDefaults() *ReleaseSmContextRequest
NewReleaseSmContextRequestWithDefaults instantiates a new ReleaseSmContextRequest 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 (*ReleaseSmContextRequest) GetBinaryDataN2SmInformation ¶
func (o *ReleaseSmContextRequest) GetBinaryDataN2SmInformation() *os.File
GetBinaryDataN2SmInformation returns the BinaryDataN2SmInformation field value if set, zero value otherwise.
func (*ReleaseSmContextRequest) GetBinaryDataN2SmInformationOk ¶
func (o *ReleaseSmContextRequest) GetBinaryDataN2SmInformationOk() (**os.File, bool)
GetBinaryDataN2SmInformationOk returns a tuple with the BinaryDataN2SmInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseSmContextRequest) GetJsonData ¶
func (o *ReleaseSmContextRequest) GetJsonData() SmContextReleaseData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*ReleaseSmContextRequest) GetJsonDataOk ¶
func (o *ReleaseSmContextRequest) GetJsonDataOk() (*SmContextReleaseData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseSmContextRequest) HasBinaryDataN2SmInformation ¶
func (o *ReleaseSmContextRequest) HasBinaryDataN2SmInformation() bool
HasBinaryDataN2SmInformation returns a boolean if a field has been set.
func (*ReleaseSmContextRequest) HasJsonData ¶
func (o *ReleaseSmContextRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (ReleaseSmContextRequest) MarshalJSON ¶
func (o ReleaseSmContextRequest) MarshalJSON() ([]byte, error)
func (*ReleaseSmContextRequest) SetBinaryDataN2SmInformation ¶
func (o *ReleaseSmContextRequest) SetBinaryDataN2SmInformation(v *os.File)
SetBinaryDataN2SmInformation gets a reference to the given *os.File and assigns it to the BinaryDataN2SmInformation field.
func (*ReleaseSmContextRequest) SetJsonData ¶
func (o *ReleaseSmContextRequest) SetJsonData(v SmContextReleaseData)
SetJsonData gets a reference to the given SmContextReleaseData and assigns it to the JsonData field.
func (ReleaseSmContextRequest) ToMap ¶
func (o ReleaseSmContextRequest) ToMap() (map[string]interface{}, error)
type ReleasedData ¶
type ReleasedData struct { SmallDataRateStatus *SmallDataRateStatus `json:"smallDataRateStatus,omitempty"` ApnRateStatus *ApnRateStatus `json:"apnRateStatus,omitempty"` N4Info *N4Information `json:"n4Info,omitempty"` N4InfoExt1 *N4Information `json:"n4InfoExt1,omitempty"` N4InfoExt2 *N4Information `json:"n4InfoExt2,omitempty"` }
ReleasedData Data within Release Response
func NewReleasedData ¶
func NewReleasedData() *ReleasedData
NewReleasedData instantiates a new ReleasedData 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 NewReleasedDataWithDefaults ¶
func NewReleasedDataWithDefaults() *ReleasedData
NewReleasedDataWithDefaults instantiates a new ReleasedData 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 (*ReleasedData) GetApnRateStatus ¶
func (o *ReleasedData) GetApnRateStatus() ApnRateStatus
GetApnRateStatus returns the ApnRateStatus field value if set, zero value otherwise.
func (*ReleasedData) GetApnRateStatusOk ¶
func (o *ReleasedData) GetApnRateStatusOk() (*ApnRateStatus, bool)
GetApnRateStatusOk returns a tuple with the ApnRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasedData) GetN4Info ¶
func (o *ReleasedData) GetN4Info() N4Information
GetN4Info returns the N4Info field value if set, zero value otherwise.
func (*ReleasedData) GetN4InfoExt1 ¶
func (o *ReleasedData) GetN4InfoExt1() N4Information
GetN4InfoExt1 returns the N4InfoExt1 field value if set, zero value otherwise.
func (*ReleasedData) GetN4InfoExt1Ok ¶
func (o *ReleasedData) GetN4InfoExt1Ok() (*N4Information, bool)
GetN4InfoExt1Ok returns a tuple with the N4InfoExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasedData) GetN4InfoExt2 ¶
func (o *ReleasedData) GetN4InfoExt2() N4Information
GetN4InfoExt2 returns the N4InfoExt2 field value if set, zero value otherwise.
func (*ReleasedData) GetN4InfoExt2Ok ¶
func (o *ReleasedData) GetN4InfoExt2Ok() (*N4Information, bool)
GetN4InfoExt2Ok returns a tuple with the N4InfoExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasedData) GetN4InfoOk ¶
func (o *ReleasedData) GetN4InfoOk() (*N4Information, bool)
GetN4InfoOk returns a tuple with the N4Info field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasedData) GetSmallDataRateStatus ¶
func (o *ReleasedData) GetSmallDataRateStatus() SmallDataRateStatus
GetSmallDataRateStatus returns the SmallDataRateStatus field value if set, zero value otherwise.
func (*ReleasedData) GetSmallDataRateStatusOk ¶
func (o *ReleasedData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
GetSmallDataRateStatusOk returns a tuple with the SmallDataRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleasedData) HasApnRateStatus ¶
func (o *ReleasedData) HasApnRateStatus() bool
HasApnRateStatus returns a boolean if a field has been set.
func (*ReleasedData) HasN4Info ¶
func (o *ReleasedData) HasN4Info() bool
HasN4Info returns a boolean if a field has been set.
func (*ReleasedData) HasN4InfoExt1 ¶
func (o *ReleasedData) HasN4InfoExt1() bool
HasN4InfoExt1 returns a boolean if a field has been set.
func (*ReleasedData) HasN4InfoExt2 ¶
func (o *ReleasedData) HasN4InfoExt2() bool
HasN4InfoExt2 returns a boolean if a field has been set.
func (*ReleasedData) HasSmallDataRateStatus ¶
func (o *ReleasedData) HasSmallDataRateStatus() bool
HasSmallDataRateStatus returns a boolean if a field has been set.
func (ReleasedData) MarshalJSON ¶
func (o ReleasedData) MarshalJSON() ([]byte, error)
func (*ReleasedData) SetApnRateStatus ¶
func (o *ReleasedData) SetApnRateStatus(v ApnRateStatus)
SetApnRateStatus gets a reference to the given ApnRateStatus and assigns it to the ApnRateStatus field.
func (*ReleasedData) SetN4Info ¶
func (o *ReleasedData) SetN4Info(v N4Information)
SetN4Info gets a reference to the given N4Information and assigns it to the N4Info field.
func (*ReleasedData) SetN4InfoExt1 ¶
func (o *ReleasedData) SetN4InfoExt1(v N4Information)
SetN4InfoExt1 gets a reference to the given N4Information and assigns it to the N4InfoExt1 field.
func (*ReleasedData) SetN4InfoExt2 ¶
func (o *ReleasedData) SetN4InfoExt2(v N4Information)
SetN4InfoExt2 gets a reference to the given N4Information and assigns it to the N4InfoExt2 field.
func (*ReleasedData) SetSmallDataRateStatus ¶
func (o *ReleasedData) SetSmallDataRateStatus(v SmallDataRateStatus)
SetSmallDataRateStatus gets a reference to the given SmallDataRateStatus and assigns it to the SmallDataRateStatus field.
func (ReleasedData) ToMap ¶
func (o ReleasedData) ToMap() (map[string]interface{}, error)
type RequestIndication ¶
type RequestIndication struct {
// contains filtered or unexported fields
}
RequestIndication Request Indication in Update (SM context) service operation. Possible values are - UE_REQ_PDU_SES_MOD - UE_REQ_PDU_SES_REL - PDU_SES_MOB - NW_REQ_PDU_SES_AUTH - NW_REQ_PDU_SES_MOD - NW_REQ_PDU_SES_REL - EBI_ASSIGNMENT_REQ - REL_DUE_TO_5G_AN_REQUEST
func (*RequestIndication) MarshalJSON ¶
func (src *RequestIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RequestIndication) UnmarshalJSON ¶
func (dst *RequestIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RequestType ¶
type RequestType struct {
// contains filtered or unexported fields
}
RequestType Request Type in Create (SM context) service operation. Possible values are - INITIAL_REQUEST - EXISTING_PDU_SESSION - INITIAL_EMERGENCY_REQUEST - EXISTING_EMERGENCY_PDU_SESSION
func (*RequestType) MarshalJSON ¶
func (src *RequestType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RequestType) UnmarshalJSON ¶
func (dst *RequestType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ResourceStatus ¶
type ResourceStatus struct {
// contains filtered or unexported fields
}
ResourceStatus Status of SM context or PDU session resource. Possible values are - RELEASED - UNCHANGED - TRANSFERRED - UPDATED - ALT_ANCHOR_SMF
func (*ResourceStatus) MarshalJSON ¶
func (src *ResourceStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ResourceStatus) UnmarshalJSON ¶
func (dst *ResourceStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RetrieveData ¶
type RetrieveData struct { SmallDataRateStatusReq *bool `json:"smallDataRateStatusReq,omitempty"` PduSessionContextType *PduSessionContextType `json:"pduSessionContextType,omitempty"` }
RetrieveData Data within Retrieve Request
func NewRetrieveData ¶
func NewRetrieveData() *RetrieveData
NewRetrieveData instantiates a new RetrieveData 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 NewRetrieveDataWithDefaults ¶
func NewRetrieveDataWithDefaults() *RetrieveData
NewRetrieveDataWithDefaults instantiates a new RetrieveData 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 (*RetrieveData) GetPduSessionContextType ¶
func (o *RetrieveData) GetPduSessionContextType() PduSessionContextType
GetPduSessionContextType returns the PduSessionContextType field value if set, zero value otherwise.
func (*RetrieveData) GetPduSessionContextTypeOk ¶
func (o *RetrieveData) GetPduSessionContextTypeOk() (*PduSessionContextType, bool)
GetPduSessionContextTypeOk returns a tuple with the PduSessionContextType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RetrieveData) GetSmallDataRateStatusReq ¶
func (o *RetrieveData) GetSmallDataRateStatusReq() bool
GetSmallDataRateStatusReq returns the SmallDataRateStatusReq field value if set, zero value otherwise.
func (*RetrieveData) GetSmallDataRateStatusReqOk ¶
func (o *RetrieveData) GetSmallDataRateStatusReqOk() (*bool, bool)
GetSmallDataRateStatusReqOk returns a tuple with the SmallDataRateStatusReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RetrieveData) HasPduSessionContextType ¶
func (o *RetrieveData) HasPduSessionContextType() bool
HasPduSessionContextType returns a boolean if a field has been set.
func (*RetrieveData) HasSmallDataRateStatusReq ¶
func (o *RetrieveData) HasSmallDataRateStatusReq() bool
HasSmallDataRateStatusReq returns a boolean if a field has been set.
func (RetrieveData) MarshalJSON ¶
func (o RetrieveData) MarshalJSON() ([]byte, error)
func (*RetrieveData) SetPduSessionContextType ¶
func (o *RetrieveData) SetPduSessionContextType(v PduSessionContextType)
SetPduSessionContextType gets a reference to the given PduSessionContextType and assigns it to the PduSessionContextType field.
func (*RetrieveData) SetSmallDataRateStatusReq ¶
func (o *RetrieveData) SetSmallDataRateStatusReq(v bool)
SetSmallDataRateStatusReq gets a reference to the given bool and assigns it to the SmallDataRateStatusReq field.
func (RetrieveData) ToMap ¶
func (o RetrieveData) ToMap() (map[string]interface{}, error)
type RetrievedData ¶
type RetrievedData struct { SmallDataRateStatus *SmallDataRateStatus `json:"smallDataRateStatus,omitempty"` AfCoordinationInfo *AfCoordinationInfo `json:"afCoordinationInfo,omitempty"` }
RetrievedData Data within Retrieve Response
func NewRetrievedData ¶
func NewRetrievedData() *RetrievedData
NewRetrievedData instantiates a new RetrievedData 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 NewRetrievedDataWithDefaults ¶
func NewRetrievedDataWithDefaults() *RetrievedData
NewRetrievedDataWithDefaults instantiates a new RetrievedData 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 (*RetrievedData) GetAfCoordinationInfo ¶
func (o *RetrievedData) GetAfCoordinationInfo() AfCoordinationInfo
GetAfCoordinationInfo returns the AfCoordinationInfo field value if set, zero value otherwise.
func (*RetrievedData) GetAfCoordinationInfoOk ¶
func (o *RetrievedData) GetAfCoordinationInfoOk() (*AfCoordinationInfo, bool)
GetAfCoordinationInfoOk returns a tuple with the AfCoordinationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RetrievedData) GetSmallDataRateStatus ¶
func (o *RetrievedData) GetSmallDataRateStatus() SmallDataRateStatus
GetSmallDataRateStatus returns the SmallDataRateStatus field value if set, zero value otherwise.
func (*RetrievedData) GetSmallDataRateStatusOk ¶
func (o *RetrievedData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
GetSmallDataRateStatusOk returns a tuple with the SmallDataRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RetrievedData) HasAfCoordinationInfo ¶
func (o *RetrievedData) HasAfCoordinationInfo() bool
HasAfCoordinationInfo returns a boolean if a field has been set.
func (*RetrievedData) HasSmallDataRateStatus ¶
func (o *RetrievedData) HasSmallDataRateStatus() bool
HasSmallDataRateStatus returns a boolean if a field has been set.
func (RetrievedData) MarshalJSON ¶
func (o RetrievedData) MarshalJSON() ([]byte, error)
func (*RetrievedData) SetAfCoordinationInfo ¶
func (o *RetrievedData) SetAfCoordinationInfo(v AfCoordinationInfo)
SetAfCoordinationInfo gets a reference to the given AfCoordinationInfo and assigns it to the AfCoordinationInfo field.
func (*RetrievedData) SetSmallDataRateStatus ¶
func (o *RetrievedData) SetSmallDataRateStatus(v SmallDataRateStatus)
SetSmallDataRateStatus gets a reference to the given SmallDataRateStatus and assigns it to the SmallDataRateStatus field.
func (RetrievedData) ToMap ¶
func (o RetrievedData) ToMap() (map[string]interface{}, error)
type RoamingChargingProfile ¶
type RoamingChargingProfile struct { Triggers []Trigger `json:"triggers,omitempty"` PartialRecordMethod *PartialRecordMethod `json:"partialRecordMethod,omitempty"` }
RoamingChargingProfile struct for RoamingChargingProfile
func NewRoamingChargingProfile ¶
func NewRoamingChargingProfile() *RoamingChargingProfile
NewRoamingChargingProfile instantiates a new RoamingChargingProfile 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 NewRoamingChargingProfileWithDefaults ¶
func NewRoamingChargingProfileWithDefaults() *RoamingChargingProfile
NewRoamingChargingProfileWithDefaults instantiates a new RoamingChargingProfile 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 (*RoamingChargingProfile) GetPartialRecordMethod ¶
func (o *RoamingChargingProfile) GetPartialRecordMethod() PartialRecordMethod
GetPartialRecordMethod returns the PartialRecordMethod field value if set, zero value otherwise.
func (*RoamingChargingProfile) GetPartialRecordMethodOk ¶
func (o *RoamingChargingProfile) GetPartialRecordMethodOk() (*PartialRecordMethod, bool)
GetPartialRecordMethodOk returns a tuple with the PartialRecordMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoamingChargingProfile) GetTriggers ¶
func (o *RoamingChargingProfile) GetTriggers() []Trigger
GetTriggers returns the Triggers field value if set, zero value otherwise.
func (*RoamingChargingProfile) GetTriggersOk ¶
func (o *RoamingChargingProfile) GetTriggersOk() ([]Trigger, bool)
GetTriggersOk returns a tuple with the Triggers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoamingChargingProfile) HasPartialRecordMethod ¶
func (o *RoamingChargingProfile) HasPartialRecordMethod() bool
HasPartialRecordMethod returns a boolean if a field has been set.
func (*RoamingChargingProfile) HasTriggers ¶
func (o *RoamingChargingProfile) HasTriggers() bool
HasTriggers returns a boolean if a field has been set.
func (RoamingChargingProfile) MarshalJSON ¶
func (o RoamingChargingProfile) MarshalJSON() ([]byte, error)
func (*RoamingChargingProfile) SetPartialRecordMethod ¶
func (o *RoamingChargingProfile) SetPartialRecordMethod(v PartialRecordMethod)
SetPartialRecordMethod gets a reference to the given PartialRecordMethod and assigns it to the PartialRecordMethod field.
func (*RoamingChargingProfile) SetTriggers ¶
func (o *RoamingChargingProfile) SetTriggers(v []Trigger)
SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.
func (RoamingChargingProfile) ToMap ¶
func (o RoamingChargingProfile) ToMap() (map[string]interface{}, error)
type RoutingAreaId ¶
type RoutingAreaId struct { PlmnId PlmnId `json:"plmnId"` // Location Area Code Lac string `json:"lac"` // Routing Area Code Rac string `json:"rac"` }
RoutingAreaId Contains a Routing Area Identification as defined in 3GPP TS 23.003, clause 4.2.
func NewRoutingAreaId ¶
func NewRoutingAreaId(plmnId PlmnId, lac string, rac string) *RoutingAreaId
NewRoutingAreaId instantiates a new RoutingAreaId 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 NewRoutingAreaIdWithDefaults ¶
func NewRoutingAreaIdWithDefaults() *RoutingAreaId
NewRoutingAreaIdWithDefaults instantiates a new RoutingAreaId 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 (*RoutingAreaId) GetLac ¶
func (o *RoutingAreaId) GetLac() string
GetLac returns the Lac field value
func (*RoutingAreaId) GetLacOk ¶
func (o *RoutingAreaId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*RoutingAreaId) GetPlmnId ¶
func (o *RoutingAreaId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*RoutingAreaId) GetPlmnIdOk ¶
func (o *RoutingAreaId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*RoutingAreaId) GetRac ¶
func (o *RoutingAreaId) GetRac() string
GetRac returns the Rac field value
func (*RoutingAreaId) GetRacOk ¶
func (o *RoutingAreaId) GetRacOk() (*string, bool)
GetRacOk returns a tuple with the Rac field value and a boolean to check if the value has been set.
func (RoutingAreaId) MarshalJSON ¶
func (o RoutingAreaId) MarshalJSON() ([]byte, error)
func (*RoutingAreaId) SetPlmnId ¶
func (o *RoutingAreaId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (RoutingAreaId) ToMap ¶
func (o RoutingAreaId) ToMap() (map[string]interface{}, error)
func (*RoutingAreaId) UnmarshalJSON ¶
func (o *RoutingAreaId) UnmarshalJSON(bytes []byte) (err error)
type Rsn ¶
type Rsn struct {
// contains filtered or unexported fields
}
Rsn Redundancy Sequence Number. Possible values are - V1 - V2 - NONE
func (*Rsn) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Rsn) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type SMContextsCollectionAPIService ¶
type SMContextsCollectionAPIService service
SMContextsCollectionAPIService SMContextsCollectionAPI service
func (*SMContextsCollectionAPIService) PostSmContexts ¶
func (a *SMContextsCollectionAPIService) PostSmContexts(ctx context.Context) ApiPostSmContextsRequest
PostSmContexts Create SM Context
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPostSmContextsRequest
func (*SMContextsCollectionAPIService) PostSmContextsExecute ¶
func (a *SMContextsCollectionAPIService) PostSmContextsExecute(r ApiPostSmContextsRequest) (*SmContextCreatedData, *http.Response, error)
Execute executes the request
@return SmContextCreatedData
type SatelliteBackhaulCategory ¶
type SatelliteBackhaulCategory struct {
// contains filtered or unexported fields
}
SatelliteBackhaulCategory Indicates the satellite backhaul used.
func (*SatelliteBackhaulCategory) MarshalJSON ¶
func (src *SatelliteBackhaulCategory) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SatelliteBackhaulCategory) UnmarshalJSON ¶
func (dst *SatelliteBackhaulCategory) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SbiBindingLevel ¶
type SbiBindingLevel struct {
// contains filtered or unexported fields
}
SbiBindingLevel SBI Binding Level
func (*SbiBindingLevel) MarshalJSON ¶
func (src *SbiBindingLevel) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SbiBindingLevel) UnmarshalJSON ¶
func (dst *SbiBindingLevel) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ScheduledCommunicationTime ¶
type ScheduledCommunicationTime struct { // Identifies the day(s) of the week. If absent, it indicates every day of the week. DaysOfWeek []int32 `json:"daysOfWeek,omitempty"` // String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). TimeOfDayStart *string `json:"timeOfDayStart,omitempty"` // String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). TimeOfDayEnd *string `json:"timeOfDayEnd,omitempty"` }
ScheduledCommunicationTime Identifies time and day of the week when the UE is available for communication.
func NewScheduledCommunicationTime ¶
func NewScheduledCommunicationTime() *ScheduledCommunicationTime
NewScheduledCommunicationTime instantiates a new ScheduledCommunicationTime 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 NewScheduledCommunicationTimeWithDefaults ¶
func NewScheduledCommunicationTimeWithDefaults() *ScheduledCommunicationTime
NewScheduledCommunicationTimeWithDefaults instantiates a new ScheduledCommunicationTime 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 (*ScheduledCommunicationTime) GetDaysOfWeek ¶
func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32
GetDaysOfWeek returns the DaysOfWeek field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetDaysOfWeekOk ¶
func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool)
GetDaysOfWeekOk returns a tuple with the DaysOfWeek field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) GetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string
GetTimeOfDayEnd returns the TimeOfDayEnd field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetTimeOfDayEndOk ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool)
GetTimeOfDayEndOk returns a tuple with the TimeOfDayEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) GetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string
GetTimeOfDayStart returns the TimeOfDayStart field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetTimeOfDayStartOk ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool)
GetTimeOfDayStartOk returns a tuple with the TimeOfDayStart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) HasDaysOfWeek ¶
func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool
HasDaysOfWeek returns a boolean if a field has been set.
func (*ScheduledCommunicationTime) HasTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool
HasTimeOfDayEnd returns a boolean if a field has been set.
func (*ScheduledCommunicationTime) HasTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool
HasTimeOfDayStart returns a boolean if a field has been set.
func (ScheduledCommunicationTime) MarshalJSON ¶
func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error)
func (*ScheduledCommunicationTime) SetDaysOfWeek ¶
func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32)
SetDaysOfWeek gets a reference to the given []int32 and assigns it to the DaysOfWeek field.
func (*ScheduledCommunicationTime) SetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string)
SetTimeOfDayEnd gets a reference to the given string and assigns it to the TimeOfDayEnd field.
func (*ScheduledCommunicationTime) SetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string)
SetTimeOfDayStart gets a reference to the given string and assigns it to the TimeOfDayStart field.
func (ScheduledCommunicationTime) ToMap ¶
func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error)
type ScheduledCommunicationType ¶
type ScheduledCommunicationType struct {
// contains filtered or unexported fields
}
ScheduledCommunicationType Possible values are: -DOWNLINK_ONLY: Downlink only -UPLINK_ONLY: Uplink only -BIDIRECTIONA: Bi-directional
func (*ScheduledCommunicationType) MarshalJSON ¶
func (src *ScheduledCommunicationType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ScheduledCommunicationType) UnmarshalJSON ¶
func (dst *ScheduledCommunicationType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SecondaryRatUsageInfo ¶
type SecondaryRatUsageInfo struct { SecondaryRatType RatType `json:"secondaryRatType"` QosFlowsUsageData []QosFlowUsageReport `json:"qosFlowsUsageData,omitempty"` PduSessionUsageData []VolumeTimedReport `json:"pduSessionUsageData,omitempty"` }
SecondaryRatUsageInfo Secondary RAT Usage Information to report usage data for a secondary RAT for QoS flows and/or the whole PDU session.
func NewSecondaryRatUsageInfo ¶
func NewSecondaryRatUsageInfo(secondaryRatType RatType) *SecondaryRatUsageInfo
NewSecondaryRatUsageInfo instantiates a new SecondaryRatUsageInfo 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 NewSecondaryRatUsageInfoWithDefaults ¶
func NewSecondaryRatUsageInfoWithDefaults() *SecondaryRatUsageInfo
NewSecondaryRatUsageInfoWithDefaults instantiates a new SecondaryRatUsageInfo 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 (*SecondaryRatUsageInfo) GetPduSessionUsageData ¶
func (o *SecondaryRatUsageInfo) GetPduSessionUsageData() []VolumeTimedReport
GetPduSessionUsageData returns the PduSessionUsageData field value if set, zero value otherwise.
func (*SecondaryRatUsageInfo) GetPduSessionUsageDataOk ¶
func (o *SecondaryRatUsageInfo) GetPduSessionUsageDataOk() ([]VolumeTimedReport, bool)
GetPduSessionUsageDataOk returns a tuple with the PduSessionUsageData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecondaryRatUsageInfo) GetQosFlowsUsageData ¶
func (o *SecondaryRatUsageInfo) GetQosFlowsUsageData() []QosFlowUsageReport
GetQosFlowsUsageData returns the QosFlowsUsageData field value if set, zero value otherwise.
func (*SecondaryRatUsageInfo) GetQosFlowsUsageDataOk ¶
func (o *SecondaryRatUsageInfo) GetQosFlowsUsageDataOk() ([]QosFlowUsageReport, bool)
GetQosFlowsUsageDataOk returns a tuple with the QosFlowsUsageData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecondaryRatUsageInfo) GetSecondaryRatType ¶
func (o *SecondaryRatUsageInfo) GetSecondaryRatType() RatType
GetSecondaryRatType returns the SecondaryRatType field value
func (*SecondaryRatUsageInfo) GetSecondaryRatTypeOk ¶
func (o *SecondaryRatUsageInfo) GetSecondaryRatTypeOk() (*RatType, bool)
GetSecondaryRatTypeOk returns a tuple with the SecondaryRatType field value and a boolean to check if the value has been set.
func (*SecondaryRatUsageInfo) HasPduSessionUsageData ¶
func (o *SecondaryRatUsageInfo) HasPduSessionUsageData() bool
HasPduSessionUsageData returns a boolean if a field has been set.
func (*SecondaryRatUsageInfo) HasQosFlowsUsageData ¶
func (o *SecondaryRatUsageInfo) HasQosFlowsUsageData() bool
HasQosFlowsUsageData returns a boolean if a field has been set.
func (SecondaryRatUsageInfo) MarshalJSON ¶
func (o SecondaryRatUsageInfo) MarshalJSON() ([]byte, error)
func (*SecondaryRatUsageInfo) SetPduSessionUsageData ¶
func (o *SecondaryRatUsageInfo) SetPduSessionUsageData(v []VolumeTimedReport)
SetPduSessionUsageData gets a reference to the given []VolumeTimedReport and assigns it to the PduSessionUsageData field.
func (*SecondaryRatUsageInfo) SetQosFlowsUsageData ¶
func (o *SecondaryRatUsageInfo) SetQosFlowsUsageData(v []QosFlowUsageReport)
SetQosFlowsUsageData gets a reference to the given []QosFlowUsageReport and assigns it to the QosFlowsUsageData field.
func (*SecondaryRatUsageInfo) SetSecondaryRatType ¶
func (o *SecondaryRatUsageInfo) SetSecondaryRatType(v RatType)
SetSecondaryRatType sets field value
func (SecondaryRatUsageInfo) ToMap ¶
func (o SecondaryRatUsageInfo) ToMap() (map[string]interface{}, error)
func (*SecondaryRatUsageInfo) UnmarshalJSON ¶
func (o *SecondaryRatUsageInfo) UnmarshalJSON(bytes []byte) (err error)
type SecondaryRatUsageReport ¶
type SecondaryRatUsageReport struct { SecondaryRatType RatType `json:"secondaryRatType"` QosFlowsUsageData []QosFlowUsageReport `json:"qosFlowsUsageData"` }
SecondaryRatUsageReport Secondary RAT Usage Report to report usage data for a secondary RAT for QoS flows.
func NewSecondaryRatUsageReport ¶
func NewSecondaryRatUsageReport(secondaryRatType RatType, qosFlowsUsageData []QosFlowUsageReport) *SecondaryRatUsageReport
NewSecondaryRatUsageReport instantiates a new SecondaryRatUsageReport 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 NewSecondaryRatUsageReportWithDefaults ¶
func NewSecondaryRatUsageReportWithDefaults() *SecondaryRatUsageReport
NewSecondaryRatUsageReportWithDefaults instantiates a new SecondaryRatUsageReport 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 (*SecondaryRatUsageReport) GetQosFlowsUsageData ¶
func (o *SecondaryRatUsageReport) GetQosFlowsUsageData() []QosFlowUsageReport
GetQosFlowsUsageData returns the QosFlowsUsageData field value
func (*SecondaryRatUsageReport) GetQosFlowsUsageDataOk ¶
func (o *SecondaryRatUsageReport) GetQosFlowsUsageDataOk() ([]QosFlowUsageReport, bool)
GetQosFlowsUsageDataOk returns a tuple with the QosFlowsUsageData field value and a boolean to check if the value has been set.
func (*SecondaryRatUsageReport) GetSecondaryRatType ¶
func (o *SecondaryRatUsageReport) GetSecondaryRatType() RatType
GetSecondaryRatType returns the SecondaryRatType field value
func (*SecondaryRatUsageReport) GetSecondaryRatTypeOk ¶
func (o *SecondaryRatUsageReport) GetSecondaryRatTypeOk() (*RatType, bool)
GetSecondaryRatTypeOk returns a tuple with the SecondaryRatType field value and a boolean to check if the value has been set.
func (SecondaryRatUsageReport) MarshalJSON ¶
func (o SecondaryRatUsageReport) MarshalJSON() ([]byte, error)
func (*SecondaryRatUsageReport) SetQosFlowsUsageData ¶
func (o *SecondaryRatUsageReport) SetQosFlowsUsageData(v []QosFlowUsageReport)
SetQosFlowsUsageData sets field value
func (*SecondaryRatUsageReport) SetSecondaryRatType ¶
func (o *SecondaryRatUsageReport) SetSecondaryRatType(v RatType)
SetSecondaryRatType sets field value
func (SecondaryRatUsageReport) ToMap ¶
func (o SecondaryRatUsageReport) ToMap() (map[string]interface{}, error)
func (*SecondaryRatUsageReport) UnmarshalJSON ¶
func (o *SecondaryRatUsageReport) UnmarshalJSON(bytes []byte) (err error)
type SecurityResult ¶
type SecurityResult struct { IntegrityProtectionResult *ProtectionResult `json:"integrityProtectionResult,omitempty"` ConfidentialityProtectionResult *ProtectionResult `json:"confidentialityProtectionResult,omitempty"` }
SecurityResult Security Result
func NewSecurityResult ¶
func NewSecurityResult() *SecurityResult
NewSecurityResult instantiates a new SecurityResult 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 NewSecurityResultWithDefaults ¶
func NewSecurityResultWithDefaults() *SecurityResult
NewSecurityResultWithDefaults instantiates a new SecurityResult 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 (*SecurityResult) GetConfidentialityProtectionResult ¶
func (o *SecurityResult) GetConfidentialityProtectionResult() ProtectionResult
GetConfidentialityProtectionResult returns the ConfidentialityProtectionResult field value if set, zero value otherwise.
func (*SecurityResult) GetConfidentialityProtectionResultOk ¶
func (o *SecurityResult) GetConfidentialityProtectionResultOk() (*ProtectionResult, bool)
GetConfidentialityProtectionResultOk returns a tuple with the ConfidentialityProtectionResult field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityResult) GetIntegrityProtectionResult ¶
func (o *SecurityResult) GetIntegrityProtectionResult() ProtectionResult
GetIntegrityProtectionResult returns the IntegrityProtectionResult field value if set, zero value otherwise.
func (*SecurityResult) GetIntegrityProtectionResultOk ¶
func (o *SecurityResult) GetIntegrityProtectionResultOk() (*ProtectionResult, bool)
GetIntegrityProtectionResultOk returns a tuple with the IntegrityProtectionResult field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityResult) HasConfidentialityProtectionResult ¶
func (o *SecurityResult) HasConfidentialityProtectionResult() bool
HasConfidentialityProtectionResult returns a boolean if a field has been set.
func (*SecurityResult) HasIntegrityProtectionResult ¶
func (o *SecurityResult) HasIntegrityProtectionResult() bool
HasIntegrityProtectionResult returns a boolean if a field has been set.
func (SecurityResult) MarshalJSON ¶
func (o SecurityResult) MarshalJSON() ([]byte, error)
func (*SecurityResult) SetConfidentialityProtectionResult ¶
func (o *SecurityResult) SetConfidentialityProtectionResult(v ProtectionResult)
SetConfidentialityProtectionResult gets a reference to the given ProtectionResult and assigns it to the ConfidentialityProtectionResult field.
func (*SecurityResult) SetIntegrityProtectionResult ¶
func (o *SecurityResult) SetIntegrityProtectionResult(v ProtectionResult)
SetIntegrityProtectionResult gets a reference to the given ProtectionResult and assigns it to the IntegrityProtectionResult field.
func (SecurityResult) ToMap ¶
func (o SecurityResult) ToMap() (map[string]interface{}, error)
type SendMoDataReqData ¶
type SendMoDataReqData struct { MoData RefToBinaryData `json:"moData"` MoExpDataCounter *MoExpDataCounter `json:"moExpDataCounter,omitempty"` UeLocation *UserLocation `json:"ueLocation,omitempty"` }
SendMoDataReqData Data within Send MO Data Request
func NewSendMoDataReqData ¶
func NewSendMoDataReqData(moData RefToBinaryData) *SendMoDataReqData
NewSendMoDataReqData instantiates a new SendMoDataReqData 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 NewSendMoDataReqDataWithDefaults ¶
func NewSendMoDataReqDataWithDefaults() *SendMoDataReqData
NewSendMoDataReqDataWithDefaults instantiates a new SendMoDataReqData 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 (*SendMoDataReqData) GetMoData ¶
func (o *SendMoDataReqData) GetMoData() RefToBinaryData
GetMoData returns the MoData field value
func (*SendMoDataReqData) GetMoDataOk ¶
func (o *SendMoDataReqData) GetMoDataOk() (*RefToBinaryData, bool)
GetMoDataOk returns a tuple with the MoData field value and a boolean to check if the value has been set.
func (*SendMoDataReqData) GetMoExpDataCounter ¶
func (o *SendMoDataReqData) GetMoExpDataCounter() MoExpDataCounter
GetMoExpDataCounter returns the MoExpDataCounter field value if set, zero value otherwise.
func (*SendMoDataReqData) GetMoExpDataCounterOk ¶
func (o *SendMoDataReqData) GetMoExpDataCounterOk() (*MoExpDataCounter, bool)
GetMoExpDataCounterOk returns a tuple with the MoExpDataCounter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SendMoDataReqData) GetUeLocation ¶
func (o *SendMoDataReqData) GetUeLocation() UserLocation
GetUeLocation returns the UeLocation field value if set, zero value otherwise.
func (*SendMoDataReqData) GetUeLocationOk ¶
func (o *SendMoDataReqData) GetUeLocationOk() (*UserLocation, bool)
GetUeLocationOk returns a tuple with the UeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SendMoDataReqData) HasMoExpDataCounter ¶
func (o *SendMoDataReqData) HasMoExpDataCounter() bool
HasMoExpDataCounter returns a boolean if a field has been set.
func (*SendMoDataReqData) HasUeLocation ¶
func (o *SendMoDataReqData) HasUeLocation() bool
HasUeLocation returns a boolean if a field has been set.
func (SendMoDataReqData) MarshalJSON ¶
func (o SendMoDataReqData) MarshalJSON() ([]byte, error)
func (*SendMoDataReqData) SetMoData ¶
func (o *SendMoDataReqData) SetMoData(v RefToBinaryData)
SetMoData sets field value
func (*SendMoDataReqData) SetMoExpDataCounter ¶
func (o *SendMoDataReqData) SetMoExpDataCounter(v MoExpDataCounter)
SetMoExpDataCounter gets a reference to the given MoExpDataCounter and assigns it to the MoExpDataCounter field.
func (*SendMoDataReqData) SetUeLocation ¶
func (o *SendMoDataReqData) SetUeLocation(v UserLocation)
SetUeLocation gets a reference to the given UserLocation and assigns it to the UeLocation field.
func (SendMoDataReqData) ToMap ¶
func (o SendMoDataReqData) ToMap() (map[string]interface{}, error)
func (*SendMoDataReqData) UnmarshalJSON ¶
func (o *SendMoDataReqData) UnmarshalJSON(bytes []byte) (err error)
type SendMoDataRequest ¶
type SendMoDataRequest struct { JsonData *SendMoDataReqData `json:"jsonData,omitempty"` BinaryMoData **os.File `json:"binaryMoData,omitempty"` }
SendMoDataRequest struct for SendMoDataRequest
func NewSendMoDataRequest ¶
func NewSendMoDataRequest() *SendMoDataRequest
NewSendMoDataRequest instantiates a new SendMoDataRequest 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 NewSendMoDataRequestWithDefaults ¶
func NewSendMoDataRequestWithDefaults() *SendMoDataRequest
NewSendMoDataRequestWithDefaults instantiates a new SendMoDataRequest 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 (*SendMoDataRequest) GetBinaryMoData ¶
func (o *SendMoDataRequest) GetBinaryMoData() *os.File
GetBinaryMoData returns the BinaryMoData field value if set, zero value otherwise.
func (*SendMoDataRequest) GetBinaryMoDataOk ¶
func (o *SendMoDataRequest) GetBinaryMoDataOk() (**os.File, bool)
GetBinaryMoDataOk returns a tuple with the BinaryMoData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SendMoDataRequest) GetJsonData ¶
func (o *SendMoDataRequest) GetJsonData() SendMoDataReqData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*SendMoDataRequest) GetJsonDataOk ¶
func (o *SendMoDataRequest) GetJsonDataOk() (*SendMoDataReqData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SendMoDataRequest) HasBinaryMoData ¶
func (o *SendMoDataRequest) HasBinaryMoData() bool
HasBinaryMoData returns a boolean if a field has been set.
func (*SendMoDataRequest) HasJsonData ¶
func (o *SendMoDataRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (SendMoDataRequest) MarshalJSON ¶
func (o SendMoDataRequest) MarshalJSON() ([]byte, error)
func (*SendMoDataRequest) SetBinaryMoData ¶
func (o *SendMoDataRequest) SetBinaryMoData(v *os.File)
SetBinaryMoData gets a reference to the given *os.File and assigns it to the BinaryMoData field.
func (*SendMoDataRequest) SetJsonData ¶
func (o *SendMoDataRequest) SetJsonData(v SendMoDataReqData)
SetJsonData gets a reference to the given SendMoDataReqData and assigns it to the JsonData field.
func (SendMoDataRequest) ToMap ¶
func (o SendMoDataRequest) ToMap() (map[string]interface{}, error)
type ServerAddressingInfo ¶
type ServerAddressingInfo struct { Ipv4Addresses []string `json:"ipv4Addresses,omitempty"` Ipv6Addresses []Ipv6Addr `json:"ipv6Addresses,omitempty"` FqdnList []string `json:"fqdnList,omitempty"` }
ServerAddressingInfo Contains addressing information (IP addresses and/or FQDNs) of a server.
func NewServerAddressingInfo ¶
func NewServerAddressingInfo() *ServerAddressingInfo
NewServerAddressingInfo instantiates a new ServerAddressingInfo 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 NewServerAddressingInfoWithDefaults ¶
func NewServerAddressingInfoWithDefaults() *ServerAddressingInfo
NewServerAddressingInfoWithDefaults instantiates a new ServerAddressingInfo 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 (*ServerAddressingInfo) GetFqdnList ¶
func (o *ServerAddressingInfo) GetFqdnList() []string
GetFqdnList returns the FqdnList field value if set, zero value otherwise.
func (*ServerAddressingInfo) GetFqdnListOk ¶
func (o *ServerAddressingInfo) GetFqdnListOk() ([]string, bool)
GetFqdnListOk returns a tuple with the FqdnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerAddressingInfo) GetIpv4Addresses ¶
func (o *ServerAddressingInfo) GetIpv4Addresses() []string
GetIpv4Addresses returns the Ipv4Addresses field value if set, zero value otherwise.
func (*ServerAddressingInfo) GetIpv4AddressesOk ¶
func (o *ServerAddressingInfo) GetIpv4AddressesOk() ([]string, bool)
GetIpv4AddressesOk returns a tuple with the Ipv4Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerAddressingInfo) GetIpv6Addresses ¶
func (o *ServerAddressingInfo) GetIpv6Addresses() []Ipv6Addr
GetIpv6Addresses returns the Ipv6Addresses field value if set, zero value otherwise.
func (*ServerAddressingInfo) GetIpv6AddressesOk ¶
func (o *ServerAddressingInfo) GetIpv6AddressesOk() ([]Ipv6Addr, bool)
GetIpv6AddressesOk returns a tuple with the Ipv6Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServerAddressingInfo) HasFqdnList ¶
func (o *ServerAddressingInfo) HasFqdnList() bool
HasFqdnList returns a boolean if a field has been set.
func (*ServerAddressingInfo) HasIpv4Addresses ¶
func (o *ServerAddressingInfo) HasIpv4Addresses() bool
HasIpv4Addresses returns a boolean if a field has been set.
func (*ServerAddressingInfo) HasIpv6Addresses ¶
func (o *ServerAddressingInfo) HasIpv6Addresses() bool
HasIpv6Addresses returns a boolean if a field has been set.
func (ServerAddressingInfo) MarshalJSON ¶
func (o ServerAddressingInfo) MarshalJSON() ([]byte, error)
func (*ServerAddressingInfo) SetFqdnList ¶
func (o *ServerAddressingInfo) SetFqdnList(v []string)
SetFqdnList gets a reference to the given []string and assigns it to the FqdnList field.
func (*ServerAddressingInfo) SetIpv4Addresses ¶
func (o *ServerAddressingInfo) SetIpv4Addresses(v []string)
SetIpv4Addresses gets a reference to the given []string and assigns it to the Ipv4Addresses field.
func (*ServerAddressingInfo) SetIpv6Addresses ¶
func (o *ServerAddressingInfo) SetIpv6Addresses(v []Ipv6Addr)
SetIpv6Addresses gets a reference to the given []Ipv6Addr and assigns it to the Ipv6Addresses field.
func (ServerAddressingInfo) ToMap ¶
func (o ServerAddressingInfo) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type ServiceAreaId ¶
type ServiceAreaId struct { PlmnId PlmnId `json:"plmnId"` // Location Area Code. Lac string `json:"lac"` // Service Area Code. Sac string `json:"sac"` }
ServiceAreaId Contains a Service Area Identifier as defined in 3GPP TS 23.003, clause 12.5.
func NewServiceAreaId ¶
func NewServiceAreaId(plmnId PlmnId, lac string, sac string) *ServiceAreaId
NewServiceAreaId instantiates a new ServiceAreaId 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 NewServiceAreaIdWithDefaults ¶
func NewServiceAreaIdWithDefaults() *ServiceAreaId
NewServiceAreaIdWithDefaults instantiates a new ServiceAreaId 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 (*ServiceAreaId) GetLac ¶
func (o *ServiceAreaId) GetLac() string
GetLac returns the Lac field value
func (*ServiceAreaId) GetLacOk ¶
func (o *ServiceAreaId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*ServiceAreaId) GetPlmnId ¶
func (o *ServiceAreaId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*ServiceAreaId) GetPlmnIdOk ¶
func (o *ServiceAreaId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*ServiceAreaId) GetSac ¶
func (o *ServiceAreaId) GetSac() string
GetSac returns the Sac field value
func (*ServiceAreaId) GetSacOk ¶
func (o *ServiceAreaId) GetSacOk() (*string, bool)
GetSacOk returns a tuple with the Sac field value and a boolean to check if the value has been set.
func (ServiceAreaId) MarshalJSON ¶
func (o ServiceAreaId) MarshalJSON() ([]byte, error)
func (*ServiceAreaId) SetPlmnId ¶
func (o *ServiceAreaId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (ServiceAreaId) ToMap ¶
func (o ServiceAreaId) ToMap() (map[string]interface{}, error)
func (*ServiceAreaId) UnmarshalJSON ¶
func (o *ServiceAreaId) UnmarshalJSON(bytes []byte) (err error)
type ServiceName ¶
type ServiceName struct {
// contains filtered or unexported fields
}
ServiceName Service names known to NRF
func (*ServiceName) MarshalJSON ¶
func (src *ServiceName) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ServiceName) UnmarshalJSON ¶
func (dst *ServiceName) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SmContext ¶
type SmContext struct { // Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network. PduSessionId int32 `json:"pduSessionId"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn string `json:"dnn"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). SelectedDnn *string `json:"selectedDnn,omitempty"` SNssai Snssai `json:"sNssai"` HplmnSnssai *Snssai `json:"hplmnSnssai,omitempty"` PduSessionType PduSessionType `json:"pduSessionType"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. Gpsi *string `json:"gpsi,omitempty"` // String providing an URI formatted according to RFC 3986. HSmfUri *string `json:"hSmfUri,omitempty"` // String providing an URI formatted according to RFC 3986. SmfUri *string `json:"smfUri,omitempty"` // String providing an URI formatted according to RFC 3986. PduSessionRef *string `json:"pduSessionRef,omitempty"` // String providing an URI formatted according to RFC 3986. InterPlmnApiRoot *string `json:"interPlmnApiRoot,omitempty"` // String providing an URI formatted according to RFC 3986. IntraPlmnApiRoot *string `json:"intraPlmnApiRoot,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` // Identifier of a group of NFs. PcfGroupId *string `json:"pcfGroupId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PcfSetId *string `json:"pcfSetId,omitempty"` SelMode *DnnSelectionMode `json:"selMode,omitempty"` // Identifier of a group of NFs. UdmGroupId *string `json:"udmGroupId,omitempty"` RoutingIndicator *string `json:"routingIndicator,omitempty"` HNwPubKeyId *int32 `json:"hNwPubKeyId,omitempty"` SessionAmbr Ambr `json:"sessionAmbr"` QosFlowsList []QosFlowSetupItem `json:"qosFlowsList"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. HSmfInstanceId *string `json:"hSmfInstanceId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SmfInstanceId *string `json:"smfInstanceId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PduSessionSmfSetId *string `json:"pduSessionSmfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PduSessionSmfServiceSetId *string `json:"pduSessionSmfServiceSetId,omitempty"` PduSessionSmfBinding *SbiBindingLevel `json:"pduSessionSmfBinding,omitempty"` EnablePauseCharging *bool `json:"enablePauseCharging,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. UeIpv4Address *string `json:"ueIpv4Address,omitempty"` UeIpv6Prefix *Ipv6Prefix `json:"ueIpv6Prefix,omitempty"` EpsPdnCnxInfo *EpsPdnCnxInfo `json:"epsPdnCnxInfo,omitempty"` EpsBearerInfo []EpsBearerInfo `json:"epsBearerInfo,omitempty"` MaxIntegrityProtectedDataRate *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRate,omitempty"` MaxIntegrityProtectedDataRateDl *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRateDl,omitempty"` AlwaysOnGranted *bool `json:"alwaysOnGranted,omitempty"` UpSecurity *UpSecurity `json:"upSecurity,omitempty"` HSmfServiceInstanceId *string `json:"hSmfServiceInstanceId,omitempty"` SmfServiceInstanceId *string `json:"smfServiceInstanceId,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` ForwardingInd *bool `json:"forwardingInd,omitempty"` PsaTunnelInfo *TunnelInfo `json:"psaTunnelInfo,omitempty"` ChargingId *string `json:"chargingId,omitempty"` ChargingInfo *ChargingInformation `json:"chargingInfo,omitempty"` RoamingChargingProfile *RoamingChargingProfile `json:"roamingChargingProfile,omitempty"` NefExtBufSupportInd *bool `json:"nefExtBufSupportInd,omitempty"` // Represents information that identifies which IP pool or external server is used to allocate the IP address. Ipv6Index *int32 `json:"ipv6Index,omitempty"` DnAaaAddress NullableIpAddress `json:"dnAaaAddress,omitempty"` RedundantPduSessionInfo *RedundantPduSessionInformation `json:"redundantPduSessionInfo,omitempty"` RanTunnelInfo *QosFlowTunnel `json:"ranTunnelInfo,omitempty"` AddRanTunnelInfo []QosFlowTunnel `json:"addRanTunnelInfo,omitempty"` RedRanTunnelInfo *QosFlowTunnel `json:"redRanTunnelInfo,omitempty"` AddRedRanTunnelInfo []QosFlowTunnel `json:"addRedRanTunnelInfo,omitempty"` NspuSupportInd *bool `json:"nspuSupportInd,omitempty"` SmfBindingInfo *string `json:"smfBindingInfo,omitempty"` SatelliteBackhaulCat *SatelliteBackhaulCategory `json:"satelliteBackhaulCat,omitempty"` SscMode *string `json:"sscMode,omitempty"` DlsetSupportInd *bool `json:"dlsetSupportInd,omitempty"` N9fscSupportInd *bool `json:"n9fscSupportInd,omitempty"` DisasterRoamingInd *bool `json:"disasterRoamingInd,omitempty"` AnchorSmfOauth2Required *bool `json:"anchorSmfOauth2Required,omitempty"` }
SmContext Complete SM Context
func NewSmContext ¶
func NewSmContext(pduSessionId int32, dnn string, sNssai Snssai, pduSessionType PduSessionType, sessionAmbr Ambr, qosFlowsList []QosFlowSetupItem) *SmContext
NewSmContext instantiates a new SmContext 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 NewSmContextWithDefaults ¶
func NewSmContextWithDefaults() *SmContext
NewSmContextWithDefaults instantiates a new SmContext 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 (*SmContext) GetAddRanTunnelInfo ¶
func (o *SmContext) GetAddRanTunnelInfo() []QosFlowTunnel
GetAddRanTunnelInfo returns the AddRanTunnelInfo field value if set, zero value otherwise.
func (*SmContext) GetAddRanTunnelInfoOk ¶
func (o *SmContext) GetAddRanTunnelInfoOk() ([]QosFlowTunnel, bool)
GetAddRanTunnelInfoOk returns a tuple with the AddRanTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetAddRedRanTunnelInfo ¶
func (o *SmContext) GetAddRedRanTunnelInfo() []QosFlowTunnel
GetAddRedRanTunnelInfo returns the AddRedRanTunnelInfo field value if set, zero value otherwise.
func (*SmContext) GetAddRedRanTunnelInfoOk ¶
func (o *SmContext) GetAddRedRanTunnelInfoOk() ([]QosFlowTunnel, bool)
GetAddRedRanTunnelInfoOk returns a tuple with the AddRedRanTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetAlwaysOnGranted ¶
GetAlwaysOnGranted returns the AlwaysOnGranted field value if set, zero value otherwise.
func (*SmContext) GetAlwaysOnGrantedOk ¶
GetAlwaysOnGrantedOk returns a tuple with the AlwaysOnGranted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetAnchorSmfOauth2Required ¶
GetAnchorSmfOauth2Required returns the AnchorSmfOauth2Required field value if set, zero value otherwise.
func (*SmContext) GetAnchorSmfOauth2RequiredOk ¶
GetAnchorSmfOauth2RequiredOk returns a tuple with the AnchorSmfOauth2Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetChargingId ¶
GetChargingId returns the ChargingId field value if set, zero value otherwise.
func (*SmContext) GetChargingIdOk ¶
GetChargingIdOk returns a tuple with the ChargingId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetChargingInfo ¶
func (o *SmContext) GetChargingInfo() ChargingInformation
GetChargingInfo returns the ChargingInfo field value if set, zero value otherwise.
func (*SmContext) GetChargingInfoOk ¶
func (o *SmContext) GetChargingInfoOk() (*ChargingInformation, bool)
GetChargingInfoOk returns a tuple with the ChargingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetDisasterRoamingInd ¶
GetDisasterRoamingInd returns the DisasterRoamingInd field value if set, zero value otherwise.
func (*SmContext) GetDisasterRoamingIndOk ¶
GetDisasterRoamingIndOk returns a tuple with the DisasterRoamingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetDlsetSupportInd ¶
GetDlsetSupportInd returns the DlsetSupportInd field value if set, zero value otherwise.
func (*SmContext) GetDlsetSupportIndOk ¶
GetDlsetSupportIndOk returns a tuple with the DlsetSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetDnAaaAddress ¶
GetDnAaaAddress returns the DnAaaAddress field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SmContext) GetDnAaaAddressOk ¶
GetDnAaaAddressOk returns a tuple with the DnAaaAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SmContext) GetDnnOk ¶
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*SmContext) GetEnablePauseCharging ¶
GetEnablePauseCharging returns the EnablePauseCharging field value if set, zero value otherwise.
func (*SmContext) GetEnablePauseChargingOk ¶
GetEnablePauseChargingOk returns a tuple with the EnablePauseCharging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetEpsBearerInfo ¶
func (o *SmContext) GetEpsBearerInfo() []EpsBearerInfo
GetEpsBearerInfo returns the EpsBearerInfo field value if set, zero value otherwise.
func (*SmContext) GetEpsBearerInfoOk ¶
func (o *SmContext) GetEpsBearerInfoOk() ([]EpsBearerInfo, bool)
GetEpsBearerInfoOk returns a tuple with the EpsBearerInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetEpsPdnCnxInfo ¶
func (o *SmContext) GetEpsPdnCnxInfo() EpsPdnCnxInfo
GetEpsPdnCnxInfo returns the EpsPdnCnxInfo field value if set, zero value otherwise.
func (*SmContext) GetEpsPdnCnxInfoOk ¶
func (o *SmContext) GetEpsPdnCnxInfoOk() (*EpsPdnCnxInfo, bool)
GetEpsPdnCnxInfoOk returns a tuple with the EpsPdnCnxInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetForwardingInd ¶
GetForwardingInd returns the ForwardingInd field value if set, zero value otherwise.
func (*SmContext) GetForwardingIndOk ¶
GetForwardingIndOk returns a tuple with the ForwardingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetGpsiOk ¶
GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetHNwPubKeyId ¶
GetHNwPubKeyId returns the HNwPubKeyId field value if set, zero value otherwise.
func (*SmContext) GetHNwPubKeyIdOk ¶
GetHNwPubKeyIdOk returns a tuple with the HNwPubKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetHSmfInstanceId ¶
GetHSmfInstanceId returns the HSmfInstanceId field value if set, zero value otherwise.
func (*SmContext) GetHSmfInstanceIdOk ¶
GetHSmfInstanceIdOk returns a tuple with the HSmfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetHSmfServiceInstanceId ¶
GetHSmfServiceInstanceId returns the HSmfServiceInstanceId field value if set, zero value otherwise.
func (*SmContext) GetHSmfServiceInstanceIdOk ¶
GetHSmfServiceInstanceIdOk returns a tuple with the HSmfServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetHSmfUri ¶
GetHSmfUri returns the HSmfUri field value if set, zero value otherwise.
func (*SmContext) GetHSmfUriOk ¶
GetHSmfUriOk returns a tuple with the HSmfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetHplmnSnssai ¶
GetHplmnSnssai returns the HplmnSnssai field value if set, zero value otherwise.
func (*SmContext) GetHplmnSnssaiOk ¶
GetHplmnSnssaiOk returns a tuple with the HplmnSnssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetInterPlmnApiRoot ¶
GetInterPlmnApiRoot returns the InterPlmnApiRoot field value if set, zero value otherwise.
func (*SmContext) GetInterPlmnApiRootOk ¶
GetInterPlmnApiRootOk returns a tuple with the InterPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetIntraPlmnApiRoot ¶
GetIntraPlmnApiRoot returns the IntraPlmnApiRoot field value if set, zero value otherwise.
func (*SmContext) GetIntraPlmnApiRootOk ¶
GetIntraPlmnApiRootOk returns a tuple with the IntraPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetIpv6Index ¶
GetIpv6Index returns the Ipv6Index field value if set, zero value otherwise.
func (*SmContext) GetIpv6IndexOk ¶
GetIpv6IndexOk returns a tuple with the Ipv6Index field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetMaxIntegrityProtectedDataRate ¶
func (o *SmContext) GetMaxIntegrityProtectedDataRate() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRate returns the MaxIntegrityProtectedDataRate field value if set, zero value otherwise.
func (*SmContext) GetMaxIntegrityProtectedDataRateDl ¶
func (o *SmContext) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRateDl returns the MaxIntegrityProtectedDataRateDl field value if set, zero value otherwise.
func (*SmContext) GetMaxIntegrityProtectedDataRateDlOk ¶
func (o *SmContext) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateDlOk returns a tuple with the MaxIntegrityProtectedDataRateDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetMaxIntegrityProtectedDataRateOk ¶
func (o *SmContext) GetMaxIntegrityProtectedDataRateOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateOk returns a tuple with the MaxIntegrityProtectedDataRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetN9fscSupportInd ¶
GetN9fscSupportInd returns the N9fscSupportInd field value if set, zero value otherwise.
func (*SmContext) GetN9fscSupportIndOk ¶
GetN9fscSupportIndOk returns a tuple with the N9fscSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetNefExtBufSupportInd ¶
GetNefExtBufSupportInd returns the NefExtBufSupportInd field value if set, zero value otherwise.
func (*SmContext) GetNefExtBufSupportIndOk ¶
GetNefExtBufSupportIndOk returns a tuple with the NefExtBufSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetNspuSupportInd ¶
GetNspuSupportInd returns the NspuSupportInd field value if set, zero value otherwise.
func (*SmContext) GetNspuSupportIndOk ¶
GetNspuSupportIndOk returns a tuple with the NspuSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetPcfGroupId ¶
GetPcfGroupId returns the PcfGroupId field value if set, zero value otherwise.
func (*SmContext) GetPcfGroupIdOk ¶
GetPcfGroupIdOk returns a tuple with the PcfGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetPcfIdOk ¶
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetPcfSetId ¶
GetPcfSetId returns the PcfSetId field value if set, zero value otherwise.
func (*SmContext) GetPcfSetIdOk ¶
GetPcfSetIdOk returns a tuple with the PcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetPduSessionId ¶
GetPduSessionId returns the PduSessionId field value
func (*SmContext) GetPduSessionIdOk ¶
GetPduSessionIdOk returns a tuple with the PduSessionId field value and a boolean to check if the value has been set.
func (*SmContext) GetPduSessionRef ¶
GetPduSessionRef returns the PduSessionRef field value if set, zero value otherwise.
func (*SmContext) GetPduSessionRefOk ¶
GetPduSessionRefOk returns a tuple with the PduSessionRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetPduSessionSmfBinding ¶
func (o *SmContext) GetPduSessionSmfBinding() SbiBindingLevel
GetPduSessionSmfBinding returns the PduSessionSmfBinding field value if set, zero value otherwise.
func (*SmContext) GetPduSessionSmfBindingOk ¶
func (o *SmContext) GetPduSessionSmfBindingOk() (*SbiBindingLevel, bool)
GetPduSessionSmfBindingOk returns a tuple with the PduSessionSmfBinding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetPduSessionSmfServiceSetId ¶
GetPduSessionSmfServiceSetId returns the PduSessionSmfServiceSetId field value if set, zero value otherwise.
func (*SmContext) GetPduSessionSmfServiceSetIdOk ¶
GetPduSessionSmfServiceSetIdOk returns a tuple with the PduSessionSmfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetPduSessionSmfSetId ¶
GetPduSessionSmfSetId returns the PduSessionSmfSetId field value if set, zero value otherwise.
func (*SmContext) GetPduSessionSmfSetIdOk ¶
GetPduSessionSmfSetIdOk returns a tuple with the PduSessionSmfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetPduSessionType ¶
func (o *SmContext) GetPduSessionType() PduSessionType
GetPduSessionType returns the PduSessionType field value
func (*SmContext) GetPduSessionTypeOk ¶
func (o *SmContext) GetPduSessionTypeOk() (*PduSessionType, bool)
GetPduSessionTypeOk returns a tuple with the PduSessionType field value and a boolean to check if the value has been set.
func (*SmContext) GetPsaTunnelInfo ¶
func (o *SmContext) GetPsaTunnelInfo() TunnelInfo
GetPsaTunnelInfo returns the PsaTunnelInfo field value if set, zero value otherwise.
func (*SmContext) GetPsaTunnelInfoOk ¶
func (o *SmContext) GetPsaTunnelInfoOk() (*TunnelInfo, bool)
GetPsaTunnelInfoOk returns a tuple with the PsaTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetQosFlowsList ¶
func (o *SmContext) GetQosFlowsList() []QosFlowSetupItem
GetQosFlowsList returns the QosFlowsList field value
func (*SmContext) GetQosFlowsListOk ¶
func (o *SmContext) GetQosFlowsListOk() ([]QosFlowSetupItem, bool)
GetQosFlowsListOk returns a tuple with the QosFlowsList field value and a boolean to check if the value has been set.
func (*SmContext) GetRanTunnelInfo ¶
func (o *SmContext) GetRanTunnelInfo() QosFlowTunnel
GetRanTunnelInfo returns the RanTunnelInfo field value if set, zero value otherwise.
func (*SmContext) GetRanTunnelInfoOk ¶
func (o *SmContext) GetRanTunnelInfoOk() (*QosFlowTunnel, bool)
GetRanTunnelInfoOk returns a tuple with the RanTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetRecoveryTime ¶
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*SmContext) GetRecoveryTimeOk ¶
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetRedRanTunnelInfo ¶
func (o *SmContext) GetRedRanTunnelInfo() QosFlowTunnel
GetRedRanTunnelInfo returns the RedRanTunnelInfo field value if set, zero value otherwise.
func (*SmContext) GetRedRanTunnelInfoOk ¶
func (o *SmContext) GetRedRanTunnelInfoOk() (*QosFlowTunnel, bool)
GetRedRanTunnelInfoOk returns a tuple with the RedRanTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetRedundantPduSessionInfo ¶
func (o *SmContext) GetRedundantPduSessionInfo() RedundantPduSessionInformation
GetRedundantPduSessionInfo returns the RedundantPduSessionInfo field value if set, zero value otherwise.
func (*SmContext) GetRedundantPduSessionInfoOk ¶
func (o *SmContext) GetRedundantPduSessionInfoOk() (*RedundantPduSessionInformation, bool)
GetRedundantPduSessionInfoOk returns a tuple with the RedundantPduSessionInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetRoamingChargingProfile ¶
func (o *SmContext) GetRoamingChargingProfile() RoamingChargingProfile
GetRoamingChargingProfile returns the RoamingChargingProfile field value if set, zero value otherwise.
func (*SmContext) GetRoamingChargingProfileOk ¶
func (o *SmContext) GetRoamingChargingProfileOk() (*RoamingChargingProfile, bool)
GetRoamingChargingProfileOk returns a tuple with the RoamingChargingProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetRoutingIndicator ¶
GetRoutingIndicator returns the RoutingIndicator field value if set, zero value otherwise.
func (*SmContext) GetRoutingIndicatorOk ¶
GetRoutingIndicatorOk returns a tuple with the RoutingIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetSNssaiOk ¶
GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.
func (*SmContext) GetSatelliteBackhaulCat ¶
func (o *SmContext) GetSatelliteBackhaulCat() SatelliteBackhaulCategory
GetSatelliteBackhaulCat returns the SatelliteBackhaulCat field value if set, zero value otherwise.
func (*SmContext) GetSatelliteBackhaulCatOk ¶
func (o *SmContext) GetSatelliteBackhaulCatOk() (*SatelliteBackhaulCategory, bool)
GetSatelliteBackhaulCatOk returns a tuple with the SatelliteBackhaulCat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetSelMode ¶
func (o *SmContext) GetSelMode() DnnSelectionMode
GetSelMode returns the SelMode field value if set, zero value otherwise.
func (*SmContext) GetSelModeOk ¶
func (o *SmContext) GetSelModeOk() (*DnnSelectionMode, bool)
GetSelModeOk returns a tuple with the SelMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetSelectedDnn ¶
GetSelectedDnn returns the SelectedDnn field value if set, zero value otherwise.
func (*SmContext) GetSelectedDnnOk ¶
GetSelectedDnnOk returns a tuple with the SelectedDnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetSessionAmbr ¶
GetSessionAmbr returns the SessionAmbr field value
func (*SmContext) GetSessionAmbrOk ¶
GetSessionAmbrOk returns a tuple with the SessionAmbr field value and a boolean to check if the value has been set.
func (*SmContext) GetSmfBindingInfo ¶
GetSmfBindingInfo returns the SmfBindingInfo field value if set, zero value otherwise.
func (*SmContext) GetSmfBindingInfoOk ¶
GetSmfBindingInfoOk returns a tuple with the SmfBindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetSmfInstanceId ¶
GetSmfInstanceId returns the SmfInstanceId field value if set, zero value otherwise.
func (*SmContext) GetSmfInstanceIdOk ¶
GetSmfInstanceIdOk returns a tuple with the SmfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetSmfServiceInstanceId ¶
GetSmfServiceInstanceId returns the SmfServiceInstanceId field value if set, zero value otherwise.
func (*SmContext) GetSmfServiceInstanceIdOk ¶
GetSmfServiceInstanceIdOk returns a tuple with the SmfServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetSmfUri ¶
GetSmfUri returns the SmfUri field value if set, zero value otherwise.
func (*SmContext) GetSmfUriOk ¶
GetSmfUriOk returns a tuple with the SmfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetSscMode ¶
GetSscMode returns the SscMode field value if set, zero value otherwise.
func (*SmContext) GetSscModeOk ¶
GetSscModeOk returns a tuple with the SscMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetUdmGroupId ¶
GetUdmGroupId returns the UdmGroupId field value if set, zero value otherwise.
func (*SmContext) GetUdmGroupIdOk ¶
GetUdmGroupIdOk returns a tuple with the UdmGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetUeIpv4Address ¶
GetUeIpv4Address returns the UeIpv4Address field value if set, zero value otherwise.
func (*SmContext) GetUeIpv4AddressOk ¶
GetUeIpv4AddressOk returns a tuple with the UeIpv4Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetUeIpv6Prefix ¶
func (o *SmContext) GetUeIpv6Prefix() Ipv6Prefix
GetUeIpv6Prefix returns the UeIpv6Prefix field value if set, zero value otherwise.
func (*SmContext) GetUeIpv6PrefixOk ¶
func (o *SmContext) GetUeIpv6PrefixOk() (*Ipv6Prefix, bool)
GetUeIpv6PrefixOk returns a tuple with the UeIpv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) GetUpSecurity ¶
func (o *SmContext) GetUpSecurity() UpSecurity
GetUpSecurity returns the UpSecurity field value if set, zero value otherwise.
func (*SmContext) GetUpSecurityOk ¶
func (o *SmContext) GetUpSecurityOk() (*UpSecurity, bool)
GetUpSecurityOk returns a tuple with the UpSecurity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContext) HasAddRanTunnelInfo ¶
HasAddRanTunnelInfo returns a boolean if a field has been set.
func (*SmContext) HasAddRedRanTunnelInfo ¶
HasAddRedRanTunnelInfo returns a boolean if a field has been set.
func (*SmContext) HasAlwaysOnGranted ¶
HasAlwaysOnGranted returns a boolean if a field has been set.
func (*SmContext) HasAnchorSmfOauth2Required ¶
HasAnchorSmfOauth2Required returns a boolean if a field has been set.
func (*SmContext) HasChargingId ¶
HasChargingId returns a boolean if a field has been set.
func (*SmContext) HasChargingInfo ¶
HasChargingInfo returns a boolean if a field has been set.
func (*SmContext) HasDisasterRoamingInd ¶
HasDisasterRoamingInd returns a boolean if a field has been set.
func (*SmContext) HasDlsetSupportInd ¶
HasDlsetSupportInd returns a boolean if a field has been set.
func (*SmContext) HasDnAaaAddress ¶
HasDnAaaAddress returns a boolean if a field has been set.
func (*SmContext) HasEnablePauseCharging ¶
HasEnablePauseCharging returns a boolean if a field has been set.
func (*SmContext) HasEpsBearerInfo ¶
HasEpsBearerInfo returns a boolean if a field has been set.
func (*SmContext) HasEpsPdnCnxInfo ¶
HasEpsPdnCnxInfo returns a boolean if a field has been set.
func (*SmContext) HasForwardingInd ¶
HasForwardingInd returns a boolean if a field has been set.
func (*SmContext) HasHNwPubKeyId ¶
HasHNwPubKeyId returns a boolean if a field has been set.
func (*SmContext) HasHSmfInstanceId ¶
HasHSmfInstanceId returns a boolean if a field has been set.
func (*SmContext) HasHSmfServiceInstanceId ¶
HasHSmfServiceInstanceId returns a boolean if a field has been set.
func (*SmContext) HasHSmfUri ¶
HasHSmfUri returns a boolean if a field has been set.
func (*SmContext) HasHplmnSnssai ¶
HasHplmnSnssai returns a boolean if a field has been set.
func (*SmContext) HasInterPlmnApiRoot ¶
HasInterPlmnApiRoot returns a boolean if a field has been set.
func (*SmContext) HasIntraPlmnApiRoot ¶
HasIntraPlmnApiRoot returns a boolean if a field has been set.
func (*SmContext) HasIpv6Index ¶
HasIpv6Index returns a boolean if a field has been set.
func (*SmContext) HasMaxIntegrityProtectedDataRate ¶
HasMaxIntegrityProtectedDataRate returns a boolean if a field has been set.
func (*SmContext) HasMaxIntegrityProtectedDataRateDl ¶
HasMaxIntegrityProtectedDataRateDl returns a boolean if a field has been set.
func (*SmContext) HasN9fscSupportInd ¶
HasN9fscSupportInd returns a boolean if a field has been set.
func (*SmContext) HasNefExtBufSupportInd ¶
HasNefExtBufSupportInd returns a boolean if a field has been set.
func (*SmContext) HasNspuSupportInd ¶
HasNspuSupportInd returns a boolean if a field has been set.
func (*SmContext) HasPcfGroupId ¶
HasPcfGroupId returns a boolean if a field has been set.
func (*SmContext) HasPcfSetId ¶
HasPcfSetId returns a boolean if a field has been set.
func (*SmContext) HasPduSessionRef ¶
HasPduSessionRef returns a boolean if a field has been set.
func (*SmContext) HasPduSessionSmfBinding ¶
HasPduSessionSmfBinding returns a boolean if a field has been set.
func (*SmContext) HasPduSessionSmfServiceSetId ¶
HasPduSessionSmfServiceSetId returns a boolean if a field has been set.
func (*SmContext) HasPduSessionSmfSetId ¶
HasPduSessionSmfSetId returns a boolean if a field has been set.
func (*SmContext) HasPsaTunnelInfo ¶
HasPsaTunnelInfo returns a boolean if a field has been set.
func (*SmContext) HasRanTunnelInfo ¶
HasRanTunnelInfo returns a boolean if a field has been set.
func (*SmContext) HasRecoveryTime ¶
HasRecoveryTime returns a boolean if a field has been set.
func (*SmContext) HasRedRanTunnelInfo ¶
HasRedRanTunnelInfo returns a boolean if a field has been set.
func (*SmContext) HasRedundantPduSessionInfo ¶
HasRedundantPduSessionInfo returns a boolean if a field has been set.
func (*SmContext) HasRoamingChargingProfile ¶
HasRoamingChargingProfile returns a boolean if a field has been set.
func (*SmContext) HasRoutingIndicator ¶
HasRoutingIndicator returns a boolean if a field has been set.
func (*SmContext) HasSatelliteBackhaulCat ¶
HasSatelliteBackhaulCat returns a boolean if a field has been set.
func (*SmContext) HasSelMode ¶
HasSelMode returns a boolean if a field has been set.
func (*SmContext) HasSelectedDnn ¶
HasSelectedDnn returns a boolean if a field has been set.
func (*SmContext) HasSmfBindingInfo ¶
HasSmfBindingInfo returns a boolean if a field has been set.
func (*SmContext) HasSmfInstanceId ¶
HasSmfInstanceId returns a boolean if a field has been set.
func (*SmContext) HasSmfServiceInstanceId ¶
HasSmfServiceInstanceId returns a boolean if a field has been set.
func (*SmContext) HasSscMode ¶
HasSscMode returns a boolean if a field has been set.
func (*SmContext) HasUdmGroupId ¶
HasUdmGroupId returns a boolean if a field has been set.
func (*SmContext) HasUeIpv4Address ¶
HasUeIpv4Address returns a boolean if a field has been set.
func (*SmContext) HasUeIpv6Prefix ¶
HasUeIpv6Prefix returns a boolean if a field has been set.
func (*SmContext) HasUpSecurity ¶
HasUpSecurity returns a boolean if a field has been set.
func (SmContext) MarshalJSON ¶
func (*SmContext) SetAddRanTunnelInfo ¶
func (o *SmContext) SetAddRanTunnelInfo(v []QosFlowTunnel)
SetAddRanTunnelInfo gets a reference to the given []QosFlowTunnel and assigns it to the AddRanTunnelInfo field.
func (*SmContext) SetAddRedRanTunnelInfo ¶
func (o *SmContext) SetAddRedRanTunnelInfo(v []QosFlowTunnel)
SetAddRedRanTunnelInfo gets a reference to the given []QosFlowTunnel and assigns it to the AddRedRanTunnelInfo field.
func (*SmContext) SetAlwaysOnGranted ¶
SetAlwaysOnGranted gets a reference to the given bool and assigns it to the AlwaysOnGranted field.
func (*SmContext) SetAnchorSmfOauth2Required ¶
SetAnchorSmfOauth2Required gets a reference to the given bool and assigns it to the AnchorSmfOauth2Required field.
func (*SmContext) SetChargingId ¶
SetChargingId gets a reference to the given string and assigns it to the ChargingId field.
func (*SmContext) SetChargingInfo ¶
func (o *SmContext) SetChargingInfo(v ChargingInformation)
SetChargingInfo gets a reference to the given ChargingInformation and assigns it to the ChargingInfo field.
func (*SmContext) SetDisasterRoamingInd ¶
SetDisasterRoamingInd gets a reference to the given bool and assigns it to the DisasterRoamingInd field.
func (*SmContext) SetDlsetSupportInd ¶
SetDlsetSupportInd gets a reference to the given bool and assigns it to the DlsetSupportInd field.
func (*SmContext) SetDnAaaAddress ¶
SetDnAaaAddress gets a reference to the given NullableIpAddress and assigns it to the DnAaaAddress field.
func (*SmContext) SetDnAaaAddressNil ¶
func (o *SmContext) SetDnAaaAddressNil()
SetDnAaaAddressNil sets the value for DnAaaAddress to be an explicit nil
func (*SmContext) SetEnablePauseCharging ¶
SetEnablePauseCharging gets a reference to the given bool and assigns it to the EnablePauseCharging field.
func (*SmContext) SetEpsBearerInfo ¶
func (o *SmContext) SetEpsBearerInfo(v []EpsBearerInfo)
SetEpsBearerInfo gets a reference to the given []EpsBearerInfo and assigns it to the EpsBearerInfo field.
func (*SmContext) SetEpsPdnCnxInfo ¶
func (o *SmContext) SetEpsPdnCnxInfo(v EpsPdnCnxInfo)
SetEpsPdnCnxInfo gets a reference to the given EpsPdnCnxInfo and assigns it to the EpsPdnCnxInfo field.
func (*SmContext) SetForwardingInd ¶
SetForwardingInd gets a reference to the given bool and assigns it to the ForwardingInd field.
func (*SmContext) SetGpsi ¶
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*SmContext) SetHNwPubKeyId ¶
SetHNwPubKeyId gets a reference to the given int32 and assigns it to the HNwPubKeyId field.
func (*SmContext) SetHSmfInstanceId ¶
SetHSmfInstanceId gets a reference to the given string and assigns it to the HSmfInstanceId field.
func (*SmContext) SetHSmfServiceInstanceId ¶
SetHSmfServiceInstanceId gets a reference to the given string and assigns it to the HSmfServiceInstanceId field.
func (*SmContext) SetHSmfUri ¶
SetHSmfUri gets a reference to the given string and assigns it to the HSmfUri field.
func (*SmContext) SetHplmnSnssai ¶
SetHplmnSnssai gets a reference to the given Snssai and assigns it to the HplmnSnssai field.
func (*SmContext) SetInterPlmnApiRoot ¶
SetInterPlmnApiRoot gets a reference to the given string and assigns it to the InterPlmnApiRoot field.
func (*SmContext) SetIntraPlmnApiRoot ¶
SetIntraPlmnApiRoot gets a reference to the given string and assigns it to the IntraPlmnApiRoot field.
func (*SmContext) SetIpv6Index ¶
SetIpv6Index gets a reference to the given int32 and assigns it to the Ipv6Index field.
func (*SmContext) SetMaxIntegrityProtectedDataRate ¶
func (o *SmContext) SetMaxIntegrityProtectedDataRate(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRate gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRate field.
func (*SmContext) SetMaxIntegrityProtectedDataRateDl ¶
func (o *SmContext) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRateDl gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRateDl field.
func (*SmContext) SetN9fscSupportInd ¶
SetN9fscSupportInd gets a reference to the given bool and assigns it to the N9fscSupportInd field.
func (*SmContext) SetNefExtBufSupportInd ¶
SetNefExtBufSupportInd gets a reference to the given bool and assigns it to the NefExtBufSupportInd field.
func (*SmContext) SetNspuSupportInd ¶
SetNspuSupportInd gets a reference to the given bool and assigns it to the NspuSupportInd field.
func (*SmContext) SetPcfGroupId ¶
SetPcfGroupId gets a reference to the given string and assigns it to the PcfGroupId field.
func (*SmContext) SetPcfId ¶
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*SmContext) SetPcfSetId ¶
SetPcfSetId gets a reference to the given string and assigns it to the PcfSetId field.
func (*SmContext) SetPduSessionId ¶
SetPduSessionId sets field value
func (*SmContext) SetPduSessionRef ¶
SetPduSessionRef gets a reference to the given string and assigns it to the PduSessionRef field.
func (*SmContext) SetPduSessionSmfBinding ¶
func (o *SmContext) SetPduSessionSmfBinding(v SbiBindingLevel)
SetPduSessionSmfBinding gets a reference to the given SbiBindingLevel and assigns it to the PduSessionSmfBinding field.
func (*SmContext) SetPduSessionSmfServiceSetId ¶
SetPduSessionSmfServiceSetId gets a reference to the given string and assigns it to the PduSessionSmfServiceSetId field.
func (*SmContext) SetPduSessionSmfSetId ¶
SetPduSessionSmfSetId gets a reference to the given string and assigns it to the PduSessionSmfSetId field.
func (*SmContext) SetPduSessionType ¶
func (o *SmContext) SetPduSessionType(v PduSessionType)
SetPduSessionType sets field value
func (*SmContext) SetPsaTunnelInfo ¶
func (o *SmContext) SetPsaTunnelInfo(v TunnelInfo)
SetPsaTunnelInfo gets a reference to the given TunnelInfo and assigns it to the PsaTunnelInfo field.
func (*SmContext) SetQosFlowsList ¶
func (o *SmContext) SetQosFlowsList(v []QosFlowSetupItem)
SetQosFlowsList sets field value
func (*SmContext) SetRanTunnelInfo ¶
func (o *SmContext) SetRanTunnelInfo(v QosFlowTunnel)
SetRanTunnelInfo gets a reference to the given QosFlowTunnel and assigns it to the RanTunnelInfo field.
func (*SmContext) SetRecoveryTime ¶
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (*SmContext) SetRedRanTunnelInfo ¶
func (o *SmContext) SetRedRanTunnelInfo(v QosFlowTunnel)
SetRedRanTunnelInfo gets a reference to the given QosFlowTunnel and assigns it to the RedRanTunnelInfo field.
func (*SmContext) SetRedundantPduSessionInfo ¶
func (o *SmContext) SetRedundantPduSessionInfo(v RedundantPduSessionInformation)
SetRedundantPduSessionInfo gets a reference to the given RedundantPduSessionInformation and assigns it to the RedundantPduSessionInfo field.
func (*SmContext) SetRoamingChargingProfile ¶
func (o *SmContext) SetRoamingChargingProfile(v RoamingChargingProfile)
SetRoamingChargingProfile gets a reference to the given RoamingChargingProfile and assigns it to the RoamingChargingProfile field.
func (*SmContext) SetRoutingIndicator ¶
SetRoutingIndicator gets a reference to the given string and assigns it to the RoutingIndicator field.
func (*SmContext) SetSatelliteBackhaulCat ¶
func (o *SmContext) SetSatelliteBackhaulCat(v SatelliteBackhaulCategory)
SetSatelliteBackhaulCat gets a reference to the given SatelliteBackhaulCategory and assigns it to the SatelliteBackhaulCat field.
func (*SmContext) SetSelMode ¶
func (o *SmContext) SetSelMode(v DnnSelectionMode)
SetSelMode gets a reference to the given DnnSelectionMode and assigns it to the SelMode field.
func (*SmContext) SetSelectedDnn ¶
SetSelectedDnn gets a reference to the given string and assigns it to the SelectedDnn field.
func (*SmContext) SetSessionAmbr ¶
SetSessionAmbr sets field value
func (*SmContext) SetSmfBindingInfo ¶
SetSmfBindingInfo gets a reference to the given string and assigns it to the SmfBindingInfo field.
func (*SmContext) SetSmfInstanceId ¶
SetSmfInstanceId gets a reference to the given string and assigns it to the SmfInstanceId field.
func (*SmContext) SetSmfServiceInstanceId ¶
SetSmfServiceInstanceId gets a reference to the given string and assigns it to the SmfServiceInstanceId field.
func (*SmContext) SetSmfUri ¶
SetSmfUri gets a reference to the given string and assigns it to the SmfUri field.
func (*SmContext) SetSscMode ¶
SetSscMode gets a reference to the given string and assigns it to the SscMode field.
func (*SmContext) SetUdmGroupId ¶
SetUdmGroupId gets a reference to the given string and assigns it to the UdmGroupId field.
func (*SmContext) SetUeIpv4Address ¶
SetUeIpv4Address gets a reference to the given string and assigns it to the UeIpv4Address field.
func (*SmContext) SetUeIpv6Prefix ¶
func (o *SmContext) SetUeIpv6Prefix(v Ipv6Prefix)
SetUeIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the UeIpv6Prefix field.
func (*SmContext) SetUpSecurity ¶
func (o *SmContext) SetUpSecurity(v UpSecurity)
SetUpSecurity gets a reference to the given UpSecurity and assigns it to the UpSecurity field.
func (*SmContext) UnmarshalJSON ¶
func (*SmContext) UnsetDnAaaAddress ¶
func (o *SmContext) UnsetDnAaaAddress()
UnsetDnAaaAddress ensures that no value is present for DnAaaAddress, not even an explicit nil
type SmContextCreateData ¶
type SmContextCreateData struct { // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` UnauthenticatedSupi *bool `json:"unauthenticatedSupi,omitempty"` // String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. Pei *string `json:"pei,omitempty"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. Gpsi *string `json:"gpsi,omitempty"` // Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network. PduSessionId *int32 `json:"pduSessionId,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). SelectedDnn *string `json:"selectedDnn,omitempty"` SNssai *Snssai `json:"sNssai,omitempty"` HplmnSnssai *Snssai `json:"hplmnSnssai,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. ServingNfId string `json:"servingNfId"` Guami *Guami `json:"guami,omitempty"` ServiceName *ServiceName `json:"serviceName,omitempty"` ServingNetwork PlmnIdNid `json:"servingNetwork"` RequestType *RequestType `json:"requestType,omitempty"` N1SmMsg *RefToBinaryData `json:"n1SmMsg,omitempty"` AnType AccessType `json:"anType"` AdditionalAnType *AccessType `json:"additionalAnType,omitempty"` RatType *RatType `json:"ratType,omitempty"` PresenceInLadn *PresenceState `json:"presenceInLadn,omitempty"` UeLocation *UserLocation `json:"ueLocation,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. UeTimeZone *string `json:"ueTimeZone,omitempty"` AddUeLocation *UserLocation `json:"addUeLocation,omitempty"` // String providing an URI formatted according to RFC 3986. SmContextStatusUri string `json:"smContextStatusUri"` // String providing an URI formatted according to RFC 3986. HSmfUri *string `json:"hSmfUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. HSmfId *string `json:"hSmfId,omitempty"` // String providing an URI formatted according to RFC 3986. SmfUri *string `json:"smfUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SmfId *string `json:"smfId,omitempty"` AdditionalHsmfUri []string `json:"additionalHsmfUri,omitempty"` AdditionalHsmfId []string `json:"additionalHsmfId,omitempty"` AdditionalSmfUri []string `json:"additionalSmfUri,omitempty"` AdditionalSmfId []string `json:"additionalSmfId,omitempty"` // Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network. OldPduSessionId *int32 `json:"oldPduSessionId,omitempty"` PduSessionsActivateList []int32 `json:"pduSessionsActivateList,omitempty"` // UE EPS PDN Connection container from SMF to AMF UeEpsPdnConnection *string `json:"ueEpsPdnConnection,omitempty"` HoState *HoState `json:"hoState,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` // Identifier of a group of NFs. PcfGroupId *string `json:"pcfGroupId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PcfSetId *string `json:"pcfSetId,omitempty"` // String providing an URI formatted according to RFC 3986. NrfUri *string `json:"nrfUri,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` SelMode *DnnSelectionMode `json:"selMode,omitempty"` BackupAmfInfo []BackupAmfInfo `json:"backupAmfInfo,omitempty"` TraceData NullableTraceData `json:"traceData,omitempty"` // Identifier of a group of NFs. UdmGroupId *string `json:"udmGroupId,omitempty"` RoutingIndicator *string `json:"routingIndicator,omitempty"` HNwPubKeyId *int32 `json:"hNwPubKeyId,omitempty"` EpsInterworkingInd *EpsInterworkingIndication `json:"epsInterworkingInd,omitempty"` IndirectForwardingFlag *bool `json:"indirectForwardingFlag,omitempty"` DirectForwardingFlag *bool `json:"directForwardingFlag,omitempty"` TargetId *NgRanTargetId `json:"targetId,omitempty"` // EPS bearer context status EpsBearerCtxStatus *string `json:"epsBearerCtxStatus,omitempty"` CpCiotEnabled *bool `json:"cpCiotEnabled,omitempty"` CpOnlyInd *bool `json:"cpOnlyInd,omitempty"` InvokeNef *bool `json:"invokeNef,omitempty"` MaRequestInd *bool `json:"maRequestInd,omitempty"` MaNwUpgradeInd *bool `json:"maNwUpgradeInd,omitempty"` N2SmInfo *RefToBinaryData `json:"n2SmInfo,omitempty"` N2SmInfoType *N2SmInfoType `json:"n2SmInfoType,omitempty"` N2SmInfoExt1 *RefToBinaryData `json:"n2SmInfoExt1,omitempty"` N2SmInfoTypeExt1 *N2SmInfoType `json:"n2SmInfoTypeExt1,omitempty"` // String providing an URI formatted according to RFC 3986. SmContextRef *string `json:"smContextRef,omitempty"` SmContextSmfPlmnId *PlmnIdNid `json:"smContextSmfPlmnId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SmContextSmfId *string `json:"smContextSmfId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. SmContextSmfSetId *string `json:"smContextSmfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. SmContextSmfServiceSetId *string `json:"smContextSmfServiceSetId,omitempty"` SmContextSmfBinding *SbiBindingLevel `json:"smContextSmfBinding,omitempty"` UpCnxState *UpCnxState `json:"upCnxState,omitempty"` SmallDataRateStatus *SmallDataRateStatus `json:"smallDataRateStatus,omitempty"` ApnRateStatus *ApnRateStatus `json:"apnRateStatus,omitempty"` ExtendedNasSmTimerInd *bool `json:"extendedNasSmTimerInd,omitempty"` DlDataWaitingInd *bool `json:"dlDataWaitingInd,omitempty"` DdnFailureSubs *DdnFailureSubs `json:"ddnFailureSubs,omitempty"` SmfTransferInd *bool `json:"smfTransferInd,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. OldSmfId *string `json:"oldSmfId,omitempty"` // String providing an URI formatted according to RFC 3986. OldSmContextRef *string `json:"oldSmContextRef,omitempty"` WAgfInfo *WAgfInfo `json:"wAgfInfo,omitempty"` TngfInfo *TngfInfo `json:"tngfInfo,omitempty"` TwifInfo *TwifInfo `json:"twifInfo,omitempty"` RanUnchangedInd *bool `json:"ranUnchangedInd,omitempty"` SamePcfSelectionInd *bool `json:"samePcfSelectionInd,omitempty"` // DNAI (Data network access identifier), see clause 5.6.7 of 3GPP TS 23.501. TargetDnai *string `json:"targetDnai,omitempty"` // String providing an URI formatted according to RFC 3986. NrfManagementUri *string `json:"nrfManagementUri,omitempty"` // String providing an URI formatted according to RFC 3986. NrfDiscoveryUri *string `json:"nrfDiscoveryUri,omitempty"` // String providing an URI formatted according to RFC 3986. NrfAccessTokenUri *string `json:"nrfAccessTokenUri,omitempty"` // Map indicating whether the NRF requires Oauth2-based authorization for accessing its services. The key of the map shall be the name of an NRF service, e.g. \"nnrf-nfm\" or \"nnrf-disc\" NrfOauth2Required *map[string]bool `json:"nrfOauth2Required,omitempty"` SmfBindingInfo *string `json:"smfBindingInfo,omitempty"` PvsInfo []ServerAddressingInfo `json:"pvsInfo,omitempty"` OnboardingInd *bool `json:"onboardingInd,omitempty"` // String providing an URI formatted according to RFC 3986. OldPduSessionRef *string `json:"oldPduSessionRef,omitempty"` SmPolicyNotifyInd *bool `json:"smPolicyNotifyInd,omitempty"` PcfUeCallbackInfo NullablePcfUeCallbackInfo `json:"pcfUeCallbackInfo,omitempty"` SatelliteBackhaulCat *SatelliteBackhaulCategory `json:"satelliteBackhaulCat,omitempty"` UpipSupported *bool `json:"upipSupported,omitempty"` UavAuthenticated *bool `json:"uavAuthenticated,omitempty"` DisasterRoamingInd *bool `json:"disasterRoamingInd,omitempty"` AnchorSmfOauth2Required *bool `json:"anchorSmfOauth2Required,omitempty"` SmContextSmfOauth2Required *bool `json:"smContextSmfOauth2Required,omitempty"` }
SmContextCreateData Data within Create SM Context Request
func NewSmContextCreateData ¶
func NewSmContextCreateData(servingNfId string, servingNetwork PlmnIdNid, anType AccessType, smContextStatusUri string) *SmContextCreateData
NewSmContextCreateData instantiates a new SmContextCreateData 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 NewSmContextCreateDataWithDefaults ¶
func NewSmContextCreateDataWithDefaults() *SmContextCreateData
NewSmContextCreateDataWithDefaults instantiates a new SmContextCreateData 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 (*SmContextCreateData) GetAddUeLocation ¶
func (o *SmContextCreateData) GetAddUeLocation() UserLocation
GetAddUeLocation returns the AddUeLocation field value if set, zero value otherwise.
func (*SmContextCreateData) GetAddUeLocationOk ¶
func (o *SmContextCreateData) GetAddUeLocationOk() (*UserLocation, bool)
GetAddUeLocationOk returns a tuple with the AddUeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetAdditionalAnType ¶
func (o *SmContextCreateData) GetAdditionalAnType() AccessType
GetAdditionalAnType returns the AdditionalAnType field value if set, zero value otherwise.
func (*SmContextCreateData) GetAdditionalAnTypeOk ¶
func (o *SmContextCreateData) GetAdditionalAnTypeOk() (*AccessType, bool)
GetAdditionalAnTypeOk returns a tuple with the AdditionalAnType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetAdditionalHsmfId ¶
func (o *SmContextCreateData) GetAdditionalHsmfId() []string
GetAdditionalHsmfId returns the AdditionalHsmfId field value if set, zero value otherwise.
func (*SmContextCreateData) GetAdditionalHsmfIdOk ¶
func (o *SmContextCreateData) GetAdditionalHsmfIdOk() ([]string, bool)
GetAdditionalHsmfIdOk returns a tuple with the AdditionalHsmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetAdditionalHsmfUri ¶
func (o *SmContextCreateData) GetAdditionalHsmfUri() []string
GetAdditionalHsmfUri returns the AdditionalHsmfUri field value if set, zero value otherwise.
func (*SmContextCreateData) GetAdditionalHsmfUriOk ¶
func (o *SmContextCreateData) GetAdditionalHsmfUriOk() ([]string, bool)
GetAdditionalHsmfUriOk returns a tuple with the AdditionalHsmfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetAdditionalSmfId ¶
func (o *SmContextCreateData) GetAdditionalSmfId() []string
GetAdditionalSmfId returns the AdditionalSmfId field value if set, zero value otherwise.
func (*SmContextCreateData) GetAdditionalSmfIdOk ¶
func (o *SmContextCreateData) GetAdditionalSmfIdOk() ([]string, bool)
GetAdditionalSmfIdOk returns a tuple with the AdditionalSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetAdditionalSmfUri ¶
func (o *SmContextCreateData) GetAdditionalSmfUri() []string
GetAdditionalSmfUri returns the AdditionalSmfUri field value if set, zero value otherwise.
func (*SmContextCreateData) GetAdditionalSmfUriOk ¶
func (o *SmContextCreateData) GetAdditionalSmfUriOk() ([]string, bool)
GetAdditionalSmfUriOk returns a tuple with the AdditionalSmfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetAnType ¶
func (o *SmContextCreateData) GetAnType() AccessType
GetAnType returns the AnType field value
func (*SmContextCreateData) GetAnTypeOk ¶
func (o *SmContextCreateData) GetAnTypeOk() (*AccessType, bool)
GetAnTypeOk returns a tuple with the AnType field value and a boolean to check if the value has been set.
func (*SmContextCreateData) GetAnchorSmfOauth2Required ¶
func (o *SmContextCreateData) GetAnchorSmfOauth2Required() bool
GetAnchorSmfOauth2Required returns the AnchorSmfOauth2Required field value if set, zero value otherwise.
func (*SmContextCreateData) GetAnchorSmfOauth2RequiredOk ¶
func (o *SmContextCreateData) GetAnchorSmfOauth2RequiredOk() (*bool, bool)
GetAnchorSmfOauth2RequiredOk returns a tuple with the AnchorSmfOauth2Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetApnRateStatus ¶
func (o *SmContextCreateData) GetApnRateStatus() ApnRateStatus
GetApnRateStatus returns the ApnRateStatus field value if set, zero value otherwise.
func (*SmContextCreateData) GetApnRateStatusOk ¶
func (o *SmContextCreateData) GetApnRateStatusOk() (*ApnRateStatus, bool)
GetApnRateStatusOk returns a tuple with the ApnRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetBackupAmfInfo ¶
func (o *SmContextCreateData) GetBackupAmfInfo() []BackupAmfInfo
GetBackupAmfInfo returns the BackupAmfInfo field value if set, zero value otherwise.
func (*SmContextCreateData) GetBackupAmfInfoOk ¶
func (o *SmContextCreateData) GetBackupAmfInfoOk() ([]BackupAmfInfo, bool)
GetBackupAmfInfoOk returns a tuple with the BackupAmfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetCpCiotEnabled ¶
func (o *SmContextCreateData) GetCpCiotEnabled() bool
GetCpCiotEnabled returns the CpCiotEnabled field value if set, zero value otherwise.
func (*SmContextCreateData) GetCpCiotEnabledOk ¶
func (o *SmContextCreateData) GetCpCiotEnabledOk() (*bool, bool)
GetCpCiotEnabledOk returns a tuple with the CpCiotEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetCpOnlyInd ¶
func (o *SmContextCreateData) GetCpOnlyInd() bool
GetCpOnlyInd returns the CpOnlyInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetCpOnlyIndOk ¶
func (o *SmContextCreateData) GetCpOnlyIndOk() (*bool, bool)
GetCpOnlyIndOk returns a tuple with the CpOnlyInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetDdnFailureSubs ¶
func (o *SmContextCreateData) GetDdnFailureSubs() DdnFailureSubs
GetDdnFailureSubs returns the DdnFailureSubs field value if set, zero value otherwise.
func (*SmContextCreateData) GetDdnFailureSubsOk ¶
func (o *SmContextCreateData) GetDdnFailureSubsOk() (*DdnFailureSubs, bool)
GetDdnFailureSubsOk returns a tuple with the DdnFailureSubs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetDirectForwardingFlag ¶
func (o *SmContextCreateData) GetDirectForwardingFlag() bool
GetDirectForwardingFlag returns the DirectForwardingFlag field value if set, zero value otherwise.
func (*SmContextCreateData) GetDirectForwardingFlagOk ¶
func (o *SmContextCreateData) GetDirectForwardingFlagOk() (*bool, bool)
GetDirectForwardingFlagOk returns a tuple with the DirectForwardingFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetDisasterRoamingInd ¶
func (o *SmContextCreateData) GetDisasterRoamingInd() bool
GetDisasterRoamingInd returns the DisasterRoamingInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetDisasterRoamingIndOk ¶
func (o *SmContextCreateData) GetDisasterRoamingIndOk() (*bool, bool)
GetDisasterRoamingIndOk returns a tuple with the DisasterRoamingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetDlDataWaitingInd ¶
func (o *SmContextCreateData) GetDlDataWaitingInd() bool
GetDlDataWaitingInd returns the DlDataWaitingInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetDlDataWaitingIndOk ¶
func (o *SmContextCreateData) GetDlDataWaitingIndOk() (*bool, bool)
GetDlDataWaitingIndOk returns a tuple with the DlDataWaitingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetDnn ¶
func (o *SmContextCreateData) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*SmContextCreateData) GetDnnOk ¶
func (o *SmContextCreateData) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetEpsBearerCtxStatus ¶
func (o *SmContextCreateData) GetEpsBearerCtxStatus() string
GetEpsBearerCtxStatus returns the EpsBearerCtxStatus field value if set, zero value otherwise.
func (*SmContextCreateData) GetEpsBearerCtxStatusOk ¶
func (o *SmContextCreateData) GetEpsBearerCtxStatusOk() (*string, bool)
GetEpsBearerCtxStatusOk returns a tuple with the EpsBearerCtxStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetEpsInterworkingInd ¶
func (o *SmContextCreateData) GetEpsInterworkingInd() EpsInterworkingIndication
GetEpsInterworkingInd returns the EpsInterworkingInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetEpsInterworkingIndOk ¶
func (o *SmContextCreateData) GetEpsInterworkingIndOk() (*EpsInterworkingIndication, bool)
GetEpsInterworkingIndOk returns a tuple with the EpsInterworkingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetExtendedNasSmTimerInd ¶
func (o *SmContextCreateData) GetExtendedNasSmTimerInd() bool
GetExtendedNasSmTimerInd returns the ExtendedNasSmTimerInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetExtendedNasSmTimerIndOk ¶
func (o *SmContextCreateData) GetExtendedNasSmTimerIndOk() (*bool, bool)
GetExtendedNasSmTimerIndOk returns a tuple with the ExtendedNasSmTimerInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetGpsi ¶
func (o *SmContextCreateData) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*SmContextCreateData) GetGpsiOk ¶
func (o *SmContextCreateData) GetGpsiOk() (*string, bool)
GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetGuami ¶
func (o *SmContextCreateData) GetGuami() Guami
GetGuami returns the Guami field value if set, zero value otherwise.
func (*SmContextCreateData) GetGuamiOk ¶
func (o *SmContextCreateData) GetGuamiOk() (*Guami, bool)
GetGuamiOk returns a tuple with the Guami field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetHNwPubKeyId ¶
func (o *SmContextCreateData) GetHNwPubKeyId() int32
GetHNwPubKeyId returns the HNwPubKeyId field value if set, zero value otherwise.
func (*SmContextCreateData) GetHNwPubKeyIdOk ¶
func (o *SmContextCreateData) GetHNwPubKeyIdOk() (*int32, bool)
GetHNwPubKeyIdOk returns a tuple with the HNwPubKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetHSmfId ¶
func (o *SmContextCreateData) GetHSmfId() string
GetHSmfId returns the HSmfId field value if set, zero value otherwise.
func (*SmContextCreateData) GetHSmfIdOk ¶
func (o *SmContextCreateData) GetHSmfIdOk() (*string, bool)
GetHSmfIdOk returns a tuple with the HSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetHSmfUri ¶
func (o *SmContextCreateData) GetHSmfUri() string
GetHSmfUri returns the HSmfUri field value if set, zero value otherwise.
func (*SmContextCreateData) GetHSmfUriOk ¶
func (o *SmContextCreateData) GetHSmfUriOk() (*string, bool)
GetHSmfUriOk returns a tuple with the HSmfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetHoState ¶
func (o *SmContextCreateData) GetHoState() HoState
GetHoState returns the HoState field value if set, zero value otherwise.
func (*SmContextCreateData) GetHoStateOk ¶
func (o *SmContextCreateData) GetHoStateOk() (*HoState, bool)
GetHoStateOk returns a tuple with the HoState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetHplmnSnssai ¶
func (o *SmContextCreateData) GetHplmnSnssai() Snssai
GetHplmnSnssai returns the HplmnSnssai field value if set, zero value otherwise.
func (*SmContextCreateData) GetHplmnSnssaiOk ¶
func (o *SmContextCreateData) GetHplmnSnssaiOk() (*Snssai, bool)
GetHplmnSnssaiOk returns a tuple with the HplmnSnssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetIndirectForwardingFlag ¶
func (o *SmContextCreateData) GetIndirectForwardingFlag() bool
GetIndirectForwardingFlag returns the IndirectForwardingFlag field value if set, zero value otherwise.
func (*SmContextCreateData) GetIndirectForwardingFlagOk ¶
func (o *SmContextCreateData) GetIndirectForwardingFlagOk() (*bool, bool)
GetIndirectForwardingFlagOk returns a tuple with the IndirectForwardingFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetInvokeNef ¶
func (o *SmContextCreateData) GetInvokeNef() bool
GetInvokeNef returns the InvokeNef field value if set, zero value otherwise.
func (*SmContextCreateData) GetInvokeNefOk ¶
func (o *SmContextCreateData) GetInvokeNefOk() (*bool, bool)
GetInvokeNefOk returns a tuple with the InvokeNef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetMaNwUpgradeInd ¶
func (o *SmContextCreateData) GetMaNwUpgradeInd() bool
GetMaNwUpgradeInd returns the MaNwUpgradeInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetMaNwUpgradeIndOk ¶
func (o *SmContextCreateData) GetMaNwUpgradeIndOk() (*bool, bool)
GetMaNwUpgradeIndOk returns a tuple with the MaNwUpgradeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetMaRequestInd ¶
func (o *SmContextCreateData) GetMaRequestInd() bool
GetMaRequestInd returns the MaRequestInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetMaRequestIndOk ¶
func (o *SmContextCreateData) GetMaRequestIndOk() (*bool, bool)
GetMaRequestIndOk returns a tuple with the MaRequestInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetN1SmMsg ¶
func (o *SmContextCreateData) GetN1SmMsg() RefToBinaryData
GetN1SmMsg returns the N1SmMsg field value if set, zero value otherwise.
func (*SmContextCreateData) GetN1SmMsgOk ¶
func (o *SmContextCreateData) GetN1SmMsgOk() (*RefToBinaryData, bool)
GetN1SmMsgOk returns a tuple with the N1SmMsg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetN2SmInfo ¶
func (o *SmContextCreateData) GetN2SmInfo() RefToBinaryData
GetN2SmInfo returns the N2SmInfo field value if set, zero value otherwise.
func (*SmContextCreateData) GetN2SmInfoExt1 ¶
func (o *SmContextCreateData) GetN2SmInfoExt1() RefToBinaryData
GetN2SmInfoExt1 returns the N2SmInfoExt1 field value if set, zero value otherwise.
func (*SmContextCreateData) GetN2SmInfoExt1Ok ¶
func (o *SmContextCreateData) GetN2SmInfoExt1Ok() (*RefToBinaryData, bool)
GetN2SmInfoExt1Ok returns a tuple with the N2SmInfoExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetN2SmInfoOk ¶
func (o *SmContextCreateData) GetN2SmInfoOk() (*RefToBinaryData, bool)
GetN2SmInfoOk returns a tuple with the N2SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetN2SmInfoType ¶
func (o *SmContextCreateData) GetN2SmInfoType() N2SmInfoType
GetN2SmInfoType returns the N2SmInfoType field value if set, zero value otherwise.
func (*SmContextCreateData) GetN2SmInfoTypeExt1 ¶
func (o *SmContextCreateData) GetN2SmInfoTypeExt1() N2SmInfoType
GetN2SmInfoTypeExt1 returns the N2SmInfoTypeExt1 field value if set, zero value otherwise.
func (*SmContextCreateData) GetN2SmInfoTypeExt1Ok ¶
func (o *SmContextCreateData) GetN2SmInfoTypeExt1Ok() (*N2SmInfoType, bool)
GetN2SmInfoTypeExt1Ok returns a tuple with the N2SmInfoTypeExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetN2SmInfoTypeOk ¶
func (o *SmContextCreateData) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
GetN2SmInfoTypeOk returns a tuple with the N2SmInfoType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetNrfAccessTokenUri ¶
func (o *SmContextCreateData) GetNrfAccessTokenUri() string
GetNrfAccessTokenUri returns the NrfAccessTokenUri field value if set, zero value otherwise.
func (*SmContextCreateData) GetNrfAccessTokenUriOk ¶
func (o *SmContextCreateData) GetNrfAccessTokenUriOk() (*string, bool)
GetNrfAccessTokenUriOk returns a tuple with the NrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetNrfDiscoveryUri ¶
func (o *SmContextCreateData) GetNrfDiscoveryUri() string
GetNrfDiscoveryUri returns the NrfDiscoveryUri field value if set, zero value otherwise.
func (*SmContextCreateData) GetNrfDiscoveryUriOk ¶
func (o *SmContextCreateData) GetNrfDiscoveryUriOk() (*string, bool)
GetNrfDiscoveryUriOk returns a tuple with the NrfDiscoveryUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetNrfManagementUri ¶
func (o *SmContextCreateData) GetNrfManagementUri() string
GetNrfManagementUri returns the NrfManagementUri field value if set, zero value otherwise.
func (*SmContextCreateData) GetNrfManagementUriOk ¶
func (o *SmContextCreateData) GetNrfManagementUriOk() (*string, bool)
GetNrfManagementUriOk returns a tuple with the NrfManagementUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetNrfOauth2Required ¶
func (o *SmContextCreateData) GetNrfOauth2Required() map[string]bool
GetNrfOauth2Required returns the NrfOauth2Required field value if set, zero value otherwise.
func (*SmContextCreateData) GetNrfOauth2RequiredOk ¶
func (o *SmContextCreateData) GetNrfOauth2RequiredOk() (*map[string]bool, bool)
GetNrfOauth2RequiredOk returns a tuple with the NrfOauth2Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetNrfUri ¶
func (o *SmContextCreateData) GetNrfUri() string
GetNrfUri returns the NrfUri field value if set, zero value otherwise.
func (*SmContextCreateData) GetNrfUriOk ¶
func (o *SmContextCreateData) GetNrfUriOk() (*string, bool)
GetNrfUriOk returns a tuple with the NrfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetOldPduSessionId ¶
func (o *SmContextCreateData) GetOldPduSessionId() int32
GetOldPduSessionId returns the OldPduSessionId field value if set, zero value otherwise.
func (*SmContextCreateData) GetOldPduSessionIdOk ¶
func (o *SmContextCreateData) GetOldPduSessionIdOk() (*int32, bool)
GetOldPduSessionIdOk returns a tuple with the OldPduSessionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetOldPduSessionRef ¶
func (o *SmContextCreateData) GetOldPduSessionRef() string
GetOldPduSessionRef returns the OldPduSessionRef field value if set, zero value otherwise.
func (*SmContextCreateData) GetOldPduSessionRefOk ¶
func (o *SmContextCreateData) GetOldPduSessionRefOk() (*string, bool)
GetOldPduSessionRefOk returns a tuple with the OldPduSessionRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetOldSmContextRef ¶
func (o *SmContextCreateData) GetOldSmContextRef() string
GetOldSmContextRef returns the OldSmContextRef field value if set, zero value otherwise.
func (*SmContextCreateData) GetOldSmContextRefOk ¶
func (o *SmContextCreateData) GetOldSmContextRefOk() (*string, bool)
GetOldSmContextRefOk returns a tuple with the OldSmContextRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetOldSmfId ¶
func (o *SmContextCreateData) GetOldSmfId() string
GetOldSmfId returns the OldSmfId field value if set, zero value otherwise.
func (*SmContextCreateData) GetOldSmfIdOk ¶
func (o *SmContextCreateData) GetOldSmfIdOk() (*string, bool)
GetOldSmfIdOk returns a tuple with the OldSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetOnboardingInd ¶
func (o *SmContextCreateData) GetOnboardingInd() bool
GetOnboardingInd returns the OnboardingInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetOnboardingIndOk ¶
func (o *SmContextCreateData) GetOnboardingIndOk() (*bool, bool)
GetOnboardingIndOk returns a tuple with the OnboardingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetPcfGroupId ¶
func (o *SmContextCreateData) GetPcfGroupId() string
GetPcfGroupId returns the PcfGroupId field value if set, zero value otherwise.
func (*SmContextCreateData) GetPcfGroupIdOk ¶
func (o *SmContextCreateData) GetPcfGroupIdOk() (*string, bool)
GetPcfGroupIdOk returns a tuple with the PcfGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetPcfId ¶
func (o *SmContextCreateData) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*SmContextCreateData) GetPcfIdOk ¶
func (o *SmContextCreateData) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetPcfSetId ¶
func (o *SmContextCreateData) GetPcfSetId() string
GetPcfSetId returns the PcfSetId field value if set, zero value otherwise.
func (*SmContextCreateData) GetPcfSetIdOk ¶
func (o *SmContextCreateData) GetPcfSetIdOk() (*string, bool)
GetPcfSetIdOk returns a tuple with the PcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetPcfUeCallbackInfo ¶
func (o *SmContextCreateData) GetPcfUeCallbackInfo() PcfUeCallbackInfo
GetPcfUeCallbackInfo returns the PcfUeCallbackInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SmContextCreateData) GetPcfUeCallbackInfoOk ¶
func (o *SmContextCreateData) GetPcfUeCallbackInfoOk() (*PcfUeCallbackInfo, bool)
GetPcfUeCallbackInfoOk returns a tuple with the PcfUeCallbackInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SmContextCreateData) GetPduSessionId ¶
func (o *SmContextCreateData) GetPduSessionId() int32
GetPduSessionId returns the PduSessionId field value if set, zero value otherwise.
func (*SmContextCreateData) GetPduSessionIdOk ¶
func (o *SmContextCreateData) GetPduSessionIdOk() (*int32, bool)
GetPduSessionIdOk returns a tuple with the PduSessionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetPduSessionsActivateList ¶
func (o *SmContextCreateData) GetPduSessionsActivateList() []int32
GetPduSessionsActivateList returns the PduSessionsActivateList field value if set, zero value otherwise.
func (*SmContextCreateData) GetPduSessionsActivateListOk ¶
func (o *SmContextCreateData) GetPduSessionsActivateListOk() ([]int32, bool)
GetPduSessionsActivateListOk returns a tuple with the PduSessionsActivateList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetPei ¶
func (o *SmContextCreateData) GetPei() string
GetPei returns the Pei field value if set, zero value otherwise.
func (*SmContextCreateData) GetPeiOk ¶
func (o *SmContextCreateData) GetPeiOk() (*string, bool)
GetPeiOk returns a tuple with the Pei field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetPresenceInLadn ¶
func (o *SmContextCreateData) GetPresenceInLadn() PresenceState
GetPresenceInLadn returns the PresenceInLadn field value if set, zero value otherwise.
func (*SmContextCreateData) GetPresenceInLadnOk ¶
func (o *SmContextCreateData) GetPresenceInLadnOk() (*PresenceState, bool)
GetPresenceInLadnOk returns a tuple with the PresenceInLadn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetPvsInfo ¶
func (o *SmContextCreateData) GetPvsInfo() []ServerAddressingInfo
GetPvsInfo returns the PvsInfo field value if set, zero value otherwise.
func (*SmContextCreateData) GetPvsInfoOk ¶
func (o *SmContextCreateData) GetPvsInfoOk() ([]ServerAddressingInfo, bool)
GetPvsInfoOk returns a tuple with the PvsInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetRanUnchangedInd ¶
func (o *SmContextCreateData) GetRanUnchangedInd() bool
GetRanUnchangedInd returns the RanUnchangedInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetRanUnchangedIndOk ¶
func (o *SmContextCreateData) GetRanUnchangedIndOk() (*bool, bool)
GetRanUnchangedIndOk returns a tuple with the RanUnchangedInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetRatType ¶
func (o *SmContextCreateData) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*SmContextCreateData) GetRatTypeOk ¶
func (o *SmContextCreateData) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetRequestType ¶
func (o *SmContextCreateData) GetRequestType() RequestType
GetRequestType returns the RequestType field value if set, zero value otherwise.
func (*SmContextCreateData) GetRequestTypeOk ¶
func (o *SmContextCreateData) GetRequestTypeOk() (*RequestType, bool)
GetRequestTypeOk returns a tuple with the RequestType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetRoutingIndicator ¶
func (o *SmContextCreateData) GetRoutingIndicator() string
GetRoutingIndicator returns the RoutingIndicator field value if set, zero value otherwise.
func (*SmContextCreateData) GetRoutingIndicatorOk ¶
func (o *SmContextCreateData) GetRoutingIndicatorOk() (*string, bool)
GetRoutingIndicatorOk returns a tuple with the RoutingIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSNssai ¶
func (o *SmContextCreateData) GetSNssai() Snssai
GetSNssai returns the SNssai field value if set, zero value otherwise.
func (*SmContextCreateData) GetSNssaiOk ¶
func (o *SmContextCreateData) GetSNssaiOk() (*Snssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSamePcfSelectionInd ¶
func (o *SmContextCreateData) GetSamePcfSelectionInd() bool
GetSamePcfSelectionInd returns the SamePcfSelectionInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetSamePcfSelectionIndOk ¶
func (o *SmContextCreateData) GetSamePcfSelectionIndOk() (*bool, bool)
GetSamePcfSelectionIndOk returns a tuple with the SamePcfSelectionInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSatelliteBackhaulCat ¶
func (o *SmContextCreateData) GetSatelliteBackhaulCat() SatelliteBackhaulCategory
GetSatelliteBackhaulCat returns the SatelliteBackhaulCat field value if set, zero value otherwise.
func (*SmContextCreateData) GetSatelliteBackhaulCatOk ¶
func (o *SmContextCreateData) GetSatelliteBackhaulCatOk() (*SatelliteBackhaulCategory, bool)
GetSatelliteBackhaulCatOk returns a tuple with the SatelliteBackhaulCat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSelMode ¶
func (o *SmContextCreateData) GetSelMode() DnnSelectionMode
GetSelMode returns the SelMode field value if set, zero value otherwise.
func (*SmContextCreateData) GetSelModeOk ¶
func (o *SmContextCreateData) GetSelModeOk() (*DnnSelectionMode, bool)
GetSelModeOk returns a tuple with the SelMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSelectedDnn ¶
func (o *SmContextCreateData) GetSelectedDnn() string
GetSelectedDnn returns the SelectedDnn field value if set, zero value otherwise.
func (*SmContextCreateData) GetSelectedDnnOk ¶
func (o *SmContextCreateData) GetSelectedDnnOk() (*string, bool)
GetSelectedDnnOk returns a tuple with the SelectedDnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetServiceName ¶
func (o *SmContextCreateData) GetServiceName() ServiceName
GetServiceName returns the ServiceName field value if set, zero value otherwise.
func (*SmContextCreateData) GetServiceNameOk ¶
func (o *SmContextCreateData) GetServiceNameOk() (*ServiceName, bool)
GetServiceNameOk returns a tuple with the ServiceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetServingNetwork ¶
func (o *SmContextCreateData) GetServingNetwork() PlmnIdNid
GetServingNetwork returns the ServingNetwork field value
func (*SmContextCreateData) GetServingNetworkOk ¶
func (o *SmContextCreateData) GetServingNetworkOk() (*PlmnIdNid, bool)
GetServingNetworkOk returns a tuple with the ServingNetwork field value and a boolean to check if the value has been set.
func (*SmContextCreateData) GetServingNfId ¶
func (o *SmContextCreateData) GetServingNfId() string
GetServingNfId returns the ServingNfId field value
func (*SmContextCreateData) GetServingNfIdOk ¶
func (o *SmContextCreateData) GetServingNfIdOk() (*string, bool)
GetServingNfIdOk returns a tuple with the ServingNfId field value and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmContextRef ¶
func (o *SmContextCreateData) GetSmContextRef() string
GetSmContextRef returns the SmContextRef field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmContextRefOk ¶
func (o *SmContextCreateData) GetSmContextRefOk() (*string, bool)
GetSmContextRefOk returns a tuple with the SmContextRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmContextSmfBinding ¶
func (o *SmContextCreateData) GetSmContextSmfBinding() SbiBindingLevel
GetSmContextSmfBinding returns the SmContextSmfBinding field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmContextSmfBindingOk ¶
func (o *SmContextCreateData) GetSmContextSmfBindingOk() (*SbiBindingLevel, bool)
GetSmContextSmfBindingOk returns a tuple with the SmContextSmfBinding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmContextSmfId ¶
func (o *SmContextCreateData) GetSmContextSmfId() string
GetSmContextSmfId returns the SmContextSmfId field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmContextSmfIdOk ¶
func (o *SmContextCreateData) GetSmContextSmfIdOk() (*string, bool)
GetSmContextSmfIdOk returns a tuple with the SmContextSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmContextSmfOauth2Required ¶
func (o *SmContextCreateData) GetSmContextSmfOauth2Required() bool
GetSmContextSmfOauth2Required returns the SmContextSmfOauth2Required field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmContextSmfOauth2RequiredOk ¶
func (o *SmContextCreateData) GetSmContextSmfOauth2RequiredOk() (*bool, bool)
GetSmContextSmfOauth2RequiredOk returns a tuple with the SmContextSmfOauth2Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmContextSmfPlmnId ¶
func (o *SmContextCreateData) GetSmContextSmfPlmnId() PlmnIdNid
GetSmContextSmfPlmnId returns the SmContextSmfPlmnId field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmContextSmfPlmnIdOk ¶
func (o *SmContextCreateData) GetSmContextSmfPlmnIdOk() (*PlmnIdNid, bool)
GetSmContextSmfPlmnIdOk returns a tuple with the SmContextSmfPlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmContextSmfServiceSetId ¶
func (o *SmContextCreateData) GetSmContextSmfServiceSetId() string
GetSmContextSmfServiceSetId returns the SmContextSmfServiceSetId field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmContextSmfServiceSetIdOk ¶
func (o *SmContextCreateData) GetSmContextSmfServiceSetIdOk() (*string, bool)
GetSmContextSmfServiceSetIdOk returns a tuple with the SmContextSmfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmContextSmfSetId ¶
func (o *SmContextCreateData) GetSmContextSmfSetId() string
GetSmContextSmfSetId returns the SmContextSmfSetId field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmContextSmfSetIdOk ¶
func (o *SmContextCreateData) GetSmContextSmfSetIdOk() (*string, bool)
GetSmContextSmfSetIdOk returns a tuple with the SmContextSmfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmContextStatusUri ¶
func (o *SmContextCreateData) GetSmContextStatusUri() string
GetSmContextStatusUri returns the SmContextStatusUri field value
func (*SmContextCreateData) GetSmContextStatusUriOk ¶
func (o *SmContextCreateData) GetSmContextStatusUriOk() (*string, bool)
GetSmContextStatusUriOk returns a tuple with the SmContextStatusUri field value and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmPolicyNotifyInd ¶
func (o *SmContextCreateData) GetSmPolicyNotifyInd() bool
GetSmPolicyNotifyInd returns the SmPolicyNotifyInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmPolicyNotifyIndOk ¶
func (o *SmContextCreateData) GetSmPolicyNotifyIndOk() (*bool, bool)
GetSmPolicyNotifyIndOk returns a tuple with the SmPolicyNotifyInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmallDataRateStatus ¶
func (o *SmContextCreateData) GetSmallDataRateStatus() SmallDataRateStatus
GetSmallDataRateStatus returns the SmallDataRateStatus field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmallDataRateStatusOk ¶
func (o *SmContextCreateData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
GetSmallDataRateStatusOk returns a tuple with the SmallDataRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmfBindingInfo ¶
func (o *SmContextCreateData) GetSmfBindingInfo() string
GetSmfBindingInfo returns the SmfBindingInfo field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmfBindingInfoOk ¶
func (o *SmContextCreateData) GetSmfBindingInfoOk() (*string, bool)
GetSmfBindingInfoOk returns a tuple with the SmfBindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmfId ¶
func (o *SmContextCreateData) GetSmfId() string
GetSmfId returns the SmfId field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmfIdOk ¶
func (o *SmContextCreateData) GetSmfIdOk() (*string, bool)
GetSmfIdOk returns a tuple with the SmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmfTransferInd ¶
func (o *SmContextCreateData) GetSmfTransferInd() bool
GetSmfTransferInd returns the SmfTransferInd field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmfTransferIndOk ¶
func (o *SmContextCreateData) GetSmfTransferIndOk() (*bool, bool)
GetSmfTransferIndOk returns a tuple with the SmfTransferInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSmfUri ¶
func (o *SmContextCreateData) GetSmfUri() string
GetSmfUri returns the SmfUri field value if set, zero value otherwise.
func (*SmContextCreateData) GetSmfUriOk ¶
func (o *SmContextCreateData) GetSmfUriOk() (*string, bool)
GetSmfUriOk returns a tuple with the SmfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSupi ¶
func (o *SmContextCreateData) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*SmContextCreateData) GetSupiOk ¶
func (o *SmContextCreateData) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetSupportedFeatures ¶
func (o *SmContextCreateData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*SmContextCreateData) GetSupportedFeaturesOk ¶
func (o *SmContextCreateData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetTargetDnai ¶
func (o *SmContextCreateData) GetTargetDnai() string
GetTargetDnai returns the TargetDnai field value if set, zero value otherwise.
func (*SmContextCreateData) GetTargetDnaiOk ¶
func (o *SmContextCreateData) GetTargetDnaiOk() (*string, bool)
GetTargetDnaiOk returns a tuple with the TargetDnai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetTargetId ¶
func (o *SmContextCreateData) GetTargetId() NgRanTargetId
GetTargetId returns the TargetId field value if set, zero value otherwise.
func (*SmContextCreateData) GetTargetIdOk ¶
func (o *SmContextCreateData) GetTargetIdOk() (*NgRanTargetId, bool)
GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetTngfInfo ¶
func (o *SmContextCreateData) GetTngfInfo() TngfInfo
GetTngfInfo returns the TngfInfo field value if set, zero value otherwise.
func (*SmContextCreateData) GetTngfInfoOk ¶
func (o *SmContextCreateData) GetTngfInfoOk() (*TngfInfo, bool)
GetTngfInfoOk returns a tuple with the TngfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetTraceData ¶
func (o *SmContextCreateData) GetTraceData() TraceData
GetTraceData returns the TraceData field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SmContextCreateData) GetTraceDataOk ¶
func (o *SmContextCreateData) GetTraceDataOk() (*TraceData, bool)
GetTraceDataOk returns a tuple with the TraceData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SmContextCreateData) GetTwifInfo ¶
func (o *SmContextCreateData) GetTwifInfo() TwifInfo
GetTwifInfo returns the TwifInfo field value if set, zero value otherwise.
func (*SmContextCreateData) GetTwifInfoOk ¶
func (o *SmContextCreateData) GetTwifInfoOk() (*TwifInfo, bool)
GetTwifInfoOk returns a tuple with the TwifInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetUavAuthenticated ¶
func (o *SmContextCreateData) GetUavAuthenticated() bool
GetUavAuthenticated returns the UavAuthenticated field value if set, zero value otherwise.
func (*SmContextCreateData) GetUavAuthenticatedOk ¶
func (o *SmContextCreateData) GetUavAuthenticatedOk() (*bool, bool)
GetUavAuthenticatedOk returns a tuple with the UavAuthenticated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetUdmGroupId ¶
func (o *SmContextCreateData) GetUdmGroupId() string
GetUdmGroupId returns the UdmGroupId field value if set, zero value otherwise.
func (*SmContextCreateData) GetUdmGroupIdOk ¶
func (o *SmContextCreateData) GetUdmGroupIdOk() (*string, bool)
GetUdmGroupIdOk returns a tuple with the UdmGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetUeEpsPdnConnection ¶
func (o *SmContextCreateData) GetUeEpsPdnConnection() string
GetUeEpsPdnConnection returns the UeEpsPdnConnection field value if set, zero value otherwise.
func (*SmContextCreateData) GetUeEpsPdnConnectionOk ¶
func (o *SmContextCreateData) GetUeEpsPdnConnectionOk() (*string, bool)
GetUeEpsPdnConnectionOk returns a tuple with the UeEpsPdnConnection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetUeLocation ¶
func (o *SmContextCreateData) GetUeLocation() UserLocation
GetUeLocation returns the UeLocation field value if set, zero value otherwise.
func (*SmContextCreateData) GetUeLocationOk ¶
func (o *SmContextCreateData) GetUeLocationOk() (*UserLocation, bool)
GetUeLocationOk returns a tuple with the UeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetUeTimeZone ¶
func (o *SmContextCreateData) GetUeTimeZone() string
GetUeTimeZone returns the UeTimeZone field value if set, zero value otherwise.
func (*SmContextCreateData) GetUeTimeZoneOk ¶
func (o *SmContextCreateData) GetUeTimeZoneOk() (*string, bool)
GetUeTimeZoneOk returns a tuple with the UeTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetUnauthenticatedSupi ¶
func (o *SmContextCreateData) GetUnauthenticatedSupi() bool
GetUnauthenticatedSupi returns the UnauthenticatedSupi field value if set, zero value otherwise.
func (*SmContextCreateData) GetUnauthenticatedSupiOk ¶
func (o *SmContextCreateData) GetUnauthenticatedSupiOk() (*bool, bool)
GetUnauthenticatedSupiOk returns a tuple with the UnauthenticatedSupi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetUpCnxState ¶
func (o *SmContextCreateData) GetUpCnxState() UpCnxState
GetUpCnxState returns the UpCnxState field value if set, zero value otherwise.
func (*SmContextCreateData) GetUpCnxStateOk ¶
func (o *SmContextCreateData) GetUpCnxStateOk() (*UpCnxState, bool)
GetUpCnxStateOk returns a tuple with the UpCnxState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetUpipSupported ¶
func (o *SmContextCreateData) GetUpipSupported() bool
GetUpipSupported returns the UpipSupported field value if set, zero value otherwise.
func (*SmContextCreateData) GetUpipSupportedOk ¶
func (o *SmContextCreateData) GetUpipSupportedOk() (*bool, bool)
GetUpipSupportedOk returns a tuple with the UpipSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) GetWAgfInfo ¶
func (o *SmContextCreateData) GetWAgfInfo() WAgfInfo
GetWAgfInfo returns the WAgfInfo field value if set, zero value otherwise.
func (*SmContextCreateData) GetWAgfInfoOk ¶
func (o *SmContextCreateData) GetWAgfInfoOk() (*WAgfInfo, bool)
GetWAgfInfoOk returns a tuple with the WAgfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateData) HasAddUeLocation ¶
func (o *SmContextCreateData) HasAddUeLocation() bool
HasAddUeLocation returns a boolean if a field has been set.
func (*SmContextCreateData) HasAdditionalAnType ¶
func (o *SmContextCreateData) HasAdditionalAnType() bool
HasAdditionalAnType returns a boolean if a field has been set.
func (*SmContextCreateData) HasAdditionalHsmfId ¶
func (o *SmContextCreateData) HasAdditionalHsmfId() bool
HasAdditionalHsmfId returns a boolean if a field has been set.
func (*SmContextCreateData) HasAdditionalHsmfUri ¶
func (o *SmContextCreateData) HasAdditionalHsmfUri() bool
HasAdditionalHsmfUri returns a boolean if a field has been set.
func (*SmContextCreateData) HasAdditionalSmfId ¶
func (o *SmContextCreateData) HasAdditionalSmfId() bool
HasAdditionalSmfId returns a boolean if a field has been set.
func (*SmContextCreateData) HasAdditionalSmfUri ¶
func (o *SmContextCreateData) HasAdditionalSmfUri() bool
HasAdditionalSmfUri returns a boolean if a field has been set.
func (*SmContextCreateData) HasAnchorSmfOauth2Required ¶
func (o *SmContextCreateData) HasAnchorSmfOauth2Required() bool
HasAnchorSmfOauth2Required returns a boolean if a field has been set.
func (*SmContextCreateData) HasApnRateStatus ¶
func (o *SmContextCreateData) HasApnRateStatus() bool
HasApnRateStatus returns a boolean if a field has been set.
func (*SmContextCreateData) HasBackupAmfInfo ¶
func (o *SmContextCreateData) HasBackupAmfInfo() bool
HasBackupAmfInfo returns a boolean if a field has been set.
func (*SmContextCreateData) HasCpCiotEnabled ¶
func (o *SmContextCreateData) HasCpCiotEnabled() bool
HasCpCiotEnabled returns a boolean if a field has been set.
func (*SmContextCreateData) HasCpOnlyInd ¶
func (o *SmContextCreateData) HasCpOnlyInd() bool
HasCpOnlyInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasDdnFailureSubs ¶
func (o *SmContextCreateData) HasDdnFailureSubs() bool
HasDdnFailureSubs returns a boolean if a field has been set.
func (*SmContextCreateData) HasDirectForwardingFlag ¶
func (o *SmContextCreateData) HasDirectForwardingFlag() bool
HasDirectForwardingFlag returns a boolean if a field has been set.
func (*SmContextCreateData) HasDisasterRoamingInd ¶
func (o *SmContextCreateData) HasDisasterRoamingInd() bool
HasDisasterRoamingInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasDlDataWaitingInd ¶
func (o *SmContextCreateData) HasDlDataWaitingInd() bool
HasDlDataWaitingInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasDnn ¶
func (o *SmContextCreateData) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*SmContextCreateData) HasEpsBearerCtxStatus ¶
func (o *SmContextCreateData) HasEpsBearerCtxStatus() bool
HasEpsBearerCtxStatus returns a boolean if a field has been set.
func (*SmContextCreateData) HasEpsInterworkingInd ¶
func (o *SmContextCreateData) HasEpsInterworkingInd() bool
HasEpsInterworkingInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasExtendedNasSmTimerInd ¶
func (o *SmContextCreateData) HasExtendedNasSmTimerInd() bool
HasExtendedNasSmTimerInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasGpsi ¶
func (o *SmContextCreateData) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*SmContextCreateData) HasGuami ¶
func (o *SmContextCreateData) HasGuami() bool
HasGuami returns a boolean if a field has been set.
func (*SmContextCreateData) HasHNwPubKeyId ¶
func (o *SmContextCreateData) HasHNwPubKeyId() bool
HasHNwPubKeyId returns a boolean if a field has been set.
func (*SmContextCreateData) HasHSmfId ¶
func (o *SmContextCreateData) HasHSmfId() bool
HasHSmfId returns a boolean if a field has been set.
func (*SmContextCreateData) HasHSmfUri ¶
func (o *SmContextCreateData) HasHSmfUri() bool
HasHSmfUri returns a boolean if a field has been set.
func (*SmContextCreateData) HasHoState ¶
func (o *SmContextCreateData) HasHoState() bool
HasHoState returns a boolean if a field has been set.
func (*SmContextCreateData) HasHplmnSnssai ¶
func (o *SmContextCreateData) HasHplmnSnssai() bool
HasHplmnSnssai returns a boolean if a field has been set.
func (*SmContextCreateData) HasIndirectForwardingFlag ¶
func (o *SmContextCreateData) HasIndirectForwardingFlag() bool
HasIndirectForwardingFlag returns a boolean if a field has been set.
func (*SmContextCreateData) HasInvokeNef ¶
func (o *SmContextCreateData) HasInvokeNef() bool
HasInvokeNef returns a boolean if a field has been set.
func (*SmContextCreateData) HasMaNwUpgradeInd ¶
func (o *SmContextCreateData) HasMaNwUpgradeInd() bool
HasMaNwUpgradeInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasMaRequestInd ¶
func (o *SmContextCreateData) HasMaRequestInd() bool
HasMaRequestInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasN1SmMsg ¶
func (o *SmContextCreateData) HasN1SmMsg() bool
HasN1SmMsg returns a boolean if a field has been set.
func (*SmContextCreateData) HasN2SmInfo ¶
func (o *SmContextCreateData) HasN2SmInfo() bool
HasN2SmInfo returns a boolean if a field has been set.
func (*SmContextCreateData) HasN2SmInfoExt1 ¶
func (o *SmContextCreateData) HasN2SmInfoExt1() bool
HasN2SmInfoExt1 returns a boolean if a field has been set.
func (*SmContextCreateData) HasN2SmInfoType ¶
func (o *SmContextCreateData) HasN2SmInfoType() bool
HasN2SmInfoType returns a boolean if a field has been set.
func (*SmContextCreateData) HasN2SmInfoTypeExt1 ¶
func (o *SmContextCreateData) HasN2SmInfoTypeExt1() bool
HasN2SmInfoTypeExt1 returns a boolean if a field has been set.
func (*SmContextCreateData) HasNrfAccessTokenUri ¶
func (o *SmContextCreateData) HasNrfAccessTokenUri() bool
HasNrfAccessTokenUri returns a boolean if a field has been set.
func (*SmContextCreateData) HasNrfDiscoveryUri ¶
func (o *SmContextCreateData) HasNrfDiscoveryUri() bool
HasNrfDiscoveryUri returns a boolean if a field has been set.
func (*SmContextCreateData) HasNrfManagementUri ¶
func (o *SmContextCreateData) HasNrfManagementUri() bool
HasNrfManagementUri returns a boolean if a field has been set.
func (*SmContextCreateData) HasNrfOauth2Required ¶
func (o *SmContextCreateData) HasNrfOauth2Required() bool
HasNrfOauth2Required returns a boolean if a field has been set.
func (*SmContextCreateData) HasNrfUri ¶
func (o *SmContextCreateData) HasNrfUri() bool
HasNrfUri returns a boolean if a field has been set.
func (*SmContextCreateData) HasOldPduSessionId ¶
func (o *SmContextCreateData) HasOldPduSessionId() bool
HasOldPduSessionId returns a boolean if a field has been set.
func (*SmContextCreateData) HasOldPduSessionRef ¶
func (o *SmContextCreateData) HasOldPduSessionRef() bool
HasOldPduSessionRef returns a boolean if a field has been set.
func (*SmContextCreateData) HasOldSmContextRef ¶
func (o *SmContextCreateData) HasOldSmContextRef() bool
HasOldSmContextRef returns a boolean if a field has been set.
func (*SmContextCreateData) HasOldSmfId ¶
func (o *SmContextCreateData) HasOldSmfId() bool
HasOldSmfId returns a boolean if a field has been set.
func (*SmContextCreateData) HasOnboardingInd ¶
func (o *SmContextCreateData) HasOnboardingInd() bool
HasOnboardingInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasPcfGroupId ¶
func (o *SmContextCreateData) HasPcfGroupId() bool
HasPcfGroupId returns a boolean if a field has been set.
func (*SmContextCreateData) HasPcfId ¶
func (o *SmContextCreateData) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (*SmContextCreateData) HasPcfSetId ¶
func (o *SmContextCreateData) HasPcfSetId() bool
HasPcfSetId returns a boolean if a field has been set.
func (*SmContextCreateData) HasPcfUeCallbackInfo ¶
func (o *SmContextCreateData) HasPcfUeCallbackInfo() bool
HasPcfUeCallbackInfo returns a boolean if a field has been set.
func (*SmContextCreateData) HasPduSessionId ¶
func (o *SmContextCreateData) HasPduSessionId() bool
HasPduSessionId returns a boolean if a field has been set.
func (*SmContextCreateData) HasPduSessionsActivateList ¶
func (o *SmContextCreateData) HasPduSessionsActivateList() bool
HasPduSessionsActivateList returns a boolean if a field has been set.
func (*SmContextCreateData) HasPei ¶
func (o *SmContextCreateData) HasPei() bool
HasPei returns a boolean if a field has been set.
func (*SmContextCreateData) HasPresenceInLadn ¶
func (o *SmContextCreateData) HasPresenceInLadn() bool
HasPresenceInLadn returns a boolean if a field has been set.
func (*SmContextCreateData) HasPvsInfo ¶
func (o *SmContextCreateData) HasPvsInfo() bool
HasPvsInfo returns a boolean if a field has been set.
func (*SmContextCreateData) HasRanUnchangedInd ¶
func (o *SmContextCreateData) HasRanUnchangedInd() bool
HasRanUnchangedInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasRatType ¶
func (o *SmContextCreateData) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*SmContextCreateData) HasRequestType ¶
func (o *SmContextCreateData) HasRequestType() bool
HasRequestType returns a boolean if a field has been set.
func (*SmContextCreateData) HasRoutingIndicator ¶
func (o *SmContextCreateData) HasRoutingIndicator() bool
HasRoutingIndicator returns a boolean if a field has been set.
func (*SmContextCreateData) HasSNssai ¶
func (o *SmContextCreateData) HasSNssai() bool
HasSNssai returns a boolean if a field has been set.
func (*SmContextCreateData) HasSamePcfSelectionInd ¶
func (o *SmContextCreateData) HasSamePcfSelectionInd() bool
HasSamePcfSelectionInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasSatelliteBackhaulCat ¶
func (o *SmContextCreateData) HasSatelliteBackhaulCat() bool
HasSatelliteBackhaulCat returns a boolean if a field has been set.
func (*SmContextCreateData) HasSelMode ¶
func (o *SmContextCreateData) HasSelMode() bool
HasSelMode returns a boolean if a field has been set.
func (*SmContextCreateData) HasSelectedDnn ¶
func (o *SmContextCreateData) HasSelectedDnn() bool
HasSelectedDnn returns a boolean if a field has been set.
func (*SmContextCreateData) HasServiceName ¶
func (o *SmContextCreateData) HasServiceName() bool
HasServiceName returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmContextRef ¶
func (o *SmContextCreateData) HasSmContextRef() bool
HasSmContextRef returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmContextSmfBinding ¶
func (o *SmContextCreateData) HasSmContextSmfBinding() bool
HasSmContextSmfBinding returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmContextSmfId ¶
func (o *SmContextCreateData) HasSmContextSmfId() bool
HasSmContextSmfId returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmContextSmfOauth2Required ¶
func (o *SmContextCreateData) HasSmContextSmfOauth2Required() bool
HasSmContextSmfOauth2Required returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmContextSmfPlmnId ¶
func (o *SmContextCreateData) HasSmContextSmfPlmnId() bool
HasSmContextSmfPlmnId returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmContextSmfServiceSetId ¶
func (o *SmContextCreateData) HasSmContextSmfServiceSetId() bool
HasSmContextSmfServiceSetId returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmContextSmfSetId ¶
func (o *SmContextCreateData) HasSmContextSmfSetId() bool
HasSmContextSmfSetId returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmPolicyNotifyInd ¶
func (o *SmContextCreateData) HasSmPolicyNotifyInd() bool
HasSmPolicyNotifyInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmallDataRateStatus ¶
func (o *SmContextCreateData) HasSmallDataRateStatus() bool
HasSmallDataRateStatus returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmfBindingInfo ¶
func (o *SmContextCreateData) HasSmfBindingInfo() bool
HasSmfBindingInfo returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmfId ¶
func (o *SmContextCreateData) HasSmfId() bool
HasSmfId returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmfTransferInd ¶
func (o *SmContextCreateData) HasSmfTransferInd() bool
HasSmfTransferInd returns a boolean if a field has been set.
func (*SmContextCreateData) HasSmfUri ¶
func (o *SmContextCreateData) HasSmfUri() bool
HasSmfUri returns a boolean if a field has been set.
func (*SmContextCreateData) HasSupi ¶
func (o *SmContextCreateData) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (*SmContextCreateData) HasSupportedFeatures ¶
func (o *SmContextCreateData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*SmContextCreateData) HasTargetDnai ¶
func (o *SmContextCreateData) HasTargetDnai() bool
HasTargetDnai returns a boolean if a field has been set.
func (*SmContextCreateData) HasTargetId ¶
func (o *SmContextCreateData) HasTargetId() bool
HasTargetId returns a boolean if a field has been set.
func (*SmContextCreateData) HasTngfInfo ¶
func (o *SmContextCreateData) HasTngfInfo() bool
HasTngfInfo returns a boolean if a field has been set.
func (*SmContextCreateData) HasTraceData ¶
func (o *SmContextCreateData) HasTraceData() bool
HasTraceData returns a boolean if a field has been set.
func (*SmContextCreateData) HasTwifInfo ¶
func (o *SmContextCreateData) HasTwifInfo() bool
HasTwifInfo returns a boolean if a field has been set.
func (*SmContextCreateData) HasUavAuthenticated ¶
func (o *SmContextCreateData) HasUavAuthenticated() bool
HasUavAuthenticated returns a boolean if a field has been set.
func (*SmContextCreateData) HasUdmGroupId ¶
func (o *SmContextCreateData) HasUdmGroupId() bool
HasUdmGroupId returns a boolean if a field has been set.
func (*SmContextCreateData) HasUeEpsPdnConnection ¶
func (o *SmContextCreateData) HasUeEpsPdnConnection() bool
HasUeEpsPdnConnection returns a boolean if a field has been set.
func (*SmContextCreateData) HasUeLocation ¶
func (o *SmContextCreateData) HasUeLocation() bool
HasUeLocation returns a boolean if a field has been set.
func (*SmContextCreateData) HasUeTimeZone ¶
func (o *SmContextCreateData) HasUeTimeZone() bool
HasUeTimeZone returns a boolean if a field has been set.
func (*SmContextCreateData) HasUnauthenticatedSupi ¶
func (o *SmContextCreateData) HasUnauthenticatedSupi() bool
HasUnauthenticatedSupi returns a boolean if a field has been set.
func (*SmContextCreateData) HasUpCnxState ¶
func (o *SmContextCreateData) HasUpCnxState() bool
HasUpCnxState returns a boolean if a field has been set.
func (*SmContextCreateData) HasUpipSupported ¶
func (o *SmContextCreateData) HasUpipSupported() bool
HasUpipSupported returns a boolean if a field has been set.
func (*SmContextCreateData) HasWAgfInfo ¶
func (o *SmContextCreateData) HasWAgfInfo() bool
HasWAgfInfo returns a boolean if a field has been set.
func (SmContextCreateData) MarshalJSON ¶
func (o SmContextCreateData) MarshalJSON() ([]byte, error)
func (*SmContextCreateData) SetAddUeLocation ¶
func (o *SmContextCreateData) SetAddUeLocation(v UserLocation)
SetAddUeLocation gets a reference to the given UserLocation and assigns it to the AddUeLocation field.
func (*SmContextCreateData) SetAdditionalAnType ¶
func (o *SmContextCreateData) SetAdditionalAnType(v AccessType)
SetAdditionalAnType gets a reference to the given AccessType and assigns it to the AdditionalAnType field.
func (*SmContextCreateData) SetAdditionalHsmfId ¶
func (o *SmContextCreateData) SetAdditionalHsmfId(v []string)
SetAdditionalHsmfId gets a reference to the given []string and assigns it to the AdditionalHsmfId field.
func (*SmContextCreateData) SetAdditionalHsmfUri ¶
func (o *SmContextCreateData) SetAdditionalHsmfUri(v []string)
SetAdditionalHsmfUri gets a reference to the given []string and assigns it to the AdditionalHsmfUri field.
func (*SmContextCreateData) SetAdditionalSmfId ¶
func (o *SmContextCreateData) SetAdditionalSmfId(v []string)
SetAdditionalSmfId gets a reference to the given []string and assigns it to the AdditionalSmfId field.
func (*SmContextCreateData) SetAdditionalSmfUri ¶
func (o *SmContextCreateData) SetAdditionalSmfUri(v []string)
SetAdditionalSmfUri gets a reference to the given []string and assigns it to the AdditionalSmfUri field.
func (*SmContextCreateData) SetAnType ¶
func (o *SmContextCreateData) SetAnType(v AccessType)
SetAnType sets field value
func (*SmContextCreateData) SetAnchorSmfOauth2Required ¶
func (o *SmContextCreateData) SetAnchorSmfOauth2Required(v bool)
SetAnchorSmfOauth2Required gets a reference to the given bool and assigns it to the AnchorSmfOauth2Required field.
func (*SmContextCreateData) SetApnRateStatus ¶
func (o *SmContextCreateData) SetApnRateStatus(v ApnRateStatus)
SetApnRateStatus gets a reference to the given ApnRateStatus and assigns it to the ApnRateStatus field.
func (*SmContextCreateData) SetBackupAmfInfo ¶
func (o *SmContextCreateData) SetBackupAmfInfo(v []BackupAmfInfo)
SetBackupAmfInfo gets a reference to the given []BackupAmfInfo and assigns it to the BackupAmfInfo field.
func (*SmContextCreateData) SetCpCiotEnabled ¶
func (o *SmContextCreateData) SetCpCiotEnabled(v bool)
SetCpCiotEnabled gets a reference to the given bool and assigns it to the CpCiotEnabled field.
func (*SmContextCreateData) SetCpOnlyInd ¶
func (o *SmContextCreateData) SetCpOnlyInd(v bool)
SetCpOnlyInd gets a reference to the given bool and assigns it to the CpOnlyInd field.
func (*SmContextCreateData) SetDdnFailureSubs ¶
func (o *SmContextCreateData) SetDdnFailureSubs(v DdnFailureSubs)
SetDdnFailureSubs gets a reference to the given DdnFailureSubs and assigns it to the DdnFailureSubs field.
func (*SmContextCreateData) SetDirectForwardingFlag ¶
func (o *SmContextCreateData) SetDirectForwardingFlag(v bool)
SetDirectForwardingFlag gets a reference to the given bool and assigns it to the DirectForwardingFlag field.
func (*SmContextCreateData) SetDisasterRoamingInd ¶
func (o *SmContextCreateData) SetDisasterRoamingInd(v bool)
SetDisasterRoamingInd gets a reference to the given bool and assigns it to the DisasterRoamingInd field.
func (*SmContextCreateData) SetDlDataWaitingInd ¶
func (o *SmContextCreateData) SetDlDataWaitingInd(v bool)
SetDlDataWaitingInd gets a reference to the given bool and assigns it to the DlDataWaitingInd field.
func (*SmContextCreateData) SetDnn ¶
func (o *SmContextCreateData) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*SmContextCreateData) SetEpsBearerCtxStatus ¶
func (o *SmContextCreateData) SetEpsBearerCtxStatus(v string)
SetEpsBearerCtxStatus gets a reference to the given string and assigns it to the EpsBearerCtxStatus field.
func (*SmContextCreateData) SetEpsInterworkingInd ¶
func (o *SmContextCreateData) SetEpsInterworkingInd(v EpsInterworkingIndication)
SetEpsInterworkingInd gets a reference to the given EpsInterworkingIndication and assigns it to the EpsInterworkingInd field.
func (*SmContextCreateData) SetExtendedNasSmTimerInd ¶
func (o *SmContextCreateData) SetExtendedNasSmTimerInd(v bool)
SetExtendedNasSmTimerInd gets a reference to the given bool and assigns it to the ExtendedNasSmTimerInd field.
func (*SmContextCreateData) SetGpsi ¶
func (o *SmContextCreateData) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*SmContextCreateData) SetGuami ¶
func (o *SmContextCreateData) SetGuami(v Guami)
SetGuami gets a reference to the given Guami and assigns it to the Guami field.
func (*SmContextCreateData) SetHNwPubKeyId ¶
func (o *SmContextCreateData) SetHNwPubKeyId(v int32)
SetHNwPubKeyId gets a reference to the given int32 and assigns it to the HNwPubKeyId field.
func (*SmContextCreateData) SetHSmfId ¶
func (o *SmContextCreateData) SetHSmfId(v string)
SetHSmfId gets a reference to the given string and assigns it to the HSmfId field.
func (*SmContextCreateData) SetHSmfUri ¶
func (o *SmContextCreateData) SetHSmfUri(v string)
SetHSmfUri gets a reference to the given string and assigns it to the HSmfUri field.
func (*SmContextCreateData) SetHoState ¶
func (o *SmContextCreateData) SetHoState(v HoState)
SetHoState gets a reference to the given HoState and assigns it to the HoState field.
func (*SmContextCreateData) SetHplmnSnssai ¶
func (o *SmContextCreateData) SetHplmnSnssai(v Snssai)
SetHplmnSnssai gets a reference to the given Snssai and assigns it to the HplmnSnssai field.
func (*SmContextCreateData) SetIndirectForwardingFlag ¶
func (o *SmContextCreateData) SetIndirectForwardingFlag(v bool)
SetIndirectForwardingFlag gets a reference to the given bool and assigns it to the IndirectForwardingFlag field.
func (*SmContextCreateData) SetInvokeNef ¶
func (o *SmContextCreateData) SetInvokeNef(v bool)
SetInvokeNef gets a reference to the given bool and assigns it to the InvokeNef field.
func (*SmContextCreateData) SetMaNwUpgradeInd ¶
func (o *SmContextCreateData) SetMaNwUpgradeInd(v bool)
SetMaNwUpgradeInd gets a reference to the given bool and assigns it to the MaNwUpgradeInd field.
func (*SmContextCreateData) SetMaRequestInd ¶
func (o *SmContextCreateData) SetMaRequestInd(v bool)
SetMaRequestInd gets a reference to the given bool and assigns it to the MaRequestInd field.
func (*SmContextCreateData) SetN1SmMsg ¶
func (o *SmContextCreateData) SetN1SmMsg(v RefToBinaryData)
SetN1SmMsg gets a reference to the given RefToBinaryData and assigns it to the N1SmMsg field.
func (*SmContextCreateData) SetN2SmInfo ¶
func (o *SmContextCreateData) SetN2SmInfo(v RefToBinaryData)
SetN2SmInfo gets a reference to the given RefToBinaryData and assigns it to the N2SmInfo field.
func (*SmContextCreateData) SetN2SmInfoExt1 ¶
func (o *SmContextCreateData) SetN2SmInfoExt1(v RefToBinaryData)
SetN2SmInfoExt1 gets a reference to the given RefToBinaryData and assigns it to the N2SmInfoExt1 field.
func (*SmContextCreateData) SetN2SmInfoType ¶
func (o *SmContextCreateData) SetN2SmInfoType(v N2SmInfoType)
SetN2SmInfoType gets a reference to the given N2SmInfoType and assigns it to the N2SmInfoType field.
func (*SmContextCreateData) SetN2SmInfoTypeExt1 ¶
func (o *SmContextCreateData) SetN2SmInfoTypeExt1(v N2SmInfoType)
SetN2SmInfoTypeExt1 gets a reference to the given N2SmInfoType and assigns it to the N2SmInfoTypeExt1 field.
func (*SmContextCreateData) SetNrfAccessTokenUri ¶
func (o *SmContextCreateData) SetNrfAccessTokenUri(v string)
SetNrfAccessTokenUri gets a reference to the given string and assigns it to the NrfAccessTokenUri field.
func (*SmContextCreateData) SetNrfDiscoveryUri ¶
func (o *SmContextCreateData) SetNrfDiscoveryUri(v string)
SetNrfDiscoveryUri gets a reference to the given string and assigns it to the NrfDiscoveryUri field.
func (*SmContextCreateData) SetNrfManagementUri ¶
func (o *SmContextCreateData) SetNrfManagementUri(v string)
SetNrfManagementUri gets a reference to the given string and assigns it to the NrfManagementUri field.
func (*SmContextCreateData) SetNrfOauth2Required ¶
func (o *SmContextCreateData) SetNrfOauth2Required(v map[string]bool)
SetNrfOauth2Required gets a reference to the given map[string]bool and assigns it to the NrfOauth2Required field.
func (*SmContextCreateData) SetNrfUri ¶
func (o *SmContextCreateData) SetNrfUri(v string)
SetNrfUri gets a reference to the given string and assigns it to the NrfUri field.
func (*SmContextCreateData) SetOldPduSessionId ¶
func (o *SmContextCreateData) SetOldPduSessionId(v int32)
SetOldPduSessionId gets a reference to the given int32 and assigns it to the OldPduSessionId field.
func (*SmContextCreateData) SetOldPduSessionRef ¶
func (o *SmContextCreateData) SetOldPduSessionRef(v string)
SetOldPduSessionRef gets a reference to the given string and assigns it to the OldPduSessionRef field.
func (*SmContextCreateData) SetOldSmContextRef ¶
func (o *SmContextCreateData) SetOldSmContextRef(v string)
SetOldSmContextRef gets a reference to the given string and assigns it to the OldSmContextRef field.
func (*SmContextCreateData) SetOldSmfId ¶
func (o *SmContextCreateData) SetOldSmfId(v string)
SetOldSmfId gets a reference to the given string and assigns it to the OldSmfId field.
func (*SmContextCreateData) SetOnboardingInd ¶
func (o *SmContextCreateData) SetOnboardingInd(v bool)
SetOnboardingInd gets a reference to the given bool and assigns it to the OnboardingInd field.
func (*SmContextCreateData) SetPcfGroupId ¶
func (o *SmContextCreateData) SetPcfGroupId(v string)
SetPcfGroupId gets a reference to the given string and assigns it to the PcfGroupId field.
func (*SmContextCreateData) SetPcfId ¶
func (o *SmContextCreateData) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*SmContextCreateData) SetPcfSetId ¶
func (o *SmContextCreateData) SetPcfSetId(v string)
SetPcfSetId gets a reference to the given string and assigns it to the PcfSetId field.
func (*SmContextCreateData) SetPcfUeCallbackInfo ¶
func (o *SmContextCreateData) SetPcfUeCallbackInfo(v PcfUeCallbackInfo)
SetPcfUeCallbackInfo gets a reference to the given NullablePcfUeCallbackInfo and assigns it to the PcfUeCallbackInfo field.
func (*SmContextCreateData) SetPcfUeCallbackInfoNil ¶
func (o *SmContextCreateData) SetPcfUeCallbackInfoNil()
SetPcfUeCallbackInfoNil sets the value for PcfUeCallbackInfo to be an explicit nil
func (*SmContextCreateData) SetPduSessionId ¶
func (o *SmContextCreateData) SetPduSessionId(v int32)
SetPduSessionId gets a reference to the given int32 and assigns it to the PduSessionId field.
func (*SmContextCreateData) SetPduSessionsActivateList ¶
func (o *SmContextCreateData) SetPduSessionsActivateList(v []int32)
SetPduSessionsActivateList gets a reference to the given []int32 and assigns it to the PduSessionsActivateList field.
func (*SmContextCreateData) SetPei ¶
func (o *SmContextCreateData) SetPei(v string)
SetPei gets a reference to the given string and assigns it to the Pei field.
func (*SmContextCreateData) SetPresenceInLadn ¶
func (o *SmContextCreateData) SetPresenceInLadn(v PresenceState)
SetPresenceInLadn gets a reference to the given PresenceState and assigns it to the PresenceInLadn field.
func (*SmContextCreateData) SetPvsInfo ¶
func (o *SmContextCreateData) SetPvsInfo(v []ServerAddressingInfo)
SetPvsInfo gets a reference to the given []ServerAddressingInfo and assigns it to the PvsInfo field.
func (*SmContextCreateData) SetRanUnchangedInd ¶
func (o *SmContextCreateData) SetRanUnchangedInd(v bool)
SetRanUnchangedInd gets a reference to the given bool and assigns it to the RanUnchangedInd field.
func (*SmContextCreateData) SetRatType ¶
func (o *SmContextCreateData) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*SmContextCreateData) SetRequestType ¶
func (o *SmContextCreateData) SetRequestType(v RequestType)
SetRequestType gets a reference to the given RequestType and assigns it to the RequestType field.
func (*SmContextCreateData) SetRoutingIndicator ¶
func (o *SmContextCreateData) SetRoutingIndicator(v string)
SetRoutingIndicator gets a reference to the given string and assigns it to the RoutingIndicator field.
func (*SmContextCreateData) SetSNssai ¶
func (o *SmContextCreateData) SetSNssai(v Snssai)
SetSNssai gets a reference to the given Snssai and assigns it to the SNssai field.
func (*SmContextCreateData) SetSamePcfSelectionInd ¶
func (o *SmContextCreateData) SetSamePcfSelectionInd(v bool)
SetSamePcfSelectionInd gets a reference to the given bool and assigns it to the SamePcfSelectionInd field.
func (*SmContextCreateData) SetSatelliteBackhaulCat ¶
func (o *SmContextCreateData) SetSatelliteBackhaulCat(v SatelliteBackhaulCategory)
SetSatelliteBackhaulCat gets a reference to the given SatelliteBackhaulCategory and assigns it to the SatelliteBackhaulCat field.
func (*SmContextCreateData) SetSelMode ¶
func (o *SmContextCreateData) SetSelMode(v DnnSelectionMode)
SetSelMode gets a reference to the given DnnSelectionMode and assigns it to the SelMode field.
func (*SmContextCreateData) SetSelectedDnn ¶
func (o *SmContextCreateData) SetSelectedDnn(v string)
SetSelectedDnn gets a reference to the given string and assigns it to the SelectedDnn field.
func (*SmContextCreateData) SetServiceName ¶
func (o *SmContextCreateData) SetServiceName(v ServiceName)
SetServiceName gets a reference to the given ServiceName and assigns it to the ServiceName field.
func (*SmContextCreateData) SetServingNetwork ¶
func (o *SmContextCreateData) SetServingNetwork(v PlmnIdNid)
SetServingNetwork sets field value
func (*SmContextCreateData) SetServingNfId ¶
func (o *SmContextCreateData) SetServingNfId(v string)
SetServingNfId sets field value
func (*SmContextCreateData) SetSmContextRef ¶
func (o *SmContextCreateData) SetSmContextRef(v string)
SetSmContextRef gets a reference to the given string and assigns it to the SmContextRef field.
func (*SmContextCreateData) SetSmContextSmfBinding ¶
func (o *SmContextCreateData) SetSmContextSmfBinding(v SbiBindingLevel)
SetSmContextSmfBinding gets a reference to the given SbiBindingLevel and assigns it to the SmContextSmfBinding field.
func (*SmContextCreateData) SetSmContextSmfId ¶
func (o *SmContextCreateData) SetSmContextSmfId(v string)
SetSmContextSmfId gets a reference to the given string and assigns it to the SmContextSmfId field.
func (*SmContextCreateData) SetSmContextSmfOauth2Required ¶
func (o *SmContextCreateData) SetSmContextSmfOauth2Required(v bool)
SetSmContextSmfOauth2Required gets a reference to the given bool and assigns it to the SmContextSmfOauth2Required field.
func (*SmContextCreateData) SetSmContextSmfPlmnId ¶
func (o *SmContextCreateData) SetSmContextSmfPlmnId(v PlmnIdNid)
SetSmContextSmfPlmnId gets a reference to the given PlmnIdNid and assigns it to the SmContextSmfPlmnId field.
func (*SmContextCreateData) SetSmContextSmfServiceSetId ¶
func (o *SmContextCreateData) SetSmContextSmfServiceSetId(v string)
SetSmContextSmfServiceSetId gets a reference to the given string and assigns it to the SmContextSmfServiceSetId field.
func (*SmContextCreateData) SetSmContextSmfSetId ¶
func (o *SmContextCreateData) SetSmContextSmfSetId(v string)
SetSmContextSmfSetId gets a reference to the given string and assigns it to the SmContextSmfSetId field.
func (*SmContextCreateData) SetSmContextStatusUri ¶
func (o *SmContextCreateData) SetSmContextStatusUri(v string)
SetSmContextStatusUri sets field value
func (*SmContextCreateData) SetSmPolicyNotifyInd ¶
func (o *SmContextCreateData) SetSmPolicyNotifyInd(v bool)
SetSmPolicyNotifyInd gets a reference to the given bool and assigns it to the SmPolicyNotifyInd field.
func (*SmContextCreateData) SetSmallDataRateStatus ¶
func (o *SmContextCreateData) SetSmallDataRateStatus(v SmallDataRateStatus)
SetSmallDataRateStatus gets a reference to the given SmallDataRateStatus and assigns it to the SmallDataRateStatus field.
func (*SmContextCreateData) SetSmfBindingInfo ¶
func (o *SmContextCreateData) SetSmfBindingInfo(v string)
SetSmfBindingInfo gets a reference to the given string and assigns it to the SmfBindingInfo field.
func (*SmContextCreateData) SetSmfId ¶
func (o *SmContextCreateData) SetSmfId(v string)
SetSmfId gets a reference to the given string and assigns it to the SmfId field.
func (*SmContextCreateData) SetSmfTransferInd ¶
func (o *SmContextCreateData) SetSmfTransferInd(v bool)
SetSmfTransferInd gets a reference to the given bool and assigns it to the SmfTransferInd field.
func (*SmContextCreateData) SetSmfUri ¶
func (o *SmContextCreateData) SetSmfUri(v string)
SetSmfUri gets a reference to the given string and assigns it to the SmfUri field.
func (*SmContextCreateData) SetSupi ¶
func (o *SmContextCreateData) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*SmContextCreateData) SetSupportedFeatures ¶
func (o *SmContextCreateData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*SmContextCreateData) SetTargetDnai ¶
func (o *SmContextCreateData) SetTargetDnai(v string)
SetTargetDnai gets a reference to the given string and assigns it to the TargetDnai field.
func (*SmContextCreateData) SetTargetId ¶
func (o *SmContextCreateData) SetTargetId(v NgRanTargetId)
SetTargetId gets a reference to the given NgRanTargetId and assigns it to the TargetId field.
func (*SmContextCreateData) SetTngfInfo ¶
func (o *SmContextCreateData) SetTngfInfo(v TngfInfo)
SetTngfInfo gets a reference to the given TngfInfo and assigns it to the TngfInfo field.
func (*SmContextCreateData) SetTraceData ¶
func (o *SmContextCreateData) SetTraceData(v TraceData)
SetTraceData gets a reference to the given NullableTraceData and assigns it to the TraceData field.
func (*SmContextCreateData) SetTraceDataNil ¶
func (o *SmContextCreateData) SetTraceDataNil()
SetTraceDataNil sets the value for TraceData to be an explicit nil
func (*SmContextCreateData) SetTwifInfo ¶
func (o *SmContextCreateData) SetTwifInfo(v TwifInfo)
SetTwifInfo gets a reference to the given TwifInfo and assigns it to the TwifInfo field.
func (*SmContextCreateData) SetUavAuthenticated ¶
func (o *SmContextCreateData) SetUavAuthenticated(v bool)
SetUavAuthenticated gets a reference to the given bool and assigns it to the UavAuthenticated field.
func (*SmContextCreateData) SetUdmGroupId ¶
func (o *SmContextCreateData) SetUdmGroupId(v string)
SetUdmGroupId gets a reference to the given string and assigns it to the UdmGroupId field.
func (*SmContextCreateData) SetUeEpsPdnConnection ¶
func (o *SmContextCreateData) SetUeEpsPdnConnection(v string)
SetUeEpsPdnConnection gets a reference to the given string and assigns it to the UeEpsPdnConnection field.
func (*SmContextCreateData) SetUeLocation ¶
func (o *SmContextCreateData) SetUeLocation(v UserLocation)
SetUeLocation gets a reference to the given UserLocation and assigns it to the UeLocation field.
func (*SmContextCreateData) SetUeTimeZone ¶
func (o *SmContextCreateData) SetUeTimeZone(v string)
SetUeTimeZone gets a reference to the given string and assigns it to the UeTimeZone field.
func (*SmContextCreateData) SetUnauthenticatedSupi ¶
func (o *SmContextCreateData) SetUnauthenticatedSupi(v bool)
SetUnauthenticatedSupi gets a reference to the given bool and assigns it to the UnauthenticatedSupi field.
func (*SmContextCreateData) SetUpCnxState ¶
func (o *SmContextCreateData) SetUpCnxState(v UpCnxState)
SetUpCnxState gets a reference to the given UpCnxState and assigns it to the UpCnxState field.
func (*SmContextCreateData) SetUpipSupported ¶
func (o *SmContextCreateData) SetUpipSupported(v bool)
SetUpipSupported gets a reference to the given bool and assigns it to the UpipSupported field.
func (*SmContextCreateData) SetWAgfInfo ¶
func (o *SmContextCreateData) SetWAgfInfo(v WAgfInfo)
SetWAgfInfo gets a reference to the given WAgfInfo and assigns it to the WAgfInfo field.
func (SmContextCreateData) ToMap ¶
func (o SmContextCreateData) ToMap() (map[string]interface{}, error)
func (*SmContextCreateData) UnmarshalJSON ¶
func (o *SmContextCreateData) UnmarshalJSON(bytes []byte) (err error)
func (*SmContextCreateData) UnsetPcfUeCallbackInfo ¶
func (o *SmContextCreateData) UnsetPcfUeCallbackInfo()
UnsetPcfUeCallbackInfo ensures that no value is present for PcfUeCallbackInfo, not even an explicit nil
func (*SmContextCreateData) UnsetTraceData ¶
func (o *SmContextCreateData) UnsetTraceData()
UnsetTraceData ensures that no value is present for TraceData, not even an explicit nil
type SmContextCreateError ¶
type SmContextCreateError struct { Error ExtProblemDetails `json:"error"` N1SmMsg *RefToBinaryData `json:"n1SmMsg,omitempty"` N2SmInfo *RefToBinaryData `json:"n2SmInfo,omitempty"` N2SmInfoType *N2SmInfoType `json:"n2SmInfoType,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` }
SmContextCreateError Error within Create SM Context Response
func NewSmContextCreateError ¶
func NewSmContextCreateError(error_ ExtProblemDetails) *SmContextCreateError
NewSmContextCreateError instantiates a new SmContextCreateError 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 NewSmContextCreateErrorWithDefaults ¶
func NewSmContextCreateErrorWithDefaults() *SmContextCreateError
NewSmContextCreateErrorWithDefaults instantiates a new SmContextCreateError 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 (*SmContextCreateError) GetError ¶
func (o *SmContextCreateError) GetError() ExtProblemDetails
GetError returns the Error field value
func (*SmContextCreateError) GetErrorOk ¶
func (o *SmContextCreateError) GetErrorOk() (*ExtProblemDetails, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*SmContextCreateError) GetN1SmMsg ¶
func (o *SmContextCreateError) GetN1SmMsg() RefToBinaryData
GetN1SmMsg returns the N1SmMsg field value if set, zero value otherwise.
func (*SmContextCreateError) GetN1SmMsgOk ¶
func (o *SmContextCreateError) GetN1SmMsgOk() (*RefToBinaryData, bool)
GetN1SmMsgOk returns a tuple with the N1SmMsg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateError) GetN2SmInfo ¶
func (o *SmContextCreateError) GetN2SmInfo() RefToBinaryData
GetN2SmInfo returns the N2SmInfo field value if set, zero value otherwise.
func (*SmContextCreateError) GetN2SmInfoOk ¶
func (o *SmContextCreateError) GetN2SmInfoOk() (*RefToBinaryData, bool)
GetN2SmInfoOk returns a tuple with the N2SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateError) GetN2SmInfoType ¶
func (o *SmContextCreateError) GetN2SmInfoType() N2SmInfoType
GetN2SmInfoType returns the N2SmInfoType field value if set, zero value otherwise.
func (*SmContextCreateError) GetN2SmInfoTypeOk ¶
func (o *SmContextCreateError) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
GetN2SmInfoTypeOk returns a tuple with the N2SmInfoType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateError) GetRecoveryTime ¶
func (o *SmContextCreateError) GetRecoveryTime() time.Time
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*SmContextCreateError) GetRecoveryTimeOk ¶
func (o *SmContextCreateError) GetRecoveryTimeOk() (*time.Time, bool)
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreateError) HasN1SmMsg ¶
func (o *SmContextCreateError) HasN1SmMsg() bool
HasN1SmMsg returns a boolean if a field has been set.
func (*SmContextCreateError) HasN2SmInfo ¶
func (o *SmContextCreateError) HasN2SmInfo() bool
HasN2SmInfo returns a boolean if a field has been set.
func (*SmContextCreateError) HasN2SmInfoType ¶
func (o *SmContextCreateError) HasN2SmInfoType() bool
HasN2SmInfoType returns a boolean if a field has been set.
func (*SmContextCreateError) HasRecoveryTime ¶
func (o *SmContextCreateError) HasRecoveryTime() bool
HasRecoveryTime returns a boolean if a field has been set.
func (SmContextCreateError) MarshalJSON ¶
func (o SmContextCreateError) MarshalJSON() ([]byte, error)
func (*SmContextCreateError) SetError ¶
func (o *SmContextCreateError) SetError(v ExtProblemDetails)
SetError sets field value
func (*SmContextCreateError) SetN1SmMsg ¶
func (o *SmContextCreateError) SetN1SmMsg(v RefToBinaryData)
SetN1SmMsg gets a reference to the given RefToBinaryData and assigns it to the N1SmMsg field.
func (*SmContextCreateError) SetN2SmInfo ¶
func (o *SmContextCreateError) SetN2SmInfo(v RefToBinaryData)
SetN2SmInfo gets a reference to the given RefToBinaryData and assigns it to the N2SmInfo field.
func (*SmContextCreateError) SetN2SmInfoType ¶
func (o *SmContextCreateError) SetN2SmInfoType(v N2SmInfoType)
SetN2SmInfoType gets a reference to the given N2SmInfoType and assigns it to the N2SmInfoType field.
func (*SmContextCreateError) SetRecoveryTime ¶
func (o *SmContextCreateError) SetRecoveryTime(v time.Time)
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (SmContextCreateError) ToMap ¶
func (o SmContextCreateError) ToMap() (map[string]interface{}, error)
func (*SmContextCreateError) UnmarshalJSON ¶
func (o *SmContextCreateError) UnmarshalJSON(bytes []byte) (err error)
type SmContextCreatedData ¶
type SmContextCreatedData struct { // String providing an URI formatted according to RFC 3986. HSmfUri *string `json:"hSmfUri,omitempty"` // String providing an URI formatted according to RFC 3986. SmfUri *string `json:"smfUri,omitempty"` // Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network. PduSessionId *int32 `json:"pduSessionId,omitempty"` SNssai *Snssai `json:"sNssai,omitempty"` AdditionalSnssai *Snssai `json:"additionalSnssai,omitempty"` UpCnxState *UpCnxState `json:"upCnxState,omitempty"` N2SmInfo *RefToBinaryData `json:"n2SmInfo,omitempty"` N2SmInfoType *N2SmInfoType `json:"n2SmInfoType,omitempty"` AllocatedEbiList []EbiArpMapping `json:"allocatedEbiList,omitempty"` HoState *HoState `json:"hoState,omitempty"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. Gpsi *string `json:"gpsi,omitempty"` SmfServiceInstanceId *string `json:"smfServiceInstanceId,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SelectedSmfId *string `json:"selectedSmfId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SelectedOldSmfId *string `json:"selectedOldSmfId,omitempty"` // String providing an URI formatted according to RFC 3986. InterPlmnApiRoot *string `json:"interPlmnApiRoot,omitempty"` }
SmContextCreatedData Data within Create SM Context Response
func NewSmContextCreatedData ¶
func NewSmContextCreatedData() *SmContextCreatedData
NewSmContextCreatedData instantiates a new SmContextCreatedData 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 NewSmContextCreatedDataWithDefaults ¶
func NewSmContextCreatedDataWithDefaults() *SmContextCreatedData
NewSmContextCreatedDataWithDefaults instantiates a new SmContextCreatedData 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 (*SmContextCreatedData) GetAdditionalSnssai ¶
func (o *SmContextCreatedData) GetAdditionalSnssai() Snssai
GetAdditionalSnssai returns the AdditionalSnssai field value if set, zero value otherwise.
func (*SmContextCreatedData) GetAdditionalSnssaiOk ¶
func (o *SmContextCreatedData) GetAdditionalSnssaiOk() (*Snssai, bool)
GetAdditionalSnssaiOk returns a tuple with the AdditionalSnssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetAllocatedEbiList ¶
func (o *SmContextCreatedData) GetAllocatedEbiList() []EbiArpMapping
GetAllocatedEbiList returns the AllocatedEbiList field value if set, zero value otherwise.
func (*SmContextCreatedData) GetAllocatedEbiListOk ¶
func (o *SmContextCreatedData) GetAllocatedEbiListOk() ([]EbiArpMapping, bool)
GetAllocatedEbiListOk returns a tuple with the AllocatedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetGpsi ¶
func (o *SmContextCreatedData) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*SmContextCreatedData) GetGpsiOk ¶
func (o *SmContextCreatedData) GetGpsiOk() (*string, bool)
GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetHSmfUri ¶
func (o *SmContextCreatedData) GetHSmfUri() string
GetHSmfUri returns the HSmfUri field value if set, zero value otherwise.
func (*SmContextCreatedData) GetHSmfUriOk ¶
func (o *SmContextCreatedData) GetHSmfUriOk() (*string, bool)
GetHSmfUriOk returns a tuple with the HSmfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetHoState ¶
func (o *SmContextCreatedData) GetHoState() HoState
GetHoState returns the HoState field value if set, zero value otherwise.
func (*SmContextCreatedData) GetHoStateOk ¶
func (o *SmContextCreatedData) GetHoStateOk() (*HoState, bool)
GetHoStateOk returns a tuple with the HoState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetInterPlmnApiRoot ¶
func (o *SmContextCreatedData) GetInterPlmnApiRoot() string
GetInterPlmnApiRoot returns the InterPlmnApiRoot field value if set, zero value otherwise.
func (*SmContextCreatedData) GetInterPlmnApiRootOk ¶
func (o *SmContextCreatedData) GetInterPlmnApiRootOk() (*string, bool)
GetInterPlmnApiRootOk returns a tuple with the InterPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetN2SmInfo ¶
func (o *SmContextCreatedData) GetN2SmInfo() RefToBinaryData
GetN2SmInfo returns the N2SmInfo field value if set, zero value otherwise.
func (*SmContextCreatedData) GetN2SmInfoOk ¶
func (o *SmContextCreatedData) GetN2SmInfoOk() (*RefToBinaryData, bool)
GetN2SmInfoOk returns a tuple with the N2SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetN2SmInfoType ¶
func (o *SmContextCreatedData) GetN2SmInfoType() N2SmInfoType
GetN2SmInfoType returns the N2SmInfoType field value if set, zero value otherwise.
func (*SmContextCreatedData) GetN2SmInfoTypeOk ¶
func (o *SmContextCreatedData) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
GetN2SmInfoTypeOk returns a tuple with the N2SmInfoType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetPduSessionId ¶
func (o *SmContextCreatedData) GetPduSessionId() int32
GetPduSessionId returns the PduSessionId field value if set, zero value otherwise.
func (*SmContextCreatedData) GetPduSessionIdOk ¶
func (o *SmContextCreatedData) GetPduSessionIdOk() (*int32, bool)
GetPduSessionIdOk returns a tuple with the PduSessionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetRecoveryTime ¶
func (o *SmContextCreatedData) GetRecoveryTime() time.Time
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*SmContextCreatedData) GetRecoveryTimeOk ¶
func (o *SmContextCreatedData) GetRecoveryTimeOk() (*time.Time, bool)
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetSNssai ¶
func (o *SmContextCreatedData) GetSNssai() Snssai
GetSNssai returns the SNssai field value if set, zero value otherwise.
func (*SmContextCreatedData) GetSNssaiOk ¶
func (o *SmContextCreatedData) GetSNssaiOk() (*Snssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetSelectedOldSmfId ¶
func (o *SmContextCreatedData) GetSelectedOldSmfId() string
GetSelectedOldSmfId returns the SelectedOldSmfId field value if set, zero value otherwise.
func (*SmContextCreatedData) GetSelectedOldSmfIdOk ¶
func (o *SmContextCreatedData) GetSelectedOldSmfIdOk() (*string, bool)
GetSelectedOldSmfIdOk returns a tuple with the SelectedOldSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetSelectedSmfId ¶
func (o *SmContextCreatedData) GetSelectedSmfId() string
GetSelectedSmfId returns the SelectedSmfId field value if set, zero value otherwise.
func (*SmContextCreatedData) GetSelectedSmfIdOk ¶
func (o *SmContextCreatedData) GetSelectedSmfIdOk() (*string, bool)
GetSelectedSmfIdOk returns a tuple with the SelectedSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetSmfServiceInstanceId ¶
func (o *SmContextCreatedData) GetSmfServiceInstanceId() string
GetSmfServiceInstanceId returns the SmfServiceInstanceId field value if set, zero value otherwise.
func (*SmContextCreatedData) GetSmfServiceInstanceIdOk ¶
func (o *SmContextCreatedData) GetSmfServiceInstanceIdOk() (*string, bool)
GetSmfServiceInstanceIdOk returns a tuple with the SmfServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetSmfUri ¶
func (o *SmContextCreatedData) GetSmfUri() string
GetSmfUri returns the SmfUri field value if set, zero value otherwise.
func (*SmContextCreatedData) GetSmfUriOk ¶
func (o *SmContextCreatedData) GetSmfUriOk() (*string, bool)
GetSmfUriOk returns a tuple with the SmfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetSupportedFeatures ¶
func (o *SmContextCreatedData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*SmContextCreatedData) GetSupportedFeaturesOk ¶
func (o *SmContextCreatedData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) GetUpCnxState ¶
func (o *SmContextCreatedData) GetUpCnxState() UpCnxState
GetUpCnxState returns the UpCnxState field value if set, zero value otherwise.
func (*SmContextCreatedData) GetUpCnxStateOk ¶
func (o *SmContextCreatedData) GetUpCnxStateOk() (*UpCnxState, bool)
GetUpCnxStateOk returns a tuple with the UpCnxState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextCreatedData) HasAdditionalSnssai ¶
func (o *SmContextCreatedData) HasAdditionalSnssai() bool
HasAdditionalSnssai returns a boolean if a field has been set.
func (*SmContextCreatedData) HasAllocatedEbiList ¶
func (o *SmContextCreatedData) HasAllocatedEbiList() bool
HasAllocatedEbiList returns a boolean if a field has been set.
func (*SmContextCreatedData) HasGpsi ¶
func (o *SmContextCreatedData) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*SmContextCreatedData) HasHSmfUri ¶
func (o *SmContextCreatedData) HasHSmfUri() bool
HasHSmfUri returns a boolean if a field has been set.
func (*SmContextCreatedData) HasHoState ¶
func (o *SmContextCreatedData) HasHoState() bool
HasHoState returns a boolean if a field has been set.
func (*SmContextCreatedData) HasInterPlmnApiRoot ¶
func (o *SmContextCreatedData) HasInterPlmnApiRoot() bool
HasInterPlmnApiRoot returns a boolean if a field has been set.
func (*SmContextCreatedData) HasN2SmInfo ¶
func (o *SmContextCreatedData) HasN2SmInfo() bool
HasN2SmInfo returns a boolean if a field has been set.
func (*SmContextCreatedData) HasN2SmInfoType ¶
func (o *SmContextCreatedData) HasN2SmInfoType() bool
HasN2SmInfoType returns a boolean if a field has been set.
func (*SmContextCreatedData) HasPduSessionId ¶
func (o *SmContextCreatedData) HasPduSessionId() bool
HasPduSessionId returns a boolean if a field has been set.
func (*SmContextCreatedData) HasRecoveryTime ¶
func (o *SmContextCreatedData) HasRecoveryTime() bool
HasRecoveryTime returns a boolean if a field has been set.
func (*SmContextCreatedData) HasSNssai ¶
func (o *SmContextCreatedData) HasSNssai() bool
HasSNssai returns a boolean if a field has been set.
func (*SmContextCreatedData) HasSelectedOldSmfId ¶
func (o *SmContextCreatedData) HasSelectedOldSmfId() bool
HasSelectedOldSmfId returns a boolean if a field has been set.
func (*SmContextCreatedData) HasSelectedSmfId ¶
func (o *SmContextCreatedData) HasSelectedSmfId() bool
HasSelectedSmfId returns a boolean if a field has been set.
func (*SmContextCreatedData) HasSmfServiceInstanceId ¶
func (o *SmContextCreatedData) HasSmfServiceInstanceId() bool
HasSmfServiceInstanceId returns a boolean if a field has been set.
func (*SmContextCreatedData) HasSmfUri ¶
func (o *SmContextCreatedData) HasSmfUri() bool
HasSmfUri returns a boolean if a field has been set.
func (*SmContextCreatedData) HasSupportedFeatures ¶
func (o *SmContextCreatedData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*SmContextCreatedData) HasUpCnxState ¶
func (o *SmContextCreatedData) HasUpCnxState() bool
HasUpCnxState returns a boolean if a field has been set.
func (SmContextCreatedData) MarshalJSON ¶
func (o SmContextCreatedData) MarshalJSON() ([]byte, error)
func (*SmContextCreatedData) SetAdditionalSnssai ¶
func (o *SmContextCreatedData) SetAdditionalSnssai(v Snssai)
SetAdditionalSnssai gets a reference to the given Snssai and assigns it to the AdditionalSnssai field.
func (*SmContextCreatedData) SetAllocatedEbiList ¶
func (o *SmContextCreatedData) SetAllocatedEbiList(v []EbiArpMapping)
SetAllocatedEbiList gets a reference to the given []EbiArpMapping and assigns it to the AllocatedEbiList field.
func (*SmContextCreatedData) SetGpsi ¶
func (o *SmContextCreatedData) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*SmContextCreatedData) SetHSmfUri ¶
func (o *SmContextCreatedData) SetHSmfUri(v string)
SetHSmfUri gets a reference to the given string and assigns it to the HSmfUri field.
func (*SmContextCreatedData) SetHoState ¶
func (o *SmContextCreatedData) SetHoState(v HoState)
SetHoState gets a reference to the given HoState and assigns it to the HoState field.
func (*SmContextCreatedData) SetInterPlmnApiRoot ¶
func (o *SmContextCreatedData) SetInterPlmnApiRoot(v string)
SetInterPlmnApiRoot gets a reference to the given string and assigns it to the InterPlmnApiRoot field.
func (*SmContextCreatedData) SetN2SmInfo ¶
func (o *SmContextCreatedData) SetN2SmInfo(v RefToBinaryData)
SetN2SmInfo gets a reference to the given RefToBinaryData and assigns it to the N2SmInfo field.
func (*SmContextCreatedData) SetN2SmInfoType ¶
func (o *SmContextCreatedData) SetN2SmInfoType(v N2SmInfoType)
SetN2SmInfoType gets a reference to the given N2SmInfoType and assigns it to the N2SmInfoType field.
func (*SmContextCreatedData) SetPduSessionId ¶
func (o *SmContextCreatedData) SetPduSessionId(v int32)
SetPduSessionId gets a reference to the given int32 and assigns it to the PduSessionId field.
func (*SmContextCreatedData) SetRecoveryTime ¶
func (o *SmContextCreatedData) SetRecoveryTime(v time.Time)
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (*SmContextCreatedData) SetSNssai ¶
func (o *SmContextCreatedData) SetSNssai(v Snssai)
SetSNssai gets a reference to the given Snssai and assigns it to the SNssai field.
func (*SmContextCreatedData) SetSelectedOldSmfId ¶
func (o *SmContextCreatedData) SetSelectedOldSmfId(v string)
SetSelectedOldSmfId gets a reference to the given string and assigns it to the SelectedOldSmfId field.
func (*SmContextCreatedData) SetSelectedSmfId ¶
func (o *SmContextCreatedData) SetSelectedSmfId(v string)
SetSelectedSmfId gets a reference to the given string and assigns it to the SelectedSmfId field.
func (*SmContextCreatedData) SetSmfServiceInstanceId ¶
func (o *SmContextCreatedData) SetSmfServiceInstanceId(v string)
SetSmfServiceInstanceId gets a reference to the given string and assigns it to the SmfServiceInstanceId field.
func (*SmContextCreatedData) SetSmfUri ¶
func (o *SmContextCreatedData) SetSmfUri(v string)
SetSmfUri gets a reference to the given string and assigns it to the SmfUri field.
func (*SmContextCreatedData) SetSupportedFeatures ¶
func (o *SmContextCreatedData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*SmContextCreatedData) SetUpCnxState ¶
func (o *SmContextCreatedData) SetUpCnxState(v UpCnxState)
SetUpCnxState gets a reference to the given UpCnxState and assigns it to the UpCnxState field.
func (SmContextCreatedData) ToMap ¶
func (o SmContextCreatedData) ToMap() (map[string]interface{}, error)
type SmContextReleaseData ¶
type SmContextReleaseData struct { Cause *Cause `json:"cause,omitempty"` NgApCause *NgApCause `json:"ngApCause,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Var5gMmCauseValue *int32 `json:"5gMmCauseValue,omitempty"` UeLocation *UserLocation `json:"ueLocation,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. UeTimeZone *string `json:"ueTimeZone,omitempty"` AddUeLocation *UserLocation `json:"addUeLocation,omitempty"` VsmfReleaseOnly *bool `json:"vsmfReleaseOnly,omitempty"` N2SmInfo *RefToBinaryData `json:"n2SmInfo,omitempty"` N2SmInfoType *N2SmInfoType `json:"n2SmInfoType,omitempty"` IsmfReleaseOnly *bool `json:"ismfReleaseOnly,omitempty"` }
SmContextReleaseData Data within Release SM Context Request
func NewSmContextReleaseData ¶
func NewSmContextReleaseData() *SmContextReleaseData
NewSmContextReleaseData instantiates a new SmContextReleaseData 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 NewSmContextReleaseDataWithDefaults ¶
func NewSmContextReleaseDataWithDefaults() *SmContextReleaseData
NewSmContextReleaseDataWithDefaults instantiates a new SmContextReleaseData 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 (*SmContextReleaseData) GetAddUeLocation ¶
func (o *SmContextReleaseData) GetAddUeLocation() UserLocation
GetAddUeLocation returns the AddUeLocation field value if set, zero value otherwise.
func (*SmContextReleaseData) GetAddUeLocationOk ¶
func (o *SmContextReleaseData) GetAddUeLocationOk() (*UserLocation, bool)
GetAddUeLocationOk returns a tuple with the AddUeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleaseData) GetCause ¶
func (o *SmContextReleaseData) GetCause() Cause
GetCause returns the Cause field value if set, zero value otherwise.
func (*SmContextReleaseData) GetCauseOk ¶
func (o *SmContextReleaseData) GetCauseOk() (*Cause, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleaseData) GetIsmfReleaseOnly ¶
func (o *SmContextReleaseData) GetIsmfReleaseOnly() bool
GetIsmfReleaseOnly returns the IsmfReleaseOnly field value if set, zero value otherwise.
func (*SmContextReleaseData) GetIsmfReleaseOnlyOk ¶
func (o *SmContextReleaseData) GetIsmfReleaseOnlyOk() (*bool, bool)
GetIsmfReleaseOnlyOk returns a tuple with the IsmfReleaseOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleaseData) GetN2SmInfo ¶
func (o *SmContextReleaseData) GetN2SmInfo() RefToBinaryData
GetN2SmInfo returns the N2SmInfo field value if set, zero value otherwise.
func (*SmContextReleaseData) GetN2SmInfoOk ¶
func (o *SmContextReleaseData) GetN2SmInfoOk() (*RefToBinaryData, bool)
GetN2SmInfoOk returns a tuple with the N2SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleaseData) GetN2SmInfoType ¶
func (o *SmContextReleaseData) GetN2SmInfoType() N2SmInfoType
GetN2SmInfoType returns the N2SmInfoType field value if set, zero value otherwise.
func (*SmContextReleaseData) GetN2SmInfoTypeOk ¶
func (o *SmContextReleaseData) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
GetN2SmInfoTypeOk returns a tuple with the N2SmInfoType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleaseData) GetNgApCause ¶
func (o *SmContextReleaseData) GetNgApCause() NgApCause
GetNgApCause returns the NgApCause field value if set, zero value otherwise.
func (*SmContextReleaseData) GetNgApCauseOk ¶
func (o *SmContextReleaseData) GetNgApCauseOk() (*NgApCause, bool)
GetNgApCauseOk returns a tuple with the NgApCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleaseData) GetUeLocation ¶
func (o *SmContextReleaseData) GetUeLocation() UserLocation
GetUeLocation returns the UeLocation field value if set, zero value otherwise.
func (*SmContextReleaseData) GetUeLocationOk ¶
func (o *SmContextReleaseData) GetUeLocationOk() (*UserLocation, bool)
GetUeLocationOk returns a tuple with the UeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleaseData) GetUeTimeZone ¶
func (o *SmContextReleaseData) GetUeTimeZone() string
GetUeTimeZone returns the UeTimeZone field value if set, zero value otherwise.
func (*SmContextReleaseData) GetUeTimeZoneOk ¶
func (o *SmContextReleaseData) GetUeTimeZoneOk() (*string, bool)
GetUeTimeZoneOk returns a tuple with the UeTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleaseData) GetVar5gMmCauseValue ¶
func (o *SmContextReleaseData) GetVar5gMmCauseValue() int32
GetVar5gMmCauseValue returns the Var5gMmCauseValue field value if set, zero value otherwise.
func (*SmContextReleaseData) GetVar5gMmCauseValueOk ¶
func (o *SmContextReleaseData) GetVar5gMmCauseValueOk() (*int32, bool)
GetVar5gMmCauseValueOk returns a tuple with the Var5gMmCauseValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleaseData) GetVsmfReleaseOnly ¶
func (o *SmContextReleaseData) GetVsmfReleaseOnly() bool
GetVsmfReleaseOnly returns the VsmfReleaseOnly field value if set, zero value otherwise.
func (*SmContextReleaseData) GetVsmfReleaseOnlyOk ¶
func (o *SmContextReleaseData) GetVsmfReleaseOnlyOk() (*bool, bool)
GetVsmfReleaseOnlyOk returns a tuple with the VsmfReleaseOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleaseData) HasAddUeLocation ¶
func (o *SmContextReleaseData) HasAddUeLocation() bool
HasAddUeLocation returns a boolean if a field has been set.
func (*SmContextReleaseData) HasCause ¶
func (o *SmContextReleaseData) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*SmContextReleaseData) HasIsmfReleaseOnly ¶
func (o *SmContextReleaseData) HasIsmfReleaseOnly() bool
HasIsmfReleaseOnly returns a boolean if a field has been set.
func (*SmContextReleaseData) HasN2SmInfo ¶
func (o *SmContextReleaseData) HasN2SmInfo() bool
HasN2SmInfo returns a boolean if a field has been set.
func (*SmContextReleaseData) HasN2SmInfoType ¶
func (o *SmContextReleaseData) HasN2SmInfoType() bool
HasN2SmInfoType returns a boolean if a field has been set.
func (*SmContextReleaseData) HasNgApCause ¶
func (o *SmContextReleaseData) HasNgApCause() bool
HasNgApCause returns a boolean if a field has been set.
func (*SmContextReleaseData) HasUeLocation ¶
func (o *SmContextReleaseData) HasUeLocation() bool
HasUeLocation returns a boolean if a field has been set.
func (*SmContextReleaseData) HasUeTimeZone ¶
func (o *SmContextReleaseData) HasUeTimeZone() bool
HasUeTimeZone returns a boolean if a field has been set.
func (*SmContextReleaseData) HasVar5gMmCauseValue ¶
func (o *SmContextReleaseData) HasVar5gMmCauseValue() bool
HasVar5gMmCauseValue returns a boolean if a field has been set.
func (*SmContextReleaseData) HasVsmfReleaseOnly ¶
func (o *SmContextReleaseData) HasVsmfReleaseOnly() bool
HasVsmfReleaseOnly returns a boolean if a field has been set.
func (SmContextReleaseData) MarshalJSON ¶
func (o SmContextReleaseData) MarshalJSON() ([]byte, error)
func (*SmContextReleaseData) SetAddUeLocation ¶
func (o *SmContextReleaseData) SetAddUeLocation(v UserLocation)
SetAddUeLocation gets a reference to the given UserLocation and assigns it to the AddUeLocation field.
func (*SmContextReleaseData) SetCause ¶
func (o *SmContextReleaseData) SetCause(v Cause)
SetCause gets a reference to the given Cause and assigns it to the Cause field.
func (*SmContextReleaseData) SetIsmfReleaseOnly ¶
func (o *SmContextReleaseData) SetIsmfReleaseOnly(v bool)
SetIsmfReleaseOnly gets a reference to the given bool and assigns it to the IsmfReleaseOnly field.
func (*SmContextReleaseData) SetN2SmInfo ¶
func (o *SmContextReleaseData) SetN2SmInfo(v RefToBinaryData)
SetN2SmInfo gets a reference to the given RefToBinaryData and assigns it to the N2SmInfo field.
func (*SmContextReleaseData) SetN2SmInfoType ¶
func (o *SmContextReleaseData) SetN2SmInfoType(v N2SmInfoType)
SetN2SmInfoType gets a reference to the given N2SmInfoType and assigns it to the N2SmInfoType field.
func (*SmContextReleaseData) SetNgApCause ¶
func (o *SmContextReleaseData) SetNgApCause(v NgApCause)
SetNgApCause gets a reference to the given NgApCause and assigns it to the NgApCause field.
func (*SmContextReleaseData) SetUeLocation ¶
func (o *SmContextReleaseData) SetUeLocation(v UserLocation)
SetUeLocation gets a reference to the given UserLocation and assigns it to the UeLocation field.
func (*SmContextReleaseData) SetUeTimeZone ¶
func (o *SmContextReleaseData) SetUeTimeZone(v string)
SetUeTimeZone gets a reference to the given string and assigns it to the UeTimeZone field.
func (*SmContextReleaseData) SetVar5gMmCauseValue ¶
func (o *SmContextReleaseData) SetVar5gMmCauseValue(v int32)
SetVar5gMmCauseValue gets a reference to the given int32 and assigns it to the Var5gMmCauseValue field.
func (*SmContextReleaseData) SetVsmfReleaseOnly ¶
func (o *SmContextReleaseData) SetVsmfReleaseOnly(v bool)
SetVsmfReleaseOnly gets a reference to the given bool and assigns it to the VsmfReleaseOnly field.
func (SmContextReleaseData) ToMap ¶
func (o SmContextReleaseData) ToMap() (map[string]interface{}, error)
type SmContextReleasedData ¶
type SmContextReleasedData struct { SmallDataRateStatus *SmallDataRateStatus `json:"smallDataRateStatus,omitempty"` ApnRateStatus *ApnRateStatus `json:"apnRateStatus,omitempty"` }
SmContextReleasedData Data within Release SM Context Response
func NewSmContextReleasedData ¶
func NewSmContextReleasedData() *SmContextReleasedData
NewSmContextReleasedData instantiates a new SmContextReleasedData 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 NewSmContextReleasedDataWithDefaults ¶
func NewSmContextReleasedDataWithDefaults() *SmContextReleasedData
NewSmContextReleasedDataWithDefaults instantiates a new SmContextReleasedData 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 (*SmContextReleasedData) GetApnRateStatus ¶
func (o *SmContextReleasedData) GetApnRateStatus() ApnRateStatus
GetApnRateStatus returns the ApnRateStatus field value if set, zero value otherwise.
func (*SmContextReleasedData) GetApnRateStatusOk ¶
func (o *SmContextReleasedData) GetApnRateStatusOk() (*ApnRateStatus, bool)
GetApnRateStatusOk returns a tuple with the ApnRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleasedData) GetSmallDataRateStatus ¶
func (o *SmContextReleasedData) GetSmallDataRateStatus() SmallDataRateStatus
GetSmallDataRateStatus returns the SmallDataRateStatus field value if set, zero value otherwise.
func (*SmContextReleasedData) GetSmallDataRateStatusOk ¶
func (o *SmContextReleasedData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
GetSmallDataRateStatusOk returns a tuple with the SmallDataRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextReleasedData) HasApnRateStatus ¶
func (o *SmContextReleasedData) HasApnRateStatus() bool
HasApnRateStatus returns a boolean if a field has been set.
func (*SmContextReleasedData) HasSmallDataRateStatus ¶
func (o *SmContextReleasedData) HasSmallDataRateStatus() bool
HasSmallDataRateStatus returns a boolean if a field has been set.
func (SmContextReleasedData) MarshalJSON ¶
func (o SmContextReleasedData) MarshalJSON() ([]byte, error)
func (*SmContextReleasedData) SetApnRateStatus ¶
func (o *SmContextReleasedData) SetApnRateStatus(v ApnRateStatus)
SetApnRateStatus gets a reference to the given ApnRateStatus and assigns it to the ApnRateStatus field.
func (*SmContextReleasedData) SetSmallDataRateStatus ¶
func (o *SmContextReleasedData) SetSmallDataRateStatus(v SmallDataRateStatus)
SetSmallDataRateStatus gets a reference to the given SmallDataRateStatus and assigns it to the SmallDataRateStatus field.
func (SmContextReleasedData) ToMap ¶
func (o SmContextReleasedData) ToMap() (map[string]interface{}, error)
type SmContextRetrieveData ¶
type SmContextRetrieveData struct { TargetMmeCap *MmeCapabilities `json:"targetMmeCap,omitempty"` SmContextType *SmContextType `json:"smContextType,omitempty"` ServingNetwork *PlmnId `json:"servingNetwork,omitempty"` NotToTransferEbiList []int32 `json:"notToTransferEbiList,omitempty"` RanUnchangedInd *bool `json:"ranUnchangedInd,omitempty"` }
SmContextRetrieveData Data within Retrieve SM Context Request
func NewSmContextRetrieveData ¶
func NewSmContextRetrieveData() *SmContextRetrieveData
NewSmContextRetrieveData instantiates a new SmContextRetrieveData 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 NewSmContextRetrieveDataWithDefaults ¶
func NewSmContextRetrieveDataWithDefaults() *SmContextRetrieveData
NewSmContextRetrieveDataWithDefaults instantiates a new SmContextRetrieveData 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 (*SmContextRetrieveData) GetNotToTransferEbiList ¶
func (o *SmContextRetrieveData) GetNotToTransferEbiList() []int32
GetNotToTransferEbiList returns the NotToTransferEbiList field value if set, zero value otherwise.
func (*SmContextRetrieveData) GetNotToTransferEbiListOk ¶
func (o *SmContextRetrieveData) GetNotToTransferEbiListOk() ([]int32, bool)
GetNotToTransferEbiListOk returns a tuple with the NotToTransferEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextRetrieveData) GetRanUnchangedInd ¶
func (o *SmContextRetrieveData) GetRanUnchangedInd() bool
GetRanUnchangedInd returns the RanUnchangedInd field value if set, zero value otherwise.
func (*SmContextRetrieveData) GetRanUnchangedIndOk ¶
func (o *SmContextRetrieveData) GetRanUnchangedIndOk() (*bool, bool)
GetRanUnchangedIndOk returns a tuple with the RanUnchangedInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextRetrieveData) GetServingNetwork ¶
func (o *SmContextRetrieveData) GetServingNetwork() PlmnId
GetServingNetwork returns the ServingNetwork field value if set, zero value otherwise.
func (*SmContextRetrieveData) GetServingNetworkOk ¶
func (o *SmContextRetrieveData) GetServingNetworkOk() (*PlmnId, bool)
GetServingNetworkOk returns a tuple with the ServingNetwork field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextRetrieveData) GetSmContextType ¶
func (o *SmContextRetrieveData) GetSmContextType() SmContextType
GetSmContextType returns the SmContextType field value if set, zero value otherwise.
func (*SmContextRetrieveData) GetSmContextTypeOk ¶
func (o *SmContextRetrieveData) GetSmContextTypeOk() (*SmContextType, bool)
GetSmContextTypeOk returns a tuple with the SmContextType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextRetrieveData) GetTargetMmeCap ¶
func (o *SmContextRetrieveData) GetTargetMmeCap() MmeCapabilities
GetTargetMmeCap returns the TargetMmeCap field value if set, zero value otherwise.
func (*SmContextRetrieveData) GetTargetMmeCapOk ¶
func (o *SmContextRetrieveData) GetTargetMmeCapOk() (*MmeCapabilities, bool)
GetTargetMmeCapOk returns a tuple with the TargetMmeCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextRetrieveData) HasNotToTransferEbiList ¶
func (o *SmContextRetrieveData) HasNotToTransferEbiList() bool
HasNotToTransferEbiList returns a boolean if a field has been set.
func (*SmContextRetrieveData) HasRanUnchangedInd ¶
func (o *SmContextRetrieveData) HasRanUnchangedInd() bool
HasRanUnchangedInd returns a boolean if a field has been set.
func (*SmContextRetrieveData) HasServingNetwork ¶
func (o *SmContextRetrieveData) HasServingNetwork() bool
HasServingNetwork returns a boolean if a field has been set.
func (*SmContextRetrieveData) HasSmContextType ¶
func (o *SmContextRetrieveData) HasSmContextType() bool
HasSmContextType returns a boolean if a field has been set.
func (*SmContextRetrieveData) HasTargetMmeCap ¶
func (o *SmContextRetrieveData) HasTargetMmeCap() bool
HasTargetMmeCap returns a boolean if a field has been set.
func (SmContextRetrieveData) MarshalJSON ¶
func (o SmContextRetrieveData) MarshalJSON() ([]byte, error)
func (*SmContextRetrieveData) SetNotToTransferEbiList ¶
func (o *SmContextRetrieveData) SetNotToTransferEbiList(v []int32)
SetNotToTransferEbiList gets a reference to the given []int32 and assigns it to the NotToTransferEbiList field.
func (*SmContextRetrieveData) SetRanUnchangedInd ¶
func (o *SmContextRetrieveData) SetRanUnchangedInd(v bool)
SetRanUnchangedInd gets a reference to the given bool and assigns it to the RanUnchangedInd field.
func (*SmContextRetrieveData) SetServingNetwork ¶
func (o *SmContextRetrieveData) SetServingNetwork(v PlmnId)
SetServingNetwork gets a reference to the given PlmnId and assigns it to the ServingNetwork field.
func (*SmContextRetrieveData) SetSmContextType ¶
func (o *SmContextRetrieveData) SetSmContextType(v SmContextType)
SetSmContextType gets a reference to the given SmContextType and assigns it to the SmContextType field.
func (*SmContextRetrieveData) SetTargetMmeCap ¶
func (o *SmContextRetrieveData) SetTargetMmeCap(v MmeCapabilities)
SetTargetMmeCap gets a reference to the given MmeCapabilities and assigns it to the TargetMmeCap field.
func (SmContextRetrieveData) ToMap ¶
func (o SmContextRetrieveData) ToMap() (map[string]interface{}, error)
type SmContextRetrievedData ¶
type SmContextRetrievedData struct { // UE EPS PDN Connection container from SMF to AMF UeEpsPdnConnection string `json:"ueEpsPdnConnection"` SmContext *SmContext `json:"smContext,omitempty"` SmallDataRateStatus *SmallDataRateStatus `json:"smallDataRateStatus,omitempty"` ApnRateStatus *ApnRateStatus `json:"apnRateStatus,omitempty"` DlDataWaitingInd *bool `json:"dlDataWaitingInd,omitempty"` AfCoordinationInfo *AfCoordinationInfo `json:"afCoordinationInfo,omitempty"` }
SmContextRetrievedData Data within Retrieve SM Context Response
func NewSmContextRetrievedData ¶
func NewSmContextRetrievedData(ueEpsPdnConnection string) *SmContextRetrievedData
NewSmContextRetrievedData instantiates a new SmContextRetrievedData 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 NewSmContextRetrievedDataWithDefaults ¶
func NewSmContextRetrievedDataWithDefaults() *SmContextRetrievedData
NewSmContextRetrievedDataWithDefaults instantiates a new SmContextRetrievedData 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 (*SmContextRetrievedData) GetAfCoordinationInfo ¶
func (o *SmContextRetrievedData) GetAfCoordinationInfo() AfCoordinationInfo
GetAfCoordinationInfo returns the AfCoordinationInfo field value if set, zero value otherwise.
func (*SmContextRetrievedData) GetAfCoordinationInfoOk ¶
func (o *SmContextRetrievedData) GetAfCoordinationInfoOk() (*AfCoordinationInfo, bool)
GetAfCoordinationInfoOk returns a tuple with the AfCoordinationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextRetrievedData) GetApnRateStatus ¶
func (o *SmContextRetrievedData) GetApnRateStatus() ApnRateStatus
GetApnRateStatus returns the ApnRateStatus field value if set, zero value otherwise.
func (*SmContextRetrievedData) GetApnRateStatusOk ¶
func (o *SmContextRetrievedData) GetApnRateStatusOk() (*ApnRateStatus, bool)
GetApnRateStatusOk returns a tuple with the ApnRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextRetrievedData) GetDlDataWaitingInd ¶
func (o *SmContextRetrievedData) GetDlDataWaitingInd() bool
GetDlDataWaitingInd returns the DlDataWaitingInd field value if set, zero value otherwise.
func (*SmContextRetrievedData) GetDlDataWaitingIndOk ¶
func (o *SmContextRetrievedData) GetDlDataWaitingIndOk() (*bool, bool)
GetDlDataWaitingIndOk returns a tuple with the DlDataWaitingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextRetrievedData) GetSmContext ¶
func (o *SmContextRetrievedData) GetSmContext() SmContext
GetSmContext returns the SmContext field value if set, zero value otherwise.
func (*SmContextRetrievedData) GetSmContextOk ¶
func (o *SmContextRetrievedData) GetSmContextOk() (*SmContext, bool)
GetSmContextOk returns a tuple with the SmContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextRetrievedData) GetSmallDataRateStatus ¶
func (o *SmContextRetrievedData) GetSmallDataRateStatus() SmallDataRateStatus
GetSmallDataRateStatus returns the SmallDataRateStatus field value if set, zero value otherwise.
func (*SmContextRetrievedData) GetSmallDataRateStatusOk ¶
func (o *SmContextRetrievedData) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
GetSmallDataRateStatusOk returns a tuple with the SmallDataRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextRetrievedData) GetUeEpsPdnConnection ¶
func (o *SmContextRetrievedData) GetUeEpsPdnConnection() string
GetUeEpsPdnConnection returns the UeEpsPdnConnection field value
func (*SmContextRetrievedData) GetUeEpsPdnConnectionOk ¶
func (o *SmContextRetrievedData) GetUeEpsPdnConnectionOk() (*string, bool)
GetUeEpsPdnConnectionOk returns a tuple with the UeEpsPdnConnection field value and a boolean to check if the value has been set.
func (*SmContextRetrievedData) HasAfCoordinationInfo ¶
func (o *SmContextRetrievedData) HasAfCoordinationInfo() bool
HasAfCoordinationInfo returns a boolean if a field has been set.
func (*SmContextRetrievedData) HasApnRateStatus ¶
func (o *SmContextRetrievedData) HasApnRateStatus() bool
HasApnRateStatus returns a boolean if a field has been set.
func (*SmContextRetrievedData) HasDlDataWaitingInd ¶
func (o *SmContextRetrievedData) HasDlDataWaitingInd() bool
HasDlDataWaitingInd returns a boolean if a field has been set.
func (*SmContextRetrievedData) HasSmContext ¶
func (o *SmContextRetrievedData) HasSmContext() bool
HasSmContext returns a boolean if a field has been set.
func (*SmContextRetrievedData) HasSmallDataRateStatus ¶
func (o *SmContextRetrievedData) HasSmallDataRateStatus() bool
HasSmallDataRateStatus returns a boolean if a field has been set.
func (SmContextRetrievedData) MarshalJSON ¶
func (o SmContextRetrievedData) MarshalJSON() ([]byte, error)
func (*SmContextRetrievedData) SetAfCoordinationInfo ¶
func (o *SmContextRetrievedData) SetAfCoordinationInfo(v AfCoordinationInfo)
SetAfCoordinationInfo gets a reference to the given AfCoordinationInfo and assigns it to the AfCoordinationInfo field.
func (*SmContextRetrievedData) SetApnRateStatus ¶
func (o *SmContextRetrievedData) SetApnRateStatus(v ApnRateStatus)
SetApnRateStatus gets a reference to the given ApnRateStatus and assigns it to the ApnRateStatus field.
func (*SmContextRetrievedData) SetDlDataWaitingInd ¶
func (o *SmContextRetrievedData) SetDlDataWaitingInd(v bool)
SetDlDataWaitingInd gets a reference to the given bool and assigns it to the DlDataWaitingInd field.
func (*SmContextRetrievedData) SetSmContext ¶
func (o *SmContextRetrievedData) SetSmContext(v SmContext)
SetSmContext gets a reference to the given SmContext and assigns it to the SmContext field.
func (*SmContextRetrievedData) SetSmallDataRateStatus ¶
func (o *SmContextRetrievedData) SetSmallDataRateStatus(v SmallDataRateStatus)
SetSmallDataRateStatus gets a reference to the given SmallDataRateStatus and assigns it to the SmallDataRateStatus field.
func (*SmContextRetrievedData) SetUeEpsPdnConnection ¶
func (o *SmContextRetrievedData) SetUeEpsPdnConnection(v string)
SetUeEpsPdnConnection sets field value
func (SmContextRetrievedData) ToMap ¶
func (o SmContextRetrievedData) ToMap() (map[string]interface{}, error)
func (*SmContextRetrievedData) UnmarshalJSON ¶
func (o *SmContextRetrievedData) UnmarshalJSON(bytes []byte) (err error)
type SmContextStatusNotification ¶
type SmContextStatusNotification struct { StatusInfo StatusInfo `json:"statusInfo"` SmallDataRateStatus *SmallDataRateStatus `json:"smallDataRateStatus,omitempty"` ApnRateStatus *ApnRateStatus `json:"apnRateStatus,omitempty"` DdnFailureStatus *bool `json:"ddnFailureStatus,omitempty"` NotifyCorrelationIdsForddnFailure []string `json:"notifyCorrelationIdsForddnFailure,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NewIntermediateSmfId *string `json:"newIntermediateSmfId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NewSmfId *string `json:"newSmfId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. NewSmfSetId *string `json:"newSmfSetId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. OldSmfId *string `json:"oldSmfId,omitempty"` // String providing an URI formatted according to RFC 3986. OldSmContextRef *string `json:"oldSmContextRef,omitempty"` // String providing an URI formatted according to RFC 3986. AltAnchorSmfUri *string `json:"altAnchorSmfUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. AltAnchorSmfId *string `json:"altAnchorSmfId,omitempty"` TargetDnaiInfo *TargetDnaiInfo `json:"targetDnaiInfo,omitempty"` // String providing an URI formatted according to RFC 3986. OldPduSessionRef *string `json:"oldPduSessionRef,omitempty"` // String providing an URI formatted according to RFC 3986. InterPlmnApiRoot *string `json:"interPlmnApiRoot,omitempty"` }
SmContextStatusNotification Data within Notify SM Context Status Request
func NewSmContextStatusNotification ¶
func NewSmContextStatusNotification(statusInfo StatusInfo) *SmContextStatusNotification
NewSmContextStatusNotification instantiates a new SmContextStatusNotification 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 NewSmContextStatusNotificationWithDefaults ¶
func NewSmContextStatusNotificationWithDefaults() *SmContextStatusNotification
NewSmContextStatusNotificationWithDefaults instantiates a new SmContextStatusNotification 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 (*SmContextStatusNotification) GetAltAnchorSmfId ¶
func (o *SmContextStatusNotification) GetAltAnchorSmfId() string
GetAltAnchorSmfId returns the AltAnchorSmfId field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetAltAnchorSmfIdOk ¶
func (o *SmContextStatusNotification) GetAltAnchorSmfIdOk() (*string, bool)
GetAltAnchorSmfIdOk returns a tuple with the AltAnchorSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetAltAnchorSmfUri ¶
func (o *SmContextStatusNotification) GetAltAnchorSmfUri() string
GetAltAnchorSmfUri returns the AltAnchorSmfUri field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetAltAnchorSmfUriOk ¶
func (o *SmContextStatusNotification) GetAltAnchorSmfUriOk() (*string, bool)
GetAltAnchorSmfUriOk returns a tuple with the AltAnchorSmfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetApnRateStatus ¶
func (o *SmContextStatusNotification) GetApnRateStatus() ApnRateStatus
GetApnRateStatus returns the ApnRateStatus field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetApnRateStatusOk ¶
func (o *SmContextStatusNotification) GetApnRateStatusOk() (*ApnRateStatus, bool)
GetApnRateStatusOk returns a tuple with the ApnRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetDdnFailureStatus ¶
func (o *SmContextStatusNotification) GetDdnFailureStatus() bool
GetDdnFailureStatus returns the DdnFailureStatus field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetDdnFailureStatusOk ¶
func (o *SmContextStatusNotification) GetDdnFailureStatusOk() (*bool, bool)
GetDdnFailureStatusOk returns a tuple with the DdnFailureStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetInterPlmnApiRoot ¶
func (o *SmContextStatusNotification) GetInterPlmnApiRoot() string
GetInterPlmnApiRoot returns the InterPlmnApiRoot field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetInterPlmnApiRootOk ¶
func (o *SmContextStatusNotification) GetInterPlmnApiRootOk() (*string, bool)
GetInterPlmnApiRootOk returns a tuple with the InterPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetNewIntermediateSmfId ¶
func (o *SmContextStatusNotification) GetNewIntermediateSmfId() string
GetNewIntermediateSmfId returns the NewIntermediateSmfId field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetNewIntermediateSmfIdOk ¶
func (o *SmContextStatusNotification) GetNewIntermediateSmfIdOk() (*string, bool)
GetNewIntermediateSmfIdOk returns a tuple with the NewIntermediateSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetNewSmfId ¶
func (o *SmContextStatusNotification) GetNewSmfId() string
GetNewSmfId returns the NewSmfId field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetNewSmfIdOk ¶
func (o *SmContextStatusNotification) GetNewSmfIdOk() (*string, bool)
GetNewSmfIdOk returns a tuple with the NewSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetNewSmfSetId ¶
func (o *SmContextStatusNotification) GetNewSmfSetId() string
GetNewSmfSetId returns the NewSmfSetId field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetNewSmfSetIdOk ¶
func (o *SmContextStatusNotification) GetNewSmfSetIdOk() (*string, bool)
GetNewSmfSetIdOk returns a tuple with the NewSmfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetNotifyCorrelationIdsForddnFailure ¶
func (o *SmContextStatusNotification) GetNotifyCorrelationIdsForddnFailure() []string
GetNotifyCorrelationIdsForddnFailure returns the NotifyCorrelationIdsForddnFailure field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetNotifyCorrelationIdsForddnFailureOk ¶
func (o *SmContextStatusNotification) GetNotifyCorrelationIdsForddnFailureOk() ([]string, bool)
GetNotifyCorrelationIdsForddnFailureOk returns a tuple with the NotifyCorrelationIdsForddnFailure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetOldPduSessionRef ¶
func (o *SmContextStatusNotification) GetOldPduSessionRef() string
GetOldPduSessionRef returns the OldPduSessionRef field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetOldPduSessionRefOk ¶
func (o *SmContextStatusNotification) GetOldPduSessionRefOk() (*string, bool)
GetOldPduSessionRefOk returns a tuple with the OldPduSessionRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetOldSmContextRef ¶
func (o *SmContextStatusNotification) GetOldSmContextRef() string
GetOldSmContextRef returns the OldSmContextRef field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetOldSmContextRefOk ¶
func (o *SmContextStatusNotification) GetOldSmContextRefOk() (*string, bool)
GetOldSmContextRefOk returns a tuple with the OldSmContextRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetOldSmfId ¶
func (o *SmContextStatusNotification) GetOldSmfId() string
GetOldSmfId returns the OldSmfId field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetOldSmfIdOk ¶
func (o *SmContextStatusNotification) GetOldSmfIdOk() (*string, bool)
GetOldSmfIdOk returns a tuple with the OldSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetSmallDataRateStatus ¶
func (o *SmContextStatusNotification) GetSmallDataRateStatus() SmallDataRateStatus
GetSmallDataRateStatus returns the SmallDataRateStatus field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetSmallDataRateStatusOk ¶
func (o *SmContextStatusNotification) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
GetSmallDataRateStatusOk returns a tuple with the SmallDataRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetStatusInfo ¶
func (o *SmContextStatusNotification) GetStatusInfo() StatusInfo
GetStatusInfo returns the StatusInfo field value
func (*SmContextStatusNotification) GetStatusInfoOk ¶
func (o *SmContextStatusNotification) GetStatusInfoOk() (*StatusInfo, bool)
GetStatusInfoOk returns a tuple with the StatusInfo field value and a boolean to check if the value has been set.
func (*SmContextStatusNotification) GetTargetDnaiInfo ¶
func (o *SmContextStatusNotification) GetTargetDnaiInfo() TargetDnaiInfo
GetTargetDnaiInfo returns the TargetDnaiInfo field value if set, zero value otherwise.
func (*SmContextStatusNotification) GetTargetDnaiInfoOk ¶
func (o *SmContextStatusNotification) GetTargetDnaiInfoOk() (*TargetDnaiInfo, bool)
GetTargetDnaiInfoOk returns a tuple with the TargetDnaiInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextStatusNotification) HasAltAnchorSmfId ¶
func (o *SmContextStatusNotification) HasAltAnchorSmfId() bool
HasAltAnchorSmfId returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasAltAnchorSmfUri ¶
func (o *SmContextStatusNotification) HasAltAnchorSmfUri() bool
HasAltAnchorSmfUri returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasApnRateStatus ¶
func (o *SmContextStatusNotification) HasApnRateStatus() bool
HasApnRateStatus returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasDdnFailureStatus ¶
func (o *SmContextStatusNotification) HasDdnFailureStatus() bool
HasDdnFailureStatus returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasInterPlmnApiRoot ¶
func (o *SmContextStatusNotification) HasInterPlmnApiRoot() bool
HasInterPlmnApiRoot returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasNewIntermediateSmfId ¶
func (o *SmContextStatusNotification) HasNewIntermediateSmfId() bool
HasNewIntermediateSmfId returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasNewSmfId ¶
func (o *SmContextStatusNotification) HasNewSmfId() bool
HasNewSmfId returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasNewSmfSetId ¶
func (o *SmContextStatusNotification) HasNewSmfSetId() bool
HasNewSmfSetId returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasNotifyCorrelationIdsForddnFailure ¶
func (o *SmContextStatusNotification) HasNotifyCorrelationIdsForddnFailure() bool
HasNotifyCorrelationIdsForddnFailure returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasOldPduSessionRef ¶
func (o *SmContextStatusNotification) HasOldPduSessionRef() bool
HasOldPduSessionRef returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasOldSmContextRef ¶
func (o *SmContextStatusNotification) HasOldSmContextRef() bool
HasOldSmContextRef returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasOldSmfId ¶
func (o *SmContextStatusNotification) HasOldSmfId() bool
HasOldSmfId returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasSmallDataRateStatus ¶
func (o *SmContextStatusNotification) HasSmallDataRateStatus() bool
HasSmallDataRateStatus returns a boolean if a field has been set.
func (*SmContextStatusNotification) HasTargetDnaiInfo ¶
func (o *SmContextStatusNotification) HasTargetDnaiInfo() bool
HasTargetDnaiInfo returns a boolean if a field has been set.
func (SmContextStatusNotification) MarshalJSON ¶
func (o SmContextStatusNotification) MarshalJSON() ([]byte, error)
func (*SmContextStatusNotification) SetAltAnchorSmfId ¶
func (o *SmContextStatusNotification) SetAltAnchorSmfId(v string)
SetAltAnchorSmfId gets a reference to the given string and assigns it to the AltAnchorSmfId field.
func (*SmContextStatusNotification) SetAltAnchorSmfUri ¶
func (o *SmContextStatusNotification) SetAltAnchorSmfUri(v string)
SetAltAnchorSmfUri gets a reference to the given string and assigns it to the AltAnchorSmfUri field.
func (*SmContextStatusNotification) SetApnRateStatus ¶
func (o *SmContextStatusNotification) SetApnRateStatus(v ApnRateStatus)
SetApnRateStatus gets a reference to the given ApnRateStatus and assigns it to the ApnRateStatus field.
func (*SmContextStatusNotification) SetDdnFailureStatus ¶
func (o *SmContextStatusNotification) SetDdnFailureStatus(v bool)
SetDdnFailureStatus gets a reference to the given bool and assigns it to the DdnFailureStatus field.
func (*SmContextStatusNotification) SetInterPlmnApiRoot ¶
func (o *SmContextStatusNotification) SetInterPlmnApiRoot(v string)
SetInterPlmnApiRoot gets a reference to the given string and assigns it to the InterPlmnApiRoot field.
func (*SmContextStatusNotification) SetNewIntermediateSmfId ¶
func (o *SmContextStatusNotification) SetNewIntermediateSmfId(v string)
SetNewIntermediateSmfId gets a reference to the given string and assigns it to the NewIntermediateSmfId field.
func (*SmContextStatusNotification) SetNewSmfId ¶
func (o *SmContextStatusNotification) SetNewSmfId(v string)
SetNewSmfId gets a reference to the given string and assigns it to the NewSmfId field.
func (*SmContextStatusNotification) SetNewSmfSetId ¶
func (o *SmContextStatusNotification) SetNewSmfSetId(v string)
SetNewSmfSetId gets a reference to the given string and assigns it to the NewSmfSetId field.
func (*SmContextStatusNotification) SetNotifyCorrelationIdsForddnFailure ¶
func (o *SmContextStatusNotification) SetNotifyCorrelationIdsForddnFailure(v []string)
SetNotifyCorrelationIdsForddnFailure gets a reference to the given []string and assigns it to the NotifyCorrelationIdsForddnFailure field.
func (*SmContextStatusNotification) SetOldPduSessionRef ¶
func (o *SmContextStatusNotification) SetOldPduSessionRef(v string)
SetOldPduSessionRef gets a reference to the given string and assigns it to the OldPduSessionRef field.
func (*SmContextStatusNotification) SetOldSmContextRef ¶
func (o *SmContextStatusNotification) SetOldSmContextRef(v string)
SetOldSmContextRef gets a reference to the given string and assigns it to the OldSmContextRef field.
func (*SmContextStatusNotification) SetOldSmfId ¶
func (o *SmContextStatusNotification) SetOldSmfId(v string)
SetOldSmfId gets a reference to the given string and assigns it to the OldSmfId field.
func (*SmContextStatusNotification) SetSmallDataRateStatus ¶
func (o *SmContextStatusNotification) SetSmallDataRateStatus(v SmallDataRateStatus)
SetSmallDataRateStatus gets a reference to the given SmallDataRateStatus and assigns it to the SmallDataRateStatus field.
func (*SmContextStatusNotification) SetStatusInfo ¶
func (o *SmContextStatusNotification) SetStatusInfo(v StatusInfo)
SetStatusInfo sets field value
func (*SmContextStatusNotification) SetTargetDnaiInfo ¶
func (o *SmContextStatusNotification) SetTargetDnaiInfo(v TargetDnaiInfo)
SetTargetDnaiInfo gets a reference to the given TargetDnaiInfo and assigns it to the TargetDnaiInfo field.
func (SmContextStatusNotification) ToMap ¶
func (o SmContextStatusNotification) ToMap() (map[string]interface{}, error)
func (*SmContextStatusNotification) UnmarshalJSON ¶
func (o *SmContextStatusNotification) UnmarshalJSON(bytes []byte) (err error)
type SmContextType ¶
type SmContextType struct {
// contains filtered or unexported fields
}
SmContextType Type of SM Context information. Possible values are - EPS_PDN_CONNECTION - SM_CONTEXT - AF_COORDINATION_INFO
func (*SmContextType) MarshalJSON ¶
func (src *SmContextType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SmContextType) UnmarshalJSON ¶
func (dst *SmContextType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SmContextUpdateData ¶
type SmContextUpdateData struct { // String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via wireline access, with an indication that this address cannot be trusted for regulatory purpose if this address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7 of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345. Pei *string `json:"pei,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. ServingNfId *string `json:"servingNfId,omitempty"` Guami *Guami `json:"guami,omitempty"` ServingNetwork *PlmnIdNid `json:"servingNetwork,omitempty"` BackupAmfInfo []BackupAmfInfo `json:"backupAmfInfo,omitempty"` AnType *AccessType `json:"anType,omitempty"` AdditionalAnType *AccessType `json:"additionalAnType,omitempty"` AnTypeToReactivate *AccessType `json:"anTypeToReactivate,omitempty"` RatType *RatType `json:"ratType,omitempty"` PresenceInLadn *PresenceState `json:"presenceInLadn,omitempty"` UeLocation *UserLocation `json:"ueLocation,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. UeTimeZone *string `json:"ueTimeZone,omitempty"` AddUeLocation *UserLocation `json:"addUeLocation,omitempty"` UpCnxState *UpCnxState `json:"upCnxState,omitempty"` HoState *HoState `json:"hoState,omitempty"` ToBeSwitched *bool `json:"toBeSwitched,omitempty"` FailedToBeSwitched *bool `json:"failedToBeSwitched,omitempty"` N1SmMsg *RefToBinaryData `json:"n1SmMsg,omitempty"` N2SmInfo *RefToBinaryData `json:"n2SmInfo,omitempty"` N2SmInfoType *N2SmInfoType `json:"n2SmInfoType,omitempty"` TargetId *NgRanTargetId `json:"targetId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetServingNfId *string `json:"targetServingNfId,omitempty"` // String providing an URI formatted according to RFC 3986. SmContextStatusUri *string `json:"smContextStatusUri,omitempty"` DataForwarding *bool `json:"dataForwarding,omitempty"` N9ForwardingTunnel *TunnelInfo `json:"n9ForwardingTunnel,omitempty"` N9DlForwardingTnlList []IndirectDataForwardingTunnelInfo `json:"n9DlForwardingTnlList,omitempty"` N9UlForwardingTnlList []IndirectDataForwardingTunnelInfo `json:"n9UlForwardingTnlList,omitempty"` N9DlForwardingTunnel *TunnelInfo `json:"n9DlForwardingTunnel,omitempty"` // indicating a time in seconds. N9InactivityTimer *int32 `json:"n9InactivityTimer,omitempty"` EpsBearerSetup []string `json:"epsBearerSetup,omitempty"` RevokeEbiList []int32 `json:"revokeEbiList,omitempty"` Release *bool `json:"release,omitempty"` Cause *Cause `json:"cause,omitempty"` NgApCause *NgApCause `json:"ngApCause,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Var5gMmCauseValue *int32 `json:"5gMmCauseValue,omitempty"` SNssai *Snssai `json:"sNssai,omitempty"` TraceData NullableTraceData `json:"traceData,omitempty"` EpsInterworkingInd *EpsInterworkingIndication `json:"epsInterworkingInd,omitempty"` AnTypeCanBeChanged *bool `json:"anTypeCanBeChanged,omitempty"` N2SmInfoExt1 *RefToBinaryData `json:"n2SmInfoExt1,omitempty"` N2SmInfoTypeExt1 *N2SmInfoType `json:"n2SmInfoTypeExt1,omitempty"` MaReleaseInd *MaReleaseIndication `json:"maReleaseInd,omitempty"` MaNwUpgradeInd *bool `json:"maNwUpgradeInd,omitempty"` MaRequestInd *bool `json:"maRequestInd,omitempty"` ExemptionInd *ExemptionInd `json:"exemptionInd,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` MoExpDataCounter *MoExpDataCounter `json:"moExpDataCounter,omitempty"` ExtendedNasSmTimerInd *bool `json:"extendedNasSmTimerInd,omitempty"` // string with format 'bytes' as defined in OpenAPI ForwardingFTeid *string `json:"forwardingFTeid,omitempty"` ForwardingBearerContexts []string `json:"forwardingBearerContexts,omitempty"` DdnFailureSubs *DdnFailureSubs `json:"ddnFailureSubs,omitempty"` SkipN2PduSessionResRelInd *bool `json:"skipN2PduSessionResRelInd,omitempty"` SecondaryRatUsageDataReportContainer []string `json:"secondaryRatUsageDataReportContainer,omitempty"` SmPolicyNotifyInd *bool `json:"smPolicyNotifyInd,omitempty"` PcfUeCallbackInfo NullablePcfUeCallbackInfo `json:"pcfUeCallbackInfo,omitempty"` SatelliteBackhaulCat *SatelliteBackhaulCategory `json:"satelliteBackhaulCat,omitempty"` }
SmContextUpdateData Data within Update SM Context Request
func NewSmContextUpdateData ¶
func NewSmContextUpdateData() *SmContextUpdateData
NewSmContextUpdateData instantiates a new SmContextUpdateData 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 NewSmContextUpdateDataWithDefaults ¶
func NewSmContextUpdateDataWithDefaults() *SmContextUpdateData
NewSmContextUpdateDataWithDefaults instantiates a new SmContextUpdateData 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 (*SmContextUpdateData) GetAddUeLocation ¶
func (o *SmContextUpdateData) GetAddUeLocation() UserLocation
GetAddUeLocation returns the AddUeLocation field value if set, zero value otherwise.
func (*SmContextUpdateData) GetAddUeLocationOk ¶
func (o *SmContextUpdateData) GetAddUeLocationOk() (*UserLocation, bool)
GetAddUeLocationOk returns a tuple with the AddUeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetAdditionalAnType ¶
func (o *SmContextUpdateData) GetAdditionalAnType() AccessType
GetAdditionalAnType returns the AdditionalAnType field value if set, zero value otherwise.
func (*SmContextUpdateData) GetAdditionalAnTypeOk ¶
func (o *SmContextUpdateData) GetAdditionalAnTypeOk() (*AccessType, bool)
GetAdditionalAnTypeOk returns a tuple with the AdditionalAnType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetAnType ¶
func (o *SmContextUpdateData) GetAnType() AccessType
GetAnType returns the AnType field value if set, zero value otherwise.
func (*SmContextUpdateData) GetAnTypeCanBeChanged ¶
func (o *SmContextUpdateData) GetAnTypeCanBeChanged() bool
GetAnTypeCanBeChanged returns the AnTypeCanBeChanged field value if set, zero value otherwise.
func (*SmContextUpdateData) GetAnTypeCanBeChangedOk ¶
func (o *SmContextUpdateData) GetAnTypeCanBeChangedOk() (*bool, bool)
GetAnTypeCanBeChangedOk returns a tuple with the AnTypeCanBeChanged field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetAnTypeOk ¶
func (o *SmContextUpdateData) GetAnTypeOk() (*AccessType, bool)
GetAnTypeOk returns a tuple with the AnType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetAnTypeToReactivate ¶
func (o *SmContextUpdateData) GetAnTypeToReactivate() AccessType
GetAnTypeToReactivate returns the AnTypeToReactivate field value if set, zero value otherwise.
func (*SmContextUpdateData) GetAnTypeToReactivateOk ¶
func (o *SmContextUpdateData) GetAnTypeToReactivateOk() (*AccessType, bool)
GetAnTypeToReactivateOk returns a tuple with the AnTypeToReactivate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetBackupAmfInfo ¶
func (o *SmContextUpdateData) GetBackupAmfInfo() []BackupAmfInfo
GetBackupAmfInfo returns the BackupAmfInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SmContextUpdateData) GetBackupAmfInfoOk ¶
func (o *SmContextUpdateData) GetBackupAmfInfoOk() ([]BackupAmfInfo, bool)
GetBackupAmfInfoOk returns a tuple with the BackupAmfInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SmContextUpdateData) GetCause ¶
func (o *SmContextUpdateData) GetCause() Cause
GetCause returns the Cause field value if set, zero value otherwise.
func (*SmContextUpdateData) GetCauseOk ¶
func (o *SmContextUpdateData) GetCauseOk() (*Cause, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetDataForwarding ¶
func (o *SmContextUpdateData) GetDataForwarding() bool
GetDataForwarding returns the DataForwarding field value if set, zero value otherwise.
func (*SmContextUpdateData) GetDataForwardingOk ¶
func (o *SmContextUpdateData) GetDataForwardingOk() (*bool, bool)
GetDataForwardingOk returns a tuple with the DataForwarding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetDdnFailureSubs ¶
func (o *SmContextUpdateData) GetDdnFailureSubs() DdnFailureSubs
GetDdnFailureSubs returns the DdnFailureSubs field value if set, zero value otherwise.
func (*SmContextUpdateData) GetDdnFailureSubsOk ¶
func (o *SmContextUpdateData) GetDdnFailureSubsOk() (*DdnFailureSubs, bool)
GetDdnFailureSubsOk returns a tuple with the DdnFailureSubs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetEpsBearerSetup ¶
func (o *SmContextUpdateData) GetEpsBearerSetup() []string
GetEpsBearerSetup returns the EpsBearerSetup field value if set, zero value otherwise.
func (*SmContextUpdateData) GetEpsBearerSetupOk ¶
func (o *SmContextUpdateData) GetEpsBearerSetupOk() ([]string, bool)
GetEpsBearerSetupOk returns a tuple with the EpsBearerSetup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetEpsInterworkingInd ¶
func (o *SmContextUpdateData) GetEpsInterworkingInd() EpsInterworkingIndication
GetEpsInterworkingInd returns the EpsInterworkingInd field value if set, zero value otherwise.
func (*SmContextUpdateData) GetEpsInterworkingIndOk ¶
func (o *SmContextUpdateData) GetEpsInterworkingIndOk() (*EpsInterworkingIndication, bool)
GetEpsInterworkingIndOk returns a tuple with the EpsInterworkingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetExemptionInd ¶
func (o *SmContextUpdateData) GetExemptionInd() ExemptionInd
GetExemptionInd returns the ExemptionInd field value if set, zero value otherwise.
func (*SmContextUpdateData) GetExemptionIndOk ¶
func (o *SmContextUpdateData) GetExemptionIndOk() (*ExemptionInd, bool)
GetExemptionIndOk returns a tuple with the ExemptionInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetExtendedNasSmTimerInd ¶
func (o *SmContextUpdateData) GetExtendedNasSmTimerInd() bool
GetExtendedNasSmTimerInd returns the ExtendedNasSmTimerInd field value if set, zero value otherwise.
func (*SmContextUpdateData) GetExtendedNasSmTimerIndOk ¶
func (o *SmContextUpdateData) GetExtendedNasSmTimerIndOk() (*bool, bool)
GetExtendedNasSmTimerIndOk returns a tuple with the ExtendedNasSmTimerInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetFailedToBeSwitched ¶
func (o *SmContextUpdateData) GetFailedToBeSwitched() bool
GetFailedToBeSwitched returns the FailedToBeSwitched field value if set, zero value otherwise.
func (*SmContextUpdateData) GetFailedToBeSwitchedOk ¶
func (o *SmContextUpdateData) GetFailedToBeSwitchedOk() (*bool, bool)
GetFailedToBeSwitchedOk returns a tuple with the FailedToBeSwitched field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetForwardingBearerContexts ¶
func (o *SmContextUpdateData) GetForwardingBearerContexts() []string
GetForwardingBearerContexts returns the ForwardingBearerContexts field value if set, zero value otherwise.
func (*SmContextUpdateData) GetForwardingBearerContextsOk ¶
func (o *SmContextUpdateData) GetForwardingBearerContextsOk() ([]string, bool)
GetForwardingBearerContextsOk returns a tuple with the ForwardingBearerContexts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetForwardingFTeid ¶
func (o *SmContextUpdateData) GetForwardingFTeid() string
GetForwardingFTeid returns the ForwardingFTeid field value if set, zero value otherwise.
func (*SmContextUpdateData) GetForwardingFTeidOk ¶
func (o *SmContextUpdateData) GetForwardingFTeidOk() (*string, bool)
GetForwardingFTeidOk returns a tuple with the ForwardingFTeid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetGuami ¶
func (o *SmContextUpdateData) GetGuami() Guami
GetGuami returns the Guami field value if set, zero value otherwise.
func (*SmContextUpdateData) GetGuamiOk ¶
func (o *SmContextUpdateData) GetGuamiOk() (*Guami, bool)
GetGuamiOk returns a tuple with the Guami field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetHoState ¶
func (o *SmContextUpdateData) GetHoState() HoState
GetHoState returns the HoState field value if set, zero value otherwise.
func (*SmContextUpdateData) GetHoStateOk ¶
func (o *SmContextUpdateData) GetHoStateOk() (*HoState, bool)
GetHoStateOk returns a tuple with the HoState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetMaNwUpgradeInd ¶
func (o *SmContextUpdateData) GetMaNwUpgradeInd() bool
GetMaNwUpgradeInd returns the MaNwUpgradeInd field value if set, zero value otherwise.
func (*SmContextUpdateData) GetMaNwUpgradeIndOk ¶
func (o *SmContextUpdateData) GetMaNwUpgradeIndOk() (*bool, bool)
GetMaNwUpgradeIndOk returns a tuple with the MaNwUpgradeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetMaReleaseInd ¶
func (o *SmContextUpdateData) GetMaReleaseInd() MaReleaseIndication
GetMaReleaseInd returns the MaReleaseInd field value if set, zero value otherwise.
func (*SmContextUpdateData) GetMaReleaseIndOk ¶
func (o *SmContextUpdateData) GetMaReleaseIndOk() (*MaReleaseIndication, bool)
GetMaReleaseIndOk returns a tuple with the MaReleaseInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetMaRequestInd ¶
func (o *SmContextUpdateData) GetMaRequestInd() bool
GetMaRequestInd returns the MaRequestInd field value if set, zero value otherwise.
func (*SmContextUpdateData) GetMaRequestIndOk ¶
func (o *SmContextUpdateData) GetMaRequestIndOk() (*bool, bool)
GetMaRequestIndOk returns a tuple with the MaRequestInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetMoExpDataCounter ¶
func (o *SmContextUpdateData) GetMoExpDataCounter() MoExpDataCounter
GetMoExpDataCounter returns the MoExpDataCounter field value if set, zero value otherwise.
func (*SmContextUpdateData) GetMoExpDataCounterOk ¶
func (o *SmContextUpdateData) GetMoExpDataCounterOk() (*MoExpDataCounter, bool)
GetMoExpDataCounterOk returns a tuple with the MoExpDataCounter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetN1SmMsg ¶
func (o *SmContextUpdateData) GetN1SmMsg() RefToBinaryData
GetN1SmMsg returns the N1SmMsg field value if set, zero value otherwise.
func (*SmContextUpdateData) GetN1SmMsgOk ¶
func (o *SmContextUpdateData) GetN1SmMsgOk() (*RefToBinaryData, bool)
GetN1SmMsgOk returns a tuple with the N1SmMsg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetN2SmInfo ¶
func (o *SmContextUpdateData) GetN2SmInfo() RefToBinaryData
GetN2SmInfo returns the N2SmInfo field value if set, zero value otherwise.
func (*SmContextUpdateData) GetN2SmInfoExt1 ¶
func (o *SmContextUpdateData) GetN2SmInfoExt1() RefToBinaryData
GetN2SmInfoExt1 returns the N2SmInfoExt1 field value if set, zero value otherwise.
func (*SmContextUpdateData) GetN2SmInfoExt1Ok ¶
func (o *SmContextUpdateData) GetN2SmInfoExt1Ok() (*RefToBinaryData, bool)
GetN2SmInfoExt1Ok returns a tuple with the N2SmInfoExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetN2SmInfoOk ¶
func (o *SmContextUpdateData) GetN2SmInfoOk() (*RefToBinaryData, bool)
GetN2SmInfoOk returns a tuple with the N2SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetN2SmInfoType ¶
func (o *SmContextUpdateData) GetN2SmInfoType() N2SmInfoType
GetN2SmInfoType returns the N2SmInfoType field value if set, zero value otherwise.
func (*SmContextUpdateData) GetN2SmInfoTypeExt1 ¶
func (o *SmContextUpdateData) GetN2SmInfoTypeExt1() N2SmInfoType
GetN2SmInfoTypeExt1 returns the N2SmInfoTypeExt1 field value if set, zero value otherwise.
func (*SmContextUpdateData) GetN2SmInfoTypeExt1Ok ¶
func (o *SmContextUpdateData) GetN2SmInfoTypeExt1Ok() (*N2SmInfoType, bool)
GetN2SmInfoTypeExt1Ok returns a tuple with the N2SmInfoTypeExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetN2SmInfoTypeOk ¶
func (o *SmContextUpdateData) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
GetN2SmInfoTypeOk returns a tuple with the N2SmInfoType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetN9DlForwardingTnlList ¶
func (o *SmContextUpdateData) GetN9DlForwardingTnlList() []IndirectDataForwardingTunnelInfo
GetN9DlForwardingTnlList returns the N9DlForwardingTnlList field value if set, zero value otherwise.
func (*SmContextUpdateData) GetN9DlForwardingTnlListOk ¶
func (o *SmContextUpdateData) GetN9DlForwardingTnlListOk() ([]IndirectDataForwardingTunnelInfo, bool)
GetN9DlForwardingTnlListOk returns a tuple with the N9DlForwardingTnlList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetN9DlForwardingTunnel ¶
func (o *SmContextUpdateData) GetN9DlForwardingTunnel() TunnelInfo
GetN9DlForwardingTunnel returns the N9DlForwardingTunnel field value if set, zero value otherwise.
func (*SmContextUpdateData) GetN9DlForwardingTunnelOk ¶
func (o *SmContextUpdateData) GetN9DlForwardingTunnelOk() (*TunnelInfo, bool)
GetN9DlForwardingTunnelOk returns a tuple with the N9DlForwardingTunnel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetN9ForwardingTunnel ¶
func (o *SmContextUpdateData) GetN9ForwardingTunnel() TunnelInfo
GetN9ForwardingTunnel returns the N9ForwardingTunnel field value if set, zero value otherwise.
func (*SmContextUpdateData) GetN9ForwardingTunnelOk ¶
func (o *SmContextUpdateData) GetN9ForwardingTunnelOk() (*TunnelInfo, bool)
GetN9ForwardingTunnelOk returns a tuple with the N9ForwardingTunnel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetN9InactivityTimer ¶
func (o *SmContextUpdateData) GetN9InactivityTimer() int32
GetN9InactivityTimer returns the N9InactivityTimer field value if set, zero value otherwise.
func (*SmContextUpdateData) GetN9InactivityTimerOk ¶
func (o *SmContextUpdateData) GetN9InactivityTimerOk() (*int32, bool)
GetN9InactivityTimerOk returns a tuple with the N9InactivityTimer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetN9UlForwardingTnlList ¶
func (o *SmContextUpdateData) GetN9UlForwardingTnlList() []IndirectDataForwardingTunnelInfo
GetN9UlForwardingTnlList returns the N9UlForwardingTnlList field value if set, zero value otherwise.
func (*SmContextUpdateData) GetN9UlForwardingTnlListOk ¶
func (o *SmContextUpdateData) GetN9UlForwardingTnlListOk() ([]IndirectDataForwardingTunnelInfo, bool)
GetN9UlForwardingTnlListOk returns a tuple with the N9UlForwardingTnlList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetNgApCause ¶
func (o *SmContextUpdateData) GetNgApCause() NgApCause
GetNgApCause returns the NgApCause field value if set, zero value otherwise.
func (*SmContextUpdateData) GetNgApCauseOk ¶
func (o *SmContextUpdateData) GetNgApCauseOk() (*NgApCause, bool)
GetNgApCauseOk returns a tuple with the NgApCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetPcfUeCallbackInfo ¶
func (o *SmContextUpdateData) GetPcfUeCallbackInfo() PcfUeCallbackInfo
GetPcfUeCallbackInfo returns the PcfUeCallbackInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SmContextUpdateData) GetPcfUeCallbackInfoOk ¶
func (o *SmContextUpdateData) GetPcfUeCallbackInfoOk() (*PcfUeCallbackInfo, bool)
GetPcfUeCallbackInfoOk returns a tuple with the PcfUeCallbackInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SmContextUpdateData) GetPei ¶
func (o *SmContextUpdateData) GetPei() string
GetPei returns the Pei field value if set, zero value otherwise.
func (*SmContextUpdateData) GetPeiOk ¶
func (o *SmContextUpdateData) GetPeiOk() (*string, bool)
GetPeiOk returns a tuple with the Pei field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetPresenceInLadn ¶
func (o *SmContextUpdateData) GetPresenceInLadn() PresenceState
GetPresenceInLadn returns the PresenceInLadn field value if set, zero value otherwise.
func (*SmContextUpdateData) GetPresenceInLadnOk ¶
func (o *SmContextUpdateData) GetPresenceInLadnOk() (*PresenceState, bool)
GetPresenceInLadnOk returns a tuple with the PresenceInLadn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetRatType ¶
func (o *SmContextUpdateData) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*SmContextUpdateData) GetRatTypeOk ¶
func (o *SmContextUpdateData) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetRelease ¶
func (o *SmContextUpdateData) GetRelease() bool
GetRelease returns the Release field value if set, zero value otherwise.
func (*SmContextUpdateData) GetReleaseOk ¶
func (o *SmContextUpdateData) GetReleaseOk() (*bool, bool)
GetReleaseOk returns a tuple with the Release field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetRevokeEbiList ¶
func (o *SmContextUpdateData) GetRevokeEbiList() []int32
GetRevokeEbiList returns the RevokeEbiList field value if set, zero value otherwise.
func (*SmContextUpdateData) GetRevokeEbiListOk ¶
func (o *SmContextUpdateData) GetRevokeEbiListOk() ([]int32, bool)
GetRevokeEbiListOk returns a tuple with the RevokeEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetSNssai ¶
func (o *SmContextUpdateData) GetSNssai() Snssai
GetSNssai returns the SNssai field value if set, zero value otherwise.
func (*SmContextUpdateData) GetSNssaiOk ¶
func (o *SmContextUpdateData) GetSNssaiOk() (*Snssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetSatelliteBackhaulCat ¶
func (o *SmContextUpdateData) GetSatelliteBackhaulCat() SatelliteBackhaulCategory
GetSatelliteBackhaulCat returns the SatelliteBackhaulCat field value if set, zero value otherwise.
func (*SmContextUpdateData) GetSatelliteBackhaulCatOk ¶
func (o *SmContextUpdateData) GetSatelliteBackhaulCatOk() (*SatelliteBackhaulCategory, bool)
GetSatelliteBackhaulCatOk returns a tuple with the SatelliteBackhaulCat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetSecondaryRatUsageDataReportContainer ¶
func (o *SmContextUpdateData) GetSecondaryRatUsageDataReportContainer() []string
GetSecondaryRatUsageDataReportContainer returns the SecondaryRatUsageDataReportContainer field value if set, zero value otherwise.
func (*SmContextUpdateData) GetSecondaryRatUsageDataReportContainerOk ¶
func (o *SmContextUpdateData) GetSecondaryRatUsageDataReportContainerOk() ([]string, bool)
GetSecondaryRatUsageDataReportContainerOk returns a tuple with the SecondaryRatUsageDataReportContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetServingNetwork ¶
func (o *SmContextUpdateData) GetServingNetwork() PlmnIdNid
GetServingNetwork returns the ServingNetwork field value if set, zero value otherwise.
func (*SmContextUpdateData) GetServingNetworkOk ¶
func (o *SmContextUpdateData) GetServingNetworkOk() (*PlmnIdNid, bool)
GetServingNetworkOk returns a tuple with the ServingNetwork field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetServingNfId ¶
func (o *SmContextUpdateData) GetServingNfId() string
GetServingNfId returns the ServingNfId field value if set, zero value otherwise.
func (*SmContextUpdateData) GetServingNfIdOk ¶
func (o *SmContextUpdateData) GetServingNfIdOk() (*string, bool)
GetServingNfIdOk returns a tuple with the ServingNfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetSkipN2PduSessionResRelInd ¶
func (o *SmContextUpdateData) GetSkipN2PduSessionResRelInd() bool
GetSkipN2PduSessionResRelInd returns the SkipN2PduSessionResRelInd field value if set, zero value otherwise.
func (*SmContextUpdateData) GetSkipN2PduSessionResRelIndOk ¶
func (o *SmContextUpdateData) GetSkipN2PduSessionResRelIndOk() (*bool, bool)
GetSkipN2PduSessionResRelIndOk returns a tuple with the SkipN2PduSessionResRelInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetSmContextStatusUri ¶
func (o *SmContextUpdateData) GetSmContextStatusUri() string
GetSmContextStatusUri returns the SmContextStatusUri field value if set, zero value otherwise.
func (*SmContextUpdateData) GetSmContextStatusUriOk ¶
func (o *SmContextUpdateData) GetSmContextStatusUriOk() (*string, bool)
GetSmContextStatusUriOk returns a tuple with the SmContextStatusUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetSmPolicyNotifyInd ¶
func (o *SmContextUpdateData) GetSmPolicyNotifyInd() bool
GetSmPolicyNotifyInd returns the SmPolicyNotifyInd field value if set, zero value otherwise.
func (*SmContextUpdateData) GetSmPolicyNotifyIndOk ¶
func (o *SmContextUpdateData) GetSmPolicyNotifyIndOk() (*bool, bool)
GetSmPolicyNotifyIndOk returns a tuple with the SmPolicyNotifyInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetSupportedFeatures ¶
func (o *SmContextUpdateData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*SmContextUpdateData) GetSupportedFeaturesOk ¶
func (o *SmContextUpdateData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetTargetId ¶
func (o *SmContextUpdateData) GetTargetId() NgRanTargetId
GetTargetId returns the TargetId field value if set, zero value otherwise.
func (*SmContextUpdateData) GetTargetIdOk ¶
func (o *SmContextUpdateData) GetTargetIdOk() (*NgRanTargetId, bool)
GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetTargetServingNfId ¶
func (o *SmContextUpdateData) GetTargetServingNfId() string
GetTargetServingNfId returns the TargetServingNfId field value if set, zero value otherwise.
func (*SmContextUpdateData) GetTargetServingNfIdOk ¶
func (o *SmContextUpdateData) GetTargetServingNfIdOk() (*string, bool)
GetTargetServingNfIdOk returns a tuple with the TargetServingNfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetToBeSwitched ¶
func (o *SmContextUpdateData) GetToBeSwitched() bool
GetToBeSwitched returns the ToBeSwitched field value if set, zero value otherwise.
func (*SmContextUpdateData) GetToBeSwitchedOk ¶
func (o *SmContextUpdateData) GetToBeSwitchedOk() (*bool, bool)
GetToBeSwitchedOk returns a tuple with the ToBeSwitched field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetTraceData ¶
func (o *SmContextUpdateData) GetTraceData() TraceData
GetTraceData returns the TraceData field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SmContextUpdateData) GetTraceDataOk ¶
func (o *SmContextUpdateData) GetTraceDataOk() (*TraceData, bool)
GetTraceDataOk returns a tuple with the TraceData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SmContextUpdateData) GetUeLocation ¶
func (o *SmContextUpdateData) GetUeLocation() UserLocation
GetUeLocation returns the UeLocation field value if set, zero value otherwise.
func (*SmContextUpdateData) GetUeLocationOk ¶
func (o *SmContextUpdateData) GetUeLocationOk() (*UserLocation, bool)
GetUeLocationOk returns a tuple with the UeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetUeTimeZone ¶
func (o *SmContextUpdateData) GetUeTimeZone() string
GetUeTimeZone returns the UeTimeZone field value if set, zero value otherwise.
func (*SmContextUpdateData) GetUeTimeZoneOk ¶
func (o *SmContextUpdateData) GetUeTimeZoneOk() (*string, bool)
GetUeTimeZoneOk returns a tuple with the UeTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetUpCnxState ¶
func (o *SmContextUpdateData) GetUpCnxState() UpCnxState
GetUpCnxState returns the UpCnxState field value if set, zero value otherwise.
func (*SmContextUpdateData) GetUpCnxStateOk ¶
func (o *SmContextUpdateData) GetUpCnxStateOk() (*UpCnxState, bool)
GetUpCnxStateOk returns a tuple with the UpCnxState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) GetVar5gMmCauseValue ¶
func (o *SmContextUpdateData) GetVar5gMmCauseValue() int32
GetVar5gMmCauseValue returns the Var5gMmCauseValue field value if set, zero value otherwise.
func (*SmContextUpdateData) GetVar5gMmCauseValueOk ¶
func (o *SmContextUpdateData) GetVar5gMmCauseValueOk() (*int32, bool)
GetVar5gMmCauseValueOk returns a tuple with the Var5gMmCauseValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateData) HasAddUeLocation ¶
func (o *SmContextUpdateData) HasAddUeLocation() bool
HasAddUeLocation returns a boolean if a field has been set.
func (*SmContextUpdateData) HasAdditionalAnType ¶
func (o *SmContextUpdateData) HasAdditionalAnType() bool
HasAdditionalAnType returns a boolean if a field has been set.
func (*SmContextUpdateData) HasAnType ¶
func (o *SmContextUpdateData) HasAnType() bool
HasAnType returns a boolean if a field has been set.
func (*SmContextUpdateData) HasAnTypeCanBeChanged ¶
func (o *SmContextUpdateData) HasAnTypeCanBeChanged() bool
HasAnTypeCanBeChanged returns a boolean if a field has been set.
func (*SmContextUpdateData) HasAnTypeToReactivate ¶
func (o *SmContextUpdateData) HasAnTypeToReactivate() bool
HasAnTypeToReactivate returns a boolean if a field has been set.
func (*SmContextUpdateData) HasBackupAmfInfo ¶
func (o *SmContextUpdateData) HasBackupAmfInfo() bool
HasBackupAmfInfo returns a boolean if a field has been set.
func (*SmContextUpdateData) HasCause ¶
func (o *SmContextUpdateData) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*SmContextUpdateData) HasDataForwarding ¶
func (o *SmContextUpdateData) HasDataForwarding() bool
HasDataForwarding returns a boolean if a field has been set.
func (*SmContextUpdateData) HasDdnFailureSubs ¶
func (o *SmContextUpdateData) HasDdnFailureSubs() bool
HasDdnFailureSubs returns a boolean if a field has been set.
func (*SmContextUpdateData) HasEpsBearerSetup ¶
func (o *SmContextUpdateData) HasEpsBearerSetup() bool
HasEpsBearerSetup returns a boolean if a field has been set.
func (*SmContextUpdateData) HasEpsInterworkingInd ¶
func (o *SmContextUpdateData) HasEpsInterworkingInd() bool
HasEpsInterworkingInd returns a boolean if a field has been set.
func (*SmContextUpdateData) HasExemptionInd ¶
func (o *SmContextUpdateData) HasExemptionInd() bool
HasExemptionInd returns a boolean if a field has been set.
func (*SmContextUpdateData) HasExtendedNasSmTimerInd ¶
func (o *SmContextUpdateData) HasExtendedNasSmTimerInd() bool
HasExtendedNasSmTimerInd returns a boolean if a field has been set.
func (*SmContextUpdateData) HasFailedToBeSwitched ¶
func (o *SmContextUpdateData) HasFailedToBeSwitched() bool
HasFailedToBeSwitched returns a boolean if a field has been set.
func (*SmContextUpdateData) HasForwardingBearerContexts ¶
func (o *SmContextUpdateData) HasForwardingBearerContexts() bool
HasForwardingBearerContexts returns a boolean if a field has been set.
func (*SmContextUpdateData) HasForwardingFTeid ¶
func (o *SmContextUpdateData) HasForwardingFTeid() bool
HasForwardingFTeid returns a boolean if a field has been set.
func (*SmContextUpdateData) HasGuami ¶
func (o *SmContextUpdateData) HasGuami() bool
HasGuami returns a boolean if a field has been set.
func (*SmContextUpdateData) HasHoState ¶
func (o *SmContextUpdateData) HasHoState() bool
HasHoState returns a boolean if a field has been set.
func (*SmContextUpdateData) HasMaNwUpgradeInd ¶
func (o *SmContextUpdateData) HasMaNwUpgradeInd() bool
HasMaNwUpgradeInd returns a boolean if a field has been set.
func (*SmContextUpdateData) HasMaReleaseInd ¶
func (o *SmContextUpdateData) HasMaReleaseInd() bool
HasMaReleaseInd returns a boolean if a field has been set.
func (*SmContextUpdateData) HasMaRequestInd ¶
func (o *SmContextUpdateData) HasMaRequestInd() bool
HasMaRequestInd returns a boolean if a field has been set.
func (*SmContextUpdateData) HasMoExpDataCounter ¶
func (o *SmContextUpdateData) HasMoExpDataCounter() bool
HasMoExpDataCounter returns a boolean if a field has been set.
func (*SmContextUpdateData) HasN1SmMsg ¶
func (o *SmContextUpdateData) HasN1SmMsg() bool
HasN1SmMsg returns a boolean if a field has been set.
func (*SmContextUpdateData) HasN2SmInfo ¶
func (o *SmContextUpdateData) HasN2SmInfo() bool
HasN2SmInfo returns a boolean if a field has been set.
func (*SmContextUpdateData) HasN2SmInfoExt1 ¶
func (o *SmContextUpdateData) HasN2SmInfoExt1() bool
HasN2SmInfoExt1 returns a boolean if a field has been set.
func (*SmContextUpdateData) HasN2SmInfoType ¶
func (o *SmContextUpdateData) HasN2SmInfoType() bool
HasN2SmInfoType returns a boolean if a field has been set.
func (*SmContextUpdateData) HasN2SmInfoTypeExt1 ¶
func (o *SmContextUpdateData) HasN2SmInfoTypeExt1() bool
HasN2SmInfoTypeExt1 returns a boolean if a field has been set.
func (*SmContextUpdateData) HasN9DlForwardingTnlList ¶
func (o *SmContextUpdateData) HasN9DlForwardingTnlList() bool
HasN9DlForwardingTnlList returns a boolean if a field has been set.
func (*SmContextUpdateData) HasN9DlForwardingTunnel ¶
func (o *SmContextUpdateData) HasN9DlForwardingTunnel() bool
HasN9DlForwardingTunnel returns a boolean if a field has been set.
func (*SmContextUpdateData) HasN9ForwardingTunnel ¶
func (o *SmContextUpdateData) HasN9ForwardingTunnel() bool
HasN9ForwardingTunnel returns a boolean if a field has been set.
func (*SmContextUpdateData) HasN9InactivityTimer ¶
func (o *SmContextUpdateData) HasN9InactivityTimer() bool
HasN9InactivityTimer returns a boolean if a field has been set.
func (*SmContextUpdateData) HasN9UlForwardingTnlList ¶
func (o *SmContextUpdateData) HasN9UlForwardingTnlList() bool
HasN9UlForwardingTnlList returns a boolean if a field has been set.
func (*SmContextUpdateData) HasNgApCause ¶
func (o *SmContextUpdateData) HasNgApCause() bool
HasNgApCause returns a boolean if a field has been set.
func (*SmContextUpdateData) HasPcfUeCallbackInfo ¶
func (o *SmContextUpdateData) HasPcfUeCallbackInfo() bool
HasPcfUeCallbackInfo returns a boolean if a field has been set.
func (*SmContextUpdateData) HasPei ¶
func (o *SmContextUpdateData) HasPei() bool
HasPei returns a boolean if a field has been set.
func (*SmContextUpdateData) HasPresenceInLadn ¶
func (o *SmContextUpdateData) HasPresenceInLadn() bool
HasPresenceInLadn returns a boolean if a field has been set.
func (*SmContextUpdateData) HasRatType ¶
func (o *SmContextUpdateData) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*SmContextUpdateData) HasRelease ¶
func (o *SmContextUpdateData) HasRelease() bool
HasRelease returns a boolean if a field has been set.
func (*SmContextUpdateData) HasRevokeEbiList ¶
func (o *SmContextUpdateData) HasRevokeEbiList() bool
HasRevokeEbiList returns a boolean if a field has been set.
func (*SmContextUpdateData) HasSNssai ¶
func (o *SmContextUpdateData) HasSNssai() bool
HasSNssai returns a boolean if a field has been set.
func (*SmContextUpdateData) HasSatelliteBackhaulCat ¶
func (o *SmContextUpdateData) HasSatelliteBackhaulCat() bool
HasSatelliteBackhaulCat returns a boolean if a field has been set.
func (*SmContextUpdateData) HasSecondaryRatUsageDataReportContainer ¶
func (o *SmContextUpdateData) HasSecondaryRatUsageDataReportContainer() bool
HasSecondaryRatUsageDataReportContainer returns a boolean if a field has been set.
func (*SmContextUpdateData) HasServingNetwork ¶
func (o *SmContextUpdateData) HasServingNetwork() bool
HasServingNetwork returns a boolean if a field has been set.
func (*SmContextUpdateData) HasServingNfId ¶
func (o *SmContextUpdateData) HasServingNfId() bool
HasServingNfId returns a boolean if a field has been set.
func (*SmContextUpdateData) HasSkipN2PduSessionResRelInd ¶
func (o *SmContextUpdateData) HasSkipN2PduSessionResRelInd() bool
HasSkipN2PduSessionResRelInd returns a boolean if a field has been set.
func (*SmContextUpdateData) HasSmContextStatusUri ¶
func (o *SmContextUpdateData) HasSmContextStatusUri() bool
HasSmContextStatusUri returns a boolean if a field has been set.
func (*SmContextUpdateData) HasSmPolicyNotifyInd ¶
func (o *SmContextUpdateData) HasSmPolicyNotifyInd() bool
HasSmPolicyNotifyInd returns a boolean if a field has been set.
func (*SmContextUpdateData) HasSupportedFeatures ¶
func (o *SmContextUpdateData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*SmContextUpdateData) HasTargetId ¶
func (o *SmContextUpdateData) HasTargetId() bool
HasTargetId returns a boolean if a field has been set.
func (*SmContextUpdateData) HasTargetServingNfId ¶
func (o *SmContextUpdateData) HasTargetServingNfId() bool
HasTargetServingNfId returns a boolean if a field has been set.
func (*SmContextUpdateData) HasToBeSwitched ¶
func (o *SmContextUpdateData) HasToBeSwitched() bool
HasToBeSwitched returns a boolean if a field has been set.
func (*SmContextUpdateData) HasTraceData ¶
func (o *SmContextUpdateData) HasTraceData() bool
HasTraceData returns a boolean if a field has been set.
func (*SmContextUpdateData) HasUeLocation ¶
func (o *SmContextUpdateData) HasUeLocation() bool
HasUeLocation returns a boolean if a field has been set.
func (*SmContextUpdateData) HasUeTimeZone ¶
func (o *SmContextUpdateData) HasUeTimeZone() bool
HasUeTimeZone returns a boolean if a field has been set.
func (*SmContextUpdateData) HasUpCnxState ¶
func (o *SmContextUpdateData) HasUpCnxState() bool
HasUpCnxState returns a boolean if a field has been set.
func (*SmContextUpdateData) HasVar5gMmCauseValue ¶
func (o *SmContextUpdateData) HasVar5gMmCauseValue() bool
HasVar5gMmCauseValue returns a boolean if a field has been set.
func (SmContextUpdateData) MarshalJSON ¶
func (o SmContextUpdateData) MarshalJSON() ([]byte, error)
func (*SmContextUpdateData) SetAddUeLocation ¶
func (o *SmContextUpdateData) SetAddUeLocation(v UserLocation)
SetAddUeLocation gets a reference to the given UserLocation and assigns it to the AddUeLocation field.
func (*SmContextUpdateData) SetAdditionalAnType ¶
func (o *SmContextUpdateData) SetAdditionalAnType(v AccessType)
SetAdditionalAnType gets a reference to the given AccessType and assigns it to the AdditionalAnType field.
func (*SmContextUpdateData) SetAnType ¶
func (o *SmContextUpdateData) SetAnType(v AccessType)
SetAnType gets a reference to the given AccessType and assigns it to the AnType field.
func (*SmContextUpdateData) SetAnTypeCanBeChanged ¶
func (o *SmContextUpdateData) SetAnTypeCanBeChanged(v bool)
SetAnTypeCanBeChanged gets a reference to the given bool and assigns it to the AnTypeCanBeChanged field.
func (*SmContextUpdateData) SetAnTypeToReactivate ¶
func (o *SmContextUpdateData) SetAnTypeToReactivate(v AccessType)
SetAnTypeToReactivate gets a reference to the given AccessType and assigns it to the AnTypeToReactivate field.
func (*SmContextUpdateData) SetBackupAmfInfo ¶
func (o *SmContextUpdateData) SetBackupAmfInfo(v []BackupAmfInfo)
SetBackupAmfInfo gets a reference to the given []BackupAmfInfo and assigns it to the BackupAmfInfo field.
func (*SmContextUpdateData) SetCause ¶
func (o *SmContextUpdateData) SetCause(v Cause)
SetCause gets a reference to the given Cause and assigns it to the Cause field.
func (*SmContextUpdateData) SetDataForwarding ¶
func (o *SmContextUpdateData) SetDataForwarding(v bool)
SetDataForwarding gets a reference to the given bool and assigns it to the DataForwarding field.
func (*SmContextUpdateData) SetDdnFailureSubs ¶
func (o *SmContextUpdateData) SetDdnFailureSubs(v DdnFailureSubs)
SetDdnFailureSubs gets a reference to the given DdnFailureSubs and assigns it to the DdnFailureSubs field.
func (*SmContextUpdateData) SetEpsBearerSetup ¶
func (o *SmContextUpdateData) SetEpsBearerSetup(v []string)
SetEpsBearerSetup gets a reference to the given []string and assigns it to the EpsBearerSetup field.
func (*SmContextUpdateData) SetEpsInterworkingInd ¶
func (o *SmContextUpdateData) SetEpsInterworkingInd(v EpsInterworkingIndication)
SetEpsInterworkingInd gets a reference to the given EpsInterworkingIndication and assigns it to the EpsInterworkingInd field.
func (*SmContextUpdateData) SetExemptionInd ¶
func (o *SmContextUpdateData) SetExemptionInd(v ExemptionInd)
SetExemptionInd gets a reference to the given ExemptionInd and assigns it to the ExemptionInd field.
func (*SmContextUpdateData) SetExtendedNasSmTimerInd ¶
func (o *SmContextUpdateData) SetExtendedNasSmTimerInd(v bool)
SetExtendedNasSmTimerInd gets a reference to the given bool and assigns it to the ExtendedNasSmTimerInd field.
func (*SmContextUpdateData) SetFailedToBeSwitched ¶
func (o *SmContextUpdateData) SetFailedToBeSwitched(v bool)
SetFailedToBeSwitched gets a reference to the given bool and assigns it to the FailedToBeSwitched field.
func (*SmContextUpdateData) SetForwardingBearerContexts ¶
func (o *SmContextUpdateData) SetForwardingBearerContexts(v []string)
SetForwardingBearerContexts gets a reference to the given []string and assigns it to the ForwardingBearerContexts field.
func (*SmContextUpdateData) SetForwardingFTeid ¶
func (o *SmContextUpdateData) SetForwardingFTeid(v string)
SetForwardingFTeid gets a reference to the given string and assigns it to the ForwardingFTeid field.
func (*SmContextUpdateData) SetGuami ¶
func (o *SmContextUpdateData) SetGuami(v Guami)
SetGuami gets a reference to the given Guami and assigns it to the Guami field.
func (*SmContextUpdateData) SetHoState ¶
func (o *SmContextUpdateData) SetHoState(v HoState)
SetHoState gets a reference to the given HoState and assigns it to the HoState field.
func (*SmContextUpdateData) SetMaNwUpgradeInd ¶
func (o *SmContextUpdateData) SetMaNwUpgradeInd(v bool)
SetMaNwUpgradeInd gets a reference to the given bool and assigns it to the MaNwUpgradeInd field.
func (*SmContextUpdateData) SetMaReleaseInd ¶
func (o *SmContextUpdateData) SetMaReleaseInd(v MaReleaseIndication)
SetMaReleaseInd gets a reference to the given MaReleaseIndication and assigns it to the MaReleaseInd field.
func (*SmContextUpdateData) SetMaRequestInd ¶
func (o *SmContextUpdateData) SetMaRequestInd(v bool)
SetMaRequestInd gets a reference to the given bool and assigns it to the MaRequestInd field.
func (*SmContextUpdateData) SetMoExpDataCounter ¶
func (o *SmContextUpdateData) SetMoExpDataCounter(v MoExpDataCounter)
SetMoExpDataCounter gets a reference to the given MoExpDataCounter and assigns it to the MoExpDataCounter field.
func (*SmContextUpdateData) SetN1SmMsg ¶
func (o *SmContextUpdateData) SetN1SmMsg(v RefToBinaryData)
SetN1SmMsg gets a reference to the given RefToBinaryData and assigns it to the N1SmMsg field.
func (*SmContextUpdateData) SetN2SmInfo ¶
func (o *SmContextUpdateData) SetN2SmInfo(v RefToBinaryData)
SetN2SmInfo gets a reference to the given RefToBinaryData and assigns it to the N2SmInfo field.
func (*SmContextUpdateData) SetN2SmInfoExt1 ¶
func (o *SmContextUpdateData) SetN2SmInfoExt1(v RefToBinaryData)
SetN2SmInfoExt1 gets a reference to the given RefToBinaryData and assigns it to the N2SmInfoExt1 field.
func (*SmContextUpdateData) SetN2SmInfoType ¶
func (o *SmContextUpdateData) SetN2SmInfoType(v N2SmInfoType)
SetN2SmInfoType gets a reference to the given N2SmInfoType and assigns it to the N2SmInfoType field.
func (*SmContextUpdateData) SetN2SmInfoTypeExt1 ¶
func (o *SmContextUpdateData) SetN2SmInfoTypeExt1(v N2SmInfoType)
SetN2SmInfoTypeExt1 gets a reference to the given N2SmInfoType and assigns it to the N2SmInfoTypeExt1 field.
func (*SmContextUpdateData) SetN9DlForwardingTnlList ¶
func (o *SmContextUpdateData) SetN9DlForwardingTnlList(v []IndirectDataForwardingTunnelInfo)
SetN9DlForwardingTnlList gets a reference to the given []IndirectDataForwardingTunnelInfo and assigns it to the N9DlForwardingTnlList field.
func (*SmContextUpdateData) SetN9DlForwardingTunnel ¶
func (o *SmContextUpdateData) SetN9DlForwardingTunnel(v TunnelInfo)
SetN9DlForwardingTunnel gets a reference to the given TunnelInfo and assigns it to the N9DlForwardingTunnel field.
func (*SmContextUpdateData) SetN9ForwardingTunnel ¶
func (o *SmContextUpdateData) SetN9ForwardingTunnel(v TunnelInfo)
SetN9ForwardingTunnel gets a reference to the given TunnelInfo and assigns it to the N9ForwardingTunnel field.
func (*SmContextUpdateData) SetN9InactivityTimer ¶
func (o *SmContextUpdateData) SetN9InactivityTimer(v int32)
SetN9InactivityTimer gets a reference to the given int32 and assigns it to the N9InactivityTimer field.
func (*SmContextUpdateData) SetN9UlForwardingTnlList ¶
func (o *SmContextUpdateData) SetN9UlForwardingTnlList(v []IndirectDataForwardingTunnelInfo)
SetN9UlForwardingTnlList gets a reference to the given []IndirectDataForwardingTunnelInfo and assigns it to the N9UlForwardingTnlList field.
func (*SmContextUpdateData) SetNgApCause ¶
func (o *SmContextUpdateData) SetNgApCause(v NgApCause)
SetNgApCause gets a reference to the given NgApCause and assigns it to the NgApCause field.
func (*SmContextUpdateData) SetPcfUeCallbackInfo ¶
func (o *SmContextUpdateData) SetPcfUeCallbackInfo(v PcfUeCallbackInfo)
SetPcfUeCallbackInfo gets a reference to the given NullablePcfUeCallbackInfo and assigns it to the PcfUeCallbackInfo field.
func (*SmContextUpdateData) SetPcfUeCallbackInfoNil ¶
func (o *SmContextUpdateData) SetPcfUeCallbackInfoNil()
SetPcfUeCallbackInfoNil sets the value for PcfUeCallbackInfo to be an explicit nil
func (*SmContextUpdateData) SetPei ¶
func (o *SmContextUpdateData) SetPei(v string)
SetPei gets a reference to the given string and assigns it to the Pei field.
func (*SmContextUpdateData) SetPresenceInLadn ¶
func (o *SmContextUpdateData) SetPresenceInLadn(v PresenceState)
SetPresenceInLadn gets a reference to the given PresenceState and assigns it to the PresenceInLadn field.
func (*SmContextUpdateData) SetRatType ¶
func (o *SmContextUpdateData) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*SmContextUpdateData) SetRelease ¶
func (o *SmContextUpdateData) SetRelease(v bool)
SetRelease gets a reference to the given bool and assigns it to the Release field.
func (*SmContextUpdateData) SetRevokeEbiList ¶
func (o *SmContextUpdateData) SetRevokeEbiList(v []int32)
SetRevokeEbiList gets a reference to the given []int32 and assigns it to the RevokeEbiList field.
func (*SmContextUpdateData) SetSNssai ¶
func (o *SmContextUpdateData) SetSNssai(v Snssai)
SetSNssai gets a reference to the given Snssai and assigns it to the SNssai field.
func (*SmContextUpdateData) SetSatelliteBackhaulCat ¶
func (o *SmContextUpdateData) SetSatelliteBackhaulCat(v SatelliteBackhaulCategory)
SetSatelliteBackhaulCat gets a reference to the given SatelliteBackhaulCategory and assigns it to the SatelliteBackhaulCat field.
func (*SmContextUpdateData) SetSecondaryRatUsageDataReportContainer ¶
func (o *SmContextUpdateData) SetSecondaryRatUsageDataReportContainer(v []string)
SetSecondaryRatUsageDataReportContainer gets a reference to the given []string and assigns it to the SecondaryRatUsageDataReportContainer field.
func (*SmContextUpdateData) SetServingNetwork ¶
func (o *SmContextUpdateData) SetServingNetwork(v PlmnIdNid)
SetServingNetwork gets a reference to the given PlmnIdNid and assigns it to the ServingNetwork field.
func (*SmContextUpdateData) SetServingNfId ¶
func (o *SmContextUpdateData) SetServingNfId(v string)
SetServingNfId gets a reference to the given string and assigns it to the ServingNfId field.
func (*SmContextUpdateData) SetSkipN2PduSessionResRelInd ¶
func (o *SmContextUpdateData) SetSkipN2PduSessionResRelInd(v bool)
SetSkipN2PduSessionResRelInd gets a reference to the given bool and assigns it to the SkipN2PduSessionResRelInd field.
func (*SmContextUpdateData) SetSmContextStatusUri ¶
func (o *SmContextUpdateData) SetSmContextStatusUri(v string)
SetSmContextStatusUri gets a reference to the given string and assigns it to the SmContextStatusUri field.
func (*SmContextUpdateData) SetSmPolicyNotifyInd ¶
func (o *SmContextUpdateData) SetSmPolicyNotifyInd(v bool)
SetSmPolicyNotifyInd gets a reference to the given bool and assigns it to the SmPolicyNotifyInd field.
func (*SmContextUpdateData) SetSupportedFeatures ¶
func (o *SmContextUpdateData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*SmContextUpdateData) SetTargetId ¶
func (o *SmContextUpdateData) SetTargetId(v NgRanTargetId)
SetTargetId gets a reference to the given NgRanTargetId and assigns it to the TargetId field.
func (*SmContextUpdateData) SetTargetServingNfId ¶
func (o *SmContextUpdateData) SetTargetServingNfId(v string)
SetTargetServingNfId gets a reference to the given string and assigns it to the TargetServingNfId field.
func (*SmContextUpdateData) SetToBeSwitched ¶
func (o *SmContextUpdateData) SetToBeSwitched(v bool)
SetToBeSwitched gets a reference to the given bool and assigns it to the ToBeSwitched field.
func (*SmContextUpdateData) SetTraceData ¶
func (o *SmContextUpdateData) SetTraceData(v TraceData)
SetTraceData gets a reference to the given NullableTraceData and assigns it to the TraceData field.
func (*SmContextUpdateData) SetTraceDataNil ¶
func (o *SmContextUpdateData) SetTraceDataNil()
SetTraceDataNil sets the value for TraceData to be an explicit nil
func (*SmContextUpdateData) SetUeLocation ¶
func (o *SmContextUpdateData) SetUeLocation(v UserLocation)
SetUeLocation gets a reference to the given UserLocation and assigns it to the UeLocation field.
func (*SmContextUpdateData) SetUeTimeZone ¶
func (o *SmContextUpdateData) SetUeTimeZone(v string)
SetUeTimeZone gets a reference to the given string and assigns it to the UeTimeZone field.
func (*SmContextUpdateData) SetUpCnxState ¶
func (o *SmContextUpdateData) SetUpCnxState(v UpCnxState)
SetUpCnxState gets a reference to the given UpCnxState and assigns it to the UpCnxState field.
func (*SmContextUpdateData) SetVar5gMmCauseValue ¶
func (o *SmContextUpdateData) SetVar5gMmCauseValue(v int32)
SetVar5gMmCauseValue gets a reference to the given int32 and assigns it to the Var5gMmCauseValue field.
func (SmContextUpdateData) ToMap ¶
func (o SmContextUpdateData) ToMap() (map[string]interface{}, error)
func (*SmContextUpdateData) UnsetPcfUeCallbackInfo ¶
func (o *SmContextUpdateData) UnsetPcfUeCallbackInfo()
UnsetPcfUeCallbackInfo ensures that no value is present for PcfUeCallbackInfo, not even an explicit nil
func (*SmContextUpdateData) UnsetTraceData ¶
func (o *SmContextUpdateData) UnsetTraceData()
UnsetTraceData ensures that no value is present for TraceData, not even an explicit nil
type SmContextUpdateError ¶
type SmContextUpdateError struct { Error ExtProblemDetails `json:"error"` N1SmMsg *RefToBinaryData `json:"n1SmMsg,omitempty"` N2SmInfo *RefToBinaryData `json:"n2SmInfo,omitempty"` N2SmInfoType *N2SmInfoType `json:"n2SmInfoType,omitempty"` UpCnxState *UpCnxState `json:"upCnxState,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` }
SmContextUpdateError Error within Update SM Context Response
func NewSmContextUpdateError ¶
func NewSmContextUpdateError(error_ ExtProblemDetails) *SmContextUpdateError
NewSmContextUpdateError instantiates a new SmContextUpdateError 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 NewSmContextUpdateErrorWithDefaults ¶
func NewSmContextUpdateErrorWithDefaults() *SmContextUpdateError
NewSmContextUpdateErrorWithDefaults instantiates a new SmContextUpdateError 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 (*SmContextUpdateError) GetError ¶
func (o *SmContextUpdateError) GetError() ExtProblemDetails
GetError returns the Error field value
func (*SmContextUpdateError) GetErrorOk ¶
func (o *SmContextUpdateError) GetErrorOk() (*ExtProblemDetails, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*SmContextUpdateError) GetN1SmMsg ¶
func (o *SmContextUpdateError) GetN1SmMsg() RefToBinaryData
GetN1SmMsg returns the N1SmMsg field value if set, zero value otherwise.
func (*SmContextUpdateError) GetN1SmMsgOk ¶
func (o *SmContextUpdateError) GetN1SmMsgOk() (*RefToBinaryData, bool)
GetN1SmMsgOk returns a tuple with the N1SmMsg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateError) GetN2SmInfo ¶
func (o *SmContextUpdateError) GetN2SmInfo() RefToBinaryData
GetN2SmInfo returns the N2SmInfo field value if set, zero value otherwise.
func (*SmContextUpdateError) GetN2SmInfoOk ¶
func (o *SmContextUpdateError) GetN2SmInfoOk() (*RefToBinaryData, bool)
GetN2SmInfoOk returns a tuple with the N2SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateError) GetN2SmInfoType ¶
func (o *SmContextUpdateError) GetN2SmInfoType() N2SmInfoType
GetN2SmInfoType returns the N2SmInfoType field value if set, zero value otherwise.
func (*SmContextUpdateError) GetN2SmInfoTypeOk ¶
func (o *SmContextUpdateError) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
GetN2SmInfoTypeOk returns a tuple with the N2SmInfoType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateError) GetRecoveryTime ¶
func (o *SmContextUpdateError) GetRecoveryTime() time.Time
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*SmContextUpdateError) GetRecoveryTimeOk ¶
func (o *SmContextUpdateError) GetRecoveryTimeOk() (*time.Time, bool)
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateError) GetUpCnxState ¶
func (o *SmContextUpdateError) GetUpCnxState() UpCnxState
GetUpCnxState returns the UpCnxState field value if set, zero value otherwise.
func (*SmContextUpdateError) GetUpCnxStateOk ¶
func (o *SmContextUpdateError) GetUpCnxStateOk() (*UpCnxState, bool)
GetUpCnxStateOk returns a tuple with the UpCnxState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdateError) HasN1SmMsg ¶
func (o *SmContextUpdateError) HasN1SmMsg() bool
HasN1SmMsg returns a boolean if a field has been set.
func (*SmContextUpdateError) HasN2SmInfo ¶
func (o *SmContextUpdateError) HasN2SmInfo() bool
HasN2SmInfo returns a boolean if a field has been set.
func (*SmContextUpdateError) HasN2SmInfoType ¶
func (o *SmContextUpdateError) HasN2SmInfoType() bool
HasN2SmInfoType returns a boolean if a field has been set.
func (*SmContextUpdateError) HasRecoveryTime ¶
func (o *SmContextUpdateError) HasRecoveryTime() bool
HasRecoveryTime returns a boolean if a field has been set.
func (*SmContextUpdateError) HasUpCnxState ¶
func (o *SmContextUpdateError) HasUpCnxState() bool
HasUpCnxState returns a boolean if a field has been set.
func (SmContextUpdateError) MarshalJSON ¶
func (o SmContextUpdateError) MarshalJSON() ([]byte, error)
func (*SmContextUpdateError) SetError ¶
func (o *SmContextUpdateError) SetError(v ExtProblemDetails)
SetError sets field value
func (*SmContextUpdateError) SetN1SmMsg ¶
func (o *SmContextUpdateError) SetN1SmMsg(v RefToBinaryData)
SetN1SmMsg gets a reference to the given RefToBinaryData and assigns it to the N1SmMsg field.
func (*SmContextUpdateError) SetN2SmInfo ¶
func (o *SmContextUpdateError) SetN2SmInfo(v RefToBinaryData)
SetN2SmInfo gets a reference to the given RefToBinaryData and assigns it to the N2SmInfo field.
func (*SmContextUpdateError) SetN2SmInfoType ¶
func (o *SmContextUpdateError) SetN2SmInfoType(v N2SmInfoType)
SetN2SmInfoType gets a reference to the given N2SmInfoType and assigns it to the N2SmInfoType field.
func (*SmContextUpdateError) SetRecoveryTime ¶
func (o *SmContextUpdateError) SetRecoveryTime(v time.Time)
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (*SmContextUpdateError) SetUpCnxState ¶
func (o *SmContextUpdateError) SetUpCnxState(v UpCnxState)
SetUpCnxState gets a reference to the given UpCnxState and assigns it to the UpCnxState field.
func (SmContextUpdateError) ToMap ¶
func (o SmContextUpdateError) ToMap() (map[string]interface{}, error)
func (*SmContextUpdateError) UnmarshalJSON ¶
func (o *SmContextUpdateError) UnmarshalJSON(bytes []byte) (err error)
type SmContextUpdatedData ¶
type SmContextUpdatedData struct { UpCnxState *UpCnxState `json:"upCnxState,omitempty"` HoState *HoState `json:"hoState,omitempty"` ReleaseEbiList []int32 `json:"releaseEbiList,omitempty"` AllocatedEbiList []EbiArpMapping `json:"allocatedEbiList,omitempty"` ModifiedEbiList []EbiArpMapping `json:"modifiedEbiList,omitempty"` N1SmMsg *RefToBinaryData `json:"n1SmMsg,omitempty"` N2SmInfo *RefToBinaryData `json:"n2SmInfo,omitempty"` N2SmInfoType *N2SmInfoType `json:"n2SmInfoType,omitempty"` EpsBearerSetup []string `json:"epsBearerSetup,omitempty"` DataForwarding *bool `json:"dataForwarding,omitempty"` N3DlForwardingTnlList []IndirectDataForwardingTunnelInfo `json:"n3DlForwardingTnlList,omitempty"` N3UlForwardingTnlList []IndirectDataForwardingTunnelInfo `json:"n3UlForwardingTnlList,omitempty"` N9UlForwardingTunnel *TunnelInfo `json:"n9UlForwardingTunnel,omitempty"` Cause *Cause `json:"cause,omitempty"` MaAcceptedInd *bool `json:"maAcceptedInd,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` // string with format 'bytes' as defined in OpenAPI ForwardingFTeid *string `json:"forwardingFTeid,omitempty"` ForwardingBearerContexts []string `json:"forwardingBearerContexts,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SelectedSmfId *string `json:"selectedSmfId,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SelectedOldSmfId *string `json:"selectedOldSmfId,omitempty"` // String providing an URI formatted according to RFC 3986. InterPlmnApiRoot *string `json:"interPlmnApiRoot,omitempty"` AnchorSmfFeatures *AnchorSmfFeatures `json:"anchorSmfFeatures,omitempty"` }
SmContextUpdatedData Data within Update SM Context Response
func NewSmContextUpdatedData ¶
func NewSmContextUpdatedData() *SmContextUpdatedData
NewSmContextUpdatedData instantiates a new SmContextUpdatedData 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 NewSmContextUpdatedDataWithDefaults ¶
func NewSmContextUpdatedDataWithDefaults() *SmContextUpdatedData
NewSmContextUpdatedDataWithDefaults instantiates a new SmContextUpdatedData 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 (*SmContextUpdatedData) GetAllocatedEbiList ¶
func (o *SmContextUpdatedData) GetAllocatedEbiList() []EbiArpMapping
GetAllocatedEbiList returns the AllocatedEbiList field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetAllocatedEbiListOk ¶
func (o *SmContextUpdatedData) GetAllocatedEbiListOk() ([]EbiArpMapping, bool)
GetAllocatedEbiListOk returns a tuple with the AllocatedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetAnchorSmfFeatures ¶
func (o *SmContextUpdatedData) GetAnchorSmfFeatures() AnchorSmfFeatures
GetAnchorSmfFeatures returns the AnchorSmfFeatures field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetAnchorSmfFeaturesOk ¶
func (o *SmContextUpdatedData) GetAnchorSmfFeaturesOk() (*AnchorSmfFeatures, bool)
GetAnchorSmfFeaturesOk returns a tuple with the AnchorSmfFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetCause ¶
func (o *SmContextUpdatedData) GetCause() Cause
GetCause returns the Cause field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetCauseOk ¶
func (o *SmContextUpdatedData) GetCauseOk() (*Cause, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetDataForwarding ¶
func (o *SmContextUpdatedData) GetDataForwarding() bool
GetDataForwarding returns the DataForwarding field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetDataForwardingOk ¶
func (o *SmContextUpdatedData) GetDataForwardingOk() (*bool, bool)
GetDataForwardingOk returns a tuple with the DataForwarding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetEpsBearerSetup ¶
func (o *SmContextUpdatedData) GetEpsBearerSetup() []string
GetEpsBearerSetup returns the EpsBearerSetup field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetEpsBearerSetupOk ¶
func (o *SmContextUpdatedData) GetEpsBearerSetupOk() ([]string, bool)
GetEpsBearerSetupOk returns a tuple with the EpsBearerSetup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetForwardingBearerContexts ¶
func (o *SmContextUpdatedData) GetForwardingBearerContexts() []string
GetForwardingBearerContexts returns the ForwardingBearerContexts field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetForwardingBearerContextsOk ¶
func (o *SmContextUpdatedData) GetForwardingBearerContextsOk() ([]string, bool)
GetForwardingBearerContextsOk returns a tuple with the ForwardingBearerContexts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetForwardingFTeid ¶
func (o *SmContextUpdatedData) GetForwardingFTeid() string
GetForwardingFTeid returns the ForwardingFTeid field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetForwardingFTeidOk ¶
func (o *SmContextUpdatedData) GetForwardingFTeidOk() (*string, bool)
GetForwardingFTeidOk returns a tuple with the ForwardingFTeid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetHoState ¶
func (o *SmContextUpdatedData) GetHoState() HoState
GetHoState returns the HoState field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetHoStateOk ¶
func (o *SmContextUpdatedData) GetHoStateOk() (*HoState, bool)
GetHoStateOk returns a tuple with the HoState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetInterPlmnApiRoot ¶
func (o *SmContextUpdatedData) GetInterPlmnApiRoot() string
GetInterPlmnApiRoot returns the InterPlmnApiRoot field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetInterPlmnApiRootOk ¶
func (o *SmContextUpdatedData) GetInterPlmnApiRootOk() (*string, bool)
GetInterPlmnApiRootOk returns a tuple with the InterPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetMaAcceptedInd ¶
func (o *SmContextUpdatedData) GetMaAcceptedInd() bool
GetMaAcceptedInd returns the MaAcceptedInd field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetMaAcceptedIndOk ¶
func (o *SmContextUpdatedData) GetMaAcceptedIndOk() (*bool, bool)
GetMaAcceptedIndOk returns a tuple with the MaAcceptedInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetModifiedEbiList ¶
func (o *SmContextUpdatedData) GetModifiedEbiList() []EbiArpMapping
GetModifiedEbiList returns the ModifiedEbiList field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetModifiedEbiListOk ¶
func (o *SmContextUpdatedData) GetModifiedEbiListOk() ([]EbiArpMapping, bool)
GetModifiedEbiListOk returns a tuple with the ModifiedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetN1SmMsg ¶
func (o *SmContextUpdatedData) GetN1SmMsg() RefToBinaryData
GetN1SmMsg returns the N1SmMsg field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetN1SmMsgOk ¶
func (o *SmContextUpdatedData) GetN1SmMsgOk() (*RefToBinaryData, bool)
GetN1SmMsgOk returns a tuple with the N1SmMsg field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetN2SmInfo ¶
func (o *SmContextUpdatedData) GetN2SmInfo() RefToBinaryData
GetN2SmInfo returns the N2SmInfo field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetN2SmInfoOk ¶
func (o *SmContextUpdatedData) GetN2SmInfoOk() (*RefToBinaryData, bool)
GetN2SmInfoOk returns a tuple with the N2SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetN2SmInfoType ¶
func (o *SmContextUpdatedData) GetN2SmInfoType() N2SmInfoType
GetN2SmInfoType returns the N2SmInfoType field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetN2SmInfoTypeOk ¶
func (o *SmContextUpdatedData) GetN2SmInfoTypeOk() (*N2SmInfoType, bool)
GetN2SmInfoTypeOk returns a tuple with the N2SmInfoType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetN3DlForwardingTnlList ¶
func (o *SmContextUpdatedData) GetN3DlForwardingTnlList() []IndirectDataForwardingTunnelInfo
GetN3DlForwardingTnlList returns the N3DlForwardingTnlList field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetN3DlForwardingTnlListOk ¶
func (o *SmContextUpdatedData) GetN3DlForwardingTnlListOk() ([]IndirectDataForwardingTunnelInfo, bool)
GetN3DlForwardingTnlListOk returns a tuple with the N3DlForwardingTnlList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetN3UlForwardingTnlList ¶
func (o *SmContextUpdatedData) GetN3UlForwardingTnlList() []IndirectDataForwardingTunnelInfo
GetN3UlForwardingTnlList returns the N3UlForwardingTnlList field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetN3UlForwardingTnlListOk ¶
func (o *SmContextUpdatedData) GetN3UlForwardingTnlListOk() ([]IndirectDataForwardingTunnelInfo, bool)
GetN3UlForwardingTnlListOk returns a tuple with the N3UlForwardingTnlList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetN9UlForwardingTunnel ¶
func (o *SmContextUpdatedData) GetN9UlForwardingTunnel() TunnelInfo
GetN9UlForwardingTunnel returns the N9UlForwardingTunnel field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetN9UlForwardingTunnelOk ¶
func (o *SmContextUpdatedData) GetN9UlForwardingTunnelOk() (*TunnelInfo, bool)
GetN9UlForwardingTunnelOk returns a tuple with the N9UlForwardingTunnel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetReleaseEbiList ¶
func (o *SmContextUpdatedData) GetReleaseEbiList() []int32
GetReleaseEbiList returns the ReleaseEbiList field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetReleaseEbiListOk ¶
func (o *SmContextUpdatedData) GetReleaseEbiListOk() ([]int32, bool)
GetReleaseEbiListOk returns a tuple with the ReleaseEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetSelectedOldSmfId ¶
func (o *SmContextUpdatedData) GetSelectedOldSmfId() string
GetSelectedOldSmfId returns the SelectedOldSmfId field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetSelectedOldSmfIdOk ¶
func (o *SmContextUpdatedData) GetSelectedOldSmfIdOk() (*string, bool)
GetSelectedOldSmfIdOk returns a tuple with the SelectedOldSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetSelectedSmfId ¶
func (o *SmContextUpdatedData) GetSelectedSmfId() string
GetSelectedSmfId returns the SelectedSmfId field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetSelectedSmfIdOk ¶
func (o *SmContextUpdatedData) GetSelectedSmfIdOk() (*string, bool)
GetSelectedSmfIdOk returns a tuple with the SelectedSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetSupportedFeatures ¶
func (o *SmContextUpdatedData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetSupportedFeaturesOk ¶
func (o *SmContextUpdatedData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) GetUpCnxState ¶
func (o *SmContextUpdatedData) GetUpCnxState() UpCnxState
GetUpCnxState returns the UpCnxState field value if set, zero value otherwise.
func (*SmContextUpdatedData) GetUpCnxStateOk ¶
func (o *SmContextUpdatedData) GetUpCnxStateOk() (*UpCnxState, bool)
GetUpCnxStateOk returns a tuple with the UpCnxState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmContextUpdatedData) HasAllocatedEbiList ¶
func (o *SmContextUpdatedData) HasAllocatedEbiList() bool
HasAllocatedEbiList returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasAnchorSmfFeatures ¶
func (o *SmContextUpdatedData) HasAnchorSmfFeatures() bool
HasAnchorSmfFeatures returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasCause ¶
func (o *SmContextUpdatedData) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasDataForwarding ¶
func (o *SmContextUpdatedData) HasDataForwarding() bool
HasDataForwarding returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasEpsBearerSetup ¶
func (o *SmContextUpdatedData) HasEpsBearerSetup() bool
HasEpsBearerSetup returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasForwardingBearerContexts ¶
func (o *SmContextUpdatedData) HasForwardingBearerContexts() bool
HasForwardingBearerContexts returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasForwardingFTeid ¶
func (o *SmContextUpdatedData) HasForwardingFTeid() bool
HasForwardingFTeid returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasHoState ¶
func (o *SmContextUpdatedData) HasHoState() bool
HasHoState returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasInterPlmnApiRoot ¶
func (o *SmContextUpdatedData) HasInterPlmnApiRoot() bool
HasInterPlmnApiRoot returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasMaAcceptedInd ¶
func (o *SmContextUpdatedData) HasMaAcceptedInd() bool
HasMaAcceptedInd returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasModifiedEbiList ¶
func (o *SmContextUpdatedData) HasModifiedEbiList() bool
HasModifiedEbiList returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasN1SmMsg ¶
func (o *SmContextUpdatedData) HasN1SmMsg() bool
HasN1SmMsg returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasN2SmInfo ¶
func (o *SmContextUpdatedData) HasN2SmInfo() bool
HasN2SmInfo returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasN2SmInfoType ¶
func (o *SmContextUpdatedData) HasN2SmInfoType() bool
HasN2SmInfoType returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasN3DlForwardingTnlList ¶
func (o *SmContextUpdatedData) HasN3DlForwardingTnlList() bool
HasN3DlForwardingTnlList returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasN3UlForwardingTnlList ¶
func (o *SmContextUpdatedData) HasN3UlForwardingTnlList() bool
HasN3UlForwardingTnlList returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasN9UlForwardingTunnel ¶
func (o *SmContextUpdatedData) HasN9UlForwardingTunnel() bool
HasN9UlForwardingTunnel returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasReleaseEbiList ¶
func (o *SmContextUpdatedData) HasReleaseEbiList() bool
HasReleaseEbiList returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasSelectedOldSmfId ¶
func (o *SmContextUpdatedData) HasSelectedOldSmfId() bool
HasSelectedOldSmfId returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasSelectedSmfId ¶
func (o *SmContextUpdatedData) HasSelectedSmfId() bool
HasSelectedSmfId returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasSupportedFeatures ¶
func (o *SmContextUpdatedData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*SmContextUpdatedData) HasUpCnxState ¶
func (o *SmContextUpdatedData) HasUpCnxState() bool
HasUpCnxState returns a boolean if a field has been set.
func (SmContextUpdatedData) MarshalJSON ¶
func (o SmContextUpdatedData) MarshalJSON() ([]byte, error)
func (*SmContextUpdatedData) SetAllocatedEbiList ¶
func (o *SmContextUpdatedData) SetAllocatedEbiList(v []EbiArpMapping)
SetAllocatedEbiList gets a reference to the given []EbiArpMapping and assigns it to the AllocatedEbiList field.
func (*SmContextUpdatedData) SetAnchorSmfFeatures ¶
func (o *SmContextUpdatedData) SetAnchorSmfFeatures(v AnchorSmfFeatures)
SetAnchorSmfFeatures gets a reference to the given AnchorSmfFeatures and assigns it to the AnchorSmfFeatures field.
func (*SmContextUpdatedData) SetCause ¶
func (o *SmContextUpdatedData) SetCause(v Cause)
SetCause gets a reference to the given Cause and assigns it to the Cause field.
func (*SmContextUpdatedData) SetDataForwarding ¶
func (o *SmContextUpdatedData) SetDataForwarding(v bool)
SetDataForwarding gets a reference to the given bool and assigns it to the DataForwarding field.
func (*SmContextUpdatedData) SetEpsBearerSetup ¶
func (o *SmContextUpdatedData) SetEpsBearerSetup(v []string)
SetEpsBearerSetup gets a reference to the given []string and assigns it to the EpsBearerSetup field.
func (*SmContextUpdatedData) SetForwardingBearerContexts ¶
func (o *SmContextUpdatedData) SetForwardingBearerContexts(v []string)
SetForwardingBearerContexts gets a reference to the given []string and assigns it to the ForwardingBearerContexts field.
func (*SmContextUpdatedData) SetForwardingFTeid ¶
func (o *SmContextUpdatedData) SetForwardingFTeid(v string)
SetForwardingFTeid gets a reference to the given string and assigns it to the ForwardingFTeid field.
func (*SmContextUpdatedData) SetHoState ¶
func (o *SmContextUpdatedData) SetHoState(v HoState)
SetHoState gets a reference to the given HoState and assigns it to the HoState field.
func (*SmContextUpdatedData) SetInterPlmnApiRoot ¶
func (o *SmContextUpdatedData) SetInterPlmnApiRoot(v string)
SetInterPlmnApiRoot gets a reference to the given string and assigns it to the InterPlmnApiRoot field.
func (*SmContextUpdatedData) SetMaAcceptedInd ¶
func (o *SmContextUpdatedData) SetMaAcceptedInd(v bool)
SetMaAcceptedInd gets a reference to the given bool and assigns it to the MaAcceptedInd field.
func (*SmContextUpdatedData) SetModifiedEbiList ¶
func (o *SmContextUpdatedData) SetModifiedEbiList(v []EbiArpMapping)
SetModifiedEbiList gets a reference to the given []EbiArpMapping and assigns it to the ModifiedEbiList field.
func (*SmContextUpdatedData) SetN1SmMsg ¶
func (o *SmContextUpdatedData) SetN1SmMsg(v RefToBinaryData)
SetN1SmMsg gets a reference to the given RefToBinaryData and assigns it to the N1SmMsg field.
func (*SmContextUpdatedData) SetN2SmInfo ¶
func (o *SmContextUpdatedData) SetN2SmInfo(v RefToBinaryData)
SetN2SmInfo gets a reference to the given RefToBinaryData and assigns it to the N2SmInfo field.
func (*SmContextUpdatedData) SetN2SmInfoType ¶
func (o *SmContextUpdatedData) SetN2SmInfoType(v N2SmInfoType)
SetN2SmInfoType gets a reference to the given N2SmInfoType and assigns it to the N2SmInfoType field.
func (*SmContextUpdatedData) SetN3DlForwardingTnlList ¶
func (o *SmContextUpdatedData) SetN3DlForwardingTnlList(v []IndirectDataForwardingTunnelInfo)
SetN3DlForwardingTnlList gets a reference to the given []IndirectDataForwardingTunnelInfo and assigns it to the N3DlForwardingTnlList field.
func (*SmContextUpdatedData) SetN3UlForwardingTnlList ¶
func (o *SmContextUpdatedData) SetN3UlForwardingTnlList(v []IndirectDataForwardingTunnelInfo)
SetN3UlForwardingTnlList gets a reference to the given []IndirectDataForwardingTunnelInfo and assigns it to the N3UlForwardingTnlList field.
func (*SmContextUpdatedData) SetN9UlForwardingTunnel ¶
func (o *SmContextUpdatedData) SetN9UlForwardingTunnel(v TunnelInfo)
SetN9UlForwardingTunnel gets a reference to the given TunnelInfo and assigns it to the N9UlForwardingTunnel field.
func (*SmContextUpdatedData) SetReleaseEbiList ¶
func (o *SmContextUpdatedData) SetReleaseEbiList(v []int32)
SetReleaseEbiList gets a reference to the given []int32 and assigns it to the ReleaseEbiList field.
func (*SmContextUpdatedData) SetSelectedOldSmfId ¶
func (o *SmContextUpdatedData) SetSelectedOldSmfId(v string)
SetSelectedOldSmfId gets a reference to the given string and assigns it to the SelectedOldSmfId field.
func (*SmContextUpdatedData) SetSelectedSmfId ¶
func (o *SmContextUpdatedData) SetSelectedSmfId(v string)
SetSelectedSmfId gets a reference to the given string and assigns it to the SelectedSmfId field.
func (*SmContextUpdatedData) SetSupportedFeatures ¶
func (o *SmContextUpdatedData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*SmContextUpdatedData) SetUpCnxState ¶
func (o *SmContextUpdatedData) SetUpCnxState(v UpCnxState)
SetUpCnxState gets a reference to the given UpCnxState and assigns it to the UpCnxState field.
func (SmContextUpdatedData) ToMap ¶
func (o SmContextUpdatedData) ToMap() (map[string]interface{}, error)
type SmallDataRateStatus ¶
type SmallDataRateStatus struct { // When present, it shall contain the number of packets the UE is allowed to send uplink in the given time unit for the given PDU session (see clause 5.31.14.3 of 3GPP TS 23.501. RemainPacketsUl *int32 `json:"remainPacketsUl,omitempty"` // When present it shall contain the number of packets the AF is allowed to send downlink in the given time unit for the given PDU session (see clause 5.31.14.3 of 3GPP TS 23.501. RemainPacketsDl *int32 `json:"remainPacketsDl,omitempty"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` // When present, it shall indicate number of additional exception reports the UE is allowed to send uplink in the given time unit for the given PDU session (see clause 5.31.14.3 of 3GPP TS 23.501. RemainExReportsUl *int32 `json:"remainExReportsUl,omitempty"` // When present, it shall indicate number of additional exception reports the AF is allowed to send downlink in the given time unit for the given PDU session (see clause 5.31.14.3 in 3GPP TS 23.501 RemainExReportsDl *int32 `json:"remainExReportsDl,omitempty"` }
SmallDataRateStatus It indicates theSmall Data Rate Control Status
func NewSmallDataRateStatus ¶
func NewSmallDataRateStatus() *SmallDataRateStatus
NewSmallDataRateStatus instantiates a new SmallDataRateStatus 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 NewSmallDataRateStatusWithDefaults ¶
func NewSmallDataRateStatusWithDefaults() *SmallDataRateStatus
NewSmallDataRateStatusWithDefaults instantiates a new SmallDataRateStatus 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 (*SmallDataRateStatus) GetRemainExReportsDl ¶
func (o *SmallDataRateStatus) GetRemainExReportsDl() int32
GetRemainExReportsDl returns the RemainExReportsDl field value if set, zero value otherwise.
func (*SmallDataRateStatus) GetRemainExReportsDlOk ¶
func (o *SmallDataRateStatus) GetRemainExReportsDlOk() (*int32, bool)
GetRemainExReportsDlOk returns a tuple with the RemainExReportsDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmallDataRateStatus) GetRemainExReportsUl ¶
func (o *SmallDataRateStatus) GetRemainExReportsUl() int32
GetRemainExReportsUl returns the RemainExReportsUl field value if set, zero value otherwise.
func (*SmallDataRateStatus) GetRemainExReportsUlOk ¶
func (o *SmallDataRateStatus) GetRemainExReportsUlOk() (*int32, bool)
GetRemainExReportsUlOk returns a tuple with the RemainExReportsUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmallDataRateStatus) GetRemainPacketsDl ¶
func (o *SmallDataRateStatus) GetRemainPacketsDl() int32
GetRemainPacketsDl returns the RemainPacketsDl field value if set, zero value otherwise.
func (*SmallDataRateStatus) GetRemainPacketsDlOk ¶
func (o *SmallDataRateStatus) GetRemainPacketsDlOk() (*int32, bool)
GetRemainPacketsDlOk returns a tuple with the RemainPacketsDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmallDataRateStatus) GetRemainPacketsUl ¶
func (o *SmallDataRateStatus) GetRemainPacketsUl() int32
GetRemainPacketsUl returns the RemainPacketsUl field value if set, zero value otherwise.
func (*SmallDataRateStatus) GetRemainPacketsUlOk ¶
func (o *SmallDataRateStatus) GetRemainPacketsUlOk() (*int32, bool)
GetRemainPacketsUlOk returns a tuple with the RemainPacketsUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmallDataRateStatus) GetValidityTime ¶
func (o *SmallDataRateStatus) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*SmallDataRateStatus) GetValidityTimeOk ¶
func (o *SmallDataRateStatus) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmallDataRateStatus) HasRemainExReportsDl ¶
func (o *SmallDataRateStatus) HasRemainExReportsDl() bool
HasRemainExReportsDl returns a boolean if a field has been set.
func (*SmallDataRateStatus) HasRemainExReportsUl ¶
func (o *SmallDataRateStatus) HasRemainExReportsUl() bool
HasRemainExReportsUl returns a boolean if a field has been set.
func (*SmallDataRateStatus) HasRemainPacketsDl ¶
func (o *SmallDataRateStatus) HasRemainPacketsDl() bool
HasRemainPacketsDl returns a boolean if a field has been set.
func (*SmallDataRateStatus) HasRemainPacketsUl ¶
func (o *SmallDataRateStatus) HasRemainPacketsUl() bool
HasRemainPacketsUl returns a boolean if a field has been set.
func (*SmallDataRateStatus) HasValidityTime ¶
func (o *SmallDataRateStatus) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (SmallDataRateStatus) MarshalJSON ¶
func (o SmallDataRateStatus) MarshalJSON() ([]byte, error)
func (*SmallDataRateStatus) SetRemainExReportsDl ¶
func (o *SmallDataRateStatus) SetRemainExReportsDl(v int32)
SetRemainExReportsDl gets a reference to the given int32 and assigns it to the RemainExReportsDl field.
func (*SmallDataRateStatus) SetRemainExReportsUl ¶
func (o *SmallDataRateStatus) SetRemainExReportsUl(v int32)
SetRemainExReportsUl gets a reference to the given int32 and assigns it to the RemainExReportsUl field.
func (*SmallDataRateStatus) SetRemainPacketsDl ¶
func (o *SmallDataRateStatus) SetRemainPacketsDl(v int32)
SetRemainPacketsDl gets a reference to the given int32 and assigns it to the RemainPacketsDl field.
func (*SmallDataRateStatus) SetRemainPacketsUl ¶
func (o *SmallDataRateStatus) SetRemainPacketsUl(v int32)
SetRemainPacketsUl gets a reference to the given int32 and assigns it to the RemainPacketsUl field.
func (*SmallDataRateStatus) SetValidityTime ¶
func (o *SmallDataRateStatus) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (SmallDataRateStatus) ToMap ¶
func (o SmallDataRateStatus) ToMap() (map[string]interface{}, error)
type SmfSelectionType ¶
type SmfSelectionType struct {
// contains filtered or unexported fields
}
SmfSelectionType Smf Selection Type. Possible values are - CURRENT_PDU_SESSION - NEXT_PDU_SESSION
func (*SmfSelectionType) MarshalJSON ¶
func (src *SmfSelectionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SmfSelectionType) UnmarshalJSON ¶
func (dst *SmfSelectionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Snssai ¶
type Snssai struct { // Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501. Sst int32 `json:"sst"` // 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Sd *string `json:"sd,omitempty"` }
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai 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 NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai 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 (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
func (*Snssai) UnmarshalJSON ¶
type StationaryIndication ¶
type StationaryIndication struct {
// contains filtered or unexported fields
}
StationaryIndication Possible values are: - STATIONARY: Identifies the UE is stationary - MOBILE: Identifies the UE is mobile
func (*StationaryIndication) MarshalJSON ¶
func (src *StationaryIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*StationaryIndication) UnmarshalJSON ¶
func (dst *StationaryIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type StatusInfo ¶
type StatusInfo struct { ResourceStatus ResourceStatus `json:"resourceStatus"` Cause *Cause `json:"cause,omitempty"` CnAssistedRanPara *CnAssistedRanPara `json:"cnAssistedRanPara,omitempty"` AnType *AccessType `json:"anType,omitempty"` }
StatusInfo Status of SM context or of PDU session
func NewStatusInfo ¶
func NewStatusInfo(resourceStatus ResourceStatus) *StatusInfo
NewStatusInfo instantiates a new StatusInfo 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 NewStatusInfoWithDefaults ¶
func NewStatusInfoWithDefaults() *StatusInfo
NewStatusInfoWithDefaults instantiates a new StatusInfo 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 (*StatusInfo) GetAnType ¶
func (o *StatusInfo) GetAnType() AccessType
GetAnType returns the AnType field value if set, zero value otherwise.
func (*StatusInfo) GetAnTypeOk ¶
func (o *StatusInfo) GetAnTypeOk() (*AccessType, bool)
GetAnTypeOk returns a tuple with the AnType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusInfo) GetCause ¶
func (o *StatusInfo) GetCause() Cause
GetCause returns the Cause field value if set, zero value otherwise.
func (*StatusInfo) GetCauseOk ¶
func (o *StatusInfo) GetCauseOk() (*Cause, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusInfo) GetCnAssistedRanPara ¶
func (o *StatusInfo) GetCnAssistedRanPara() CnAssistedRanPara
GetCnAssistedRanPara returns the CnAssistedRanPara field value if set, zero value otherwise.
func (*StatusInfo) GetCnAssistedRanParaOk ¶
func (o *StatusInfo) GetCnAssistedRanParaOk() (*CnAssistedRanPara, bool)
GetCnAssistedRanParaOk returns a tuple with the CnAssistedRanPara field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusInfo) GetResourceStatus ¶
func (o *StatusInfo) GetResourceStatus() ResourceStatus
GetResourceStatus returns the ResourceStatus field value
func (*StatusInfo) GetResourceStatusOk ¶
func (o *StatusInfo) GetResourceStatusOk() (*ResourceStatus, bool)
GetResourceStatusOk returns a tuple with the ResourceStatus field value and a boolean to check if the value has been set.
func (*StatusInfo) HasAnType ¶
func (o *StatusInfo) HasAnType() bool
HasAnType returns a boolean if a field has been set.
func (*StatusInfo) HasCause ¶
func (o *StatusInfo) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*StatusInfo) HasCnAssistedRanPara ¶
func (o *StatusInfo) HasCnAssistedRanPara() bool
HasCnAssistedRanPara returns a boolean if a field has been set.
func (StatusInfo) MarshalJSON ¶
func (o StatusInfo) MarshalJSON() ([]byte, error)
func (*StatusInfo) SetAnType ¶
func (o *StatusInfo) SetAnType(v AccessType)
SetAnType gets a reference to the given AccessType and assigns it to the AnType field.
func (*StatusInfo) SetCause ¶
func (o *StatusInfo) SetCause(v Cause)
SetCause gets a reference to the given Cause and assigns it to the Cause field.
func (*StatusInfo) SetCnAssistedRanPara ¶
func (o *StatusInfo) SetCnAssistedRanPara(v CnAssistedRanPara)
SetCnAssistedRanPara gets a reference to the given CnAssistedRanPara and assigns it to the CnAssistedRanPara field.
func (*StatusInfo) SetResourceStatus ¶
func (o *StatusInfo) SetResourceStatus(v ResourceStatus)
SetResourceStatus sets field value
func (StatusInfo) ToMap ¶
func (o StatusInfo) ToMap() (map[string]interface{}, error)
func (*StatusInfo) UnmarshalJSON ¶
func (o *StatusInfo) UnmarshalJSON(bytes []byte) (err error)
type StatusNotification ¶
type StatusNotification struct { StatusInfo StatusInfo `json:"statusInfo"` SmallDataRateStatus *SmallDataRateStatus `json:"smallDataRateStatus,omitempty"` ApnRateStatus *ApnRateStatus `json:"apnRateStatus,omitempty"` TargetDnaiInfo *TargetDnaiInfo `json:"targetDnaiInfo,omitempty"` // String providing an URI formatted according to RFC 3986. OldPduSessionRef *string `json:"oldPduSessionRef,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NewSmfId *string `json:"newSmfId,omitempty"` EpsPdnCnxInfo *EpsPdnCnxInfo `json:"epsPdnCnxInfo,omitempty"` // String providing an URI formatted according to RFC 3986. InterPlmnApiRoot *string `json:"interPlmnApiRoot,omitempty"` // String providing an URI formatted according to RFC 3986. IntraPlmnApiRoot *string `json:"intraPlmnApiRoot,omitempty"` }
StatusNotification Data within Notify Status Request
func NewStatusNotification ¶
func NewStatusNotification(statusInfo StatusInfo) *StatusNotification
NewStatusNotification instantiates a new StatusNotification 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 NewStatusNotificationWithDefaults ¶
func NewStatusNotificationWithDefaults() *StatusNotification
NewStatusNotificationWithDefaults instantiates a new StatusNotification 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 (*StatusNotification) GetApnRateStatus ¶
func (o *StatusNotification) GetApnRateStatus() ApnRateStatus
GetApnRateStatus returns the ApnRateStatus field value if set, zero value otherwise.
func (*StatusNotification) GetApnRateStatusOk ¶
func (o *StatusNotification) GetApnRateStatusOk() (*ApnRateStatus, bool)
GetApnRateStatusOk returns a tuple with the ApnRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusNotification) GetEpsPdnCnxInfo ¶
func (o *StatusNotification) GetEpsPdnCnxInfo() EpsPdnCnxInfo
GetEpsPdnCnxInfo returns the EpsPdnCnxInfo field value if set, zero value otherwise.
func (*StatusNotification) GetEpsPdnCnxInfoOk ¶
func (o *StatusNotification) GetEpsPdnCnxInfoOk() (*EpsPdnCnxInfo, bool)
GetEpsPdnCnxInfoOk returns a tuple with the EpsPdnCnxInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusNotification) GetInterPlmnApiRoot ¶
func (o *StatusNotification) GetInterPlmnApiRoot() string
GetInterPlmnApiRoot returns the InterPlmnApiRoot field value if set, zero value otherwise.
func (*StatusNotification) GetInterPlmnApiRootOk ¶
func (o *StatusNotification) GetInterPlmnApiRootOk() (*string, bool)
GetInterPlmnApiRootOk returns a tuple with the InterPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusNotification) GetIntraPlmnApiRoot ¶
func (o *StatusNotification) GetIntraPlmnApiRoot() string
GetIntraPlmnApiRoot returns the IntraPlmnApiRoot field value if set, zero value otherwise.
func (*StatusNotification) GetIntraPlmnApiRootOk ¶
func (o *StatusNotification) GetIntraPlmnApiRootOk() (*string, bool)
GetIntraPlmnApiRootOk returns a tuple with the IntraPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusNotification) GetNewSmfId ¶
func (o *StatusNotification) GetNewSmfId() string
GetNewSmfId returns the NewSmfId field value if set, zero value otherwise.
func (*StatusNotification) GetNewSmfIdOk ¶
func (o *StatusNotification) GetNewSmfIdOk() (*string, bool)
GetNewSmfIdOk returns a tuple with the NewSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusNotification) GetOldPduSessionRef ¶
func (o *StatusNotification) GetOldPduSessionRef() string
GetOldPduSessionRef returns the OldPduSessionRef field value if set, zero value otherwise.
func (*StatusNotification) GetOldPduSessionRefOk ¶
func (o *StatusNotification) GetOldPduSessionRefOk() (*string, bool)
GetOldPduSessionRefOk returns a tuple with the OldPduSessionRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusNotification) GetSmallDataRateStatus ¶
func (o *StatusNotification) GetSmallDataRateStatus() SmallDataRateStatus
GetSmallDataRateStatus returns the SmallDataRateStatus field value if set, zero value otherwise.
func (*StatusNotification) GetSmallDataRateStatusOk ¶
func (o *StatusNotification) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
GetSmallDataRateStatusOk returns a tuple with the SmallDataRateStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusNotification) GetStatusInfo ¶
func (o *StatusNotification) GetStatusInfo() StatusInfo
GetStatusInfo returns the StatusInfo field value
func (*StatusNotification) GetStatusInfoOk ¶
func (o *StatusNotification) GetStatusInfoOk() (*StatusInfo, bool)
GetStatusInfoOk returns a tuple with the StatusInfo field value and a boolean to check if the value has been set.
func (*StatusNotification) GetTargetDnaiInfo ¶
func (o *StatusNotification) GetTargetDnaiInfo() TargetDnaiInfo
GetTargetDnaiInfo returns the TargetDnaiInfo field value if set, zero value otherwise.
func (*StatusNotification) GetTargetDnaiInfoOk ¶
func (o *StatusNotification) GetTargetDnaiInfoOk() (*TargetDnaiInfo, bool)
GetTargetDnaiInfoOk returns a tuple with the TargetDnaiInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusNotification) HasApnRateStatus ¶
func (o *StatusNotification) HasApnRateStatus() bool
HasApnRateStatus returns a boolean if a field has been set.
func (*StatusNotification) HasEpsPdnCnxInfo ¶
func (o *StatusNotification) HasEpsPdnCnxInfo() bool
HasEpsPdnCnxInfo returns a boolean if a field has been set.
func (*StatusNotification) HasInterPlmnApiRoot ¶
func (o *StatusNotification) HasInterPlmnApiRoot() bool
HasInterPlmnApiRoot returns a boolean if a field has been set.
func (*StatusNotification) HasIntraPlmnApiRoot ¶
func (o *StatusNotification) HasIntraPlmnApiRoot() bool
HasIntraPlmnApiRoot returns a boolean if a field has been set.
func (*StatusNotification) HasNewSmfId ¶
func (o *StatusNotification) HasNewSmfId() bool
HasNewSmfId returns a boolean if a field has been set.
func (*StatusNotification) HasOldPduSessionRef ¶
func (o *StatusNotification) HasOldPduSessionRef() bool
HasOldPduSessionRef returns a boolean if a field has been set.
func (*StatusNotification) HasSmallDataRateStatus ¶
func (o *StatusNotification) HasSmallDataRateStatus() bool
HasSmallDataRateStatus returns a boolean if a field has been set.
func (*StatusNotification) HasTargetDnaiInfo ¶
func (o *StatusNotification) HasTargetDnaiInfo() bool
HasTargetDnaiInfo returns a boolean if a field has been set.
func (StatusNotification) MarshalJSON ¶
func (o StatusNotification) MarshalJSON() ([]byte, error)
func (*StatusNotification) SetApnRateStatus ¶
func (o *StatusNotification) SetApnRateStatus(v ApnRateStatus)
SetApnRateStatus gets a reference to the given ApnRateStatus and assigns it to the ApnRateStatus field.
func (*StatusNotification) SetEpsPdnCnxInfo ¶
func (o *StatusNotification) SetEpsPdnCnxInfo(v EpsPdnCnxInfo)
SetEpsPdnCnxInfo gets a reference to the given EpsPdnCnxInfo and assigns it to the EpsPdnCnxInfo field.
func (*StatusNotification) SetInterPlmnApiRoot ¶
func (o *StatusNotification) SetInterPlmnApiRoot(v string)
SetInterPlmnApiRoot gets a reference to the given string and assigns it to the InterPlmnApiRoot field.
func (*StatusNotification) SetIntraPlmnApiRoot ¶
func (o *StatusNotification) SetIntraPlmnApiRoot(v string)
SetIntraPlmnApiRoot gets a reference to the given string and assigns it to the IntraPlmnApiRoot field.
func (*StatusNotification) SetNewSmfId ¶
func (o *StatusNotification) SetNewSmfId(v string)
SetNewSmfId gets a reference to the given string and assigns it to the NewSmfId field.
func (*StatusNotification) SetOldPduSessionRef ¶
func (o *StatusNotification) SetOldPduSessionRef(v string)
SetOldPduSessionRef gets a reference to the given string and assigns it to the OldPduSessionRef field.
func (*StatusNotification) SetSmallDataRateStatus ¶
func (o *StatusNotification) SetSmallDataRateStatus(v SmallDataRateStatus)
SetSmallDataRateStatus gets a reference to the given SmallDataRateStatus and assigns it to the SmallDataRateStatus field.
func (*StatusNotification) SetStatusInfo ¶
func (o *StatusNotification) SetStatusInfo(v StatusInfo)
SetStatusInfo sets field value
func (*StatusNotification) SetTargetDnaiInfo ¶
func (o *StatusNotification) SetTargetDnaiInfo(v TargetDnaiInfo)
SetTargetDnaiInfo gets a reference to the given TargetDnaiInfo and assigns it to the TargetDnaiInfo field.
func (StatusNotification) ToMap ¶
func (o StatusNotification) ToMap() (map[string]interface{}, error)
func (*StatusNotification) UnmarshalJSON ¶
func (o *StatusNotification) UnmarshalJSON(bytes []byte) (err error)
type Tai ¶
type Tai struct { PlmnId PlmnId `json:"plmnId"` // 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Tac string `json:"tac"` // 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). Nid *string `json:"nid,omitempty"` }
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai 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 NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai 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 (*Tai) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
func (*Tai) UnmarshalJSON ¶
type TargetDnaiInfo ¶
type TargetDnaiInfo struct { // DNAI (Data network access identifier), see clause 5.6.7 of 3GPP TS 23.501. TargetDnai *string `json:"targetDnai,omitempty"` SmfSelectionType SmfSelectionType `json:"smfSelectionType"` }
TargetDnaiInfo Target DNAI Information
func NewTargetDnaiInfo ¶
func NewTargetDnaiInfo(smfSelectionType SmfSelectionType) *TargetDnaiInfo
NewTargetDnaiInfo instantiates a new TargetDnaiInfo 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 NewTargetDnaiInfoWithDefaults ¶
func NewTargetDnaiInfoWithDefaults() *TargetDnaiInfo
NewTargetDnaiInfoWithDefaults instantiates a new TargetDnaiInfo 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 (*TargetDnaiInfo) GetSmfSelectionType ¶
func (o *TargetDnaiInfo) GetSmfSelectionType() SmfSelectionType
GetSmfSelectionType returns the SmfSelectionType field value
func (*TargetDnaiInfo) GetSmfSelectionTypeOk ¶
func (o *TargetDnaiInfo) GetSmfSelectionTypeOk() (*SmfSelectionType, bool)
GetSmfSelectionTypeOk returns a tuple with the SmfSelectionType field value and a boolean to check if the value has been set.
func (*TargetDnaiInfo) GetTargetDnai ¶
func (o *TargetDnaiInfo) GetTargetDnai() string
GetTargetDnai returns the TargetDnai field value if set, zero value otherwise.
func (*TargetDnaiInfo) GetTargetDnaiOk ¶
func (o *TargetDnaiInfo) GetTargetDnaiOk() (*string, bool)
GetTargetDnaiOk returns a tuple with the TargetDnai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetDnaiInfo) HasTargetDnai ¶
func (o *TargetDnaiInfo) HasTargetDnai() bool
HasTargetDnai returns a boolean if a field has been set.
func (TargetDnaiInfo) MarshalJSON ¶
func (o TargetDnaiInfo) MarshalJSON() ([]byte, error)
func (*TargetDnaiInfo) SetSmfSelectionType ¶
func (o *TargetDnaiInfo) SetSmfSelectionType(v SmfSelectionType)
SetSmfSelectionType sets field value
func (*TargetDnaiInfo) SetTargetDnai ¶
func (o *TargetDnaiInfo) SetTargetDnai(v string)
SetTargetDnai gets a reference to the given string and assigns it to the TargetDnai field.
func (TargetDnaiInfo) ToMap ¶
func (o TargetDnaiInfo) ToMap() (map[string]interface{}, error)
func (*TargetDnaiInfo) UnmarshalJSON ¶
func (o *TargetDnaiInfo) UnmarshalJSON(bytes []byte) (err error)
type TnapId ¶
type TnapId struct { // This IE shall be present if the UE is accessing the 5GC via a trusted WLAN access network.When present, it shall contain the SSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012. SsId *string `json:"ssId,omitempty"` // When present, it shall contain the BSSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012. BssId *string `json:"bssId,omitempty"` // string with format 'bytes' as defined in OpenAPI CivicAddress *string `json:"civicAddress,omitempty"` }
TnapId Contain the TNAP Identifier see clause5.6.2 of 3GPP TS 23.501.
func NewTnapId ¶
func NewTnapId() *TnapId
NewTnapId instantiates a new TnapId 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 NewTnapIdWithDefaults ¶
func NewTnapIdWithDefaults() *TnapId
NewTnapIdWithDefaults instantiates a new TnapId 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 (*TnapId) GetBssIdOk ¶
GetBssIdOk returns a tuple with the BssId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) GetCivicAddress ¶
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*TnapId) GetCivicAddressOk ¶
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) GetSsIdOk ¶
GetSsIdOk returns a tuple with the SsId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) HasCivicAddress ¶
HasCivicAddress returns a boolean if a field has been set.
func (TnapId) MarshalJSON ¶
func (*TnapId) SetBssId ¶
SetBssId gets a reference to the given string and assigns it to the BssId field.
func (*TnapId) SetCivicAddress ¶
SetCivicAddress gets a reference to the given string and assigns it to the CivicAddress field.
type TngfInfo ¶
type TngfInfo struct { Ipv4EndpointAddresses []string `json:"ipv4EndpointAddresses,omitempty"` Ipv6EndpointAddresses []Ipv6Addr `json:"ipv6EndpointAddresses,omitempty"` // Fully Qualified Domain Name EndpointFqdn *string `json:"endpointFqdn,omitempty"` }
TngfInfo Infomation of the TNGF endpoints
func NewTngfInfo ¶
func NewTngfInfo() *TngfInfo
NewTngfInfo instantiates a new TngfInfo 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 NewTngfInfoWithDefaults ¶
func NewTngfInfoWithDefaults() *TngfInfo
NewTngfInfoWithDefaults instantiates a new TngfInfo 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 (*TngfInfo) GetEndpointFqdn ¶
GetEndpointFqdn returns the EndpointFqdn field value if set, zero value otherwise.
func (*TngfInfo) GetEndpointFqdnOk ¶
GetEndpointFqdnOk returns a tuple with the EndpointFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TngfInfo) GetIpv4EndpointAddresses ¶
GetIpv4EndpointAddresses returns the Ipv4EndpointAddresses field value if set, zero value otherwise.
func (*TngfInfo) GetIpv4EndpointAddressesOk ¶
GetIpv4EndpointAddressesOk returns a tuple with the Ipv4EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TngfInfo) GetIpv6EndpointAddresses ¶
GetIpv6EndpointAddresses returns the Ipv6EndpointAddresses field value if set, zero value otherwise.
func (*TngfInfo) GetIpv6EndpointAddressesOk ¶
GetIpv6EndpointAddressesOk returns a tuple with the Ipv6EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TngfInfo) HasEndpointFqdn ¶
HasEndpointFqdn returns a boolean if a field has been set.
func (*TngfInfo) HasIpv4EndpointAddresses ¶
HasIpv4EndpointAddresses returns a boolean if a field has been set.
func (*TngfInfo) HasIpv6EndpointAddresses ¶
HasIpv6EndpointAddresses returns a boolean if a field has been set.
func (TngfInfo) MarshalJSON ¶
func (*TngfInfo) SetEndpointFqdn ¶
SetEndpointFqdn gets a reference to the given string and assigns it to the EndpointFqdn field.
func (*TngfInfo) SetIpv4EndpointAddresses ¶
SetIpv4EndpointAddresses gets a reference to the given []string and assigns it to the Ipv4EndpointAddresses field.
func (*TngfInfo) SetIpv6EndpointAddresses ¶
SetIpv6EndpointAddresses gets a reference to the given []Ipv6Addr and assigns it to the Ipv6EndpointAddresses field.
type TraceData ¶
type TraceData struct { // Trace Reference (see 3GPP TS 32.422).It shall be encoded as the concatenation of MCC, MNC and Trace ID as follows: 'MCC'<MNC'-'Trace ID'The Trace ID shall be encoded as a 3 octet string in hexadecimal representation. Each character in the Trace ID string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Trace ID shall appear first in the string, and the character representing the 4 least significant bit of the Trace ID shall appear last in the string. TraceRef string `json:"traceRef"` TraceDepth TraceDepth `json:"traceDepth"` // List of NE Types (see 3GPP TS 32.422).It shall be encoded as an octet string in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits shall appear first in the string, and the character representing the 4 least significant bit shall appear last in the string.Octets shall be coded according to 3GPP TS 32.422. NeTypeList string `json:"neTypeList"` // Triggering events (see 3GPP TS 32.422).It shall be encoded as an octet string in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits shall appear first in the string, and the character representing the 4 least significant bit shall appear last in the string. Octets shall be coded according to 3GPP TS 32.422. EventList string `json:"eventList"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. CollectionEntityIpv4Addr *string `json:"collectionEntityIpv4Addr,omitempty"` CollectionEntityIpv6Addr *Ipv6Addr `json:"collectionEntityIpv6Addr,omitempty"` // List of Interfaces (see 3GPP TS 32.422).It shall be encoded as an octet string in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits shall appear first in the string, and the character representing the 4 least significant bit shall appear last in the string. Octets shall be coded according to 3GPP TS 32.422. If this attribute is not present, all the interfaces applicable to the list of NE types indicated in the neTypeList attribute should be traced. InterfaceList *string `json:"interfaceList,omitempty"` }
TraceData contains Trace control and configuration parameters.
func NewTraceData ¶
func NewTraceData(traceRef string, traceDepth TraceDepth, neTypeList string, eventList string) *TraceData
NewTraceData instantiates a new TraceData 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 NewTraceDataWithDefaults ¶
func NewTraceDataWithDefaults() *TraceData
NewTraceDataWithDefaults instantiates a new TraceData 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 (*TraceData) GetCollectionEntityIpv4Addr ¶
GetCollectionEntityIpv4Addr returns the CollectionEntityIpv4Addr field value if set, zero value otherwise.
func (*TraceData) GetCollectionEntityIpv4AddrOk ¶
GetCollectionEntityIpv4AddrOk returns a tuple with the CollectionEntityIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceData) GetCollectionEntityIpv6Addr ¶
GetCollectionEntityIpv6Addr returns the CollectionEntityIpv6Addr field value if set, zero value otherwise.
func (*TraceData) GetCollectionEntityIpv6AddrOk ¶
GetCollectionEntityIpv6AddrOk returns a tuple with the CollectionEntityIpv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceData) GetEventList ¶
GetEventList returns the EventList field value
func (*TraceData) GetEventListOk ¶
GetEventListOk returns a tuple with the EventList field value and a boolean to check if the value has been set.
func (*TraceData) GetInterfaceList ¶
GetInterfaceList returns the InterfaceList field value if set, zero value otherwise.
func (*TraceData) GetInterfaceListOk ¶
GetInterfaceListOk returns a tuple with the InterfaceList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceData) GetNeTypeList ¶
GetNeTypeList returns the NeTypeList field value
func (*TraceData) GetNeTypeListOk ¶
GetNeTypeListOk returns a tuple with the NeTypeList field value and a boolean to check if the value has been set.
func (*TraceData) GetTraceDepth ¶
func (o *TraceData) GetTraceDepth() TraceDepth
GetTraceDepth returns the TraceDepth field value
func (*TraceData) GetTraceDepthOk ¶
func (o *TraceData) GetTraceDepthOk() (*TraceDepth, bool)
GetTraceDepthOk returns a tuple with the TraceDepth field value and a boolean to check if the value has been set.
func (*TraceData) GetTraceRef ¶
GetTraceRef returns the TraceRef field value
func (*TraceData) GetTraceRefOk ¶
GetTraceRefOk returns a tuple with the TraceRef field value and a boolean to check if the value has been set.
func (*TraceData) HasCollectionEntityIpv4Addr ¶
HasCollectionEntityIpv4Addr returns a boolean if a field has been set.
func (*TraceData) HasCollectionEntityIpv6Addr ¶
HasCollectionEntityIpv6Addr returns a boolean if a field has been set.
func (*TraceData) HasInterfaceList ¶
HasInterfaceList returns a boolean if a field has been set.
func (TraceData) MarshalJSON ¶
func (*TraceData) SetCollectionEntityIpv4Addr ¶
SetCollectionEntityIpv4Addr gets a reference to the given string and assigns it to the CollectionEntityIpv4Addr field.
func (*TraceData) SetCollectionEntityIpv6Addr ¶
SetCollectionEntityIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the CollectionEntityIpv6Addr field.
func (*TraceData) SetEventList ¶
SetEventList sets field value
func (*TraceData) SetInterfaceList ¶
SetInterfaceList gets a reference to the given string and assigns it to the InterfaceList field.
func (*TraceData) SetNeTypeList ¶
SetNeTypeList sets field value
func (*TraceData) SetTraceDepth ¶
func (o *TraceData) SetTraceDepth(v TraceDepth)
SetTraceDepth sets field value
func (*TraceData) SetTraceRef ¶
SetTraceRef sets field value
func (*TraceData) UnmarshalJSON ¶
type TraceDepth ¶
type TraceDepth struct {
// contains filtered or unexported fields
}
TraceDepth The enumeration TraceDepth defines how detailed information should be recorded in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.1-1
func (*TraceDepth) MarshalJSON ¶
func (src *TraceDepth) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TraceDepth) UnmarshalJSON ¶
func (dst *TraceDepth) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TrafficProfile ¶
type TrafficProfile struct {
// contains filtered or unexported fields
}
TrafficProfile Possible values are: - SINGLE_TRANS_UL: Uplink single packet transmission. - SINGLE_TRANS_DL: Downlink single packet transmission. - DUAL_TRANS_UL_FIRST: Dual packet transmission, firstly uplink packet transmission with subsequent downlink packet transmission. - DUAL_TRANS_DL_FIRST: Dual packet transmission, firstly downlink packet transmission with subsequent uplink packet transmission.
func (*TrafficProfile) MarshalJSON ¶
func (src *TrafficProfile) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TrafficProfile) UnmarshalJSON ¶
func (dst *TrafficProfile) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TransferMoDataReqData ¶
type TransferMoDataReqData struct { MoData RefToBinaryData `json:"moData"` MoExpDataCounter *MoExpDataCounter `json:"moExpDataCounter,omitempty"` UeLocation *UserLocation `json:"ueLocation,omitempty"` }
TransferMoDataReqData Data within Transfer MO Data Request
func NewTransferMoDataReqData ¶
func NewTransferMoDataReqData(moData RefToBinaryData) *TransferMoDataReqData
NewTransferMoDataReqData instantiates a new TransferMoDataReqData 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 NewTransferMoDataReqDataWithDefaults ¶
func NewTransferMoDataReqDataWithDefaults() *TransferMoDataReqData
NewTransferMoDataReqDataWithDefaults instantiates a new TransferMoDataReqData 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 (*TransferMoDataReqData) GetMoData ¶
func (o *TransferMoDataReqData) GetMoData() RefToBinaryData
GetMoData returns the MoData field value
func (*TransferMoDataReqData) GetMoDataOk ¶
func (o *TransferMoDataReqData) GetMoDataOk() (*RefToBinaryData, bool)
GetMoDataOk returns a tuple with the MoData field value and a boolean to check if the value has been set.
func (*TransferMoDataReqData) GetMoExpDataCounter ¶
func (o *TransferMoDataReqData) GetMoExpDataCounter() MoExpDataCounter
GetMoExpDataCounter returns the MoExpDataCounter field value if set, zero value otherwise.
func (*TransferMoDataReqData) GetMoExpDataCounterOk ¶
func (o *TransferMoDataReqData) GetMoExpDataCounterOk() (*MoExpDataCounter, bool)
GetMoExpDataCounterOk returns a tuple with the MoExpDataCounter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferMoDataReqData) GetUeLocation ¶
func (o *TransferMoDataReqData) GetUeLocation() UserLocation
GetUeLocation returns the UeLocation field value if set, zero value otherwise.
func (*TransferMoDataReqData) GetUeLocationOk ¶
func (o *TransferMoDataReqData) GetUeLocationOk() (*UserLocation, bool)
GetUeLocationOk returns a tuple with the UeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferMoDataReqData) HasMoExpDataCounter ¶
func (o *TransferMoDataReqData) HasMoExpDataCounter() bool
HasMoExpDataCounter returns a boolean if a field has been set.
func (*TransferMoDataReqData) HasUeLocation ¶
func (o *TransferMoDataReqData) HasUeLocation() bool
HasUeLocation returns a boolean if a field has been set.
func (TransferMoDataReqData) MarshalJSON ¶
func (o TransferMoDataReqData) MarshalJSON() ([]byte, error)
func (*TransferMoDataReqData) SetMoData ¶
func (o *TransferMoDataReqData) SetMoData(v RefToBinaryData)
SetMoData sets field value
func (*TransferMoDataReqData) SetMoExpDataCounter ¶
func (o *TransferMoDataReqData) SetMoExpDataCounter(v MoExpDataCounter)
SetMoExpDataCounter gets a reference to the given MoExpDataCounter and assigns it to the MoExpDataCounter field.
func (*TransferMoDataReqData) SetUeLocation ¶
func (o *TransferMoDataReqData) SetUeLocation(v UserLocation)
SetUeLocation gets a reference to the given UserLocation and assigns it to the UeLocation field.
func (TransferMoDataReqData) ToMap ¶
func (o TransferMoDataReqData) ToMap() (map[string]interface{}, error)
func (*TransferMoDataReqData) UnmarshalJSON ¶
func (o *TransferMoDataReqData) UnmarshalJSON(bytes []byte) (err error)
type TransferMoDataRequest ¶
type TransferMoDataRequest struct { JsonData *TransferMoDataReqData `json:"jsonData,omitempty"` BinaryMoData **os.File `json:"binaryMoData,omitempty"` }
TransferMoDataRequest struct for TransferMoDataRequest
func NewTransferMoDataRequest ¶
func NewTransferMoDataRequest() *TransferMoDataRequest
NewTransferMoDataRequest instantiates a new TransferMoDataRequest 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 NewTransferMoDataRequestWithDefaults ¶
func NewTransferMoDataRequestWithDefaults() *TransferMoDataRequest
NewTransferMoDataRequestWithDefaults instantiates a new TransferMoDataRequest 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 (*TransferMoDataRequest) GetBinaryMoData ¶
func (o *TransferMoDataRequest) GetBinaryMoData() *os.File
GetBinaryMoData returns the BinaryMoData field value if set, zero value otherwise.
func (*TransferMoDataRequest) GetBinaryMoDataOk ¶
func (o *TransferMoDataRequest) GetBinaryMoDataOk() (**os.File, bool)
GetBinaryMoDataOk returns a tuple with the BinaryMoData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferMoDataRequest) GetJsonData ¶
func (o *TransferMoDataRequest) GetJsonData() TransferMoDataReqData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*TransferMoDataRequest) GetJsonDataOk ¶
func (o *TransferMoDataRequest) GetJsonDataOk() (*TransferMoDataReqData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferMoDataRequest) HasBinaryMoData ¶
func (o *TransferMoDataRequest) HasBinaryMoData() bool
HasBinaryMoData returns a boolean if a field has been set.
func (*TransferMoDataRequest) HasJsonData ¶
func (o *TransferMoDataRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (TransferMoDataRequest) MarshalJSON ¶
func (o TransferMoDataRequest) MarshalJSON() ([]byte, error)
func (*TransferMoDataRequest) SetBinaryMoData ¶
func (o *TransferMoDataRequest) SetBinaryMoData(v *os.File)
SetBinaryMoData gets a reference to the given *os.File and assigns it to the BinaryMoData field.
func (*TransferMoDataRequest) SetJsonData ¶
func (o *TransferMoDataRequest) SetJsonData(v TransferMoDataReqData)
SetJsonData gets a reference to the given TransferMoDataReqData and assigns it to the JsonData field.
func (TransferMoDataRequest) ToMap ¶
func (o TransferMoDataRequest) ToMap() (map[string]interface{}, error)
type TransferMtDataAddInfo ¶
type TransferMtDataAddInfo struct { // indicating a time in seconds. MaxWaitingTime *int32 `json:"maxWaitingTime,omitempty"` }
TransferMtDataAddInfo Transfer MT Data Error Response Additional Information
func NewTransferMtDataAddInfo ¶
func NewTransferMtDataAddInfo() *TransferMtDataAddInfo
NewTransferMtDataAddInfo instantiates a new TransferMtDataAddInfo 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 NewTransferMtDataAddInfoWithDefaults ¶
func NewTransferMtDataAddInfoWithDefaults() *TransferMtDataAddInfo
NewTransferMtDataAddInfoWithDefaults instantiates a new TransferMtDataAddInfo 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 (*TransferMtDataAddInfo) GetMaxWaitingTime ¶
func (o *TransferMtDataAddInfo) GetMaxWaitingTime() int32
GetMaxWaitingTime returns the MaxWaitingTime field value if set, zero value otherwise.
func (*TransferMtDataAddInfo) GetMaxWaitingTimeOk ¶
func (o *TransferMtDataAddInfo) GetMaxWaitingTimeOk() (*int32, bool)
GetMaxWaitingTimeOk returns a tuple with the MaxWaitingTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferMtDataAddInfo) HasMaxWaitingTime ¶
func (o *TransferMtDataAddInfo) HasMaxWaitingTime() bool
HasMaxWaitingTime returns a boolean if a field has been set.
func (TransferMtDataAddInfo) MarshalJSON ¶
func (o TransferMtDataAddInfo) MarshalJSON() ([]byte, error)
func (*TransferMtDataAddInfo) SetMaxWaitingTime ¶
func (o *TransferMtDataAddInfo) SetMaxWaitingTime(v int32)
SetMaxWaitingTime gets a reference to the given int32 and assigns it to the MaxWaitingTime field.
func (TransferMtDataAddInfo) ToMap ¶
func (o TransferMtDataAddInfo) ToMap() (map[string]interface{}, error)
type TransferMtDataError ¶
type TransferMtDataError struct { ExtProblemDetails // indicating a time in seconds. MaxWaitingTime *int32 `json:"maxWaitingTime,omitempty"` }
TransferMtDataError Transfer MT Data Error Response
func NewTransferMtDataError ¶
func NewTransferMtDataError() *TransferMtDataError
NewTransferMtDataError instantiates a new TransferMtDataError 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 NewTransferMtDataErrorWithDefaults ¶
func NewTransferMtDataErrorWithDefaults() *TransferMtDataError
NewTransferMtDataErrorWithDefaults instantiates a new TransferMtDataError 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 (*TransferMtDataError) GetMaxWaitingTime ¶
func (o *TransferMtDataError) GetMaxWaitingTime() int32
GetMaxWaitingTime returns the MaxWaitingTime field value if set, zero value otherwise.
func (*TransferMtDataError) GetMaxWaitingTimeOk ¶
func (o *TransferMtDataError) GetMaxWaitingTimeOk() (*int32, bool)
GetMaxWaitingTimeOk returns a tuple with the MaxWaitingTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferMtDataError) HasMaxWaitingTime ¶
func (o *TransferMtDataError) HasMaxWaitingTime() bool
HasMaxWaitingTime returns a boolean if a field has been set.
func (TransferMtDataError) MarshalJSON ¶
func (o TransferMtDataError) MarshalJSON() ([]byte, error)
func (*TransferMtDataError) SetMaxWaitingTime ¶
func (o *TransferMtDataError) SetMaxWaitingTime(v int32)
SetMaxWaitingTime gets a reference to the given int32 and assigns it to the MaxWaitingTime field.
func (TransferMtDataError) ToMap ¶
func (o TransferMtDataError) ToMap() (map[string]interface{}, error)
type TransferMtDataIsmfRequest ¶
type TransferMtDataIsmfRequest struct { JsonData *TransferMtDataReqData `json:"jsonData,omitempty"` BinaryMtData **os.File `json:"binaryMtData,omitempty"` }
TransferMtDataIsmfRequest struct for TransferMtDataIsmfRequest
func NewTransferMtDataIsmfRequest ¶
func NewTransferMtDataIsmfRequest() *TransferMtDataIsmfRequest
NewTransferMtDataIsmfRequest instantiates a new TransferMtDataIsmfRequest 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 NewTransferMtDataIsmfRequestWithDefaults ¶
func NewTransferMtDataIsmfRequestWithDefaults() *TransferMtDataIsmfRequest
NewTransferMtDataIsmfRequestWithDefaults instantiates a new TransferMtDataIsmfRequest 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 (*TransferMtDataIsmfRequest) GetBinaryMtData ¶
func (o *TransferMtDataIsmfRequest) GetBinaryMtData() *os.File
GetBinaryMtData returns the BinaryMtData field value if set, zero value otherwise.
func (*TransferMtDataIsmfRequest) GetBinaryMtDataOk ¶
func (o *TransferMtDataIsmfRequest) GetBinaryMtDataOk() (**os.File, bool)
GetBinaryMtDataOk returns a tuple with the BinaryMtData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferMtDataIsmfRequest) GetJsonData ¶
func (o *TransferMtDataIsmfRequest) GetJsonData() TransferMtDataReqData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*TransferMtDataIsmfRequest) GetJsonDataOk ¶
func (o *TransferMtDataIsmfRequest) GetJsonDataOk() (*TransferMtDataReqData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransferMtDataIsmfRequest) HasBinaryMtData ¶
func (o *TransferMtDataIsmfRequest) HasBinaryMtData() bool
HasBinaryMtData returns a boolean if a field has been set.
func (*TransferMtDataIsmfRequest) HasJsonData ¶
func (o *TransferMtDataIsmfRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (TransferMtDataIsmfRequest) MarshalJSON ¶
func (o TransferMtDataIsmfRequest) MarshalJSON() ([]byte, error)
func (*TransferMtDataIsmfRequest) SetBinaryMtData ¶
func (o *TransferMtDataIsmfRequest) SetBinaryMtData(v *os.File)
SetBinaryMtData gets a reference to the given *os.File and assigns it to the BinaryMtData field.
func (*TransferMtDataIsmfRequest) SetJsonData ¶
func (o *TransferMtDataIsmfRequest) SetJsonData(v TransferMtDataReqData)
SetJsonData gets a reference to the given TransferMtDataReqData and assigns it to the JsonData field.
func (TransferMtDataIsmfRequest) ToMap ¶
func (o TransferMtDataIsmfRequest) ToMap() (map[string]interface{}, error)
type TransferMtDataReqData ¶
type TransferMtDataReqData struct {
MtData RefToBinaryData `json:"mtData"`
}
TransferMtDataReqData Data within Transfer MT Data Request
func NewTransferMtDataReqData ¶
func NewTransferMtDataReqData(mtData RefToBinaryData) *TransferMtDataReqData
NewTransferMtDataReqData instantiates a new TransferMtDataReqData 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 NewTransferMtDataReqDataWithDefaults ¶
func NewTransferMtDataReqDataWithDefaults() *TransferMtDataReqData
NewTransferMtDataReqDataWithDefaults instantiates a new TransferMtDataReqData 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 (*TransferMtDataReqData) GetMtData ¶
func (o *TransferMtDataReqData) GetMtData() RefToBinaryData
GetMtData returns the MtData field value
func (*TransferMtDataReqData) GetMtDataOk ¶
func (o *TransferMtDataReqData) GetMtDataOk() (*RefToBinaryData, bool)
GetMtDataOk returns a tuple with the MtData field value and a boolean to check if the value has been set.
func (TransferMtDataReqData) MarshalJSON ¶
func (o TransferMtDataReqData) MarshalJSON() ([]byte, error)
func (*TransferMtDataReqData) SetMtData ¶
func (o *TransferMtDataReqData) SetMtData(v RefToBinaryData)
SetMtData sets field value
func (TransferMtDataReqData) ToMap ¶
func (o TransferMtDataReqData) ToMap() (map[string]interface{}, error)
func (*TransferMtDataReqData) UnmarshalJSON ¶
func (o *TransferMtDataReqData) UnmarshalJSON(bytes []byte) (err error)
type TransportProtocol ¶
type TransportProtocol struct {
// contains filtered or unexported fields
}
TransportProtocol Possible values are: - UDP: User Datagram Protocol. - TCP: Transmission Control Protocol.
func (*TransportProtocol) MarshalJSON ¶
func (src *TransportProtocol) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TransportProtocol) UnmarshalJSON ¶
func (dst *TransportProtocol) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Trigger ¶
type Trigger struct { TriggerType *TriggerType `json:"triggerType,omitempty"` TriggerCategory TriggerCategory `json:"triggerCategory"` // indicating a time in seconds. TimeLimit *int32 `json:"timeLimit,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. VolumeLimit *int32 `json:"volumeLimit,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 64-bit integer. VolumeLimit64 *int32 `json:"volumeLimit64,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. EventLimit *int32 `json:"eventLimit,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 32-bit integer. MaxNumberOfccc *int32 `json:"maxNumberOfccc,omitempty"` // string with format 'date-time' as defined in OpenAPI. TariffTimeChange *time.Time `json:"tariffTimeChange,omitempty"` }
Trigger struct for Trigger
func NewTrigger ¶
func NewTrigger(triggerCategory TriggerCategory) *Trigger
NewTrigger instantiates a new Trigger 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 NewTriggerWithDefaults ¶
func NewTriggerWithDefaults() *Trigger
NewTriggerWithDefaults instantiates a new Trigger 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 (*Trigger) GetEventLimit ¶
GetEventLimit returns the EventLimit field value if set, zero value otherwise.
func (*Trigger) GetEventLimitOk ¶
GetEventLimitOk returns a tuple with the EventLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetMaxNumberOfccc ¶
GetMaxNumberOfccc returns the MaxNumberOfccc field value if set, zero value otherwise.
func (*Trigger) GetMaxNumberOfcccOk ¶
GetMaxNumberOfcccOk returns a tuple with the MaxNumberOfccc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetTariffTimeChange ¶
GetTariffTimeChange returns the TariffTimeChange field value if set, zero value otherwise.
func (*Trigger) GetTariffTimeChangeOk ¶
GetTariffTimeChangeOk returns a tuple with the TariffTimeChange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetTimeLimit ¶
GetTimeLimit returns the TimeLimit field value if set, zero value otherwise.
func (*Trigger) GetTimeLimitOk ¶
GetTimeLimitOk returns a tuple with the TimeLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetTriggerCategory ¶
func (o *Trigger) GetTriggerCategory() TriggerCategory
GetTriggerCategory returns the TriggerCategory field value
func (*Trigger) GetTriggerCategoryOk ¶
func (o *Trigger) GetTriggerCategoryOk() (*TriggerCategory, bool)
GetTriggerCategoryOk returns a tuple with the TriggerCategory field value and a boolean to check if the value has been set.
func (*Trigger) GetTriggerType ¶
func (o *Trigger) GetTriggerType() TriggerType
GetTriggerType returns the TriggerType field value if set, zero value otherwise.
func (*Trigger) GetTriggerTypeOk ¶
func (o *Trigger) GetTriggerTypeOk() (*TriggerType, bool)
GetTriggerTypeOk returns a tuple with the TriggerType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetVolumeLimit ¶
GetVolumeLimit returns the VolumeLimit field value if set, zero value otherwise.
func (*Trigger) GetVolumeLimit64 ¶
GetVolumeLimit64 returns the VolumeLimit64 field value if set, zero value otherwise.
func (*Trigger) GetVolumeLimit64Ok ¶
GetVolumeLimit64Ok returns a tuple with the VolumeLimit64 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetVolumeLimitOk ¶
GetVolumeLimitOk returns a tuple with the VolumeLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) HasEventLimit ¶
HasEventLimit returns a boolean if a field has been set.
func (*Trigger) HasMaxNumberOfccc ¶
HasMaxNumberOfccc returns a boolean if a field has been set.
func (*Trigger) HasTariffTimeChange ¶
HasTariffTimeChange returns a boolean if a field has been set.
func (*Trigger) HasTimeLimit ¶
HasTimeLimit returns a boolean if a field has been set.
func (*Trigger) HasTriggerType ¶
HasTriggerType returns a boolean if a field has been set.
func (*Trigger) HasVolumeLimit ¶
HasVolumeLimit returns a boolean if a field has been set.
func (*Trigger) HasVolumeLimit64 ¶
HasVolumeLimit64 returns a boolean if a field has been set.
func (Trigger) MarshalJSON ¶
func (*Trigger) SetEventLimit ¶
SetEventLimit gets a reference to the given int32 and assigns it to the EventLimit field.
func (*Trigger) SetMaxNumberOfccc ¶
SetMaxNumberOfccc gets a reference to the given int32 and assigns it to the MaxNumberOfccc field.
func (*Trigger) SetTariffTimeChange ¶
SetTariffTimeChange gets a reference to the given time.Time and assigns it to the TariffTimeChange field.
func (*Trigger) SetTimeLimit ¶
SetTimeLimit gets a reference to the given int32 and assigns it to the TimeLimit field.
func (*Trigger) SetTriggerCategory ¶
func (o *Trigger) SetTriggerCategory(v TriggerCategory)
SetTriggerCategory sets field value
func (*Trigger) SetTriggerType ¶
func (o *Trigger) SetTriggerType(v TriggerType)
SetTriggerType gets a reference to the given TriggerType and assigns it to the TriggerType field.
func (*Trigger) SetVolumeLimit ¶
SetVolumeLimit gets a reference to the given int32 and assigns it to the VolumeLimit field.
func (*Trigger) SetVolumeLimit64 ¶
SetVolumeLimit64 gets a reference to the given int32 and assigns it to the VolumeLimit64 field.
func (*Trigger) UnmarshalJSON ¶
type TriggerCategory ¶
type TriggerCategory struct {
// contains filtered or unexported fields
}
TriggerCategory struct for TriggerCategory
func (*TriggerCategory) MarshalJSON ¶
func (src *TriggerCategory) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TriggerCategory) UnmarshalJSON ¶
func (dst *TriggerCategory) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TriggerType ¶
type TriggerType struct {
// contains filtered or unexported fields
}
TriggerType struct for TriggerType
func (*TriggerType) MarshalJSON ¶
func (src *TriggerType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TriggerType) UnmarshalJSON ¶
func (dst *TriggerType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TunnelInfo ¶
type TunnelInfo struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` // GTP Tunnel Endpoint Identifier GtpTeid string `json:"gtpTeid"` AnType *AccessType `json:"anType,omitempty"` }
TunnelInfo Tunnel Information
func NewTunnelInfo ¶
func NewTunnelInfo(gtpTeid string) *TunnelInfo
NewTunnelInfo instantiates a new TunnelInfo 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 NewTunnelInfoWithDefaults ¶
func NewTunnelInfoWithDefaults() *TunnelInfo
NewTunnelInfoWithDefaults instantiates a new TunnelInfo 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 (*TunnelInfo) GetAnType ¶
func (o *TunnelInfo) GetAnType() AccessType
GetAnType returns the AnType field value if set, zero value otherwise.
func (*TunnelInfo) GetAnTypeOk ¶
func (o *TunnelInfo) GetAnTypeOk() (*AccessType, bool)
GetAnTypeOk returns a tuple with the AnType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TunnelInfo) GetGtpTeid ¶
func (o *TunnelInfo) GetGtpTeid() string
GetGtpTeid returns the GtpTeid field value
func (*TunnelInfo) GetGtpTeidOk ¶
func (o *TunnelInfo) GetGtpTeidOk() (*string, bool)
GetGtpTeidOk returns a tuple with the GtpTeid field value and a boolean to check if the value has been set.
func (*TunnelInfo) GetIpv4Addr ¶
func (o *TunnelInfo) GetIpv4Addr() string
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*TunnelInfo) GetIpv4AddrOk ¶
func (o *TunnelInfo) GetIpv4AddrOk() (*string, bool)
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TunnelInfo) GetIpv6Addr ¶
func (o *TunnelInfo) GetIpv6Addr() Ipv6Addr
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*TunnelInfo) GetIpv6AddrOk ¶
func (o *TunnelInfo) GetIpv6AddrOk() (*Ipv6Addr, bool)
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TunnelInfo) HasAnType ¶
func (o *TunnelInfo) HasAnType() bool
HasAnType returns a boolean if a field has been set.
func (*TunnelInfo) HasIpv4Addr ¶
func (o *TunnelInfo) HasIpv4Addr() bool
HasIpv4Addr returns a boolean if a field has been set.
func (*TunnelInfo) HasIpv6Addr ¶
func (o *TunnelInfo) HasIpv6Addr() bool
HasIpv6Addr returns a boolean if a field has been set.
func (TunnelInfo) MarshalJSON ¶
func (o TunnelInfo) MarshalJSON() ([]byte, error)
func (*TunnelInfo) SetAnType ¶
func (o *TunnelInfo) SetAnType(v AccessType)
SetAnType gets a reference to the given AccessType and assigns it to the AnType field.
func (*TunnelInfo) SetGtpTeid ¶
func (o *TunnelInfo) SetGtpTeid(v string)
SetGtpTeid sets field value
func (*TunnelInfo) SetIpv4Addr ¶
func (o *TunnelInfo) SetIpv4Addr(v string)
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*TunnelInfo) SetIpv6Addr ¶
func (o *TunnelInfo) SetIpv6Addr(v Ipv6Addr)
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (TunnelInfo) ToMap ¶
func (o TunnelInfo) ToMap() (map[string]interface{}, error)
func (*TunnelInfo) UnmarshalJSON ¶
func (o *TunnelInfo) UnmarshalJSON(bytes []byte) (err error)
type TwapId ¶
type TwapId struct { // This IE shall contain the SSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012. SsId string `json:"ssId"` // When present, it shall contain the BSSID of the access point to which the UE is attached, for trusted WLAN access, see IEEE Std 802.11-2012. BssId *string `json:"bssId,omitempty"` // string with format 'bytes' as defined in OpenAPI CivicAddress *string `json:"civicAddress,omitempty"` }
TwapId Contain the TWAP Identifier as defined in clause 4.2.8.5.3 of 3GPP TS 23.501 or the WLAN location information as defined in clause 4.5.7.2.8 of 3GPP TS 23.402.
func NewTwapId ¶
NewTwapId instantiates a new TwapId 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 NewTwapIdWithDefaults ¶
func NewTwapIdWithDefaults() *TwapId
NewTwapIdWithDefaults instantiates a new TwapId 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 (*TwapId) GetBssIdOk ¶
GetBssIdOk returns a tuple with the BssId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwapId) GetCivicAddress ¶
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*TwapId) GetCivicAddressOk ¶
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwapId) GetSsIdOk ¶
GetSsIdOk returns a tuple with the SsId field value and a boolean to check if the value has been set.
func (*TwapId) HasCivicAddress ¶
HasCivicAddress returns a boolean if a field has been set.
func (TwapId) MarshalJSON ¶
func (*TwapId) SetBssId ¶
SetBssId gets a reference to the given string and assigns it to the BssId field.
func (*TwapId) SetCivicAddress ¶
SetCivicAddress gets a reference to the given string and assigns it to the CivicAddress field.
func (*TwapId) UnmarshalJSON ¶
type TwifInfo ¶
type TwifInfo struct { Ipv4EndpointAddresses []string `json:"ipv4EndpointAddresses,omitempty"` Ipv6EndpointAddresses []Ipv6Addr `json:"ipv6EndpointAddresses,omitempty"` // Fully Qualified Domain Name EndpointFqdn *string `json:"endpointFqdn,omitempty"` }
TwifInfo Addressing information (IP addresses, FQDN) of the TWIF
func NewTwifInfo ¶
func NewTwifInfo() *TwifInfo
NewTwifInfo instantiates a new TwifInfo 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 NewTwifInfoWithDefaults ¶
func NewTwifInfoWithDefaults() *TwifInfo
NewTwifInfoWithDefaults instantiates a new TwifInfo 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 (*TwifInfo) GetEndpointFqdn ¶
GetEndpointFqdn returns the EndpointFqdn field value if set, zero value otherwise.
func (*TwifInfo) GetEndpointFqdnOk ¶
GetEndpointFqdnOk returns a tuple with the EndpointFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwifInfo) GetIpv4EndpointAddresses ¶
GetIpv4EndpointAddresses returns the Ipv4EndpointAddresses field value if set, zero value otherwise.
func (*TwifInfo) GetIpv4EndpointAddressesOk ¶
GetIpv4EndpointAddressesOk returns a tuple with the Ipv4EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwifInfo) GetIpv6EndpointAddresses ¶
GetIpv6EndpointAddresses returns the Ipv6EndpointAddresses field value if set, zero value otherwise.
func (*TwifInfo) GetIpv6EndpointAddressesOk ¶
GetIpv6EndpointAddressesOk returns a tuple with the Ipv6EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwifInfo) HasEndpointFqdn ¶
HasEndpointFqdn returns a boolean if a field has been set.
func (*TwifInfo) HasIpv4EndpointAddresses ¶
HasIpv4EndpointAddresses returns a boolean if a field has been set.
func (*TwifInfo) HasIpv6EndpointAddresses ¶
HasIpv6EndpointAddresses returns a boolean if a field has been set.
func (TwifInfo) MarshalJSON ¶
func (*TwifInfo) SetEndpointFqdn ¶
SetEndpointFqdn gets a reference to the given string and assigns it to the EndpointFqdn field.
func (*TwifInfo) SetIpv4EndpointAddresses ¶
SetIpv4EndpointAddresses gets a reference to the given []string and assigns it to the Ipv4EndpointAddresses field.
func (*TwifInfo) SetIpv6EndpointAddresses ¶
SetIpv6EndpointAddresses gets a reference to the given []Ipv6Addr and assigns it to the Ipv6EndpointAddresses field.
type UlclBpInformation ¶
type UlclBpInformation struct { // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. UlclBpUpfId *string `json:"ulclBpUpfId,omitempty"` }
UlclBpInformation UL CL or BP Information
func NewUlclBpInformation ¶
func NewUlclBpInformation() *UlclBpInformation
NewUlclBpInformation instantiates a new UlclBpInformation 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 NewUlclBpInformationWithDefaults ¶
func NewUlclBpInformationWithDefaults() *UlclBpInformation
NewUlclBpInformationWithDefaults instantiates a new UlclBpInformation 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 (*UlclBpInformation) GetUlclBpUpfId ¶
func (o *UlclBpInformation) GetUlclBpUpfId() string
GetUlclBpUpfId returns the UlclBpUpfId field value if set, zero value otherwise.
func (*UlclBpInformation) GetUlclBpUpfIdOk ¶
func (o *UlclBpInformation) GetUlclBpUpfIdOk() (*string, bool)
GetUlclBpUpfIdOk returns a tuple with the UlclBpUpfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UlclBpInformation) HasUlclBpUpfId ¶
func (o *UlclBpInformation) HasUlclBpUpfId() bool
HasUlclBpUpfId returns a boolean if a field has been set.
func (UlclBpInformation) MarshalJSON ¶
func (o UlclBpInformation) MarshalJSON() ([]byte, error)
func (*UlclBpInformation) SetUlclBpUpfId ¶
func (o *UlclBpInformation) SetUlclBpUpfId(v string)
SetUlclBpUpfId gets a reference to the given string and assigns it to the UlclBpUpfId field.
func (UlclBpInformation) ToMap ¶
func (o UlclBpInformation) ToMap() (map[string]interface{}, error)
type UnavailableAccessIndication ¶
type UnavailableAccessIndication struct {
// contains filtered or unexported fields
}
UnavailableAccessIndication Indicates the access type of a MA PDU session that is unavailable. Possible values are - 3GA_UNAVAILABLE - N3GA_UNAVAILABLE
func (*UnavailableAccessIndication) MarshalJSON ¶
func (src *UnavailableAccessIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UnavailableAccessIndication) UnmarshalJSON ¶
func (dst *UnavailableAccessIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UpCnxState ¶
type UpCnxState struct {
// contains filtered or unexported fields
}
UpCnxState User Plane Connection State. Possible values are - ACTIVATED - DEACTIVATED - ACTIVATING - SUSPENDED
func (*UpCnxState) MarshalJSON ¶
func (src *UpCnxState) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UpCnxState) UnmarshalJSON ¶
func (dst *UpCnxState) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UpConfidentiality ¶
type UpConfidentiality struct {
// contains filtered or unexported fields
}
UpConfidentiality indicates whether UP confidentiality protection is required, preferred or not needed for all the traffic on the PDU Session. It shall comply with the provisions defined in table 5.4.3.5-1.
func (*UpConfidentiality) MarshalJSON ¶
func (src *UpConfidentiality) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UpConfidentiality) UnmarshalJSON ¶
func (dst *UpConfidentiality) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UpIntegrity ¶
type UpIntegrity struct {
// contains filtered or unexported fields
}
UpIntegrity indicates whether UP integrity protection is required, preferred or not needed for all the traffic on the PDU Session. It shall comply with the provisions defined in table 5.4.3.4-1.
func (*UpIntegrity) MarshalJSON ¶
func (src *UpIntegrity) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UpIntegrity) UnmarshalJSON ¶
func (dst *UpIntegrity) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UpSecurity ¶
type UpSecurity struct { UpIntegr UpIntegrity `json:"upIntegr"` UpConfid UpConfidentiality `json:"upConfid"` }
UpSecurity Contains Userplain security information.
func NewUpSecurity ¶
func NewUpSecurity(upIntegr UpIntegrity, upConfid UpConfidentiality) *UpSecurity
NewUpSecurity instantiates a new UpSecurity 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 NewUpSecurityWithDefaults ¶
func NewUpSecurityWithDefaults() *UpSecurity
NewUpSecurityWithDefaults instantiates a new UpSecurity 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 (*UpSecurity) GetUpConfid ¶
func (o *UpSecurity) GetUpConfid() UpConfidentiality
GetUpConfid returns the UpConfid field value
func (*UpSecurity) GetUpConfidOk ¶
func (o *UpSecurity) GetUpConfidOk() (*UpConfidentiality, bool)
GetUpConfidOk returns a tuple with the UpConfid field value and a boolean to check if the value has been set.
func (*UpSecurity) GetUpIntegr ¶
func (o *UpSecurity) GetUpIntegr() UpIntegrity
GetUpIntegr returns the UpIntegr field value
func (*UpSecurity) GetUpIntegrOk ¶
func (o *UpSecurity) GetUpIntegrOk() (*UpIntegrity, bool)
GetUpIntegrOk returns a tuple with the UpIntegr field value and a boolean to check if the value has been set.
func (UpSecurity) MarshalJSON ¶
func (o UpSecurity) MarshalJSON() ([]byte, error)
func (*UpSecurity) SetUpConfid ¶
func (o *UpSecurity) SetUpConfid(v UpConfidentiality)
SetUpConfid sets field value
func (*UpSecurity) SetUpIntegr ¶
func (o *UpSecurity) SetUpIntegr(v UpIntegrity)
SetUpIntegr sets field value
func (UpSecurity) ToMap ¶
func (o UpSecurity) ToMap() (map[string]interface{}, error)
func (*UpSecurity) UnmarshalJSON ¶
func (o *UpSecurity) UnmarshalJSON(bytes []byte) (err error)
type UpSecurityInfo ¶
type UpSecurityInfo struct { UpSecurity UpSecurity `json:"upSecurity"` MaxIntegrityProtectedDataRateUl *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRateUl,omitempty"` MaxIntegrityProtectedDataRateDl *MaxIntegrityProtectedDataRate `json:"maxIntegrityProtectedDataRateDl,omitempty"` SecurityResult *SecurityResult `json:"securityResult,omitempty"` }
UpSecurityInfo User Plane Security Information
func NewUpSecurityInfo ¶
func NewUpSecurityInfo(upSecurity UpSecurity) *UpSecurityInfo
NewUpSecurityInfo instantiates a new UpSecurityInfo 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 NewUpSecurityInfoWithDefaults ¶
func NewUpSecurityInfoWithDefaults() *UpSecurityInfo
NewUpSecurityInfoWithDefaults instantiates a new UpSecurityInfo 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 (*UpSecurityInfo) GetMaxIntegrityProtectedDataRateDl ¶
func (o *UpSecurityInfo) GetMaxIntegrityProtectedDataRateDl() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRateDl returns the MaxIntegrityProtectedDataRateDl field value if set, zero value otherwise.
func (*UpSecurityInfo) GetMaxIntegrityProtectedDataRateDlOk ¶
func (o *UpSecurityInfo) GetMaxIntegrityProtectedDataRateDlOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateDlOk returns a tuple with the MaxIntegrityProtectedDataRateDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpSecurityInfo) GetMaxIntegrityProtectedDataRateUl ¶
func (o *UpSecurityInfo) GetMaxIntegrityProtectedDataRateUl() MaxIntegrityProtectedDataRate
GetMaxIntegrityProtectedDataRateUl returns the MaxIntegrityProtectedDataRateUl field value if set, zero value otherwise.
func (*UpSecurityInfo) GetMaxIntegrityProtectedDataRateUlOk ¶
func (o *UpSecurityInfo) GetMaxIntegrityProtectedDataRateUlOk() (*MaxIntegrityProtectedDataRate, bool)
GetMaxIntegrityProtectedDataRateUlOk returns a tuple with the MaxIntegrityProtectedDataRateUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpSecurityInfo) GetSecurityResult ¶
func (o *UpSecurityInfo) GetSecurityResult() SecurityResult
GetSecurityResult returns the SecurityResult field value if set, zero value otherwise.
func (*UpSecurityInfo) GetSecurityResultOk ¶
func (o *UpSecurityInfo) GetSecurityResultOk() (*SecurityResult, bool)
GetSecurityResultOk returns a tuple with the SecurityResult field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpSecurityInfo) GetUpSecurity ¶
func (o *UpSecurityInfo) GetUpSecurity() UpSecurity
GetUpSecurity returns the UpSecurity field value
func (*UpSecurityInfo) GetUpSecurityOk ¶
func (o *UpSecurityInfo) GetUpSecurityOk() (*UpSecurity, bool)
GetUpSecurityOk returns a tuple with the UpSecurity field value and a boolean to check if the value has been set.
func (*UpSecurityInfo) HasMaxIntegrityProtectedDataRateDl ¶
func (o *UpSecurityInfo) HasMaxIntegrityProtectedDataRateDl() bool
HasMaxIntegrityProtectedDataRateDl returns a boolean if a field has been set.
func (*UpSecurityInfo) HasMaxIntegrityProtectedDataRateUl ¶
func (o *UpSecurityInfo) HasMaxIntegrityProtectedDataRateUl() bool
HasMaxIntegrityProtectedDataRateUl returns a boolean if a field has been set.
func (*UpSecurityInfo) HasSecurityResult ¶
func (o *UpSecurityInfo) HasSecurityResult() bool
HasSecurityResult returns a boolean if a field has been set.
func (UpSecurityInfo) MarshalJSON ¶
func (o UpSecurityInfo) MarshalJSON() ([]byte, error)
func (*UpSecurityInfo) SetMaxIntegrityProtectedDataRateDl ¶
func (o *UpSecurityInfo) SetMaxIntegrityProtectedDataRateDl(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRateDl gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRateDl field.
func (*UpSecurityInfo) SetMaxIntegrityProtectedDataRateUl ¶
func (o *UpSecurityInfo) SetMaxIntegrityProtectedDataRateUl(v MaxIntegrityProtectedDataRate)
SetMaxIntegrityProtectedDataRateUl gets a reference to the given MaxIntegrityProtectedDataRate and assigns it to the MaxIntegrityProtectedDataRateUl field.
func (*UpSecurityInfo) SetSecurityResult ¶
func (o *UpSecurityInfo) SetSecurityResult(v SecurityResult)
SetSecurityResult gets a reference to the given SecurityResult and assigns it to the SecurityResult field.
func (*UpSecurityInfo) SetUpSecurity ¶
func (o *UpSecurityInfo) SetUpSecurity(v UpSecurity)
SetUpSecurity sets field value
func (UpSecurityInfo) ToMap ¶
func (o UpSecurityInfo) ToMap() (map[string]interface{}, error)
func (*UpSecurityInfo) UnmarshalJSON ¶
func (o *UpSecurityInfo) UnmarshalJSON(bytes []byte) (err error)
type UpdatePduSession200Response ¶
type UpdatePduSession200Response struct { JsonData *HsmfUpdatedData `json:"jsonData,omitempty"` BinaryDataN1SmInfoToUe **os.File `json:"binaryDataN1SmInfoToUe,omitempty"` BinaryDataN4Information **os.File `json:"binaryDataN4Information,omitempty"` BinaryDataN4InformationExt1 **os.File `json:"binaryDataN4InformationExt1,omitempty"` BinaryDataN4InformationExt2 **os.File `json:"binaryDataN4InformationExt2,omitempty"` }
UpdatePduSession200Response struct for UpdatePduSession200Response
func NewUpdatePduSession200Response ¶
func NewUpdatePduSession200Response() *UpdatePduSession200Response
NewUpdatePduSession200Response instantiates a new UpdatePduSession200Response 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 NewUpdatePduSession200ResponseWithDefaults ¶
func NewUpdatePduSession200ResponseWithDefaults() *UpdatePduSession200Response
NewUpdatePduSession200ResponseWithDefaults instantiates a new UpdatePduSession200Response 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 (*UpdatePduSession200Response) GetBinaryDataN1SmInfoToUe ¶
func (o *UpdatePduSession200Response) GetBinaryDataN1SmInfoToUe() *os.File
GetBinaryDataN1SmInfoToUe returns the BinaryDataN1SmInfoToUe field value if set, zero value otherwise.
func (*UpdatePduSession200Response) GetBinaryDataN1SmInfoToUeOk ¶
func (o *UpdatePduSession200Response) GetBinaryDataN1SmInfoToUeOk() (**os.File, bool)
GetBinaryDataN1SmInfoToUeOk returns a tuple with the BinaryDataN1SmInfoToUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSession200Response) GetBinaryDataN4Information ¶
func (o *UpdatePduSession200Response) GetBinaryDataN4Information() *os.File
GetBinaryDataN4Information returns the BinaryDataN4Information field value if set, zero value otherwise.
func (*UpdatePduSession200Response) GetBinaryDataN4InformationExt1 ¶
func (o *UpdatePduSession200Response) GetBinaryDataN4InformationExt1() *os.File
GetBinaryDataN4InformationExt1 returns the BinaryDataN4InformationExt1 field value if set, zero value otherwise.
func (*UpdatePduSession200Response) GetBinaryDataN4InformationExt1Ok ¶
func (o *UpdatePduSession200Response) GetBinaryDataN4InformationExt1Ok() (**os.File, bool)
GetBinaryDataN4InformationExt1Ok returns a tuple with the BinaryDataN4InformationExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSession200Response) GetBinaryDataN4InformationExt2 ¶
func (o *UpdatePduSession200Response) GetBinaryDataN4InformationExt2() *os.File
GetBinaryDataN4InformationExt2 returns the BinaryDataN4InformationExt2 field value if set, zero value otherwise.
func (*UpdatePduSession200Response) GetBinaryDataN4InformationExt2Ok ¶
func (o *UpdatePduSession200Response) GetBinaryDataN4InformationExt2Ok() (**os.File, bool)
GetBinaryDataN4InformationExt2Ok returns a tuple with the BinaryDataN4InformationExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSession200Response) GetBinaryDataN4InformationOk ¶
func (o *UpdatePduSession200Response) GetBinaryDataN4InformationOk() (**os.File, bool)
GetBinaryDataN4InformationOk returns a tuple with the BinaryDataN4Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSession200Response) GetJsonData ¶
func (o *UpdatePduSession200Response) GetJsonData() HsmfUpdatedData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*UpdatePduSession200Response) GetJsonDataOk ¶
func (o *UpdatePduSession200Response) GetJsonDataOk() (*HsmfUpdatedData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSession200Response) HasBinaryDataN1SmInfoToUe ¶
func (o *UpdatePduSession200Response) HasBinaryDataN1SmInfoToUe() bool
HasBinaryDataN1SmInfoToUe returns a boolean if a field has been set.
func (*UpdatePduSession200Response) HasBinaryDataN4Information ¶
func (o *UpdatePduSession200Response) HasBinaryDataN4Information() bool
HasBinaryDataN4Information returns a boolean if a field has been set.
func (*UpdatePduSession200Response) HasBinaryDataN4InformationExt1 ¶
func (o *UpdatePduSession200Response) HasBinaryDataN4InformationExt1() bool
HasBinaryDataN4InformationExt1 returns a boolean if a field has been set.
func (*UpdatePduSession200Response) HasBinaryDataN4InformationExt2 ¶
func (o *UpdatePduSession200Response) HasBinaryDataN4InformationExt2() bool
HasBinaryDataN4InformationExt2 returns a boolean if a field has been set.
func (*UpdatePduSession200Response) HasJsonData ¶
func (o *UpdatePduSession200Response) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (UpdatePduSession200Response) MarshalJSON ¶
func (o UpdatePduSession200Response) MarshalJSON() ([]byte, error)
func (*UpdatePduSession200Response) SetBinaryDataN1SmInfoToUe ¶
func (o *UpdatePduSession200Response) SetBinaryDataN1SmInfoToUe(v *os.File)
SetBinaryDataN1SmInfoToUe gets a reference to the given *os.File and assigns it to the BinaryDataN1SmInfoToUe field.
func (*UpdatePduSession200Response) SetBinaryDataN4Information ¶
func (o *UpdatePduSession200Response) SetBinaryDataN4Information(v *os.File)
SetBinaryDataN4Information gets a reference to the given *os.File and assigns it to the BinaryDataN4Information field.
func (*UpdatePduSession200Response) SetBinaryDataN4InformationExt1 ¶
func (o *UpdatePduSession200Response) SetBinaryDataN4InformationExt1(v *os.File)
SetBinaryDataN4InformationExt1 gets a reference to the given *os.File and assigns it to the BinaryDataN4InformationExt1 field.
func (*UpdatePduSession200Response) SetBinaryDataN4InformationExt2 ¶
func (o *UpdatePduSession200Response) SetBinaryDataN4InformationExt2(v *os.File)
SetBinaryDataN4InformationExt2 gets a reference to the given *os.File and assigns it to the BinaryDataN4InformationExt2 field.
func (*UpdatePduSession200Response) SetJsonData ¶
func (o *UpdatePduSession200Response) SetJsonData(v HsmfUpdatedData)
SetJsonData gets a reference to the given HsmfUpdatedData and assigns it to the JsonData field.
func (UpdatePduSession200Response) ToMap ¶
func (o UpdatePduSession200Response) ToMap() (map[string]interface{}, error)
type UpdatePduSession400Response ¶
type UpdatePduSession400Response struct { JsonData *HsmfUpdateError `json:"jsonData,omitempty"` BinaryDataN1SmInfoToUe **os.File `json:"binaryDataN1SmInfoToUe,omitempty"` }
UpdatePduSession400Response struct for UpdatePduSession400Response
func NewUpdatePduSession400Response ¶
func NewUpdatePduSession400Response() *UpdatePduSession400Response
NewUpdatePduSession400Response instantiates a new UpdatePduSession400Response 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 NewUpdatePduSession400ResponseWithDefaults ¶
func NewUpdatePduSession400ResponseWithDefaults() *UpdatePduSession400Response
NewUpdatePduSession400ResponseWithDefaults instantiates a new UpdatePduSession400Response 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 (*UpdatePduSession400Response) GetBinaryDataN1SmInfoToUe ¶
func (o *UpdatePduSession400Response) GetBinaryDataN1SmInfoToUe() *os.File
GetBinaryDataN1SmInfoToUe returns the BinaryDataN1SmInfoToUe field value if set, zero value otherwise.
func (*UpdatePduSession400Response) GetBinaryDataN1SmInfoToUeOk ¶
func (o *UpdatePduSession400Response) GetBinaryDataN1SmInfoToUeOk() (**os.File, bool)
GetBinaryDataN1SmInfoToUeOk returns a tuple with the BinaryDataN1SmInfoToUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSession400Response) GetJsonData ¶
func (o *UpdatePduSession400Response) GetJsonData() HsmfUpdateError
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*UpdatePduSession400Response) GetJsonDataOk ¶
func (o *UpdatePduSession400Response) GetJsonDataOk() (*HsmfUpdateError, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSession400Response) HasBinaryDataN1SmInfoToUe ¶
func (o *UpdatePduSession400Response) HasBinaryDataN1SmInfoToUe() bool
HasBinaryDataN1SmInfoToUe returns a boolean if a field has been set.
func (*UpdatePduSession400Response) HasJsonData ¶
func (o *UpdatePduSession400Response) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (UpdatePduSession400Response) MarshalJSON ¶
func (o UpdatePduSession400Response) MarshalJSON() ([]byte, error)
func (*UpdatePduSession400Response) SetBinaryDataN1SmInfoToUe ¶
func (o *UpdatePduSession400Response) SetBinaryDataN1SmInfoToUe(v *os.File)
SetBinaryDataN1SmInfoToUe gets a reference to the given *os.File and assigns it to the BinaryDataN1SmInfoToUe field.
func (*UpdatePduSession400Response) SetJsonData ¶
func (o *UpdatePduSession400Response) SetJsonData(v HsmfUpdateError)
SetJsonData gets a reference to the given HsmfUpdateError and assigns it to the JsonData field.
func (UpdatePduSession400Response) ToMap ¶
func (o UpdatePduSession400Response) ToMap() (map[string]interface{}, error)
type UpdatePduSessionRequest ¶
type UpdatePduSessionRequest struct { JsonData *HsmfUpdateData `json:"jsonData,omitempty"` BinaryDataN1SmInfoFromUe **os.File `json:"binaryDataN1SmInfoFromUe,omitempty"` BinaryDataUnknownN1SmInfo **os.File `json:"binaryDataUnknownN1SmInfo,omitempty"` BinaryDataN4Information **os.File `json:"binaryDataN4Information,omitempty"` BinaryDataN4InformationExt1 **os.File `json:"binaryDataN4InformationExt1,omitempty"` BinaryDataN4InformationExt2 **os.File `json:"binaryDataN4InformationExt2,omitempty"` }
UpdatePduSessionRequest struct for UpdatePduSessionRequest
func NewUpdatePduSessionRequest ¶
func NewUpdatePduSessionRequest() *UpdatePduSessionRequest
NewUpdatePduSessionRequest instantiates a new UpdatePduSessionRequest 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 NewUpdatePduSessionRequestWithDefaults ¶
func NewUpdatePduSessionRequestWithDefaults() *UpdatePduSessionRequest
NewUpdatePduSessionRequestWithDefaults instantiates a new UpdatePduSessionRequest 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 (*UpdatePduSessionRequest) GetBinaryDataN1SmInfoFromUe ¶
func (o *UpdatePduSessionRequest) GetBinaryDataN1SmInfoFromUe() *os.File
GetBinaryDataN1SmInfoFromUe returns the BinaryDataN1SmInfoFromUe field value if set, zero value otherwise.
func (*UpdatePduSessionRequest) GetBinaryDataN1SmInfoFromUeOk ¶
func (o *UpdatePduSessionRequest) GetBinaryDataN1SmInfoFromUeOk() (**os.File, bool)
GetBinaryDataN1SmInfoFromUeOk returns a tuple with the BinaryDataN1SmInfoFromUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSessionRequest) GetBinaryDataN4Information ¶
func (o *UpdatePduSessionRequest) GetBinaryDataN4Information() *os.File
GetBinaryDataN4Information returns the BinaryDataN4Information field value if set, zero value otherwise.
func (*UpdatePduSessionRequest) GetBinaryDataN4InformationExt1 ¶
func (o *UpdatePduSessionRequest) GetBinaryDataN4InformationExt1() *os.File
GetBinaryDataN4InformationExt1 returns the BinaryDataN4InformationExt1 field value if set, zero value otherwise.
func (*UpdatePduSessionRequest) GetBinaryDataN4InformationExt1Ok ¶
func (o *UpdatePduSessionRequest) GetBinaryDataN4InformationExt1Ok() (**os.File, bool)
GetBinaryDataN4InformationExt1Ok returns a tuple with the BinaryDataN4InformationExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSessionRequest) GetBinaryDataN4InformationExt2 ¶
func (o *UpdatePduSessionRequest) GetBinaryDataN4InformationExt2() *os.File
GetBinaryDataN4InformationExt2 returns the BinaryDataN4InformationExt2 field value if set, zero value otherwise.
func (*UpdatePduSessionRequest) GetBinaryDataN4InformationExt2Ok ¶
func (o *UpdatePduSessionRequest) GetBinaryDataN4InformationExt2Ok() (**os.File, bool)
GetBinaryDataN4InformationExt2Ok returns a tuple with the BinaryDataN4InformationExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSessionRequest) GetBinaryDataN4InformationOk ¶
func (o *UpdatePduSessionRequest) GetBinaryDataN4InformationOk() (**os.File, bool)
GetBinaryDataN4InformationOk returns a tuple with the BinaryDataN4Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSessionRequest) GetBinaryDataUnknownN1SmInfo ¶
func (o *UpdatePduSessionRequest) GetBinaryDataUnknownN1SmInfo() *os.File
GetBinaryDataUnknownN1SmInfo returns the BinaryDataUnknownN1SmInfo field value if set, zero value otherwise.
func (*UpdatePduSessionRequest) GetBinaryDataUnknownN1SmInfoOk ¶
func (o *UpdatePduSessionRequest) GetBinaryDataUnknownN1SmInfoOk() (**os.File, bool)
GetBinaryDataUnknownN1SmInfoOk returns a tuple with the BinaryDataUnknownN1SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSessionRequest) GetJsonData ¶
func (o *UpdatePduSessionRequest) GetJsonData() HsmfUpdateData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*UpdatePduSessionRequest) GetJsonDataOk ¶
func (o *UpdatePduSessionRequest) GetJsonDataOk() (*HsmfUpdateData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdatePduSessionRequest) HasBinaryDataN1SmInfoFromUe ¶
func (o *UpdatePduSessionRequest) HasBinaryDataN1SmInfoFromUe() bool
HasBinaryDataN1SmInfoFromUe returns a boolean if a field has been set.
func (*UpdatePduSessionRequest) HasBinaryDataN4Information ¶
func (o *UpdatePduSessionRequest) HasBinaryDataN4Information() bool
HasBinaryDataN4Information returns a boolean if a field has been set.
func (*UpdatePduSessionRequest) HasBinaryDataN4InformationExt1 ¶
func (o *UpdatePduSessionRequest) HasBinaryDataN4InformationExt1() bool
HasBinaryDataN4InformationExt1 returns a boolean if a field has been set.
func (*UpdatePduSessionRequest) HasBinaryDataN4InformationExt2 ¶
func (o *UpdatePduSessionRequest) HasBinaryDataN4InformationExt2() bool
HasBinaryDataN4InformationExt2 returns a boolean if a field has been set.
func (*UpdatePduSessionRequest) HasBinaryDataUnknownN1SmInfo ¶
func (o *UpdatePduSessionRequest) HasBinaryDataUnknownN1SmInfo() bool
HasBinaryDataUnknownN1SmInfo returns a boolean if a field has been set.
func (*UpdatePduSessionRequest) HasJsonData ¶
func (o *UpdatePduSessionRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (UpdatePduSessionRequest) MarshalJSON ¶
func (o UpdatePduSessionRequest) MarshalJSON() ([]byte, error)
func (*UpdatePduSessionRequest) SetBinaryDataN1SmInfoFromUe ¶
func (o *UpdatePduSessionRequest) SetBinaryDataN1SmInfoFromUe(v *os.File)
SetBinaryDataN1SmInfoFromUe gets a reference to the given *os.File and assigns it to the BinaryDataN1SmInfoFromUe field.
func (*UpdatePduSessionRequest) SetBinaryDataN4Information ¶
func (o *UpdatePduSessionRequest) SetBinaryDataN4Information(v *os.File)
SetBinaryDataN4Information gets a reference to the given *os.File and assigns it to the BinaryDataN4Information field.
func (*UpdatePduSessionRequest) SetBinaryDataN4InformationExt1 ¶
func (o *UpdatePduSessionRequest) SetBinaryDataN4InformationExt1(v *os.File)
SetBinaryDataN4InformationExt1 gets a reference to the given *os.File and assigns it to the BinaryDataN4InformationExt1 field.
func (*UpdatePduSessionRequest) SetBinaryDataN4InformationExt2 ¶
func (o *UpdatePduSessionRequest) SetBinaryDataN4InformationExt2(v *os.File)
SetBinaryDataN4InformationExt2 gets a reference to the given *os.File and assigns it to the BinaryDataN4InformationExt2 field.
func (*UpdatePduSessionRequest) SetBinaryDataUnknownN1SmInfo ¶
func (o *UpdatePduSessionRequest) SetBinaryDataUnknownN1SmInfo(v *os.File)
SetBinaryDataUnknownN1SmInfo gets a reference to the given *os.File and assigns it to the BinaryDataUnknownN1SmInfo field.
func (*UpdatePduSessionRequest) SetJsonData ¶
func (o *UpdatePduSessionRequest) SetJsonData(v HsmfUpdateData)
SetJsonData gets a reference to the given HsmfUpdateData and assigns it to the JsonData field.
func (UpdatePduSessionRequest) ToMap ¶
func (o UpdatePduSessionRequest) ToMap() (map[string]interface{}, error)
type UpdateSmContext200Response ¶
type UpdateSmContext200Response struct { JsonData *SmContextUpdatedData `json:"jsonData,omitempty"` BinaryDataN1SmMessage **os.File `json:"binaryDataN1SmMessage,omitempty"` BinaryDataN2SmInformation **os.File `json:"binaryDataN2SmInformation,omitempty"` }
UpdateSmContext200Response struct for UpdateSmContext200Response
func NewUpdateSmContext200Response ¶
func NewUpdateSmContext200Response() *UpdateSmContext200Response
NewUpdateSmContext200Response instantiates a new UpdateSmContext200Response 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 NewUpdateSmContext200ResponseWithDefaults ¶
func NewUpdateSmContext200ResponseWithDefaults() *UpdateSmContext200Response
NewUpdateSmContext200ResponseWithDefaults instantiates a new UpdateSmContext200Response 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 (*UpdateSmContext200Response) GetBinaryDataN1SmMessage ¶
func (o *UpdateSmContext200Response) GetBinaryDataN1SmMessage() *os.File
GetBinaryDataN1SmMessage returns the BinaryDataN1SmMessage field value if set, zero value otherwise.
func (*UpdateSmContext200Response) GetBinaryDataN1SmMessageOk ¶
func (o *UpdateSmContext200Response) GetBinaryDataN1SmMessageOk() (**os.File, bool)
GetBinaryDataN1SmMessageOk returns a tuple with the BinaryDataN1SmMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSmContext200Response) GetBinaryDataN2SmInformation ¶
func (o *UpdateSmContext200Response) GetBinaryDataN2SmInformation() *os.File
GetBinaryDataN2SmInformation returns the BinaryDataN2SmInformation field value if set, zero value otherwise.
func (*UpdateSmContext200Response) GetBinaryDataN2SmInformationOk ¶
func (o *UpdateSmContext200Response) GetBinaryDataN2SmInformationOk() (**os.File, bool)
GetBinaryDataN2SmInformationOk returns a tuple with the BinaryDataN2SmInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSmContext200Response) GetJsonData ¶
func (o *UpdateSmContext200Response) GetJsonData() SmContextUpdatedData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*UpdateSmContext200Response) GetJsonDataOk ¶
func (o *UpdateSmContext200Response) GetJsonDataOk() (*SmContextUpdatedData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSmContext200Response) HasBinaryDataN1SmMessage ¶
func (o *UpdateSmContext200Response) HasBinaryDataN1SmMessage() bool
HasBinaryDataN1SmMessage returns a boolean if a field has been set.
func (*UpdateSmContext200Response) HasBinaryDataN2SmInformation ¶
func (o *UpdateSmContext200Response) HasBinaryDataN2SmInformation() bool
HasBinaryDataN2SmInformation returns a boolean if a field has been set.
func (*UpdateSmContext200Response) HasJsonData ¶
func (o *UpdateSmContext200Response) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (UpdateSmContext200Response) MarshalJSON ¶
func (o UpdateSmContext200Response) MarshalJSON() ([]byte, error)
func (*UpdateSmContext200Response) SetBinaryDataN1SmMessage ¶
func (o *UpdateSmContext200Response) SetBinaryDataN1SmMessage(v *os.File)
SetBinaryDataN1SmMessage gets a reference to the given *os.File and assigns it to the BinaryDataN1SmMessage field.
func (*UpdateSmContext200Response) SetBinaryDataN2SmInformation ¶
func (o *UpdateSmContext200Response) SetBinaryDataN2SmInformation(v *os.File)
SetBinaryDataN2SmInformation gets a reference to the given *os.File and assigns it to the BinaryDataN2SmInformation field.
func (*UpdateSmContext200Response) SetJsonData ¶
func (o *UpdateSmContext200Response) SetJsonData(v SmContextUpdatedData)
SetJsonData gets a reference to the given SmContextUpdatedData and assigns it to the JsonData field.
func (UpdateSmContext200Response) ToMap ¶
func (o UpdateSmContext200Response) ToMap() (map[string]interface{}, error)
type UpdateSmContext400Response ¶
type UpdateSmContext400Response struct { JsonData *SmContextUpdateError `json:"jsonData,omitempty"` BinaryDataN1SmMessage **os.File `json:"binaryDataN1SmMessage,omitempty"` BinaryDataN2SmInformation **os.File `json:"binaryDataN2SmInformation,omitempty"` }
UpdateSmContext400Response struct for UpdateSmContext400Response
func NewUpdateSmContext400Response ¶
func NewUpdateSmContext400Response() *UpdateSmContext400Response
NewUpdateSmContext400Response instantiates a new UpdateSmContext400Response 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 NewUpdateSmContext400ResponseWithDefaults ¶
func NewUpdateSmContext400ResponseWithDefaults() *UpdateSmContext400Response
NewUpdateSmContext400ResponseWithDefaults instantiates a new UpdateSmContext400Response 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 (*UpdateSmContext400Response) GetBinaryDataN1SmMessage ¶
func (o *UpdateSmContext400Response) GetBinaryDataN1SmMessage() *os.File
GetBinaryDataN1SmMessage returns the BinaryDataN1SmMessage field value if set, zero value otherwise.
func (*UpdateSmContext400Response) GetBinaryDataN1SmMessageOk ¶
func (o *UpdateSmContext400Response) GetBinaryDataN1SmMessageOk() (**os.File, bool)
GetBinaryDataN1SmMessageOk returns a tuple with the BinaryDataN1SmMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSmContext400Response) GetBinaryDataN2SmInformation ¶
func (o *UpdateSmContext400Response) GetBinaryDataN2SmInformation() *os.File
GetBinaryDataN2SmInformation returns the BinaryDataN2SmInformation field value if set, zero value otherwise.
func (*UpdateSmContext400Response) GetBinaryDataN2SmInformationOk ¶
func (o *UpdateSmContext400Response) GetBinaryDataN2SmInformationOk() (**os.File, bool)
GetBinaryDataN2SmInformationOk returns a tuple with the BinaryDataN2SmInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSmContext400Response) GetJsonData ¶
func (o *UpdateSmContext400Response) GetJsonData() SmContextUpdateError
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*UpdateSmContext400Response) GetJsonDataOk ¶
func (o *UpdateSmContext400Response) GetJsonDataOk() (*SmContextUpdateError, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSmContext400Response) HasBinaryDataN1SmMessage ¶
func (o *UpdateSmContext400Response) HasBinaryDataN1SmMessage() bool
HasBinaryDataN1SmMessage returns a boolean if a field has been set.
func (*UpdateSmContext400Response) HasBinaryDataN2SmInformation ¶
func (o *UpdateSmContext400Response) HasBinaryDataN2SmInformation() bool
HasBinaryDataN2SmInformation returns a boolean if a field has been set.
func (*UpdateSmContext400Response) HasJsonData ¶
func (o *UpdateSmContext400Response) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (UpdateSmContext400Response) MarshalJSON ¶
func (o UpdateSmContext400Response) MarshalJSON() ([]byte, error)
func (*UpdateSmContext400Response) SetBinaryDataN1SmMessage ¶
func (o *UpdateSmContext400Response) SetBinaryDataN1SmMessage(v *os.File)
SetBinaryDataN1SmMessage gets a reference to the given *os.File and assigns it to the BinaryDataN1SmMessage field.
func (*UpdateSmContext400Response) SetBinaryDataN2SmInformation ¶
func (o *UpdateSmContext400Response) SetBinaryDataN2SmInformation(v *os.File)
SetBinaryDataN2SmInformation gets a reference to the given *os.File and assigns it to the BinaryDataN2SmInformation field.
func (*UpdateSmContext400Response) SetJsonData ¶
func (o *UpdateSmContext400Response) SetJsonData(v SmContextUpdateError)
SetJsonData gets a reference to the given SmContextUpdateError and assigns it to the JsonData field.
func (UpdateSmContext400Response) ToMap ¶
func (o UpdateSmContext400Response) ToMap() (map[string]interface{}, error)
type UpdateSmContextRequest ¶
type UpdateSmContextRequest struct { JsonData *SmContextUpdateData `json:"jsonData,omitempty"` BinaryDataN1SmMessage **os.File `json:"binaryDataN1SmMessage,omitempty"` BinaryDataN2SmInformation **os.File `json:"binaryDataN2SmInformation,omitempty"` BinaryDataN2SmInformationExt1 **os.File `json:"binaryDataN2SmInformationExt1,omitempty"` }
UpdateSmContextRequest struct for UpdateSmContextRequest
func NewUpdateSmContextRequest ¶
func NewUpdateSmContextRequest() *UpdateSmContextRequest
NewUpdateSmContextRequest instantiates a new UpdateSmContextRequest 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 NewUpdateSmContextRequestWithDefaults ¶
func NewUpdateSmContextRequestWithDefaults() *UpdateSmContextRequest
NewUpdateSmContextRequestWithDefaults instantiates a new UpdateSmContextRequest 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 (*UpdateSmContextRequest) GetBinaryDataN1SmMessage ¶
func (o *UpdateSmContextRequest) GetBinaryDataN1SmMessage() *os.File
GetBinaryDataN1SmMessage returns the BinaryDataN1SmMessage field value if set, zero value otherwise.
func (*UpdateSmContextRequest) GetBinaryDataN1SmMessageOk ¶
func (o *UpdateSmContextRequest) GetBinaryDataN1SmMessageOk() (**os.File, bool)
GetBinaryDataN1SmMessageOk returns a tuple with the BinaryDataN1SmMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSmContextRequest) GetBinaryDataN2SmInformation ¶
func (o *UpdateSmContextRequest) GetBinaryDataN2SmInformation() *os.File
GetBinaryDataN2SmInformation returns the BinaryDataN2SmInformation field value if set, zero value otherwise.
func (*UpdateSmContextRequest) GetBinaryDataN2SmInformationExt1 ¶
func (o *UpdateSmContextRequest) GetBinaryDataN2SmInformationExt1() *os.File
GetBinaryDataN2SmInformationExt1 returns the BinaryDataN2SmInformationExt1 field value if set, zero value otherwise.
func (*UpdateSmContextRequest) GetBinaryDataN2SmInformationExt1Ok ¶
func (o *UpdateSmContextRequest) GetBinaryDataN2SmInformationExt1Ok() (**os.File, bool)
GetBinaryDataN2SmInformationExt1Ok returns a tuple with the BinaryDataN2SmInformationExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSmContextRequest) GetBinaryDataN2SmInformationOk ¶
func (o *UpdateSmContextRequest) GetBinaryDataN2SmInformationOk() (**os.File, bool)
GetBinaryDataN2SmInformationOk returns a tuple with the BinaryDataN2SmInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSmContextRequest) GetJsonData ¶
func (o *UpdateSmContextRequest) GetJsonData() SmContextUpdateData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*UpdateSmContextRequest) GetJsonDataOk ¶
func (o *UpdateSmContextRequest) GetJsonDataOk() (*SmContextUpdateData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSmContextRequest) HasBinaryDataN1SmMessage ¶
func (o *UpdateSmContextRequest) HasBinaryDataN1SmMessage() bool
HasBinaryDataN1SmMessage returns a boolean if a field has been set.
func (*UpdateSmContextRequest) HasBinaryDataN2SmInformation ¶
func (o *UpdateSmContextRequest) HasBinaryDataN2SmInformation() bool
HasBinaryDataN2SmInformation returns a boolean if a field has been set.
func (*UpdateSmContextRequest) HasBinaryDataN2SmInformationExt1 ¶
func (o *UpdateSmContextRequest) HasBinaryDataN2SmInformationExt1() bool
HasBinaryDataN2SmInformationExt1 returns a boolean if a field has been set.
func (*UpdateSmContextRequest) HasJsonData ¶
func (o *UpdateSmContextRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (UpdateSmContextRequest) MarshalJSON ¶
func (o UpdateSmContextRequest) MarshalJSON() ([]byte, error)
func (*UpdateSmContextRequest) SetBinaryDataN1SmMessage ¶
func (o *UpdateSmContextRequest) SetBinaryDataN1SmMessage(v *os.File)
SetBinaryDataN1SmMessage gets a reference to the given *os.File and assigns it to the BinaryDataN1SmMessage field.
func (*UpdateSmContextRequest) SetBinaryDataN2SmInformation ¶
func (o *UpdateSmContextRequest) SetBinaryDataN2SmInformation(v *os.File)
SetBinaryDataN2SmInformation gets a reference to the given *os.File and assigns it to the BinaryDataN2SmInformation field.
func (*UpdateSmContextRequest) SetBinaryDataN2SmInformationExt1 ¶
func (o *UpdateSmContextRequest) SetBinaryDataN2SmInformationExt1(v *os.File)
SetBinaryDataN2SmInformationExt1 gets a reference to the given *os.File and assigns it to the BinaryDataN2SmInformationExt1 field.
func (*UpdateSmContextRequest) SetJsonData ¶
func (o *UpdateSmContextRequest) SetJsonData(v SmContextUpdateData)
SetJsonData gets a reference to the given SmContextUpdateData and assigns it to the JsonData field.
func (UpdateSmContextRequest) ToMap ¶
func (o UpdateSmContextRequest) ToMap() (map[string]interface{}, error)
type UserLocation ¶
type UserLocation struct { EutraLocation *EutraLocation `json:"eutraLocation,omitempty"` NrLocation *NrLocation `json:"nrLocation,omitempty"` N3gaLocation *N3gaLocation `json:"n3gaLocation,omitempty"` UtraLocation NullableUtraLocation `json:"utraLocation,omitempty"` GeraLocation NullableGeraLocation `json:"geraLocation,omitempty"` }
UserLocation At least one of eutraLocation, nrLocation and n3gaLocation shall be present. Several of them may be present.
func NewUserLocation ¶
func NewUserLocation() *UserLocation
NewUserLocation instantiates a new UserLocation 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 NewUserLocationWithDefaults ¶
func NewUserLocationWithDefaults() *UserLocation
NewUserLocationWithDefaults instantiates a new UserLocation 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 (*UserLocation) GetEutraLocation ¶
func (o *UserLocation) GetEutraLocation() EutraLocation
GetEutraLocation returns the EutraLocation field value if set, zero value otherwise.
func (*UserLocation) GetEutraLocationOk ¶
func (o *UserLocation) GetEutraLocationOk() (*EutraLocation, bool)
GetEutraLocationOk returns a tuple with the EutraLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetGeraLocation ¶
func (o *UserLocation) GetGeraLocation() GeraLocation
GetGeraLocation returns the GeraLocation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserLocation) GetGeraLocationOk ¶
func (o *UserLocation) GetGeraLocationOk() (*GeraLocation, bool)
GetGeraLocationOk returns a tuple with the GeraLocation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserLocation) GetN3gaLocation ¶
func (o *UserLocation) GetN3gaLocation() N3gaLocation
GetN3gaLocation returns the N3gaLocation field value if set, zero value otherwise.
func (*UserLocation) GetN3gaLocationOk ¶
func (o *UserLocation) GetN3gaLocationOk() (*N3gaLocation, bool)
GetN3gaLocationOk returns a tuple with the N3gaLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetNrLocation ¶
func (o *UserLocation) GetNrLocation() NrLocation
GetNrLocation returns the NrLocation field value if set, zero value otherwise.
func (*UserLocation) GetNrLocationOk ¶
func (o *UserLocation) GetNrLocationOk() (*NrLocation, bool)
GetNrLocationOk returns a tuple with the NrLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetUtraLocation ¶
func (o *UserLocation) GetUtraLocation() UtraLocation
GetUtraLocation returns the UtraLocation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserLocation) GetUtraLocationOk ¶
func (o *UserLocation) GetUtraLocationOk() (*UtraLocation, bool)
GetUtraLocationOk returns a tuple with the UtraLocation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserLocation) HasEutraLocation ¶
func (o *UserLocation) HasEutraLocation() bool
HasEutraLocation returns a boolean if a field has been set.
func (*UserLocation) HasGeraLocation ¶
func (o *UserLocation) HasGeraLocation() bool
HasGeraLocation returns a boolean if a field has been set.
func (*UserLocation) HasN3gaLocation ¶
func (o *UserLocation) HasN3gaLocation() bool
HasN3gaLocation returns a boolean if a field has been set.
func (*UserLocation) HasNrLocation ¶
func (o *UserLocation) HasNrLocation() bool
HasNrLocation returns a boolean if a field has been set.
func (*UserLocation) HasUtraLocation ¶
func (o *UserLocation) HasUtraLocation() bool
HasUtraLocation returns a boolean if a field has been set.
func (UserLocation) MarshalJSON ¶
func (o UserLocation) MarshalJSON() ([]byte, error)
func (*UserLocation) SetEutraLocation ¶
func (o *UserLocation) SetEutraLocation(v EutraLocation)
SetEutraLocation gets a reference to the given EutraLocation and assigns it to the EutraLocation field.
func (*UserLocation) SetGeraLocation ¶
func (o *UserLocation) SetGeraLocation(v GeraLocation)
SetGeraLocation gets a reference to the given NullableGeraLocation and assigns it to the GeraLocation field.
func (*UserLocation) SetGeraLocationNil ¶
func (o *UserLocation) SetGeraLocationNil()
SetGeraLocationNil sets the value for GeraLocation to be an explicit nil
func (*UserLocation) SetN3gaLocation ¶
func (o *UserLocation) SetN3gaLocation(v N3gaLocation)
SetN3gaLocation gets a reference to the given N3gaLocation and assigns it to the N3gaLocation field.
func (*UserLocation) SetNrLocation ¶
func (o *UserLocation) SetNrLocation(v NrLocation)
SetNrLocation gets a reference to the given NrLocation and assigns it to the NrLocation field.
func (*UserLocation) SetUtraLocation ¶
func (o *UserLocation) SetUtraLocation(v UtraLocation)
SetUtraLocation gets a reference to the given NullableUtraLocation and assigns it to the UtraLocation field.
func (*UserLocation) SetUtraLocationNil ¶
func (o *UserLocation) SetUtraLocationNil()
SetUtraLocationNil sets the value for UtraLocation to be an explicit nil
func (UserLocation) ToMap ¶
func (o UserLocation) ToMap() (map[string]interface{}, error)
func (*UserLocation) UnsetGeraLocation ¶
func (o *UserLocation) UnsetGeraLocation()
UnsetGeraLocation ensures that no value is present for GeraLocation, not even an explicit nil
func (*UserLocation) UnsetUtraLocation ¶
func (o *UserLocation) UnsetUtraLocation()
UnsetUtraLocation ensures that no value is present for UtraLocation, not even an explicit nil
type UtraLocation ¶
type UtraLocation struct { Cgi *CellGlobalId `json:"cgi,omitempty"` Sai *ServiceAreaId `json:"sai,omitempty"` Lai *LocationAreaId `json:"lai,omitempty"` Rai *RoutingAreaId `json:"rai,omitempty"` // The value represents the elapsed time in minutes since the last network contact of the mobile station. Value \"0\" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful location reporting procedure the UE is in connected mode. Any other value than \"0\" indicates that the location information is the last known one. See 3GPP TS 29.002 clause 17.7.8. AgeOfLocationInformation *int32 `json:"ageOfLocationInformation,omitempty"` // string with format 'date-time' as defined in OpenAPI. UeLocationTimestamp *time.Time `json:"ueLocationTimestamp,omitempty"` // Refer to geographical Information.See 3GPP TS 23.032 clause 7.3.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeographicalInformation *string `json:"geographicalInformation,omitempty"` // Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used. GeodeticInformation *string `json:"geodeticInformation,omitempty"` }
UtraLocation Exactly one of cgi, sai or lai shall be present.
func NewUtraLocation ¶
func NewUtraLocation() *UtraLocation
NewUtraLocation instantiates a new UtraLocation 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 NewUtraLocationWithDefaults ¶
func NewUtraLocationWithDefaults() *UtraLocation
NewUtraLocationWithDefaults instantiates a new UtraLocation 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 (*UtraLocation) GetAgeOfLocationInformation ¶
func (o *UtraLocation) GetAgeOfLocationInformation() int32
GetAgeOfLocationInformation returns the AgeOfLocationInformation field value if set, zero value otherwise.
func (*UtraLocation) GetAgeOfLocationInformationOk ¶
func (o *UtraLocation) GetAgeOfLocationInformationOk() (*int32, bool)
GetAgeOfLocationInformationOk returns a tuple with the AgeOfLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UtraLocation) GetCgi ¶
func (o *UtraLocation) GetCgi() CellGlobalId
GetCgi returns the Cgi field value if set, zero value otherwise.
func (*UtraLocation) GetCgiOk ¶
func (o *UtraLocation) GetCgiOk() (*CellGlobalId, bool)
GetCgiOk returns a tuple with the Cgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UtraLocation) GetGeodeticInformation ¶
func (o *UtraLocation) GetGeodeticInformation() string
GetGeodeticInformation returns the GeodeticInformation field value if set, zero value otherwise.
func (*UtraLocation) GetGeodeticInformationOk ¶
func (o *UtraLocation) GetGeodeticInformationOk() (*string, bool)
GetGeodeticInformationOk returns a tuple with the GeodeticInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UtraLocation) GetGeographicalInformation ¶
func (o *UtraLocation) GetGeographicalInformation() string
GetGeographicalInformation returns the GeographicalInformation field value if set, zero value otherwise.
func (*UtraLocation) GetGeographicalInformationOk ¶
func (o *UtraLocation) GetGeographicalInformationOk() (*string, bool)
GetGeographicalInformationOk returns a tuple with the GeographicalInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UtraLocation) GetLai ¶
func (o *UtraLocation) GetLai() LocationAreaId
GetLai returns the Lai field value if set, zero value otherwise.
func (*UtraLocation) GetLaiOk ¶
func (o *UtraLocation) GetLaiOk() (*LocationAreaId, bool)
GetLaiOk returns a tuple with the Lai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UtraLocation) GetRai ¶
func (o *UtraLocation) GetRai() RoutingAreaId
GetRai returns the Rai field value if set, zero value otherwise.
func (*UtraLocation) GetRaiOk ¶
func (o *UtraLocation) GetRaiOk() (*RoutingAreaId, bool)
GetRaiOk returns a tuple with the Rai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UtraLocation) GetSai ¶
func (o *UtraLocation) GetSai() ServiceAreaId
GetSai returns the Sai field value if set, zero value otherwise.
func (*UtraLocation) GetSaiOk ¶
func (o *UtraLocation) GetSaiOk() (*ServiceAreaId, bool)
GetSaiOk returns a tuple with the Sai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UtraLocation) GetUeLocationTimestamp ¶
func (o *UtraLocation) GetUeLocationTimestamp() time.Time
GetUeLocationTimestamp returns the UeLocationTimestamp field value if set, zero value otherwise.
func (*UtraLocation) GetUeLocationTimestampOk ¶
func (o *UtraLocation) GetUeLocationTimestampOk() (*time.Time, bool)
GetUeLocationTimestampOk returns a tuple with the UeLocationTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UtraLocation) HasAgeOfLocationInformation ¶
func (o *UtraLocation) HasAgeOfLocationInformation() bool
HasAgeOfLocationInformation returns a boolean if a field has been set.
func (*UtraLocation) HasCgi ¶
func (o *UtraLocation) HasCgi() bool
HasCgi returns a boolean if a field has been set.
func (*UtraLocation) HasGeodeticInformation ¶
func (o *UtraLocation) HasGeodeticInformation() bool
HasGeodeticInformation returns a boolean if a field has been set.
func (*UtraLocation) HasGeographicalInformation ¶
func (o *UtraLocation) HasGeographicalInformation() bool
HasGeographicalInformation returns a boolean if a field has been set.
func (*UtraLocation) HasLai ¶
func (o *UtraLocation) HasLai() bool
HasLai returns a boolean if a field has been set.
func (*UtraLocation) HasRai ¶
func (o *UtraLocation) HasRai() bool
HasRai returns a boolean if a field has been set.
func (*UtraLocation) HasSai ¶
func (o *UtraLocation) HasSai() bool
HasSai returns a boolean if a field has been set.
func (*UtraLocation) HasUeLocationTimestamp ¶
func (o *UtraLocation) HasUeLocationTimestamp() bool
HasUeLocationTimestamp returns a boolean if a field has been set.
func (UtraLocation) MarshalJSON ¶
func (o UtraLocation) MarshalJSON() ([]byte, error)
func (*UtraLocation) SetAgeOfLocationInformation ¶
func (o *UtraLocation) SetAgeOfLocationInformation(v int32)
SetAgeOfLocationInformation gets a reference to the given int32 and assigns it to the AgeOfLocationInformation field.
func (*UtraLocation) SetCgi ¶
func (o *UtraLocation) SetCgi(v CellGlobalId)
SetCgi gets a reference to the given CellGlobalId and assigns it to the Cgi field.
func (*UtraLocation) SetGeodeticInformation ¶
func (o *UtraLocation) SetGeodeticInformation(v string)
SetGeodeticInformation gets a reference to the given string and assigns it to the GeodeticInformation field.
func (*UtraLocation) SetGeographicalInformation ¶
func (o *UtraLocation) SetGeographicalInformation(v string)
SetGeographicalInformation gets a reference to the given string and assigns it to the GeographicalInformation field.
func (*UtraLocation) SetLai ¶
func (o *UtraLocation) SetLai(v LocationAreaId)
SetLai gets a reference to the given LocationAreaId and assigns it to the Lai field.
func (*UtraLocation) SetRai ¶
func (o *UtraLocation) SetRai(v RoutingAreaId)
SetRai gets a reference to the given RoutingAreaId and assigns it to the Rai field.
func (*UtraLocation) SetSai ¶
func (o *UtraLocation) SetSai(v ServiceAreaId)
SetSai gets a reference to the given ServiceAreaId and assigns it to the Sai field.
func (*UtraLocation) SetUeLocationTimestamp ¶
func (o *UtraLocation) SetUeLocationTimestamp(v time.Time)
SetUeLocationTimestamp gets a reference to the given time.Time and assigns it to the UeLocationTimestamp field.
func (UtraLocation) ToMap ¶
func (o UtraLocation) ToMap() (map[string]interface{}, error)
type VolumeTimedReport ¶
type VolumeTimedReport struct { // string with format 'date-time' as defined in OpenAPI. StartTimeStamp time.Time `json:"startTimeStamp"` // string with format 'date-time' as defined in OpenAPI. EndTimeStamp time.Time `json:"endTimeStamp"` // string with format 'int64' as defined in OpenAPI. DownlinkVolume int64 `json:"downlinkVolume"` // string with format 'int64' as defined in OpenAPI. UplinkVolume int64 `json:"uplinkVolume"` }
VolumeTimedReport Contains Usage data information.
func NewVolumeTimedReport ¶
func NewVolumeTimedReport(startTimeStamp time.Time, endTimeStamp time.Time, downlinkVolume int64, uplinkVolume int64) *VolumeTimedReport
NewVolumeTimedReport instantiates a new VolumeTimedReport 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 NewVolumeTimedReportWithDefaults ¶
func NewVolumeTimedReportWithDefaults() *VolumeTimedReport
NewVolumeTimedReportWithDefaults instantiates a new VolumeTimedReport 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 (*VolumeTimedReport) GetDownlinkVolume ¶
func (o *VolumeTimedReport) GetDownlinkVolume() int64
GetDownlinkVolume returns the DownlinkVolume field value
func (*VolumeTimedReport) GetDownlinkVolumeOk ¶
func (o *VolumeTimedReport) GetDownlinkVolumeOk() (*int64, bool)
GetDownlinkVolumeOk returns a tuple with the DownlinkVolume field value and a boolean to check if the value has been set.
func (*VolumeTimedReport) GetEndTimeStamp ¶
func (o *VolumeTimedReport) GetEndTimeStamp() time.Time
GetEndTimeStamp returns the EndTimeStamp field value
func (*VolumeTimedReport) GetEndTimeStampOk ¶
func (o *VolumeTimedReport) GetEndTimeStampOk() (*time.Time, bool)
GetEndTimeStampOk returns a tuple with the EndTimeStamp field value and a boolean to check if the value has been set.
func (*VolumeTimedReport) GetStartTimeStamp ¶
func (o *VolumeTimedReport) GetStartTimeStamp() time.Time
GetStartTimeStamp returns the StartTimeStamp field value
func (*VolumeTimedReport) GetStartTimeStampOk ¶
func (o *VolumeTimedReport) GetStartTimeStampOk() (*time.Time, bool)
GetStartTimeStampOk returns a tuple with the StartTimeStamp field value and a boolean to check if the value has been set.
func (*VolumeTimedReport) GetUplinkVolume ¶
func (o *VolumeTimedReport) GetUplinkVolume() int64
GetUplinkVolume returns the UplinkVolume field value
func (*VolumeTimedReport) GetUplinkVolumeOk ¶
func (o *VolumeTimedReport) GetUplinkVolumeOk() (*int64, bool)
GetUplinkVolumeOk returns a tuple with the UplinkVolume field value and a boolean to check if the value has been set.
func (VolumeTimedReport) MarshalJSON ¶
func (o VolumeTimedReport) MarshalJSON() ([]byte, error)
func (*VolumeTimedReport) SetDownlinkVolume ¶
func (o *VolumeTimedReport) SetDownlinkVolume(v int64)
SetDownlinkVolume sets field value
func (*VolumeTimedReport) SetEndTimeStamp ¶
func (o *VolumeTimedReport) SetEndTimeStamp(v time.Time)
SetEndTimeStamp sets field value
func (*VolumeTimedReport) SetStartTimeStamp ¶
func (o *VolumeTimedReport) SetStartTimeStamp(v time.Time)
SetStartTimeStamp sets field value
func (*VolumeTimedReport) SetUplinkVolume ¶
func (o *VolumeTimedReport) SetUplinkVolume(v int64)
SetUplinkVolume sets field value
func (VolumeTimedReport) ToMap ¶
func (o VolumeTimedReport) ToMap() (map[string]interface{}, error)
func (*VolumeTimedReport) UnmarshalJSON ¶
func (o *VolumeTimedReport) UnmarshalJSON(bytes []byte) (err error)
type VplmnQos ¶
type VplmnQos struct { // Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255. Var5qi *int32 `json:"5qi,omitempty"` Arp *Arp `json:"arp,omitempty"` SessionAmbr *Ambr `json:"sessionAmbr,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MaxFbrDl *string `json:"maxFbrDl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". MaxFbrUl *string `json:"maxFbrUl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". GuaFbrDl *string `json:"guaFbrDl,omitempty"` // String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\". GuaFbrUl *string `json:"guaFbrUl,omitempty"` }
VplmnQos VPLMN QoS
func NewVplmnQos ¶
func NewVplmnQos() *VplmnQos
NewVplmnQos instantiates a new VplmnQos 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 NewVplmnQosWithDefaults ¶
func NewVplmnQosWithDefaults() *VplmnQos
NewVplmnQosWithDefaults instantiates a new VplmnQos 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 (*VplmnQos) GetArpOk ¶
GetArpOk returns a tuple with the Arp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VplmnQos) GetGuaFbrDl ¶
GetGuaFbrDl returns the GuaFbrDl field value if set, zero value otherwise.
func (*VplmnQos) GetGuaFbrDlOk ¶
GetGuaFbrDlOk returns a tuple with the GuaFbrDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VplmnQos) GetGuaFbrUl ¶
GetGuaFbrUl returns the GuaFbrUl field value if set, zero value otherwise.
func (*VplmnQos) GetGuaFbrUlOk ¶
GetGuaFbrUlOk returns a tuple with the GuaFbrUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VplmnQos) GetMaxFbrDl ¶
GetMaxFbrDl returns the MaxFbrDl field value if set, zero value otherwise.
func (*VplmnQos) GetMaxFbrDlOk ¶
GetMaxFbrDlOk returns a tuple with the MaxFbrDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VplmnQos) GetMaxFbrUl ¶
GetMaxFbrUl returns the MaxFbrUl field value if set, zero value otherwise.
func (*VplmnQos) GetMaxFbrUlOk ¶
GetMaxFbrUlOk returns a tuple with the MaxFbrUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VplmnQos) GetSessionAmbr ¶
GetSessionAmbr returns the SessionAmbr field value if set, zero value otherwise.
func (*VplmnQos) GetSessionAmbrOk ¶
GetSessionAmbrOk returns a tuple with the SessionAmbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VplmnQos) GetVar5qiOk ¶
GetVar5qiOk returns a tuple with the Var5qi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VplmnQos) HasGuaFbrDl ¶
HasGuaFbrDl returns a boolean if a field has been set.
func (*VplmnQos) HasGuaFbrUl ¶
HasGuaFbrUl returns a boolean if a field has been set.
func (*VplmnQos) HasMaxFbrDl ¶
HasMaxFbrDl returns a boolean if a field has been set.
func (*VplmnQos) HasMaxFbrUl ¶
HasMaxFbrUl returns a boolean if a field has been set.
func (*VplmnQos) HasSessionAmbr ¶
HasSessionAmbr returns a boolean if a field has been set.
func (VplmnQos) MarshalJSON ¶
func (*VplmnQos) SetGuaFbrDl ¶
SetGuaFbrDl gets a reference to the given string and assigns it to the GuaFbrDl field.
func (*VplmnQos) SetGuaFbrUl ¶
SetGuaFbrUl gets a reference to the given string and assigns it to the GuaFbrUl field.
func (*VplmnQos) SetMaxFbrDl ¶
SetMaxFbrDl gets a reference to the given string and assigns it to the MaxFbrDl field.
func (*VplmnQos) SetMaxFbrUl ¶
SetMaxFbrUl gets a reference to the given string and assigns it to the MaxFbrUl field.
func (*VplmnQos) SetSessionAmbr ¶
SetSessionAmbr gets a reference to the given Ambr and assigns it to the SessionAmbr field.
type VsmfUpdateData ¶
type VsmfUpdateData struct { RequestIndication RequestIndication `json:"requestIndication"` SessionAmbr *Ambr `json:"sessionAmbr,omitempty"` QosFlowsAddModRequestList []QosFlowAddModifyRequestItem `json:"qosFlowsAddModRequestList,omitempty"` QosFlowsRelRequestList []QosFlowReleaseRequestItem `json:"qosFlowsRelRequestList,omitempty"` EpsBearerInfo []EpsBearerInfo `json:"epsBearerInfo,omitempty"` AssignEbiList []Arp `json:"assignEbiList,omitempty"` RevokeEbiList []int32 `json:"revokeEbiList,omitempty"` ModifiedEbiList []EbiArpMapping `json:"modifiedEbiList,omitempty"` // Procedure Transaction Identifier Pti *int32 `json:"pti,omitempty"` N1SmInfoToUe *RefToBinaryData `json:"n1SmInfoToUe,omitempty"` AlwaysOnGranted *bool `json:"alwaysOnGranted,omitempty"` // String providing an URI formatted according to RFC 3986. HsmfPduSessionUri *string `json:"hsmfPduSessionUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NewSmfId *string `json:"newSmfId,omitempty"` // String providing an URI formatted according to RFC 3986. NewSmfPduSessionUri *string `json:"newSmfPduSessionUri,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` Cause *Cause `json:"cause,omitempty"` N1smCause *string `json:"n1smCause,omitempty"` // indicating a time in seconds. BackOffTimer *int32 `json:"backOffTimer,omitempty"` MaReleaseInd *MaReleaseIndication `json:"maReleaseInd,omitempty"` MaAcceptedInd *bool `json:"maAcceptedInd,omitempty"` AdditionalCnTunnelInfo *TunnelInfo `json:"additionalCnTunnelInfo,omitempty"` DnaiList []string `json:"dnaiList,omitempty"` N4Info *N4Information `json:"n4Info,omitempty"` N4InfoExt1 *N4Information `json:"n4InfoExt1,omitempty"` N4InfoExt2 *N4Information `json:"n4InfoExt2,omitempty"` N4InfoExt3 *N4Information `json:"n4InfoExt3,omitempty"` SmallDataRateControlEnabled *bool `json:"smallDataRateControlEnabled,omitempty"` QosMonitoringInfo *QosMonitoringInfo `json:"qosMonitoringInfo,omitempty"` EpsPdnCnxInfo *EpsPdnCnxInfo `json:"epsPdnCnxInfo,omitempty"` N9DataForwardingInd *bool `json:"n9DataForwardingInd,omitempty"` // indicating a time in seconds. N9InactivityTimer *int32 `json:"n9InactivityTimer,omitempty"` }
VsmfUpdateData Data within Update Request towards V-SMF, or from SMF to I-SMF
func NewVsmfUpdateData ¶
func NewVsmfUpdateData(requestIndication RequestIndication) *VsmfUpdateData
NewVsmfUpdateData instantiates a new VsmfUpdateData 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 NewVsmfUpdateDataWithDefaults ¶
func NewVsmfUpdateDataWithDefaults() *VsmfUpdateData
NewVsmfUpdateDataWithDefaults instantiates a new VsmfUpdateData 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 (*VsmfUpdateData) GetAdditionalCnTunnelInfo ¶
func (o *VsmfUpdateData) GetAdditionalCnTunnelInfo() TunnelInfo
GetAdditionalCnTunnelInfo returns the AdditionalCnTunnelInfo field value if set, zero value otherwise.
func (*VsmfUpdateData) GetAdditionalCnTunnelInfoOk ¶
func (o *VsmfUpdateData) GetAdditionalCnTunnelInfoOk() (*TunnelInfo, bool)
GetAdditionalCnTunnelInfoOk returns a tuple with the AdditionalCnTunnelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetAlwaysOnGranted ¶
func (o *VsmfUpdateData) GetAlwaysOnGranted() bool
GetAlwaysOnGranted returns the AlwaysOnGranted field value if set, zero value otherwise.
func (*VsmfUpdateData) GetAlwaysOnGrantedOk ¶
func (o *VsmfUpdateData) GetAlwaysOnGrantedOk() (*bool, bool)
GetAlwaysOnGrantedOk returns a tuple with the AlwaysOnGranted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetAssignEbiList ¶
func (o *VsmfUpdateData) GetAssignEbiList() []Arp
GetAssignEbiList returns the AssignEbiList field value if set, zero value otherwise.
func (*VsmfUpdateData) GetAssignEbiListOk ¶
func (o *VsmfUpdateData) GetAssignEbiListOk() ([]Arp, bool)
GetAssignEbiListOk returns a tuple with the AssignEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetBackOffTimer ¶
func (o *VsmfUpdateData) GetBackOffTimer() int32
GetBackOffTimer returns the BackOffTimer field value if set, zero value otherwise.
func (*VsmfUpdateData) GetBackOffTimerOk ¶
func (o *VsmfUpdateData) GetBackOffTimerOk() (*int32, bool)
GetBackOffTimerOk returns a tuple with the BackOffTimer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetCause ¶
func (o *VsmfUpdateData) GetCause() Cause
GetCause returns the Cause field value if set, zero value otherwise.
func (*VsmfUpdateData) GetCauseOk ¶
func (o *VsmfUpdateData) GetCauseOk() (*Cause, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetDnaiList ¶
func (o *VsmfUpdateData) GetDnaiList() []string
GetDnaiList returns the DnaiList field value if set, zero value otherwise.
func (*VsmfUpdateData) GetDnaiListOk ¶
func (o *VsmfUpdateData) GetDnaiListOk() ([]string, bool)
GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetEpsBearerInfo ¶
func (o *VsmfUpdateData) GetEpsBearerInfo() []EpsBearerInfo
GetEpsBearerInfo returns the EpsBearerInfo field value if set, zero value otherwise.
func (*VsmfUpdateData) GetEpsBearerInfoOk ¶
func (o *VsmfUpdateData) GetEpsBearerInfoOk() ([]EpsBearerInfo, bool)
GetEpsBearerInfoOk returns a tuple with the EpsBearerInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetEpsPdnCnxInfo ¶
func (o *VsmfUpdateData) GetEpsPdnCnxInfo() EpsPdnCnxInfo
GetEpsPdnCnxInfo returns the EpsPdnCnxInfo field value if set, zero value otherwise.
func (*VsmfUpdateData) GetEpsPdnCnxInfoOk ¶
func (o *VsmfUpdateData) GetEpsPdnCnxInfoOk() (*EpsPdnCnxInfo, bool)
GetEpsPdnCnxInfoOk returns a tuple with the EpsPdnCnxInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetHsmfPduSessionUri ¶
func (o *VsmfUpdateData) GetHsmfPduSessionUri() string
GetHsmfPduSessionUri returns the HsmfPduSessionUri field value if set, zero value otherwise.
func (*VsmfUpdateData) GetHsmfPduSessionUriOk ¶
func (o *VsmfUpdateData) GetHsmfPduSessionUriOk() (*string, bool)
GetHsmfPduSessionUriOk returns a tuple with the HsmfPduSessionUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetMaAcceptedInd ¶
func (o *VsmfUpdateData) GetMaAcceptedInd() bool
GetMaAcceptedInd returns the MaAcceptedInd field value if set, zero value otherwise.
func (*VsmfUpdateData) GetMaAcceptedIndOk ¶
func (o *VsmfUpdateData) GetMaAcceptedIndOk() (*bool, bool)
GetMaAcceptedIndOk returns a tuple with the MaAcceptedInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetMaReleaseInd ¶
func (o *VsmfUpdateData) GetMaReleaseInd() MaReleaseIndication
GetMaReleaseInd returns the MaReleaseInd field value if set, zero value otherwise.
func (*VsmfUpdateData) GetMaReleaseIndOk ¶
func (o *VsmfUpdateData) GetMaReleaseIndOk() (*MaReleaseIndication, bool)
GetMaReleaseIndOk returns a tuple with the MaReleaseInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetModifiedEbiList ¶
func (o *VsmfUpdateData) GetModifiedEbiList() []EbiArpMapping
GetModifiedEbiList returns the ModifiedEbiList field value if set, zero value otherwise.
func (*VsmfUpdateData) GetModifiedEbiListOk ¶
func (o *VsmfUpdateData) GetModifiedEbiListOk() ([]EbiArpMapping, bool)
GetModifiedEbiListOk returns a tuple with the ModifiedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetN1SmInfoToUe ¶
func (o *VsmfUpdateData) GetN1SmInfoToUe() RefToBinaryData
GetN1SmInfoToUe returns the N1SmInfoToUe field value if set, zero value otherwise.
func (*VsmfUpdateData) GetN1SmInfoToUeOk ¶
func (o *VsmfUpdateData) GetN1SmInfoToUeOk() (*RefToBinaryData, bool)
GetN1SmInfoToUeOk returns a tuple with the N1SmInfoToUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetN1smCause ¶
func (o *VsmfUpdateData) GetN1smCause() string
GetN1smCause returns the N1smCause field value if set, zero value otherwise.
func (*VsmfUpdateData) GetN1smCauseOk ¶
func (o *VsmfUpdateData) GetN1smCauseOk() (*string, bool)
GetN1smCauseOk returns a tuple with the N1smCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetN4Info ¶
func (o *VsmfUpdateData) GetN4Info() N4Information
GetN4Info returns the N4Info field value if set, zero value otherwise.
func (*VsmfUpdateData) GetN4InfoExt1 ¶
func (o *VsmfUpdateData) GetN4InfoExt1() N4Information
GetN4InfoExt1 returns the N4InfoExt1 field value if set, zero value otherwise.
func (*VsmfUpdateData) GetN4InfoExt1Ok ¶
func (o *VsmfUpdateData) GetN4InfoExt1Ok() (*N4Information, bool)
GetN4InfoExt1Ok returns a tuple with the N4InfoExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetN4InfoExt2 ¶
func (o *VsmfUpdateData) GetN4InfoExt2() N4Information
GetN4InfoExt2 returns the N4InfoExt2 field value if set, zero value otherwise.
func (*VsmfUpdateData) GetN4InfoExt2Ok ¶
func (o *VsmfUpdateData) GetN4InfoExt2Ok() (*N4Information, bool)
GetN4InfoExt2Ok returns a tuple with the N4InfoExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetN4InfoExt3 ¶
func (o *VsmfUpdateData) GetN4InfoExt3() N4Information
GetN4InfoExt3 returns the N4InfoExt3 field value if set, zero value otherwise.
func (*VsmfUpdateData) GetN4InfoExt3Ok ¶
func (o *VsmfUpdateData) GetN4InfoExt3Ok() (*N4Information, bool)
GetN4InfoExt3Ok returns a tuple with the N4InfoExt3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetN4InfoOk ¶
func (o *VsmfUpdateData) GetN4InfoOk() (*N4Information, bool)
GetN4InfoOk returns a tuple with the N4Info field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetN9DataForwardingInd ¶
func (o *VsmfUpdateData) GetN9DataForwardingInd() bool
GetN9DataForwardingInd returns the N9DataForwardingInd field value if set, zero value otherwise.
func (*VsmfUpdateData) GetN9DataForwardingIndOk ¶
func (o *VsmfUpdateData) GetN9DataForwardingIndOk() (*bool, bool)
GetN9DataForwardingIndOk returns a tuple with the N9DataForwardingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetN9InactivityTimer ¶
func (o *VsmfUpdateData) GetN9InactivityTimer() int32
GetN9InactivityTimer returns the N9InactivityTimer field value if set, zero value otherwise.
func (*VsmfUpdateData) GetN9InactivityTimerOk ¶
func (o *VsmfUpdateData) GetN9InactivityTimerOk() (*int32, bool)
GetN9InactivityTimerOk returns a tuple with the N9InactivityTimer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetNewSmfId ¶
func (o *VsmfUpdateData) GetNewSmfId() string
GetNewSmfId returns the NewSmfId field value if set, zero value otherwise.
func (*VsmfUpdateData) GetNewSmfIdOk ¶
func (o *VsmfUpdateData) GetNewSmfIdOk() (*string, bool)
GetNewSmfIdOk returns a tuple with the NewSmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetNewSmfPduSessionUri ¶
func (o *VsmfUpdateData) GetNewSmfPduSessionUri() string
GetNewSmfPduSessionUri returns the NewSmfPduSessionUri field value if set, zero value otherwise.
func (*VsmfUpdateData) GetNewSmfPduSessionUriOk ¶
func (o *VsmfUpdateData) GetNewSmfPduSessionUriOk() (*string, bool)
GetNewSmfPduSessionUriOk returns a tuple with the NewSmfPduSessionUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetPti ¶
func (o *VsmfUpdateData) GetPti() int32
GetPti returns the Pti field value if set, zero value otherwise.
func (*VsmfUpdateData) GetPtiOk ¶
func (o *VsmfUpdateData) GetPtiOk() (*int32, bool)
GetPtiOk returns a tuple with the Pti field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetQosFlowsAddModRequestList ¶
func (o *VsmfUpdateData) GetQosFlowsAddModRequestList() []QosFlowAddModifyRequestItem
GetQosFlowsAddModRequestList returns the QosFlowsAddModRequestList field value if set, zero value otherwise.
func (*VsmfUpdateData) GetQosFlowsAddModRequestListOk ¶
func (o *VsmfUpdateData) GetQosFlowsAddModRequestListOk() ([]QosFlowAddModifyRequestItem, bool)
GetQosFlowsAddModRequestListOk returns a tuple with the QosFlowsAddModRequestList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetQosFlowsRelRequestList ¶
func (o *VsmfUpdateData) GetQosFlowsRelRequestList() []QosFlowReleaseRequestItem
GetQosFlowsRelRequestList returns the QosFlowsRelRequestList field value if set, zero value otherwise.
func (*VsmfUpdateData) GetQosFlowsRelRequestListOk ¶
func (o *VsmfUpdateData) GetQosFlowsRelRequestListOk() ([]QosFlowReleaseRequestItem, bool)
GetQosFlowsRelRequestListOk returns a tuple with the QosFlowsRelRequestList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetQosMonitoringInfo ¶
func (o *VsmfUpdateData) GetQosMonitoringInfo() QosMonitoringInfo
GetQosMonitoringInfo returns the QosMonitoringInfo field value if set, zero value otherwise.
func (*VsmfUpdateData) GetQosMonitoringInfoOk ¶
func (o *VsmfUpdateData) GetQosMonitoringInfoOk() (*QosMonitoringInfo, bool)
GetQosMonitoringInfoOk returns a tuple with the QosMonitoringInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetRequestIndication ¶
func (o *VsmfUpdateData) GetRequestIndication() RequestIndication
GetRequestIndication returns the RequestIndication field value
func (*VsmfUpdateData) GetRequestIndicationOk ¶
func (o *VsmfUpdateData) GetRequestIndicationOk() (*RequestIndication, bool)
GetRequestIndicationOk returns a tuple with the RequestIndication field value and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetRevokeEbiList ¶
func (o *VsmfUpdateData) GetRevokeEbiList() []int32
GetRevokeEbiList returns the RevokeEbiList field value if set, zero value otherwise.
func (*VsmfUpdateData) GetRevokeEbiListOk ¶
func (o *VsmfUpdateData) GetRevokeEbiListOk() ([]int32, bool)
GetRevokeEbiListOk returns a tuple with the RevokeEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetSessionAmbr ¶
func (o *VsmfUpdateData) GetSessionAmbr() Ambr
GetSessionAmbr returns the SessionAmbr field value if set, zero value otherwise.
func (*VsmfUpdateData) GetSessionAmbrOk ¶
func (o *VsmfUpdateData) GetSessionAmbrOk() (*Ambr, bool)
GetSessionAmbrOk returns a tuple with the SessionAmbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetSmallDataRateControlEnabled ¶
func (o *VsmfUpdateData) GetSmallDataRateControlEnabled() bool
GetSmallDataRateControlEnabled returns the SmallDataRateControlEnabled field value if set, zero value otherwise.
func (*VsmfUpdateData) GetSmallDataRateControlEnabledOk ¶
func (o *VsmfUpdateData) GetSmallDataRateControlEnabledOk() (*bool, bool)
GetSmallDataRateControlEnabledOk returns a tuple with the SmallDataRateControlEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) GetSupportedFeatures ¶
func (o *VsmfUpdateData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*VsmfUpdateData) GetSupportedFeaturesOk ¶
func (o *VsmfUpdateData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateData) HasAdditionalCnTunnelInfo ¶
func (o *VsmfUpdateData) HasAdditionalCnTunnelInfo() bool
HasAdditionalCnTunnelInfo returns a boolean if a field has been set.
func (*VsmfUpdateData) HasAlwaysOnGranted ¶
func (o *VsmfUpdateData) HasAlwaysOnGranted() bool
HasAlwaysOnGranted returns a boolean if a field has been set.
func (*VsmfUpdateData) HasAssignEbiList ¶
func (o *VsmfUpdateData) HasAssignEbiList() bool
HasAssignEbiList returns a boolean if a field has been set.
func (*VsmfUpdateData) HasBackOffTimer ¶
func (o *VsmfUpdateData) HasBackOffTimer() bool
HasBackOffTimer returns a boolean if a field has been set.
func (*VsmfUpdateData) HasCause ¶
func (o *VsmfUpdateData) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*VsmfUpdateData) HasDnaiList ¶
func (o *VsmfUpdateData) HasDnaiList() bool
HasDnaiList returns a boolean if a field has been set.
func (*VsmfUpdateData) HasEpsBearerInfo ¶
func (o *VsmfUpdateData) HasEpsBearerInfo() bool
HasEpsBearerInfo returns a boolean if a field has been set.
func (*VsmfUpdateData) HasEpsPdnCnxInfo ¶
func (o *VsmfUpdateData) HasEpsPdnCnxInfo() bool
HasEpsPdnCnxInfo returns a boolean if a field has been set.
func (*VsmfUpdateData) HasHsmfPduSessionUri ¶
func (o *VsmfUpdateData) HasHsmfPduSessionUri() bool
HasHsmfPduSessionUri returns a boolean if a field has been set.
func (*VsmfUpdateData) HasMaAcceptedInd ¶
func (o *VsmfUpdateData) HasMaAcceptedInd() bool
HasMaAcceptedInd returns a boolean if a field has been set.
func (*VsmfUpdateData) HasMaReleaseInd ¶
func (o *VsmfUpdateData) HasMaReleaseInd() bool
HasMaReleaseInd returns a boolean if a field has been set.
func (*VsmfUpdateData) HasModifiedEbiList ¶
func (o *VsmfUpdateData) HasModifiedEbiList() bool
HasModifiedEbiList returns a boolean if a field has been set.
func (*VsmfUpdateData) HasN1SmInfoToUe ¶
func (o *VsmfUpdateData) HasN1SmInfoToUe() bool
HasN1SmInfoToUe returns a boolean if a field has been set.
func (*VsmfUpdateData) HasN1smCause ¶
func (o *VsmfUpdateData) HasN1smCause() bool
HasN1smCause returns a boolean if a field has been set.
func (*VsmfUpdateData) HasN4Info ¶
func (o *VsmfUpdateData) HasN4Info() bool
HasN4Info returns a boolean if a field has been set.
func (*VsmfUpdateData) HasN4InfoExt1 ¶
func (o *VsmfUpdateData) HasN4InfoExt1() bool
HasN4InfoExt1 returns a boolean if a field has been set.
func (*VsmfUpdateData) HasN4InfoExt2 ¶
func (o *VsmfUpdateData) HasN4InfoExt2() bool
HasN4InfoExt2 returns a boolean if a field has been set.
func (*VsmfUpdateData) HasN4InfoExt3 ¶
func (o *VsmfUpdateData) HasN4InfoExt3() bool
HasN4InfoExt3 returns a boolean if a field has been set.
func (*VsmfUpdateData) HasN9DataForwardingInd ¶
func (o *VsmfUpdateData) HasN9DataForwardingInd() bool
HasN9DataForwardingInd returns a boolean if a field has been set.
func (*VsmfUpdateData) HasN9InactivityTimer ¶
func (o *VsmfUpdateData) HasN9InactivityTimer() bool
HasN9InactivityTimer returns a boolean if a field has been set.
func (*VsmfUpdateData) HasNewSmfId ¶
func (o *VsmfUpdateData) HasNewSmfId() bool
HasNewSmfId returns a boolean if a field has been set.
func (*VsmfUpdateData) HasNewSmfPduSessionUri ¶
func (o *VsmfUpdateData) HasNewSmfPduSessionUri() bool
HasNewSmfPduSessionUri returns a boolean if a field has been set.
func (*VsmfUpdateData) HasPti ¶
func (o *VsmfUpdateData) HasPti() bool
HasPti returns a boolean if a field has been set.
func (*VsmfUpdateData) HasQosFlowsAddModRequestList ¶
func (o *VsmfUpdateData) HasQosFlowsAddModRequestList() bool
HasQosFlowsAddModRequestList returns a boolean if a field has been set.
func (*VsmfUpdateData) HasQosFlowsRelRequestList ¶
func (o *VsmfUpdateData) HasQosFlowsRelRequestList() bool
HasQosFlowsRelRequestList returns a boolean if a field has been set.
func (*VsmfUpdateData) HasQosMonitoringInfo ¶
func (o *VsmfUpdateData) HasQosMonitoringInfo() bool
HasQosMonitoringInfo returns a boolean if a field has been set.
func (*VsmfUpdateData) HasRevokeEbiList ¶
func (o *VsmfUpdateData) HasRevokeEbiList() bool
HasRevokeEbiList returns a boolean if a field has been set.
func (*VsmfUpdateData) HasSessionAmbr ¶
func (o *VsmfUpdateData) HasSessionAmbr() bool
HasSessionAmbr returns a boolean if a field has been set.
func (*VsmfUpdateData) HasSmallDataRateControlEnabled ¶
func (o *VsmfUpdateData) HasSmallDataRateControlEnabled() bool
HasSmallDataRateControlEnabled returns a boolean if a field has been set.
func (*VsmfUpdateData) HasSupportedFeatures ¶
func (o *VsmfUpdateData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (VsmfUpdateData) MarshalJSON ¶
func (o VsmfUpdateData) MarshalJSON() ([]byte, error)
func (*VsmfUpdateData) SetAdditionalCnTunnelInfo ¶
func (o *VsmfUpdateData) SetAdditionalCnTunnelInfo(v TunnelInfo)
SetAdditionalCnTunnelInfo gets a reference to the given TunnelInfo and assigns it to the AdditionalCnTunnelInfo field.
func (*VsmfUpdateData) SetAlwaysOnGranted ¶
func (o *VsmfUpdateData) SetAlwaysOnGranted(v bool)
SetAlwaysOnGranted gets a reference to the given bool and assigns it to the AlwaysOnGranted field.
func (*VsmfUpdateData) SetAssignEbiList ¶
func (o *VsmfUpdateData) SetAssignEbiList(v []Arp)
SetAssignEbiList gets a reference to the given []Arp and assigns it to the AssignEbiList field.
func (*VsmfUpdateData) SetBackOffTimer ¶
func (o *VsmfUpdateData) SetBackOffTimer(v int32)
SetBackOffTimer gets a reference to the given int32 and assigns it to the BackOffTimer field.
func (*VsmfUpdateData) SetCause ¶
func (o *VsmfUpdateData) SetCause(v Cause)
SetCause gets a reference to the given Cause and assigns it to the Cause field.
func (*VsmfUpdateData) SetDnaiList ¶
func (o *VsmfUpdateData) SetDnaiList(v []string)
SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.
func (*VsmfUpdateData) SetEpsBearerInfo ¶
func (o *VsmfUpdateData) SetEpsBearerInfo(v []EpsBearerInfo)
SetEpsBearerInfo gets a reference to the given []EpsBearerInfo and assigns it to the EpsBearerInfo field.
func (*VsmfUpdateData) SetEpsPdnCnxInfo ¶
func (o *VsmfUpdateData) SetEpsPdnCnxInfo(v EpsPdnCnxInfo)
SetEpsPdnCnxInfo gets a reference to the given EpsPdnCnxInfo and assigns it to the EpsPdnCnxInfo field.
func (*VsmfUpdateData) SetHsmfPduSessionUri ¶
func (o *VsmfUpdateData) SetHsmfPduSessionUri(v string)
SetHsmfPduSessionUri gets a reference to the given string and assigns it to the HsmfPduSessionUri field.
func (*VsmfUpdateData) SetMaAcceptedInd ¶
func (o *VsmfUpdateData) SetMaAcceptedInd(v bool)
SetMaAcceptedInd gets a reference to the given bool and assigns it to the MaAcceptedInd field.
func (*VsmfUpdateData) SetMaReleaseInd ¶
func (o *VsmfUpdateData) SetMaReleaseInd(v MaReleaseIndication)
SetMaReleaseInd gets a reference to the given MaReleaseIndication and assigns it to the MaReleaseInd field.
func (*VsmfUpdateData) SetModifiedEbiList ¶
func (o *VsmfUpdateData) SetModifiedEbiList(v []EbiArpMapping)
SetModifiedEbiList gets a reference to the given []EbiArpMapping and assigns it to the ModifiedEbiList field.
func (*VsmfUpdateData) SetN1SmInfoToUe ¶
func (o *VsmfUpdateData) SetN1SmInfoToUe(v RefToBinaryData)
SetN1SmInfoToUe gets a reference to the given RefToBinaryData and assigns it to the N1SmInfoToUe field.
func (*VsmfUpdateData) SetN1smCause ¶
func (o *VsmfUpdateData) SetN1smCause(v string)
SetN1smCause gets a reference to the given string and assigns it to the N1smCause field.
func (*VsmfUpdateData) SetN4Info ¶
func (o *VsmfUpdateData) SetN4Info(v N4Information)
SetN4Info gets a reference to the given N4Information and assigns it to the N4Info field.
func (*VsmfUpdateData) SetN4InfoExt1 ¶
func (o *VsmfUpdateData) SetN4InfoExt1(v N4Information)
SetN4InfoExt1 gets a reference to the given N4Information and assigns it to the N4InfoExt1 field.
func (*VsmfUpdateData) SetN4InfoExt2 ¶
func (o *VsmfUpdateData) SetN4InfoExt2(v N4Information)
SetN4InfoExt2 gets a reference to the given N4Information and assigns it to the N4InfoExt2 field.
func (*VsmfUpdateData) SetN4InfoExt3 ¶
func (o *VsmfUpdateData) SetN4InfoExt3(v N4Information)
SetN4InfoExt3 gets a reference to the given N4Information and assigns it to the N4InfoExt3 field.
func (*VsmfUpdateData) SetN9DataForwardingInd ¶
func (o *VsmfUpdateData) SetN9DataForwardingInd(v bool)
SetN9DataForwardingInd gets a reference to the given bool and assigns it to the N9DataForwardingInd field.
func (*VsmfUpdateData) SetN9InactivityTimer ¶
func (o *VsmfUpdateData) SetN9InactivityTimer(v int32)
SetN9InactivityTimer gets a reference to the given int32 and assigns it to the N9InactivityTimer field.
func (*VsmfUpdateData) SetNewSmfId ¶
func (o *VsmfUpdateData) SetNewSmfId(v string)
SetNewSmfId gets a reference to the given string and assigns it to the NewSmfId field.
func (*VsmfUpdateData) SetNewSmfPduSessionUri ¶
func (o *VsmfUpdateData) SetNewSmfPduSessionUri(v string)
SetNewSmfPduSessionUri gets a reference to the given string and assigns it to the NewSmfPduSessionUri field.
func (*VsmfUpdateData) SetPti ¶
func (o *VsmfUpdateData) SetPti(v int32)
SetPti gets a reference to the given int32 and assigns it to the Pti field.
func (*VsmfUpdateData) SetQosFlowsAddModRequestList ¶
func (o *VsmfUpdateData) SetQosFlowsAddModRequestList(v []QosFlowAddModifyRequestItem)
SetQosFlowsAddModRequestList gets a reference to the given []QosFlowAddModifyRequestItem and assigns it to the QosFlowsAddModRequestList field.
func (*VsmfUpdateData) SetQosFlowsRelRequestList ¶
func (o *VsmfUpdateData) SetQosFlowsRelRequestList(v []QosFlowReleaseRequestItem)
SetQosFlowsRelRequestList gets a reference to the given []QosFlowReleaseRequestItem and assigns it to the QosFlowsRelRequestList field.
func (*VsmfUpdateData) SetQosMonitoringInfo ¶
func (o *VsmfUpdateData) SetQosMonitoringInfo(v QosMonitoringInfo)
SetQosMonitoringInfo gets a reference to the given QosMonitoringInfo and assigns it to the QosMonitoringInfo field.
func (*VsmfUpdateData) SetRequestIndication ¶
func (o *VsmfUpdateData) SetRequestIndication(v RequestIndication)
SetRequestIndication sets field value
func (*VsmfUpdateData) SetRevokeEbiList ¶
func (o *VsmfUpdateData) SetRevokeEbiList(v []int32)
SetRevokeEbiList gets a reference to the given []int32 and assigns it to the RevokeEbiList field.
func (*VsmfUpdateData) SetSessionAmbr ¶
func (o *VsmfUpdateData) SetSessionAmbr(v Ambr)
SetSessionAmbr gets a reference to the given Ambr and assigns it to the SessionAmbr field.
func (*VsmfUpdateData) SetSmallDataRateControlEnabled ¶
func (o *VsmfUpdateData) SetSmallDataRateControlEnabled(v bool)
SetSmallDataRateControlEnabled gets a reference to the given bool and assigns it to the SmallDataRateControlEnabled field.
func (*VsmfUpdateData) SetSupportedFeatures ¶
func (o *VsmfUpdateData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (VsmfUpdateData) ToMap ¶
func (o VsmfUpdateData) ToMap() (map[string]interface{}, error)
func (*VsmfUpdateData) UnmarshalJSON ¶
func (o *VsmfUpdateData) UnmarshalJSON(bytes []byte) (err error)
type VsmfUpdateError ¶
type VsmfUpdateError struct { Error ExtProblemDetails `json:"error"` // Procedure Transaction Identifier Pti *int32 `json:"pti,omitempty"` N1smCause *string `json:"n1smCause,omitempty"` N1SmInfoFromUe *RefToBinaryData `json:"n1SmInfoFromUe,omitempty"` UnknownN1SmInfo *RefToBinaryData `json:"unknownN1SmInfo,omitempty"` FailedToAssignEbiList []Arp `json:"failedToAssignEbiList,omitempty"` NgApCause *NgApCause `json:"ngApCause,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Var5gMmCauseValue *int32 `json:"5gMmCauseValue,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` N4Info *N4Information `json:"n4Info,omitempty"` N4InfoExt1 *N4Information `json:"n4InfoExt1,omitempty"` N4InfoExt2 *N4Information `json:"n4InfoExt2,omitempty"` N4InfoExt3 *N4Information `json:"n4InfoExt3,omitempty"` }
VsmfUpdateError Error within Update Response from V-SMF, or from I-SMF to SMF
func NewVsmfUpdateError ¶
func NewVsmfUpdateError(error_ ExtProblemDetails) *VsmfUpdateError
NewVsmfUpdateError instantiates a new VsmfUpdateError 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 NewVsmfUpdateErrorWithDefaults ¶
func NewVsmfUpdateErrorWithDefaults() *VsmfUpdateError
NewVsmfUpdateErrorWithDefaults instantiates a new VsmfUpdateError 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 (*VsmfUpdateError) GetError ¶
func (o *VsmfUpdateError) GetError() ExtProblemDetails
GetError returns the Error field value
func (*VsmfUpdateError) GetErrorOk ¶
func (o *VsmfUpdateError) GetErrorOk() (*ExtProblemDetails, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetFailedToAssignEbiList ¶
func (o *VsmfUpdateError) GetFailedToAssignEbiList() []Arp
GetFailedToAssignEbiList returns the FailedToAssignEbiList field value if set, zero value otherwise.
func (*VsmfUpdateError) GetFailedToAssignEbiListOk ¶
func (o *VsmfUpdateError) GetFailedToAssignEbiListOk() ([]Arp, bool)
GetFailedToAssignEbiListOk returns a tuple with the FailedToAssignEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetN1SmInfoFromUe ¶
func (o *VsmfUpdateError) GetN1SmInfoFromUe() RefToBinaryData
GetN1SmInfoFromUe returns the N1SmInfoFromUe field value if set, zero value otherwise.
func (*VsmfUpdateError) GetN1SmInfoFromUeOk ¶
func (o *VsmfUpdateError) GetN1SmInfoFromUeOk() (*RefToBinaryData, bool)
GetN1SmInfoFromUeOk returns a tuple with the N1SmInfoFromUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetN1smCause ¶
func (o *VsmfUpdateError) GetN1smCause() string
GetN1smCause returns the N1smCause field value if set, zero value otherwise.
func (*VsmfUpdateError) GetN1smCauseOk ¶
func (o *VsmfUpdateError) GetN1smCauseOk() (*string, bool)
GetN1smCauseOk returns a tuple with the N1smCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetN4Info ¶
func (o *VsmfUpdateError) GetN4Info() N4Information
GetN4Info returns the N4Info field value if set, zero value otherwise.
func (*VsmfUpdateError) GetN4InfoExt1 ¶
func (o *VsmfUpdateError) GetN4InfoExt1() N4Information
GetN4InfoExt1 returns the N4InfoExt1 field value if set, zero value otherwise.
func (*VsmfUpdateError) GetN4InfoExt1Ok ¶
func (o *VsmfUpdateError) GetN4InfoExt1Ok() (*N4Information, bool)
GetN4InfoExt1Ok returns a tuple with the N4InfoExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetN4InfoExt2 ¶
func (o *VsmfUpdateError) GetN4InfoExt2() N4Information
GetN4InfoExt2 returns the N4InfoExt2 field value if set, zero value otherwise.
func (*VsmfUpdateError) GetN4InfoExt2Ok ¶
func (o *VsmfUpdateError) GetN4InfoExt2Ok() (*N4Information, bool)
GetN4InfoExt2Ok returns a tuple with the N4InfoExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetN4InfoExt3 ¶
func (o *VsmfUpdateError) GetN4InfoExt3() N4Information
GetN4InfoExt3 returns the N4InfoExt3 field value if set, zero value otherwise.
func (*VsmfUpdateError) GetN4InfoExt3Ok ¶
func (o *VsmfUpdateError) GetN4InfoExt3Ok() (*N4Information, bool)
GetN4InfoExt3Ok returns a tuple with the N4InfoExt3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetN4InfoOk ¶
func (o *VsmfUpdateError) GetN4InfoOk() (*N4Information, bool)
GetN4InfoOk returns a tuple with the N4Info field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetNgApCause ¶
func (o *VsmfUpdateError) GetNgApCause() NgApCause
GetNgApCause returns the NgApCause field value if set, zero value otherwise.
func (*VsmfUpdateError) GetNgApCauseOk ¶
func (o *VsmfUpdateError) GetNgApCauseOk() (*NgApCause, bool)
GetNgApCauseOk returns a tuple with the NgApCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetPti ¶
func (o *VsmfUpdateError) GetPti() int32
GetPti returns the Pti field value if set, zero value otherwise.
func (*VsmfUpdateError) GetPtiOk ¶
func (o *VsmfUpdateError) GetPtiOk() (*int32, bool)
GetPtiOk returns a tuple with the Pti field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetRecoveryTime ¶
func (o *VsmfUpdateError) GetRecoveryTime() time.Time
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*VsmfUpdateError) GetRecoveryTimeOk ¶
func (o *VsmfUpdateError) GetRecoveryTimeOk() (*time.Time, bool)
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetUnknownN1SmInfo ¶
func (o *VsmfUpdateError) GetUnknownN1SmInfo() RefToBinaryData
GetUnknownN1SmInfo returns the UnknownN1SmInfo field value if set, zero value otherwise.
func (*VsmfUpdateError) GetUnknownN1SmInfoOk ¶
func (o *VsmfUpdateError) GetUnknownN1SmInfoOk() (*RefToBinaryData, bool)
GetUnknownN1SmInfoOk returns a tuple with the UnknownN1SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) GetVar5gMmCauseValue ¶
func (o *VsmfUpdateError) GetVar5gMmCauseValue() int32
GetVar5gMmCauseValue returns the Var5gMmCauseValue field value if set, zero value otherwise.
func (*VsmfUpdateError) GetVar5gMmCauseValueOk ¶
func (o *VsmfUpdateError) GetVar5gMmCauseValueOk() (*int32, bool)
GetVar5gMmCauseValueOk returns a tuple with the Var5gMmCauseValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdateError) HasFailedToAssignEbiList ¶
func (o *VsmfUpdateError) HasFailedToAssignEbiList() bool
HasFailedToAssignEbiList returns a boolean if a field has been set.
func (*VsmfUpdateError) HasN1SmInfoFromUe ¶
func (o *VsmfUpdateError) HasN1SmInfoFromUe() bool
HasN1SmInfoFromUe returns a boolean if a field has been set.
func (*VsmfUpdateError) HasN1smCause ¶
func (o *VsmfUpdateError) HasN1smCause() bool
HasN1smCause returns a boolean if a field has been set.
func (*VsmfUpdateError) HasN4Info ¶
func (o *VsmfUpdateError) HasN4Info() bool
HasN4Info returns a boolean if a field has been set.
func (*VsmfUpdateError) HasN4InfoExt1 ¶
func (o *VsmfUpdateError) HasN4InfoExt1() bool
HasN4InfoExt1 returns a boolean if a field has been set.
func (*VsmfUpdateError) HasN4InfoExt2 ¶
func (o *VsmfUpdateError) HasN4InfoExt2() bool
HasN4InfoExt2 returns a boolean if a field has been set.
func (*VsmfUpdateError) HasN4InfoExt3 ¶
func (o *VsmfUpdateError) HasN4InfoExt3() bool
HasN4InfoExt3 returns a boolean if a field has been set.
func (*VsmfUpdateError) HasNgApCause ¶
func (o *VsmfUpdateError) HasNgApCause() bool
HasNgApCause returns a boolean if a field has been set.
func (*VsmfUpdateError) HasPti ¶
func (o *VsmfUpdateError) HasPti() bool
HasPti returns a boolean if a field has been set.
func (*VsmfUpdateError) HasRecoveryTime ¶
func (o *VsmfUpdateError) HasRecoveryTime() bool
HasRecoveryTime returns a boolean if a field has been set.
func (*VsmfUpdateError) HasUnknownN1SmInfo ¶
func (o *VsmfUpdateError) HasUnknownN1SmInfo() bool
HasUnknownN1SmInfo returns a boolean if a field has been set.
func (*VsmfUpdateError) HasVar5gMmCauseValue ¶
func (o *VsmfUpdateError) HasVar5gMmCauseValue() bool
HasVar5gMmCauseValue returns a boolean if a field has been set.
func (VsmfUpdateError) MarshalJSON ¶
func (o VsmfUpdateError) MarshalJSON() ([]byte, error)
func (*VsmfUpdateError) SetError ¶
func (o *VsmfUpdateError) SetError(v ExtProblemDetails)
SetError sets field value
func (*VsmfUpdateError) SetFailedToAssignEbiList ¶
func (o *VsmfUpdateError) SetFailedToAssignEbiList(v []Arp)
SetFailedToAssignEbiList gets a reference to the given []Arp and assigns it to the FailedToAssignEbiList field.
func (*VsmfUpdateError) SetN1SmInfoFromUe ¶
func (o *VsmfUpdateError) SetN1SmInfoFromUe(v RefToBinaryData)
SetN1SmInfoFromUe gets a reference to the given RefToBinaryData and assigns it to the N1SmInfoFromUe field.
func (*VsmfUpdateError) SetN1smCause ¶
func (o *VsmfUpdateError) SetN1smCause(v string)
SetN1smCause gets a reference to the given string and assigns it to the N1smCause field.
func (*VsmfUpdateError) SetN4Info ¶
func (o *VsmfUpdateError) SetN4Info(v N4Information)
SetN4Info gets a reference to the given N4Information and assigns it to the N4Info field.
func (*VsmfUpdateError) SetN4InfoExt1 ¶
func (o *VsmfUpdateError) SetN4InfoExt1(v N4Information)
SetN4InfoExt1 gets a reference to the given N4Information and assigns it to the N4InfoExt1 field.
func (*VsmfUpdateError) SetN4InfoExt2 ¶
func (o *VsmfUpdateError) SetN4InfoExt2(v N4Information)
SetN4InfoExt2 gets a reference to the given N4Information and assigns it to the N4InfoExt2 field.
func (*VsmfUpdateError) SetN4InfoExt3 ¶
func (o *VsmfUpdateError) SetN4InfoExt3(v N4Information)
SetN4InfoExt3 gets a reference to the given N4Information and assigns it to the N4InfoExt3 field.
func (*VsmfUpdateError) SetNgApCause ¶
func (o *VsmfUpdateError) SetNgApCause(v NgApCause)
SetNgApCause gets a reference to the given NgApCause and assigns it to the NgApCause field.
func (*VsmfUpdateError) SetPti ¶
func (o *VsmfUpdateError) SetPti(v int32)
SetPti gets a reference to the given int32 and assigns it to the Pti field.
func (*VsmfUpdateError) SetRecoveryTime ¶
func (o *VsmfUpdateError) SetRecoveryTime(v time.Time)
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (*VsmfUpdateError) SetUnknownN1SmInfo ¶
func (o *VsmfUpdateError) SetUnknownN1SmInfo(v RefToBinaryData)
SetUnknownN1SmInfo gets a reference to the given RefToBinaryData and assigns it to the UnknownN1SmInfo field.
func (*VsmfUpdateError) SetVar5gMmCauseValue ¶
func (o *VsmfUpdateError) SetVar5gMmCauseValue(v int32)
SetVar5gMmCauseValue gets a reference to the given int32 and assigns it to the Var5gMmCauseValue field.
func (VsmfUpdateError) ToMap ¶
func (o VsmfUpdateError) ToMap() (map[string]interface{}, error)
func (*VsmfUpdateError) UnmarshalJSON ¶
func (o *VsmfUpdateError) UnmarshalJSON(bytes []byte) (err error)
type VsmfUpdatedData ¶
type VsmfUpdatedData struct { QosFlowsAddModList []QosFlowItem `json:"qosFlowsAddModList,omitempty"` QosFlowsRelList []QosFlowItem `json:"qosFlowsRelList,omitempty"` QosFlowsFailedtoAddModList []QosFlowItem `json:"qosFlowsFailedtoAddModList,omitempty"` QosFlowsFailedtoRelList []QosFlowItem `json:"qosFlowsFailedtoRelList,omitempty"` N1SmInfoFromUe *RefToBinaryData `json:"n1SmInfoFromUe,omitempty"` UnknownN1SmInfo *RefToBinaryData `json:"unknownN1SmInfo,omitempty"` UeLocation *UserLocation `json:"ueLocation,omitempty"` // String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time. UeTimeZone *string `json:"ueTimeZone,omitempty"` AddUeLocation *UserLocation `json:"addUeLocation,omitempty"` AssignedEbiList []EbiArpMapping `json:"assignedEbiList,omitempty"` FailedToAssignEbiList []Arp `json:"failedToAssignEbiList,omitempty"` ReleasedEbiList []int32 `json:"releasedEbiList,omitempty"` SecondaryRatUsageReport []SecondaryRatUsageReport `json:"secondaryRatUsageReport,omitempty"` SecondaryRatUsageInfo []SecondaryRatUsageInfo `json:"secondaryRatUsageInfo,omitempty"` N4Info *N4Information `json:"n4Info,omitempty"` N4InfoExt1 *N4Information `json:"n4InfoExt1,omitempty"` N4InfoExt2 *N4Information `json:"n4InfoExt2,omitempty"` N4InfoExt3 *N4Information `json:"n4InfoExt3,omitempty"` ModifiedEbiListNotDelivered *bool `json:"modifiedEbiListNotDelivered,omitempty"` }
VsmfUpdatedData Data within Update Response from V-SMF, or from I-SMF to SMF
func NewVsmfUpdatedData ¶
func NewVsmfUpdatedData() *VsmfUpdatedData
NewVsmfUpdatedData instantiates a new VsmfUpdatedData 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 NewVsmfUpdatedDataWithDefaults ¶
func NewVsmfUpdatedDataWithDefaults() *VsmfUpdatedData
NewVsmfUpdatedDataWithDefaults instantiates a new VsmfUpdatedData 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 (*VsmfUpdatedData) GetAddUeLocation ¶
func (o *VsmfUpdatedData) GetAddUeLocation() UserLocation
GetAddUeLocation returns the AddUeLocation field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetAddUeLocationOk ¶
func (o *VsmfUpdatedData) GetAddUeLocationOk() (*UserLocation, bool)
GetAddUeLocationOk returns a tuple with the AddUeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetAssignedEbiList ¶
func (o *VsmfUpdatedData) GetAssignedEbiList() []EbiArpMapping
GetAssignedEbiList returns the AssignedEbiList field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetAssignedEbiListOk ¶
func (o *VsmfUpdatedData) GetAssignedEbiListOk() ([]EbiArpMapping, bool)
GetAssignedEbiListOk returns a tuple with the AssignedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetFailedToAssignEbiList ¶
func (o *VsmfUpdatedData) GetFailedToAssignEbiList() []Arp
GetFailedToAssignEbiList returns the FailedToAssignEbiList field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetFailedToAssignEbiListOk ¶
func (o *VsmfUpdatedData) GetFailedToAssignEbiListOk() ([]Arp, bool)
GetFailedToAssignEbiListOk returns a tuple with the FailedToAssignEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetModifiedEbiListNotDelivered ¶
func (o *VsmfUpdatedData) GetModifiedEbiListNotDelivered() bool
GetModifiedEbiListNotDelivered returns the ModifiedEbiListNotDelivered field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetModifiedEbiListNotDeliveredOk ¶
func (o *VsmfUpdatedData) GetModifiedEbiListNotDeliveredOk() (*bool, bool)
GetModifiedEbiListNotDeliveredOk returns a tuple with the ModifiedEbiListNotDelivered field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetN1SmInfoFromUe ¶
func (o *VsmfUpdatedData) GetN1SmInfoFromUe() RefToBinaryData
GetN1SmInfoFromUe returns the N1SmInfoFromUe field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetN1SmInfoFromUeOk ¶
func (o *VsmfUpdatedData) GetN1SmInfoFromUeOk() (*RefToBinaryData, bool)
GetN1SmInfoFromUeOk returns a tuple with the N1SmInfoFromUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetN4Info ¶
func (o *VsmfUpdatedData) GetN4Info() N4Information
GetN4Info returns the N4Info field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetN4InfoExt1 ¶
func (o *VsmfUpdatedData) GetN4InfoExt1() N4Information
GetN4InfoExt1 returns the N4InfoExt1 field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetN4InfoExt1Ok ¶
func (o *VsmfUpdatedData) GetN4InfoExt1Ok() (*N4Information, bool)
GetN4InfoExt1Ok returns a tuple with the N4InfoExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetN4InfoExt2 ¶
func (o *VsmfUpdatedData) GetN4InfoExt2() N4Information
GetN4InfoExt2 returns the N4InfoExt2 field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetN4InfoExt2Ok ¶
func (o *VsmfUpdatedData) GetN4InfoExt2Ok() (*N4Information, bool)
GetN4InfoExt2Ok returns a tuple with the N4InfoExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetN4InfoExt3 ¶
func (o *VsmfUpdatedData) GetN4InfoExt3() N4Information
GetN4InfoExt3 returns the N4InfoExt3 field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetN4InfoExt3Ok ¶
func (o *VsmfUpdatedData) GetN4InfoExt3Ok() (*N4Information, bool)
GetN4InfoExt3Ok returns a tuple with the N4InfoExt3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetN4InfoOk ¶
func (o *VsmfUpdatedData) GetN4InfoOk() (*N4Information, bool)
GetN4InfoOk returns a tuple with the N4Info field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetQosFlowsAddModList ¶
func (o *VsmfUpdatedData) GetQosFlowsAddModList() []QosFlowItem
GetQosFlowsAddModList returns the QosFlowsAddModList field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetQosFlowsAddModListOk ¶
func (o *VsmfUpdatedData) GetQosFlowsAddModListOk() ([]QosFlowItem, bool)
GetQosFlowsAddModListOk returns a tuple with the QosFlowsAddModList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetQosFlowsFailedtoAddModList ¶
func (o *VsmfUpdatedData) GetQosFlowsFailedtoAddModList() []QosFlowItem
GetQosFlowsFailedtoAddModList returns the QosFlowsFailedtoAddModList field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetQosFlowsFailedtoAddModListOk ¶
func (o *VsmfUpdatedData) GetQosFlowsFailedtoAddModListOk() ([]QosFlowItem, bool)
GetQosFlowsFailedtoAddModListOk returns a tuple with the QosFlowsFailedtoAddModList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetQosFlowsFailedtoRelList ¶
func (o *VsmfUpdatedData) GetQosFlowsFailedtoRelList() []QosFlowItem
GetQosFlowsFailedtoRelList returns the QosFlowsFailedtoRelList field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetQosFlowsFailedtoRelListOk ¶
func (o *VsmfUpdatedData) GetQosFlowsFailedtoRelListOk() ([]QosFlowItem, bool)
GetQosFlowsFailedtoRelListOk returns a tuple with the QosFlowsFailedtoRelList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetQosFlowsRelList ¶
func (o *VsmfUpdatedData) GetQosFlowsRelList() []QosFlowItem
GetQosFlowsRelList returns the QosFlowsRelList field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetQosFlowsRelListOk ¶
func (o *VsmfUpdatedData) GetQosFlowsRelListOk() ([]QosFlowItem, bool)
GetQosFlowsRelListOk returns a tuple with the QosFlowsRelList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetReleasedEbiList ¶
func (o *VsmfUpdatedData) GetReleasedEbiList() []int32
GetReleasedEbiList returns the ReleasedEbiList field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetReleasedEbiListOk ¶
func (o *VsmfUpdatedData) GetReleasedEbiListOk() ([]int32, bool)
GetReleasedEbiListOk returns a tuple with the ReleasedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetSecondaryRatUsageInfo ¶
func (o *VsmfUpdatedData) GetSecondaryRatUsageInfo() []SecondaryRatUsageInfo
GetSecondaryRatUsageInfo returns the SecondaryRatUsageInfo field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetSecondaryRatUsageInfoOk ¶
func (o *VsmfUpdatedData) GetSecondaryRatUsageInfoOk() ([]SecondaryRatUsageInfo, bool)
GetSecondaryRatUsageInfoOk returns a tuple with the SecondaryRatUsageInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetSecondaryRatUsageReport ¶
func (o *VsmfUpdatedData) GetSecondaryRatUsageReport() []SecondaryRatUsageReport
GetSecondaryRatUsageReport returns the SecondaryRatUsageReport field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetSecondaryRatUsageReportOk ¶
func (o *VsmfUpdatedData) GetSecondaryRatUsageReportOk() ([]SecondaryRatUsageReport, bool)
GetSecondaryRatUsageReportOk returns a tuple with the SecondaryRatUsageReport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetUeLocation ¶
func (o *VsmfUpdatedData) GetUeLocation() UserLocation
GetUeLocation returns the UeLocation field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetUeLocationOk ¶
func (o *VsmfUpdatedData) GetUeLocationOk() (*UserLocation, bool)
GetUeLocationOk returns a tuple with the UeLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetUeTimeZone ¶
func (o *VsmfUpdatedData) GetUeTimeZone() string
GetUeTimeZone returns the UeTimeZone field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetUeTimeZoneOk ¶
func (o *VsmfUpdatedData) GetUeTimeZoneOk() (*string, bool)
GetUeTimeZoneOk returns a tuple with the UeTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) GetUnknownN1SmInfo ¶
func (o *VsmfUpdatedData) GetUnknownN1SmInfo() RefToBinaryData
GetUnknownN1SmInfo returns the UnknownN1SmInfo field value if set, zero value otherwise.
func (*VsmfUpdatedData) GetUnknownN1SmInfoOk ¶
func (o *VsmfUpdatedData) GetUnknownN1SmInfoOk() (*RefToBinaryData, bool)
GetUnknownN1SmInfoOk returns a tuple with the UnknownN1SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VsmfUpdatedData) HasAddUeLocation ¶
func (o *VsmfUpdatedData) HasAddUeLocation() bool
HasAddUeLocation returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasAssignedEbiList ¶
func (o *VsmfUpdatedData) HasAssignedEbiList() bool
HasAssignedEbiList returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasFailedToAssignEbiList ¶
func (o *VsmfUpdatedData) HasFailedToAssignEbiList() bool
HasFailedToAssignEbiList returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasModifiedEbiListNotDelivered ¶
func (o *VsmfUpdatedData) HasModifiedEbiListNotDelivered() bool
HasModifiedEbiListNotDelivered returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasN1SmInfoFromUe ¶
func (o *VsmfUpdatedData) HasN1SmInfoFromUe() bool
HasN1SmInfoFromUe returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasN4Info ¶
func (o *VsmfUpdatedData) HasN4Info() bool
HasN4Info returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasN4InfoExt1 ¶
func (o *VsmfUpdatedData) HasN4InfoExt1() bool
HasN4InfoExt1 returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasN4InfoExt2 ¶
func (o *VsmfUpdatedData) HasN4InfoExt2() bool
HasN4InfoExt2 returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasN4InfoExt3 ¶
func (o *VsmfUpdatedData) HasN4InfoExt3() bool
HasN4InfoExt3 returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasQosFlowsAddModList ¶
func (o *VsmfUpdatedData) HasQosFlowsAddModList() bool
HasQosFlowsAddModList returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasQosFlowsFailedtoAddModList ¶
func (o *VsmfUpdatedData) HasQosFlowsFailedtoAddModList() bool
HasQosFlowsFailedtoAddModList returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasQosFlowsFailedtoRelList ¶
func (o *VsmfUpdatedData) HasQosFlowsFailedtoRelList() bool
HasQosFlowsFailedtoRelList returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasQosFlowsRelList ¶
func (o *VsmfUpdatedData) HasQosFlowsRelList() bool
HasQosFlowsRelList returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasReleasedEbiList ¶
func (o *VsmfUpdatedData) HasReleasedEbiList() bool
HasReleasedEbiList returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasSecondaryRatUsageInfo ¶
func (o *VsmfUpdatedData) HasSecondaryRatUsageInfo() bool
HasSecondaryRatUsageInfo returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasSecondaryRatUsageReport ¶
func (o *VsmfUpdatedData) HasSecondaryRatUsageReport() bool
HasSecondaryRatUsageReport returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasUeLocation ¶
func (o *VsmfUpdatedData) HasUeLocation() bool
HasUeLocation returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasUeTimeZone ¶
func (o *VsmfUpdatedData) HasUeTimeZone() bool
HasUeTimeZone returns a boolean if a field has been set.
func (*VsmfUpdatedData) HasUnknownN1SmInfo ¶
func (o *VsmfUpdatedData) HasUnknownN1SmInfo() bool
HasUnknownN1SmInfo returns a boolean if a field has been set.
func (VsmfUpdatedData) MarshalJSON ¶
func (o VsmfUpdatedData) MarshalJSON() ([]byte, error)
func (*VsmfUpdatedData) SetAddUeLocation ¶
func (o *VsmfUpdatedData) SetAddUeLocation(v UserLocation)
SetAddUeLocation gets a reference to the given UserLocation and assigns it to the AddUeLocation field.
func (*VsmfUpdatedData) SetAssignedEbiList ¶
func (o *VsmfUpdatedData) SetAssignedEbiList(v []EbiArpMapping)
SetAssignedEbiList gets a reference to the given []EbiArpMapping and assigns it to the AssignedEbiList field.
func (*VsmfUpdatedData) SetFailedToAssignEbiList ¶
func (o *VsmfUpdatedData) SetFailedToAssignEbiList(v []Arp)
SetFailedToAssignEbiList gets a reference to the given []Arp and assigns it to the FailedToAssignEbiList field.
func (*VsmfUpdatedData) SetModifiedEbiListNotDelivered ¶
func (o *VsmfUpdatedData) SetModifiedEbiListNotDelivered(v bool)
SetModifiedEbiListNotDelivered gets a reference to the given bool and assigns it to the ModifiedEbiListNotDelivered field.
func (*VsmfUpdatedData) SetN1SmInfoFromUe ¶
func (o *VsmfUpdatedData) SetN1SmInfoFromUe(v RefToBinaryData)
SetN1SmInfoFromUe gets a reference to the given RefToBinaryData and assigns it to the N1SmInfoFromUe field.
func (*VsmfUpdatedData) SetN4Info ¶
func (o *VsmfUpdatedData) SetN4Info(v N4Information)
SetN4Info gets a reference to the given N4Information and assigns it to the N4Info field.
func (*VsmfUpdatedData) SetN4InfoExt1 ¶
func (o *VsmfUpdatedData) SetN4InfoExt1(v N4Information)
SetN4InfoExt1 gets a reference to the given N4Information and assigns it to the N4InfoExt1 field.
func (*VsmfUpdatedData) SetN4InfoExt2 ¶
func (o *VsmfUpdatedData) SetN4InfoExt2(v N4Information)
SetN4InfoExt2 gets a reference to the given N4Information and assigns it to the N4InfoExt2 field.
func (*VsmfUpdatedData) SetN4InfoExt3 ¶
func (o *VsmfUpdatedData) SetN4InfoExt3(v N4Information)
SetN4InfoExt3 gets a reference to the given N4Information and assigns it to the N4InfoExt3 field.
func (*VsmfUpdatedData) SetQosFlowsAddModList ¶
func (o *VsmfUpdatedData) SetQosFlowsAddModList(v []QosFlowItem)
SetQosFlowsAddModList gets a reference to the given []QosFlowItem and assigns it to the QosFlowsAddModList field.
func (*VsmfUpdatedData) SetQosFlowsFailedtoAddModList ¶
func (o *VsmfUpdatedData) SetQosFlowsFailedtoAddModList(v []QosFlowItem)
SetQosFlowsFailedtoAddModList gets a reference to the given []QosFlowItem and assigns it to the QosFlowsFailedtoAddModList field.
func (*VsmfUpdatedData) SetQosFlowsFailedtoRelList ¶
func (o *VsmfUpdatedData) SetQosFlowsFailedtoRelList(v []QosFlowItem)
SetQosFlowsFailedtoRelList gets a reference to the given []QosFlowItem and assigns it to the QosFlowsFailedtoRelList field.
func (*VsmfUpdatedData) SetQosFlowsRelList ¶
func (o *VsmfUpdatedData) SetQosFlowsRelList(v []QosFlowItem)
SetQosFlowsRelList gets a reference to the given []QosFlowItem and assigns it to the QosFlowsRelList field.
func (*VsmfUpdatedData) SetReleasedEbiList ¶
func (o *VsmfUpdatedData) SetReleasedEbiList(v []int32)
SetReleasedEbiList gets a reference to the given []int32 and assigns it to the ReleasedEbiList field.
func (*VsmfUpdatedData) SetSecondaryRatUsageInfo ¶
func (o *VsmfUpdatedData) SetSecondaryRatUsageInfo(v []SecondaryRatUsageInfo)
SetSecondaryRatUsageInfo gets a reference to the given []SecondaryRatUsageInfo and assigns it to the SecondaryRatUsageInfo field.
func (*VsmfUpdatedData) SetSecondaryRatUsageReport ¶
func (o *VsmfUpdatedData) SetSecondaryRatUsageReport(v []SecondaryRatUsageReport)
SetSecondaryRatUsageReport gets a reference to the given []SecondaryRatUsageReport and assigns it to the SecondaryRatUsageReport field.
func (*VsmfUpdatedData) SetUeLocation ¶
func (o *VsmfUpdatedData) SetUeLocation(v UserLocation)
SetUeLocation gets a reference to the given UserLocation and assigns it to the UeLocation field.
func (*VsmfUpdatedData) SetUeTimeZone ¶
func (o *VsmfUpdatedData) SetUeTimeZone(v string)
SetUeTimeZone gets a reference to the given string and assigns it to the UeTimeZone field.
func (*VsmfUpdatedData) SetUnknownN1SmInfo ¶
func (o *VsmfUpdatedData) SetUnknownN1SmInfo(v RefToBinaryData)
SetUnknownN1SmInfo gets a reference to the given RefToBinaryData and assigns it to the UnknownN1SmInfo field.
func (VsmfUpdatedData) ToMap ¶
func (o VsmfUpdatedData) ToMap() (map[string]interface{}, error)
type WAgfInfo ¶
type WAgfInfo struct { Ipv4EndpointAddresses []string `json:"ipv4EndpointAddresses,omitempty"` Ipv6EndpointAddresses []Ipv6Addr `json:"ipv6EndpointAddresses,omitempty"` // Fully Qualified Domain Name EndpointFqdn *string `json:"endpointFqdn,omitempty"` }
WAgfInfo Information of the W-AGF end-points
func NewWAgfInfo ¶
func NewWAgfInfo() *WAgfInfo
NewWAgfInfo instantiates a new WAgfInfo 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 NewWAgfInfoWithDefaults ¶
func NewWAgfInfoWithDefaults() *WAgfInfo
NewWAgfInfoWithDefaults instantiates a new WAgfInfo 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 (*WAgfInfo) GetEndpointFqdn ¶
GetEndpointFqdn returns the EndpointFqdn field value if set, zero value otherwise.
func (*WAgfInfo) GetEndpointFqdnOk ¶
GetEndpointFqdnOk returns a tuple with the EndpointFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WAgfInfo) GetIpv4EndpointAddresses ¶
GetIpv4EndpointAddresses returns the Ipv4EndpointAddresses field value if set, zero value otherwise.
func (*WAgfInfo) GetIpv4EndpointAddressesOk ¶
GetIpv4EndpointAddressesOk returns a tuple with the Ipv4EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WAgfInfo) GetIpv6EndpointAddresses ¶
GetIpv6EndpointAddresses returns the Ipv6EndpointAddresses field value if set, zero value otherwise.
func (*WAgfInfo) GetIpv6EndpointAddressesOk ¶
GetIpv6EndpointAddressesOk returns a tuple with the Ipv6EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WAgfInfo) HasEndpointFqdn ¶
HasEndpointFqdn returns a boolean if a field has been set.
func (*WAgfInfo) HasIpv4EndpointAddresses ¶
HasIpv4EndpointAddresses returns a boolean if a field has been set.
func (*WAgfInfo) HasIpv6EndpointAddresses ¶
HasIpv6EndpointAddresses returns a boolean if a field has been set.
func (WAgfInfo) MarshalJSON ¶
func (*WAgfInfo) SetEndpointFqdn ¶
SetEndpointFqdn gets a reference to the given string and assigns it to the EndpointFqdn field.
func (*WAgfInfo) SetIpv4EndpointAddresses ¶
SetIpv4EndpointAddresses gets a reference to the given []string and assigns it to the Ipv4EndpointAddresses field.
func (*WAgfInfo) SetIpv6EndpointAddresses ¶
SetIpv6EndpointAddresses gets a reference to the given []Ipv6Addr and assigns it to the Ipv6EndpointAddresses field.
Source Files
¶
- api_individual_pdu_session_hsmfor_smf.go
- api_individual_sm_context.go
- api_pdu_sessions_collection.go
- api_sm_contexts_collection.go
- client.go
- configuration.go
- model_access_token_err.go
- model_access_token_req.go
- model_access_type.go
- model_additional_qos_flow_info.go
- model_af_coordination_info.go
- model_alternative_qos_profile.go
- model_ambr.go
- model_anchor_smf_features.go
- model_apn_rate_status.go
- model_arp.go
- model_backup_amf_info.go
- model_battery_indication.go
- model_cause.go
- model_cell_global_id.go
- model_charging_information.go
- model_cn_assisted_ran_para.go
- model_ddd_traffic_descriptor.go
- model_ddn_failure_sub_info.go
- model_ddn_failure_subs.go
- model_dnai_information.go
- model_dnn_selection_mode.go
- model_dynamic5_qi.go
- model_ebi_arp_mapping.go
- model_ecgi.go
- model_eps_bearer_info.go
- model_eps_interworking_indication.go
- model_eps_pdn_cnx_info.go
- model_eutra_location.go
- model_exemption_ind.go
- model_ext_problem_details.go
- model_gbr_qos_flow_information.go
- model_gera_location.go
- model_global_ran_node_id.go
- model_gnb_id.go
- model_guami.go
- model_hfc_node_id.go
- model_ho_state.go
- model_hsmf_update_data.go
- model_hsmf_update_error.go
- model_hsmf_updated_data.go
- model_indirect_data_forwarding_tunnel_info.go
- model_invalid_param.go
- model_ip_address.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_line_type.go
- model_location_area_id.go
- model_ma_release_indication.go
- model_max_integrity_protected_data_rate.go
- model_mme_capabilities.go
- model_mo_exp_data_counter.go
- model_n2_sm_info_type.go
- model_n3ga_location.go
- model_n4_information.go
- model_n4_message_type.go
- model_ncgi.go
- model_nf_type.go
- model_ng_ap_cause.go
- model_ng_ran_target_id.go
- model_non_dynamic5_qi.go
- model_notification_cause.go
- model_notification_control.go
- model_notification_info.go
- model_nr_location.go
- model_null_value.go
- model_partial_record_method.go
- model_pcf_ue_callback_info.go
- model_pdu_session_context_type.go
- model_pdu_session_create_data.go
- model_pdu_session_create_error.go
- model_pdu_session_created_data.go
- model_pdu_session_notify_item.go
- model_pdu_session_type.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_preemption_capability.go
- model_preemption_vulnerability.go
- model_presence_state.go
- model_problem_details.go
- model_problem_details_add_info.go
- model_protection_result.go
- model_psa_indication.go
- model_psa_information.go
- model_qos_flow_access_type.go
- model_qos_flow_add_modify_request_item.go
- model_qos_flow_item.go
- model_qos_flow_notify_item.go
- model_qos_flow_profile.go
- model_qos_flow_release_request_item.go
- model_qos_flow_setup_item.go
- model_qos_flow_tunnel.go
- model_qos_flow_usage_report.go
- model_qos_monitoring_info.go
- model_qos_monitoring_req.go
- model_qos_resource_type.go
- model_rat_type.go
- model_redirect_response.go
- model_redundant_pdu_session_information.go
- model_ref_to_binary_data.go
- model_reflective_qo_s_attribute.go
- model_release_data.go
- model_release_pdu_session_200_response.go
- model_release_pdu_session_request.go
- model_release_sm_context_request.go
- model_released_data.go
- model_request_indication.go
- model_request_type.go
- model_resource_status.go
- model_retrieve_data.go
- model_retrieved_data.go
- model_roaming_charging_profile.go
- model_routing_area_id.go
- model_rsn.go
- model_satellite_backhaul_category.go
- model_sbi_binding_level.go
- model_scheduled_communication_time.go
- model_scheduled_communication_type.go
- model_secondary_rat_usage_info.go
- model_secondary_rat_usage_report.go
- model_security_result.go
- model_send_mo_data_req_data.go
- model_send_mo_data_request.go
- model_server_addressing_info.go
- model_service_area_id.go
- model_service_name.go
- model_sm_context.go
- model_sm_context_create_data.go
- model_sm_context_create_error.go
- model_sm_context_created_data.go
- model_sm_context_release_data.go
- model_sm_context_released_data.go
- model_sm_context_retrieve_data.go
- model_sm_context_retrieved_data.go
- model_sm_context_status_notification.go
- model_sm_context_type.go
- model_sm_context_update_data.go
- model_sm_context_update_error.go
- model_sm_context_updated_data.go
- model_small_data_rate_status.go
- model_smf_selection_type.go
- model_snssai.go
- model_stationary_indication.go
- model_status_info.go
- model_status_notification.go
- model_tai.go
- model_target_dnai_info.go
- model_tnap_id.go
- model_tngf_info.go
- model_trace_data.go
- model_trace_depth.go
- model_traffic_profile.go
- model_transfer_mo_data_req_data.go
- model_transfer_mo_data_request.go
- model_transfer_mt_data_add_info.go
- model_transfer_mt_data_error.go
- model_transfer_mt_data_ismf_request.go
- model_transfer_mt_data_req_data.go
- model_transport_protocol.go
- model_trigger.go
- model_trigger_category.go
- model_trigger_type.go
- model_tunnel_info.go
- model_twap_id.go
- model_twif_info.go
- model_ulcl_bp_information.go
- model_unavailable_access_indication.go
- model_up_cnx_state.go
- model_up_confidentiality.go
- model_up_integrity.go
- model_up_security.go
- model_up_security_info.go
- model_update_pdu_session_200_response.go
- model_update_pdu_session_400_response.go
- model_update_pdu_session_request.go
- model_update_sm_context_200_response.go
- model_update_sm_context_400_response.go
- model_update_sm_context_request.go
- model_user_location.go
- model_utra_location.go
- model_volume_timed_report.go
- model_vplmn_qos.go
- model_vsmf_update_data.go
- model_vsmf_update_error.go
- model_vsmf_updated_data.go
- model_w_agf_info.go
- response.go
- utils.go