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
}