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 AbnormalBehaviour
- func (o *AbnormalBehaviour) GetAddtMeasInfo() AdditionalMeasurement
- func (o *AbnormalBehaviour) GetAddtMeasInfoOk() (*AdditionalMeasurement, bool)
- func (o *AbnormalBehaviour) GetConfidence() int32
- func (o *AbnormalBehaviour) GetConfidenceOk() (*int32, bool)
- func (o *AbnormalBehaviour) GetDnn() string
- func (o *AbnormalBehaviour) GetDnnOk() (*string, bool)
- func (o *AbnormalBehaviour) GetExcep() Exception
- func (o *AbnormalBehaviour) GetExcepOk() (*Exception, bool)
- func (o *AbnormalBehaviour) GetRatio() int32
- func (o *AbnormalBehaviour) GetRatioOk() (*int32, bool)
- func (o *AbnormalBehaviour) GetSnssai() Snssai
- func (o *AbnormalBehaviour) GetSnssaiOk() (*Snssai, bool)
- func (o *AbnormalBehaviour) GetSupis() []string
- func (o *AbnormalBehaviour) GetSupisOk() ([]string, bool)
- func (o *AbnormalBehaviour) HasAddtMeasInfo() bool
- func (o *AbnormalBehaviour) HasConfidence() bool
- func (o *AbnormalBehaviour) HasDnn() bool
- func (o *AbnormalBehaviour) HasRatio() bool
- func (o *AbnormalBehaviour) HasSnssai() bool
- func (o *AbnormalBehaviour) HasSupis() bool
- func (o AbnormalBehaviour) MarshalJSON() ([]byte, error)
- func (o *AbnormalBehaviour) SetAddtMeasInfo(v AdditionalMeasurement)
- func (o *AbnormalBehaviour) SetConfidence(v int32)
- func (o *AbnormalBehaviour) SetDnn(v string)
- func (o *AbnormalBehaviour) SetExcep(v Exception)
- func (o *AbnormalBehaviour) SetRatio(v int32)
- func (o *AbnormalBehaviour) SetSnssai(v Snssai)
- func (o *AbnormalBehaviour) SetSupis(v []string)
- func (o AbnormalBehaviour) ToMap() (map[string]interface{}, error)
- func (o *AbnormalBehaviour) UnmarshalJSON(bytes []byte) (err error)
- 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 Accuracy
- type AdditionalMeasurement
- func (o *AdditionalMeasurement) GetCircums() []CircumstanceDescription
- func (o *AdditionalMeasurement) GetCircumsOk() ([]CircumstanceDescription, bool)
- func (o *AdditionalMeasurement) GetDdosAttack() AddressList
- func (o *AdditionalMeasurement) GetDdosAttackOk() (*AddressList, bool)
- func (o *AdditionalMeasurement) GetUnexpFlowTeps() []IpEthFlowDescription
- func (o *AdditionalMeasurement) GetUnexpFlowTepsOk() ([]IpEthFlowDescription, bool)
- func (o *AdditionalMeasurement) GetUnexpLoc() NetworkAreaInfo
- func (o *AdditionalMeasurement) GetUnexpLocOk() (*NetworkAreaInfo, bool)
- func (o *AdditionalMeasurement) GetUnexpWakes() []time.Time
- func (o *AdditionalMeasurement) GetUnexpWakesOk() ([]time.Time, bool)
- func (o *AdditionalMeasurement) GetWrgDest() AddressList
- func (o *AdditionalMeasurement) GetWrgDestOk() (*AddressList, bool)
- func (o *AdditionalMeasurement) HasCircums() bool
- func (o *AdditionalMeasurement) HasDdosAttack() bool
- func (o *AdditionalMeasurement) HasUnexpFlowTeps() bool
- func (o *AdditionalMeasurement) HasUnexpLoc() bool
- func (o *AdditionalMeasurement) HasUnexpWakes() bool
- func (o *AdditionalMeasurement) HasWrgDest() bool
- func (o AdditionalMeasurement) MarshalJSON() ([]byte, error)
- func (o *AdditionalMeasurement) SetCircums(v []CircumstanceDescription)
- func (o *AdditionalMeasurement) SetDdosAttack(v AddressList)
- func (o *AdditionalMeasurement) SetUnexpFlowTeps(v []IpEthFlowDescription)
- func (o *AdditionalMeasurement) SetUnexpLoc(v NetworkAreaInfo)
- func (o *AdditionalMeasurement) SetUnexpWakes(v []time.Time)
- func (o *AdditionalMeasurement) SetWrgDest(v AddressList)
- func (o AdditionalMeasurement) ToMap() (map[string]interface{}, error)
- type AddrFqdn
- func (o *AddrFqdn) GetFqdn() string
- func (o *AddrFqdn) GetFqdnOk() (*string, bool)
- func (o *AddrFqdn) GetIpAddr() IpAddr
- func (o *AddrFqdn) GetIpAddrOk() (*IpAddr, bool)
- func (o *AddrFqdn) HasFqdn() bool
- func (o *AddrFqdn) HasIpAddr() bool
- func (o AddrFqdn) MarshalJSON() ([]byte, error)
- func (o *AddrFqdn) SetFqdn(v string)
- func (o *AddrFqdn) SetIpAddr(v IpAddr)
- func (o *AddrFqdn) SetIpAddrNil()
- func (o AddrFqdn) ToMap() (map[string]interface{}, error)
- func (o *AddrFqdn) UnsetIpAddr()
- type AddressList
- func (o *AddressList) GetIpv4Addrs() []string
- func (o *AddressList) GetIpv4AddrsOk() ([]string, bool)
- func (o *AddressList) GetIpv6Addrs() []Ipv6Addr
- func (o *AddressList) GetIpv6AddrsOk() ([]Ipv6Addr, bool)
- func (o *AddressList) HasIpv4Addrs() bool
- func (o *AddressList) HasIpv6Addrs() bool
- func (o AddressList) MarshalJSON() ([]byte, error)
- func (o *AddressList) SetIpv4Addrs(v []string)
- func (o *AddressList) SetIpv6Addrs(v []Ipv6Addr)
- func (o AddressList) ToMap() (map[string]interface{}, error)
- type AllowedNssai
- func (o *AllowedNssai) GetAccessType() AccessType
- func (o *AllowedNssai) GetAccessTypeOk() (*AccessType, bool)
- func (o *AllowedNssai) GetAllowedSnssaiList() []AllowedSnssai
- func (o *AllowedNssai) GetAllowedSnssaiListOk() ([]AllowedSnssai, bool)
- func (o AllowedNssai) MarshalJSON() ([]byte, error)
- func (o *AllowedNssai) SetAccessType(v AccessType)
- func (o *AllowedNssai) SetAllowedSnssaiList(v []AllowedSnssai)
- func (o AllowedNssai) ToMap() (map[string]interface{}, error)
- func (o *AllowedNssai) UnmarshalJSON(bytes []byte) (err error)
- type AllowedSnssai
- func (o *AllowedSnssai) GetAllowedSnssai() Snssai
- func (o *AllowedSnssai) GetAllowedSnssaiOk() (*Snssai, bool)
- func (o *AllowedSnssai) GetMappedHomeSnssai() Snssai
- func (o *AllowedSnssai) GetMappedHomeSnssaiOk() (*Snssai, bool)
- func (o *AllowedSnssai) GetNsiInformationList() []NsiInformation
- func (o *AllowedSnssai) GetNsiInformationListOk() ([]NsiInformation, bool)
- func (o *AllowedSnssai) HasMappedHomeSnssai() bool
- func (o *AllowedSnssai) HasNsiInformationList() bool
- func (o AllowedSnssai) MarshalJSON() ([]byte, error)
- func (o *AllowedSnssai) SetAllowedSnssai(v Snssai)
- func (o *AllowedSnssai) SetMappedHomeSnssai(v Snssai)
- func (o *AllowedSnssai) SetNsiInformationList(v []NsiInformation)
- func (o AllowedSnssai) ToMap() (map[string]interface{}, error)
- func (o *AllowedSnssai) 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 AmfEvent
- func (o *AmfEvent) GetAreaList() []AmfEventArea
- func (o *AmfEvent) GetAreaListOk() ([]AmfEventArea, bool)
- func (o *AmfEvent) GetDispersionArea() DispersionArea
- func (o *AmfEvent) GetDispersionAreaOk() (*DispersionArea, bool)
- func (o *AmfEvent) GetIdleStatusInd() bool
- func (o *AmfEvent) GetIdleStatusIndOk() (*bool, bool)
- func (o *AmfEvent) GetImmediateFlag() bool
- func (o *AmfEvent) GetImmediateFlagOk() (*bool, bool)
- func (o *AmfEvent) GetLocationFilterList() []LocationFilter
- func (o *AmfEvent) GetLocationFilterListOk() ([]LocationFilter, bool)
- func (o *AmfEvent) GetMaxReports() int32
- func (o *AmfEvent) GetMaxReportsOk() (*int32, bool)
- func (o *AmfEvent) GetMaxResponseTime() int32
- func (o *AmfEvent) GetMaxResponseTimeOk() (*int32, bool)
- func (o *AmfEvent) GetMinInterval() int32
- func (o *AmfEvent) GetMinIntervalOk() (*int32, bool)
- func (o *AmfEvent) GetNextPeriodicReportTime() time.Time
- func (o *AmfEvent) GetNextPeriodicReportTimeOk() (*time.Time, bool)
- func (o *AmfEvent) GetNextReport() time.Time
- func (o *AmfEvent) GetNextReportOk() (*time.Time, bool)
- func (o *AmfEvent) GetPresenceInfoList() map[string]PresenceInfo
- func (o *AmfEvent) GetPresenceInfoListOk() (*map[string]PresenceInfo, bool)
- func (o *AmfEvent) GetReachabilityFilter() ReachabilityFilter
- func (o *AmfEvent) GetReachabilityFilterOk() (*ReachabilityFilter, bool)
- func (o *AmfEvent) GetRefId() int32
- func (o *AmfEvent) GetRefIdOk() (*int32, bool)
- func (o *AmfEvent) GetReportUeReachable() bool
- func (o *AmfEvent) GetReportUeReachableOk() (*bool, bool)
- func (o *AmfEvent) GetSnssaiFilter() []ExtSnssai
- func (o *AmfEvent) GetSnssaiFilterOk() ([]ExtSnssai, bool)
- func (o *AmfEvent) GetTargetArea() TargetArea
- func (o *AmfEvent) GetTargetAreaOk() (*TargetArea, bool)
- func (o *AmfEvent) GetTrafficDescriptorList() []TrafficDescriptor
- func (o *AmfEvent) GetTrafficDescriptorListOk() ([]TrafficDescriptor, bool)
- func (o *AmfEvent) GetType() AmfEventType
- func (o *AmfEvent) GetTypeOk() (*AmfEventType, bool)
- func (o *AmfEvent) GetUdmDetectInd() bool
- func (o *AmfEvent) GetUdmDetectIndOk() (*bool, bool)
- func (o *AmfEvent) GetUeInAreaFilter() UeInAreaFilter
- func (o *AmfEvent) GetUeInAreaFilterOk() (*UeInAreaFilter, bool)
- func (o *AmfEvent) HasAreaList() bool
- func (o *AmfEvent) HasDispersionArea() bool
- func (o *AmfEvent) HasIdleStatusInd() bool
- func (o *AmfEvent) HasImmediateFlag() bool
- func (o *AmfEvent) HasLocationFilterList() bool
- func (o *AmfEvent) HasMaxReports() bool
- func (o *AmfEvent) HasMaxResponseTime() bool
- func (o *AmfEvent) HasMinInterval() bool
- func (o *AmfEvent) HasNextPeriodicReportTime() bool
- func (o *AmfEvent) HasNextReport() bool
- func (o *AmfEvent) HasPresenceInfoList() bool
- func (o *AmfEvent) HasReachabilityFilter() bool
- func (o *AmfEvent) HasRefId() bool
- func (o *AmfEvent) HasReportUeReachable() bool
- func (o *AmfEvent) HasSnssaiFilter() bool
- func (o *AmfEvent) HasTargetArea() bool
- func (o *AmfEvent) HasTrafficDescriptorList() bool
- func (o *AmfEvent) HasUdmDetectInd() bool
- func (o *AmfEvent) HasUeInAreaFilter() bool
- func (o AmfEvent) MarshalJSON() ([]byte, error)
- func (o *AmfEvent) SetAreaList(v []AmfEventArea)
- func (o *AmfEvent) SetDispersionArea(v DispersionArea)
- func (o *AmfEvent) SetIdleStatusInd(v bool)
- func (o *AmfEvent) SetImmediateFlag(v bool)
- func (o *AmfEvent) SetLocationFilterList(v []LocationFilter)
- func (o *AmfEvent) SetMaxReports(v int32)
- func (o *AmfEvent) SetMaxResponseTime(v int32)
- func (o *AmfEvent) SetMinInterval(v int32)
- func (o *AmfEvent) SetNextPeriodicReportTime(v time.Time)
- func (o *AmfEvent) SetNextReport(v time.Time)
- func (o *AmfEvent) SetPresenceInfoList(v map[string]PresenceInfo)
- func (o *AmfEvent) SetReachabilityFilter(v ReachabilityFilter)
- func (o *AmfEvent) SetRefId(v int32)
- func (o *AmfEvent) SetReportUeReachable(v bool)
- func (o *AmfEvent) SetSnssaiFilter(v []ExtSnssai)
- func (o *AmfEvent) SetTargetArea(v TargetArea)
- func (o *AmfEvent) SetTrafficDescriptorList(v []TrafficDescriptor)
- func (o *AmfEvent) SetType(v AmfEventType)
- func (o *AmfEvent) SetUdmDetectInd(v bool)
- func (o *AmfEvent) SetUeInAreaFilter(v UeInAreaFilter)
- func (o AmfEvent) ToMap() (map[string]interface{}, error)
- func (o *AmfEvent) UnmarshalJSON(bytes []byte) (err error)
- type AmfEventArea
- func (o *AmfEventArea) GetLadnInfo() LadnInfo
- func (o *AmfEventArea) GetLadnInfoOk() (*LadnInfo, bool)
- func (o *AmfEventArea) GetNsiId() string
- func (o *AmfEventArea) GetNsiIdOk() (*string, bool)
- func (o *AmfEventArea) GetPresenceInfo() PresenceInfo
- func (o *AmfEventArea) GetPresenceInfoOk() (*PresenceInfo, bool)
- func (o *AmfEventArea) GetSNssai() Snssai
- func (o *AmfEventArea) GetSNssaiOk() (*Snssai, bool)
- func (o *AmfEventArea) HasLadnInfo() bool
- func (o *AmfEventArea) HasNsiId() bool
- func (o *AmfEventArea) HasPresenceInfo() bool
- func (o *AmfEventArea) HasSNssai() bool
- func (o AmfEventArea) MarshalJSON() ([]byte, error)
- func (o *AmfEventArea) SetLadnInfo(v LadnInfo)
- func (o *AmfEventArea) SetNsiId(v string)
- func (o *AmfEventArea) SetPresenceInfo(v PresenceInfo)
- func (o *AmfEventArea) SetSNssai(v Snssai)
- func (o AmfEventArea) ToMap() (map[string]interface{}, error)
- type AmfEventMode
- func (o *AmfEventMode) GetExpiry() time.Time
- func (o *AmfEventMode) GetExpiryOk() (*time.Time, bool)
- func (o *AmfEventMode) GetMaxReports() int32
- func (o *AmfEventMode) GetMaxReportsOk() (*int32, bool)
- func (o *AmfEventMode) GetNotifFlag() NotificationFlag
- func (o *AmfEventMode) GetNotifFlagOk() (*NotificationFlag, bool)
- func (o *AmfEventMode) GetPartitioningCriteria() []PartitioningCriteria
- func (o *AmfEventMode) GetPartitioningCriteriaOk() ([]PartitioningCriteria, bool)
- func (o *AmfEventMode) GetRepPeriod() int32
- func (o *AmfEventMode) GetRepPeriodOk() (*int32, bool)
- func (o *AmfEventMode) GetSampRatio() int32
- func (o *AmfEventMode) GetSampRatioOk() (*int32, bool)
- func (o *AmfEventMode) GetTrigger() AmfEventTrigger
- func (o *AmfEventMode) GetTriggerOk() (*AmfEventTrigger, bool)
- func (o *AmfEventMode) HasExpiry() bool
- func (o *AmfEventMode) HasMaxReports() bool
- func (o *AmfEventMode) HasNotifFlag() bool
- func (o *AmfEventMode) HasPartitioningCriteria() bool
- func (o *AmfEventMode) HasRepPeriod() bool
- func (o *AmfEventMode) HasSampRatio() bool
- func (o AmfEventMode) MarshalJSON() ([]byte, error)
- func (o *AmfEventMode) SetExpiry(v time.Time)
- func (o *AmfEventMode) SetMaxReports(v int32)
- func (o *AmfEventMode) SetNotifFlag(v NotificationFlag)
- func (o *AmfEventMode) SetPartitioningCriteria(v []PartitioningCriteria)
- func (o *AmfEventMode) SetRepPeriod(v int32)
- func (o *AmfEventMode) SetSampRatio(v int32)
- func (o *AmfEventMode) SetTrigger(v AmfEventTrigger)
- func (o AmfEventMode) ToMap() (map[string]interface{}, error)
- func (o *AmfEventMode) UnmarshalJSON(bytes []byte) (err error)
- type AmfEventSubscription
- func (o *AmfEventSubscription) GetAnyUE() bool
- func (o *AmfEventSubscription) GetAnyUEOk() (*bool, bool)
- func (o *AmfEventSubscription) GetEventList() []AmfEvent
- func (o *AmfEventSubscription) GetEventListOk() ([]AmfEvent, bool)
- func (o *AmfEventSubscription) GetEventNotifyUri() string
- func (o *AmfEventSubscription) GetEventNotifyUriOk() (*string, bool)
- func (o *AmfEventSubscription) GetExcludeGpsiList() []string
- func (o *AmfEventSubscription) GetExcludeGpsiListOk() ([]string, bool)
- func (o *AmfEventSubscription) GetExcludeSupiList() []string
- func (o *AmfEventSubscription) GetExcludeSupiListOk() ([]string, bool)
- func (o *AmfEventSubscription) GetGpsi() string
- func (o *AmfEventSubscription) GetGpsiOk() (*string, bool)
- func (o *AmfEventSubscription) GetGroupId() string
- func (o *AmfEventSubscription) GetGroupIdOk() (*string, bool)
- func (o *AmfEventSubscription) GetIncludeGpsiList() []string
- func (o *AmfEventSubscription) GetIncludeGpsiListOk() ([]string, bool)
- func (o *AmfEventSubscription) GetIncludeSupiList() []string
- func (o *AmfEventSubscription) GetIncludeSupiListOk() ([]string, bool)
- func (o *AmfEventSubscription) GetNfId() string
- func (o *AmfEventSubscription) GetNfIdOk() (*string, bool)
- func (o *AmfEventSubscription) GetNotifyCorrelationId() string
- func (o *AmfEventSubscription) GetNotifyCorrelationIdOk() (*string, bool)
- func (o *AmfEventSubscription) GetOptions() AmfEventMode
- func (o *AmfEventSubscription) GetOptionsOk() (*AmfEventMode, bool)
- func (o *AmfEventSubscription) GetPei() string
- func (o *AmfEventSubscription) GetPeiOk() (*string, bool)
- func (o *AmfEventSubscription) GetSourceNfType() NFType
- func (o *AmfEventSubscription) GetSourceNfTypeOk() (*NFType, bool)
- func (o *AmfEventSubscription) GetSubsChangeNotifyCorrelationId() string
- func (o *AmfEventSubscription) GetSubsChangeNotifyCorrelationIdOk() (*string, bool)
- func (o *AmfEventSubscription) GetSubsChangeNotifyUri() string
- func (o *AmfEventSubscription) GetSubsChangeNotifyUriOk() (*string, bool)
- func (o *AmfEventSubscription) GetSupi() string
- func (o *AmfEventSubscription) GetSupiOk() (*string, bool)
- func (o *AmfEventSubscription) HasAnyUE() bool
- func (o *AmfEventSubscription) HasExcludeGpsiList() bool
- func (o *AmfEventSubscription) HasExcludeSupiList() bool
- func (o *AmfEventSubscription) HasGpsi() bool
- func (o *AmfEventSubscription) HasGroupId() bool
- func (o *AmfEventSubscription) HasIncludeGpsiList() bool
- func (o *AmfEventSubscription) HasIncludeSupiList() bool
- func (o *AmfEventSubscription) HasOptions() bool
- func (o *AmfEventSubscription) HasPei() bool
- func (o *AmfEventSubscription) HasSourceNfType() bool
- func (o *AmfEventSubscription) HasSubsChangeNotifyCorrelationId() bool
- func (o *AmfEventSubscription) HasSubsChangeNotifyUri() bool
- func (o *AmfEventSubscription) HasSupi() bool
- func (o AmfEventSubscription) MarshalJSON() ([]byte, error)
- func (o *AmfEventSubscription) SetAnyUE(v bool)
- func (o *AmfEventSubscription) SetEventList(v []AmfEvent)
- func (o *AmfEventSubscription) SetEventNotifyUri(v string)
- func (o *AmfEventSubscription) SetExcludeGpsiList(v []string)
- func (o *AmfEventSubscription) SetExcludeSupiList(v []string)
- func (o *AmfEventSubscription) SetGpsi(v string)
- func (o *AmfEventSubscription) SetGroupId(v string)
- func (o *AmfEventSubscription) SetIncludeGpsiList(v []string)
- func (o *AmfEventSubscription) SetIncludeSupiList(v []string)
- func (o *AmfEventSubscription) SetNfId(v string)
- func (o *AmfEventSubscription) SetNotifyCorrelationId(v string)
- func (o *AmfEventSubscription) SetOptions(v AmfEventMode)
- func (o *AmfEventSubscription) SetPei(v string)
- func (o *AmfEventSubscription) SetSourceNfType(v NFType)
- func (o *AmfEventSubscription) SetSubsChangeNotifyCorrelationId(v string)
- func (o *AmfEventSubscription) SetSubsChangeNotifyUri(v string)
- func (o *AmfEventSubscription) SetSupi(v string)
- func (o AmfEventSubscription) ToMap() (map[string]interface{}, error)
- func (o *AmfEventSubscription) UnmarshalJSON(bytes []byte) (err error)
- type AmfEventSubscriptionAddInfo
- func (o *AmfEventSubscriptionAddInfo) GetAoiStateList() map[string]AreaOfInterestEventState
- func (o *AmfEventSubscriptionAddInfo) GetAoiStateListOk() (*map[string]AreaOfInterestEventState, bool)
- func (o *AmfEventSubscriptionAddInfo) GetBindingInfo() []string
- func (o *AmfEventSubscriptionAddInfo) GetBindingInfoOk() ([]string, bool)
- func (o *AmfEventSubscriptionAddInfo) GetEventSyncInd() bool
- func (o *AmfEventSubscriptionAddInfo) GetEventSyncIndOk() (*bool, bool)
- func (o *AmfEventSubscriptionAddInfo) GetNfConsumerInfo() []string
- func (o *AmfEventSubscriptionAddInfo) GetNfConsumerInfoOk() ([]string, bool)
- func (o *AmfEventSubscriptionAddInfo) GetSubscribingNfType() NFType
- func (o *AmfEventSubscriptionAddInfo) GetSubscribingNfTypeOk() (*NFType, bool)
- func (o *AmfEventSubscriptionAddInfo) HasAoiStateList() bool
- func (o *AmfEventSubscriptionAddInfo) HasBindingInfo() bool
- func (o *AmfEventSubscriptionAddInfo) HasEventSyncInd() bool
- func (o *AmfEventSubscriptionAddInfo) HasNfConsumerInfo() bool
- func (o *AmfEventSubscriptionAddInfo) HasSubscribingNfType() bool
- func (o AmfEventSubscriptionAddInfo) MarshalJSON() ([]byte, error)
- func (o *AmfEventSubscriptionAddInfo) SetAoiStateList(v map[string]AreaOfInterestEventState)
- func (o *AmfEventSubscriptionAddInfo) SetBindingInfo(v []string)
- func (o *AmfEventSubscriptionAddInfo) SetEventSyncInd(v bool)
- func (o *AmfEventSubscriptionAddInfo) SetNfConsumerInfo(v []string)
- func (o *AmfEventSubscriptionAddInfo) SetSubscribingNfType(v NFType)
- func (o AmfEventSubscriptionAddInfo) ToMap() (map[string]interface{}, error)
- type AmfEventTrigger
- type AmfEventType
- type AmfStatusChangeNotification
- func (o *AmfStatusChangeNotification) GetAmfStatusInfoList() []AmfStatusInfo
- func (o *AmfStatusChangeNotification) GetAmfStatusInfoListOk() ([]AmfStatusInfo, bool)
- func (o AmfStatusChangeNotification) MarshalJSON() ([]byte, error)
- func (o *AmfStatusChangeNotification) SetAmfStatusInfoList(v []AmfStatusInfo)
- func (o AmfStatusChangeNotification) ToMap() (map[string]interface{}, error)
- func (o *AmfStatusChangeNotification) UnmarshalJSON(bytes []byte) (err error)
- type AmfStatusInfo
- func (o *AmfStatusInfo) GetGuamiList() []Guami
- func (o *AmfStatusInfo) GetGuamiListOk() ([]Guami, bool)
- func (o *AmfStatusInfo) GetStatusChange() StatusChange
- func (o *AmfStatusInfo) GetStatusChangeOk() (*StatusChange, bool)
- func (o *AmfStatusInfo) GetTargetAmfFailure() string
- func (o *AmfStatusInfo) GetTargetAmfFailureOk() (*string, bool)
- func (o *AmfStatusInfo) GetTargetAmfRemoval() string
- func (o *AmfStatusInfo) GetTargetAmfRemovalOk() (*string, bool)
- func (o *AmfStatusInfo) HasTargetAmfFailure() bool
- func (o *AmfStatusInfo) HasTargetAmfRemoval() bool
- func (o AmfStatusInfo) MarshalJSON() ([]byte, error)
- func (o *AmfStatusInfo) SetGuamiList(v []Guami)
- func (o *AmfStatusInfo) SetStatusChange(v StatusChange)
- func (o *AmfStatusInfo) SetTargetAmfFailure(v string)
- func (o *AmfStatusInfo) SetTargetAmfRemoval(v string)
- func (o AmfStatusInfo) ToMap() (map[string]interface{}, error)
- func (o *AmfStatusInfo) UnmarshalJSON(bytes []byte) (err error)
- type AnalyticsMetadata
- type AnalyticsMetadataIndication
- func (o *AnalyticsMetadataIndication) GetAggrNwdafIds() []string
- func (o *AnalyticsMetadataIndication) GetAggrNwdafIdsOk() ([]string, bool)
- func (o *AnalyticsMetadataIndication) GetDataStatProps() []DatasetStatisticalProperty
- func (o *AnalyticsMetadataIndication) GetDataStatPropsOk() ([]DatasetStatisticalProperty, bool)
- func (o *AnalyticsMetadataIndication) GetDataWindow() TimeWindow
- func (o *AnalyticsMetadataIndication) GetDataWindowOk() (*TimeWindow, bool)
- func (o *AnalyticsMetadataIndication) GetStrategy() OutputStrategy
- func (o *AnalyticsMetadataIndication) GetStrategyOk() (*OutputStrategy, bool)
- func (o *AnalyticsMetadataIndication) HasAggrNwdafIds() bool
- func (o *AnalyticsMetadataIndication) HasDataStatProps() bool
- func (o *AnalyticsMetadataIndication) HasDataWindow() bool
- func (o *AnalyticsMetadataIndication) HasStrategy() bool
- func (o AnalyticsMetadataIndication) MarshalJSON() ([]byte, error)
- func (o *AnalyticsMetadataIndication) SetAggrNwdafIds(v []string)
- func (o *AnalyticsMetadataIndication) SetDataStatProps(v []DatasetStatisticalProperty)
- func (o *AnalyticsMetadataIndication) SetDataWindow(v TimeWindow)
- func (o *AnalyticsMetadataIndication) SetStrategy(v OutputStrategy)
- func (o AnalyticsMetadataIndication) ToMap() (map[string]interface{}, error)
- type AnalyticsMetadataInfo
- func (o *AnalyticsMetadataInfo) GetAccuracy() Accuracy
- func (o *AnalyticsMetadataInfo) GetAccuracyOk() (*Accuracy, bool)
- func (o *AnalyticsMetadataInfo) GetDataStatProps() []DatasetStatisticalProperty
- func (o *AnalyticsMetadataInfo) GetDataStatPropsOk() ([]DatasetStatisticalProperty, bool)
- func (o *AnalyticsMetadataInfo) GetDataWindow() TimeWindow
- func (o *AnalyticsMetadataInfo) GetDataWindowOk() (*TimeWindow, bool)
- func (o *AnalyticsMetadataInfo) GetNumSamples() int32
- func (o *AnalyticsMetadataInfo) GetNumSamplesOk() (*int32, bool)
- func (o *AnalyticsMetadataInfo) GetStrategy() OutputStrategy
- func (o *AnalyticsMetadataInfo) GetStrategyOk() (*OutputStrategy, bool)
- func (o *AnalyticsMetadataInfo) HasAccuracy() bool
- func (o *AnalyticsMetadataInfo) HasDataStatProps() bool
- func (o *AnalyticsMetadataInfo) HasDataWindow() bool
- func (o *AnalyticsMetadataInfo) HasNumSamples() bool
- func (o *AnalyticsMetadataInfo) HasStrategy() bool
- func (o AnalyticsMetadataInfo) MarshalJSON() ([]byte, error)
- func (o *AnalyticsMetadataInfo) SetAccuracy(v Accuracy)
- func (o *AnalyticsMetadataInfo) SetDataStatProps(v []DatasetStatisticalProperty)
- func (o *AnalyticsMetadataInfo) SetDataWindow(v TimeWindow)
- func (o *AnalyticsMetadataInfo) SetNumSamples(v int32)
- func (o *AnalyticsMetadataInfo) SetStrategy(v OutputStrategy)
- func (o AnalyticsMetadataInfo) ToMap() (map[string]interface{}, error)
- type AnalyticsSubscription
- func (o *AnalyticsSubscription) GetNwdafId() string
- func (o *AnalyticsSubscription) GetNwdafIdOk() (*string, bool)
- func (o *AnalyticsSubscription) GetNwdafSetId() string
- func (o *AnalyticsSubscription) GetNwdafSetIdOk() (*string, bool)
- func (o *AnalyticsSubscription) GetNwdafSubscriptionList() []NwdafSubscription
- func (o *AnalyticsSubscription) GetNwdafSubscriptionListOk() ([]NwdafSubscription, bool)
- func (o *AnalyticsSubscription) HasNwdafId() bool
- func (o *AnalyticsSubscription) HasNwdafSetId() bool
- func (o AnalyticsSubscription) MarshalJSON() ([]byte, error)
- func (o *AnalyticsSubscription) SetNwdafId(v string)
- func (o *AnalyticsSubscription) SetNwdafSetId(v string)
- func (o *AnalyticsSubscription) SetNwdafSubscriptionList(v []NwdafSubscription)
- func (o AnalyticsSubscription) ToMap() (map[string]interface{}, error)
- func (o *AnalyticsSubscription) UnmarshalJSON(bytes []byte) (err error)
- type AnalyticsSubset
- type ApiAMFStatusChangeSubscribeModfyRequest
- type ApiAMFStatusChangeSubscribeRequest
- type ApiAMFStatusChangeUnSubscribeRequest
- type ApiCancelRelocateUEContextRequest
- func (r ApiCancelRelocateUEContextRequest) BinaryDataGtpcMessage(binaryDataGtpcMessage *os.File) ApiCancelRelocateUEContextRequest
- func (r ApiCancelRelocateUEContextRequest) Execute() (*http.Response, error)
- func (r ApiCancelRelocateUEContextRequest) JsonData(jsonData UeContextCancelRelocateData) ApiCancelRelocateUEContextRequest
- type ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2Information(binaryDataN2Information *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt1(binaryDataN2InformationExt1 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt2(binaryDataN2InformationExt2 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt3(binaryDataN2InformationExt3 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt4(binaryDataN2InformationExt4 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt5(binaryDataN2InformationExt5 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt6(binaryDataN2InformationExt6 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt7(binaryDataN2InformationExt7 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt8(binaryDataN2InformationExt8 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt9(binaryDataN2InformationExt9 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt10(binaryDataN2InformationExt10 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt11(binaryDataN2InformationExt11 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt12(binaryDataN2InformationExt12 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt13(binaryDataN2InformationExt13 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt14(binaryDataN2InformationExt14 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt15(binaryDataN2InformationExt15 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt16(binaryDataN2InformationExt16 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt17(binaryDataN2InformationExt17 *os.File) ApiCreateUEContextRequest
- func (r ApiCreateUEContextRequest) Execute() (*UeContextCreatedData, *http.Response, error)
- func (r ApiCreateUEContextRequest) JsonData(jsonData UeContextCreateData) ApiCreateUEContextRequest
- type ApiEBIAssignmentRequest
- type ApiN1N2MessageSubscribeRequest
- type ApiN1N2MessageTransferRequest
- type ApiN1N2MessageUnSubscribeRequest
- type ApiNonUeN2InfoSubscribeRequest
- type ApiNonUeN2InfoUnSubscribeRequest
- type ApiNonUeN2MessageTransferRequest
- type ApiRegistrationStatusUpdateRequest
- type ApiReleaseUEContextRequest
- type ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataForwardRelocationRequest(binaryDataForwardRelocationRequest *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2Information(binaryDataN2Information *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt1(binaryDataN2InformationExt1 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt2(binaryDataN2InformationExt2 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt3(binaryDataN2InformationExt3 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt4(binaryDataN2InformationExt4 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt5(binaryDataN2InformationExt5 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt6(binaryDataN2InformationExt6 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt7(binaryDataN2InformationExt7 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt8(binaryDataN2InformationExt8 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt9(binaryDataN2InformationExt9 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt10(binaryDataN2InformationExt10 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt11(binaryDataN2InformationExt11 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt12(binaryDataN2InformationExt12 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt13(binaryDataN2InformationExt13 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt14(binaryDataN2InformationExt14 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt15(binaryDataN2InformationExt15 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt16(binaryDataN2InformationExt16 *os.File) ApiRelocateUEContextRequest
- func (r ApiRelocateUEContextRequest) Execute() (*UeContextRelocatedData, *http.Response, error)
- func (r ApiRelocateUEContextRequest) JsonData(jsonData UeContextRelocateData) ApiRelocateUEContextRequest
- type ApiUEContextTransferRequest
- type AppListForUeComm
- func (o *AppListForUeComm) GetAppDur() int32
- func (o *AppListForUeComm) GetAppDurOk() (*int32, bool)
- func (o *AppListForUeComm) GetAppId() string
- func (o *AppListForUeComm) GetAppIdOk() (*string, bool)
- func (o *AppListForUeComm) GetOccurRatio() int32
- func (o *AppListForUeComm) GetOccurRatioOk() (*int32, bool)
- func (o *AppListForUeComm) GetSpatialValidity() NetworkAreaInfo
- func (o *AppListForUeComm) GetSpatialValidityOk() (*NetworkAreaInfo, bool)
- func (o *AppListForUeComm) GetStartTime() time.Time
- func (o *AppListForUeComm) GetStartTimeOk() (*time.Time, bool)
- func (o *AppListForUeComm) HasAppDur() bool
- func (o *AppListForUeComm) HasOccurRatio() bool
- func (o *AppListForUeComm) HasSpatialValidity() bool
- func (o *AppListForUeComm) HasStartTime() bool
- func (o AppListForUeComm) MarshalJSON() ([]byte, error)
- func (o *AppListForUeComm) SetAppDur(v int32)
- func (o *AppListForUeComm) SetAppId(v string)
- func (o *AppListForUeComm) SetOccurRatio(v int32)
- func (o *AppListForUeComm) SetSpatialValidity(v NetworkAreaInfo)
- func (o *AppListForUeComm) SetStartTime(v time.Time)
- func (o AppListForUeComm) ToMap() (map[string]interface{}, error)
- func (o *AppListForUeComm) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationVolume
- func (o *ApplicationVolume) GetAppId() string
- func (o *ApplicationVolume) GetAppIdOk() (*string, bool)
- func (o *ApplicationVolume) GetAppVolume() int64
- func (o *ApplicationVolume) GetAppVolumeOk() (*int64, bool)
- func (o ApplicationVolume) MarshalJSON() ([]byte, error)
- func (o *ApplicationVolume) SetAppId(v string)
- func (o *ApplicationVolume) SetAppVolume(v int64)
- func (o ApplicationVolume) ToMap() (map[string]interface{}, error)
- func (o *ApplicationVolume) UnmarshalJSON(bytes []byte) (err error)
- type Area
- func (o *Area) GetAreaCode() string
- func (o *Area) GetAreaCodeOk() (*string, bool)
- func (o *Area) GetTacs() []string
- func (o *Area) GetTacsOk() ([]string, bool)
- func (o *Area) HasAreaCode() bool
- func (o *Area) HasTacs() bool
- func (o Area) MarshalJSON() ([]byte, error)
- func (o *Area) SetAreaCode(v string)
- func (o *Area) SetTacs(v []string)
- func (o Area) ToMap() (map[string]interface{}, error)
- type AreaOfInterestEventState
- func (o *AreaOfInterestEventState) GetIndividualPraIdList() []string
- func (o *AreaOfInterestEventState) GetIndividualPraIdListOk() ([]string, bool)
- func (o *AreaOfInterestEventState) GetPresence() PresenceState
- func (o *AreaOfInterestEventState) GetPresenceOk() (*PresenceState, bool)
- func (o *AreaOfInterestEventState) HasIndividualPraIdList() bool
- func (o AreaOfInterestEventState) MarshalJSON() ([]byte, error)
- func (o *AreaOfInterestEventState) SetIndividualPraIdList(v []string)
- func (o *AreaOfInterestEventState) SetPresence(v PresenceState)
- func (o AreaOfInterestEventState) ToMap() (map[string]interface{}, error)
- func (o *AreaOfInterestEventState) UnmarshalJSON(bytes []byte) (err error)
- type AreaOfValidity
- func (o *AreaOfValidity) GetTaiList() []Tai
- func (o *AreaOfValidity) GetTaiListOk() ([]Tai, bool)
- func (o AreaOfValidity) MarshalJSON() ([]byte, error)
- func (o *AreaOfValidity) SetTaiList(v []Tai)
- func (o AreaOfValidity) ToMap() (map[string]interface{}, error)
- func (o *AreaOfValidity) UnmarshalJSON(bytes []byte) (err error)
- type AreaScope
- func (o *AreaScope) GetEutraCellIdList() []string
- func (o *AreaScope) GetEutraCellIdListOk() ([]string, bool)
- func (o *AreaScope) GetNrCellIdList() []string
- func (o *AreaScope) GetNrCellIdListOk() ([]string, bool)
- func (o *AreaScope) GetTacInfoPerPlmn() map[string]TacInfo
- func (o *AreaScope) GetTacInfoPerPlmnOk() (*map[string]TacInfo, bool)
- func (o *AreaScope) GetTacList() []string
- func (o *AreaScope) GetTacListOk() ([]string, bool)
- func (o *AreaScope) HasEutraCellIdList() bool
- func (o *AreaScope) HasNrCellIdList() bool
- func (o *AreaScope) HasTacInfoPerPlmn() bool
- func (o *AreaScope) HasTacList() bool
- func (o AreaScope) MarshalJSON() ([]byte, error)
- func (o *AreaScope) SetEutraCellIdList(v []string)
- func (o *AreaScope) SetNrCellIdList(v []string)
- func (o *AreaScope) SetTacInfoPerPlmn(v map[string]TacInfo)
- func (o *AreaScope) SetTacList(v []string)
- func (o AreaScope) 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 AsTimeDistributionParam
- func (o *AsTimeDistributionParam) GetAsTimeDistInd() bool
- func (o *AsTimeDistributionParam) GetAsTimeDistIndOk() (*bool, bool)
- func (o *AsTimeDistributionParam) GetUuErrorBudget() int32
- func (o *AsTimeDistributionParam) GetUuErrorBudgetOk() (*int32, bool)
- func (o *AsTimeDistributionParam) HasAsTimeDistInd() bool
- func (o *AsTimeDistributionParam) HasUuErrorBudget() bool
- func (o AsTimeDistributionParam) MarshalJSON() ([]byte, error)
- func (o *AsTimeDistributionParam) SetAsTimeDistInd(v bool)
- func (o *AsTimeDistributionParam) SetUuErrorBudget(v int32)
- func (o *AsTimeDistributionParam) SetUuErrorBudgetNil()
- func (o AsTimeDistributionParam) ToMap() (map[string]interface{}, error)
- func (o *AsTimeDistributionParam) UnsetUuErrorBudget()
- type AssignEbiData
- func (o *AssignEbiData) GetArpList() []Arp
- func (o *AssignEbiData) GetArpListOk() ([]Arp, bool)
- func (o *AssignEbiData) GetModifiedEbiList() []EbiArpMapping
- func (o *AssignEbiData) GetModifiedEbiListOk() ([]EbiArpMapping, bool)
- func (o *AssignEbiData) GetOldGuami() Guami
- func (o *AssignEbiData) GetOldGuamiOk() (*Guami, bool)
- func (o *AssignEbiData) GetPduSessionId() int32
- func (o *AssignEbiData) GetPduSessionIdOk() (*int32, bool)
- func (o *AssignEbiData) GetReleasedEbiList() []int32
- func (o *AssignEbiData) GetReleasedEbiListOk() ([]int32, bool)
- func (o *AssignEbiData) HasArpList() bool
- func (o *AssignEbiData) HasModifiedEbiList() bool
- func (o *AssignEbiData) HasOldGuami() bool
- func (o *AssignEbiData) HasReleasedEbiList() bool
- func (o AssignEbiData) MarshalJSON() ([]byte, error)
- func (o *AssignEbiData) SetArpList(v []Arp)
- func (o *AssignEbiData) SetModifiedEbiList(v []EbiArpMapping)
- func (o *AssignEbiData) SetOldGuami(v Guami)
- func (o *AssignEbiData) SetPduSessionId(v int32)
- func (o *AssignEbiData) SetReleasedEbiList(v []int32)
- func (o AssignEbiData) ToMap() (map[string]interface{}, error)
- func (o *AssignEbiData) UnmarshalJSON(bytes []byte) (err error)
- type AssignEbiError
- func (o *AssignEbiError) GetError() ProblemDetails
- func (o *AssignEbiError) GetErrorOk() (*ProblemDetails, bool)
- func (o *AssignEbiError) GetFailureDetails() AssignEbiFailed
- func (o *AssignEbiError) GetFailureDetailsOk() (*AssignEbiFailed, bool)
- func (o AssignEbiError) MarshalJSON() ([]byte, error)
- func (o *AssignEbiError) SetError(v ProblemDetails)
- func (o *AssignEbiError) SetFailureDetails(v AssignEbiFailed)
- func (o AssignEbiError) ToMap() (map[string]interface{}, error)
- func (o *AssignEbiError) UnmarshalJSON(bytes []byte) (err error)
- type AssignEbiFailed
- func (o *AssignEbiFailed) GetFailedArpList() []Arp
- func (o *AssignEbiFailed) GetFailedArpListOk() ([]Arp, bool)
- func (o *AssignEbiFailed) GetPduSessionId() int32
- func (o *AssignEbiFailed) GetPduSessionIdOk() (*int32, bool)
- func (o *AssignEbiFailed) HasFailedArpList() bool
- func (o AssignEbiFailed) MarshalJSON() ([]byte, error)
- func (o *AssignEbiFailed) SetFailedArpList(v []Arp)
- func (o *AssignEbiFailed) SetPduSessionId(v int32)
- func (o AssignEbiFailed) ToMap() (map[string]interface{}, error)
- func (o *AssignEbiFailed) UnmarshalJSON(bytes []byte) (err error)
- type AssignedEbiData
- func (o *AssignedEbiData) GetAssignedEbiList() []EbiArpMapping
- func (o *AssignedEbiData) GetAssignedEbiListOk() ([]EbiArpMapping, bool)
- func (o *AssignedEbiData) GetFailedArpList() []Arp
- func (o *AssignedEbiData) GetFailedArpListOk() ([]Arp, bool)
- func (o *AssignedEbiData) GetModifiedEbiList() []int32
- func (o *AssignedEbiData) GetModifiedEbiListOk() ([]int32, bool)
- func (o *AssignedEbiData) GetPduSessionId() int32
- func (o *AssignedEbiData) GetPduSessionIdOk() (*int32, bool)
- func (o *AssignedEbiData) GetReleasedEbiList() []int32
- func (o *AssignedEbiData) GetReleasedEbiListOk() ([]int32, bool)
- func (o *AssignedEbiData) HasFailedArpList() bool
- func (o *AssignedEbiData) HasModifiedEbiList() bool
- func (o *AssignedEbiData) HasReleasedEbiList() bool
- func (o AssignedEbiData) MarshalJSON() ([]byte, error)
- func (o *AssignedEbiData) SetAssignedEbiList(v []EbiArpMapping)
- func (o *AssignedEbiData) SetFailedArpList(v []Arp)
- func (o *AssignedEbiData) SetModifiedEbiList(v []int32)
- func (o *AssignedEbiData) SetPduSessionId(v int32)
- func (o *AssignedEbiData) SetReleasedEbiList(v []int32)
- func (o AssignedEbiData) ToMap() (map[string]interface{}, error)
- func (o *AssignedEbiData) UnmarshalJSON(bytes []byte) (err error)
- type AuthStatus
- 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 BwRequirement
- func (o *BwRequirement) GetAppId() string
- func (o *BwRequirement) GetAppIdOk() (*string, bool)
- func (o *BwRequirement) GetMarBwDl() string
- func (o *BwRequirement) GetMarBwDlOk() (*string, bool)
- func (o *BwRequirement) GetMarBwUl() string
- func (o *BwRequirement) GetMarBwUlOk() (*string, bool)
- func (o *BwRequirement) GetMirBwDl() string
- func (o *BwRequirement) GetMirBwDlOk() (*string, bool)
- func (o *BwRequirement) GetMirBwUl() string
- func (o *BwRequirement) GetMirBwUlOk() (*string, bool)
- func (o *BwRequirement) HasMarBwDl() bool
- func (o *BwRequirement) HasMarBwUl() bool
- func (o *BwRequirement) HasMirBwDl() bool
- func (o *BwRequirement) HasMirBwUl() bool
- func (o BwRequirement) MarshalJSON() ([]byte, error)
- func (o *BwRequirement) SetAppId(v string)
- func (o *BwRequirement) SetMarBwDl(v string)
- func (o *BwRequirement) SetMarBwUl(v string)
- func (o *BwRequirement) SetMirBwDl(v string)
- func (o *BwRequirement) SetMirBwUl(v string)
- func (o BwRequirement) ToMap() (map[string]interface{}, error)
- func (o *BwRequirement) UnmarshalJSON(bytes []byte) (err error)
- type CagData
- func (o *CagData) GetCagInfos() map[string]CagInfo
- func (o *CagData) GetCagInfosOk() (*map[string]CagInfo, bool)
- func (o *CagData) GetProvisioningTime() time.Time
- func (o *CagData) GetProvisioningTimeOk() (*time.Time, bool)
- func (o *CagData) HasProvisioningTime() bool
- func (o CagData) MarshalJSON() ([]byte, error)
- func (o *CagData) SetCagInfos(v map[string]CagInfo)
- func (o *CagData) SetProvisioningTime(v time.Time)
- func (o CagData) ToMap() (map[string]interface{}, error)
- func (o *CagData) UnmarshalJSON(bytes []byte) (err error)
- type CagInfo
- func (o *CagInfo) GetAllowedCagList() []string
- func (o *CagInfo) GetAllowedCagListOk() ([]string, bool)
- func (o *CagInfo) GetCagOnlyIndicator() bool
- func (o *CagInfo) GetCagOnlyIndicatorOk() (*bool, bool)
- func (o *CagInfo) HasCagOnlyIndicator() bool
- func (o CagInfo) MarshalJSON() ([]byte, error)
- func (o *CagInfo) SetAllowedCagList(v []string)
- func (o *CagInfo) SetCagOnlyIndicator(v bool)
- func (o CagInfo) ToMap() (map[string]interface{}, error)
- func (o *CagInfo) UnmarshalJSON(bytes []byte) (err error)
- type CancelRelocateUEContextRequest
- func (o *CancelRelocateUEContextRequest) GetBinaryDataGtpcMessage() *os.File
- func (o *CancelRelocateUEContextRequest) GetBinaryDataGtpcMessageOk() (**os.File, bool)
- func (o *CancelRelocateUEContextRequest) GetJsonData() UeContextCancelRelocateData
- func (o *CancelRelocateUEContextRequest) GetJsonDataOk() (*UeContextCancelRelocateData, bool)
- func (o *CancelRelocateUEContextRequest) HasBinaryDataGtpcMessage() bool
- func (o *CancelRelocateUEContextRequest) HasJsonData() bool
- func (o CancelRelocateUEContextRequest) MarshalJSON() ([]byte, error)
- func (o *CancelRelocateUEContextRequest) SetBinaryDataGtpcMessage(v *os.File)
- func (o *CancelRelocateUEContextRequest) SetJsonData(v UeContextCancelRelocateData)
- func (o CancelRelocateUEContextRequest) ToMap() (map[string]interface{}, error)
- type CandidateForReplacement
- func (o *CandidateForReplacement) GetDnns() []string
- func (o *CandidateForReplacement) GetDnnsOk() ([]string, bool)
- func (o *CandidateForReplacement) GetSnssai() Snssai
- func (o *CandidateForReplacement) GetSnssaiOk() (*Snssai, bool)
- func (o *CandidateForReplacement) HasDnns() bool
- func (o CandidateForReplacement) MarshalJSON() ([]byte, error)
- func (o *CandidateForReplacement) SetDnns(v []string)
- func (o *CandidateForReplacement) SetSnssai(v Snssai)
- func (o CandidateForReplacement) ToMap() (map[string]interface{}, error)
- func (o *CandidateForReplacement) UnmarshalJSON(bytes []byte) (err error)
- type CeModeBInd
- func (o *CeModeBInd) GetCeModeBSupportInd() bool
- func (o *CeModeBInd) GetCeModeBSupportIndOk() (*bool, bool)
- func (o CeModeBInd) MarshalJSON() ([]byte, error)
- func (o *CeModeBInd) SetCeModeBSupportInd(v bool)
- func (o CeModeBInd) ToMap() (map[string]interface{}, error)
- func (o *CeModeBInd) UnmarshalJSON(bytes []byte) (err error)
- 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 CipheringAlgorithm
- type CircumstanceDescription
- func (o *CircumstanceDescription) GetFreq() float32
- func (o *CircumstanceDescription) GetFreqOk() (*float32, bool)
- func (o *CircumstanceDescription) GetLocArea() NetworkAreaInfo
- func (o *CircumstanceDescription) GetLocAreaOk() (*NetworkAreaInfo, bool)
- func (o *CircumstanceDescription) GetTm() time.Time
- func (o *CircumstanceDescription) GetTmOk() (*time.Time, bool)
- func (o *CircumstanceDescription) GetVol() int64
- func (o *CircumstanceDescription) GetVolOk() (*int64, bool)
- func (o *CircumstanceDescription) HasFreq() bool
- func (o *CircumstanceDescription) HasLocArea() bool
- func (o *CircumstanceDescription) HasTm() bool
- func (o *CircumstanceDescription) HasVol() bool
- func (o CircumstanceDescription) MarshalJSON() ([]byte, error)
- func (o *CircumstanceDescription) SetFreq(v float32)
- func (o *CircumstanceDescription) SetLocArea(v NetworkAreaInfo)
- func (o *CircumstanceDescription) SetTm(v time.Time)
- func (o *CircumstanceDescription) SetVol(v int64)
- func (o CircumstanceDescription) ToMap() (map[string]interface{}, error)
- type CivicAddress
- func (o *CivicAddress) GetA1() string
- func (o *CivicAddress) GetA1Ok() (*string, bool)
- func (o *CivicAddress) GetA2() string
- func (o *CivicAddress) GetA2Ok() (*string, bool)
- func (o *CivicAddress) GetA3() string
- func (o *CivicAddress) GetA3Ok() (*string, bool)
- func (o *CivicAddress) GetA4() string
- func (o *CivicAddress) GetA4Ok() (*string, bool)
- func (o *CivicAddress) GetA5() string
- func (o *CivicAddress) GetA5Ok() (*string, bool)
- func (o *CivicAddress) GetA6() string
- func (o *CivicAddress) GetA6Ok() (*string, bool)
- func (o *CivicAddress) GetADDCODE() string
- func (o *CivicAddress) GetADDCODEOk() (*string, bool)
- func (o *CivicAddress) GetBLD() string
- func (o *CivicAddress) GetBLDOk() (*string, bool)
- func (o *CivicAddress) GetCountry() string
- func (o *CivicAddress) GetCountryOk() (*string, bool)
- func (o *CivicAddress) GetFLR() string
- func (o *CivicAddress) GetFLROk() (*string, bool)
- func (o *CivicAddress) GetHNO() string
- func (o *CivicAddress) GetHNOOk() (*string, bool)
- func (o *CivicAddress) GetHNS() string
- func (o *CivicAddress) GetHNSOk() (*string, bool)
- func (o *CivicAddress) GetLMK() string
- func (o *CivicAddress) GetLMKOk() (*string, bool)
- func (o *CivicAddress) GetLOC() string
- func (o *CivicAddress) GetLOCOk() (*string, bool)
- func (o *CivicAddress) GetMethod() string
- func (o *CivicAddress) GetMethodOk() (*string, bool)
- func (o *CivicAddress) GetNAM() string
- func (o *CivicAddress) GetNAMOk() (*string, bool)
- func (o *CivicAddress) GetPC() string
- func (o *CivicAddress) GetPCN() string
- func (o *CivicAddress) GetPCNOk() (*string, bool)
- func (o *CivicAddress) GetPCOk() (*string, bool)
- func (o *CivicAddress) GetPLC() string
- func (o *CivicAddress) GetPLCOk() (*string, bool)
- func (o *CivicAddress) GetPOBOX() string
- func (o *CivicAddress) GetPOBOXOk() (*string, bool)
- func (o *CivicAddress) GetPOD() string
- func (o *CivicAddress) GetPODOk() (*string, bool)
- func (o *CivicAddress) GetPOM() string
- func (o *CivicAddress) GetPOMOk() (*string, bool)
- func (o *CivicAddress) GetPRD() string
- func (o *CivicAddress) GetPRDOk() (*string, bool)
- func (o *CivicAddress) GetPRM() string
- func (o *CivicAddress) GetPRMOk() (*string, bool)
- func (o *CivicAddress) GetProvidedBy() string
- func (o *CivicAddress) GetProvidedByOk() (*string, bool)
- func (o *CivicAddress) GetRD() string
- func (o *CivicAddress) GetRDBR() string
- func (o *CivicAddress) GetRDBROk() (*string, bool)
- func (o *CivicAddress) GetRDOk() (*string, bool)
- func (o *CivicAddress) GetRDSEC() string
- func (o *CivicAddress) GetRDSECOk() (*string, bool)
- func (o *CivicAddress) GetRDSUBBR() string
- func (o *CivicAddress) GetRDSUBBROk() (*string, bool)
- func (o *CivicAddress) GetROOM() string
- func (o *CivicAddress) GetROOMOk() (*string, bool)
- func (o *CivicAddress) GetSEAT() string
- func (o *CivicAddress) GetSEATOk() (*string, bool)
- func (o *CivicAddress) GetSTS() string
- func (o *CivicAddress) GetSTSOk() (*string, bool)
- func (o *CivicAddress) GetUNIT() string
- func (o *CivicAddress) GetUNITOk() (*string, bool)
- func (o *CivicAddress) GetUsageRules() string
- func (o *CivicAddress) GetUsageRulesOk() (*string, bool)
- func (o *CivicAddress) HasA1() bool
- func (o *CivicAddress) HasA2() bool
- func (o *CivicAddress) HasA3() bool
- func (o *CivicAddress) HasA4() bool
- func (o *CivicAddress) HasA5() bool
- func (o *CivicAddress) HasA6() bool
- func (o *CivicAddress) HasADDCODE() bool
- func (o *CivicAddress) HasBLD() bool
- func (o *CivicAddress) HasCountry() bool
- func (o *CivicAddress) HasFLR() bool
- func (o *CivicAddress) HasHNO() bool
- func (o *CivicAddress) HasHNS() bool
- func (o *CivicAddress) HasLMK() bool
- func (o *CivicAddress) HasLOC() bool
- func (o *CivicAddress) HasMethod() bool
- func (o *CivicAddress) HasNAM() bool
- func (o *CivicAddress) HasPC() bool
- func (o *CivicAddress) HasPCN() bool
- func (o *CivicAddress) HasPLC() bool
- func (o *CivicAddress) HasPOBOX() bool
- func (o *CivicAddress) HasPOD() bool
- func (o *CivicAddress) HasPOM() bool
- func (o *CivicAddress) HasPRD() bool
- func (o *CivicAddress) HasPRM() bool
- func (o *CivicAddress) HasProvidedBy() bool
- func (o *CivicAddress) HasRD() bool
- func (o *CivicAddress) HasRDBR() bool
- func (o *CivicAddress) HasRDSEC() bool
- func (o *CivicAddress) HasRDSUBBR() bool
- func (o *CivicAddress) HasROOM() bool
- func (o *CivicAddress) HasSEAT() bool
- func (o *CivicAddress) HasSTS() bool
- func (o *CivicAddress) HasUNIT() bool
- func (o *CivicAddress) HasUsageRules() bool
- func (o CivicAddress) MarshalJSON() ([]byte, error)
- func (o *CivicAddress) SetA1(v string)
- func (o *CivicAddress) SetA2(v string)
- func (o *CivicAddress) SetA3(v string)
- func (o *CivicAddress) SetA4(v string)
- func (o *CivicAddress) SetA5(v string)
- func (o *CivicAddress) SetA6(v string)
- func (o *CivicAddress) SetADDCODE(v string)
- func (o *CivicAddress) SetBLD(v string)
- func (o *CivicAddress) SetCountry(v string)
- func (o *CivicAddress) SetFLR(v string)
- func (o *CivicAddress) SetHNO(v string)
- func (o *CivicAddress) SetHNS(v string)
- func (o *CivicAddress) SetLMK(v string)
- func (o *CivicAddress) SetLOC(v string)
- func (o *CivicAddress) SetMethod(v string)
- func (o *CivicAddress) SetNAM(v string)
- func (o *CivicAddress) SetPC(v string)
- func (o *CivicAddress) SetPCN(v string)
- func (o *CivicAddress) SetPLC(v string)
- func (o *CivicAddress) SetPOBOX(v string)
- func (o *CivicAddress) SetPOD(v string)
- func (o *CivicAddress) SetPOM(v string)
- func (o *CivicAddress) SetPRD(v string)
- func (o *CivicAddress) SetPRM(v string)
- func (o *CivicAddress) SetProvidedBy(v string)
- func (o *CivicAddress) SetRD(v string)
- func (o *CivicAddress) SetRDBR(v string)
- func (o *CivicAddress) SetRDSEC(v string)
- func (o *CivicAddress) SetRDSUBBR(v string)
- func (o *CivicAddress) SetROOM(v string)
- func (o *CivicAddress) SetSEAT(v string)
- func (o *CivicAddress) SetSTS(v string)
- func (o *CivicAddress) SetUNIT(v string)
- func (o *CivicAddress) SetUsageRules(v string)
- func (o CivicAddress) ToMap() (map[string]interface{}, error)
- type ClassCriterion
- func (o *ClassCriterion) GetClassThreshold() int32
- func (o *ClassCriterion) GetClassThresholdOk() (*int32, bool)
- func (o *ClassCriterion) GetDisperClass() DispersionClass
- func (o *ClassCriterion) GetDisperClassOk() (*DispersionClass, bool)
- func (o *ClassCriterion) GetThresMatch() MatchingDirection
- func (o *ClassCriterion) GetThresMatchOk() (*MatchingDirection, bool)
- func (o ClassCriterion) MarshalJSON() ([]byte, error)
- func (o *ClassCriterion) SetClassThreshold(v int32)
- func (o *ClassCriterion) SetDisperClass(v DispersionClass)
- func (o *ClassCriterion) SetThresMatch(v MatchingDirection)
- func (o ClassCriterion) ToMap() (map[string]interface{}, error)
- func (o *ClassCriterion) 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 CollectionPeriodRmmLteMdt
- type CollectionPeriodRmmNrMdt
- type Configuration
- type ConfiguredSnssai
- func (o *ConfiguredSnssai) GetConfiguredSnssai() Snssai
- func (o *ConfiguredSnssai) GetConfiguredSnssaiOk() (*Snssai, bool)
- func (o *ConfiguredSnssai) GetMappedHomeSnssai() Snssai
- func (o *ConfiguredSnssai) GetMappedHomeSnssaiOk() (*Snssai, bool)
- func (o *ConfiguredSnssai) HasMappedHomeSnssai() bool
- func (o ConfiguredSnssai) MarshalJSON() ([]byte, error)
- func (o *ConfiguredSnssai) SetConfiguredSnssai(v Snssai)
- func (o *ConfiguredSnssai) SetMappedHomeSnssai(v Snssai)
- func (o ConfiguredSnssai) ToMap() (map[string]interface{}, error)
- func (o *ConfiguredSnssai) UnmarshalJSON(bytes []byte) (err error)
- type CongestionInfo
- func (o *CongestionInfo) GetConfidence() int32
- func (o *CongestionInfo) GetConfidenceOk() (*int32, bool)
- func (o *CongestionInfo) GetCongType() CongestionType
- func (o *CongestionInfo) GetCongTypeOk() (*CongestionType, bool)
- func (o *CongestionInfo) GetNsi() ThresholdLevel
- func (o *CongestionInfo) GetNsiOk() (*ThresholdLevel, bool)
- func (o *CongestionInfo) GetTimeIntev() TimeWindow
- func (o *CongestionInfo) GetTimeIntevOk() (*TimeWindow, bool)
- func (o *CongestionInfo) GetTopAppListDl() []TopApplication
- func (o *CongestionInfo) GetTopAppListDlOk() ([]TopApplication, bool)
- func (o *CongestionInfo) GetTopAppListUl() []TopApplication
- func (o *CongestionInfo) GetTopAppListUlOk() ([]TopApplication, bool)
- func (o *CongestionInfo) HasConfidence() bool
- func (o *CongestionInfo) HasTopAppListDl() bool
- func (o *CongestionInfo) HasTopAppListUl() bool
- func (o CongestionInfo) MarshalJSON() ([]byte, error)
- func (o *CongestionInfo) SetConfidence(v int32)
- func (o *CongestionInfo) SetCongType(v CongestionType)
- func (o *CongestionInfo) SetNsi(v ThresholdLevel)
- func (o *CongestionInfo) SetTimeIntev(v TimeWindow)
- func (o *CongestionInfo) SetTopAppListDl(v []TopApplication)
- func (o *CongestionInfo) SetTopAppListUl(v []TopApplication)
- func (o CongestionInfo) ToMap() (map[string]interface{}, error)
- func (o *CongestionInfo) UnmarshalJSON(bytes []byte) (err error)
- type CongestionType
- type ConsumerNfInformation
- func (o *ConsumerNfInformation) GetNfId() string
- func (o *ConsumerNfInformation) GetNfIdOk() (*string, bool)
- func (o *ConsumerNfInformation) GetNfSetId() string
- func (o *ConsumerNfInformation) GetNfSetIdOk() (*string, bool)
- func (o *ConsumerNfInformation) GetTaiList() []Tai
- func (o *ConsumerNfInformation) GetTaiListOk() ([]Tai, bool)
- func (o *ConsumerNfInformation) HasNfId() bool
- func (o *ConsumerNfInformation) HasNfSetId() bool
- func (o *ConsumerNfInformation) HasTaiList() bool
- func (o ConsumerNfInformation) MarshalJSON() ([]byte, error)
- func (o *ConsumerNfInformation) SetNfId(v string)
- func (o *ConsumerNfInformation) SetNfSetId(v string)
- func (o *ConsumerNfInformation) SetTaiList(v []Tai)
- func (o ConsumerNfInformation) ToMap() (map[string]interface{}, error)
- type CoreNetworkType
- type CreateUEContext201Response
- func (o *CreateUEContext201Response) GetBinaryDataN2Information() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt1() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt1Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt2() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt2Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt3() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt3Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt4() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt4Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt5() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt5Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt6() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt6Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt7() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt7Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt8() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt8Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt9() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt9Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt10() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt10Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt11() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt11Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt12() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt12Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt13() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt13Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt14() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt14Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt15() *os.File
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt15Ok() (**os.File, bool)
- func (o *CreateUEContext201Response) GetBinaryDataN2InformationOk() (**os.File, bool)
- func (o *CreateUEContext201Response) GetJsonData() UeContextCreatedData
- func (o *CreateUEContext201Response) GetJsonDataOk() (*UeContextCreatedData, bool)
- func (o *CreateUEContext201Response) HasBinaryDataN2Information() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt1() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt2() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt3() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt4() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt5() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt6() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt7() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt8() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt9() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt10() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt11() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt12() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt13() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt14() bool
- func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt15() bool
- func (o *CreateUEContext201Response) HasJsonData() bool
- func (o CreateUEContext201Response) MarshalJSON() ([]byte, error)
- func (o *CreateUEContext201Response) SetBinaryDataN2Information(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt1(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt2(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt3(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt4(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt5(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt6(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt7(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt8(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt9(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt10(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt11(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt12(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt13(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt14(v *os.File)
- func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt15(v *os.File)
- func (o *CreateUEContext201Response) SetJsonData(v UeContextCreatedData)
- func (o CreateUEContext201Response) ToMap() (map[string]interface{}, error)
- type CreateUEContext403Response
- func (o *CreateUEContext403Response) GetBinaryDataN2Information() *os.File
- func (o *CreateUEContext403Response) GetBinaryDataN2InformationOk() (**os.File, bool)
- func (o *CreateUEContext403Response) GetJsonData() UeContextCreateError
- func (o *CreateUEContext403Response) GetJsonDataOk() (*UeContextCreateError, bool)
- func (o *CreateUEContext403Response) HasBinaryDataN2Information() bool
- func (o *CreateUEContext403Response) HasJsonData() bool
- func (o CreateUEContext403Response) MarshalJSON() ([]byte, error)
- func (o *CreateUEContext403Response) SetBinaryDataN2Information(v *os.File)
- func (o *CreateUEContext403Response) SetJsonData(v UeContextCreateError)
- func (o CreateUEContext403Response) ToMap() (map[string]interface{}, error)
- type CreateUEContextRequest
- func (o *CreateUEContextRequest) GetBinaryDataN2Information() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt1() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt1Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt2() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt2Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt3() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt3Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt4() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt4Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt5() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt5Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt6() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt6Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt7() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt7Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt8() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt8Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt9() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt9Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt10() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt10Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt11() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt11Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt12() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt12Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt13() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt13Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt14() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt14Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt15() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt15Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt16() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt16Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt17() *os.File
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt17Ok() (**os.File, bool)
- func (o *CreateUEContextRequest) GetBinaryDataN2InformationOk() (**os.File, bool)
- func (o *CreateUEContextRequest) GetJsonData() UeContextCreateData
- func (o *CreateUEContextRequest) GetJsonDataOk() (*UeContextCreateData, bool)
- func (o *CreateUEContextRequest) HasBinaryDataN2Information() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt1() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt2() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt3() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt4() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt5() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt6() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt7() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt8() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt9() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt10() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt11() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt12() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt13() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt14() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt15() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt16() bool
- func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt17() bool
- func (o *CreateUEContextRequest) HasJsonData() bool
- func (o CreateUEContextRequest) MarshalJSON() ([]byte, error)
- func (o *CreateUEContextRequest) SetBinaryDataN2Information(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt1(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt2(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt3(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt4(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt5(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt6(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt7(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt8(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt9(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt10(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt11(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt12(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt13(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt14(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt15(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt16(v *os.File)
- func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt17(v *os.File)
- func (o *CreateUEContextRequest) SetJsonData(v UeContextCreateData)
- func (o CreateUEContextRequest) ToMap() (map[string]interface{}, error)
- type DatasetStatisticalProperty
- 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 DispersionArea
- func (o *DispersionArea) GetEcgiList() []Ecgi
- func (o *DispersionArea) GetEcgiListOk() ([]Ecgi, bool)
- func (o *DispersionArea) GetN3gaInd() bool
- func (o *DispersionArea) GetN3gaIndOk() (*bool, bool)
- func (o *DispersionArea) GetNcgiList() []Ncgi
- func (o *DispersionArea) GetNcgiListOk() ([]Ncgi, bool)
- func (o *DispersionArea) GetTaiList() []Tai
- func (o *DispersionArea) GetTaiListOk() ([]Tai, bool)
- func (o *DispersionArea) HasEcgiList() bool
- func (o *DispersionArea) HasN3gaInd() bool
- func (o *DispersionArea) HasNcgiList() bool
- func (o *DispersionArea) HasTaiList() bool
- func (o DispersionArea) MarshalJSON() ([]byte, error)
- func (o *DispersionArea) SetEcgiList(v []Ecgi)
- func (o *DispersionArea) SetN3gaInd(v bool)
- func (o *DispersionArea) SetNcgiList(v []Ncgi)
- func (o *DispersionArea) SetTaiList(v []Tai)
- func (o DispersionArea) ToMap() (map[string]interface{}, error)
- type DispersionClass
- type DispersionCollection
- func (o *DispersionCollection) GetAppVolumes() []ApplicationVolume
- func (o *DispersionCollection) GetAppVolumesOk() ([]ApplicationVolume, bool)
- func (o *DispersionCollection) GetConfidence() int32
- func (o *DispersionCollection) GetConfidenceOk() (*int32, bool)
- func (o *DispersionCollection) GetDisperAmount() int32
- func (o *DispersionCollection) GetDisperAmountOk() (*int32, bool)
- func (o *DispersionCollection) GetDisperClass() DispersionClass
- func (o *DispersionCollection) GetDisperClassOk() (*DispersionClass, bool)
- func (o *DispersionCollection) GetGpsis() []string
- func (o *DispersionCollection) GetGpsisOk() ([]string, bool)
- func (o *DispersionCollection) GetPercentileRank() int32
- func (o *DispersionCollection) GetPercentileRankOk() (*int32, bool)
- func (o *DispersionCollection) GetSnssai() Snssai
- func (o *DispersionCollection) GetSnssaiOk() (*Snssai, bool)
- func (o *DispersionCollection) GetSupis() []string
- func (o *DispersionCollection) GetSupisOk() ([]string, bool)
- func (o *DispersionCollection) GetUeLoc() UserLocation
- func (o *DispersionCollection) GetUeLocOk() (*UserLocation, bool)
- func (o *DispersionCollection) GetUeRatio() int32
- func (o *DispersionCollection) GetUeRatioOk() (*int32, bool)
- func (o *DispersionCollection) GetUsageRank() int32
- func (o *DispersionCollection) GetUsageRankOk() (*int32, bool)
- func (o *DispersionCollection) HasAppVolumes() bool
- func (o *DispersionCollection) HasConfidence() bool
- func (o *DispersionCollection) HasDisperAmount() bool
- func (o *DispersionCollection) HasDisperClass() bool
- func (o *DispersionCollection) HasGpsis() bool
- func (o *DispersionCollection) HasPercentileRank() bool
- func (o *DispersionCollection) HasSnssai() bool
- func (o *DispersionCollection) HasSupis() bool
- func (o *DispersionCollection) HasUeLoc() bool
- func (o *DispersionCollection) HasUeRatio() bool
- func (o *DispersionCollection) HasUsageRank() bool
- func (o DispersionCollection) MarshalJSON() ([]byte, error)
- func (o *DispersionCollection) SetAppVolumes(v []ApplicationVolume)
- func (o *DispersionCollection) SetConfidence(v int32)
- func (o *DispersionCollection) SetDisperAmount(v int32)
- func (o *DispersionCollection) SetDisperClass(v DispersionClass)
- func (o *DispersionCollection) SetGpsis(v []string)
- func (o *DispersionCollection) SetPercentileRank(v int32)
- func (o *DispersionCollection) SetSnssai(v Snssai)
- func (o *DispersionCollection) SetSupis(v []string)
- func (o *DispersionCollection) SetUeLoc(v UserLocation)
- func (o *DispersionCollection) SetUeRatio(v int32)
- func (o *DispersionCollection) SetUsageRank(v int32)
- func (o DispersionCollection) ToMap() (map[string]interface{}, error)
- type DispersionInfo
- func (o *DispersionInfo) GetDisperCollects() []DispersionCollection
- func (o *DispersionInfo) GetDisperCollectsOk() ([]DispersionCollection, bool)
- func (o *DispersionInfo) GetDisperType() DispersionType
- func (o *DispersionInfo) GetDisperTypeOk() (*DispersionType, bool)
- func (o *DispersionInfo) GetTsDuration() int32
- func (o *DispersionInfo) GetTsDurationOk() (*int32, bool)
- func (o *DispersionInfo) GetTsStart() time.Time
- func (o *DispersionInfo) GetTsStartOk() (*time.Time, bool)
- func (o DispersionInfo) MarshalJSON() ([]byte, error)
- func (o *DispersionInfo) SetDisperCollects(v []DispersionCollection)
- func (o *DispersionInfo) SetDisperType(v DispersionType)
- func (o *DispersionInfo) SetTsDuration(v int32)
- func (o *DispersionInfo) SetTsStart(v time.Time)
- func (o DispersionInfo) ToMap() (map[string]interface{}, error)
- func (o *DispersionInfo) UnmarshalJSON(bytes []byte) (err error)
- type DispersionOrderingCriterion
- type DispersionRequirement
- func (o *DispersionRequirement) GetClassCriters() []ClassCriterion
- func (o *DispersionRequirement) GetClassCritersOk() ([]ClassCriterion, bool)
- func (o *DispersionRequirement) GetDispOrderCriter() DispersionOrderingCriterion
- func (o *DispersionRequirement) GetDispOrderCriterOk() (*DispersionOrderingCriterion, bool)
- func (o *DispersionRequirement) GetDisperType() DispersionType
- func (o *DispersionRequirement) GetDisperTypeOk() (*DispersionType, bool)
- func (o *DispersionRequirement) GetOrder() MatchingDirection
- func (o *DispersionRequirement) GetOrderOk() (*MatchingDirection, bool)
- func (o *DispersionRequirement) GetRankCriters() []RankingCriterion
- func (o *DispersionRequirement) GetRankCritersOk() ([]RankingCriterion, bool)
- func (o *DispersionRequirement) HasClassCriters() bool
- func (o *DispersionRequirement) HasDispOrderCriter() bool
- func (o *DispersionRequirement) HasOrder() bool
- func (o *DispersionRequirement) HasRankCriters() bool
- func (o DispersionRequirement) MarshalJSON() ([]byte, error)
- func (o *DispersionRequirement) SetClassCriters(v []ClassCriterion)
- func (o *DispersionRequirement) SetDispOrderCriter(v DispersionOrderingCriterion)
- func (o *DispersionRequirement) SetDisperType(v DispersionType)
- func (o *DispersionRequirement) SetOrder(v MatchingDirection)
- func (o *DispersionRequirement) SetRankCriters(v []RankingCriterion)
- func (o DispersionRequirement) ToMap() (map[string]interface{}, error)
- func (o *DispersionRequirement) UnmarshalJSON(bytes []byte) (err error)
- type DispersionType
- type DnPerf
- func (o *DnPerf) GetAppServerInsAddr() AddrFqdn
- func (o *DnPerf) GetAppServerInsAddrOk() (*AddrFqdn, bool)
- func (o *DnPerf) GetDnai() string
- func (o *DnPerf) GetDnaiOk() (*string, bool)
- func (o *DnPerf) GetPerfData() PerfData
- func (o *DnPerf) GetPerfDataOk() (*PerfData, bool)
- func (o *DnPerf) GetSpatialValidCon() NetworkAreaInfo
- func (o *DnPerf) GetSpatialValidConOk() (*NetworkAreaInfo, bool)
- func (o *DnPerf) GetTemporalValidCon() TimeWindow
- func (o *DnPerf) GetTemporalValidConOk() (*TimeWindow, bool)
- func (o *DnPerf) GetUpfInfo() UpfInformation
- func (o *DnPerf) GetUpfInfoOk() (*UpfInformation, bool)
- func (o *DnPerf) HasAppServerInsAddr() bool
- func (o *DnPerf) HasDnai() bool
- func (o *DnPerf) HasSpatialValidCon() bool
- func (o *DnPerf) HasTemporalValidCon() bool
- func (o *DnPerf) HasUpfInfo() bool
- func (o DnPerf) MarshalJSON() ([]byte, error)
- func (o *DnPerf) SetAppServerInsAddr(v AddrFqdn)
- func (o *DnPerf) SetDnai(v string)
- func (o *DnPerf) SetPerfData(v PerfData)
- func (o *DnPerf) SetSpatialValidCon(v NetworkAreaInfo)
- func (o *DnPerf) SetTemporalValidCon(v TimeWindow)
- func (o *DnPerf) SetUpfInfo(v UpfInformation)
- func (o DnPerf) ToMap() (map[string]interface{}, error)
- func (o *DnPerf) UnmarshalJSON(bytes []byte) (err error)
- type DnPerfInfo
- func (o *DnPerfInfo) GetAppId() string
- func (o *DnPerfInfo) GetAppIdOk() (*string, bool)
- func (o *DnPerfInfo) GetConfidence() int32
- func (o *DnPerfInfo) GetConfidenceOk() (*int32, bool)
- func (o *DnPerfInfo) GetDnPerf() []DnPerf
- func (o *DnPerfInfo) GetDnPerfOk() ([]DnPerf, bool)
- func (o *DnPerfInfo) GetDnn() string
- func (o *DnPerfInfo) GetDnnOk() (*string, bool)
- func (o *DnPerfInfo) GetSnssai() Snssai
- func (o *DnPerfInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *DnPerfInfo) HasAppId() bool
- func (o *DnPerfInfo) HasConfidence() bool
- func (o *DnPerfInfo) HasDnn() bool
- func (o *DnPerfInfo) HasSnssai() bool
- func (o DnPerfInfo) MarshalJSON() ([]byte, error)
- func (o *DnPerfInfo) SetAppId(v string)
- func (o *DnPerfInfo) SetConfidence(v int32)
- func (o *DnPerfInfo) SetDnPerf(v []DnPerf)
- func (o *DnPerfInfo) SetDnn(v string)
- func (o *DnPerfInfo) SetSnssai(v Snssai)
- func (o DnPerfInfo) ToMap() (map[string]interface{}, error)
- func (o *DnPerfInfo) UnmarshalJSON(bytes []byte) (err error)
- type DnPerfOrderingCriterion
- type DnPerformanceReq
- func (o *DnPerformanceReq) GetDnPerfOrderCriter() DnPerfOrderingCriterion
- func (o *DnPerformanceReq) GetDnPerfOrderCriterOk() (*DnPerfOrderingCriterion, bool)
- func (o *DnPerformanceReq) GetOrder() MatchingDirection
- func (o *DnPerformanceReq) GetOrderOk() (*MatchingDirection, bool)
- func (o *DnPerformanceReq) GetReportThresholds() []ThresholdLevel
- func (o *DnPerformanceReq) GetReportThresholdsOk() ([]ThresholdLevel, bool)
- func (o *DnPerformanceReq) HasDnPerfOrderCriter() bool
- func (o *DnPerformanceReq) HasOrder() bool
- func (o *DnPerformanceReq) HasReportThresholds() bool
- func (o DnPerformanceReq) MarshalJSON() ([]byte, error)
- func (o *DnPerformanceReq) SetDnPerfOrderCriter(v DnPerfOrderingCriterion)
- func (o *DnPerformanceReq) SetOrder(v MatchingDirection)
- func (o *DnPerformanceReq) SetReportThresholds(v []ThresholdLevel)
- func (o DnPerformanceReq) ToMap() (map[string]interface{}, 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 EcRestrictionDataWb
- func (o *EcRestrictionDataWb) GetEcModeARestricted() bool
- func (o *EcRestrictionDataWb) GetEcModeARestrictedOk() (*bool, bool)
- func (o *EcRestrictionDataWb) GetEcModeBRestricted() bool
- func (o *EcRestrictionDataWb) GetEcModeBRestrictedOk() (*bool, bool)
- func (o *EcRestrictionDataWb) HasEcModeARestricted() bool
- func (o EcRestrictionDataWb) MarshalJSON() ([]byte, error)
- func (o *EcRestrictionDataWb) SetEcModeARestricted(v bool)
- func (o *EcRestrictionDataWb) SetEcModeBRestricted(v bool)
- func (o EcRestrictionDataWb) ToMap() (map[string]interface{}, error)
- func (o *EcRestrictionDataWb) 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 EllipsoidArc
- func (o *EllipsoidArc) GetConfidence() int32
- func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
- func (o *EllipsoidArc) GetIncludedAngle() int32
- func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetInnerRadius() int32
- func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
- func (o *EllipsoidArc) GetOffsetAngle() int32
- func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
- func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *EllipsoidArc) GetUncertaintyRadius() float32
- func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
- func (o EllipsoidArc) MarshalJSON() ([]byte, error)
- func (o *EllipsoidArc) SetConfidence(v int32)
- func (o *EllipsoidArc) SetIncludedAngle(v int32)
- func (o *EllipsoidArc) SetInnerRadius(v int32)
- func (o *EllipsoidArc) SetOffsetAngle(v int32)
- func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
- func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
- func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
- func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)
- type EpsInterworkingInfo
- func (o *EpsInterworkingInfo) GetEpsIwkPgws() map[string]EpsIwkPgw
- func (o *EpsInterworkingInfo) GetEpsIwkPgwsOk() (*map[string]EpsIwkPgw, bool)
- func (o *EpsInterworkingInfo) HasEpsIwkPgws() bool
- func (o EpsInterworkingInfo) MarshalJSON() ([]byte, error)
- func (o *EpsInterworkingInfo) SetEpsIwkPgws(v map[string]EpsIwkPgw)
- func (o EpsInterworkingInfo) ToMap() (map[string]interface{}, error)
- type EpsIwkPgw
- func (o *EpsIwkPgw) GetPgwFqdn() string
- func (o *EpsIwkPgw) GetPgwFqdnOk() (*string, bool)
- func (o *EpsIwkPgw) GetPlmnId() PlmnId
- func (o *EpsIwkPgw) GetPlmnIdOk() (*PlmnId, bool)
- func (o *EpsIwkPgw) GetSmfInstanceId() string
- func (o *EpsIwkPgw) GetSmfInstanceIdOk() (*string, bool)
- func (o *EpsIwkPgw) HasPlmnId() bool
- func (o EpsIwkPgw) MarshalJSON() ([]byte, error)
- func (o *EpsIwkPgw) SetPgwFqdn(v string)
- func (o *EpsIwkPgw) SetPlmnId(v PlmnId)
- func (o *EpsIwkPgw) SetSmfInstanceId(v string)
- func (o EpsIwkPgw) ToMap() (map[string]interface{}, error)
- func (o *EpsIwkPgw) UnmarshalJSON(bytes []byte) (err error)
- type EpsNasCipheringAlgorithm
- type EpsNasIntegrityAlgorithm
- type EpsNasSecurityMode
- func (o *EpsNasSecurityMode) GetCipheringAlgorithm() EpsNasCipheringAlgorithm
- func (o *EpsNasSecurityMode) GetCipheringAlgorithmOk() (*EpsNasCipheringAlgorithm, bool)
- func (o *EpsNasSecurityMode) GetIntegrityAlgorithm() EpsNasIntegrityAlgorithm
- func (o *EpsNasSecurityMode) GetIntegrityAlgorithmOk() (*EpsNasIntegrityAlgorithm, bool)
- func (o EpsNasSecurityMode) MarshalJSON() ([]byte, error)
- func (o *EpsNasSecurityMode) SetCipheringAlgorithm(v EpsNasCipheringAlgorithm)
- func (o *EpsNasSecurityMode) SetIntegrityAlgorithm(v EpsNasIntegrityAlgorithm)
- func (o EpsNasSecurityMode) ToMap() (map[string]interface{}, error)
- func (o *EpsNasSecurityMode) UnmarshalJSON(bytes []byte) (err error)
- type EthFlowDescription
- func (o *EthFlowDescription) GetDestMacAddr() string
- func (o *EthFlowDescription) GetDestMacAddrEnd() string
- func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool)
- func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool)
- func (o *EthFlowDescription) GetEthType() string
- func (o *EthFlowDescription) GetEthTypeOk() (*string, bool)
- func (o *EthFlowDescription) GetFDesc() string
- func (o *EthFlowDescription) GetFDescOk() (*string, bool)
- func (o *EthFlowDescription) GetFDir() FlowDirection
- func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool)
- func (o *EthFlowDescription) GetSourceMacAddr() string
- func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool)
- func (o *EthFlowDescription) GetSrcMacAddrEnd() string
- func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool)
- func (o *EthFlowDescription) GetVlanTags() []string
- func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool)
- func (o *EthFlowDescription) HasDestMacAddr() bool
- func (o *EthFlowDescription) HasDestMacAddrEnd() bool
- func (o *EthFlowDescription) HasFDesc() bool
- func (o *EthFlowDescription) HasFDir() bool
- func (o *EthFlowDescription) HasSourceMacAddr() bool
- func (o *EthFlowDescription) HasSrcMacAddrEnd() bool
- func (o *EthFlowDescription) HasVlanTags() bool
- func (o EthFlowDescription) MarshalJSON() ([]byte, error)
- func (o *EthFlowDescription) SetDestMacAddr(v string)
- func (o *EthFlowDescription) SetDestMacAddrEnd(v string)
- func (o *EthFlowDescription) SetEthType(v string)
- func (o *EthFlowDescription) SetFDesc(v string)
- func (o *EthFlowDescription) SetFDir(v FlowDirection)
- func (o *EthFlowDescription) SetSourceMacAddr(v string)
- func (o *EthFlowDescription) SetSrcMacAddrEnd(v string)
- func (o *EthFlowDescription) SetVlanTags(v []string)
- func (o EthFlowDescription) ToMap() (map[string]interface{}, error)
- func (o *EthFlowDescription) 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 EventNotification
- func (o *EventNotification) GetAbnorBehavrs() []AbnormalBehaviour
- func (o *EventNotification) GetAbnorBehavrsOk() ([]AbnormalBehaviour, bool)
- func (o *EventNotification) GetAnaMetaInfo() AnalyticsMetadataInfo
- func (o *EventNotification) GetAnaMetaInfoOk() (*AnalyticsMetadataInfo, bool)
- func (o *EventNotification) GetDisperInfos() []DispersionInfo
- func (o *EventNotification) GetDisperInfosOk() ([]DispersionInfo, bool)
- func (o *EventNotification) GetDnPerfInfos() []DnPerfInfo
- func (o *EventNotification) GetDnPerfInfosOk() ([]DnPerfInfo, bool)
- func (o *EventNotification) GetEvent() NwdafEvent
- func (o *EventNotification) GetEventOk() (*NwdafEvent, bool)
- func (o *EventNotification) GetExpiry() time.Time
- func (o *EventNotification) GetExpiryOk() (*time.Time, bool)
- func (o *EventNotification) GetFailNotifyCode() NwdafFailureCode
- func (o *EventNotification) GetFailNotifyCodeOk() (*NwdafFailureCode, bool)
- func (o *EventNotification) GetNfLoadLevelInfos() []NfLoadLevelInformation
- func (o *EventNotification) GetNfLoadLevelInfosOk() ([]NfLoadLevelInformation, bool)
- func (o *EventNotification) GetNsiLoadLevelInfos() []NsiLoadLevelInfo
- func (o *EventNotification) GetNsiLoadLevelInfosOk() ([]NsiLoadLevelInfo, bool)
- func (o *EventNotification) GetNwPerfs() []NetworkPerfInfo
- func (o *EventNotification) GetNwPerfsOk() ([]NetworkPerfInfo, bool)
- func (o *EventNotification) GetQosSustainInfos() []QosSustainabilityInfo
- func (o *EventNotification) GetQosSustainInfosOk() ([]QosSustainabilityInfo, bool)
- func (o *EventNotification) GetRedTransInfos() []RedundantTransmissionExpInfo
- func (o *EventNotification) GetRedTransInfosOk() ([]RedundantTransmissionExpInfo, bool)
- func (o *EventNotification) GetRvWaitTime() int32
- func (o *EventNotification) GetRvWaitTimeOk() (*int32, bool)
- func (o *EventNotification) GetSliceLoadLevelInfo() SliceLoadLevelInformation
- func (o *EventNotification) GetSliceLoadLevelInfoOk() (*SliceLoadLevelInformation, bool)
- func (o *EventNotification) GetSmccExps() []SmcceInfo
- func (o *EventNotification) GetSmccExpsOk() ([]SmcceInfo, bool)
- func (o *EventNotification) GetStart() time.Time
- func (o *EventNotification) GetStartOk() (*time.Time, bool)
- func (o *EventNotification) GetSvcExps() []ServiceExperienceInfo
- func (o *EventNotification) GetSvcExpsOk() ([]ServiceExperienceInfo, bool)
- func (o *EventNotification) GetTimeStampGen() time.Time
- func (o *EventNotification) GetTimeStampGenOk() (*time.Time, bool)
- func (o *EventNotification) GetUeComms() []UeCommunication
- func (o *EventNotification) GetUeCommsOk() ([]UeCommunication, bool)
- func (o *EventNotification) GetUeMobs() []UeMobility
- func (o *EventNotification) GetUeMobsOk() ([]UeMobility, bool)
- func (o *EventNotification) GetUserDataCongInfos() []UserDataCongestionInfo
- func (o *EventNotification) GetUserDataCongInfosOk() ([]UserDataCongestionInfo, bool)
- func (o *EventNotification) GetWlanInfos() []WlanPerformanceInfo
- func (o *EventNotification) GetWlanInfosOk() ([]WlanPerformanceInfo, bool)
- func (o *EventNotification) HasAbnorBehavrs() bool
- func (o *EventNotification) HasAnaMetaInfo() bool
- func (o *EventNotification) HasDisperInfos() bool
- func (o *EventNotification) HasDnPerfInfos() bool
- func (o *EventNotification) HasExpiry() bool
- func (o *EventNotification) HasFailNotifyCode() bool
- func (o *EventNotification) HasNfLoadLevelInfos() bool
- func (o *EventNotification) HasNsiLoadLevelInfos() bool
- func (o *EventNotification) HasNwPerfs() bool
- func (o *EventNotification) HasQosSustainInfos() bool
- func (o *EventNotification) HasRedTransInfos() bool
- func (o *EventNotification) HasRvWaitTime() bool
- func (o *EventNotification) HasSliceLoadLevelInfo() bool
- func (o *EventNotification) HasSmccExps() bool
- func (o *EventNotification) HasStart() bool
- func (o *EventNotification) HasSvcExps() bool
- func (o *EventNotification) HasTimeStampGen() bool
- func (o *EventNotification) HasUeComms() bool
- func (o *EventNotification) HasUeMobs() bool
- func (o *EventNotification) HasUserDataCongInfos() bool
- func (o *EventNotification) HasWlanInfos() bool
- func (o EventNotification) MarshalJSON() ([]byte, error)
- func (o *EventNotification) SetAbnorBehavrs(v []AbnormalBehaviour)
- func (o *EventNotification) SetAnaMetaInfo(v AnalyticsMetadataInfo)
- func (o *EventNotification) SetDisperInfos(v []DispersionInfo)
- func (o *EventNotification) SetDnPerfInfos(v []DnPerfInfo)
- func (o *EventNotification) SetEvent(v NwdafEvent)
- func (o *EventNotification) SetExpiry(v time.Time)
- func (o *EventNotification) SetFailNotifyCode(v NwdafFailureCode)
- func (o *EventNotification) SetNfLoadLevelInfos(v []NfLoadLevelInformation)
- func (o *EventNotification) SetNsiLoadLevelInfos(v []NsiLoadLevelInfo)
- func (o *EventNotification) SetNwPerfs(v []NetworkPerfInfo)
- func (o *EventNotification) SetQosSustainInfos(v []QosSustainabilityInfo)
- func (o *EventNotification) SetRedTransInfos(v []RedundantTransmissionExpInfo)
- func (o *EventNotification) SetRvWaitTime(v int32)
- func (o *EventNotification) SetSliceLoadLevelInfo(v SliceLoadLevelInformation)
- func (o *EventNotification) SetSmccExps(v []SmcceInfo)
- func (o *EventNotification) SetStart(v time.Time)
- func (o *EventNotification) SetSvcExps(v []ServiceExperienceInfo)
- func (o *EventNotification) SetTimeStampGen(v time.Time)
- func (o *EventNotification) SetUeComms(v []UeCommunication)
- func (o *EventNotification) SetUeMobs(v []UeMobility)
- func (o *EventNotification) SetUserDataCongInfos(v []UserDataCongestionInfo)
- func (o *EventNotification) SetWlanInfos(v []WlanPerformanceInfo)
- func (o EventNotification) ToMap() (map[string]interface{}, error)
- func (o *EventNotification) UnmarshalJSON(bytes []byte) (err error)
- type EventReportingRequirement
- func (o *EventReportingRequirement) GetAccPerSubset() []Accuracy
- func (o *EventReportingRequirement) GetAccPerSubsetOk() ([]Accuracy, bool)
- func (o *EventReportingRequirement) GetAccuracy() Accuracy
- func (o *EventReportingRequirement) GetAccuracyOk() (*Accuracy, bool)
- func (o *EventReportingRequirement) GetAnaMeta() []AnalyticsMetadata
- func (o *EventReportingRequirement) GetAnaMetaInd() AnalyticsMetadataIndication
- func (o *EventReportingRequirement) GetAnaMetaIndOk() (*AnalyticsMetadataIndication, bool)
- func (o *EventReportingRequirement) GetAnaMetaOk() ([]AnalyticsMetadata, bool)
- func (o *EventReportingRequirement) GetEndTs() time.Time
- func (o *EventReportingRequirement) GetEndTsOk() (*time.Time, bool)
- func (o *EventReportingRequirement) GetHistAnaTimePeriod() TimeWindow
- func (o *EventReportingRequirement) GetHistAnaTimePeriodOk() (*TimeWindow, bool)
- func (o *EventReportingRequirement) GetMaxObjectNbr() int32
- func (o *EventReportingRequirement) GetMaxObjectNbrOk() (*int32, bool)
- func (o *EventReportingRequirement) GetMaxSupiNbr() int32
- func (o *EventReportingRequirement) GetMaxSupiNbrOk() (*int32, bool)
- func (o *EventReportingRequirement) GetOffsetPeriod() int32
- func (o *EventReportingRequirement) GetOffsetPeriodOk() (*int32, bool)
- func (o *EventReportingRequirement) GetSampRatio() int32
- func (o *EventReportingRequirement) GetSampRatioOk() (*int32, bool)
- func (o *EventReportingRequirement) GetStartTs() time.Time
- func (o *EventReportingRequirement) GetStartTsOk() (*time.Time, bool)
- func (o *EventReportingRequirement) GetTimeAnaNeeded() time.Time
- func (o *EventReportingRequirement) GetTimeAnaNeededOk() (*time.Time, bool)
- func (o *EventReportingRequirement) HasAccPerSubset() bool
- func (o *EventReportingRequirement) HasAccuracy() bool
- func (o *EventReportingRequirement) HasAnaMeta() bool
- func (o *EventReportingRequirement) HasAnaMetaInd() bool
- func (o *EventReportingRequirement) HasEndTs() bool
- func (o *EventReportingRequirement) HasHistAnaTimePeriod() bool
- func (o *EventReportingRequirement) HasMaxObjectNbr() bool
- func (o *EventReportingRequirement) HasMaxSupiNbr() bool
- func (o *EventReportingRequirement) HasOffsetPeriod() bool
- func (o *EventReportingRequirement) HasSampRatio() bool
- func (o *EventReportingRequirement) HasStartTs() bool
- func (o *EventReportingRequirement) HasTimeAnaNeeded() bool
- func (o EventReportingRequirement) MarshalJSON() ([]byte, error)
- func (o *EventReportingRequirement) SetAccPerSubset(v []Accuracy)
- func (o *EventReportingRequirement) SetAccuracy(v Accuracy)
- func (o *EventReportingRequirement) SetAnaMeta(v []AnalyticsMetadata)
- func (o *EventReportingRequirement) SetAnaMetaInd(v AnalyticsMetadataIndication)
- func (o *EventReportingRequirement) SetEndTs(v time.Time)
- func (o *EventReportingRequirement) SetHistAnaTimePeriod(v TimeWindow)
- func (o *EventReportingRequirement) SetMaxObjectNbr(v int32)
- func (o *EventReportingRequirement) SetMaxSupiNbr(v int32)
- func (o *EventReportingRequirement) SetOffsetPeriod(v int32)
- func (o *EventReportingRequirement) SetSampRatio(v int32)
- func (o *EventReportingRequirement) SetStartTs(v time.Time)
- func (o *EventReportingRequirement) SetTimeAnaNeeded(v time.Time)
- func (o EventReportingRequirement) ToMap() (map[string]interface{}, error)
- type EventSubscription
- func (o *EventSubscription) GetAnySlice() bool
- func (o *EventSubscription) GetAnySliceOk() (*bool, bool)
- func (o *EventSubscription) GetAppIds() []string
- func (o *EventSubscription) GetAppIdsOk() ([]string, bool)
- func (o *EventSubscription) GetAppServerAddrs() []AddrFqdn
- func (o *EventSubscription) GetAppServerAddrsOk() ([]AddrFqdn, bool)
- func (o *EventSubscription) GetBwRequs() []BwRequirement
- func (o *EventSubscription) GetBwRequsOk() ([]BwRequirement, bool)
- func (o *EventSubscription) GetCongThresholds() []ThresholdLevel
- func (o *EventSubscription) GetCongThresholdsOk() ([]ThresholdLevel, bool)
- func (o *EventSubscription) GetDisperReqs() []DispersionRequirement
- func (o *EventSubscription) GetDisperReqsOk() ([]DispersionRequirement, bool)
- func (o *EventSubscription) GetDnPerfReqs() []DnPerformanceReq
- func (o *EventSubscription) GetDnPerfReqsOk() ([]DnPerformanceReq, bool)
- func (o *EventSubscription) GetDnais() []string
- func (o *EventSubscription) GetDnaisOk() ([]string, bool)
- func (o *EventSubscription) GetDnns() []string
- func (o *EventSubscription) GetDnnsOk() ([]string, bool)
- func (o *EventSubscription) GetEvent() NwdafEvent
- func (o *EventSubscription) GetEventOk() (*NwdafEvent, bool)
- func (o *EventSubscription) GetExcepRequs() []Exception
- func (o *EventSubscription) GetExcepRequsOk() ([]Exception, bool)
- func (o *EventSubscription) GetExptAnaType() ExpectedAnalyticsType
- func (o *EventSubscription) GetExptAnaTypeOk() (*ExpectedAnalyticsType, bool)
- func (o *EventSubscription) GetExptUeBehav() ExpectedUeBehaviourData
- func (o *EventSubscription) GetExptUeBehavOk() (*ExpectedUeBehaviourData, bool)
- func (o *EventSubscription) GetExtraReportReq() EventReportingRequirement
- func (o *EventSubscription) GetExtraReportReqOk() (*EventReportingRequirement, bool)
- func (o *EventSubscription) GetLadnDnns() []string
- func (o *EventSubscription) GetLadnDnnsOk() ([]string, bool)
- func (o *EventSubscription) GetListOfAnaSubsets() []AnalyticsSubset
- func (o *EventSubscription) GetListOfAnaSubsetsOk() ([]AnalyticsSubset, bool)
- func (o *EventSubscription) GetLoadLevelThreshold() int32
- func (o *EventSubscription) GetLoadLevelThresholdOk() (*int32, bool)
- func (o *EventSubscription) GetMatchingDir() MatchingDirection
- func (o *EventSubscription) GetMatchingDirOk() (*MatchingDirection, bool)
- func (o *EventSubscription) GetMaxTopAppDlNbr() int32
- func (o *EventSubscription) GetMaxTopAppDlNbrOk() (*int32, bool)
- func (o *EventSubscription) GetMaxTopAppUlNbr() int32
- func (o *EventSubscription) GetMaxTopAppUlNbrOk() (*int32, bool)
- func (o *EventSubscription) GetNetworkArea() NetworkAreaInfo
- func (o *EventSubscription) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
- func (o *EventSubscription) GetNfInstanceIds() []string
- func (o *EventSubscription) GetNfInstanceIdsOk() ([]string, bool)
- func (o *EventSubscription) GetNfLoadLvlThds() []ThresholdLevel
- func (o *EventSubscription) GetNfLoadLvlThdsOk() ([]ThresholdLevel, bool)
- func (o *EventSubscription) GetNfSetIds() []string
- func (o *EventSubscription) GetNfSetIdsOk() ([]string, bool)
- func (o *EventSubscription) GetNfTypes() []NFType
- func (o *EventSubscription) GetNfTypesOk() ([]NFType, bool)
- func (o *EventSubscription) GetNotificationMethod() NotificationMethod
- func (o *EventSubscription) GetNotificationMethodOk() (*NotificationMethod, bool)
- func (o *EventSubscription) GetNsiIdInfos() []NsiIdInfo
- func (o *EventSubscription) GetNsiIdInfosOk() ([]NsiIdInfo, bool)
- func (o *EventSubscription) GetNsiLevelThrds() []int32
- func (o *EventSubscription) GetNsiLevelThrdsOk() ([]int32, bool)
- func (o *EventSubscription) GetNwPerfRequs() []NetworkPerfRequirement
- func (o *EventSubscription) GetNwPerfRequsOk() ([]NetworkPerfRequirement, bool)
- func (o *EventSubscription) GetQosFlowRetThds() []RetainabilityThreshold
- func (o *EventSubscription) GetQosFlowRetThdsOk() ([]RetainabilityThreshold, bool)
- func (o *EventSubscription) GetQosRequ() QosRequirement
- func (o *EventSubscription) GetQosRequOk() (*QosRequirement, bool)
- func (o *EventSubscription) GetRanUeThrouThds() []string
- func (o *EventSubscription) GetRanUeThrouThdsOk() ([]string, bool)
- func (o *EventSubscription) GetRatFreqs() []RatFreqInformation
- func (o *EventSubscription) GetRatFreqsOk() ([]RatFreqInformation, bool)
- func (o *EventSubscription) GetRedTransReqs() []RedundantTransmissionExpReq
- func (o *EventSubscription) GetRedTransReqsOk() ([]RedundantTransmissionExpReq, bool)
- func (o *EventSubscription) GetRepetitionPeriod() int32
- func (o *EventSubscription) GetRepetitionPeriodOk() (*int32, bool)
- func (o *EventSubscription) GetSnssaia() []Snssai
- func (o *EventSubscription) GetSnssaiaOk() ([]Snssai, bool)
- func (o *EventSubscription) GetTgtUe() TargetUeInformation
- func (o *EventSubscription) GetTgtUeOk() (*TargetUeInformation, bool)
- func (o *EventSubscription) GetUpfInfo() UpfInformation
- func (o *EventSubscription) GetUpfInfoOk() (*UpfInformation, bool)
- func (o *EventSubscription) GetVisitedAreas() []NetworkAreaInfo
- func (o *EventSubscription) GetVisitedAreasOk() ([]NetworkAreaInfo, bool)
- func (o *EventSubscription) GetWlanReqs() []WlanPerformanceReq
- func (o *EventSubscription) GetWlanReqsOk() ([]WlanPerformanceReq, bool)
- func (o *EventSubscription) HasAnySlice() bool
- func (o *EventSubscription) HasAppIds() bool
- func (o *EventSubscription) HasAppServerAddrs() bool
- func (o *EventSubscription) HasBwRequs() bool
- func (o *EventSubscription) HasCongThresholds() bool
- func (o *EventSubscription) HasDisperReqs() bool
- func (o *EventSubscription) HasDnPerfReqs() bool
- func (o *EventSubscription) HasDnais() bool
- func (o *EventSubscription) HasDnns() bool
- func (o *EventSubscription) HasExcepRequs() bool
- func (o *EventSubscription) HasExptAnaType() bool
- func (o *EventSubscription) HasExptUeBehav() bool
- func (o *EventSubscription) HasExtraReportReq() bool
- func (o *EventSubscription) HasLadnDnns() bool
- func (o *EventSubscription) HasListOfAnaSubsets() bool
- func (o *EventSubscription) HasLoadLevelThreshold() bool
- func (o *EventSubscription) HasMatchingDir() bool
- func (o *EventSubscription) HasMaxTopAppDlNbr() bool
- func (o *EventSubscription) HasMaxTopAppUlNbr() bool
- func (o *EventSubscription) HasNetworkArea() bool
- func (o *EventSubscription) HasNfInstanceIds() bool
- func (o *EventSubscription) HasNfLoadLvlThds() bool
- func (o *EventSubscription) HasNfSetIds() bool
- func (o *EventSubscription) HasNfTypes() bool
- func (o *EventSubscription) HasNotificationMethod() bool
- func (o *EventSubscription) HasNsiIdInfos() bool
- func (o *EventSubscription) HasNsiLevelThrds() bool
- func (o *EventSubscription) HasNwPerfRequs() bool
- func (o *EventSubscription) HasQosFlowRetThds() bool
- func (o *EventSubscription) HasQosRequ() bool
- func (o *EventSubscription) HasRanUeThrouThds() bool
- func (o *EventSubscription) HasRatFreqs() bool
- func (o *EventSubscription) HasRedTransReqs() bool
- func (o *EventSubscription) HasRepetitionPeriod() bool
- func (o *EventSubscription) HasSnssaia() bool
- func (o *EventSubscription) HasTgtUe() bool
- func (o *EventSubscription) HasUpfInfo() bool
- func (o *EventSubscription) HasVisitedAreas() bool
- func (o *EventSubscription) HasWlanReqs() bool
- func (o EventSubscription) MarshalJSON() ([]byte, error)
- func (o *EventSubscription) SetAnySlice(v bool)
- func (o *EventSubscription) SetAppIds(v []string)
- func (o *EventSubscription) SetAppServerAddrs(v []AddrFqdn)
- func (o *EventSubscription) SetBwRequs(v []BwRequirement)
- func (o *EventSubscription) SetCongThresholds(v []ThresholdLevel)
- func (o *EventSubscription) SetDisperReqs(v []DispersionRequirement)
- func (o *EventSubscription) SetDnPerfReqs(v []DnPerformanceReq)
- func (o *EventSubscription) SetDnais(v []string)
- func (o *EventSubscription) SetDnns(v []string)
- func (o *EventSubscription) SetEvent(v NwdafEvent)
- func (o *EventSubscription) SetExcepRequs(v []Exception)
- func (o *EventSubscription) SetExptAnaType(v ExpectedAnalyticsType)
- func (o *EventSubscription) SetExptUeBehav(v ExpectedUeBehaviourData)
- func (o *EventSubscription) SetExtraReportReq(v EventReportingRequirement)
- func (o *EventSubscription) SetLadnDnns(v []string)
- func (o *EventSubscription) SetListOfAnaSubsets(v []AnalyticsSubset)
- func (o *EventSubscription) SetLoadLevelThreshold(v int32)
- func (o *EventSubscription) SetMatchingDir(v MatchingDirection)
- func (o *EventSubscription) SetMaxTopAppDlNbr(v int32)
- func (o *EventSubscription) SetMaxTopAppUlNbr(v int32)
- func (o *EventSubscription) SetNetworkArea(v NetworkAreaInfo)
- func (o *EventSubscription) SetNfInstanceIds(v []string)
- func (o *EventSubscription) SetNfLoadLvlThds(v []ThresholdLevel)
- func (o *EventSubscription) SetNfSetIds(v []string)
- func (o *EventSubscription) SetNfTypes(v []NFType)
- func (o *EventSubscription) SetNotificationMethod(v NotificationMethod)
- func (o *EventSubscription) SetNsiIdInfos(v []NsiIdInfo)
- func (o *EventSubscription) SetNsiLevelThrds(v []int32)
- func (o *EventSubscription) SetNwPerfRequs(v []NetworkPerfRequirement)
- func (o *EventSubscription) SetQosFlowRetThds(v []RetainabilityThreshold)
- func (o *EventSubscription) SetQosRequ(v QosRequirement)
- func (o *EventSubscription) SetQosRequNil()
- func (o *EventSubscription) SetRanUeThrouThds(v []string)
- func (o *EventSubscription) SetRatFreqs(v []RatFreqInformation)
- func (o *EventSubscription) SetRedTransReqs(v []RedundantTransmissionExpReq)
- func (o *EventSubscription) SetRepetitionPeriod(v int32)
- func (o *EventSubscription) SetSnssaia(v []Snssai)
- func (o *EventSubscription) SetTgtUe(v TargetUeInformation)
- func (o *EventSubscription) SetUpfInfo(v UpfInformation)
- func (o *EventSubscription) SetVisitedAreas(v []NetworkAreaInfo)
- func (o *EventSubscription) SetWlanReqs(v []WlanPerformanceReq)
- func (o EventSubscription) ToMap() (map[string]interface{}, error)
- func (o *EventSubscription) UnmarshalJSON(bytes []byte) (err error)
- func (o *EventSubscription) UnsetQosRequ()
- type Exception
- func (o *Exception) GetExcepId() ExceptionId
- func (o *Exception) GetExcepIdOk() (*ExceptionId, bool)
- func (o *Exception) GetExcepLevel() int32
- func (o *Exception) GetExcepLevelOk() (*int32, bool)
- func (o *Exception) GetExcepTrend() ExceptionTrend
- func (o *Exception) GetExcepTrendOk() (*ExceptionTrend, bool)
- func (o *Exception) HasExcepLevel() bool
- func (o *Exception) HasExcepTrend() bool
- func (o Exception) MarshalJSON() ([]byte, error)
- func (o *Exception) SetExcepId(v ExceptionId)
- func (o *Exception) SetExcepLevel(v int32)
- func (o *Exception) SetExcepTrend(v ExceptionTrend)
- func (o Exception) ToMap() (map[string]interface{}, error)
- func (o *Exception) UnmarshalJSON(bytes []byte) (err error)
- type ExceptionId
- type ExceptionTrend
- type ExpectedAnalyticsType
- type ExpectedUeBehavior
- func (o *ExpectedUeBehavior) GetExpMoveTrajectory() []UserLocation
- func (o *ExpectedUeBehavior) GetExpMoveTrajectoryOk() ([]UserLocation, bool)
- func (o *ExpectedUeBehavior) GetValidityTime() time.Time
- func (o *ExpectedUeBehavior) GetValidityTimeOk() (*time.Time, bool)
- func (o ExpectedUeBehavior) MarshalJSON() ([]byte, error)
- func (o *ExpectedUeBehavior) SetExpMoveTrajectory(v []UserLocation)
- func (o *ExpectedUeBehavior) SetValidityTime(v time.Time)
- func (o ExpectedUeBehavior) ToMap() (map[string]interface{}, error)
- func (o *ExpectedUeBehavior) UnmarshalJSON(bytes []byte) (err error)
- type ExpectedUeBehaviourData
- func (o *ExpectedUeBehaviourData) GetBatteryIndication() BatteryIndication
- func (o *ExpectedUeBehaviourData) GetBatteryIndicationOk() (*BatteryIndication, bool)
- func (o *ExpectedUeBehaviourData) GetCommunicationDurationTime() int32
- func (o *ExpectedUeBehaviourData) GetCommunicationDurationTimeOk() (*int32, bool)
- func (o *ExpectedUeBehaviourData) GetExpectedUmts() []LocationArea
- func (o *ExpectedUeBehaviourData) GetExpectedUmtsOk() ([]LocationArea, bool)
- func (o *ExpectedUeBehaviourData) GetPeriodicTime() int32
- func (o *ExpectedUeBehaviourData) GetPeriodicTimeOk() (*int32, bool)
- func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTime() ScheduledCommunicationTime
- func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)
- func (o *ExpectedUeBehaviourData) GetScheduledCommunicationType() ScheduledCommunicationType
- func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)
- func (o *ExpectedUeBehaviourData) GetStationaryIndication() StationaryIndication
- func (o *ExpectedUeBehaviourData) GetStationaryIndicationOk() (*StationaryIndication, bool)
- func (o *ExpectedUeBehaviourData) GetTrafficProfile() TrafficProfile
- func (o *ExpectedUeBehaviourData) GetTrafficProfileOk() (*TrafficProfile, bool)
- func (o *ExpectedUeBehaviourData) GetValidityTime() time.Time
- func (o *ExpectedUeBehaviourData) GetValidityTimeOk() (*time.Time, bool)
- func (o *ExpectedUeBehaviourData) HasBatteryIndication() bool
- func (o *ExpectedUeBehaviourData) HasCommunicationDurationTime() bool
- func (o *ExpectedUeBehaviourData) HasExpectedUmts() bool
- func (o *ExpectedUeBehaviourData) HasPeriodicTime() bool
- func (o *ExpectedUeBehaviourData) HasScheduledCommunicationTime() bool
- func (o *ExpectedUeBehaviourData) HasScheduledCommunicationType() bool
- func (o *ExpectedUeBehaviourData) HasStationaryIndication() bool
- func (o *ExpectedUeBehaviourData) HasTrafficProfile() bool
- func (o *ExpectedUeBehaviourData) HasValidityTime() bool
- func (o ExpectedUeBehaviourData) MarshalJSON() ([]byte, error)
- func (o *ExpectedUeBehaviourData) SetBatteryIndication(v BatteryIndication)
- func (o *ExpectedUeBehaviourData) SetCommunicationDurationTime(v int32)
- func (o *ExpectedUeBehaviourData) SetExpectedUmts(v []LocationArea)
- func (o *ExpectedUeBehaviourData) SetPeriodicTime(v int32)
- func (o *ExpectedUeBehaviourData) SetScheduledCommunicationTime(v ScheduledCommunicationTime)
- func (o *ExpectedUeBehaviourData) SetScheduledCommunicationType(v ScheduledCommunicationType)
- func (o *ExpectedUeBehaviourData) SetStationaryIndication(v StationaryIndication)
- func (o *ExpectedUeBehaviourData) SetTrafficProfile(v TrafficProfile)
- func (o *ExpectedUeBehaviourData) SetValidityTime(v time.Time)
- func (o ExpectedUeBehaviourData) ToMap() (map[string]interface{}, error)
- type ExtAmfEventSubscription
- func (o *ExtAmfEventSubscription) GetAoiStateList() map[string]AreaOfInterestEventState
- func (o *ExtAmfEventSubscription) GetAoiStateListOk() (*map[string]AreaOfInterestEventState, bool)
- func (o *ExtAmfEventSubscription) GetBindingInfo() []string
- func (o *ExtAmfEventSubscription) GetBindingInfoOk() ([]string, bool)
- func (o *ExtAmfEventSubscription) GetEventSyncInd() bool
- func (o *ExtAmfEventSubscription) GetEventSyncIndOk() (*bool, bool)
- func (o *ExtAmfEventSubscription) GetNfConsumerInfo() []string
- func (o *ExtAmfEventSubscription) GetNfConsumerInfoOk() ([]string, bool)
- func (o *ExtAmfEventSubscription) GetSubscribingNfType() NFType
- func (o *ExtAmfEventSubscription) GetSubscribingNfTypeOk() (*NFType, bool)
- func (o *ExtAmfEventSubscription) HasAoiStateList() bool
- func (o *ExtAmfEventSubscription) HasBindingInfo() bool
- func (o *ExtAmfEventSubscription) HasEventSyncInd() bool
- func (o *ExtAmfEventSubscription) HasNfConsumerInfo() bool
- func (o *ExtAmfEventSubscription) HasSubscribingNfType() bool
- func (o ExtAmfEventSubscription) MarshalJSON() ([]byte, error)
- func (o *ExtAmfEventSubscription) SetAoiStateList(v map[string]AreaOfInterestEventState)
- func (o *ExtAmfEventSubscription) SetBindingInfo(v []string)
- func (o *ExtAmfEventSubscription) SetEventSyncInd(v bool)
- func (o *ExtAmfEventSubscription) SetNfConsumerInfo(v []string)
- func (o *ExtAmfEventSubscription) SetSubscribingNfType(v NFType)
- func (o ExtAmfEventSubscription) ToMap() (map[string]interface{}, error)
- func (o *ExtAmfEventSubscription) UnmarshalJSON(bytes []byte) (err error)
- type ExtSnssai
- func (o *ExtSnssai) GetSdRanges() []SdRange
- func (o *ExtSnssai) GetSdRangesOk() ([]SdRange, bool)
- func (o *ExtSnssai) GetWildcardSd() bool
- func (o *ExtSnssai) GetWildcardSdOk() (*bool, bool)
- func (o *ExtSnssai) HasSdRanges() bool
- func (o *ExtSnssai) HasWildcardSd() bool
- func (o ExtSnssai) MarshalJSON() ([]byte, error)
- func (o *ExtSnssai) SetSdRanges(v []SdRange)
- func (o *ExtSnssai) SetWildcardSd(v bool)
- func (o ExtSnssai) ToMap() (map[string]interface{}, error)
- func (o *ExtSnssai) UnmarshalJSON(bytes []byte) (err error)
- type FailureEventInfo
- func (o *FailureEventInfo) GetEvent() NwdafEvent
- func (o *FailureEventInfo) GetEventOk() (*NwdafEvent, bool)
- func (o *FailureEventInfo) GetFailureCode() NwdafFailureCode
- func (o *FailureEventInfo) GetFailureCodeOk() (*NwdafFailureCode, bool)
- func (o FailureEventInfo) MarshalJSON() ([]byte, error)
- func (o *FailureEventInfo) SetEvent(v NwdafEvent)
- func (o *FailureEventInfo) SetFailureCode(v NwdafFailureCode)
- func (o FailureEventInfo) ToMap() (map[string]interface{}, error)
- func (o *FailureEventInfo) UnmarshalJSON(bytes []byte) (err error)
- type FlowDirection
- type FlowInfo
- func (o *FlowInfo) GetFlowDescriptions() []string
- func (o *FlowInfo) GetFlowDescriptionsOk() ([]string, bool)
- func (o *FlowInfo) GetFlowId() int32
- func (o *FlowInfo) GetFlowIdOk() (*int32, bool)
- func (o *FlowInfo) HasFlowDescriptions() bool
- func (o FlowInfo) MarshalJSON() ([]byte, error)
- func (o *FlowInfo) SetFlowDescriptions(v []string)
- func (o *FlowInfo) SetFlowId(v int32)
- func (o FlowInfo) ToMap() (map[string]interface{}, error)
- func (o *FlowInfo) UnmarshalJSON(bytes []byte) (err error)
- type GADShape
- func (o *GADShape) GetShape() SupportedGADShapes
- func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
- func (o GADShape) MarshalJSON() ([]byte, error)
- func (o *GADShape) SetShape(v SupportedGADShapes)
- func (o GADShape) ToMap() (map[string]interface{}, error)
- func (o *GADShape) UnmarshalJSON(bytes []byte) (err 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 GenericOpenAPIError
- type GeographicArea
- type GeographicalCoordinates
- func (o *GeographicalCoordinates) GetLat() float64
- func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
- func (o *GeographicalCoordinates) GetLon() float64
- func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
- func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLat(v float64)
- func (o *GeographicalCoordinates) SetLon(v float64)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)
- 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 ImmediateMdtConf
- func (o *ImmediateMdtConf) GetAddPositioningMethodList() []PositioningMethodMdt
- func (o *ImmediateMdtConf) GetAddPositioningMethodListOk() ([]PositioningMethodMdt, bool)
- func (o *ImmediateMdtConf) GetAreaScope() AreaScope
- func (o *ImmediateMdtConf) GetAreaScopeOk() (*AreaScope, bool)
- func (o *ImmediateMdtConf) GetCollectionPeriodRmmLte() CollectionPeriodRmmLteMdt
- func (o *ImmediateMdtConf) GetCollectionPeriodRmmLteOk() (*CollectionPeriodRmmLteMdt, bool)
- func (o *ImmediateMdtConf) GetCollectionPeriodRmmNr() CollectionPeriodRmmNrMdt
- func (o *ImmediateMdtConf) GetCollectionPeriodRmmNrOk() (*CollectionPeriodRmmNrMdt, bool)
- func (o *ImmediateMdtConf) GetEventThresholdRsrp() int32
- func (o *ImmediateMdtConf) GetEventThresholdRsrpNr() int32
- func (o *ImmediateMdtConf) GetEventThresholdRsrpNrOk() (*int32, bool)
- func (o *ImmediateMdtConf) GetEventThresholdRsrpOk() (*int32, bool)
- func (o *ImmediateMdtConf) GetEventThresholdRsrq() int32
- func (o *ImmediateMdtConf) GetEventThresholdRsrqNr() int32
- func (o *ImmediateMdtConf) GetEventThresholdRsrqNrOk() (*int32, bool)
- func (o *ImmediateMdtConf) GetEventThresholdRsrqOk() (*int32, bool)
- func (o *ImmediateMdtConf) GetJobType() JobType
- func (o *ImmediateMdtConf) GetJobTypeOk() (*JobType, bool)
- func (o *ImmediateMdtConf) GetMdtAllowedPlmnIdList() []PlmnId
- func (o *ImmediateMdtConf) GetMdtAllowedPlmnIdListOk() ([]PlmnId, bool)
- func (o *ImmediateMdtConf) GetMeasurementLteList() []MeasurementLteForMdt
- func (o *ImmediateMdtConf) GetMeasurementLteListOk() ([]MeasurementLteForMdt, bool)
- func (o *ImmediateMdtConf) GetMeasurementNrList() []MeasurementNrForMdt
- func (o *ImmediateMdtConf) GetMeasurementNrListOk() ([]MeasurementNrForMdt, bool)
- func (o *ImmediateMdtConf) GetMeasurementPeriodLte() MeasurementPeriodLteMdt
- func (o *ImmediateMdtConf) GetMeasurementPeriodLteOk() (*MeasurementPeriodLteMdt, bool)
- func (o *ImmediateMdtConf) GetPositioningMethod() PositioningMethodMdt
- func (o *ImmediateMdtConf) GetPositioningMethodOk() (*PositioningMethodMdt, bool)
- func (o *ImmediateMdtConf) GetReportAmount() ReportAmountMdt
- func (o *ImmediateMdtConf) GetReportAmountOk() (*ReportAmountMdt, bool)
- func (o *ImmediateMdtConf) GetReportInterval() ReportIntervalMdt
- func (o *ImmediateMdtConf) GetReportIntervalNr() ReportIntervalNrMdt
- func (o *ImmediateMdtConf) GetReportIntervalNrOk() (*ReportIntervalNrMdt, bool)
- func (o *ImmediateMdtConf) GetReportIntervalOk() (*ReportIntervalMdt, bool)
- func (o *ImmediateMdtConf) GetReportingTriggerList() []ReportingTrigger
- func (o *ImmediateMdtConf) GetReportingTriggerListOk() ([]ReportingTrigger, bool)
- func (o *ImmediateMdtConf) GetSensorMeasurementList() []SensorMeasurement
- func (o *ImmediateMdtConf) GetSensorMeasurementListOk() ([]SensorMeasurement, bool)
- func (o *ImmediateMdtConf) HasAddPositioningMethodList() bool
- func (o *ImmediateMdtConf) HasAreaScope() bool
- func (o *ImmediateMdtConf) HasCollectionPeriodRmmLte() bool
- func (o *ImmediateMdtConf) HasCollectionPeriodRmmNr() bool
- func (o *ImmediateMdtConf) HasEventThresholdRsrp() bool
- func (o *ImmediateMdtConf) HasEventThresholdRsrpNr() bool
- func (o *ImmediateMdtConf) HasEventThresholdRsrq() bool
- func (o *ImmediateMdtConf) HasEventThresholdRsrqNr() bool
- func (o *ImmediateMdtConf) HasMdtAllowedPlmnIdList() bool
- func (o *ImmediateMdtConf) HasMeasurementLteList() bool
- func (o *ImmediateMdtConf) HasMeasurementNrList() bool
- func (o *ImmediateMdtConf) HasMeasurementPeriodLte() bool
- func (o *ImmediateMdtConf) HasPositioningMethod() bool
- func (o *ImmediateMdtConf) HasReportAmount() bool
- func (o *ImmediateMdtConf) HasReportInterval() bool
- func (o *ImmediateMdtConf) HasReportIntervalNr() bool
- func (o *ImmediateMdtConf) HasReportingTriggerList() bool
- func (o *ImmediateMdtConf) HasSensorMeasurementList() bool
- func (o ImmediateMdtConf) MarshalJSON() ([]byte, error)
- func (o *ImmediateMdtConf) SetAddPositioningMethodList(v []PositioningMethodMdt)
- func (o *ImmediateMdtConf) SetAreaScope(v AreaScope)
- func (o *ImmediateMdtConf) SetCollectionPeriodRmmLte(v CollectionPeriodRmmLteMdt)
- func (o *ImmediateMdtConf) SetCollectionPeriodRmmNr(v CollectionPeriodRmmNrMdt)
- func (o *ImmediateMdtConf) SetEventThresholdRsrp(v int32)
- func (o *ImmediateMdtConf) SetEventThresholdRsrpNr(v int32)
- func (o *ImmediateMdtConf) SetEventThresholdRsrq(v int32)
- func (o *ImmediateMdtConf) SetEventThresholdRsrqNr(v int32)
- func (o *ImmediateMdtConf) SetJobType(v JobType)
- func (o *ImmediateMdtConf) SetMdtAllowedPlmnIdList(v []PlmnId)
- func (o *ImmediateMdtConf) SetMeasurementLteList(v []MeasurementLteForMdt)
- func (o *ImmediateMdtConf) SetMeasurementNrList(v []MeasurementNrForMdt)
- func (o *ImmediateMdtConf) SetMeasurementPeriodLte(v MeasurementPeriodLteMdt)
- func (o *ImmediateMdtConf) SetPositioningMethod(v PositioningMethodMdt)
- func (o *ImmediateMdtConf) SetReportAmount(v ReportAmountMdt)
- func (o *ImmediateMdtConf) SetReportInterval(v ReportIntervalMdt)
- func (o *ImmediateMdtConf) SetReportIntervalNr(v ReportIntervalNrMdt)
- func (o *ImmediateMdtConf) SetReportingTriggerList(v []ReportingTrigger)
- func (o *ImmediateMdtConf) SetSensorMeasurementList(v []SensorMeasurement)
- func (o ImmediateMdtConf) ToMap() (map[string]interface{}, error)
- func (o *ImmediateMdtConf) UnmarshalJSON(bytes []byte) (err error)
- type IndividualSubscriptionDocumentAPIService
- func (a *IndividualSubscriptionDocumentAPIService) AMFStatusChangeSubscribeModfy(ctx context.Context, subscriptionId string) ApiAMFStatusChangeSubscribeModfyRequest
- func (a *IndividualSubscriptionDocumentAPIService) AMFStatusChangeSubscribeModfyExecute(r ApiAMFStatusChangeSubscribeModfyRequest) (*SubscriptionData, *http.Response, error)
- func (a *IndividualSubscriptionDocumentAPIService) AMFStatusChangeUnSubscribe(ctx context.Context, subscriptionId string) ApiAMFStatusChangeUnSubscribeRequest
- func (a *IndividualSubscriptionDocumentAPIService) AMFStatusChangeUnSubscribeExecute(r ApiAMFStatusChangeUnSubscribeRequest) (*http.Response, error)
- type IndividualUeContextDocumentAPIService
- func (a *IndividualUeContextDocumentAPIService) CancelRelocateUEContext(ctx context.Context, ueContextId string) ApiCancelRelocateUEContextRequest
- func (a *IndividualUeContextDocumentAPIService) CancelRelocateUEContextExecute(r ApiCancelRelocateUEContextRequest) (*http.Response, error)
- func (a *IndividualUeContextDocumentAPIService) CreateUEContext(ctx context.Context, ueContextId string) ApiCreateUEContextRequest
- func (a *IndividualUeContextDocumentAPIService) CreateUEContextExecute(r ApiCreateUEContextRequest) (*UeContextCreatedData, *http.Response, error)
- func (a *IndividualUeContextDocumentAPIService) EBIAssignment(ctx context.Context, ueContextId string) ApiEBIAssignmentRequest
- func (a *IndividualUeContextDocumentAPIService) EBIAssignmentExecute(r ApiEBIAssignmentRequest) (*AssignedEbiData, *http.Response, error)
- func (a *IndividualUeContextDocumentAPIService) RegistrationStatusUpdate(ctx context.Context, ueContextId string) ApiRegistrationStatusUpdateRequest
- func (a *IndividualUeContextDocumentAPIService) RegistrationStatusUpdateExecute(r ApiRegistrationStatusUpdateRequest) (*UeRegStatusUpdateRspData, *http.Response, error)
- func (a *IndividualUeContextDocumentAPIService) ReleaseUEContext(ctx context.Context, ueContextId string) ApiReleaseUEContextRequest
- func (a *IndividualUeContextDocumentAPIService) ReleaseUEContextExecute(r ApiReleaseUEContextRequest) (*http.Response, error)
- func (a *IndividualUeContextDocumentAPIService) RelocateUEContext(ctx context.Context, ueContextId string) ApiRelocateUEContextRequest
- func (a *IndividualUeContextDocumentAPIService) RelocateUEContextExecute(r ApiRelocateUEContextRequest) (*UeContextRelocatedData, *http.Response, error)
- func (a *IndividualUeContextDocumentAPIService) UEContextTransfer(ctx context.Context, ueContextId string) ApiUEContextTransferRequest
- func (a *IndividualUeContextDocumentAPIService) UEContextTransferExecute(r ApiUEContextTransferRequest) (*UeContextTransferRspData, *http.Response, error)
- type IntegrityAlgorithm
- 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 IpAddr
- func (o *IpAddr) GetIpv4Addr() string
- func (o *IpAddr) GetIpv4AddrOk() (*string, bool)
- func (o *IpAddr) GetIpv6Addr() Ipv6Addr
- func (o *IpAddr) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
- func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *IpAddr) HasIpv4Addr() bool
- func (o *IpAddr) HasIpv6Addr() bool
- func (o *IpAddr) HasIpv6Prefix() bool
- func (o IpAddr) MarshalJSON() ([]byte, error)
- func (o *IpAddr) SetIpv4Addr(v string)
- func (o *IpAddr) SetIpv6Addr(v Ipv6Addr)
- func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
- func (o IpAddr) ToMap() (map[string]interface{}, 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 IpEthFlowDescription
- func (o *IpEthFlowDescription) GetEthTrafficFilter() EthFlowDescription
- func (o *IpEthFlowDescription) GetEthTrafficFilterOk() (*EthFlowDescription, bool)
- func (o *IpEthFlowDescription) GetIpTrafficFilter() string
- func (o *IpEthFlowDescription) GetIpTrafficFilterOk() (*string, bool)
- func (o *IpEthFlowDescription) HasEthTrafficFilter() bool
- func (o *IpEthFlowDescription) HasIpTrafficFilter() bool
- func (o IpEthFlowDescription) MarshalJSON() ([]byte, error)
- func (o *IpEthFlowDescription) SetEthTrafficFilter(v EthFlowDescription)
- func (o *IpEthFlowDescription) SetIpTrafficFilter(v string)
- func (o IpEthFlowDescription) ToMap() (map[string]interface{}, error)
- type Ipv6Addr
- type Ipv6Prefix
- type JobType
- type KeyAmf
- func (o *KeyAmf) GetKeyType() KeyAmfType
- func (o *KeyAmf) GetKeyTypeOk() (*KeyAmfType, bool)
- func (o *KeyAmf) GetKeyVal() string
- func (o *KeyAmf) GetKeyValOk() (*string, bool)
- func (o KeyAmf) MarshalJSON() ([]byte, error)
- func (o *KeyAmf) SetKeyType(v KeyAmfType)
- func (o *KeyAmf) SetKeyVal(v string)
- func (o KeyAmf) ToMap() (map[string]interface{}, error)
- func (o *KeyAmf) UnmarshalJSON(bytes []byte) (err error)
- type KeyAmfType
- type LadnInfo
- func (o *LadnInfo) GetLadn() string
- func (o *LadnInfo) GetLadnOk() (*string, bool)
- func (o *LadnInfo) GetPresence() PresenceState
- func (o *LadnInfo) GetPresenceOk() (*PresenceState, bool)
- func (o *LadnInfo) HasPresence() bool
- func (o LadnInfo) MarshalJSON() ([]byte, error)
- func (o *LadnInfo) SetLadn(v string)
- func (o *LadnInfo) SetPresence(v PresenceState)
- func (o LadnInfo) ToMap() (map[string]interface{}, error)
- func (o *LadnInfo) UnmarshalJSON(bytes []byte) (err error)
- type LineType
- type Local2dPointUncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
- func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
- func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
- func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
- func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
- func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
- func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type Local3dPointUncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
- func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
- func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
- func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
- func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
- func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
- func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
- type LocalOrigin
- func (o *LocalOrigin) GetCoordinateId() string
- func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
- func (o *LocalOrigin) GetPoint() GeographicalCoordinates
- func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *LocalOrigin) HasCoordinateId() bool
- func (o *LocalOrigin) HasPoint() bool
- func (o LocalOrigin) MarshalJSON() ([]byte, error)
- func (o *LocalOrigin) SetCoordinateId(v string)
- func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
- func (o LocalOrigin) ToMap() (map[string]interface{}, error)
- type LocationArea
- func (o *LocationArea) GetCivicAddresses() []CivicAddress
- func (o *LocationArea) GetCivicAddressesOk() ([]CivicAddress, bool)
- func (o *LocationArea) GetGeographicAreas() []GeographicArea
- func (o *LocationArea) GetGeographicAreasOk() ([]GeographicArea, bool)
- func (o *LocationArea) GetNwAreaInfo() NetworkAreaInfo1
- func (o *LocationArea) GetNwAreaInfoOk() (*NetworkAreaInfo1, bool)
- func (o *LocationArea) GetUmtTime() UmtTime
- func (o *LocationArea) GetUmtTimeOk() (*UmtTime, bool)
- func (o *LocationArea) HasCivicAddresses() bool
- func (o *LocationArea) HasGeographicAreas() bool
- func (o *LocationArea) HasNwAreaInfo() bool
- func (o *LocationArea) HasUmtTime() bool
- func (o LocationArea) MarshalJSON() ([]byte, error)
- func (o *LocationArea) SetCivicAddresses(v []CivicAddress)
- func (o *LocationArea) SetGeographicAreas(v []GeographicArea)
- func (o *LocationArea) SetNwAreaInfo(v NetworkAreaInfo1)
- func (o *LocationArea) SetUmtTime(v UmtTime)
- func (o LocationArea) ToMap() (map[string]interface{}, error)
- 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 LocationFilter
- type LocationInfo
- func (o *LocationInfo) GetConfidence() int32
- func (o *LocationInfo) GetConfidenceOk() (*int32, bool)
- func (o *LocationInfo) GetLoc() UserLocation
- func (o *LocationInfo) GetLocOk() (*UserLocation, bool)
- func (o *LocationInfo) GetRatio() int32
- func (o *LocationInfo) GetRatioOk() (*int32, bool)
- func (o *LocationInfo) HasConfidence() bool
- func (o *LocationInfo) HasRatio() bool
- func (o LocationInfo) MarshalJSON() ([]byte, error)
- func (o *LocationInfo) SetConfidence(v int32)
- func (o *LocationInfo) SetLoc(v UserLocation)
- func (o *LocationInfo) SetRatio(v int32)
- func (o LocationInfo) ToMap() (map[string]interface{}, error)
- func (o *LocationInfo) UnmarshalJSON(bytes []byte) (err error)
- type LteMInd
- type LteV2xAuth
- func (o *LteV2xAuth) GetPedestrianUeAuth() UeAuth
- func (o *LteV2xAuth) GetPedestrianUeAuthOk() (*UeAuth, bool)
- func (o *LteV2xAuth) GetVehicleUeAuth() UeAuth
- func (o *LteV2xAuth) GetVehicleUeAuthOk() (*UeAuth, bool)
- func (o *LteV2xAuth) HasPedestrianUeAuth() bool
- func (o *LteV2xAuth) HasVehicleUeAuth() bool
- func (o LteV2xAuth) MarshalJSON() ([]byte, error)
- func (o *LteV2xAuth) SetPedestrianUeAuth(v UeAuth)
- func (o *LteV2xAuth) SetVehicleUeAuth(v UeAuth)
- func (o LteV2xAuth) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MatchingDirection
- type MeasurementLteForMdt
- type MeasurementNrForMdt
- type MeasurementPeriodLteMdt
- type MmContext
- func (o *MmContext) GetAccessType() AccessType
- func (o *MmContext) GetAccessTypeOk() (*AccessType, bool)
- func (o *MmContext) GetAllowedHomeNssai() []Snssai
- func (o *MmContext) GetAllowedHomeNssaiOk() ([]Snssai, bool)
- func (o *MmContext) GetAllowedNssai() []Snssai
- func (o *MmContext) GetAllowedNssaiOk() ([]Snssai, bool)
- func (o *MmContext) GetAnN2ApId() int32
- func (o *MmContext) GetAnN2ApIdOk() (*int32, bool)
- func (o *MmContext) GetEpsNasSecurityMode() EpsNasSecurityMode
- func (o *MmContext) GetEpsNasSecurityModeOk() (*EpsNasSecurityMode, bool)
- func (o *MmContext) GetExpectedUEbehavior() ExpectedUeBehavior
- func (o *MmContext) GetExpectedUEbehaviorOk() (*ExpectedUeBehavior, bool)
- func (o *MmContext) GetManAssiUeRadioCapId() string
- func (o *MmContext) GetManAssiUeRadioCapIdOk() (*string, bool)
- func (o *MmContext) GetN3IwfId() GlobalRanNodeId
- func (o *MmContext) GetN3IwfIdOk() (*GlobalRanNodeId, bool)
- func (o *MmContext) GetNasDownlinkCount() int32
- func (o *MmContext) GetNasDownlinkCountOk() (*int32, bool)
- func (o *MmContext) GetNasSecurityMode() NasSecurityMode
- func (o *MmContext) GetNasSecurityModeOk() (*NasSecurityMode, bool)
- func (o *MmContext) GetNasUplinkCount() int32
- func (o *MmContext) GetNasUplinkCountOk() (*int32, bool)
- func (o *MmContext) GetNsInstanceList() []string
- func (o *MmContext) GetNsInstanceListOk() ([]string, bool)
- func (o *MmContext) GetNssaaStatusList() []NssaaStatus
- func (o *MmContext) GetNssaaStatusListOk() ([]NssaaStatus, bool)
- func (o *MmContext) GetNssaiMappingList() []NssaiMapping
- func (o *MmContext) GetNssaiMappingListOk() ([]NssaiMapping, bool)
- func (o *MmContext) GetPendingNssaiMappingList() []NssaiMapping
- func (o *MmContext) GetPendingNssaiMappingListOk() ([]NssaiMapping, bool)
- func (o *MmContext) GetPlmnAssiUeRadioCapId() string
- func (o *MmContext) GetPlmnAssiUeRadioCapIdOk() (*string, bool)
- func (o *MmContext) GetS1UeNetworkCapability() string
- func (o *MmContext) GetS1UeNetworkCapabilityOk() (*string, bool)
- func (o *MmContext) GetTngfId() GlobalRanNodeId
- func (o *MmContext) GetTngfIdOk() (*GlobalRanNodeId, bool)
- func (o *MmContext) GetUcmfDicEntryId() string
- func (o *MmContext) GetUcmfDicEntryIdOk() (*string, bool)
- func (o *MmContext) GetUeDifferentiationInfo() UeDifferentiationInfo
- func (o *MmContext) GetUeDifferentiationInfoOk() (*UeDifferentiationInfo, bool)
- func (o *MmContext) GetUeSecurityCapability() string
- func (o *MmContext) GetUeSecurityCapabilityOk() (*string, bool)
- func (o *MmContext) GetUuaaMmStatus() UuaaMmStatus
- func (o *MmContext) GetUuaaMmStatusOk() (*UuaaMmStatus, bool)
- func (o *MmContext) GetWagfId() GlobalRanNodeId
- func (o *MmContext) GetWagfIdOk() (*GlobalRanNodeId, bool)
- func (o *MmContext) HasAllowedHomeNssai() bool
- func (o *MmContext) HasAllowedNssai() bool
- func (o *MmContext) HasAnN2ApId() bool
- func (o *MmContext) HasEpsNasSecurityMode() bool
- func (o *MmContext) HasExpectedUEbehavior() bool
- func (o *MmContext) HasManAssiUeRadioCapId() bool
- func (o *MmContext) HasN3IwfId() bool
- func (o *MmContext) HasNasDownlinkCount() bool
- func (o *MmContext) HasNasSecurityMode() bool
- func (o *MmContext) HasNasUplinkCount() bool
- func (o *MmContext) HasNsInstanceList() bool
- func (o *MmContext) HasNssaaStatusList() bool
- func (o *MmContext) HasNssaiMappingList() bool
- func (o *MmContext) HasPendingNssaiMappingList() bool
- func (o *MmContext) HasPlmnAssiUeRadioCapId() bool
- func (o *MmContext) HasS1UeNetworkCapability() bool
- func (o *MmContext) HasTngfId() bool
- func (o *MmContext) HasUcmfDicEntryId() bool
- func (o *MmContext) HasUeDifferentiationInfo() bool
- func (o *MmContext) HasUeSecurityCapability() bool
- func (o *MmContext) HasUuaaMmStatus() bool
- func (o *MmContext) HasWagfId() bool
- func (o MmContext) MarshalJSON() ([]byte, error)
- func (o *MmContext) SetAccessType(v AccessType)
- func (o *MmContext) SetAllowedHomeNssai(v []Snssai)
- func (o *MmContext) SetAllowedNssai(v []Snssai)
- func (o *MmContext) SetAnN2ApId(v int32)
- func (o *MmContext) SetEpsNasSecurityMode(v EpsNasSecurityMode)
- func (o *MmContext) SetExpectedUEbehavior(v ExpectedUeBehavior)
- func (o *MmContext) SetManAssiUeRadioCapId(v string)
- func (o *MmContext) SetN3IwfId(v GlobalRanNodeId)
- func (o *MmContext) SetN3IwfIdNil()
- func (o *MmContext) SetNasDownlinkCount(v int32)
- func (o *MmContext) SetNasSecurityMode(v NasSecurityMode)
- func (o *MmContext) SetNasUplinkCount(v int32)
- func (o *MmContext) SetNsInstanceList(v []string)
- func (o *MmContext) SetNssaaStatusList(v []NssaaStatus)
- func (o *MmContext) SetNssaiMappingList(v []NssaiMapping)
- func (o *MmContext) SetPendingNssaiMappingList(v []NssaiMapping)
- func (o *MmContext) SetPlmnAssiUeRadioCapId(v string)
- func (o *MmContext) SetS1UeNetworkCapability(v string)
- func (o *MmContext) SetTngfId(v GlobalRanNodeId)
- func (o *MmContext) SetTngfIdNil()
- func (o *MmContext) SetUcmfDicEntryId(v string)
- func (o *MmContext) SetUeDifferentiationInfo(v UeDifferentiationInfo)
- func (o *MmContext) SetUeSecurityCapability(v string)
- func (o *MmContext) SetUuaaMmStatus(v UuaaMmStatus)
- func (o *MmContext) SetWagfId(v GlobalRanNodeId)
- func (o *MmContext) SetWagfIdNil()
- func (o MmContext) ToMap() (map[string]interface{}, error)
- func (o *MmContext) UnmarshalJSON(bytes []byte) (err error)
- func (o *MmContext) UnsetN3IwfId()
- func (o *MmContext) UnsetTngfId()
- func (o *MmContext) UnsetWagfId()
- 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 N1MessageClass
- type N1MessageContainer
- func (o *N1MessageContainer) GetN1MessageClass() N1MessageClass
- func (o *N1MessageContainer) GetN1MessageClassOk() (*N1MessageClass, bool)
- func (o *N1MessageContainer) GetN1MessageContent() RefToBinaryData
- func (o *N1MessageContainer) GetN1MessageContentOk() (*RefToBinaryData, bool)
- func (o *N1MessageContainer) GetNfId() string
- func (o *N1MessageContainer) GetNfIdOk() (*string, bool)
- func (o *N1MessageContainer) GetServiceInstanceId() string
- func (o *N1MessageContainer) GetServiceInstanceIdOk() (*string, bool)
- func (o *N1MessageContainer) HasNfId() bool
- func (o *N1MessageContainer) HasServiceInstanceId() bool
- func (o N1MessageContainer) MarshalJSON() ([]byte, error)
- func (o *N1MessageContainer) SetN1MessageClass(v N1MessageClass)
- func (o *N1MessageContainer) SetN1MessageContent(v RefToBinaryData)
- func (o *N1MessageContainer) SetNfId(v string)
- func (o *N1MessageContainer) SetServiceInstanceId(v string)
- func (o N1MessageContainer) ToMap() (map[string]interface{}, error)
- func (o *N1MessageContainer) UnmarshalJSON(bytes []byte) (err error)
- type N1MessageNotification
- func (o *N1MessageNotification) GetCIoT5GSOptimisation() bool
- func (o *N1MessageNotification) GetCIoT5GSOptimisationOk() (*bool, bool)
- func (o *N1MessageNotification) GetEcgi() Ecgi
- func (o *N1MessageNotification) GetEcgiOk() (*Ecgi, bool)
- func (o *N1MessageNotification) GetGuami() Guami
- func (o *N1MessageNotification) GetGuamiOk() (*Guami, bool)
- func (o *N1MessageNotification) GetLcsCorrelationId() string
- func (o *N1MessageNotification) GetLcsCorrelationIdOk() (*string, bool)
- func (o *N1MessageNotification) GetN1MessageContainer() N1MessageContainer
- func (o *N1MessageNotification) GetN1MessageContainerOk() (*N1MessageContainer, bool)
- func (o *N1MessageNotification) GetN1NotifySubscriptionId() string
- func (o *N1MessageNotification) GetN1NotifySubscriptionIdOk() (*string, bool)
- func (o *N1MessageNotification) GetNcgi() Ncgi
- func (o *N1MessageNotification) GetNcgiOk() (*Ncgi, bool)
- func (o *N1MessageNotification) GetNewLmfIdentification() string
- func (o *N1MessageNotification) GetNewLmfIdentificationOk() (*string, bool)
- func (o *N1MessageNotification) GetRegistrationCtxtContainer() RegistrationContextContainer
- func (o *N1MessageNotification) GetRegistrationCtxtContainerOk() (*RegistrationContextContainer, bool)
- func (o *N1MessageNotification) HasCIoT5GSOptimisation() bool
- func (o *N1MessageNotification) HasEcgi() bool
- func (o *N1MessageNotification) HasGuami() bool
- func (o *N1MessageNotification) HasLcsCorrelationId() bool
- func (o *N1MessageNotification) HasN1NotifySubscriptionId() bool
- func (o *N1MessageNotification) HasNcgi() bool
- func (o *N1MessageNotification) HasNewLmfIdentification() bool
- func (o *N1MessageNotification) HasRegistrationCtxtContainer() bool
- func (o N1MessageNotification) MarshalJSON() ([]byte, error)
- func (o *N1MessageNotification) SetCIoT5GSOptimisation(v bool)
- func (o *N1MessageNotification) SetEcgi(v Ecgi)
- func (o *N1MessageNotification) SetGuami(v Guami)
- func (o *N1MessageNotification) SetLcsCorrelationId(v string)
- func (o *N1MessageNotification) SetN1MessageContainer(v N1MessageContainer)
- func (o *N1MessageNotification) SetN1NotifySubscriptionId(v string)
- func (o *N1MessageNotification) SetNcgi(v Ncgi)
- func (o *N1MessageNotification) SetNewLmfIdentification(v string)
- func (o *N1MessageNotification) SetRegistrationCtxtContainer(v RegistrationContextContainer)
- func (o N1MessageNotification) ToMap() (map[string]interface{}, error)
- func (o *N1MessageNotification) UnmarshalJSON(bytes []byte) (err error)
- type N1N2IndividualSubscriptionDocumentAPIService
- func (a *N1N2IndividualSubscriptionDocumentAPIService) N1N2MessageUnSubscribe(ctx context.Context, ueContextId string, subscriptionId string) ApiN1N2MessageUnSubscribeRequest
- func (a *N1N2IndividualSubscriptionDocumentAPIService) N1N2MessageUnSubscribeExecute(r ApiN1N2MessageUnSubscribeRequest) (*http.Response, error)
- type N1N2MessageCollectionCollectionAPIService
- func (a *N1N2MessageCollectionCollectionAPIService) N1N2MessageTransfer(ctx context.Context, ueContextId string) ApiN1N2MessageTransferRequest
- func (a *N1N2MessageCollectionCollectionAPIService) N1N2MessageTransferExecute(r ApiN1N2MessageTransferRequest) (*N1N2MessageTransferRspData, *http.Response, error)
- type N1N2MessageTransferCause
- type N1N2MessageTransferError
- func (o *N1N2MessageTransferError) GetErrInfo() N1N2MsgTxfrErrDetail
- func (o *N1N2MessageTransferError) GetErrInfoOk() (*N1N2MsgTxfrErrDetail, bool)
- func (o *N1N2MessageTransferError) GetError() ProblemDetails
- func (o *N1N2MessageTransferError) GetErrorOk() (*ProblemDetails, bool)
- func (o *N1N2MessageTransferError) HasErrInfo() bool
- func (o N1N2MessageTransferError) MarshalJSON() ([]byte, error)
- func (o *N1N2MessageTransferError) SetErrInfo(v N1N2MsgTxfrErrDetail)
- func (o *N1N2MessageTransferError) SetError(v ProblemDetails)
- func (o N1N2MessageTransferError) ToMap() (map[string]interface{}, error)
- func (o *N1N2MessageTransferError) UnmarshalJSON(bytes []byte) (err error)
- type N1N2MessageTransferReqData
- func (o *N1N2MessageTransferReqData) GetAreaOfValidity() AreaOfValidity
- func (o *N1N2MessageTransferReqData) GetAreaOfValidityOk() (*AreaOfValidity, bool)
- func (o *N1N2MessageTransferReqData) GetArp() Arp
- func (o *N1N2MessageTransferReqData) GetArpOk() (*Arp, bool)
- func (o *N1N2MessageTransferReqData) GetExtBufSupport() bool
- func (o *N1N2MessageTransferReqData) GetExtBufSupportOk() (*bool, bool)
- func (o *N1N2MessageTransferReqData) GetLastMsgIndication() bool
- func (o *N1N2MessageTransferReqData) GetLastMsgIndicationOk() (*bool, bool)
- func (o *N1N2MessageTransferReqData) GetLcsCorrelationId() string
- func (o *N1N2MessageTransferReqData) GetLcsCorrelationIdOk() (*string, bool)
- func (o *N1N2MessageTransferReqData) GetMaAcceptedInd() bool
- func (o *N1N2MessageTransferReqData) GetMaAcceptedIndOk() (*bool, bool)
- func (o *N1N2MessageTransferReqData) GetMtData() RefToBinaryData
- func (o *N1N2MessageTransferReqData) GetMtDataOk() (*RefToBinaryData, bool)
- func (o *N1N2MessageTransferReqData) GetN1MessageContainer() N1MessageContainer
- func (o *N1N2MessageTransferReqData) GetN1MessageContainerOk() (*N1MessageContainer, bool)
- func (o *N1N2MessageTransferReqData) GetN1n2FailureTxfNotifURI() string
- func (o *N1N2MessageTransferReqData) GetN1n2FailureTxfNotifURIOk() (*string, bool)
- func (o *N1N2MessageTransferReqData) GetN2InfoContainer() N2InfoContainer
- func (o *N1N2MessageTransferReqData) GetN2InfoContainerOk() (*N2InfoContainer, bool)
- func (o *N1N2MessageTransferReqData) GetNfId() string
- func (o *N1N2MessageTransferReqData) GetNfIdOk() (*string, bool)
- func (o *N1N2MessageTransferReqData) GetOldGuami() Guami
- func (o *N1N2MessageTransferReqData) GetOldGuamiOk() (*Guami, bool)
- func (o *N1N2MessageTransferReqData) GetPduSessionId() int32
- func (o *N1N2MessageTransferReqData) GetPduSessionIdOk() (*int32, bool)
- func (o *N1N2MessageTransferReqData) GetPpi() int32
- func (o *N1N2MessageTransferReqData) GetPpiOk() (*int32, bool)
- func (o *N1N2MessageTransferReqData) GetSkipInd() bool
- func (o *N1N2MessageTransferReqData) GetSkipIndOk() (*bool, bool)
- func (o *N1N2MessageTransferReqData) GetSmfReallocationInd() bool
- func (o *N1N2MessageTransferReqData) GetSmfReallocationIndOk() (*bool, bool)
- func (o *N1N2MessageTransferReqData) GetSupportedFeatures() string
- func (o *N1N2MessageTransferReqData) GetSupportedFeaturesOk() (*string, bool)
- func (o *N1N2MessageTransferReqData) GetTargetAccess() AccessType
- func (o *N1N2MessageTransferReqData) GetTargetAccessOk() (*AccessType, bool)
- func (o *N1N2MessageTransferReqData) GetVar5qi() int32
- func (o *N1N2MessageTransferReqData) GetVar5qiOk() (*int32, bool)
- func (o *N1N2MessageTransferReqData) HasAreaOfValidity() bool
- func (o *N1N2MessageTransferReqData) HasArp() bool
- func (o *N1N2MessageTransferReqData) HasExtBufSupport() bool
- func (o *N1N2MessageTransferReqData) HasLastMsgIndication() bool
- func (o *N1N2MessageTransferReqData) HasLcsCorrelationId() bool
- func (o *N1N2MessageTransferReqData) HasMaAcceptedInd() bool
- func (o *N1N2MessageTransferReqData) HasMtData() bool
- func (o *N1N2MessageTransferReqData) HasN1MessageContainer() bool
- func (o *N1N2MessageTransferReqData) HasN1n2FailureTxfNotifURI() bool
- func (o *N1N2MessageTransferReqData) HasN2InfoContainer() bool
- func (o *N1N2MessageTransferReqData) HasNfId() bool
- func (o *N1N2MessageTransferReqData) HasOldGuami() bool
- func (o *N1N2MessageTransferReqData) HasPduSessionId() bool
- func (o *N1N2MessageTransferReqData) HasPpi() bool
- func (o *N1N2MessageTransferReqData) HasSkipInd() bool
- func (o *N1N2MessageTransferReqData) HasSmfReallocationInd() bool
- func (o *N1N2MessageTransferReqData) HasSupportedFeatures() bool
- func (o *N1N2MessageTransferReqData) HasTargetAccess() bool
- func (o *N1N2MessageTransferReqData) HasVar5qi() bool
- func (o N1N2MessageTransferReqData) MarshalJSON() ([]byte, error)
- func (o *N1N2MessageTransferReqData) SetAreaOfValidity(v AreaOfValidity)
- func (o *N1N2MessageTransferReqData) SetArp(v Arp)
- func (o *N1N2MessageTransferReqData) SetExtBufSupport(v bool)
- func (o *N1N2MessageTransferReqData) SetLastMsgIndication(v bool)
- func (o *N1N2MessageTransferReqData) SetLcsCorrelationId(v string)
- func (o *N1N2MessageTransferReqData) SetMaAcceptedInd(v bool)
- func (o *N1N2MessageTransferReqData) SetMtData(v RefToBinaryData)
- func (o *N1N2MessageTransferReqData) SetN1MessageContainer(v N1MessageContainer)
- func (o *N1N2MessageTransferReqData) SetN1n2FailureTxfNotifURI(v string)
- func (o *N1N2MessageTransferReqData) SetN2InfoContainer(v N2InfoContainer)
- func (o *N1N2MessageTransferReqData) SetNfId(v string)
- func (o *N1N2MessageTransferReqData) SetOldGuami(v Guami)
- func (o *N1N2MessageTransferReqData) SetPduSessionId(v int32)
- func (o *N1N2MessageTransferReqData) SetPpi(v int32)
- func (o *N1N2MessageTransferReqData) SetSkipInd(v bool)
- func (o *N1N2MessageTransferReqData) SetSmfReallocationInd(v bool)
- func (o *N1N2MessageTransferReqData) SetSupportedFeatures(v string)
- func (o *N1N2MessageTransferReqData) SetTargetAccess(v AccessType)
- func (o *N1N2MessageTransferReqData) SetVar5qi(v int32)
- func (o N1N2MessageTransferReqData) ToMap() (map[string]interface{}, error)
- type N1N2MessageTransferRspData
- func (o *N1N2MessageTransferRspData) GetCause() N1N2MessageTransferCause
- func (o *N1N2MessageTransferRspData) GetCauseOk() (*N1N2MessageTransferCause, bool)
- func (o *N1N2MessageTransferRspData) GetSupportedFeatures() string
- func (o *N1N2MessageTransferRspData) GetSupportedFeaturesOk() (*string, bool)
- func (o *N1N2MessageTransferRspData) HasSupportedFeatures() bool
- func (o N1N2MessageTransferRspData) MarshalJSON() ([]byte, error)
- func (o *N1N2MessageTransferRspData) SetCause(v N1N2MessageTransferCause)
- func (o *N1N2MessageTransferRspData) SetSupportedFeatures(v string)
- func (o N1N2MessageTransferRspData) ToMap() (map[string]interface{}, error)
- func (o *N1N2MessageTransferRspData) UnmarshalJSON(bytes []byte) (err error)
- type N1N2MsgTxfrErrDetail
- func (o *N1N2MsgTxfrErrDetail) GetHighestPrioArp() Arp
- func (o *N1N2MsgTxfrErrDetail) GetHighestPrioArpOk() (*Arp, bool)
- func (o *N1N2MsgTxfrErrDetail) GetMaxWaitingTime() int32
- func (o *N1N2MsgTxfrErrDetail) GetMaxWaitingTimeOk() (*int32, bool)
- func (o *N1N2MsgTxfrErrDetail) GetRetryAfter() int32
- func (o *N1N2MsgTxfrErrDetail) GetRetryAfterOk() (*int32, bool)
- func (o *N1N2MsgTxfrErrDetail) HasHighestPrioArp() bool
- func (o *N1N2MsgTxfrErrDetail) HasMaxWaitingTime() bool
- func (o *N1N2MsgTxfrErrDetail) HasRetryAfter() bool
- func (o N1N2MsgTxfrErrDetail) MarshalJSON() ([]byte, error)
- func (o *N1N2MsgTxfrErrDetail) SetHighestPrioArp(v Arp)
- func (o *N1N2MsgTxfrErrDetail) SetMaxWaitingTime(v int32)
- func (o *N1N2MsgTxfrErrDetail) SetRetryAfter(v int32)
- func (o N1N2MsgTxfrErrDetail) ToMap() (map[string]interface{}, error)
- type N1N2MsgTxfrFailureNotification
- func (o *N1N2MsgTxfrFailureNotification) GetCause() N1N2MessageTransferCause
- func (o *N1N2MsgTxfrFailureNotification) GetCauseOk() (*N1N2MessageTransferCause, bool)
- func (o *N1N2MsgTxfrFailureNotification) GetN1n2MsgDataUri() string
- func (o *N1N2MsgTxfrFailureNotification) GetN1n2MsgDataUriOk() (*string, bool)
- func (o N1N2MsgTxfrFailureNotification) MarshalJSON() ([]byte, error)
- func (o *N1N2MsgTxfrFailureNotification) SetCause(v N1N2MessageTransferCause)
- func (o *N1N2MsgTxfrFailureNotification) SetN1n2MsgDataUri(v string)
- func (o N1N2MsgTxfrFailureNotification) ToMap() (map[string]interface{}, error)
- func (o *N1N2MsgTxfrFailureNotification) UnmarshalJSON(bytes []byte) (err error)
- type N1N2SubscriptionsCollectionForIndividualUEContextsCollectionAPIService
- func (a *N1N2SubscriptionsCollectionForIndividualUEContextsCollectionAPIService) N1N2MessageSubscribe(ctx context.Context, ueContextId string) ApiN1N2MessageSubscribeRequest
- func (a *N1N2SubscriptionsCollectionForIndividualUEContextsCollectionAPIService) N1N2MessageSubscribeExecute(r ApiN1N2MessageSubscribeRequest) (*UeN1N2InfoSubscriptionCreatedData, *http.Response, error)
- type N2InfoContainer
- func (o *N2InfoContainer) GetN2InformationClass() N2InformationClass
- func (o *N2InfoContainer) GetN2InformationClassOk() (*N2InformationClass, bool)
- func (o *N2InfoContainer) GetNrppaInfo() NrppaInformation
- func (o *N2InfoContainer) GetNrppaInfoOk() (*NrppaInformation, bool)
- func (o *N2InfoContainer) GetProseInfo() ProSeInformation
- func (o *N2InfoContainer) GetProseInfoOk() (*ProSeInformation, bool)
- func (o *N2InfoContainer) GetPwsInfo() PwsInformation
- func (o *N2InfoContainer) GetPwsInfoOk() (*PwsInformation, bool)
- func (o *N2InfoContainer) GetRanInfo() N2RanInformation
- func (o *N2InfoContainer) GetRanInfoOk() (*N2RanInformation, bool)
- func (o *N2InfoContainer) GetSmInfo() N2SmInformation
- func (o *N2InfoContainer) GetSmInfoOk() (*N2SmInformation, bool)
- func (o *N2InfoContainer) GetV2xInfo() V2xInformation
- func (o *N2InfoContainer) GetV2xInfoOk() (*V2xInformation, bool)
- func (o *N2InfoContainer) HasNrppaInfo() bool
- func (o *N2InfoContainer) HasProseInfo() bool
- func (o *N2InfoContainer) HasPwsInfo() bool
- func (o *N2InfoContainer) HasRanInfo() bool
- func (o *N2InfoContainer) HasSmInfo() bool
- func (o *N2InfoContainer) HasV2xInfo() bool
- func (o N2InfoContainer) MarshalJSON() ([]byte, error)
- func (o *N2InfoContainer) SetN2InformationClass(v N2InformationClass)
- func (o *N2InfoContainer) SetNrppaInfo(v NrppaInformation)
- func (o *N2InfoContainer) SetProseInfo(v ProSeInformation)
- func (o *N2InfoContainer) SetPwsInfo(v PwsInformation)
- func (o *N2InfoContainer) SetRanInfo(v N2RanInformation)
- func (o *N2InfoContainer) SetSmInfo(v N2SmInformation)
- func (o *N2InfoContainer) SetV2xInfo(v V2xInformation)
- func (o N2InfoContainer) ToMap() (map[string]interface{}, error)
- func (o *N2InfoContainer) UnmarshalJSON(bytes []byte) (err error)
- type N2InfoContent
- func (o *N2InfoContent) GetNgapData() RefToBinaryData
- func (o *N2InfoContent) GetNgapDataOk() (*RefToBinaryData, bool)
- func (o *N2InfoContent) GetNgapIeType() NgapIeType
- func (o *N2InfoContent) GetNgapIeTypeOk() (*NgapIeType, bool)
- func (o *N2InfoContent) GetNgapMessageType() int32
- func (o *N2InfoContent) GetNgapMessageTypeOk() (*int32, bool)
- func (o *N2InfoContent) HasNgapIeType() bool
- func (o *N2InfoContent) HasNgapMessageType() bool
- func (o N2InfoContent) MarshalJSON() ([]byte, error)
- func (o *N2InfoContent) SetNgapData(v RefToBinaryData)
- func (o *N2InfoContent) SetNgapIeType(v NgapIeType)
- func (o *N2InfoContent) SetNgapMessageType(v int32)
- func (o N2InfoContent) ToMap() (map[string]interface{}, error)
- func (o *N2InfoContent) UnmarshalJSON(bytes []byte) (err error)
- type N2InfoNotificationRspData
- func (o *N2InfoNotificationRspData) GetSecRatDataUsageList() []N2SmInformation
- func (o *N2InfoNotificationRspData) GetSecRatDataUsageListOk() ([]N2SmInformation, bool)
- func (o *N2InfoNotificationRspData) HasSecRatDataUsageList() bool
- func (o N2InfoNotificationRspData) MarshalJSON() ([]byte, error)
- func (o *N2InfoNotificationRspData) SetSecRatDataUsageList(v []N2SmInformation)
- func (o N2InfoNotificationRspData) ToMap() (map[string]interface{}, error)
- type N2InfoNotifyHandoverComplete200Response
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt1() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt1Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt2() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt2Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt3() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt3Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt4() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt4Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt5() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt5Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt6() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt6Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt7() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt7Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt8() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt8Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt9() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt9Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt10() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt10Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt11() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt11Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt12() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt12Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt13() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt13Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt14() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt14Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt15() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt15Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt16() *os.File
- func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt16Ok() (**os.File, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) GetJsonData() N2InfoNotificationRspData
- func (o *N2InfoNotifyHandoverComplete200Response) GetJsonDataOk() (*N2InfoNotificationRspData, bool)
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt1() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt2() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt3() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt4() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt5() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt6() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt7() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt8() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt9() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt10() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt11() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt12() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt13() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt14() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt15() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt16() bool
- func (o *N2InfoNotifyHandoverComplete200Response) HasJsonData() bool
- func (o N2InfoNotifyHandoverComplete200Response) MarshalJSON() ([]byte, error)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt1(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt2(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt3(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt4(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt5(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt6(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt7(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt8(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt9(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt10(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt11(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt12(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt13(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt14(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt15(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt16(v *os.File)
- func (o *N2InfoNotifyHandoverComplete200Response) SetJsonData(v N2InfoNotificationRspData)
- func (o N2InfoNotifyHandoverComplete200Response) ToMap() (map[string]interface{}, error)
- type N2InfoNotifyReason
- type N2InfoNotifyRequest
- func (o *N2InfoNotifyRequest) GetBinaryDataN1Message() *os.File
- func (o *N2InfoNotifyRequest) GetBinaryDataN1MessageOk() (**os.File, bool)
- func (o *N2InfoNotifyRequest) GetBinaryDataN2Information() *os.File
- func (o *N2InfoNotifyRequest) GetBinaryDataN2InformationOk() (**os.File, bool)
- func (o *N2InfoNotifyRequest) GetJsonData() N2InformationNotification
- func (o *N2InfoNotifyRequest) GetJsonDataOk() (*N2InformationNotification, bool)
- func (o *N2InfoNotifyRequest) HasBinaryDataN1Message() bool
- func (o *N2InfoNotifyRequest) HasBinaryDataN2Information() bool
- func (o *N2InfoNotifyRequest) HasJsonData() bool
- func (o N2InfoNotifyRequest) MarshalJSON() ([]byte, error)
- func (o *N2InfoNotifyRequest) SetBinaryDataN1Message(v *os.File)
- func (o *N2InfoNotifyRequest) SetBinaryDataN2Information(v *os.File)
- func (o *N2InfoNotifyRequest) SetJsonData(v N2InformationNotification)
- func (o N2InfoNotifyRequest) ToMap() (map[string]interface{}, error)
- type N2InformationClass
- type N2InformationNotification
- func (o *N2InformationNotification) GetAnN2IPv4Addr() string
- func (o *N2InformationNotification) GetAnN2IPv4AddrOk() (*string, bool)
- func (o *N2InformationNotification) GetAnN2IPv6Addr() Ipv6Addr
- func (o *N2InformationNotification) GetAnN2IPv6AddrOk() (*Ipv6Addr, bool)
- func (o *N2InformationNotification) GetGuami() Guami
- func (o *N2InformationNotification) GetGuamiOk() (*Guami, bool)
- func (o *N2InformationNotification) GetInitialAmfName() string
- func (o *N2InformationNotification) GetInitialAmfNameOk() (*string, bool)
- func (o *N2InformationNotification) GetLcsCorrelationId() string
- func (o *N2InformationNotification) GetLcsCorrelationIdOk() (*string, bool)
- func (o *N2InformationNotification) GetN2InfoContainer() N2InfoContainer
- func (o *N2InformationNotification) GetN2InfoContainerOk() (*N2InfoContainer, bool)
- func (o *N2InformationNotification) GetN2NotifySubscriptionId() string
- func (o *N2InformationNotification) GetN2NotifySubscriptionIdOk() (*string, bool)
- func (o *N2InformationNotification) GetNotifyReason() N2InfoNotifyReason
- func (o *N2InformationNotification) GetNotifyReasonOk() (*N2InfoNotifyReason, bool)
- func (o *N2InformationNotification) GetNotifySourceNgRan() bool
- func (o *N2InformationNotification) GetNotifySourceNgRanOk() (*bool, bool)
- func (o *N2InformationNotification) GetRanNodeId() GlobalRanNodeId
- func (o *N2InformationNotification) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
- func (o *N2InformationNotification) GetSmfChangeInfoList() []SmfChangeInfo
- func (o *N2InformationNotification) GetSmfChangeInfoListOk() ([]SmfChangeInfo, bool)
- func (o *N2InformationNotification) GetToReleaseSessionList() []int32
- func (o *N2InformationNotification) GetToReleaseSessionListOk() ([]int32, bool)
- func (o *N2InformationNotification) HasAnN2IPv4Addr() bool
- func (o *N2InformationNotification) HasAnN2IPv6Addr() bool
- func (o *N2InformationNotification) HasGuami() bool
- func (o *N2InformationNotification) HasInitialAmfName() bool
- func (o *N2InformationNotification) HasLcsCorrelationId() bool
- func (o *N2InformationNotification) HasN2InfoContainer() bool
- func (o *N2InformationNotification) HasNotifyReason() bool
- func (o *N2InformationNotification) HasNotifySourceNgRan() bool
- func (o *N2InformationNotification) HasRanNodeId() bool
- func (o *N2InformationNotification) HasSmfChangeInfoList() bool
- func (o *N2InformationNotification) HasToReleaseSessionList() bool
- func (o N2InformationNotification) MarshalJSON() ([]byte, error)
- func (o *N2InformationNotification) SetAnN2IPv4Addr(v string)
- func (o *N2InformationNotification) SetAnN2IPv6Addr(v Ipv6Addr)
- func (o *N2InformationNotification) SetGuami(v Guami)
- func (o *N2InformationNotification) SetInitialAmfName(v string)
- func (o *N2InformationNotification) SetLcsCorrelationId(v string)
- func (o *N2InformationNotification) SetN2InfoContainer(v N2InfoContainer)
- func (o *N2InformationNotification) SetN2NotifySubscriptionId(v string)
- func (o *N2InformationNotification) SetNotifyReason(v N2InfoNotifyReason)
- func (o *N2InformationNotification) SetNotifySourceNgRan(v bool)
- func (o *N2InformationNotification) SetRanNodeId(v GlobalRanNodeId)
- func (o *N2InformationNotification) SetRanNodeIdNil()
- func (o *N2InformationNotification) SetSmfChangeInfoList(v []SmfChangeInfo)
- func (o *N2InformationNotification) SetToReleaseSessionList(v []int32)
- func (o N2InformationNotification) ToMap() (map[string]interface{}, error)
- func (o *N2InformationNotification) UnmarshalJSON(bytes []byte) (err error)
- func (o *N2InformationNotification) UnsetRanNodeId()
- type N2InformationTransferError
- func (o *N2InformationTransferError) GetError() ProblemDetails
- func (o *N2InformationTransferError) GetErrorOk() (*ProblemDetails, bool)
- func (o *N2InformationTransferError) GetPwsErrorInfo() PWSErrorData
- func (o *N2InformationTransferError) GetPwsErrorInfoOk() (*PWSErrorData, bool)
- func (o *N2InformationTransferError) HasPwsErrorInfo() bool
- func (o N2InformationTransferError) MarshalJSON() ([]byte, error)
- func (o *N2InformationTransferError) SetError(v ProblemDetails)
- func (o *N2InformationTransferError) SetPwsErrorInfo(v PWSErrorData)
- func (o N2InformationTransferError) ToMap() (map[string]interface{}, error)
- func (o *N2InformationTransferError) UnmarshalJSON(bytes []byte) (err error)
- type N2InformationTransferReqData
- func (o *N2InformationTransferReqData) GetGlobalRanNodeList() []GlobalRanNodeId
- func (o *N2InformationTransferReqData) GetGlobalRanNodeListOk() ([]GlobalRanNodeId, bool)
- func (o *N2InformationTransferReqData) GetN2Information() N2InfoContainer
- func (o *N2InformationTransferReqData) GetN2InformationOk() (*N2InfoContainer, bool)
- func (o *N2InformationTransferReqData) GetRatSelector() RatSelector
- func (o *N2InformationTransferReqData) GetRatSelectorOk() (*RatSelector, bool)
- func (o *N2InformationTransferReqData) GetSupportedFeatures() string
- func (o *N2InformationTransferReqData) GetSupportedFeaturesOk() (*string, bool)
- func (o *N2InformationTransferReqData) GetTaiList() []Tai
- func (o *N2InformationTransferReqData) GetTaiListOk() ([]Tai, bool)
- func (o *N2InformationTransferReqData) HasGlobalRanNodeList() bool
- func (o *N2InformationTransferReqData) HasRatSelector() bool
- func (o *N2InformationTransferReqData) HasSupportedFeatures() bool
- func (o *N2InformationTransferReqData) HasTaiList() bool
- func (o N2InformationTransferReqData) MarshalJSON() ([]byte, error)
- func (o *N2InformationTransferReqData) SetGlobalRanNodeList(v []GlobalRanNodeId)
- func (o *N2InformationTransferReqData) SetN2Information(v N2InfoContainer)
- func (o *N2InformationTransferReqData) SetRatSelector(v RatSelector)
- func (o *N2InformationTransferReqData) SetSupportedFeatures(v string)
- func (o *N2InformationTransferReqData) SetTaiList(v []Tai)
- func (o N2InformationTransferReqData) ToMap() (map[string]interface{}, error)
- func (o *N2InformationTransferReqData) UnmarshalJSON(bytes []byte) (err error)
- type N2InformationTransferResult
- type N2InformationTransferRspData
- func (o *N2InformationTransferRspData) GetPwsRspData() PWSResponseData
- func (o *N2InformationTransferRspData) GetPwsRspDataOk() (*PWSResponseData, bool)
- func (o *N2InformationTransferRspData) GetResult() N2InformationTransferResult
- func (o *N2InformationTransferRspData) GetResultOk() (*N2InformationTransferResult, bool)
- func (o *N2InformationTransferRspData) GetSupportedFeatures() string
- func (o *N2InformationTransferRspData) GetSupportedFeaturesOk() (*string, bool)
- func (o *N2InformationTransferRspData) HasPwsRspData() bool
- func (o *N2InformationTransferRspData) HasSupportedFeatures() bool
- func (o N2InformationTransferRspData) MarshalJSON() ([]byte, error)
- func (o *N2InformationTransferRspData) SetPwsRspData(v PWSResponseData)
- func (o *N2InformationTransferRspData) SetResult(v N2InformationTransferResult)
- func (o *N2InformationTransferRspData) SetSupportedFeatures(v string)
- func (o N2InformationTransferRspData) ToMap() (map[string]interface{}, error)
- func (o *N2InformationTransferRspData) UnmarshalJSON(bytes []byte) (err error)
- type N2RanInformation
- func (o *N2RanInformation) GetN2InfoContent() N2InfoContent
- func (o *N2RanInformation) GetN2InfoContentOk() (*N2InfoContent, bool)
- func (o N2RanInformation) MarshalJSON() ([]byte, error)
- func (o *N2RanInformation) SetN2InfoContent(v N2InfoContent)
- func (o N2RanInformation) ToMap() (map[string]interface{}, error)
- func (o *N2RanInformation) UnmarshalJSON(bytes []byte) (err error)
- type N2SmInformation
- func (o *N2SmInformation) GetHomePlmnSnssai() Snssai
- func (o *N2SmInformation) GetHomePlmnSnssaiOk() (*Snssai, bool)
- func (o *N2SmInformation) GetIwkSnssai() Snssai
- func (o *N2SmInformation) GetIwkSnssaiOk() (*Snssai, bool)
- func (o *N2SmInformation) GetN2InfoContent() N2InfoContent
- func (o *N2SmInformation) GetN2InfoContentOk() (*N2InfoContent, bool)
- func (o *N2SmInformation) GetPduSessionId() int32
- func (o *N2SmInformation) GetPduSessionIdOk() (*int32, bool)
- func (o *N2SmInformation) GetSNssai() Snssai
- func (o *N2SmInformation) GetSNssaiOk() (*Snssai, bool)
- func (o *N2SmInformation) GetSubjectToHo() bool
- func (o *N2SmInformation) GetSubjectToHoOk() (*bool, bool)
- func (o *N2SmInformation) HasHomePlmnSnssai() bool
- func (o *N2SmInformation) HasIwkSnssai() bool
- func (o *N2SmInformation) HasN2InfoContent() bool
- func (o *N2SmInformation) HasSNssai() bool
- func (o *N2SmInformation) HasSubjectToHo() bool
- func (o N2SmInformation) MarshalJSON() ([]byte, error)
- func (o *N2SmInformation) SetHomePlmnSnssai(v Snssai)
- func (o *N2SmInformation) SetIwkSnssai(v Snssai)
- func (o *N2SmInformation) SetN2InfoContent(v N2InfoContent)
- func (o *N2SmInformation) SetPduSessionId(v int32)
- func (o *N2SmInformation) SetSNssai(v Snssai)
- func (o *N2SmInformation) SetSubjectToHo(v bool)
- func (o N2SmInformation) ToMap() (map[string]interface{}, error)
- func (o *N2SmInformation) UnmarshalJSON(bytes []byte) (err error)
- 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 NFType
- type NasSecurityMode
- func (o *NasSecurityMode) GetCipheringAlgorithm() CipheringAlgorithm
- func (o *NasSecurityMode) GetCipheringAlgorithmOk() (*CipheringAlgorithm, bool)
- func (o *NasSecurityMode) GetIntegrityAlgorithm() IntegrityAlgorithm
- func (o *NasSecurityMode) GetIntegrityAlgorithmOk() (*IntegrityAlgorithm, bool)
- func (o NasSecurityMode) MarshalJSON() ([]byte, error)
- func (o *NasSecurityMode) SetCipheringAlgorithm(v CipheringAlgorithm)
- func (o *NasSecurityMode) SetIntegrityAlgorithm(v IntegrityAlgorithm)
- func (o NasSecurityMode) ToMap() (map[string]interface{}, error)
- func (o *NasSecurityMode) UnmarshalJSON(bytes []byte) (err error)
- 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 NetworkAreaInfo
- func (o *NetworkAreaInfo) GetEcgis() []Ecgi
- func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
- func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
- func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
- func (o *NetworkAreaInfo) GetNcgis() []Ncgi
- func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
- func (o *NetworkAreaInfo) GetTais() []Tai
- func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
- func (o *NetworkAreaInfo) HasEcgis() bool
- func (o *NetworkAreaInfo) HasGRanNodeIds() bool
- func (o *NetworkAreaInfo) HasNcgis() bool
- func (o *NetworkAreaInfo) HasTais() bool
- func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
- func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
- func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
- func (o *NetworkAreaInfo) SetTais(v []Tai)
- func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
- type NetworkAreaInfo1
- func (o *NetworkAreaInfo1) GetEcgis() []Ecgi
- func (o *NetworkAreaInfo1) GetEcgisOk() ([]Ecgi, bool)
- func (o *NetworkAreaInfo1) GetGRanNodeIds() []GlobalRanNodeId
- func (o *NetworkAreaInfo1) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
- func (o *NetworkAreaInfo1) GetNcgis() []Ncgi
- func (o *NetworkAreaInfo1) GetNcgisOk() ([]Ncgi, bool)
- func (o *NetworkAreaInfo1) GetTais() []Tai
- func (o *NetworkAreaInfo1) GetTaisOk() ([]Tai, bool)
- func (o *NetworkAreaInfo1) HasEcgis() bool
- func (o *NetworkAreaInfo1) HasGRanNodeIds() bool
- func (o *NetworkAreaInfo1) HasNcgis() bool
- func (o *NetworkAreaInfo1) HasTais() bool
- func (o NetworkAreaInfo1) MarshalJSON() ([]byte, error)
- func (o *NetworkAreaInfo1) SetEcgis(v []Ecgi)
- func (o *NetworkAreaInfo1) SetGRanNodeIds(v []GlobalRanNodeId)
- func (o *NetworkAreaInfo1) SetNcgis(v []Ncgi)
- func (o *NetworkAreaInfo1) SetTais(v []Tai)
- func (o NetworkAreaInfo1) ToMap() (map[string]interface{}, error)
- type NetworkPerfInfo
- func (o *NetworkPerfInfo) GetAbsoluteNum() int32
- func (o *NetworkPerfInfo) GetAbsoluteNumOk() (*int32, bool)
- func (o *NetworkPerfInfo) GetConfidence() int32
- func (o *NetworkPerfInfo) GetConfidenceOk() (*int32, bool)
- func (o *NetworkPerfInfo) GetNetworkArea() NetworkAreaInfo
- func (o *NetworkPerfInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
- func (o *NetworkPerfInfo) GetNwPerfType() NetworkPerfType
- func (o *NetworkPerfInfo) GetNwPerfTypeOk() (*NetworkPerfType, bool)
- func (o *NetworkPerfInfo) GetRelativeRatio() int32
- func (o *NetworkPerfInfo) GetRelativeRatioOk() (*int32, bool)
- func (o *NetworkPerfInfo) HasAbsoluteNum() bool
- func (o *NetworkPerfInfo) HasConfidence() bool
- func (o *NetworkPerfInfo) HasNetworkArea() bool
- func (o *NetworkPerfInfo) HasNwPerfType() bool
- func (o *NetworkPerfInfo) HasRelativeRatio() bool
- func (o NetworkPerfInfo) MarshalJSON() ([]byte, error)
- func (o *NetworkPerfInfo) SetAbsoluteNum(v int32)
- func (o *NetworkPerfInfo) SetConfidence(v int32)
- func (o *NetworkPerfInfo) SetNetworkArea(v NetworkAreaInfo)
- func (o *NetworkPerfInfo) SetNwPerfType(v NetworkPerfType)
- func (o *NetworkPerfInfo) SetRelativeRatio(v int32)
- func (o NetworkPerfInfo) ToMap() (map[string]interface{}, error)
- type NetworkPerfRequirement
- func (o *NetworkPerfRequirement) GetAbsoluteNum() int32
- func (o *NetworkPerfRequirement) GetAbsoluteNumOk() (*int32, bool)
- func (o *NetworkPerfRequirement) GetNwPerfType() NetworkPerfType
- func (o *NetworkPerfRequirement) GetNwPerfTypeOk() (*NetworkPerfType, bool)
- func (o *NetworkPerfRequirement) GetRelativeRatio() int32
- func (o *NetworkPerfRequirement) GetRelativeRatioOk() (*int32, bool)
- func (o *NetworkPerfRequirement) HasAbsoluteNum() bool
- func (o *NetworkPerfRequirement) HasRelativeRatio() bool
- func (o NetworkPerfRequirement) MarshalJSON() ([]byte, error)
- func (o *NetworkPerfRequirement) SetAbsoluteNum(v int32)
- func (o *NetworkPerfRequirement) SetNwPerfType(v NetworkPerfType)
- func (o *NetworkPerfRequirement) SetRelativeRatio(v int32)
- func (o NetworkPerfRequirement) ToMap() (map[string]interface{}, error)
- func (o *NetworkPerfRequirement) UnmarshalJSON(bytes []byte) (err error)
- type NetworkPerfType
- type NfLoadLevelInformation
- func (o *NfLoadLevelInformation) GetConfidence() int32
- func (o *NfLoadLevelInformation) GetConfidenceOk() (*int32, bool)
- func (o *NfLoadLevelInformation) GetNfCpuUsage() int32
- func (o *NfLoadLevelInformation) GetNfCpuUsageOk() (*int32, bool)
- func (o *NfLoadLevelInformation) GetNfInstanceId() string
- func (o *NfLoadLevelInformation) GetNfInstanceIdOk() (*string, bool)
- func (o *NfLoadLevelInformation) GetNfLoadAvgInAoi() int32
- func (o *NfLoadLevelInformation) GetNfLoadAvgInAoiOk() (*int32, bool)
- func (o *NfLoadLevelInformation) GetNfLoadLevelAverage() int32
- func (o *NfLoadLevelInformation) GetNfLoadLevelAverageOk() (*int32, bool)
- func (o *NfLoadLevelInformation) GetNfLoadLevelpeak() int32
- func (o *NfLoadLevelInformation) GetNfLoadLevelpeakOk() (*int32, bool)
- func (o *NfLoadLevelInformation) GetNfMemoryUsage() int32
- func (o *NfLoadLevelInformation) GetNfMemoryUsageOk() (*int32, bool)
- func (o *NfLoadLevelInformation) GetNfSetId() string
- func (o *NfLoadLevelInformation) GetNfSetIdOk() (*string, bool)
- func (o *NfLoadLevelInformation) GetNfStatus() NfStatus
- func (o *NfLoadLevelInformation) GetNfStatusOk() (*NfStatus, bool)
- func (o *NfLoadLevelInformation) GetNfStorageUsage() int32
- func (o *NfLoadLevelInformation) GetNfStorageUsageOk() (*int32, bool)
- func (o *NfLoadLevelInformation) GetNfType() NFType
- func (o *NfLoadLevelInformation) GetNfTypeOk() (*NFType, bool)
- func (o *NfLoadLevelInformation) GetSnssai() Snssai
- func (o *NfLoadLevelInformation) GetSnssaiOk() (*Snssai, bool)
- func (o *NfLoadLevelInformation) HasConfidence() bool
- func (o *NfLoadLevelInformation) HasNfCpuUsage() bool
- func (o *NfLoadLevelInformation) HasNfInstanceId() bool
- func (o *NfLoadLevelInformation) HasNfLoadAvgInAoi() bool
- func (o *NfLoadLevelInformation) HasNfLoadLevelAverage() bool
- func (o *NfLoadLevelInformation) HasNfLoadLevelpeak() bool
- func (o *NfLoadLevelInformation) HasNfMemoryUsage() bool
- func (o *NfLoadLevelInformation) HasNfSetId() bool
- func (o *NfLoadLevelInformation) HasNfStatus() bool
- func (o *NfLoadLevelInformation) HasNfStorageUsage() bool
- func (o *NfLoadLevelInformation) HasNfType() bool
- func (o *NfLoadLevelInformation) HasSnssai() bool
- func (o NfLoadLevelInformation) MarshalJSON() ([]byte, error)
- func (o *NfLoadLevelInformation) SetConfidence(v int32)
- func (o *NfLoadLevelInformation) SetNfCpuUsage(v int32)
- func (o *NfLoadLevelInformation) SetNfInstanceId(v string)
- func (o *NfLoadLevelInformation) SetNfLoadAvgInAoi(v int32)
- func (o *NfLoadLevelInformation) SetNfLoadLevelAverage(v int32)
- func (o *NfLoadLevelInformation) SetNfLoadLevelpeak(v int32)
- func (o *NfLoadLevelInformation) SetNfMemoryUsage(v int32)
- func (o *NfLoadLevelInformation) SetNfSetId(v string)
- func (o *NfLoadLevelInformation) SetNfStatus(v NfStatus)
- func (o *NfLoadLevelInformation) SetNfStatusNil()
- func (o *NfLoadLevelInformation) SetNfStorageUsage(v int32)
- func (o *NfLoadLevelInformation) SetNfType(v NFType)
- func (o *NfLoadLevelInformation) SetSnssai(v Snssai)
- func (o NfLoadLevelInformation) ToMap() (map[string]interface{}, error)
- func (o *NfLoadLevelInformation) UnsetNfStatus()
- type NfStatus
- func (o *NfStatus) GetStatusRegistered() int32
- func (o *NfStatus) GetStatusRegisteredOk() (*int32, bool)
- func (o *NfStatus) GetStatusUndiscoverable() int32
- func (o *NfStatus) GetStatusUndiscoverableOk() (*int32, bool)
- func (o *NfStatus) GetStatusUnregistered() int32
- func (o *NfStatus) GetStatusUnregisteredOk() (*int32, bool)
- func (o *NfStatus) HasStatusRegistered() bool
- func (o *NfStatus) HasStatusUndiscoverable() bool
- func (o *NfStatus) HasStatusUnregistered() bool
- func (o NfStatus) MarshalJSON() ([]byte, error)
- func (o *NfStatus) SetStatusRegistered(v int32)
- func (o *NfStatus) SetStatusUndiscoverable(v int32)
- func (o *NfStatus) SetStatusUnregistered(v int32)
- func (o NfStatus) ToMap() (map[string]interface{}, 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 NgKsi
- func (o *NgKsi) GetKsi() int32
- func (o *NgKsi) GetKsiOk() (*int32, bool)
- func (o *NgKsi) GetTsc() ScType
- func (o *NgKsi) GetTscOk() (*ScType, bool)
- func (o NgKsi) MarshalJSON() ([]byte, error)
- func (o *NgKsi) SetKsi(v int32)
- func (o *NgKsi) SetTsc(v ScType)
- func (o NgKsi) ToMap() (map[string]interface{}, error)
- func (o *NgKsi) 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 NgapIeType
- type NnwdafEventsSubscription
- func (o *NnwdafEventsSubscription) GetConsNfInfo() ConsumerNfInformation
- func (o *NnwdafEventsSubscription) GetConsNfInfoOk() (*ConsumerNfInformation, bool)
- func (o *NnwdafEventsSubscription) GetEventNotifications() []EventNotification
- func (o *NnwdafEventsSubscription) GetEventNotificationsOk() ([]EventNotification, bool)
- func (o *NnwdafEventsSubscription) GetEventSubscriptions() []EventSubscription
- func (o *NnwdafEventsSubscription) GetEventSubscriptionsOk() ([]EventSubscription, bool)
- func (o *NnwdafEventsSubscription) GetEvtReq() ReportingInformation
- func (o *NnwdafEventsSubscription) GetEvtReqOk() (*ReportingInformation, bool)
- func (o *NnwdafEventsSubscription) GetFailEventReports() []FailureEventInfo
- func (o *NnwdafEventsSubscription) GetFailEventReportsOk() ([]FailureEventInfo, bool)
- func (o *NnwdafEventsSubscription) GetNotifCorrId() string
- func (o *NnwdafEventsSubscription) GetNotifCorrIdOk() (*string, bool)
- func (o *NnwdafEventsSubscription) GetNotificationURI() string
- func (o *NnwdafEventsSubscription) GetNotificationURIOk() (*string, bool)
- func (o *NnwdafEventsSubscription) GetPrevSub() PrevSubInfo
- func (o *NnwdafEventsSubscription) GetPrevSubOk() (*PrevSubInfo, bool)
- func (o *NnwdafEventsSubscription) GetSupportedFeatures() string
- func (o *NnwdafEventsSubscription) GetSupportedFeaturesOk() (*string, bool)
- func (o *NnwdafEventsSubscription) HasConsNfInfo() bool
- func (o *NnwdafEventsSubscription) HasEventNotifications() bool
- func (o *NnwdafEventsSubscription) HasEvtReq() bool
- func (o *NnwdafEventsSubscription) HasFailEventReports() bool
- func (o *NnwdafEventsSubscription) HasNotifCorrId() bool
- func (o *NnwdafEventsSubscription) HasNotificationURI() bool
- func (o *NnwdafEventsSubscription) HasPrevSub() bool
- func (o *NnwdafEventsSubscription) HasSupportedFeatures() bool
- func (o NnwdafEventsSubscription) MarshalJSON() ([]byte, error)
- func (o *NnwdafEventsSubscription) SetConsNfInfo(v ConsumerNfInformation)
- func (o *NnwdafEventsSubscription) SetConsNfInfoNil()
- func (o *NnwdafEventsSubscription) SetEventNotifications(v []EventNotification)
- func (o *NnwdafEventsSubscription) SetEventSubscriptions(v []EventSubscription)
- func (o *NnwdafEventsSubscription) SetEvtReq(v ReportingInformation)
- func (o *NnwdafEventsSubscription) SetFailEventReports(v []FailureEventInfo)
- func (o *NnwdafEventsSubscription) SetNotifCorrId(v string)
- func (o *NnwdafEventsSubscription) SetNotificationURI(v string)
- func (o *NnwdafEventsSubscription) SetPrevSub(v PrevSubInfo)
- func (o *NnwdafEventsSubscription) SetPrevSubNil()
- func (o *NnwdafEventsSubscription) SetSupportedFeatures(v string)
- func (o NnwdafEventsSubscription) ToMap() (map[string]interface{}, error)
- func (o *NnwdafEventsSubscription) UnmarshalJSON(bytes []byte) (err error)
- func (o *NnwdafEventsSubscription) UnsetConsNfInfo()
- func (o *NnwdafEventsSubscription) UnsetPrevSub()
- type NonUEN2MessageNotificationIndividualSubscriptionDocumentAPIService
- func (a *NonUEN2MessageNotificationIndividualSubscriptionDocumentAPIService) NonUeN2InfoUnSubscribe(ctx context.Context, n2NotifySubscriptionId string) ApiNonUeN2InfoUnSubscribeRequest
- func (a *NonUEN2MessageNotificationIndividualSubscriptionDocumentAPIService) NonUeN2InfoUnSubscribeExecute(r ApiNonUeN2InfoUnSubscribeRequest) (*http.Response, error)
- type NonUEN2MessagesCollectionCollectionAPIService
- func (a *NonUEN2MessagesCollectionCollectionAPIService) NonUeN2MessageTransfer(ctx context.Context) ApiNonUeN2MessageTransferRequest
- func (a *NonUEN2MessagesCollectionCollectionAPIService) NonUeN2MessageTransferExecute(r ApiNonUeN2MessageTransferRequest) (*N2InformationTransferRspData, *http.Response, error)
- type NonUEN2MessagesSubscriptionsCollectionCollectionAPIService
- func (a *NonUEN2MessagesSubscriptionsCollectionCollectionAPIService) NonUeN2InfoSubscribe(ctx context.Context) ApiNonUeN2InfoSubscribeRequest
- func (a *NonUEN2MessagesSubscriptionsCollectionCollectionAPIService) NonUeN2InfoSubscribeExecute(r ApiNonUeN2InfoSubscribeRequest) (*NonUeN2InfoSubscriptionCreatedData, *http.Response, error)
- type NonUeN2InfoNotifyRequest
- func (o *NonUeN2InfoNotifyRequest) GetBinaryDataN2Information() *os.File
- func (o *NonUeN2InfoNotifyRequest) GetBinaryDataN2InformationOk() (**os.File, bool)
- func (o *NonUeN2InfoNotifyRequest) GetJsonData() N2InformationNotification
- func (o *NonUeN2InfoNotifyRequest) GetJsonDataOk() (*N2InformationNotification, bool)
- func (o *NonUeN2InfoNotifyRequest) HasBinaryDataN2Information() bool
- func (o *NonUeN2InfoNotifyRequest) HasJsonData() bool
- func (o NonUeN2InfoNotifyRequest) MarshalJSON() ([]byte, error)
- func (o *NonUeN2InfoNotifyRequest) SetBinaryDataN2Information(v *os.File)
- func (o *NonUeN2InfoNotifyRequest) SetJsonData(v N2InformationNotification)
- func (o NonUeN2InfoNotifyRequest) ToMap() (map[string]interface{}, error)
- type NonUeN2InfoSubscriptionCreateData
- func (o *NonUeN2InfoSubscriptionCreateData) GetAnTypeList() []AccessType
- func (o *NonUeN2InfoSubscriptionCreateData) GetAnTypeListOk() ([]AccessType, bool)
- func (o *NonUeN2InfoSubscriptionCreateData) GetGlobalRanNodeList() []GlobalRanNodeId
- func (o *NonUeN2InfoSubscriptionCreateData) GetGlobalRanNodeListOk() ([]GlobalRanNodeId, bool)
- func (o *NonUeN2InfoSubscriptionCreateData) GetN2InformationClass() N2InformationClass
- func (o *NonUeN2InfoSubscriptionCreateData) GetN2InformationClassOk() (*N2InformationClass, bool)
- func (o *NonUeN2InfoSubscriptionCreateData) GetN2NotifyCallbackUri() string
- func (o *NonUeN2InfoSubscriptionCreateData) GetN2NotifyCallbackUriOk() (*string, bool)
- func (o *NonUeN2InfoSubscriptionCreateData) GetNfId() string
- func (o *NonUeN2InfoSubscriptionCreateData) GetNfIdOk() (*string, bool)
- func (o *NonUeN2InfoSubscriptionCreateData) GetSupportedFeatures() string
- func (o *NonUeN2InfoSubscriptionCreateData) GetSupportedFeaturesOk() (*string, bool)
- func (o *NonUeN2InfoSubscriptionCreateData) HasAnTypeList() bool
- func (o *NonUeN2InfoSubscriptionCreateData) HasGlobalRanNodeList() bool
- func (o *NonUeN2InfoSubscriptionCreateData) HasNfId() bool
- func (o *NonUeN2InfoSubscriptionCreateData) HasSupportedFeatures() bool
- func (o NonUeN2InfoSubscriptionCreateData) MarshalJSON() ([]byte, error)
- func (o *NonUeN2InfoSubscriptionCreateData) SetAnTypeList(v []AccessType)
- func (o *NonUeN2InfoSubscriptionCreateData) SetGlobalRanNodeList(v []GlobalRanNodeId)
- func (o *NonUeN2InfoSubscriptionCreateData) SetN2InformationClass(v N2InformationClass)
- func (o *NonUeN2InfoSubscriptionCreateData) SetN2NotifyCallbackUri(v string)
- func (o *NonUeN2InfoSubscriptionCreateData) SetNfId(v string)
- func (o *NonUeN2InfoSubscriptionCreateData) SetSupportedFeatures(v string)
- func (o NonUeN2InfoSubscriptionCreateData) ToMap() (map[string]interface{}, error)
- func (o *NonUeN2InfoSubscriptionCreateData) UnmarshalJSON(bytes []byte) (err error)
- type NonUeN2InfoSubscriptionCreatedData
- func (o *NonUeN2InfoSubscriptionCreatedData) GetN2InformationClass() N2InformationClass
- func (o *NonUeN2InfoSubscriptionCreatedData) GetN2InformationClassOk() (*N2InformationClass, bool)
- func (o *NonUeN2InfoSubscriptionCreatedData) GetN2NotifySubscriptionId() string
- func (o *NonUeN2InfoSubscriptionCreatedData) GetN2NotifySubscriptionIdOk() (*string, bool)
- func (o *NonUeN2InfoSubscriptionCreatedData) GetSupportedFeatures() string
- func (o *NonUeN2InfoSubscriptionCreatedData) GetSupportedFeaturesOk() (*string, bool)
- func (o *NonUeN2InfoSubscriptionCreatedData) HasN2InformationClass() bool
- func (o *NonUeN2InfoSubscriptionCreatedData) HasSupportedFeatures() bool
- func (o NonUeN2InfoSubscriptionCreatedData) MarshalJSON() ([]byte, error)
- func (o *NonUeN2InfoSubscriptionCreatedData) SetN2InformationClass(v N2InformationClass)
- func (o *NonUeN2InfoSubscriptionCreatedData) SetN2NotifySubscriptionId(v string)
- func (o *NonUeN2InfoSubscriptionCreatedData) SetSupportedFeatures(v string)
- func (o NonUeN2InfoSubscriptionCreatedData) ToMap() (map[string]interface{}, error)
- func (o *NonUeN2InfoSubscriptionCreatedData) UnmarshalJSON(bytes []byte) (err error)
- type NonUeN2MessageTransferRequest
- func (o *NonUeN2MessageTransferRequest) GetBinaryDataN2Information() *os.File
- func (o *NonUeN2MessageTransferRequest) GetBinaryDataN2InformationOk() (**os.File, bool)
- func (o *NonUeN2MessageTransferRequest) GetJsonData() N2InformationTransferReqData
- func (o *NonUeN2MessageTransferRequest) GetJsonDataOk() (*N2InformationTransferReqData, bool)
- func (o *NonUeN2MessageTransferRequest) HasBinaryDataN2Information() bool
- func (o *NonUeN2MessageTransferRequest) HasJsonData() bool
- func (o NonUeN2MessageTransferRequest) MarshalJSON() ([]byte, error)
- func (o *NonUeN2MessageTransferRequest) SetBinaryDataN2Information(v *os.File)
- func (o *NonUeN2MessageTransferRequest) SetJsonData(v N2InformationTransferReqData)
- func (o NonUeN2MessageTransferRequest) ToMap() (map[string]interface{}, error)
- type NotificationFlag
- type NotificationMethod
- type NotificationMethod1
- type NpnAccessInfo
- func (o *NpnAccessInfo) GetCellCagInfo() []string
- func (o *NpnAccessInfo) GetCellCagInfoOk() ([]string, bool)
- func (o *NpnAccessInfo) HasCellCagInfo() bool
- func (o NpnAccessInfo) MarshalJSON() ([]byte, error)
- func (o *NpnAccessInfo) SetCellCagInfo(v []string)
- func (o NpnAccessInfo) ToMap() (map[string]interface{}, 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 NrV2xAuth
- func (o *NrV2xAuth) GetPedestrianUeAuth() UeAuth
- func (o *NrV2xAuth) GetPedestrianUeAuthOk() (*UeAuth, bool)
- func (o *NrV2xAuth) GetVehicleUeAuth() UeAuth
- func (o *NrV2xAuth) GetVehicleUeAuthOk() (*UeAuth, bool)
- func (o *NrV2xAuth) HasPedestrianUeAuth() bool
- func (o *NrV2xAuth) HasVehicleUeAuth() bool
- func (o NrV2xAuth) MarshalJSON() ([]byte, error)
- func (o *NrV2xAuth) SetPedestrianUeAuth(v UeAuth)
- func (o *NrV2xAuth) SetVehicleUeAuth(v UeAuth)
- func (o NrV2xAuth) ToMap() (map[string]interface{}, error)
- type NrppaInformation
- func (o *NrppaInformation) GetNfId() string
- func (o *NrppaInformation) GetNfIdOk() (*string, bool)
- func (o *NrppaInformation) GetNrppaPdu() N2InfoContent
- func (o *NrppaInformation) GetNrppaPduOk() (*N2InfoContent, bool)
- func (o *NrppaInformation) GetServiceInstanceId() string
- func (o *NrppaInformation) GetServiceInstanceIdOk() (*string, bool)
- func (o *NrppaInformation) HasServiceInstanceId() bool
- func (o NrppaInformation) MarshalJSON() ([]byte, error)
- func (o *NrppaInformation) SetNfId(v string)
- func (o *NrppaInformation) SetNrppaPdu(v N2InfoContent)
- func (o *NrppaInformation) SetServiceInstanceId(v string)
- func (o NrppaInformation) ToMap() (map[string]interface{}, error)
- func (o *NrppaInformation) UnmarshalJSON(bytes []byte) (err error)
- type NsiIdInfo
- func (o *NsiIdInfo) GetNsiIds() []string
- func (o *NsiIdInfo) GetNsiIdsOk() ([]string, bool)
- func (o *NsiIdInfo) GetSnssai() Snssai
- func (o *NsiIdInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *NsiIdInfo) HasNsiIds() bool
- func (o NsiIdInfo) MarshalJSON() ([]byte, error)
- func (o *NsiIdInfo) SetNsiIds(v []string)
- func (o *NsiIdInfo) SetSnssai(v Snssai)
- func (o NsiIdInfo) ToMap() (map[string]interface{}, error)
- func (o *NsiIdInfo) UnmarshalJSON(bytes []byte) (err error)
- type NsiInformation
- func (o *NsiInformation) GetNrfAccessTokenUri() string
- func (o *NsiInformation) GetNrfAccessTokenUriOk() (*string, bool)
- func (o *NsiInformation) GetNrfId() string
- func (o *NsiInformation) GetNrfIdOk() (*string, bool)
- func (o *NsiInformation) GetNrfNfMgtUri() string
- func (o *NsiInformation) GetNrfNfMgtUriOk() (*string, bool)
- func (o *NsiInformation) GetNrfOauth2Required() map[string]bool
- func (o *NsiInformation) GetNrfOauth2RequiredOk() (*map[string]bool, bool)
- func (o *NsiInformation) GetNsiId() string
- func (o *NsiInformation) GetNsiIdOk() (*string, bool)
- func (o *NsiInformation) HasNrfAccessTokenUri() bool
- func (o *NsiInformation) HasNrfNfMgtUri() bool
- func (o *NsiInformation) HasNrfOauth2Required() bool
- func (o *NsiInformation) HasNsiId() bool
- func (o NsiInformation) MarshalJSON() ([]byte, error)
- func (o *NsiInformation) SetNrfAccessTokenUri(v string)
- func (o *NsiInformation) SetNrfId(v string)
- func (o *NsiInformation) SetNrfNfMgtUri(v string)
- func (o *NsiInformation) SetNrfOauth2Required(v map[string]bool)
- func (o *NsiInformation) SetNsiId(v string)
- func (o NsiInformation) ToMap() (map[string]interface{}, error)
- func (o *NsiInformation) UnmarshalJSON(bytes []byte) (err error)
- type NsiLoadLevelInfo
- func (o *NsiLoadLevelInfo) GetConfidence() int32
- func (o *NsiLoadLevelInfo) GetConfidenceOk() (*int32, bool)
- func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrInd() bool
- func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrIndOk() (*bool, bool)
- func (o *NsiLoadLevelInfo) GetLoadLevelInformation() int32
- func (o *NsiLoadLevelInfo) GetLoadLevelInformationOk() (*int32, bool)
- func (o *NsiLoadLevelInfo) GetNetworkArea() NetworkAreaInfo
- func (o *NsiLoadLevelInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
- func (o *NsiLoadLevelInfo) GetNsiId() string
- func (o *NsiLoadLevelInfo) GetNsiIdOk() (*string, bool)
- func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThr() int32
- func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThrOk() (*int32, bool)
- func (o *NsiLoadLevelInfo) GetNumOfPduSess() NumberAverage
- func (o *NsiLoadLevelInfo) GetNumOfPduSessOk() (*NumberAverage, bool)
- func (o *NsiLoadLevelInfo) GetNumOfUes() NumberAverage
- func (o *NsiLoadLevelInfo) GetNumOfUesOk() (*NumberAverage, bool)
- func (o *NsiLoadLevelInfo) GetResUsage() ResourceUsage
- func (o *NsiLoadLevelInfo) GetResUsageOk() (*ResourceUsage, bool)
- func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriod() []TimeWindow
- func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriodOk() ([]TimeWindow, bool)
- func (o *NsiLoadLevelInfo) GetSnssai() Snssai
- func (o *NsiLoadLevelInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *NsiLoadLevelInfo) GetTimePeriod() TimeWindow
- func (o *NsiLoadLevelInfo) GetTimePeriodOk() (*TimeWindow, bool)
- func (o *NsiLoadLevelInfo) HasConfidence() bool
- func (o *NsiLoadLevelInfo) HasExceedLoadLevelThrInd() bool
- func (o *NsiLoadLevelInfo) HasNetworkArea() bool
- func (o *NsiLoadLevelInfo) HasNsiId() bool
- func (o *NsiLoadLevelInfo) HasNumOfExceedLoadLevelThr() bool
- func (o *NsiLoadLevelInfo) HasNumOfPduSess() bool
- func (o *NsiLoadLevelInfo) HasNumOfUes() bool
- func (o *NsiLoadLevelInfo) HasResUsage() bool
- func (o *NsiLoadLevelInfo) HasResUsgThrCrossTimePeriod() bool
- func (o *NsiLoadLevelInfo) HasTimePeriod() bool
- func (o NsiLoadLevelInfo) MarshalJSON() ([]byte, error)
- func (o *NsiLoadLevelInfo) SetConfidence(v int32)
- func (o *NsiLoadLevelInfo) SetExceedLoadLevelThrInd(v bool)
- func (o *NsiLoadLevelInfo) SetLoadLevelInformation(v int32)
- func (o *NsiLoadLevelInfo) SetNetworkArea(v NetworkAreaInfo)
- func (o *NsiLoadLevelInfo) SetNsiId(v string)
- func (o *NsiLoadLevelInfo) SetNumOfExceedLoadLevelThr(v int32)
- func (o *NsiLoadLevelInfo) SetNumOfPduSess(v NumberAverage)
- func (o *NsiLoadLevelInfo) SetNumOfUes(v NumberAverage)
- func (o *NsiLoadLevelInfo) SetResUsage(v ResourceUsage)
- func (o *NsiLoadLevelInfo) SetResUsgThrCrossTimePeriod(v []TimeWindow)
- func (o *NsiLoadLevelInfo) SetSnssai(v Snssai)
- func (o *NsiLoadLevelInfo) SetTimePeriod(v TimeWindow)
- func (o NsiLoadLevelInfo) ToMap() (map[string]interface{}, error)
- func (o *NsiLoadLevelInfo) UnmarshalJSON(bytes []byte) (err error)
- type NssaaStatus
- func (o *NssaaStatus) GetSnssai() Snssai
- func (o *NssaaStatus) GetSnssaiOk() (*Snssai, bool)
- func (o *NssaaStatus) GetStatus() AuthStatus
- func (o *NssaaStatus) GetStatusOk() (*AuthStatus, bool)
- func (o NssaaStatus) MarshalJSON() ([]byte, error)
- func (o *NssaaStatus) SetSnssai(v Snssai)
- func (o *NssaaStatus) SetStatus(v AuthStatus)
- func (o NssaaStatus) ToMap() (map[string]interface{}, error)
- func (o *NssaaStatus) UnmarshalJSON(bytes []byte) (err error)
- type NssaiMapping
- func (o *NssaiMapping) GetHSnssai() Snssai
- func (o *NssaiMapping) GetHSnssaiOk() (*Snssai, bool)
- func (o *NssaiMapping) GetMappedSnssai() Snssai
- func (o *NssaiMapping) GetMappedSnssaiOk() (*Snssai, bool)
- func (o NssaiMapping) MarshalJSON() ([]byte, error)
- func (o *NssaiMapping) SetHSnssai(v Snssai)
- func (o *NssaiMapping) SetMappedSnssai(v Snssai)
- func (o NssaiMapping) ToMap() (map[string]interface{}, error)
- func (o *NssaiMapping) UnmarshalJSON(bytes []byte) (err error)
- type NullableAbnormalBehaviour
- func (v NullableAbnormalBehaviour) Get() *AbnormalBehaviour
- func (v NullableAbnormalBehaviour) IsSet() bool
- func (v NullableAbnormalBehaviour) MarshalJSON() ([]byte, error)
- func (v *NullableAbnormalBehaviour) Set(val *AbnormalBehaviour)
- func (v *NullableAbnormalBehaviour) UnmarshalJSON(src []byte) error
- func (v *NullableAbnormalBehaviour) Unset()
- 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 NullableAccuracy
- type NullableAdditionalMeasurement
- func (v NullableAdditionalMeasurement) Get() *AdditionalMeasurement
- func (v NullableAdditionalMeasurement) IsSet() bool
- func (v NullableAdditionalMeasurement) MarshalJSON() ([]byte, error)
- func (v *NullableAdditionalMeasurement) Set(val *AdditionalMeasurement)
- func (v *NullableAdditionalMeasurement) UnmarshalJSON(src []byte) error
- func (v *NullableAdditionalMeasurement) Unset()
- type NullableAddrFqdn
- type NullableAddressList
- func (v NullableAddressList) Get() *AddressList
- func (v NullableAddressList) IsSet() bool
- func (v NullableAddressList) MarshalJSON() ([]byte, error)
- func (v *NullableAddressList) Set(val *AddressList)
- func (v *NullableAddressList) UnmarshalJSON(src []byte) error
- func (v *NullableAddressList) Unset()
- type NullableAllowedNssai
- func (v NullableAllowedNssai) Get() *AllowedNssai
- func (v NullableAllowedNssai) IsSet() bool
- func (v NullableAllowedNssai) MarshalJSON() ([]byte, error)
- func (v *NullableAllowedNssai) Set(val *AllowedNssai)
- func (v *NullableAllowedNssai) UnmarshalJSON(src []byte) error
- func (v *NullableAllowedNssai) Unset()
- type NullableAllowedSnssai
- func (v NullableAllowedSnssai) Get() *AllowedSnssai
- func (v NullableAllowedSnssai) IsSet() bool
- func (v NullableAllowedSnssai) MarshalJSON() ([]byte, error)
- func (v *NullableAllowedSnssai) Set(val *AllowedSnssai)
- func (v *NullableAllowedSnssai) UnmarshalJSON(src []byte) error
- func (v *NullableAllowedSnssai) Unset()
- type NullableAmbr
- type NullableAmfEvent
- type NullableAmfEventArea
- func (v NullableAmfEventArea) Get() *AmfEventArea
- func (v NullableAmfEventArea) IsSet() bool
- func (v NullableAmfEventArea) MarshalJSON() ([]byte, error)
- func (v *NullableAmfEventArea) Set(val *AmfEventArea)
- func (v *NullableAmfEventArea) UnmarshalJSON(src []byte) error
- func (v *NullableAmfEventArea) Unset()
- type NullableAmfEventMode
- func (v NullableAmfEventMode) Get() *AmfEventMode
- func (v NullableAmfEventMode) IsSet() bool
- func (v NullableAmfEventMode) MarshalJSON() ([]byte, error)
- func (v *NullableAmfEventMode) Set(val *AmfEventMode)
- func (v *NullableAmfEventMode) UnmarshalJSON(src []byte) error
- func (v *NullableAmfEventMode) Unset()
- type NullableAmfEventSubscription
- func (v NullableAmfEventSubscription) Get() *AmfEventSubscription
- func (v NullableAmfEventSubscription) IsSet() bool
- func (v NullableAmfEventSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableAmfEventSubscription) Set(val *AmfEventSubscription)
- func (v *NullableAmfEventSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableAmfEventSubscription) Unset()
- type NullableAmfEventSubscriptionAddInfo
- func (v NullableAmfEventSubscriptionAddInfo) Get() *AmfEventSubscriptionAddInfo
- func (v NullableAmfEventSubscriptionAddInfo) IsSet() bool
- func (v NullableAmfEventSubscriptionAddInfo) MarshalJSON() ([]byte, error)
- func (v *NullableAmfEventSubscriptionAddInfo) Set(val *AmfEventSubscriptionAddInfo)
- func (v *NullableAmfEventSubscriptionAddInfo) UnmarshalJSON(src []byte) error
- func (v *NullableAmfEventSubscriptionAddInfo) Unset()
- type NullableAmfEventTrigger
- func (v NullableAmfEventTrigger) Get() *AmfEventTrigger
- func (v NullableAmfEventTrigger) IsSet() bool
- func (v NullableAmfEventTrigger) MarshalJSON() ([]byte, error)
- func (v *NullableAmfEventTrigger) Set(val *AmfEventTrigger)
- func (v *NullableAmfEventTrigger) UnmarshalJSON(src []byte) error
- func (v *NullableAmfEventTrigger) Unset()
- type NullableAmfEventType
- func (v NullableAmfEventType) Get() *AmfEventType
- func (v NullableAmfEventType) IsSet() bool
- func (v NullableAmfEventType) MarshalJSON() ([]byte, error)
- func (v *NullableAmfEventType) Set(val *AmfEventType)
- func (v *NullableAmfEventType) UnmarshalJSON(src []byte) error
- func (v *NullableAmfEventType) Unset()
- type NullableAmfStatusChangeNotification
- func (v NullableAmfStatusChangeNotification) Get() *AmfStatusChangeNotification
- func (v NullableAmfStatusChangeNotification) IsSet() bool
- func (v NullableAmfStatusChangeNotification) MarshalJSON() ([]byte, error)
- func (v *NullableAmfStatusChangeNotification) Set(val *AmfStatusChangeNotification)
- func (v *NullableAmfStatusChangeNotification) UnmarshalJSON(src []byte) error
- func (v *NullableAmfStatusChangeNotification) Unset()
- type NullableAmfStatusInfo
- func (v NullableAmfStatusInfo) Get() *AmfStatusInfo
- func (v NullableAmfStatusInfo) IsSet() bool
- func (v NullableAmfStatusInfo) MarshalJSON() ([]byte, error)
- func (v *NullableAmfStatusInfo) Set(val *AmfStatusInfo)
- func (v *NullableAmfStatusInfo) UnmarshalJSON(src []byte) error
- func (v *NullableAmfStatusInfo) Unset()
- type NullableAnalyticsMetadata
- func (v NullableAnalyticsMetadata) Get() *AnalyticsMetadata
- func (v NullableAnalyticsMetadata) IsSet() bool
- func (v NullableAnalyticsMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsMetadata) Set(val *AnalyticsMetadata)
- func (v *NullableAnalyticsMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsMetadata) Unset()
- type NullableAnalyticsMetadataIndication
- func (v NullableAnalyticsMetadataIndication) Get() *AnalyticsMetadataIndication
- func (v NullableAnalyticsMetadataIndication) IsSet() bool
- func (v NullableAnalyticsMetadataIndication) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsMetadataIndication) Set(val *AnalyticsMetadataIndication)
- func (v *NullableAnalyticsMetadataIndication) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsMetadataIndication) Unset()
- type NullableAnalyticsMetadataInfo
- func (v NullableAnalyticsMetadataInfo) Get() *AnalyticsMetadataInfo
- func (v NullableAnalyticsMetadataInfo) IsSet() bool
- func (v NullableAnalyticsMetadataInfo) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsMetadataInfo) Set(val *AnalyticsMetadataInfo)
- func (v *NullableAnalyticsMetadataInfo) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsMetadataInfo) Unset()
- type NullableAnalyticsSubscription
- func (v NullableAnalyticsSubscription) Get() *AnalyticsSubscription
- func (v NullableAnalyticsSubscription) IsSet() bool
- func (v NullableAnalyticsSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsSubscription) Set(val *AnalyticsSubscription)
- func (v *NullableAnalyticsSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsSubscription) Unset()
- type NullableAnalyticsSubset
- func (v NullableAnalyticsSubset) Get() *AnalyticsSubset
- func (v NullableAnalyticsSubset) IsSet() bool
- func (v NullableAnalyticsSubset) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsSubset) Set(val *AnalyticsSubset)
- func (v *NullableAnalyticsSubset) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsSubset) Unset()
- type NullableAppListForUeComm
- func (v NullableAppListForUeComm) Get() *AppListForUeComm
- func (v NullableAppListForUeComm) IsSet() bool
- func (v NullableAppListForUeComm) MarshalJSON() ([]byte, error)
- func (v *NullableAppListForUeComm) Set(val *AppListForUeComm)
- func (v *NullableAppListForUeComm) UnmarshalJSON(src []byte) error
- func (v *NullableAppListForUeComm) Unset()
- type NullableApplicationVolume
- func (v NullableApplicationVolume) Get() *ApplicationVolume
- func (v NullableApplicationVolume) IsSet() bool
- func (v NullableApplicationVolume) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationVolume) Set(val *ApplicationVolume)
- func (v *NullableApplicationVolume) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationVolume) Unset()
- type NullableArea
- type NullableAreaOfInterestEventState
- func (v NullableAreaOfInterestEventState) Get() *AreaOfInterestEventState
- func (v NullableAreaOfInterestEventState) IsSet() bool
- func (v NullableAreaOfInterestEventState) MarshalJSON() ([]byte, error)
- func (v *NullableAreaOfInterestEventState) Set(val *AreaOfInterestEventState)
- func (v *NullableAreaOfInterestEventState) UnmarshalJSON(src []byte) error
- func (v *NullableAreaOfInterestEventState) Unset()
- type NullableAreaOfValidity
- func (v NullableAreaOfValidity) Get() *AreaOfValidity
- func (v NullableAreaOfValidity) IsSet() bool
- func (v NullableAreaOfValidity) MarshalJSON() ([]byte, error)
- func (v *NullableAreaOfValidity) Set(val *AreaOfValidity)
- func (v *NullableAreaOfValidity) UnmarshalJSON(src []byte) error
- func (v *NullableAreaOfValidity) Unset()
- type NullableAreaScope
- type NullableArp
- type NullableAsTimeDistributionParam
- func (v NullableAsTimeDistributionParam) Get() *AsTimeDistributionParam
- func (v NullableAsTimeDistributionParam) IsSet() bool
- func (v NullableAsTimeDistributionParam) MarshalJSON() ([]byte, error)
- func (v *NullableAsTimeDistributionParam) Set(val *AsTimeDistributionParam)
- func (v *NullableAsTimeDistributionParam) UnmarshalJSON(src []byte) error
- func (v *NullableAsTimeDistributionParam) Unset()
- type NullableAssignEbiData
- func (v NullableAssignEbiData) Get() *AssignEbiData
- func (v NullableAssignEbiData) IsSet() bool
- func (v NullableAssignEbiData) MarshalJSON() ([]byte, error)
- func (v *NullableAssignEbiData) Set(val *AssignEbiData)
- func (v *NullableAssignEbiData) UnmarshalJSON(src []byte) error
- func (v *NullableAssignEbiData) Unset()
- type NullableAssignEbiError
- func (v NullableAssignEbiError) Get() *AssignEbiError
- func (v NullableAssignEbiError) IsSet() bool
- func (v NullableAssignEbiError) MarshalJSON() ([]byte, error)
- func (v *NullableAssignEbiError) Set(val *AssignEbiError)
- func (v *NullableAssignEbiError) UnmarshalJSON(src []byte) error
- func (v *NullableAssignEbiError) Unset()
- type NullableAssignEbiFailed
- func (v NullableAssignEbiFailed) Get() *AssignEbiFailed
- func (v NullableAssignEbiFailed) IsSet() bool
- func (v NullableAssignEbiFailed) MarshalJSON() ([]byte, error)
- func (v *NullableAssignEbiFailed) Set(val *AssignEbiFailed)
- func (v *NullableAssignEbiFailed) UnmarshalJSON(src []byte) error
- func (v *NullableAssignEbiFailed) Unset()
- type NullableAssignedEbiData
- func (v NullableAssignedEbiData) Get() *AssignedEbiData
- func (v NullableAssignedEbiData) IsSet() bool
- func (v NullableAssignedEbiData) MarshalJSON() ([]byte, error)
- func (v *NullableAssignedEbiData) Set(val *AssignedEbiData)
- func (v *NullableAssignedEbiData) UnmarshalJSON(src []byte) error
- func (v *NullableAssignedEbiData) Unset()
- type NullableAuthStatus
- 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 NullableBwRequirement
- func (v NullableBwRequirement) Get() *BwRequirement
- func (v NullableBwRequirement) IsSet() bool
- func (v NullableBwRequirement) MarshalJSON() ([]byte, error)
- func (v *NullableBwRequirement) Set(val *BwRequirement)
- func (v *NullableBwRequirement) UnmarshalJSON(src []byte) error
- func (v *NullableBwRequirement) Unset()
- type NullableCagData
- type NullableCagInfo
- type NullableCancelRelocateUEContextRequest
- func (v NullableCancelRelocateUEContextRequest) Get() *CancelRelocateUEContextRequest
- func (v NullableCancelRelocateUEContextRequest) IsSet() bool
- func (v NullableCancelRelocateUEContextRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCancelRelocateUEContextRequest) Set(val *CancelRelocateUEContextRequest)
- func (v *NullableCancelRelocateUEContextRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCancelRelocateUEContextRequest) Unset()
- type NullableCandidateForReplacement
- func (v NullableCandidateForReplacement) Get() *CandidateForReplacement
- func (v NullableCandidateForReplacement) IsSet() bool
- func (v NullableCandidateForReplacement) MarshalJSON() ([]byte, error)
- func (v *NullableCandidateForReplacement) Set(val *CandidateForReplacement)
- func (v *NullableCandidateForReplacement) UnmarshalJSON(src []byte) error
- func (v *NullableCandidateForReplacement) Unset()
- type NullableCeModeBInd
- 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 NullableCipheringAlgorithm
- func (v NullableCipheringAlgorithm) Get() *CipheringAlgorithm
- func (v NullableCipheringAlgorithm) IsSet() bool
- func (v NullableCipheringAlgorithm) MarshalJSON() ([]byte, error)
- func (v *NullableCipheringAlgorithm) Set(val *CipheringAlgorithm)
- func (v *NullableCipheringAlgorithm) UnmarshalJSON(src []byte) error
- func (v *NullableCipheringAlgorithm) Unset()
- type NullableCircumstanceDescription
- func (v NullableCircumstanceDescription) Get() *CircumstanceDescription
- func (v NullableCircumstanceDescription) IsSet() bool
- func (v NullableCircumstanceDescription) MarshalJSON() ([]byte, error)
- func (v *NullableCircumstanceDescription) Set(val *CircumstanceDescription)
- func (v *NullableCircumstanceDescription) UnmarshalJSON(src []byte) error
- func (v *NullableCircumstanceDescription) Unset()
- type NullableCivicAddress
- func (v NullableCivicAddress) Get() *CivicAddress
- func (v NullableCivicAddress) IsSet() bool
- func (v NullableCivicAddress) MarshalJSON() ([]byte, error)
- func (v *NullableCivicAddress) Set(val *CivicAddress)
- func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error
- func (v *NullableCivicAddress) Unset()
- type NullableClassCriterion
- func (v NullableClassCriterion) Get() *ClassCriterion
- func (v NullableClassCriterion) IsSet() bool
- func (v NullableClassCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableClassCriterion) Set(val *ClassCriterion)
- func (v *NullableClassCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableClassCriterion) 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 NullableCollectionPeriodRmmLteMdt
- func (v NullableCollectionPeriodRmmLteMdt) Get() *CollectionPeriodRmmLteMdt
- func (v NullableCollectionPeriodRmmLteMdt) IsSet() bool
- func (v NullableCollectionPeriodRmmLteMdt) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodRmmLteMdt) Set(val *CollectionPeriodRmmLteMdt)
- func (v *NullableCollectionPeriodRmmLteMdt) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodRmmLteMdt) Unset()
- type NullableCollectionPeriodRmmNrMdt
- func (v NullableCollectionPeriodRmmNrMdt) Get() *CollectionPeriodRmmNrMdt
- func (v NullableCollectionPeriodRmmNrMdt) IsSet() bool
- func (v NullableCollectionPeriodRmmNrMdt) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionPeriodRmmNrMdt) Set(val *CollectionPeriodRmmNrMdt)
- func (v *NullableCollectionPeriodRmmNrMdt) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionPeriodRmmNrMdt) Unset()
- type NullableConfiguredSnssai
- func (v NullableConfiguredSnssai) Get() *ConfiguredSnssai
- func (v NullableConfiguredSnssai) IsSet() bool
- func (v NullableConfiguredSnssai) MarshalJSON() ([]byte, error)
- func (v *NullableConfiguredSnssai) Set(val *ConfiguredSnssai)
- func (v *NullableConfiguredSnssai) UnmarshalJSON(src []byte) error
- func (v *NullableConfiguredSnssai) Unset()
- type NullableCongestionInfo
- func (v NullableCongestionInfo) Get() *CongestionInfo
- func (v NullableCongestionInfo) IsSet() bool
- func (v NullableCongestionInfo) MarshalJSON() ([]byte, error)
- func (v *NullableCongestionInfo) Set(val *CongestionInfo)
- func (v *NullableCongestionInfo) UnmarshalJSON(src []byte) error
- func (v *NullableCongestionInfo) Unset()
- type NullableCongestionType
- func (v NullableCongestionType) Get() *CongestionType
- func (v NullableCongestionType) IsSet() bool
- func (v NullableCongestionType) MarshalJSON() ([]byte, error)
- func (v *NullableCongestionType) Set(val *CongestionType)
- func (v *NullableCongestionType) UnmarshalJSON(src []byte) error
- func (v *NullableCongestionType) Unset()
- type NullableConsumerNfInformation
- func (v NullableConsumerNfInformation) Get() *ConsumerNfInformation
- func (v NullableConsumerNfInformation) IsSet() bool
- func (v NullableConsumerNfInformation) MarshalJSON() ([]byte, error)
- func (v *NullableConsumerNfInformation) Set(val *ConsumerNfInformation)
- func (v *NullableConsumerNfInformation) UnmarshalJSON(src []byte) error
- func (v *NullableConsumerNfInformation) Unset()
- type NullableCoreNetworkType
- func (v NullableCoreNetworkType) Get() *CoreNetworkType
- func (v NullableCoreNetworkType) IsSet() bool
- func (v NullableCoreNetworkType) MarshalJSON() ([]byte, error)
- func (v *NullableCoreNetworkType) Set(val *CoreNetworkType)
- func (v *NullableCoreNetworkType) UnmarshalJSON(src []byte) error
- func (v *NullableCoreNetworkType) Unset()
- type NullableCreateUEContext201Response
- func (v NullableCreateUEContext201Response) Get() *CreateUEContext201Response
- func (v NullableCreateUEContext201Response) IsSet() bool
- func (v NullableCreateUEContext201Response) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUEContext201Response) Set(val *CreateUEContext201Response)
- func (v *NullableCreateUEContext201Response) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUEContext201Response) Unset()
- type NullableCreateUEContext403Response
- func (v NullableCreateUEContext403Response) Get() *CreateUEContext403Response
- func (v NullableCreateUEContext403Response) IsSet() bool
- func (v NullableCreateUEContext403Response) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUEContext403Response) Set(val *CreateUEContext403Response)
- func (v *NullableCreateUEContext403Response) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUEContext403Response) Unset()
- type NullableCreateUEContextRequest
- func (v NullableCreateUEContextRequest) Get() *CreateUEContextRequest
- func (v NullableCreateUEContextRequest) IsSet() bool
- func (v NullableCreateUEContextRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUEContextRequest) Set(val *CreateUEContextRequest)
- func (v *NullableCreateUEContextRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUEContextRequest) Unset()
- type NullableDatasetStatisticalProperty
- func (v NullableDatasetStatisticalProperty) Get() *DatasetStatisticalProperty
- func (v NullableDatasetStatisticalProperty) IsSet() bool
- func (v NullableDatasetStatisticalProperty) MarshalJSON() ([]byte, error)
- func (v *NullableDatasetStatisticalProperty) Set(val *DatasetStatisticalProperty)
- func (v *NullableDatasetStatisticalProperty) UnmarshalJSON(src []byte) error
- func (v *NullableDatasetStatisticalProperty) 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 NullableDispersionArea
- func (v NullableDispersionArea) Get() *DispersionArea
- func (v NullableDispersionArea) IsSet() bool
- func (v NullableDispersionArea) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionArea) Set(val *DispersionArea)
- func (v *NullableDispersionArea) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionArea) Unset()
- type NullableDispersionClass
- func (v NullableDispersionClass) Get() *DispersionClass
- func (v NullableDispersionClass) IsSet() bool
- func (v NullableDispersionClass) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionClass) Set(val *DispersionClass)
- func (v *NullableDispersionClass) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionClass) Unset()
- type NullableDispersionCollection
- func (v NullableDispersionCollection) Get() *DispersionCollection
- func (v NullableDispersionCollection) IsSet() bool
- func (v NullableDispersionCollection) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionCollection) Set(val *DispersionCollection)
- func (v *NullableDispersionCollection) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionCollection) Unset()
- type NullableDispersionInfo
- func (v NullableDispersionInfo) Get() *DispersionInfo
- func (v NullableDispersionInfo) IsSet() bool
- func (v NullableDispersionInfo) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionInfo) Set(val *DispersionInfo)
- func (v *NullableDispersionInfo) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionInfo) Unset()
- type NullableDispersionOrderingCriterion
- func (v NullableDispersionOrderingCriterion) Get() *DispersionOrderingCriterion
- func (v NullableDispersionOrderingCriterion) IsSet() bool
- func (v NullableDispersionOrderingCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionOrderingCriterion) Set(val *DispersionOrderingCriterion)
- func (v *NullableDispersionOrderingCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionOrderingCriterion) Unset()
- type NullableDispersionRequirement
- func (v NullableDispersionRequirement) Get() *DispersionRequirement
- func (v NullableDispersionRequirement) IsSet() bool
- func (v NullableDispersionRequirement) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionRequirement) Set(val *DispersionRequirement)
- func (v *NullableDispersionRequirement) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionRequirement) Unset()
- type NullableDispersionType
- func (v NullableDispersionType) Get() *DispersionType
- func (v NullableDispersionType) IsSet() bool
- func (v NullableDispersionType) MarshalJSON() ([]byte, error)
- func (v *NullableDispersionType) Set(val *DispersionType)
- func (v *NullableDispersionType) UnmarshalJSON(src []byte) error
- func (v *NullableDispersionType) Unset()
- type NullableDnPerf
- type NullableDnPerfInfo
- type NullableDnPerfOrderingCriterion
- func (v NullableDnPerfOrderingCriterion) Get() *DnPerfOrderingCriterion
- func (v NullableDnPerfOrderingCriterion) IsSet() bool
- func (v NullableDnPerfOrderingCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableDnPerfOrderingCriterion) Set(val *DnPerfOrderingCriterion)
- func (v *NullableDnPerfOrderingCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableDnPerfOrderingCriterion) Unset()
- type NullableDnPerformanceReq
- func (v NullableDnPerformanceReq) Get() *DnPerformanceReq
- func (v NullableDnPerformanceReq) IsSet() bool
- func (v NullableDnPerformanceReq) MarshalJSON() ([]byte, error)
- func (v *NullableDnPerformanceReq) Set(val *DnPerformanceReq)
- func (v *NullableDnPerformanceReq) UnmarshalJSON(src []byte) error
- func (v *NullableDnPerformanceReq) Unset()
- 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 NullableEcRestrictionDataWb
- func (v NullableEcRestrictionDataWb) Get() *EcRestrictionDataWb
- func (v NullableEcRestrictionDataWb) IsSet() bool
- func (v NullableEcRestrictionDataWb) MarshalJSON() ([]byte, error)
- func (v *NullableEcRestrictionDataWb) Set(val *EcRestrictionDataWb)
- func (v *NullableEcRestrictionDataWb) UnmarshalJSON(src []byte) error
- func (v *NullableEcRestrictionDataWb) Unset()
- type NullableEcgi
- type NullableEllipsoidArc
- func (v NullableEllipsoidArc) Get() *EllipsoidArc
- func (v NullableEllipsoidArc) IsSet() bool
- func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
- func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArc) Unset()
- type NullableEpsInterworkingInfo
- func (v NullableEpsInterworkingInfo) Get() *EpsInterworkingInfo
- func (v NullableEpsInterworkingInfo) IsSet() bool
- func (v NullableEpsInterworkingInfo) MarshalJSON() ([]byte, error)
- func (v *NullableEpsInterworkingInfo) Set(val *EpsInterworkingInfo)
- func (v *NullableEpsInterworkingInfo) UnmarshalJSON(src []byte) error
- func (v *NullableEpsInterworkingInfo) Unset()
- type NullableEpsIwkPgw
- type NullableEpsNasCipheringAlgorithm
- func (v NullableEpsNasCipheringAlgorithm) Get() *EpsNasCipheringAlgorithm
- func (v NullableEpsNasCipheringAlgorithm) IsSet() bool
- func (v NullableEpsNasCipheringAlgorithm) MarshalJSON() ([]byte, error)
- func (v *NullableEpsNasCipheringAlgorithm) Set(val *EpsNasCipheringAlgorithm)
- func (v *NullableEpsNasCipheringAlgorithm) UnmarshalJSON(src []byte) error
- func (v *NullableEpsNasCipheringAlgorithm) Unset()
- type NullableEpsNasIntegrityAlgorithm
- func (v NullableEpsNasIntegrityAlgorithm) Get() *EpsNasIntegrityAlgorithm
- func (v NullableEpsNasIntegrityAlgorithm) IsSet() bool
- func (v NullableEpsNasIntegrityAlgorithm) MarshalJSON() ([]byte, error)
- func (v *NullableEpsNasIntegrityAlgorithm) Set(val *EpsNasIntegrityAlgorithm)
- func (v *NullableEpsNasIntegrityAlgorithm) UnmarshalJSON(src []byte) error
- func (v *NullableEpsNasIntegrityAlgorithm) Unset()
- type NullableEpsNasSecurityMode
- func (v NullableEpsNasSecurityMode) Get() *EpsNasSecurityMode
- func (v NullableEpsNasSecurityMode) IsSet() bool
- func (v NullableEpsNasSecurityMode) MarshalJSON() ([]byte, error)
- func (v *NullableEpsNasSecurityMode) Set(val *EpsNasSecurityMode)
- func (v *NullableEpsNasSecurityMode) UnmarshalJSON(src []byte) error
- func (v *NullableEpsNasSecurityMode) Unset()
- type NullableEthFlowDescription
- func (v NullableEthFlowDescription) Get() *EthFlowDescription
- func (v NullableEthFlowDescription) IsSet() bool
- func (v NullableEthFlowDescription) MarshalJSON() ([]byte, error)
- func (v *NullableEthFlowDescription) Set(val *EthFlowDescription)
- func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error
- func (v *NullableEthFlowDescription) 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 NullableEventNotification
- func (v NullableEventNotification) Get() *EventNotification
- func (v NullableEventNotification) IsSet() bool
- func (v NullableEventNotification) MarshalJSON() ([]byte, error)
- func (v *NullableEventNotification) Set(val *EventNotification)
- func (v *NullableEventNotification) UnmarshalJSON(src []byte) error
- func (v *NullableEventNotification) Unset()
- type NullableEventReportingRequirement
- func (v NullableEventReportingRequirement) Get() *EventReportingRequirement
- func (v NullableEventReportingRequirement) IsSet() bool
- func (v NullableEventReportingRequirement) MarshalJSON() ([]byte, error)
- func (v *NullableEventReportingRequirement) Set(val *EventReportingRequirement)
- func (v *NullableEventReportingRequirement) UnmarshalJSON(src []byte) error
- func (v *NullableEventReportingRequirement) Unset()
- type NullableEventSubscription
- func (v NullableEventSubscription) Get() *EventSubscription
- func (v NullableEventSubscription) IsSet() bool
- func (v NullableEventSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableEventSubscription) Set(val *EventSubscription)
- func (v *NullableEventSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableEventSubscription) Unset()
- type NullableException
- type NullableExceptionId
- func (v NullableExceptionId) Get() *ExceptionId
- func (v NullableExceptionId) IsSet() bool
- func (v NullableExceptionId) MarshalJSON() ([]byte, error)
- func (v *NullableExceptionId) Set(val *ExceptionId)
- func (v *NullableExceptionId) UnmarshalJSON(src []byte) error
- func (v *NullableExceptionId) Unset()
- type NullableExceptionTrend
- func (v NullableExceptionTrend) Get() *ExceptionTrend
- func (v NullableExceptionTrend) IsSet() bool
- func (v NullableExceptionTrend) MarshalJSON() ([]byte, error)
- func (v *NullableExceptionTrend) Set(val *ExceptionTrend)
- func (v *NullableExceptionTrend) UnmarshalJSON(src []byte) error
- func (v *NullableExceptionTrend) Unset()
- type NullableExpectedAnalyticsType
- func (v NullableExpectedAnalyticsType) Get() *ExpectedAnalyticsType
- func (v NullableExpectedAnalyticsType) IsSet() bool
- func (v NullableExpectedAnalyticsType) MarshalJSON() ([]byte, error)
- func (v *NullableExpectedAnalyticsType) Set(val *ExpectedAnalyticsType)
- func (v *NullableExpectedAnalyticsType) UnmarshalJSON(src []byte) error
- func (v *NullableExpectedAnalyticsType) Unset()
- type NullableExpectedUeBehavior
- func (v NullableExpectedUeBehavior) Get() *ExpectedUeBehavior
- func (v NullableExpectedUeBehavior) IsSet() bool
- func (v NullableExpectedUeBehavior) MarshalJSON() ([]byte, error)
- func (v *NullableExpectedUeBehavior) Set(val *ExpectedUeBehavior)
- func (v *NullableExpectedUeBehavior) UnmarshalJSON(src []byte) error
- func (v *NullableExpectedUeBehavior) Unset()
- type NullableExpectedUeBehaviourData
- func (v NullableExpectedUeBehaviourData) Get() *ExpectedUeBehaviourData
- func (v NullableExpectedUeBehaviourData) IsSet() bool
- func (v NullableExpectedUeBehaviourData) MarshalJSON() ([]byte, error)
- func (v *NullableExpectedUeBehaviourData) Set(val *ExpectedUeBehaviourData)
- func (v *NullableExpectedUeBehaviourData) UnmarshalJSON(src []byte) error
- func (v *NullableExpectedUeBehaviourData) Unset()
- type NullableExtAmfEventSubscription
- func (v NullableExtAmfEventSubscription) Get() *ExtAmfEventSubscription
- func (v NullableExtAmfEventSubscription) IsSet() bool
- func (v NullableExtAmfEventSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableExtAmfEventSubscription) Set(val *ExtAmfEventSubscription)
- func (v *NullableExtAmfEventSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableExtAmfEventSubscription) Unset()
- type NullableExtSnssai
- type NullableFailureEventInfo
- func (v NullableFailureEventInfo) Get() *FailureEventInfo
- func (v NullableFailureEventInfo) IsSet() bool
- func (v NullableFailureEventInfo) MarshalJSON() ([]byte, error)
- func (v *NullableFailureEventInfo) Set(val *FailureEventInfo)
- func (v *NullableFailureEventInfo) UnmarshalJSON(src []byte) error
- func (v *NullableFailureEventInfo) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableFlowDirection
- func (v NullableFlowDirection) Get() *FlowDirection
- func (v NullableFlowDirection) IsSet() bool
- func (v NullableFlowDirection) MarshalJSON() ([]byte, error)
- func (v *NullableFlowDirection) Set(val *FlowDirection)
- func (v *NullableFlowDirection) UnmarshalJSON(src []byte) error
- func (v *NullableFlowDirection) Unset()
- type NullableFlowInfo
- type NullableGADShape
- type NullableGNbId
- type NullableGeographicArea
- func (v NullableGeographicArea) Get() *GeographicArea
- func (v NullableGeographicArea) IsSet() bool
- func (v NullableGeographicArea) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicArea) Set(val *GeographicArea)
- func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicArea) Unset()
- type NullableGeographicalCoordinates
- func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
- func (v NullableGeographicalCoordinates) IsSet() bool
- func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
- func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicalCoordinates) 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 NullableImmediateMdtConf
- func (v NullableImmediateMdtConf) Get() *ImmediateMdtConf
- func (v NullableImmediateMdtConf) IsSet() bool
- func (v NullableImmediateMdtConf) MarshalJSON() ([]byte, error)
- func (v *NullableImmediateMdtConf) Set(val *ImmediateMdtConf)
- func (v *NullableImmediateMdtConf) UnmarshalJSON(src []byte) error
- func (v *NullableImmediateMdtConf) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIntegrityAlgorithm
- func (v NullableIntegrityAlgorithm) Get() *IntegrityAlgorithm
- func (v NullableIntegrityAlgorithm) IsSet() bool
- func (v NullableIntegrityAlgorithm) MarshalJSON() ([]byte, error)
- func (v *NullableIntegrityAlgorithm) Set(val *IntegrityAlgorithm)
- func (v *NullableIntegrityAlgorithm) UnmarshalJSON(src []byte) error
- func (v *NullableIntegrityAlgorithm) Unset()
- 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 NullableIpAddr
- type NullableIpAddress
- type NullableIpEthFlowDescription
- func (v NullableIpEthFlowDescription) Get() *IpEthFlowDescription
- func (v NullableIpEthFlowDescription) IsSet() bool
- func (v NullableIpEthFlowDescription) MarshalJSON() ([]byte, error)
- func (v *NullableIpEthFlowDescription) Set(val *IpEthFlowDescription)
- func (v *NullableIpEthFlowDescription) UnmarshalJSON(src []byte) error
- func (v *NullableIpEthFlowDescription) Unset()
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableJobType
- type NullableKeyAmf
- type NullableKeyAmfType
- type NullableLadnInfo
- type NullableLineType
- type NullableLocal2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
- func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
- type NullableLocal3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
- type NullableLocalOrigin
- func (v NullableLocalOrigin) Get() *LocalOrigin
- func (v NullableLocalOrigin) IsSet() bool
- func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
- func (v *NullableLocalOrigin) Set(val *LocalOrigin)
- func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
- func (v *NullableLocalOrigin) Unset()
- type NullableLocationArea
- func (v NullableLocationArea) Get() *LocationArea
- func (v NullableLocationArea) IsSet() bool
- func (v NullableLocationArea) MarshalJSON() ([]byte, error)
- func (v *NullableLocationArea) Set(val *LocationArea)
- func (v *NullableLocationArea) UnmarshalJSON(src []byte) error
- func (v *NullableLocationArea) Unset()
- 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 NullableLocationFilter
- func (v NullableLocationFilter) Get() *LocationFilter
- func (v NullableLocationFilter) IsSet() bool
- func (v NullableLocationFilter) MarshalJSON() ([]byte, error)
- func (v *NullableLocationFilter) Set(val *LocationFilter)
- func (v *NullableLocationFilter) UnmarshalJSON(src []byte) error
- func (v *NullableLocationFilter) Unset()
- type NullableLocationInfo
- func (v NullableLocationInfo) Get() *LocationInfo
- func (v NullableLocationInfo) IsSet() bool
- func (v NullableLocationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableLocationInfo) Set(val *LocationInfo)
- func (v *NullableLocationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableLocationInfo) Unset()
- type NullableLteMInd
- type NullableLteV2xAuth
- type NullableMatchingDirection
- func (v NullableMatchingDirection) Get() *MatchingDirection
- func (v NullableMatchingDirection) IsSet() bool
- func (v NullableMatchingDirection) MarshalJSON() ([]byte, error)
- func (v *NullableMatchingDirection) Set(val *MatchingDirection)
- func (v *NullableMatchingDirection) UnmarshalJSON(src []byte) error
- func (v *NullableMatchingDirection) Unset()
- type NullableMeasurementLteForMdt
- func (v NullableMeasurementLteForMdt) Get() *MeasurementLteForMdt
- func (v NullableMeasurementLteForMdt) IsSet() bool
- func (v NullableMeasurementLteForMdt) MarshalJSON() ([]byte, error)
- func (v *NullableMeasurementLteForMdt) Set(val *MeasurementLteForMdt)
- func (v *NullableMeasurementLteForMdt) UnmarshalJSON(src []byte) error
- func (v *NullableMeasurementLteForMdt) Unset()
- type NullableMeasurementNrForMdt
- func (v NullableMeasurementNrForMdt) Get() *MeasurementNrForMdt
- func (v NullableMeasurementNrForMdt) IsSet() bool
- func (v NullableMeasurementNrForMdt) MarshalJSON() ([]byte, error)
- func (v *NullableMeasurementNrForMdt) Set(val *MeasurementNrForMdt)
- func (v *NullableMeasurementNrForMdt) UnmarshalJSON(src []byte) error
- func (v *NullableMeasurementNrForMdt) Unset()
- type NullableMeasurementPeriodLteMdt
- func (v NullableMeasurementPeriodLteMdt) Get() *MeasurementPeriodLteMdt
- func (v NullableMeasurementPeriodLteMdt) IsSet() bool
- func (v NullableMeasurementPeriodLteMdt) MarshalJSON() ([]byte, error)
- func (v *NullableMeasurementPeriodLteMdt) Set(val *MeasurementPeriodLteMdt)
- func (v *NullableMeasurementPeriodLteMdt) UnmarshalJSON(src []byte) error
- func (v *NullableMeasurementPeriodLteMdt) Unset()
- type NullableMmContext
- 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 NullableN1MessageClass
- func (v NullableN1MessageClass) Get() *N1MessageClass
- func (v NullableN1MessageClass) IsSet() bool
- func (v NullableN1MessageClass) MarshalJSON() ([]byte, error)
- func (v *NullableN1MessageClass) Set(val *N1MessageClass)
- func (v *NullableN1MessageClass) UnmarshalJSON(src []byte) error
- func (v *NullableN1MessageClass) Unset()
- type NullableN1MessageContainer
- func (v NullableN1MessageContainer) Get() *N1MessageContainer
- func (v NullableN1MessageContainer) IsSet() bool
- func (v NullableN1MessageContainer) MarshalJSON() ([]byte, error)
- func (v *NullableN1MessageContainer) Set(val *N1MessageContainer)
- func (v *NullableN1MessageContainer) UnmarshalJSON(src []byte) error
- func (v *NullableN1MessageContainer) Unset()
- type NullableN1MessageNotification
- func (v NullableN1MessageNotification) Get() *N1MessageNotification
- func (v NullableN1MessageNotification) IsSet() bool
- func (v NullableN1MessageNotification) MarshalJSON() ([]byte, error)
- func (v *NullableN1MessageNotification) Set(val *N1MessageNotification)
- func (v *NullableN1MessageNotification) UnmarshalJSON(src []byte) error
- func (v *NullableN1MessageNotification) Unset()
- type NullableN1N2MessageTransferCause
- func (v NullableN1N2MessageTransferCause) Get() *N1N2MessageTransferCause
- func (v NullableN1N2MessageTransferCause) IsSet() bool
- func (v NullableN1N2MessageTransferCause) MarshalJSON() ([]byte, error)
- func (v *NullableN1N2MessageTransferCause) Set(val *N1N2MessageTransferCause)
- func (v *NullableN1N2MessageTransferCause) UnmarshalJSON(src []byte) error
- func (v *NullableN1N2MessageTransferCause) Unset()
- type NullableN1N2MessageTransferError
- func (v NullableN1N2MessageTransferError) Get() *N1N2MessageTransferError
- func (v NullableN1N2MessageTransferError) IsSet() bool
- func (v NullableN1N2MessageTransferError) MarshalJSON() ([]byte, error)
- func (v *NullableN1N2MessageTransferError) Set(val *N1N2MessageTransferError)
- func (v *NullableN1N2MessageTransferError) UnmarshalJSON(src []byte) error
- func (v *NullableN1N2MessageTransferError) Unset()
- type NullableN1N2MessageTransferReqData
- func (v NullableN1N2MessageTransferReqData) Get() *N1N2MessageTransferReqData
- func (v NullableN1N2MessageTransferReqData) IsSet() bool
- func (v NullableN1N2MessageTransferReqData) MarshalJSON() ([]byte, error)
- func (v *NullableN1N2MessageTransferReqData) Set(val *N1N2MessageTransferReqData)
- func (v *NullableN1N2MessageTransferReqData) UnmarshalJSON(src []byte) error
- func (v *NullableN1N2MessageTransferReqData) Unset()
- type NullableN1N2MessageTransferRspData
- func (v NullableN1N2MessageTransferRspData) Get() *N1N2MessageTransferRspData
- func (v NullableN1N2MessageTransferRspData) IsSet() bool
- func (v NullableN1N2MessageTransferRspData) MarshalJSON() ([]byte, error)
- func (v *NullableN1N2MessageTransferRspData) Set(val *N1N2MessageTransferRspData)
- func (v *NullableN1N2MessageTransferRspData) UnmarshalJSON(src []byte) error
- func (v *NullableN1N2MessageTransferRspData) Unset()
- type NullableN1N2MsgTxfrErrDetail
- func (v NullableN1N2MsgTxfrErrDetail) Get() *N1N2MsgTxfrErrDetail
- func (v NullableN1N2MsgTxfrErrDetail) IsSet() bool
- func (v NullableN1N2MsgTxfrErrDetail) MarshalJSON() ([]byte, error)
- func (v *NullableN1N2MsgTxfrErrDetail) Set(val *N1N2MsgTxfrErrDetail)
- func (v *NullableN1N2MsgTxfrErrDetail) UnmarshalJSON(src []byte) error
- func (v *NullableN1N2MsgTxfrErrDetail) Unset()
- type NullableN1N2MsgTxfrFailureNotification
- func (v NullableN1N2MsgTxfrFailureNotification) Get() *N1N2MsgTxfrFailureNotification
- func (v NullableN1N2MsgTxfrFailureNotification) IsSet() bool
- func (v NullableN1N2MsgTxfrFailureNotification) MarshalJSON() ([]byte, error)
- func (v *NullableN1N2MsgTxfrFailureNotification) Set(val *N1N2MsgTxfrFailureNotification)
- func (v *NullableN1N2MsgTxfrFailureNotification) UnmarshalJSON(src []byte) error
- func (v *NullableN1N2MsgTxfrFailureNotification) Unset()
- type NullableN2InfoContainer
- func (v NullableN2InfoContainer) Get() *N2InfoContainer
- func (v NullableN2InfoContainer) IsSet() bool
- func (v NullableN2InfoContainer) MarshalJSON() ([]byte, error)
- func (v *NullableN2InfoContainer) Set(val *N2InfoContainer)
- func (v *NullableN2InfoContainer) UnmarshalJSON(src []byte) error
- func (v *NullableN2InfoContainer) Unset()
- type NullableN2InfoContent
- func (v NullableN2InfoContent) Get() *N2InfoContent
- func (v NullableN2InfoContent) IsSet() bool
- func (v NullableN2InfoContent) MarshalJSON() ([]byte, error)
- func (v *NullableN2InfoContent) Set(val *N2InfoContent)
- func (v *NullableN2InfoContent) UnmarshalJSON(src []byte) error
- func (v *NullableN2InfoContent) Unset()
- type NullableN2InfoNotificationRspData
- func (v NullableN2InfoNotificationRspData) Get() *N2InfoNotificationRspData
- func (v NullableN2InfoNotificationRspData) IsSet() bool
- func (v NullableN2InfoNotificationRspData) MarshalJSON() ([]byte, error)
- func (v *NullableN2InfoNotificationRspData) Set(val *N2InfoNotificationRspData)
- func (v *NullableN2InfoNotificationRspData) UnmarshalJSON(src []byte) error
- func (v *NullableN2InfoNotificationRspData) Unset()
- type NullableN2InfoNotifyHandoverComplete200Response
- func (v NullableN2InfoNotifyHandoverComplete200Response) Get() *N2InfoNotifyHandoverComplete200Response
- func (v NullableN2InfoNotifyHandoverComplete200Response) IsSet() bool
- func (v NullableN2InfoNotifyHandoverComplete200Response) MarshalJSON() ([]byte, error)
- func (v *NullableN2InfoNotifyHandoverComplete200Response) Set(val *N2InfoNotifyHandoverComplete200Response)
- func (v *NullableN2InfoNotifyHandoverComplete200Response) UnmarshalJSON(src []byte) error
- func (v *NullableN2InfoNotifyHandoverComplete200Response) Unset()
- type NullableN2InfoNotifyReason
- func (v NullableN2InfoNotifyReason) Get() *N2InfoNotifyReason
- func (v NullableN2InfoNotifyReason) IsSet() bool
- func (v NullableN2InfoNotifyReason) MarshalJSON() ([]byte, error)
- func (v *NullableN2InfoNotifyReason) Set(val *N2InfoNotifyReason)
- func (v *NullableN2InfoNotifyReason) UnmarshalJSON(src []byte) error
- func (v *NullableN2InfoNotifyReason) Unset()
- type NullableN2InfoNotifyRequest
- func (v NullableN2InfoNotifyRequest) Get() *N2InfoNotifyRequest
- func (v NullableN2InfoNotifyRequest) IsSet() bool
- func (v NullableN2InfoNotifyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableN2InfoNotifyRequest) Set(val *N2InfoNotifyRequest)
- func (v *NullableN2InfoNotifyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableN2InfoNotifyRequest) Unset()
- type NullableN2InformationClass
- func (v NullableN2InformationClass) Get() *N2InformationClass
- func (v NullableN2InformationClass) IsSet() bool
- func (v NullableN2InformationClass) MarshalJSON() ([]byte, error)
- func (v *NullableN2InformationClass) Set(val *N2InformationClass)
- func (v *NullableN2InformationClass) UnmarshalJSON(src []byte) error
- func (v *NullableN2InformationClass) Unset()
- type NullableN2InformationNotification
- func (v NullableN2InformationNotification) Get() *N2InformationNotification
- func (v NullableN2InformationNotification) IsSet() bool
- func (v NullableN2InformationNotification) MarshalJSON() ([]byte, error)
- func (v *NullableN2InformationNotification) Set(val *N2InformationNotification)
- func (v *NullableN2InformationNotification) UnmarshalJSON(src []byte) error
- func (v *NullableN2InformationNotification) Unset()
- type NullableN2InformationTransferError
- func (v NullableN2InformationTransferError) Get() *N2InformationTransferError
- func (v NullableN2InformationTransferError) IsSet() bool
- func (v NullableN2InformationTransferError) MarshalJSON() ([]byte, error)
- func (v *NullableN2InformationTransferError) Set(val *N2InformationTransferError)
- func (v *NullableN2InformationTransferError) UnmarshalJSON(src []byte) error
- func (v *NullableN2InformationTransferError) Unset()
- type NullableN2InformationTransferReqData
- func (v NullableN2InformationTransferReqData) Get() *N2InformationTransferReqData
- func (v NullableN2InformationTransferReqData) IsSet() bool
- func (v NullableN2InformationTransferReqData) MarshalJSON() ([]byte, error)
- func (v *NullableN2InformationTransferReqData) Set(val *N2InformationTransferReqData)
- func (v *NullableN2InformationTransferReqData) UnmarshalJSON(src []byte) error
- func (v *NullableN2InformationTransferReqData) Unset()
- type NullableN2InformationTransferResult
- func (v NullableN2InformationTransferResult) Get() *N2InformationTransferResult
- func (v NullableN2InformationTransferResult) IsSet() bool
- func (v NullableN2InformationTransferResult) MarshalJSON() ([]byte, error)
- func (v *NullableN2InformationTransferResult) Set(val *N2InformationTransferResult)
- func (v *NullableN2InformationTransferResult) UnmarshalJSON(src []byte) error
- func (v *NullableN2InformationTransferResult) Unset()
- type NullableN2InformationTransferRspData
- func (v NullableN2InformationTransferRspData) Get() *N2InformationTransferRspData
- func (v NullableN2InformationTransferRspData) IsSet() bool
- func (v NullableN2InformationTransferRspData) MarshalJSON() ([]byte, error)
- func (v *NullableN2InformationTransferRspData) Set(val *N2InformationTransferRspData)
- func (v *NullableN2InformationTransferRspData) UnmarshalJSON(src []byte) error
- func (v *NullableN2InformationTransferRspData) Unset()
- type NullableN2RanInformation
- func (v NullableN2RanInformation) Get() *N2RanInformation
- func (v NullableN2RanInformation) IsSet() bool
- func (v NullableN2RanInformation) MarshalJSON() ([]byte, error)
- func (v *NullableN2RanInformation) Set(val *N2RanInformation)
- func (v *NullableN2RanInformation) UnmarshalJSON(src []byte) error
- func (v *NullableN2RanInformation) Unset()
- type NullableN2SmInformation
- func (v NullableN2SmInformation) Get() *N2SmInformation
- func (v NullableN2SmInformation) IsSet() bool
- func (v NullableN2SmInformation) MarshalJSON() ([]byte, error)
- func (v *NullableN2SmInformation) Set(val *N2SmInformation)
- func (v *NullableN2SmInformation) UnmarshalJSON(src []byte) error
- func (v *NullableN2SmInformation) 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 NullableNFType
- type NullableNasSecurityMode
- func (v NullableNasSecurityMode) Get() *NasSecurityMode
- func (v NullableNasSecurityMode) IsSet() bool
- func (v NullableNasSecurityMode) MarshalJSON() ([]byte, error)
- func (v *NullableNasSecurityMode) Set(val *NasSecurityMode)
- func (v *NullableNasSecurityMode) UnmarshalJSON(src []byte) error
- func (v *NullableNasSecurityMode) Unset()
- type NullableNcgi
- type NullableNetworkAreaInfo
- func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
- func (v NullableNetworkAreaInfo) IsSet() bool
- func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
- func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkAreaInfo) Unset()
- type NullableNetworkAreaInfo1
- func (v NullableNetworkAreaInfo1) Get() *NetworkAreaInfo1
- func (v NullableNetworkAreaInfo1) IsSet() bool
- func (v NullableNetworkAreaInfo1) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkAreaInfo1) Set(val *NetworkAreaInfo1)
- func (v *NullableNetworkAreaInfo1) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkAreaInfo1) Unset()
- type NullableNetworkPerfInfo
- func (v NullableNetworkPerfInfo) Get() *NetworkPerfInfo
- func (v NullableNetworkPerfInfo) IsSet() bool
- func (v NullableNetworkPerfInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkPerfInfo) Set(val *NetworkPerfInfo)
- func (v *NullableNetworkPerfInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkPerfInfo) Unset()
- type NullableNetworkPerfRequirement
- func (v NullableNetworkPerfRequirement) Get() *NetworkPerfRequirement
- func (v NullableNetworkPerfRequirement) IsSet() bool
- func (v NullableNetworkPerfRequirement) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkPerfRequirement) Set(val *NetworkPerfRequirement)
- func (v *NullableNetworkPerfRequirement) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkPerfRequirement) Unset()
- type NullableNetworkPerfType
- func (v NullableNetworkPerfType) Get() *NetworkPerfType
- func (v NullableNetworkPerfType) IsSet() bool
- func (v NullableNetworkPerfType) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkPerfType) Set(val *NetworkPerfType)
- func (v *NullableNetworkPerfType) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkPerfType) Unset()
- type NullableNfLoadLevelInformation
- func (v NullableNfLoadLevelInformation) Get() *NfLoadLevelInformation
- func (v NullableNfLoadLevelInformation) IsSet() bool
- func (v NullableNfLoadLevelInformation) MarshalJSON() ([]byte, error)
- func (v *NullableNfLoadLevelInformation) Set(val *NfLoadLevelInformation)
- func (v *NullableNfLoadLevelInformation) UnmarshalJSON(src []byte) error
- func (v *NullableNfLoadLevelInformation) Unset()
- type NullableNfStatus
- type NullableNgApCause
- type NullableNgKsi
- 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 NullableNgapIeType
- type NullableNnwdafEventsSubscription
- func (v NullableNnwdafEventsSubscription) Get() *NnwdafEventsSubscription
- func (v NullableNnwdafEventsSubscription) IsSet() bool
- func (v NullableNnwdafEventsSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableNnwdafEventsSubscription) Set(val *NnwdafEventsSubscription)
- func (v *NullableNnwdafEventsSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableNnwdafEventsSubscription) Unset()
- type NullableNonUeN2InfoNotifyRequest
- func (v NullableNonUeN2InfoNotifyRequest) Get() *NonUeN2InfoNotifyRequest
- func (v NullableNonUeN2InfoNotifyRequest) IsSet() bool
- func (v NullableNonUeN2InfoNotifyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableNonUeN2InfoNotifyRequest) Set(val *NonUeN2InfoNotifyRequest)
- func (v *NullableNonUeN2InfoNotifyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableNonUeN2InfoNotifyRequest) Unset()
- type NullableNonUeN2InfoSubscriptionCreateData
- func (v NullableNonUeN2InfoSubscriptionCreateData) Get() *NonUeN2InfoSubscriptionCreateData
- func (v NullableNonUeN2InfoSubscriptionCreateData) IsSet() bool
- func (v NullableNonUeN2InfoSubscriptionCreateData) MarshalJSON() ([]byte, error)
- func (v *NullableNonUeN2InfoSubscriptionCreateData) Set(val *NonUeN2InfoSubscriptionCreateData)
- func (v *NullableNonUeN2InfoSubscriptionCreateData) UnmarshalJSON(src []byte) error
- func (v *NullableNonUeN2InfoSubscriptionCreateData) Unset()
- type NullableNonUeN2InfoSubscriptionCreatedData
- func (v NullableNonUeN2InfoSubscriptionCreatedData) Get() *NonUeN2InfoSubscriptionCreatedData
- func (v NullableNonUeN2InfoSubscriptionCreatedData) IsSet() bool
- func (v NullableNonUeN2InfoSubscriptionCreatedData) MarshalJSON() ([]byte, error)
- func (v *NullableNonUeN2InfoSubscriptionCreatedData) Set(val *NonUeN2InfoSubscriptionCreatedData)
- func (v *NullableNonUeN2InfoSubscriptionCreatedData) UnmarshalJSON(src []byte) error
- func (v *NullableNonUeN2InfoSubscriptionCreatedData) Unset()
- type NullableNonUeN2MessageTransferRequest
- func (v NullableNonUeN2MessageTransferRequest) Get() *NonUeN2MessageTransferRequest
- func (v NullableNonUeN2MessageTransferRequest) IsSet() bool
- func (v NullableNonUeN2MessageTransferRequest) MarshalJSON() ([]byte, error)
- func (v *NullableNonUeN2MessageTransferRequest) Set(val *NonUeN2MessageTransferRequest)
- func (v *NullableNonUeN2MessageTransferRequest) UnmarshalJSON(src []byte) error
- func (v *NullableNonUeN2MessageTransferRequest) Unset()
- type NullableNotificationFlag
- func (v NullableNotificationFlag) Get() *NotificationFlag
- func (v NullableNotificationFlag) IsSet() bool
- func (v NullableNotificationFlag) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationFlag) Set(val *NotificationFlag)
- func (v *NullableNotificationFlag) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationFlag) Unset()
- type NullableNotificationMethod
- func (v NullableNotificationMethod) Get() *NotificationMethod
- func (v NullableNotificationMethod) IsSet() bool
- func (v NullableNotificationMethod) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationMethod) Set(val *NotificationMethod)
- func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationMethod) Unset()
- type NullableNotificationMethod1
- func (v NullableNotificationMethod1) Get() *NotificationMethod1
- func (v NullableNotificationMethod1) IsSet() bool
- func (v NullableNotificationMethod1) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationMethod1) Set(val *NotificationMethod1)
- func (v *NullableNotificationMethod1) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationMethod1) Unset()
- type NullableNpnAccessInfo
- func (v NullableNpnAccessInfo) Get() *NpnAccessInfo
- func (v NullableNpnAccessInfo) IsSet() bool
- func (v NullableNpnAccessInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNpnAccessInfo) Set(val *NpnAccessInfo)
- func (v *NullableNpnAccessInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNpnAccessInfo) Unset()
- type NullableNrLocation
- type NullableNrV2xAuth
- type NullableNrppaInformation
- func (v NullableNrppaInformation) Get() *NrppaInformation
- func (v NullableNrppaInformation) IsSet() bool
- func (v NullableNrppaInformation) MarshalJSON() ([]byte, error)
- func (v *NullableNrppaInformation) Set(val *NrppaInformation)
- func (v *NullableNrppaInformation) UnmarshalJSON(src []byte) error
- func (v *NullableNrppaInformation) Unset()
- type NullableNsiIdInfo
- type NullableNsiInformation
- func (v NullableNsiInformation) Get() *NsiInformation
- func (v NullableNsiInformation) IsSet() bool
- func (v NullableNsiInformation) MarshalJSON() ([]byte, error)
- func (v *NullableNsiInformation) Set(val *NsiInformation)
- func (v *NullableNsiInformation) UnmarshalJSON(src []byte) error
- func (v *NullableNsiInformation) Unset()
- type NullableNsiLoadLevelInfo
- func (v NullableNsiLoadLevelInfo) Get() *NsiLoadLevelInfo
- func (v NullableNsiLoadLevelInfo) IsSet() bool
- func (v NullableNsiLoadLevelInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNsiLoadLevelInfo) Set(val *NsiLoadLevelInfo)
- func (v *NullableNsiLoadLevelInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNsiLoadLevelInfo) Unset()
- type NullableNssaaStatus
- func (v NullableNssaaStatus) Get() *NssaaStatus
- func (v NullableNssaaStatus) IsSet() bool
- func (v NullableNssaaStatus) MarshalJSON() ([]byte, error)
- func (v *NullableNssaaStatus) Set(val *NssaaStatus)
- func (v *NullableNssaaStatus) UnmarshalJSON(src []byte) error
- func (v *NullableNssaaStatus) Unset()
- type NullableNssaiMapping
- func (v NullableNssaiMapping) Get() *NssaiMapping
- func (v NullableNssaiMapping) IsSet() bool
- func (v NullableNssaiMapping) MarshalJSON() ([]byte, error)
- func (v *NullableNssaiMapping) Set(val *NssaiMapping)
- func (v *NullableNssaiMapping) UnmarshalJSON(src []byte) error
- func (v *NullableNssaiMapping) Unset()
- type NullableNumberAverage
- func (v NullableNumberAverage) Get() *NumberAverage
- func (v NullableNumberAverage) IsSet() bool
- func (v NullableNumberAverage) MarshalJSON() ([]byte, error)
- func (v *NullableNumberAverage) Set(val *NumberAverage)
- func (v *NullableNumberAverage) UnmarshalJSON(src []byte) error
- func (v *NullableNumberAverage) Unset()
- type NullableNwdafEvent
- type NullableNwdafFailureCode
- func (v NullableNwdafFailureCode) Get() *NwdafFailureCode
- func (v NullableNwdafFailureCode) IsSet() bool
- func (v NullableNwdafFailureCode) MarshalJSON() ([]byte, error)
- func (v *NullableNwdafFailureCode) Set(val *NwdafFailureCode)
- func (v *NullableNwdafFailureCode) UnmarshalJSON(src []byte) error
- func (v *NullableNwdafFailureCode) Unset()
- type NullableNwdafSubscription
- func (v NullableNwdafSubscription) Get() *NwdafSubscription
- func (v NullableNwdafSubscription) IsSet() bool
- func (v NullableNwdafSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableNwdafSubscription) Set(val *NwdafSubscription)
- func (v *NullableNwdafSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableNwdafSubscription) Unset()
- type NullableObservedRedundantTransExp
- func (v NullableObservedRedundantTransExp) Get() *ObservedRedundantTransExp
- func (v NullableObservedRedundantTransExp) IsSet() bool
- func (v NullableObservedRedundantTransExp) MarshalJSON() ([]byte, error)
- func (v *NullableObservedRedundantTransExp) Set(val *ObservedRedundantTransExp)
- func (v *NullableObservedRedundantTransExp) UnmarshalJSON(src []byte) error
- func (v *NullableObservedRedundantTransExp) Unset()
- type NullableOutputStrategy
- func (v NullableOutputStrategy) Get() *OutputStrategy
- func (v NullableOutputStrategy) IsSet() bool
- func (v NullableOutputStrategy) MarshalJSON() ([]byte, error)
- func (v *NullableOutputStrategy) Set(val *OutputStrategy)
- func (v *NullableOutputStrategy) UnmarshalJSON(src []byte) error
- func (v *NullableOutputStrategy) Unset()
- type NullablePWSErrorData
- func (v NullablePWSErrorData) Get() *PWSErrorData
- func (v NullablePWSErrorData) IsSet() bool
- func (v NullablePWSErrorData) MarshalJSON() ([]byte, error)
- func (v *NullablePWSErrorData) Set(val *PWSErrorData)
- func (v *NullablePWSErrorData) UnmarshalJSON(src []byte) error
- func (v *NullablePWSErrorData) Unset()
- type NullablePWSResponseData
- func (v NullablePWSResponseData) Get() *PWSResponseData
- func (v NullablePWSResponseData) IsSet() bool
- func (v NullablePWSResponseData) MarshalJSON() ([]byte, error)
- func (v *NullablePWSResponseData) Set(val *PWSResponseData)
- func (v *NullablePWSResponseData) UnmarshalJSON(src []byte) error
- func (v *NullablePWSResponseData) Unset()
- type NullablePartitioningCriteria
- func (v NullablePartitioningCriteria) Get() *PartitioningCriteria
- func (v NullablePartitioningCriteria) IsSet() bool
- func (v NullablePartitioningCriteria) MarshalJSON() ([]byte, error)
- func (v *NullablePartitioningCriteria) Set(val *PartitioningCriteria)
- func (v *NullablePartitioningCriteria) UnmarshalJSON(src []byte) error
- func (v *NullablePartitioningCriteria) Unset()
- type NullablePc5FlowBitRates
- func (v NullablePc5FlowBitRates) Get() *Pc5FlowBitRates
- func (v NullablePc5FlowBitRates) IsSet() bool
- func (v NullablePc5FlowBitRates) MarshalJSON() ([]byte, error)
- func (v *NullablePc5FlowBitRates) Set(val *Pc5FlowBitRates)
- func (v *NullablePc5FlowBitRates) UnmarshalJSON(src []byte) error
- func (v *NullablePc5FlowBitRates) Unset()
- type NullablePc5QoSPara
- type NullablePc5QosFlowItem
- func (v NullablePc5QosFlowItem) Get() *Pc5QosFlowItem
- func (v NullablePc5QosFlowItem) IsSet() bool
- func (v NullablePc5QosFlowItem) MarshalJSON() ([]byte, error)
- func (v *NullablePc5QosFlowItem) Set(val *Pc5QosFlowItem)
- func (v *NullablePc5QosFlowItem) UnmarshalJSON(src []byte) error
- func (v *NullablePc5QosFlowItem) 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 NullablePduSessionContext
- func (v NullablePduSessionContext) Get() *PduSessionContext
- func (v NullablePduSessionContext) IsSet() bool
- func (v NullablePduSessionContext) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionContext) Set(val *PduSessionContext)
- func (v *NullablePduSessionContext) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionContext) Unset()
- type NullablePduSessionInfo
- func (v NullablePduSessionInfo) Get() *PduSessionInfo
- func (v NullablePduSessionInfo) IsSet() bool
- func (v NullablePduSessionInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionInfo) Set(val *PduSessionInfo)
- func (v *NullablePduSessionInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionInfo) Unset()
- type NullablePerfData
- type NullablePeriodicCommunicationIndicator
- func (v NullablePeriodicCommunicationIndicator) Get() *PeriodicCommunicationIndicator
- func (v NullablePeriodicCommunicationIndicator) IsSet() bool
- func (v NullablePeriodicCommunicationIndicator) MarshalJSON() ([]byte, error)
- func (v *NullablePeriodicCommunicationIndicator) Set(val *PeriodicCommunicationIndicator)
- func (v *NullablePeriodicCommunicationIndicator) UnmarshalJSON(src []byte) error
- func (v *NullablePeriodicCommunicationIndicator) Unset()
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullablePoint
- type NullablePointAltitude
- func (v NullablePointAltitude) Get() *PointAltitude
- func (v NullablePointAltitude) IsSet() bool
- func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitude) Set(val *PointAltitude)
- func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitude) Unset()
- type NullablePointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) IsSet() bool
- func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
- func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertainty) Unset()
- type NullablePointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) IsSet() bool
- func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
- func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircle) Unset()
- type NullablePointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) IsSet() bool
- func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
- func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipse) Unset()
- type NullablePolicyReqTrigger
- func (v NullablePolicyReqTrigger) Get() *PolicyReqTrigger
- func (v NullablePolicyReqTrigger) IsSet() bool
- func (v NullablePolicyReqTrigger) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyReqTrigger) Set(val *PolicyReqTrigger)
- func (v *NullablePolicyReqTrigger) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyReqTrigger) Unset()
- type NullablePolygon
- type NullablePositioningMethodMdt
- func (v NullablePositioningMethodMdt) Get() *PositioningMethodMdt
- func (v NullablePositioningMethodMdt) IsSet() bool
- func (v NullablePositioningMethodMdt) MarshalJSON() ([]byte, error)
- func (v *NullablePositioningMethodMdt) Set(val *PositioningMethodMdt)
- func (v *NullablePositioningMethodMdt) UnmarshalJSON(src []byte) error
- func (v *NullablePositioningMethodMdt) Unset()
- 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 NullablePresenceInfo
- func (v NullablePresenceInfo) Get() *PresenceInfo
- func (v NullablePresenceInfo) IsSet() bool
- func (v NullablePresenceInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePresenceInfo) Set(val *PresenceInfo)
- func (v *NullablePresenceInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePresenceInfo) 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 NullablePrevSubInfo
- func (v NullablePrevSubInfo) Get() *PrevSubInfo
- func (v NullablePrevSubInfo) IsSet() bool
- func (v NullablePrevSubInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePrevSubInfo) Set(val *PrevSubInfo)
- func (v *NullablePrevSubInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePrevSubInfo) Unset()
- type NullableProSeInformation
- func (v NullableProSeInformation) Get() *ProSeInformation
- func (v NullableProSeInformation) IsSet() bool
- func (v NullableProSeInformation) MarshalJSON() ([]byte, error)
- func (v *NullableProSeInformation) Set(val *ProSeInformation)
- func (v *NullableProSeInformation) UnmarshalJSON(src []byte) error
- func (v *NullableProSeInformation) 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 NullableProseContext
- func (v NullableProseContext) Get() *ProseContext
- func (v NullableProseContext) IsSet() bool
- func (v NullableProseContext) MarshalJSON() ([]byte, error)
- func (v *NullableProseContext) Set(val *ProseContext)
- func (v *NullableProseContext) UnmarshalJSON(src []byte) error
- func (v *NullableProseContext) Unset()
- type NullablePwsInformation
- func (v NullablePwsInformation) Get() *PwsInformation
- func (v NullablePwsInformation) IsSet() bool
- func (v NullablePwsInformation) MarshalJSON() ([]byte, error)
- func (v *NullablePwsInformation) Set(val *PwsInformation)
- func (v *NullablePwsInformation) UnmarshalJSON(src []byte) error
- func (v *NullablePwsInformation) Unset()
- type NullableQosRequirement
- func (v NullableQosRequirement) Get() *QosRequirement
- func (v NullableQosRequirement) IsSet() bool
- func (v NullableQosRequirement) MarshalJSON() ([]byte, error)
- func (v *NullableQosRequirement) Set(val *QosRequirement)
- func (v *NullableQosRequirement) UnmarshalJSON(src []byte) error
- func (v *NullableQosRequirement) 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 NullableQosSustainabilityInfo
- func (v NullableQosSustainabilityInfo) Get() *QosSustainabilityInfo
- func (v NullableQosSustainabilityInfo) IsSet() bool
- func (v NullableQosSustainabilityInfo) MarshalJSON() ([]byte, error)
- func (v *NullableQosSustainabilityInfo) Set(val *QosSustainabilityInfo)
- func (v *NullableQosSustainabilityInfo) UnmarshalJSON(src []byte) error
- func (v *NullableQosSustainabilityInfo) Unset()
- type NullableRankingCriterion
- func (v NullableRankingCriterion) Get() *RankingCriterion
- func (v NullableRankingCriterion) IsSet() bool
- func (v NullableRankingCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableRankingCriterion) Set(val *RankingCriterion)
- func (v *NullableRankingCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableRankingCriterion) Unset()
- type NullableRatFreqInformation
- func (v NullableRatFreqInformation) Get() *RatFreqInformation
- func (v NullableRatFreqInformation) IsSet() bool
- func (v NullableRatFreqInformation) MarshalJSON() ([]byte, error)
- func (v *NullableRatFreqInformation) Set(val *RatFreqInformation)
- func (v *NullableRatFreqInformation) UnmarshalJSON(src []byte) error
- func (v *NullableRatFreqInformation) Unset()
- type NullableRatSelector
- func (v NullableRatSelector) Get() *RatSelector
- func (v NullableRatSelector) IsSet() bool
- func (v NullableRatSelector) MarshalJSON() ([]byte, error)
- func (v *NullableRatSelector) Set(val *RatSelector)
- func (v *NullableRatSelector) UnmarshalJSON(src []byte) error
- func (v *NullableRatSelector) Unset()
- type NullableRatType
- type NullableReachabilityFilter
- func (v NullableReachabilityFilter) Get() *ReachabilityFilter
- func (v NullableReachabilityFilter) IsSet() bool
- func (v NullableReachabilityFilter) MarshalJSON() ([]byte, error)
- func (v *NullableReachabilityFilter) Set(val *ReachabilityFilter)
- func (v *NullableReachabilityFilter) UnmarshalJSON(src []byte) error
- func (v *NullableReachabilityFilter) Unset()
- type NullableRedTransExpOrderingCriterion
- func (v NullableRedTransExpOrderingCriterion) Get() *RedTransExpOrderingCriterion
- func (v NullableRedTransExpOrderingCriterion) IsSet() bool
- func (v NullableRedTransExpOrderingCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableRedTransExpOrderingCriterion) Set(val *RedTransExpOrderingCriterion)
- func (v *NullableRedTransExpOrderingCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableRedTransExpOrderingCriterion) Unset()
- 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 NullableRedundantTransmissionExpInfo
- func (v NullableRedundantTransmissionExpInfo) Get() *RedundantTransmissionExpInfo
- func (v NullableRedundantTransmissionExpInfo) IsSet() bool
- func (v NullableRedundantTransmissionExpInfo) MarshalJSON() ([]byte, error)
- func (v *NullableRedundantTransmissionExpInfo) Set(val *RedundantTransmissionExpInfo)
- func (v *NullableRedundantTransmissionExpInfo) UnmarshalJSON(src []byte) error
- func (v *NullableRedundantTransmissionExpInfo) Unset()
- type NullableRedundantTransmissionExpPerTS
- func (v NullableRedundantTransmissionExpPerTS) Get() *RedundantTransmissionExpPerTS
- func (v NullableRedundantTransmissionExpPerTS) IsSet() bool
- func (v NullableRedundantTransmissionExpPerTS) MarshalJSON() ([]byte, error)
- func (v *NullableRedundantTransmissionExpPerTS) Set(val *RedundantTransmissionExpPerTS)
- func (v *NullableRedundantTransmissionExpPerTS) UnmarshalJSON(src []byte) error
- func (v *NullableRedundantTransmissionExpPerTS) Unset()
- type NullableRedundantTransmissionExpReq
- func (v NullableRedundantTransmissionExpReq) Get() *RedundantTransmissionExpReq
- func (v NullableRedundantTransmissionExpReq) IsSet() bool
- func (v NullableRedundantTransmissionExpReq) MarshalJSON() ([]byte, error)
- func (v *NullableRedundantTransmissionExpReq) Set(val *RedundantTransmissionExpReq)
- func (v *NullableRedundantTransmissionExpReq) UnmarshalJSON(src []byte) error
- func (v *NullableRedundantTransmissionExpReq) 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 NullableRegistrationContextContainer
- func (v NullableRegistrationContextContainer) Get() *RegistrationContextContainer
- func (v NullableRegistrationContextContainer) IsSet() bool
- func (v NullableRegistrationContextContainer) MarshalJSON() ([]byte, error)
- func (v *NullableRegistrationContextContainer) Set(val *RegistrationContextContainer)
- func (v *NullableRegistrationContextContainer) UnmarshalJSON(src []byte) error
- func (v *NullableRegistrationContextContainer) Unset()
- type NullableRelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) IsSet() bool
- func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
- func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
- func (v *NullableRelativeCartesianLocation) Unset()
- type NullableReleaseCause
- func (v NullableReleaseCause) Get() *ReleaseCause
- func (v NullableReleaseCause) IsSet() bool
- func (v NullableReleaseCause) MarshalJSON() ([]byte, error)
- func (v *NullableReleaseCause) Set(val *ReleaseCause)
- func (v *NullableReleaseCause) UnmarshalJSON(src []byte) error
- func (v *NullableReleaseCause) Unset()
- type NullableReleaseSessionInfo
- func (v NullableReleaseSessionInfo) Get() *ReleaseSessionInfo
- func (v NullableReleaseSessionInfo) IsSet() bool
- func (v NullableReleaseSessionInfo) MarshalJSON() ([]byte, error)
- func (v *NullableReleaseSessionInfo) Set(val *ReleaseSessionInfo)
- func (v *NullableReleaseSessionInfo) UnmarshalJSON(src []byte) error
- func (v *NullableReleaseSessionInfo) Unset()
- type NullableRelocateUEContextRequest
- func (v NullableRelocateUEContextRequest) Get() *RelocateUEContextRequest
- func (v NullableRelocateUEContextRequest) IsSet() bool
- func (v NullableRelocateUEContextRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRelocateUEContextRequest) Set(val *RelocateUEContextRequest)
- func (v *NullableRelocateUEContextRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRelocateUEContextRequest) Unset()
- type NullableReportAmountMdt
- func (v NullableReportAmountMdt) Get() *ReportAmountMdt
- func (v NullableReportAmountMdt) IsSet() bool
- func (v NullableReportAmountMdt) MarshalJSON() ([]byte, error)
- func (v *NullableReportAmountMdt) Set(val *ReportAmountMdt)
- func (v *NullableReportAmountMdt) UnmarshalJSON(src []byte) error
- func (v *NullableReportAmountMdt) Unset()
- type NullableReportIntervalMdt
- func (v NullableReportIntervalMdt) Get() *ReportIntervalMdt
- func (v NullableReportIntervalMdt) IsSet() bool
- func (v NullableReportIntervalMdt) MarshalJSON() ([]byte, error)
- func (v *NullableReportIntervalMdt) Set(val *ReportIntervalMdt)
- func (v *NullableReportIntervalMdt) UnmarshalJSON(src []byte) error
- func (v *NullableReportIntervalMdt) Unset()
- type NullableReportIntervalNrMdt
- func (v NullableReportIntervalNrMdt) Get() *ReportIntervalNrMdt
- func (v NullableReportIntervalNrMdt) IsSet() bool
- func (v NullableReportIntervalNrMdt) MarshalJSON() ([]byte, error)
- func (v *NullableReportIntervalNrMdt) Set(val *ReportIntervalNrMdt)
- func (v *NullableReportIntervalNrMdt) UnmarshalJSON(src []byte) error
- func (v *NullableReportIntervalNrMdt) Unset()
- type NullableReportingInformation
- func (v NullableReportingInformation) Get() *ReportingInformation
- func (v NullableReportingInformation) IsSet() bool
- func (v NullableReportingInformation) MarshalJSON() ([]byte, error)
- func (v *NullableReportingInformation) Set(val *ReportingInformation)
- func (v *NullableReportingInformation) UnmarshalJSON(src []byte) error
- func (v *NullableReportingInformation) Unset()
- type NullableReportingTrigger
- func (v NullableReportingTrigger) Get() *ReportingTrigger
- func (v NullableReportingTrigger) IsSet() bool
- func (v NullableReportingTrigger) MarshalJSON() ([]byte, error)
- func (v *NullableReportingTrigger) Set(val *ReportingTrigger)
- func (v *NullableReportingTrigger) UnmarshalJSON(src []byte) error
- func (v *NullableReportingTrigger) Unset()
- type NullableResourceUsage
- func (v NullableResourceUsage) Get() *ResourceUsage
- func (v NullableResourceUsage) IsSet() bool
- func (v NullableResourceUsage) MarshalJSON() ([]byte, error)
- func (v *NullableResourceUsage) Set(val *ResourceUsage)
- func (v *NullableResourceUsage) UnmarshalJSON(src []byte) error
- func (v *NullableResourceUsage) Unset()
- type NullableRestrictionType
- func (v NullableRestrictionType) Get() *RestrictionType
- func (v NullableRestrictionType) IsSet() bool
- func (v NullableRestrictionType) MarshalJSON() ([]byte, error)
- func (v *NullableRestrictionType) Set(val *RestrictionType)
- func (v *NullableRestrictionType) UnmarshalJSON(src []byte) error
- func (v *NullableRestrictionType) Unset()
- type NullableRetainabilityThreshold
- func (v NullableRetainabilityThreshold) Get() *RetainabilityThreshold
- func (v NullableRetainabilityThreshold) IsSet() bool
- func (v NullableRetainabilityThreshold) MarshalJSON() ([]byte, error)
- func (v *NullableRetainabilityThreshold) Set(val *RetainabilityThreshold)
- func (v *NullableRetainabilityThreshold) UnmarshalJSON(src []byte) error
- func (v *NullableRetainabilityThreshold) 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 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 NullableScType
- 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 NullableScheduledCommunicationTime1
- func (v NullableScheduledCommunicationTime1) Get() *ScheduledCommunicationTime1
- func (v NullableScheduledCommunicationTime1) IsSet() bool
- func (v NullableScheduledCommunicationTime1) MarshalJSON() ([]byte, error)
- func (v *NullableScheduledCommunicationTime1) Set(val *ScheduledCommunicationTime1)
- func (v *NullableScheduledCommunicationTime1) UnmarshalJSON(src []byte) error
- func (v *NullableScheduledCommunicationTime1) 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 NullableSdRange
- type NullableSeafData
- type NullableSensorMeasurement
- func (v NullableSensorMeasurement) Get() *SensorMeasurement
- func (v NullableSensorMeasurement) IsSet() bool
- func (v NullableSensorMeasurement) MarshalJSON() ([]byte, error)
- func (v *NullableSensorMeasurement) Set(val *SensorMeasurement)
- func (v *NullableSensorMeasurement) UnmarshalJSON(src []byte) error
- func (v *NullableSensorMeasurement) 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 NullableServiceAreaRestriction
- func (v NullableServiceAreaRestriction) Get() *ServiceAreaRestriction
- func (v NullableServiceAreaRestriction) IsSet() bool
- func (v NullableServiceAreaRestriction) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAreaRestriction) Set(val *ServiceAreaRestriction)
- func (v *NullableServiceAreaRestriction) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAreaRestriction) Unset()
- type NullableServiceExperienceInfo
- func (v NullableServiceExperienceInfo) Get() *ServiceExperienceInfo
- func (v NullableServiceExperienceInfo) IsSet() bool
- func (v NullableServiceExperienceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableServiceExperienceInfo) Set(val *ServiceExperienceInfo)
- func (v *NullableServiceExperienceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableServiceExperienceInfo) Unset()
- type NullableServiceExperienceType
- func (v NullableServiceExperienceType) Get() *ServiceExperienceType
- func (v NullableServiceExperienceType) IsSet() bool
- func (v NullableServiceExperienceType) MarshalJSON() ([]byte, error)
- func (v *NullableServiceExperienceType) Set(val *ServiceExperienceType)
- func (v *NullableServiceExperienceType) UnmarshalJSON(src []byte) error
- func (v *NullableServiceExperienceType) Unset()
- type NullableSessInactTimerForUeComm
- func (v NullableSessInactTimerForUeComm) Get() *SessInactTimerForUeComm
- func (v NullableSessInactTimerForUeComm) IsSet() bool
- func (v NullableSessInactTimerForUeComm) MarshalJSON() ([]byte, error)
- func (v *NullableSessInactTimerForUeComm) Set(val *SessInactTimerForUeComm)
- func (v *NullableSessInactTimerForUeComm) UnmarshalJSON(src []byte) error
- func (v *NullableSessInactTimerForUeComm) Unset()
- type NullableSliceLoadLevelInformation
- func (v NullableSliceLoadLevelInformation) Get() *SliceLoadLevelInformation
- func (v NullableSliceLoadLevelInformation) IsSet() bool
- func (v NullableSliceLoadLevelInformation) MarshalJSON() ([]byte, error)
- func (v *NullableSliceLoadLevelInformation) Set(val *SliceLoadLevelInformation)
- func (v *NullableSliceLoadLevelInformation) UnmarshalJSON(src []byte) error
- func (v *NullableSliceLoadLevelInformation) Unset()
- type NullableSliceMbr
- 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 NullableSmallDataRateStatusInfo
- func (v NullableSmallDataRateStatusInfo) Get() *SmallDataRateStatusInfo
- func (v NullableSmallDataRateStatusInfo) IsSet() bool
- func (v NullableSmallDataRateStatusInfo) MarshalJSON() ([]byte, error)
- func (v *NullableSmallDataRateStatusInfo) Set(val *SmallDataRateStatusInfo)
- func (v *NullableSmallDataRateStatusInfo) UnmarshalJSON(src []byte) error
- func (v *NullableSmallDataRateStatusInfo) Unset()
- type NullableSmcceInfo
- type NullableSmcceUeList
- func (v NullableSmcceUeList) Get() *SmcceUeList
- func (v NullableSmcceUeList) IsSet() bool
- func (v NullableSmcceUeList) MarshalJSON() ([]byte, error)
- func (v *NullableSmcceUeList) Set(val *SmcceUeList)
- func (v *NullableSmcceUeList) UnmarshalJSON(src []byte) error
- func (v *NullableSmcceUeList) Unset()
- type NullableSmfChangeIndication
- func (v NullableSmfChangeIndication) Get() *SmfChangeIndication
- func (v NullableSmfChangeIndication) IsSet() bool
- func (v NullableSmfChangeIndication) MarshalJSON() ([]byte, error)
- func (v *NullableSmfChangeIndication) Set(val *SmfChangeIndication)
- func (v *NullableSmfChangeIndication) UnmarshalJSON(src []byte) error
- func (v *NullableSmfChangeIndication) Unset()
- type NullableSmfChangeInfo
- func (v NullableSmfChangeInfo) Get() *SmfChangeInfo
- func (v NullableSmfChangeInfo) IsSet() bool
- func (v NullableSmfChangeInfo) MarshalJSON() ([]byte, error)
- func (v *NullableSmfChangeInfo) Set(val *SmfChangeInfo)
- func (v *NullableSmfChangeInfo) UnmarshalJSON(src []byte) error
- func (v *NullableSmfChangeInfo) Unset()
- type NullableSmfSelectionData
- func (v NullableSmfSelectionData) Get() *SmfSelectionData
- func (v NullableSmfSelectionData) IsSet() bool
- func (v NullableSmfSelectionData) MarshalJSON() ([]byte, error)
- func (v *NullableSmfSelectionData) Set(val *SmfSelectionData)
- func (v *NullableSmfSelectionData) UnmarshalJSON(src []byte) error
- func (v *NullableSmfSelectionData) Unset()
- type NullableSmsSupport
- type NullableSnssai
- type NullableSnssaiExtension
- func (v NullableSnssaiExtension) Get() *SnssaiExtension
- func (v NullableSnssaiExtension) IsSet() bool
- func (v NullableSnssaiExtension) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiExtension) Set(val *SnssaiExtension)
- func (v *NullableSnssaiExtension) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiExtension) Unset()
- 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 NullableStatusChange
- func (v NullableStatusChange) Get() *StatusChange
- func (v NullableStatusChange) IsSet() bool
- func (v NullableStatusChange) MarshalJSON() ([]byte, error)
- func (v *NullableStatusChange) Set(val *StatusChange)
- func (v *NullableStatusChange) UnmarshalJSON(src []byte) error
- func (v *NullableStatusChange) Unset()
- type NullableString
- type NullableSubscriptionData
- func (v NullableSubscriptionData) Get() *SubscriptionData
- func (v NullableSubscriptionData) IsSet() bool
- func (v NullableSubscriptionData) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionData) Set(val *SubscriptionData)
- func (v *NullableSubscriptionData) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionData) Unset()
- type NullableSupportedGADShapes
- func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
- func (v NullableSupportedGADShapes) IsSet() bool
- func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
- func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedGADShapes) Unset()
- type NullableSvcExperience
- func (v NullableSvcExperience) Get() *SvcExperience
- func (v NullableSvcExperience) IsSet() bool
- func (v NullableSvcExperience) MarshalJSON() ([]byte, error)
- func (v *NullableSvcExperience) Set(val *SvcExperience)
- func (v *NullableSvcExperience) UnmarshalJSON(src []byte) error
- func (v *NullableSvcExperience) Unset()
- type NullableTacInfo
- type NullableTacRange
- type NullableTai
- type NullableTaiRange
- type NullableTargetArea
- type NullableTargetUeInformation
- func (v NullableTargetUeInformation) Get() *TargetUeInformation
- func (v NullableTargetUeInformation) IsSet() bool
- func (v NullableTargetUeInformation) MarshalJSON() ([]byte, error)
- func (v *NullableTargetUeInformation) Set(val *TargetUeInformation)
- func (v *NullableTargetUeInformation) UnmarshalJSON(src []byte) error
- func (v *NullableTargetUeInformation) Unset()
- type NullableThresholdLevel
- func (v NullableThresholdLevel) Get() *ThresholdLevel
- func (v NullableThresholdLevel) IsSet() bool
- func (v NullableThresholdLevel) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevel) Set(val *ThresholdLevel)
- func (v *NullableThresholdLevel) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevel) Unset()
- type NullableTime
- type NullableTimeUnit
- type NullableTimeWindow
- type NullableTnapId
- type NullableTopApplication
- func (v NullableTopApplication) Get() *TopApplication
- func (v NullableTopApplication) IsSet() bool
- func (v NullableTopApplication) MarshalJSON() ([]byte, error)
- func (v *NullableTopApplication) Set(val *TopApplication)
- func (v *NullableTopApplication) UnmarshalJSON(src []byte) error
- func (v *NullableTopApplication) Unset()
- type NullableTraceData
- type NullableTraceDepth
- type NullableTrafficCharacterization
- func (v NullableTrafficCharacterization) Get() *TrafficCharacterization
- func (v NullableTrafficCharacterization) IsSet() bool
- func (v NullableTrafficCharacterization) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficCharacterization) Set(val *TrafficCharacterization)
- func (v *NullableTrafficCharacterization) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficCharacterization) Unset()
- type NullableTrafficDescriptor
- func (v NullableTrafficDescriptor) Get() *TrafficDescriptor
- func (v NullableTrafficDescriptor) IsSet() bool
- func (v NullableTrafficDescriptor) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficDescriptor) Set(val *TrafficDescriptor)
- func (v *NullableTrafficDescriptor) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficDescriptor) Unset()
- type NullableTrafficInformation
- func (v NullableTrafficInformation) Get() *TrafficInformation
- func (v NullableTrafficInformation) IsSet() bool
- func (v NullableTrafficInformation) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficInformation) Set(val *TrafficInformation)
- func (v *NullableTrafficInformation) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficInformation) Unset()
- 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 NullableTransferReason
- func (v NullableTransferReason) Get() *TransferReason
- func (v NullableTransferReason) IsSet() bool
- func (v NullableTransferReason) MarshalJSON() ([]byte, error)
- func (v *NullableTransferReason) Set(val *TransferReason)
- func (v *NullableTransferReason) UnmarshalJSON(src []byte) error
- func (v *NullableTransferReason) 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 NullableTwapId
- type NullableUEContextRelease
- func (v NullableUEContextRelease) Get() *UEContextRelease
- func (v NullableUEContextRelease) IsSet() bool
- func (v NullableUEContextRelease) MarshalJSON() ([]byte, error)
- func (v *NullableUEContextRelease) Set(val *UEContextRelease)
- func (v *NullableUEContextRelease) UnmarshalJSON(src []byte) error
- func (v *NullableUEContextRelease) Unset()
- type NullableUEContextTransfer200Response
- func (v NullableUEContextTransfer200Response) Get() *UEContextTransfer200Response
- func (v NullableUEContextTransfer200Response) IsSet() bool
- func (v NullableUEContextTransfer200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUEContextTransfer200Response) Set(val *UEContextTransfer200Response)
- func (v *NullableUEContextTransfer200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUEContextTransfer200Response) Unset()
- type NullableUEContextTransferRequest
- func (v NullableUEContextTransferRequest) Get() *UEContextTransferRequest
- func (v NullableUEContextTransferRequest) IsSet() bool
- func (v NullableUEContextTransferRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUEContextTransferRequest) Set(val *UEContextTransferRequest)
- func (v *NullableUEContextTransferRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUEContextTransferRequest) Unset()
- type NullableUeAnalyticsContextDescriptor
- func (v NullableUeAnalyticsContextDescriptor) Get() *UeAnalyticsContextDescriptor
- func (v NullableUeAnalyticsContextDescriptor) IsSet() bool
- func (v NullableUeAnalyticsContextDescriptor) MarshalJSON() ([]byte, error)
- func (v *NullableUeAnalyticsContextDescriptor) Set(val *UeAnalyticsContextDescriptor)
- func (v *NullableUeAnalyticsContextDescriptor) UnmarshalJSON(src []byte) error
- func (v *NullableUeAnalyticsContextDescriptor) Unset()
- type NullableUeAuth
- type NullableUeCommunication
- func (v NullableUeCommunication) Get() *UeCommunication
- func (v NullableUeCommunication) IsSet() bool
- func (v NullableUeCommunication) MarshalJSON() ([]byte, error)
- func (v *NullableUeCommunication) Set(val *UeCommunication)
- func (v *NullableUeCommunication) UnmarshalJSON(src []byte) error
- func (v *NullableUeCommunication) Unset()
- type NullableUeContext
- type NullableUeContextCancelRelocateData
- func (v NullableUeContextCancelRelocateData) Get() *UeContextCancelRelocateData
- func (v NullableUeContextCancelRelocateData) IsSet() bool
- func (v NullableUeContextCancelRelocateData) MarshalJSON() ([]byte, error)
- func (v *NullableUeContextCancelRelocateData) Set(val *UeContextCancelRelocateData)
- func (v *NullableUeContextCancelRelocateData) UnmarshalJSON(src []byte) error
- func (v *NullableUeContextCancelRelocateData) Unset()
- type NullableUeContextCreateData
- func (v NullableUeContextCreateData) Get() *UeContextCreateData
- func (v NullableUeContextCreateData) IsSet() bool
- func (v NullableUeContextCreateData) MarshalJSON() ([]byte, error)
- func (v *NullableUeContextCreateData) Set(val *UeContextCreateData)
- func (v *NullableUeContextCreateData) UnmarshalJSON(src []byte) error
- func (v *NullableUeContextCreateData) Unset()
- type NullableUeContextCreateError
- func (v NullableUeContextCreateError) Get() *UeContextCreateError
- func (v NullableUeContextCreateError) IsSet() bool
- func (v NullableUeContextCreateError) MarshalJSON() ([]byte, error)
- func (v *NullableUeContextCreateError) Set(val *UeContextCreateError)
- func (v *NullableUeContextCreateError) UnmarshalJSON(src []byte) error
- func (v *NullableUeContextCreateError) Unset()
- type NullableUeContextCreatedData
- func (v NullableUeContextCreatedData) Get() *UeContextCreatedData
- func (v NullableUeContextCreatedData) IsSet() bool
- func (v NullableUeContextCreatedData) MarshalJSON() ([]byte, error)
- func (v *NullableUeContextCreatedData) Set(val *UeContextCreatedData)
- func (v *NullableUeContextCreatedData) UnmarshalJSON(src []byte) error
- func (v *NullableUeContextCreatedData) Unset()
- type NullableUeContextRelocateData
- func (v NullableUeContextRelocateData) Get() *UeContextRelocateData
- func (v NullableUeContextRelocateData) IsSet() bool
- func (v NullableUeContextRelocateData) MarshalJSON() ([]byte, error)
- func (v *NullableUeContextRelocateData) Set(val *UeContextRelocateData)
- func (v *NullableUeContextRelocateData) UnmarshalJSON(src []byte) error
- func (v *NullableUeContextRelocateData) Unset()
- type NullableUeContextRelocatedData
- func (v NullableUeContextRelocatedData) Get() *UeContextRelocatedData
- func (v NullableUeContextRelocatedData) IsSet() bool
- func (v NullableUeContextRelocatedData) MarshalJSON() ([]byte, error)
- func (v *NullableUeContextRelocatedData) Set(val *UeContextRelocatedData)
- func (v *NullableUeContextRelocatedData) UnmarshalJSON(src []byte) error
- func (v *NullableUeContextRelocatedData) Unset()
- type NullableUeContextTransferReqData
- func (v NullableUeContextTransferReqData) Get() *UeContextTransferReqData
- func (v NullableUeContextTransferReqData) IsSet() bool
- func (v NullableUeContextTransferReqData) MarshalJSON() ([]byte, error)
- func (v *NullableUeContextTransferReqData) Set(val *UeContextTransferReqData)
- func (v *NullableUeContextTransferReqData) UnmarshalJSON(src []byte) error
- func (v *NullableUeContextTransferReqData) Unset()
- type NullableUeContextTransferRspData
- func (v NullableUeContextTransferRspData) Get() *UeContextTransferRspData
- func (v NullableUeContextTransferRspData) IsSet() bool
- func (v NullableUeContextTransferRspData) MarshalJSON() ([]byte, error)
- func (v *NullableUeContextTransferRspData) Set(val *UeContextTransferRspData)
- func (v *NullableUeContextTransferRspData) UnmarshalJSON(src []byte) error
- func (v *NullableUeContextTransferRspData) Unset()
- type NullableUeContextTransferStatus
- func (v NullableUeContextTransferStatus) Get() *UeContextTransferStatus
- func (v NullableUeContextTransferStatus) IsSet() bool
- func (v NullableUeContextTransferStatus) MarshalJSON() ([]byte, error)
- func (v *NullableUeContextTransferStatus) Set(val *UeContextTransferStatus)
- func (v *NullableUeContextTransferStatus) UnmarshalJSON(src []byte) error
- func (v *NullableUeContextTransferStatus) Unset()
- type NullableUeDifferentiationInfo
- func (v NullableUeDifferentiationInfo) Get() *UeDifferentiationInfo
- func (v NullableUeDifferentiationInfo) IsSet() bool
- func (v NullableUeDifferentiationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUeDifferentiationInfo) Set(val *UeDifferentiationInfo)
- func (v *NullableUeDifferentiationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUeDifferentiationInfo) Unset()
- type NullableUeInAreaFilter
- func (v NullableUeInAreaFilter) Get() *UeInAreaFilter
- func (v NullableUeInAreaFilter) IsSet() bool
- func (v NullableUeInAreaFilter) MarshalJSON() ([]byte, error)
- func (v *NullableUeInAreaFilter) Set(val *UeInAreaFilter)
- func (v *NullableUeInAreaFilter) UnmarshalJSON(src []byte) error
- func (v *NullableUeInAreaFilter) Unset()
- type NullableUeMobility
- type NullableUeN1N2InfoSubscriptionCreateData
- func (v NullableUeN1N2InfoSubscriptionCreateData) Get() *UeN1N2InfoSubscriptionCreateData
- func (v NullableUeN1N2InfoSubscriptionCreateData) IsSet() bool
- func (v NullableUeN1N2InfoSubscriptionCreateData) MarshalJSON() ([]byte, error)
- func (v *NullableUeN1N2InfoSubscriptionCreateData) Set(val *UeN1N2InfoSubscriptionCreateData)
- func (v *NullableUeN1N2InfoSubscriptionCreateData) UnmarshalJSON(src []byte) error
- func (v *NullableUeN1N2InfoSubscriptionCreateData) Unset()
- type NullableUeN1N2InfoSubscriptionCreatedData
- func (v NullableUeN1N2InfoSubscriptionCreatedData) Get() *UeN1N2InfoSubscriptionCreatedData
- func (v NullableUeN1N2InfoSubscriptionCreatedData) IsSet() bool
- func (v NullableUeN1N2InfoSubscriptionCreatedData) MarshalJSON() ([]byte, error)
- func (v *NullableUeN1N2InfoSubscriptionCreatedData) Set(val *UeN1N2InfoSubscriptionCreatedData)
- func (v *NullableUeN1N2InfoSubscriptionCreatedData) UnmarshalJSON(src []byte) error
- func (v *NullableUeN1N2InfoSubscriptionCreatedData) Unset()
- type NullableUeRegStatusUpdateReqData
- func (v NullableUeRegStatusUpdateReqData) Get() *UeRegStatusUpdateReqData
- func (v NullableUeRegStatusUpdateReqData) IsSet() bool
- func (v NullableUeRegStatusUpdateReqData) MarshalJSON() ([]byte, error)
- func (v *NullableUeRegStatusUpdateReqData) Set(val *UeRegStatusUpdateReqData)
- func (v *NullableUeRegStatusUpdateReqData) UnmarshalJSON(src []byte) error
- func (v *NullableUeRegStatusUpdateReqData) Unset()
- type NullableUeRegStatusUpdateRspData
- func (v NullableUeRegStatusUpdateRspData) Get() *UeRegStatusUpdateRspData
- func (v NullableUeRegStatusUpdateRspData) IsSet() bool
- func (v NullableUeRegStatusUpdateRspData) MarshalJSON() ([]byte, error)
- func (v *NullableUeRegStatusUpdateRspData) Set(val *UeRegStatusUpdateRspData)
- func (v *NullableUeRegStatusUpdateRspData) UnmarshalJSON(src []byte) error
- func (v *NullableUeRegStatusUpdateRspData) Unset()
- type NullableUeType
- type NullableUmtTime
- type NullableUncertaintyEllipse
- func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
- func (v NullableUncertaintyEllipse) IsSet() bool
- func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
- func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipse) Unset()
- type NullableUncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) IsSet() bool
- func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
- func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipsoid) Unset()
- type NullableUpdpSubscriptionData
- func (v NullableUpdpSubscriptionData) Get() *UpdpSubscriptionData
- func (v NullableUpdpSubscriptionData) IsSet() bool
- func (v NullableUpdpSubscriptionData) MarshalJSON() ([]byte, error)
- func (v *NullableUpdpSubscriptionData) Set(val *UpdpSubscriptionData)
- func (v *NullableUpdpSubscriptionData) UnmarshalJSON(src []byte) error
- func (v *NullableUpdpSubscriptionData) Unset()
- type NullableUpfInformation
- func (v NullableUpfInformation) Get() *UpfInformation
- func (v NullableUpfInformation) IsSet() bool
- func (v NullableUpfInformation) MarshalJSON() ([]byte, error)
- func (v *NullableUpfInformation) Set(val *UpfInformation)
- func (v *NullableUpfInformation) UnmarshalJSON(src []byte) error
- func (v *NullableUpfInformation) Unset()
- type NullableUserDataCongestionInfo
- func (v NullableUserDataCongestionInfo) Get() *UserDataCongestionInfo
- func (v NullableUserDataCongestionInfo) IsSet() bool
- func (v NullableUserDataCongestionInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUserDataCongestionInfo) Set(val *UserDataCongestionInfo)
- func (v *NullableUserDataCongestionInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUserDataCongestionInfo) 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 NullableUuaaMmStatus
- func (v NullableUuaaMmStatus) Get() *UuaaMmStatus
- func (v NullableUuaaMmStatus) IsSet() bool
- func (v NullableUuaaMmStatus) MarshalJSON() ([]byte, error)
- func (v *NullableUuaaMmStatus) Set(val *UuaaMmStatus)
- func (v *NullableUuaaMmStatus) UnmarshalJSON(src []byte) error
- func (v *NullableUuaaMmStatus) Unset()
- type NullableV2xContext
- type NullableV2xInformation
- func (v NullableV2xInformation) Get() *V2xInformation
- func (v NullableV2xInformation) IsSet() bool
- func (v NullableV2xInformation) MarshalJSON() ([]byte, error)
- func (v *NullableV2xInformation) Set(val *V2xInformation)
- func (v *NullableV2xInformation) UnmarshalJSON(src []byte) error
- func (v *NullableV2xInformation) Unset()
- type NullableWirelineArea
- func (v NullableWirelineArea) Get() *WirelineArea
- func (v NullableWirelineArea) IsSet() bool
- func (v NullableWirelineArea) MarshalJSON() ([]byte, error)
- func (v *NullableWirelineArea) Set(val *WirelineArea)
- func (v *NullableWirelineArea) UnmarshalJSON(src []byte) error
- func (v *NullableWirelineArea) Unset()
- type NullableWirelineServiceAreaRestriction
- func (v NullableWirelineServiceAreaRestriction) Get() *WirelineServiceAreaRestriction
- func (v NullableWirelineServiceAreaRestriction) IsSet() bool
- func (v NullableWirelineServiceAreaRestriction) MarshalJSON() ([]byte, error)
- func (v *NullableWirelineServiceAreaRestriction) Set(val *WirelineServiceAreaRestriction)
- func (v *NullableWirelineServiceAreaRestriction) UnmarshalJSON(src []byte) error
- func (v *NullableWirelineServiceAreaRestriction) Unset()
- type NullableWlanOrderingCriterion
- func (v NullableWlanOrderingCriterion) Get() *WlanOrderingCriterion
- func (v NullableWlanOrderingCriterion) IsSet() bool
- func (v NullableWlanOrderingCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableWlanOrderingCriterion) Set(val *WlanOrderingCriterion)
- func (v *NullableWlanOrderingCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableWlanOrderingCriterion) Unset()
- type NullableWlanPerSsIdPerformanceInfo
- func (v NullableWlanPerSsIdPerformanceInfo) Get() *WlanPerSsIdPerformanceInfo
- func (v NullableWlanPerSsIdPerformanceInfo) IsSet() bool
- func (v NullableWlanPerSsIdPerformanceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableWlanPerSsIdPerformanceInfo) Set(val *WlanPerSsIdPerformanceInfo)
- func (v *NullableWlanPerSsIdPerformanceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableWlanPerSsIdPerformanceInfo) Unset()
- type NullableWlanPerTsPerformanceInfo
- func (v NullableWlanPerTsPerformanceInfo) Get() *WlanPerTsPerformanceInfo
- func (v NullableWlanPerTsPerformanceInfo) IsSet() bool
- func (v NullableWlanPerTsPerformanceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableWlanPerTsPerformanceInfo) Set(val *WlanPerTsPerformanceInfo)
- func (v *NullableWlanPerTsPerformanceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableWlanPerTsPerformanceInfo) Unset()
- type NullableWlanPerformanceInfo
- func (v NullableWlanPerformanceInfo) Get() *WlanPerformanceInfo
- func (v NullableWlanPerformanceInfo) IsSet() bool
- func (v NullableWlanPerformanceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableWlanPerformanceInfo) Set(val *WlanPerformanceInfo)
- func (v *NullableWlanPerformanceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableWlanPerformanceInfo) Unset()
- type NullableWlanPerformanceReq
- func (v NullableWlanPerformanceReq) Get() *WlanPerformanceReq
- func (v NullableWlanPerformanceReq) IsSet() bool
- func (v NullableWlanPerformanceReq) MarshalJSON() ([]byte, error)
- func (v *NullableWlanPerformanceReq) Set(val *WlanPerformanceReq)
- func (v *NullableWlanPerformanceReq) UnmarshalJSON(src []byte) error
- func (v *NullableWlanPerformanceReq) Unset()
- type NumberAverage
- func (o *NumberAverage) GetNumber() float32
- func (o *NumberAverage) GetNumberOk() (*float32, bool)
- func (o *NumberAverage) GetSkewness() float32
- func (o *NumberAverage) GetSkewnessOk() (*float32, bool)
- func (o *NumberAverage) GetVariance() float32
- func (o *NumberAverage) GetVarianceOk() (*float32, bool)
- func (o *NumberAverage) HasSkewness() bool
- func (o NumberAverage) MarshalJSON() ([]byte, error)
- func (o *NumberAverage) SetNumber(v float32)
- func (o *NumberAverage) SetSkewness(v float32)
- func (o *NumberAverage) SetVariance(v float32)
- func (o NumberAverage) ToMap() (map[string]interface{}, error)
- func (o *NumberAverage) UnmarshalJSON(bytes []byte) (err error)
- type NwdafEvent
- type NwdafFailureCode
- type NwdafSubscription
- func (o *NwdafSubscription) GetNwdafEventsSubscription() NnwdafEventsSubscription
- func (o *NwdafSubscription) GetNwdafEventsSubscriptionOk() (*NnwdafEventsSubscription, bool)
- func (o *NwdafSubscription) GetNwdafEvtSubsServiceUri() string
- func (o *NwdafSubscription) GetNwdafEvtSubsServiceUriOk() (*string, bool)
- func (o NwdafSubscription) MarshalJSON() ([]byte, error)
- func (o *NwdafSubscription) SetNwdafEventsSubscription(v NnwdafEventsSubscription)
- func (o *NwdafSubscription) SetNwdafEvtSubsServiceUri(v string)
- func (o NwdafSubscription) ToMap() (map[string]interface{}, error)
- func (o *NwdafSubscription) UnmarshalJSON(bytes []byte) (err error)
- type ObservedRedundantTransExp
- func (o *ObservedRedundantTransExp) GetAvgPktDelayDl() int32
- func (o *ObservedRedundantTransExp) GetAvgPktDelayDlOk() (*int32, bool)
- func (o *ObservedRedundantTransExp) GetAvgPktDelayUl() int32
- func (o *ObservedRedundantTransExp) GetAvgPktDelayUlOk() (*int32, bool)
- func (o *ObservedRedundantTransExp) GetAvgPktDropRateDl() int32
- func (o *ObservedRedundantTransExp) GetAvgPktDropRateDlOk() (*int32, bool)
- func (o *ObservedRedundantTransExp) GetAvgPktDropRateUl() int32
- func (o *ObservedRedundantTransExp) GetAvgPktDropRateUlOk() (*int32, bool)
- func (o *ObservedRedundantTransExp) GetVarPktDelayDl() float32
- func (o *ObservedRedundantTransExp) GetVarPktDelayDlOk() (*float32, bool)
- func (o *ObservedRedundantTransExp) GetVarPktDelayUl() float32
- func (o *ObservedRedundantTransExp) GetVarPktDelayUlOk() (*float32, bool)
- func (o *ObservedRedundantTransExp) GetVarPktDropRateDl() float32
- func (o *ObservedRedundantTransExp) GetVarPktDropRateDlOk() (*float32, bool)
- func (o *ObservedRedundantTransExp) GetVarPktDropRateUl() float32
- func (o *ObservedRedundantTransExp) GetVarPktDropRateUlOk() (*float32, bool)
- func (o *ObservedRedundantTransExp) HasAvgPktDelayDl() bool
- func (o *ObservedRedundantTransExp) HasAvgPktDelayUl() bool
- func (o *ObservedRedundantTransExp) HasAvgPktDropRateDl() bool
- func (o *ObservedRedundantTransExp) HasAvgPktDropRateUl() bool
- func (o *ObservedRedundantTransExp) HasVarPktDelayDl() bool
- func (o *ObservedRedundantTransExp) HasVarPktDelayUl() bool
- func (o *ObservedRedundantTransExp) HasVarPktDropRateDl() bool
- func (o *ObservedRedundantTransExp) HasVarPktDropRateUl() bool
- func (o ObservedRedundantTransExp) MarshalJSON() ([]byte, error)
- func (o *ObservedRedundantTransExp) SetAvgPktDelayDl(v int32)
- func (o *ObservedRedundantTransExp) SetAvgPktDelayUl(v int32)
- func (o *ObservedRedundantTransExp) SetAvgPktDropRateDl(v int32)
- func (o *ObservedRedundantTransExp) SetAvgPktDropRateUl(v int32)
- func (o *ObservedRedundantTransExp) SetVarPktDelayDl(v float32)
- func (o *ObservedRedundantTransExp) SetVarPktDelayUl(v float32)
- func (o *ObservedRedundantTransExp) SetVarPktDropRateDl(v float32)
- func (o *ObservedRedundantTransExp) SetVarPktDropRateUl(v float32)
- func (o ObservedRedundantTransExp) ToMap() (map[string]interface{}, error)
- type OutputStrategy
- type PWSErrorData
- func (o *PWSErrorData) GetNamfCause() int32
- func (o *PWSErrorData) GetNamfCauseOk() (*int32, bool)
- func (o PWSErrorData) MarshalJSON() ([]byte, error)
- func (o *PWSErrorData) SetNamfCause(v int32)
- func (o PWSErrorData) ToMap() (map[string]interface{}, error)
- func (o *PWSErrorData) UnmarshalJSON(bytes []byte) (err error)
- type PWSResponseData
- func (o *PWSResponseData) GetMessageIdentifier() int32
- func (o *PWSResponseData) GetMessageIdentifierOk() (*int32, bool)
- func (o *PWSResponseData) GetNgapMessageType() int32
- func (o *PWSResponseData) GetNgapMessageTypeOk() (*int32, bool)
- func (o *PWSResponseData) GetSerialNumber() int32
- func (o *PWSResponseData) GetSerialNumberOk() (*int32, bool)
- func (o *PWSResponseData) GetUnknownTaiList() []Tai
- func (o *PWSResponseData) GetUnknownTaiListOk() ([]Tai, bool)
- func (o *PWSResponseData) HasUnknownTaiList() bool
- func (o PWSResponseData) MarshalJSON() ([]byte, error)
- func (o *PWSResponseData) SetMessageIdentifier(v int32)
- func (o *PWSResponseData) SetNgapMessageType(v int32)
- func (o *PWSResponseData) SetSerialNumber(v int32)
- func (o *PWSResponseData) SetUnknownTaiList(v []Tai)
- func (o PWSResponseData) ToMap() (map[string]interface{}, error)
- func (o *PWSResponseData) UnmarshalJSON(bytes []byte) (err error)
- type PartitioningCriteria
- type Pc5FlowBitRates
- func (o *Pc5FlowBitRates) GetGuaFbr() string
- func (o *Pc5FlowBitRates) GetGuaFbrOk() (*string, bool)
- func (o *Pc5FlowBitRates) GetMaxFbr() string
- func (o *Pc5FlowBitRates) GetMaxFbrOk() (*string, bool)
- func (o *Pc5FlowBitRates) HasGuaFbr() bool
- func (o *Pc5FlowBitRates) HasMaxFbr() bool
- func (o Pc5FlowBitRates) MarshalJSON() ([]byte, error)
- func (o *Pc5FlowBitRates) SetGuaFbr(v string)
- func (o *Pc5FlowBitRates) SetMaxFbr(v string)
- func (o Pc5FlowBitRates) ToMap() (map[string]interface{}, error)
- type Pc5QoSPara
- func (o *Pc5QoSPara) GetPc5LinkAmbr() string
- func (o *Pc5QoSPara) GetPc5LinkAmbrOk() (*string, bool)
- func (o *Pc5QoSPara) GetPc5QosFlowList() []Pc5QosFlowItem
- func (o *Pc5QoSPara) GetPc5QosFlowListOk() ([]Pc5QosFlowItem, bool)
- func (o *Pc5QoSPara) HasPc5LinkAmbr() bool
- func (o Pc5QoSPara) MarshalJSON() ([]byte, error)
- func (o *Pc5QoSPara) SetPc5LinkAmbr(v string)
- func (o *Pc5QoSPara) SetPc5QosFlowList(v []Pc5QosFlowItem)
- func (o Pc5QoSPara) ToMap() (map[string]interface{}, error)
- func (o *Pc5QoSPara) UnmarshalJSON(bytes []byte) (err error)
- type Pc5QosFlowItem
- func (o *Pc5QosFlowItem) GetPc5FlowBitRates() Pc5FlowBitRates
- func (o *Pc5QosFlowItem) GetPc5FlowBitRatesOk() (*Pc5FlowBitRates, bool)
- func (o *Pc5QosFlowItem) GetPqi() int32
- func (o *Pc5QosFlowItem) GetPqiOk() (*int32, bool)
- func (o *Pc5QosFlowItem) GetRange() int32
- func (o *Pc5QosFlowItem) GetRangeOk() (*int32, bool)
- func (o *Pc5QosFlowItem) HasPc5FlowBitRates() bool
- func (o *Pc5QosFlowItem) HasRange() bool
- func (o Pc5QosFlowItem) MarshalJSON() ([]byte, error)
- func (o *Pc5QosFlowItem) SetPc5FlowBitRates(v Pc5FlowBitRates)
- func (o *Pc5QosFlowItem) SetPqi(v int32)
- func (o *Pc5QosFlowItem) SetRange(v int32)
- func (o Pc5QosFlowItem) ToMap() (map[string]interface{}, error)
- func (o *Pc5QosFlowItem) UnmarshalJSON(bytes []byte) (err error)
- 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 PduSessionContext
- func (o *PduSessionContext) GetAccessType() AccessType
- func (o *PduSessionContext) GetAccessTypeOk() (*AccessType, bool)
- func (o *PduSessionContext) GetAdditionalAccessType() AccessType
- func (o *PduSessionContext) GetAdditionalAccessTypeOk() (*AccessType, bool)
- func (o *PduSessionContext) GetAdditionalSnssai() Snssai
- func (o *PduSessionContext) GetAdditionalSnssaiOk() (*Snssai, bool)
- func (o *PduSessionContext) GetAllocatedEbiList() []EbiArpMapping
- func (o *PduSessionContext) GetAllocatedEbiListOk() ([]EbiArpMapping, bool)
- func (o *PduSessionContext) GetAnchorSmfOauth2Required() bool
- func (o *PduSessionContext) GetAnchorSmfOauth2RequiredOk() (*bool, bool)
- func (o *PduSessionContext) GetAnchorSmfSupportedFeatures() string
- func (o *PduSessionContext) GetAnchorSmfSupportedFeaturesOk() (*string, bool)
- func (o *PduSessionContext) GetCnAssistedRanPara() CnAssistedRanPara
- func (o *PduSessionContext) GetCnAssistedRanParaOk() (*CnAssistedRanPara, bool)
- func (o *PduSessionContext) GetDnn() string
- func (o *PduSessionContext) GetDnnOk() (*string, bool)
- func (o *PduSessionContext) GetHsmfId() string
- func (o *PduSessionContext) GetHsmfIdOk() (*string, bool)
- func (o *PduSessionContext) GetHsmfServiceSetId() string
- func (o *PduSessionContext) GetHsmfServiceSetIdOk() (*string, bool)
- func (o *PduSessionContext) GetHsmfSetId() string
- func (o *PduSessionContext) GetHsmfSetIdOk() (*string, bool)
- func (o *PduSessionContext) GetInterPlmnApiRoot() string
- func (o *PduSessionContext) GetInterPlmnApiRootOk() (*string, bool)
- func (o *PduSessionContext) GetIsmfBinding() SbiBindingLevel
- func (o *PduSessionContext) GetIsmfBindingInfo() string
- func (o *PduSessionContext) GetIsmfBindingInfoOk() (*string, bool)
- func (o *PduSessionContext) GetIsmfBindingOk() (*SbiBindingLevel, bool)
- func (o *PduSessionContext) GetIsmfId() string
- func (o *PduSessionContext) GetIsmfIdOk() (*string, bool)
- func (o *PduSessionContext) GetIsmfServiceSetId() string
- func (o *PduSessionContext) GetIsmfServiceSetIdOk() (*string, bool)
- func (o *PduSessionContext) GetIsmfSetId() string
- func (o *PduSessionContext) GetIsmfSetIdOk() (*string, bool)
- func (o *PduSessionContext) GetMaPduSession() bool
- func (o *PduSessionContext) GetMaPduSessionOk() (*bool, bool)
- func (o *PduSessionContext) GetNrfAccessTokenUri() string
- func (o *PduSessionContext) GetNrfAccessTokenUriOk() (*string, bool)
- func (o *PduSessionContext) GetNrfDiscoveryUri() string
- func (o *PduSessionContext) GetNrfDiscoveryUriOk() (*string, bool)
- func (o *PduSessionContext) GetNrfManagementUri() string
- func (o *PduSessionContext) GetNrfManagementUriOk() (*string, bool)
- func (o *PduSessionContext) GetNsInstance() string
- func (o *PduSessionContext) GetNsInstanceOk() (*string, bool)
- func (o *PduSessionContext) GetPduSessionId() int32
- func (o *PduSessionContext) GetPduSessionIdOk() (*int32, bool)
- func (o *PduSessionContext) GetPgwFqdn() string
- func (o *PduSessionContext) GetPgwFqdnOk() (*string, bool)
- func (o *PduSessionContext) GetPgwIpAddr() IpAddress
- func (o *PduSessionContext) GetPgwIpAddrOk() (*IpAddress, bool)
- func (o *PduSessionContext) GetPlmnId() PlmnId
- func (o *PduSessionContext) GetPlmnIdOk() (*PlmnId, bool)
- func (o *PduSessionContext) GetSNssai() Snssai
- func (o *PduSessionContext) GetSNssaiOk() (*Snssai, bool)
- func (o *PduSessionContext) GetSelectedDnn() string
- func (o *PduSessionContext) GetSelectedDnnOk() (*string, bool)
- func (o *PduSessionContext) GetSmContextRef() string
- func (o *PduSessionContext) GetSmContextRefOk() (*string, bool)
- func (o *PduSessionContext) GetSmfBinding() SbiBindingLevel
- func (o *PduSessionContext) GetSmfBindingInfo() string
- func (o *PduSessionContext) GetSmfBindingInfoOk() (*string, bool)
- func (o *PduSessionContext) GetSmfBindingOk() (*SbiBindingLevel, bool)
- func (o *PduSessionContext) GetSmfServiceInstanceId() string
- func (o *PduSessionContext) GetSmfServiceInstanceIdOk() (*string, bool)
- func (o *PduSessionContext) GetVsmfBinding() SbiBindingLevel
- func (o *PduSessionContext) GetVsmfBindingInfo() string
- func (o *PduSessionContext) GetVsmfBindingInfoOk() (*string, bool)
- func (o *PduSessionContext) GetVsmfBindingOk() (*SbiBindingLevel, bool)
- func (o *PduSessionContext) GetVsmfId() string
- func (o *PduSessionContext) GetVsmfIdOk() (*string, bool)
- func (o *PduSessionContext) GetVsmfServiceSetId() string
- func (o *PduSessionContext) GetVsmfServiceSetIdOk() (*string, bool)
- func (o *PduSessionContext) GetVsmfSetId() string
- func (o *PduSessionContext) GetVsmfSetIdOk() (*string, bool)
- func (o *PduSessionContext) HasAdditionalAccessType() bool
- func (o *PduSessionContext) HasAdditionalSnssai() bool
- func (o *PduSessionContext) HasAllocatedEbiList() bool
- func (o *PduSessionContext) HasAnchorSmfOauth2Required() bool
- func (o *PduSessionContext) HasAnchorSmfSupportedFeatures() bool
- func (o *PduSessionContext) HasCnAssistedRanPara() bool
- func (o *PduSessionContext) HasHsmfId() bool
- func (o *PduSessionContext) HasHsmfServiceSetId() bool
- func (o *PduSessionContext) HasHsmfSetId() bool
- func (o *PduSessionContext) HasInterPlmnApiRoot() bool
- func (o *PduSessionContext) HasIsmfBinding() bool
- func (o *PduSessionContext) HasIsmfBindingInfo() bool
- func (o *PduSessionContext) HasIsmfId() bool
- func (o *PduSessionContext) HasIsmfServiceSetId() bool
- func (o *PduSessionContext) HasIsmfSetId() bool
- func (o *PduSessionContext) HasMaPduSession() bool
- func (o *PduSessionContext) HasNrfAccessTokenUri() bool
- func (o *PduSessionContext) HasNrfDiscoveryUri() bool
- func (o *PduSessionContext) HasNrfManagementUri() bool
- func (o *PduSessionContext) HasNsInstance() bool
- func (o *PduSessionContext) HasPgwFqdn() bool
- func (o *PduSessionContext) HasPgwIpAddr() bool
- func (o *PduSessionContext) HasPlmnId() bool
- func (o *PduSessionContext) HasSelectedDnn() bool
- func (o *PduSessionContext) HasSmfBinding() bool
- func (o *PduSessionContext) HasSmfBindingInfo() bool
- func (o *PduSessionContext) HasSmfServiceInstanceId() bool
- func (o *PduSessionContext) HasVsmfBinding() bool
- func (o *PduSessionContext) HasVsmfBindingInfo() bool
- func (o *PduSessionContext) HasVsmfId() bool
- func (o *PduSessionContext) HasVsmfServiceSetId() bool
- func (o *PduSessionContext) HasVsmfSetId() bool
- func (o PduSessionContext) MarshalJSON() ([]byte, error)
- func (o *PduSessionContext) SetAccessType(v AccessType)
- func (o *PduSessionContext) SetAdditionalAccessType(v AccessType)
- func (o *PduSessionContext) SetAdditionalSnssai(v Snssai)
- func (o *PduSessionContext) SetAllocatedEbiList(v []EbiArpMapping)
- func (o *PduSessionContext) SetAnchorSmfOauth2Required(v bool)
- func (o *PduSessionContext) SetAnchorSmfSupportedFeatures(v string)
- func (o *PduSessionContext) SetCnAssistedRanPara(v CnAssistedRanPara)
- func (o *PduSessionContext) SetDnn(v string)
- func (o *PduSessionContext) SetHsmfId(v string)
- func (o *PduSessionContext) SetHsmfServiceSetId(v string)
- func (o *PduSessionContext) SetHsmfSetId(v string)
- func (o *PduSessionContext) SetInterPlmnApiRoot(v string)
- func (o *PduSessionContext) SetIsmfBinding(v SbiBindingLevel)
- func (o *PduSessionContext) SetIsmfBindingInfo(v string)
- func (o *PduSessionContext) SetIsmfId(v string)
- func (o *PduSessionContext) SetIsmfServiceSetId(v string)
- func (o *PduSessionContext) SetIsmfSetId(v string)
- func (o *PduSessionContext) SetMaPduSession(v bool)
- func (o *PduSessionContext) SetNrfAccessTokenUri(v string)
- func (o *PduSessionContext) SetNrfDiscoveryUri(v string)
- func (o *PduSessionContext) SetNrfManagementUri(v string)
- func (o *PduSessionContext) SetNsInstance(v string)
- func (o *PduSessionContext) SetPduSessionId(v int32)
- func (o *PduSessionContext) SetPgwFqdn(v string)
- func (o *PduSessionContext) SetPgwIpAddr(v IpAddress)
- func (o *PduSessionContext) SetPgwIpAddrNil()
- func (o *PduSessionContext) SetPlmnId(v PlmnId)
- func (o *PduSessionContext) SetSNssai(v Snssai)
- func (o *PduSessionContext) SetSelectedDnn(v string)
- func (o *PduSessionContext) SetSmContextRef(v string)
- func (o *PduSessionContext) SetSmfBinding(v SbiBindingLevel)
- func (o *PduSessionContext) SetSmfBindingInfo(v string)
- func (o *PduSessionContext) SetSmfServiceInstanceId(v string)
- func (o *PduSessionContext) SetVsmfBinding(v SbiBindingLevel)
- func (o *PduSessionContext) SetVsmfBindingInfo(v string)
- func (o *PduSessionContext) SetVsmfId(v string)
- func (o *PduSessionContext) SetVsmfServiceSetId(v string)
- func (o *PduSessionContext) SetVsmfSetId(v string)
- func (o PduSessionContext) ToMap() (map[string]interface{}, error)
- func (o *PduSessionContext) UnmarshalJSON(bytes []byte) (err error)
- func (o *PduSessionContext) UnsetPgwIpAddr()
- type PduSessionInfo
- func (o *PduSessionInfo) GetDnn() string
- func (o *PduSessionInfo) GetDnnOk() (*string, bool)
- func (o *PduSessionInfo) GetSnssai() Snssai
- func (o *PduSessionInfo) GetSnssaiOk() (*Snssai, bool)
- func (o PduSessionInfo) MarshalJSON() ([]byte, error)
- func (o *PduSessionInfo) SetDnn(v string)
- func (o *PduSessionInfo) SetSnssai(v Snssai)
- func (o PduSessionInfo) ToMap() (map[string]interface{}, error)
- func (o *PduSessionInfo) UnmarshalJSON(bytes []byte) (err error)
- type PerfData
- func (o *PerfData) GetAvePacketDelay() int32
- func (o *PerfData) GetAvePacketDelayOk() (*int32, bool)
- func (o *PerfData) GetAvgPacketLossRate() int32
- func (o *PerfData) GetAvgPacketLossRateOk() (*int32, bool)
- func (o *PerfData) GetAvgTrafficRate() string
- func (o *PerfData) GetAvgTrafficRateOk() (*string, bool)
- func (o *PerfData) GetMaxPacketDelay() int32
- func (o *PerfData) GetMaxPacketDelayOk() (*int32, bool)
- func (o *PerfData) GetMaxTrafficRate() string
- func (o *PerfData) GetMaxTrafficRateOk() (*string, bool)
- func (o *PerfData) HasAvePacketDelay() bool
- func (o *PerfData) HasAvgPacketLossRate() bool
- func (o *PerfData) HasAvgTrafficRate() bool
- func (o *PerfData) HasMaxPacketDelay() bool
- func (o *PerfData) HasMaxTrafficRate() bool
- func (o PerfData) MarshalJSON() ([]byte, error)
- func (o *PerfData) SetAvePacketDelay(v int32)
- func (o *PerfData) SetAvgPacketLossRate(v int32)
- func (o *PerfData) SetAvgTrafficRate(v string)
- func (o *PerfData) SetMaxPacketDelay(v int32)
- func (o *PerfData) SetMaxTrafficRate(v string)
- func (o PerfData) ToMap() (map[string]interface{}, error)
- type PeriodicCommunicationIndicator
- 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 Point
- func (o *Point) GetPoint() GeographicalCoordinates
- func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
- func (o Point) MarshalJSON() ([]byte, error)
- func (o *Point) SetPoint(v GeographicalCoordinates)
- func (o Point) ToMap() (map[string]interface{}, error)
- func (o *Point) UnmarshalJSON(bytes []byte) (err error)
- type PointAltitude
- func (o *PointAltitude) GetAltitude() float64
- func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitude) GetPoint() GeographicalCoordinates
- func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
- func (o PointAltitude) MarshalJSON() ([]byte, error)
- func (o *PointAltitude) SetAltitude(v float64)
- func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
- func (o PointAltitude) ToMap() (map[string]interface{}, error)
- func (o *PointAltitude) UnmarshalJSON(bytes []byte) (err error)
- type PointAltitudeUncertainty
- func (o *PointAltitudeUncertainty) GetAltitude() float64
- func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeUncertainty) GetConfidence() int32
- func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
- func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeUncertainty) SetAltitude(v float64)
- func (o *PointAltitudeUncertainty) SetConfidence(v int32)
- func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
- func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
- func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
- func (o *PointAltitudeUncertainty) UnmarshalJSON(bytes []byte) (err error)
- type PointUncertaintyCircle
- func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyCircle) GetUncertainty() float32
- func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
- func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircle) SetUncertainty(v float32)
- func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
- func (o *PointUncertaintyCircle) UnmarshalJSON(bytes []byte) (err error)
- type PointUncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetConfidence() int32
- func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipse) SetConfidence(v int32)
- func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *PointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type PolicyReqTrigger
- type Polygon
- func (o *Polygon) GetPointList() []GeographicalCoordinates
- func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
- func (o Polygon) MarshalJSON() ([]byte, error)
- func (o *Polygon) SetPointList(v []GeographicalCoordinates)
- func (o Polygon) ToMap() (map[string]interface{}, error)
- func (o *Polygon) UnmarshalJSON(bytes []byte) (err error)
- type PositioningMethodMdt
- type PreemptionCapability
- type PreemptionVulnerability
- type PresenceInfo
- func (o *PresenceInfo) GetAdditionalPraId() string
- func (o *PresenceInfo) GetAdditionalPraIdOk() (*string, bool)
- func (o *PresenceInfo) GetEcgiList() []Ecgi
- func (o *PresenceInfo) GetEcgiListOk() ([]Ecgi, bool)
- func (o *PresenceInfo) GetGlobalRanNodeIdList() []GlobalRanNodeId
- func (o *PresenceInfo) GetGlobalRanNodeIdListOk() ([]GlobalRanNodeId, bool)
- func (o *PresenceInfo) GetGlobaleNbIdList() []GlobalRanNodeId
- func (o *PresenceInfo) GetGlobaleNbIdListOk() ([]GlobalRanNodeId, bool)
- func (o *PresenceInfo) GetNcgiList() []Ncgi
- func (o *PresenceInfo) GetNcgiListOk() ([]Ncgi, bool)
- func (o *PresenceInfo) GetPraId() string
- func (o *PresenceInfo) GetPraIdOk() (*string, bool)
- func (o *PresenceInfo) GetPresenceState() PresenceState
- func (o *PresenceInfo) GetPresenceStateOk() (*PresenceState, bool)
- func (o *PresenceInfo) GetTrackingAreaList() []Tai
- func (o *PresenceInfo) GetTrackingAreaListOk() ([]Tai, bool)
- func (o *PresenceInfo) HasAdditionalPraId() bool
- func (o *PresenceInfo) HasEcgiList() bool
- func (o *PresenceInfo) HasGlobalRanNodeIdList() bool
- func (o *PresenceInfo) HasGlobaleNbIdList() bool
- func (o *PresenceInfo) HasNcgiList() bool
- func (o *PresenceInfo) HasPraId() bool
- func (o *PresenceInfo) HasPresenceState() bool
- func (o *PresenceInfo) HasTrackingAreaList() bool
- func (o PresenceInfo) MarshalJSON() ([]byte, error)
- func (o *PresenceInfo) SetAdditionalPraId(v string)
- func (o *PresenceInfo) SetEcgiList(v []Ecgi)
- func (o *PresenceInfo) SetGlobalRanNodeIdList(v []GlobalRanNodeId)
- func (o *PresenceInfo) SetGlobaleNbIdList(v []GlobalRanNodeId)
- func (o *PresenceInfo) SetNcgiList(v []Ncgi)
- func (o *PresenceInfo) SetPraId(v string)
- func (o *PresenceInfo) SetPresenceState(v PresenceState)
- func (o *PresenceInfo) SetTrackingAreaList(v []Tai)
- func (o PresenceInfo) ToMap() (map[string]interface{}, error)
- type PresenceState
- type PrevSubInfo
- func (o *PrevSubInfo) GetNfAnaEvents() []NwdafEvent
- func (o *PrevSubInfo) GetNfAnaEventsOk() ([]NwdafEvent, bool)
- func (o *PrevSubInfo) GetProducerId() string
- func (o *PrevSubInfo) GetProducerIdOk() (*string, bool)
- func (o *PrevSubInfo) GetProducerSetId() string
- func (o *PrevSubInfo) GetProducerSetIdOk() (*string, bool)
- func (o *PrevSubInfo) GetSubscriptionId() string
- func (o *PrevSubInfo) GetSubscriptionIdOk() (*string, bool)
- func (o *PrevSubInfo) GetUeAnaEvents() []UeAnalyticsContextDescriptor
- func (o *PrevSubInfo) GetUeAnaEventsOk() ([]UeAnalyticsContextDescriptor, bool)
- func (o *PrevSubInfo) HasNfAnaEvents() bool
- func (o *PrevSubInfo) HasProducerId() bool
- func (o *PrevSubInfo) HasProducerSetId() bool
- func (o *PrevSubInfo) HasUeAnaEvents() bool
- func (o PrevSubInfo) MarshalJSON() ([]byte, error)
- func (o *PrevSubInfo) SetNfAnaEvents(v []NwdafEvent)
- func (o *PrevSubInfo) SetProducerId(v string)
- func (o *PrevSubInfo) SetProducerSetId(v string)
- func (o *PrevSubInfo) SetSubscriptionId(v string)
- func (o *PrevSubInfo) SetUeAnaEvents(v []UeAnalyticsContextDescriptor)
- func (o PrevSubInfo) ToMap() (map[string]interface{}, error)
- func (o *PrevSubInfo) UnmarshalJSON(bytes []byte) (err error)
- type ProSeInformation
- func (o *ProSeInformation) GetN2Pc5ProSePol() N2InfoContent
- func (o *ProSeInformation) GetN2Pc5ProSePolOk() (*N2InfoContent, bool)
- func (o *ProSeInformation) HasN2Pc5ProSePol() bool
- func (o ProSeInformation) MarshalJSON() ([]byte, error)
- func (o *ProSeInformation) SetN2Pc5ProSePol(v N2InfoContent)
- func (o ProSeInformation) ToMap() (map[string]interface{}, error)
- 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 ProseContext
- func (o *ProseContext) GetDirectComm() UeAuth
- func (o *ProseContext) GetDirectCommOk() (*UeAuth, bool)
- func (o *ProseContext) GetDirectDiscovery() UeAuth
- func (o *ProseContext) GetDirectDiscoveryOk() (*UeAuth, bool)
- func (o *ProseContext) GetL2Relay() UeAuth
- func (o *ProseContext) GetL2RelayOk() (*UeAuth, bool)
- func (o *ProseContext) GetL2Remote() UeAuth
- func (o *ProseContext) GetL2RemoteOk() (*UeAuth, bool)
- func (o *ProseContext) GetL3Relay() UeAuth
- func (o *ProseContext) GetL3RelayOk() (*UeAuth, bool)
- func (o *ProseContext) GetNrUePc5Ambr() string
- func (o *ProseContext) GetNrUePc5AmbrOk() (*string, bool)
- func (o *ProseContext) GetPc5QoSPara() Pc5QoSPara
- func (o *ProseContext) GetPc5QoSParaOk() (*Pc5QoSPara, bool)
- func (o *ProseContext) HasDirectComm() bool
- func (o *ProseContext) HasDirectDiscovery() bool
- func (o *ProseContext) HasL2Relay() bool
- func (o *ProseContext) HasL2Remote() bool
- func (o *ProseContext) HasL3Relay() bool
- func (o *ProseContext) HasNrUePc5Ambr() bool
- func (o *ProseContext) HasPc5QoSPara() bool
- func (o ProseContext) MarshalJSON() ([]byte, error)
- func (o *ProseContext) SetDirectComm(v UeAuth)
- func (o *ProseContext) SetDirectDiscovery(v UeAuth)
- func (o *ProseContext) SetL2Relay(v UeAuth)
- func (o *ProseContext) SetL2Remote(v UeAuth)
- func (o *ProseContext) SetL3Relay(v UeAuth)
- func (o *ProseContext) SetNrUePc5Ambr(v string)
- func (o *ProseContext) SetPc5QoSPara(v Pc5QoSPara)
- func (o ProseContext) ToMap() (map[string]interface{}, error)
- type PwsInformation
- func (o *PwsInformation) GetBcEmptyAreaList() []GlobalRanNodeId
- func (o *PwsInformation) GetBcEmptyAreaListOk() ([]GlobalRanNodeId, bool)
- func (o *PwsInformation) GetMessageIdentifier() int32
- func (o *PwsInformation) GetMessageIdentifierOk() (*int32, bool)
- func (o *PwsInformation) GetNfId() string
- func (o *PwsInformation) GetNfIdOk() (*string, bool)
- func (o *PwsInformation) GetOmcId() string
- func (o *PwsInformation) GetOmcIdOk() (*string, bool)
- func (o *PwsInformation) GetPwsContainer() N2InfoContent
- func (o *PwsInformation) GetPwsContainerOk() (*N2InfoContent, bool)
- func (o *PwsInformation) GetSendRanResponse() bool
- func (o *PwsInformation) GetSendRanResponseOk() (*bool, bool)
- func (o *PwsInformation) GetSerialNumber() int32
- func (o *PwsInformation) GetSerialNumberOk() (*int32, bool)
- func (o *PwsInformation) HasBcEmptyAreaList() bool
- func (o *PwsInformation) HasNfId() bool
- func (o *PwsInformation) HasOmcId() bool
- func (o *PwsInformation) HasSendRanResponse() bool
- func (o PwsInformation) MarshalJSON() ([]byte, error)
- func (o *PwsInformation) SetBcEmptyAreaList(v []GlobalRanNodeId)
- func (o *PwsInformation) SetMessageIdentifier(v int32)
- func (o *PwsInformation) SetNfId(v string)
- func (o *PwsInformation) SetOmcId(v string)
- func (o *PwsInformation) SetPwsContainer(v N2InfoContent)
- func (o *PwsInformation) SetSendRanResponse(v bool)
- func (o *PwsInformation) SetSerialNumber(v int32)
- func (o PwsInformation) ToMap() (map[string]interface{}, error)
- func (o *PwsInformation) UnmarshalJSON(bytes []byte) (err error)
- type QosRequirement
- func (o *QosRequirement) GetGfbrDl() string
- func (o *QosRequirement) GetGfbrDlOk() (*string, bool)
- func (o *QosRequirement) GetGfbrUl() string
- func (o *QosRequirement) GetGfbrUlOk() (*string, bool)
- func (o *QosRequirement) GetPdb() int32
- func (o *QosRequirement) GetPdbOk() (*int32, bool)
- func (o *QosRequirement) GetPer() string
- func (o *QosRequirement) GetPerOk() (*string, bool)
- func (o *QosRequirement) GetResType() QosResourceType
- func (o *QosRequirement) GetResTypeOk() (*QosResourceType, bool)
- func (o *QosRequirement) GetVar5qi() int32
- func (o *QosRequirement) GetVar5qiOk() (*int32, bool)
- func (o *QosRequirement) HasGfbrDl() bool
- func (o *QosRequirement) HasGfbrUl() bool
- func (o *QosRequirement) HasPdb() bool
- func (o *QosRequirement) HasPer() bool
- func (o *QosRequirement) HasResType() bool
- func (o *QosRequirement) HasVar5qi() bool
- func (o QosRequirement) MarshalJSON() ([]byte, error)
- func (o *QosRequirement) SetGfbrDl(v string)
- func (o *QosRequirement) SetGfbrUl(v string)
- func (o *QosRequirement) SetPdb(v int32)
- func (o *QosRequirement) SetPer(v string)
- func (o *QosRequirement) SetResType(v QosResourceType)
- func (o *QosRequirement) SetVar5qi(v int32)
- func (o QosRequirement) ToMap() (map[string]interface{}, error)
- type QosResourceType
- type QosSustainabilityInfo
- func (o *QosSustainabilityInfo) GetAreaInfo() NetworkAreaInfo
- func (o *QosSustainabilityInfo) GetAreaInfoOk() (*NetworkAreaInfo, bool)
- func (o *QosSustainabilityInfo) GetConfidence() int32
- func (o *QosSustainabilityInfo) GetConfidenceOk() (*int32, bool)
- func (o *QosSustainabilityInfo) GetEndTs() time.Time
- func (o *QosSustainabilityInfo) GetEndTsOk() (*time.Time, bool)
- func (o *QosSustainabilityInfo) GetQosFlowRetThd() RetainabilityThreshold
- func (o *QosSustainabilityInfo) GetQosFlowRetThdOk() (*RetainabilityThreshold, bool)
- func (o *QosSustainabilityInfo) GetRanUeThrouThd() string
- func (o *QosSustainabilityInfo) GetRanUeThrouThdOk() (*string, bool)
- func (o *QosSustainabilityInfo) GetSnssai() Snssai
- func (o *QosSustainabilityInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *QosSustainabilityInfo) GetStartTs() time.Time
- func (o *QosSustainabilityInfo) GetStartTsOk() (*time.Time, bool)
- func (o *QosSustainabilityInfo) HasAreaInfo() bool
- func (o *QosSustainabilityInfo) HasConfidence() bool
- func (o *QosSustainabilityInfo) HasEndTs() bool
- func (o *QosSustainabilityInfo) HasQosFlowRetThd() bool
- func (o *QosSustainabilityInfo) HasRanUeThrouThd() bool
- func (o *QosSustainabilityInfo) HasSnssai() bool
- func (o *QosSustainabilityInfo) HasStartTs() bool
- func (o QosSustainabilityInfo) MarshalJSON() ([]byte, error)
- func (o *QosSustainabilityInfo) SetAreaInfo(v NetworkAreaInfo)
- func (o *QosSustainabilityInfo) SetConfidence(v int32)
- func (o *QosSustainabilityInfo) SetEndTs(v time.Time)
- func (o *QosSustainabilityInfo) SetQosFlowRetThd(v RetainabilityThreshold)
- func (o *QosSustainabilityInfo) SetQosFlowRetThdNil()
- func (o *QosSustainabilityInfo) SetRanUeThrouThd(v string)
- func (o *QosSustainabilityInfo) SetSnssai(v Snssai)
- func (o *QosSustainabilityInfo) SetStartTs(v time.Time)
- func (o QosSustainabilityInfo) ToMap() (map[string]interface{}, error)
- func (o *QosSustainabilityInfo) UnsetQosFlowRetThd()
- type RankingCriterion
- func (o *RankingCriterion) GetHighBase() int32
- func (o *RankingCriterion) GetHighBaseOk() (*int32, bool)
- func (o *RankingCriterion) GetLowBase() int32
- func (o *RankingCriterion) GetLowBaseOk() (*int32, bool)
- func (o RankingCriterion) MarshalJSON() ([]byte, error)
- func (o *RankingCriterion) SetHighBase(v int32)
- func (o *RankingCriterion) SetLowBase(v int32)
- func (o RankingCriterion) ToMap() (map[string]interface{}, error)
- func (o *RankingCriterion) UnmarshalJSON(bytes []byte) (err error)
- type RatFreqInformation
- func (o *RatFreqInformation) GetAllFreq() bool
- func (o *RatFreqInformation) GetAllFreqOk() (*bool, bool)
- func (o *RatFreqInformation) GetAllRat() bool
- func (o *RatFreqInformation) GetAllRatOk() (*bool, bool)
- func (o *RatFreqInformation) GetFreq() int32
- func (o *RatFreqInformation) GetFreqOk() (*int32, bool)
- func (o *RatFreqInformation) GetMatchingDir() MatchingDirection
- func (o *RatFreqInformation) GetMatchingDirOk() (*MatchingDirection, bool)
- func (o *RatFreqInformation) GetRatType() RatType
- func (o *RatFreqInformation) GetRatTypeOk() (*RatType, bool)
- func (o *RatFreqInformation) GetSvcExpThreshold() ThresholdLevel
- func (o *RatFreqInformation) GetSvcExpThresholdOk() (*ThresholdLevel, bool)
- func (o *RatFreqInformation) HasAllFreq() bool
- func (o *RatFreqInformation) HasAllRat() bool
- func (o *RatFreqInformation) HasFreq() bool
- func (o *RatFreqInformation) HasMatchingDir() bool
- func (o *RatFreqInformation) HasRatType() bool
- func (o *RatFreqInformation) HasSvcExpThreshold() bool
- func (o RatFreqInformation) MarshalJSON() ([]byte, error)
- func (o *RatFreqInformation) SetAllFreq(v bool)
- func (o *RatFreqInformation) SetAllRat(v bool)
- func (o *RatFreqInformation) SetFreq(v int32)
- func (o *RatFreqInformation) SetMatchingDir(v MatchingDirection)
- func (o *RatFreqInformation) SetRatType(v RatType)
- func (o *RatFreqInformation) SetSvcExpThreshold(v ThresholdLevel)
- func (o RatFreqInformation) ToMap() (map[string]interface{}, error)
- type RatSelector
- type RatType
- type ReachabilityFilter
- type RedTransExpOrderingCriterion
- 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 RedundantTransmissionExpInfo
- func (o *RedundantTransmissionExpInfo) GetDnn() string
- func (o *RedundantTransmissionExpInfo) GetDnnOk() (*string, bool)
- func (o *RedundantTransmissionExpInfo) GetRedTransExps() []RedundantTransmissionExpPerTS
- func (o *RedundantTransmissionExpInfo) GetRedTransExpsOk() ([]RedundantTransmissionExpPerTS, bool)
- func (o *RedundantTransmissionExpInfo) GetSpatialValidCon() NetworkAreaInfo
- func (o *RedundantTransmissionExpInfo) GetSpatialValidConOk() (*NetworkAreaInfo, bool)
- func (o *RedundantTransmissionExpInfo) HasDnn() bool
- func (o *RedundantTransmissionExpInfo) HasSpatialValidCon() bool
- func (o RedundantTransmissionExpInfo) MarshalJSON() ([]byte, error)
- func (o *RedundantTransmissionExpInfo) SetDnn(v string)
- func (o *RedundantTransmissionExpInfo) SetRedTransExps(v []RedundantTransmissionExpPerTS)
- func (o *RedundantTransmissionExpInfo) SetSpatialValidCon(v NetworkAreaInfo)
- func (o RedundantTransmissionExpInfo) ToMap() (map[string]interface{}, error)
- func (o *RedundantTransmissionExpInfo) UnmarshalJSON(bytes []byte) (err error)
- type RedundantTransmissionExpPerTS
- func (o *RedundantTransmissionExpPerTS) GetConfidence() int32
- func (o *RedundantTransmissionExpPerTS) GetConfidenceOk() (*int32, bool)
- func (o *RedundantTransmissionExpPerTS) GetObsvRedTransExp() ObservedRedundantTransExp
- func (o *RedundantTransmissionExpPerTS) GetObsvRedTransExpOk() (*ObservedRedundantTransExp, bool)
- func (o *RedundantTransmissionExpPerTS) GetRedTransStatus() bool
- func (o *RedundantTransmissionExpPerTS) GetRedTransStatusOk() (*bool, bool)
- func (o *RedundantTransmissionExpPerTS) GetTsDuration() int32
- func (o *RedundantTransmissionExpPerTS) GetTsDurationOk() (*int32, bool)
- func (o *RedundantTransmissionExpPerTS) GetTsStart() time.Time
- func (o *RedundantTransmissionExpPerTS) GetTsStartOk() (*time.Time, bool)
- func (o *RedundantTransmissionExpPerTS) GetUeRatio() int32
- func (o *RedundantTransmissionExpPerTS) GetUeRatioOk() (*int32, bool)
- func (o *RedundantTransmissionExpPerTS) HasConfidence() bool
- func (o *RedundantTransmissionExpPerTS) HasRedTransStatus() bool
- func (o *RedundantTransmissionExpPerTS) HasUeRatio() bool
- func (o RedundantTransmissionExpPerTS) MarshalJSON() ([]byte, error)
- func (o *RedundantTransmissionExpPerTS) SetConfidence(v int32)
- func (o *RedundantTransmissionExpPerTS) SetObsvRedTransExp(v ObservedRedundantTransExp)
- func (o *RedundantTransmissionExpPerTS) SetRedTransStatus(v bool)
- func (o *RedundantTransmissionExpPerTS) SetTsDuration(v int32)
- func (o *RedundantTransmissionExpPerTS) SetTsStart(v time.Time)
- func (o *RedundantTransmissionExpPerTS) SetUeRatio(v int32)
- func (o RedundantTransmissionExpPerTS) ToMap() (map[string]interface{}, error)
- func (o *RedundantTransmissionExpPerTS) UnmarshalJSON(bytes []byte) (err error)
- type RedundantTransmissionExpReq
- func (o *RedundantTransmissionExpReq) GetOrder() MatchingDirection
- func (o *RedundantTransmissionExpReq) GetOrderOk() (*MatchingDirection, bool)
- func (o *RedundantTransmissionExpReq) GetRedTOrderCriter() RedTransExpOrderingCriterion
- func (o *RedundantTransmissionExpReq) GetRedTOrderCriterOk() (*RedTransExpOrderingCriterion, bool)
- func (o *RedundantTransmissionExpReq) HasOrder() bool
- func (o *RedundantTransmissionExpReq) HasRedTOrderCriter() bool
- func (o RedundantTransmissionExpReq) MarshalJSON() ([]byte, error)
- func (o *RedundantTransmissionExpReq) SetOrder(v MatchingDirection)
- func (o *RedundantTransmissionExpReq) SetRedTOrderCriter(v RedTransExpOrderingCriterion)
- func (o RedundantTransmissionExpReq) ToMap() (map[string]interface{}, 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 RegistrationContextContainer
- func (o *RegistrationContextContainer) GetAllowedNssai() AllowedNssai
- func (o *RegistrationContextContainer) GetAllowedNssaiOk() (*AllowedNssai, bool)
- func (o *RegistrationContextContainer) GetAnN2ApId() int32
- func (o *RegistrationContextContainer) GetAnN2ApIdOk() (*int32, bool)
- func (o *RegistrationContextContainer) GetAnN2IPv4Addr() string
- func (o *RegistrationContextContainer) GetAnN2IPv4AddrOk() (*string, bool)
- func (o *RegistrationContextContainer) GetAnN2IPv6Addr() Ipv6Addr
- func (o *RegistrationContextContainer) GetAnN2IPv6AddrOk() (*Ipv6Addr, bool)
- func (o *RegistrationContextContainer) GetAnType() AccessType
- func (o *RegistrationContextContainer) GetAnTypeOk() (*AccessType, bool)
- func (o *RegistrationContextContainer) GetAuthenticatedInd() bool
- func (o *RegistrationContextContainer) GetAuthenticatedIndOk() (*bool, bool)
- func (o *RegistrationContextContainer) GetCeModeBInd() CeModeBInd
- func (o *RegistrationContextContainer) GetCeModeBIndOk() (*CeModeBInd, bool)
- func (o *RegistrationContextContainer) GetConfiguredNssai() []ConfiguredSnssai
- func (o *RegistrationContextContainer) GetConfiguredNssaiOk() ([]ConfiguredSnssai, bool)
- func (o *RegistrationContextContainer) GetIabNodeInd() bool
- func (o *RegistrationContextContainer) GetIabNodeIndOk() (*bool, bool)
- func (o *RegistrationContextContainer) GetInitialAmfN2ApId() int32
- func (o *RegistrationContextContainer) GetInitialAmfN2ApIdOk() (*int32, bool)
- func (o *RegistrationContextContainer) GetInitialAmfName() string
- func (o *RegistrationContextContainer) GetInitialAmfNameOk() (*string, bool)
- func (o *RegistrationContextContainer) GetLocalTimeZone() string
- func (o *RegistrationContextContainer) GetLocalTimeZoneOk() (*string, bool)
- func (o *RegistrationContextContainer) GetLteMInd() LteMInd
- func (o *RegistrationContextContainer) GetLteMIndOk() (*LteMInd, bool)
- func (o *RegistrationContextContainer) GetNpnAccessInfo() NpnAccessInfo
- func (o *RegistrationContextContainer) GetNpnAccessInfoOk() (*NpnAccessInfo, bool)
- func (o *RegistrationContextContainer) GetRanNodeId() GlobalRanNodeId
- func (o *RegistrationContextContainer) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
- func (o *RegistrationContextContainer) GetRejectedNssaiInPlmn() []Snssai
- func (o *RegistrationContextContainer) GetRejectedNssaiInPlmnOk() ([]Snssai, bool)
- func (o *RegistrationContextContainer) GetRejectedNssaiInTa() []Snssai
- func (o *RegistrationContextContainer) GetRejectedNssaiInTaOk() ([]Snssai, bool)
- func (o *RegistrationContextContainer) GetRrcEstCause() string
- func (o *RegistrationContextContainer) GetRrcEstCauseOk() (*string, bool)
- func (o *RegistrationContextContainer) GetSelectedPlmnId() PlmnId
- func (o *RegistrationContextContainer) GetSelectedPlmnIdOk() (*PlmnId, bool)
- func (o *RegistrationContextContainer) GetUeContext() UeContext
- func (o *RegistrationContextContainer) GetUeContextOk() (*UeContext, bool)
- func (o *RegistrationContextContainer) GetUeContextRequest() bool
- func (o *RegistrationContextContainer) GetUeContextRequestOk() (*bool, bool)
- func (o *RegistrationContextContainer) GetUserLocation() UserLocation
- func (o *RegistrationContextContainer) GetUserLocationOk() (*UserLocation, bool)
- func (o *RegistrationContextContainer) HasAllowedNssai() bool
- func (o *RegistrationContextContainer) HasAnN2IPv4Addr() bool
- func (o *RegistrationContextContainer) HasAnN2IPv6Addr() bool
- func (o *RegistrationContextContainer) HasAuthenticatedInd() bool
- func (o *RegistrationContextContainer) HasCeModeBInd() bool
- func (o *RegistrationContextContainer) HasConfiguredNssai() bool
- func (o *RegistrationContextContainer) HasIabNodeInd() bool
- func (o *RegistrationContextContainer) HasInitialAmfN2ApId() bool
- func (o *RegistrationContextContainer) HasLocalTimeZone() bool
- func (o *RegistrationContextContainer) HasLteMInd() bool
- func (o *RegistrationContextContainer) HasNpnAccessInfo() bool
- func (o *RegistrationContextContainer) HasRejectedNssaiInPlmn() bool
- func (o *RegistrationContextContainer) HasRejectedNssaiInTa() bool
- func (o *RegistrationContextContainer) HasRrcEstCause() bool
- func (o *RegistrationContextContainer) HasSelectedPlmnId() bool
- func (o *RegistrationContextContainer) HasUeContextRequest() bool
- func (o RegistrationContextContainer) MarshalJSON() ([]byte, error)
- func (o *RegistrationContextContainer) SetAllowedNssai(v AllowedNssai)
- func (o *RegistrationContextContainer) SetAnN2ApId(v int32)
- func (o *RegistrationContextContainer) SetAnN2IPv4Addr(v string)
- func (o *RegistrationContextContainer) SetAnN2IPv6Addr(v Ipv6Addr)
- func (o *RegistrationContextContainer) SetAnType(v AccessType)
- func (o *RegistrationContextContainer) SetAuthenticatedInd(v bool)
- func (o *RegistrationContextContainer) SetCeModeBInd(v CeModeBInd)
- func (o *RegistrationContextContainer) SetConfiguredNssai(v []ConfiguredSnssai)
- func (o *RegistrationContextContainer) SetIabNodeInd(v bool)
- func (o *RegistrationContextContainer) SetInitialAmfN2ApId(v int32)
- func (o *RegistrationContextContainer) SetInitialAmfName(v string)
- func (o *RegistrationContextContainer) SetLocalTimeZone(v string)
- func (o *RegistrationContextContainer) SetLteMInd(v LteMInd)
- func (o *RegistrationContextContainer) SetNpnAccessInfo(v NpnAccessInfo)
- func (o *RegistrationContextContainer) SetRanNodeId(v GlobalRanNodeId)
- func (o *RegistrationContextContainer) SetRejectedNssaiInPlmn(v []Snssai)
- func (o *RegistrationContextContainer) SetRejectedNssaiInTa(v []Snssai)
- func (o *RegistrationContextContainer) SetRrcEstCause(v string)
- func (o *RegistrationContextContainer) SetSelectedPlmnId(v PlmnId)
- func (o *RegistrationContextContainer) SetUeContext(v UeContext)
- func (o *RegistrationContextContainer) SetUeContextRequest(v bool)
- func (o *RegistrationContextContainer) SetUserLocation(v UserLocation)
- func (o RegistrationContextContainer) ToMap() (map[string]interface{}, error)
- func (o *RegistrationContextContainer) UnmarshalJSON(bytes []byte) (err error)
- type RelativeCartesianLocation
- func (o *RelativeCartesianLocation) GetX() float32
- func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetY() float32
- func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetZ() float32
- func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
- func (o *RelativeCartesianLocation) HasZ() bool
- func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (o *RelativeCartesianLocation) SetX(v float32)
- func (o *RelativeCartesianLocation) SetY(v float32)
- func (o *RelativeCartesianLocation) SetZ(v float32)
- func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
- func (o *RelativeCartesianLocation) UnmarshalJSON(bytes []byte) (err error)
- type ReleaseCause
- type ReleaseSessionInfo
- func (o *ReleaseSessionInfo) GetReleaseCause() ReleaseCause
- func (o *ReleaseSessionInfo) GetReleaseCauseOk() (*ReleaseCause, bool)
- func (o *ReleaseSessionInfo) GetReleaseSessionList() []int32
- func (o *ReleaseSessionInfo) GetReleaseSessionListOk() ([]int32, bool)
- func (o ReleaseSessionInfo) MarshalJSON() ([]byte, error)
- func (o *ReleaseSessionInfo) SetReleaseCause(v ReleaseCause)
- func (o *ReleaseSessionInfo) SetReleaseSessionList(v []int32)
- func (o ReleaseSessionInfo) ToMap() (map[string]interface{}, error)
- func (o *ReleaseSessionInfo) UnmarshalJSON(bytes []byte) (err error)
- type RelocateUEContextRequest
- func (o *RelocateUEContextRequest) GetBinaryDataForwardRelocationRequest() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataForwardRelocationRequestOk() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2Information() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt1() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt1Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt2() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt2Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt3() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt3Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt4() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt4Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt5() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt5Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt6() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt6Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt7() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt7Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt8() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt8Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt9() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt9Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt10() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt10Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt11() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt11Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt12() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt12Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt13() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt13Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt14() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt14Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt15() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt15Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt16() *os.File
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt16Ok() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetBinaryDataN2InformationOk() (**os.File, bool)
- func (o *RelocateUEContextRequest) GetJsonData() UeContextRelocateData
- func (o *RelocateUEContextRequest) GetJsonDataOk() (*UeContextRelocateData, bool)
- func (o *RelocateUEContextRequest) HasBinaryDataForwardRelocationRequest() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2Information() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt1() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt2() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt3() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt4() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt5() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt6() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt7() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt8() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt9() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt10() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt11() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt12() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt13() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt14() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt15() bool
- func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt16() bool
- func (o *RelocateUEContextRequest) HasJsonData() bool
- func (o RelocateUEContextRequest) MarshalJSON() ([]byte, error)
- func (o *RelocateUEContextRequest) SetBinaryDataForwardRelocationRequest(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2Information(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt1(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt2(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt3(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt4(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt5(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt6(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt7(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt8(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt9(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt10(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt11(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt12(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt13(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt14(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt15(v *os.File)
- func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt16(v *os.File)
- func (o *RelocateUEContextRequest) SetJsonData(v UeContextRelocateData)
- func (o RelocateUEContextRequest) ToMap() (map[string]interface{}, error)
- type ReportAmountMdt
- type ReportIntervalMdt
- type ReportIntervalNrMdt
- type ReportingInformation
- func (o *ReportingInformation) GetGrpRepTime() int32
- func (o *ReportingInformation) GetGrpRepTimeOk() (*int32, bool)
- func (o *ReportingInformation) GetImmRep() bool
- func (o *ReportingInformation) GetImmRepOk() (*bool, bool)
- func (o *ReportingInformation) GetMaxReportNbr() int32
- func (o *ReportingInformation) GetMaxReportNbrOk() (*int32, bool)
- func (o *ReportingInformation) GetMonDur() time.Time
- func (o *ReportingInformation) GetMonDurOk() (*time.Time, bool)
- func (o *ReportingInformation) GetNotifFlag() NotificationFlag
- func (o *ReportingInformation) GetNotifFlagOk() (*NotificationFlag, bool)
- func (o *ReportingInformation) GetNotifMethod() NotificationMethod1
- func (o *ReportingInformation) GetNotifMethodOk() (*NotificationMethod1, bool)
- func (o *ReportingInformation) GetPartitionCriteria() []PartitioningCriteria
- func (o *ReportingInformation) GetPartitionCriteriaOk() ([]PartitioningCriteria, bool)
- func (o *ReportingInformation) GetRepPeriod() int32
- func (o *ReportingInformation) GetRepPeriodOk() (*int32, bool)
- func (o *ReportingInformation) GetSampRatio() int32
- func (o *ReportingInformation) GetSampRatioOk() (*int32, bool)
- func (o *ReportingInformation) HasGrpRepTime() bool
- func (o *ReportingInformation) HasImmRep() bool
- func (o *ReportingInformation) HasMaxReportNbr() bool
- func (o *ReportingInformation) HasMonDur() bool
- func (o *ReportingInformation) HasNotifFlag() bool
- func (o *ReportingInformation) HasNotifMethod() bool
- func (o *ReportingInformation) HasPartitionCriteria() bool
- func (o *ReportingInformation) HasRepPeriod() bool
- func (o *ReportingInformation) HasSampRatio() bool
- func (o ReportingInformation) MarshalJSON() ([]byte, error)
- func (o *ReportingInformation) SetGrpRepTime(v int32)
- func (o *ReportingInformation) SetImmRep(v bool)
- func (o *ReportingInformation) SetMaxReportNbr(v int32)
- func (o *ReportingInformation) SetMonDur(v time.Time)
- func (o *ReportingInformation) SetNotifFlag(v NotificationFlag)
- func (o *ReportingInformation) SetNotifMethod(v NotificationMethod1)
- func (o *ReportingInformation) SetPartitionCriteria(v []PartitioningCriteria)
- func (o *ReportingInformation) SetRepPeriod(v int32)
- func (o *ReportingInformation) SetSampRatio(v int32)
- func (o ReportingInformation) ToMap() (map[string]interface{}, error)
- type ReportingTrigger
- type ResourceUsage
- func (o *ResourceUsage) GetCpuUsage() int32
- func (o *ResourceUsage) GetCpuUsageOk() (*int32, bool)
- func (o *ResourceUsage) GetMemoryUsage() int32
- func (o *ResourceUsage) GetMemoryUsageOk() (*int32, bool)
- func (o *ResourceUsage) GetStorageUsage() int32
- func (o *ResourceUsage) GetStorageUsageOk() (*int32, bool)
- func (o *ResourceUsage) HasCpuUsage() bool
- func (o *ResourceUsage) HasMemoryUsage() bool
- func (o *ResourceUsage) HasStorageUsage() bool
- func (o ResourceUsage) MarshalJSON() ([]byte, error)
- func (o *ResourceUsage) SetCpuUsage(v int32)
- func (o *ResourceUsage) SetMemoryUsage(v int32)
- func (o *ResourceUsage) SetStorageUsage(v int32)
- func (o ResourceUsage) ToMap() (map[string]interface{}, error)
- type RestrictionType
- type RetainabilityThreshold
- func (o *RetainabilityThreshold) GetRelFlowNum() int32
- func (o *RetainabilityThreshold) GetRelFlowNumOk() (*int32, bool)
- func (o *RetainabilityThreshold) GetRelFlowRatio() int32
- func (o *RetainabilityThreshold) GetRelFlowRatioOk() (*int32, bool)
- func (o *RetainabilityThreshold) GetRelTimeUnit() TimeUnit
- func (o *RetainabilityThreshold) GetRelTimeUnitOk() (*TimeUnit, bool)
- func (o *RetainabilityThreshold) HasRelFlowNum() bool
- func (o *RetainabilityThreshold) HasRelFlowRatio() bool
- func (o *RetainabilityThreshold) HasRelTimeUnit() bool
- func (o RetainabilityThreshold) MarshalJSON() ([]byte, error)
- func (o *RetainabilityThreshold) SetRelFlowNum(v int32)
- func (o *RetainabilityThreshold) SetRelFlowRatio(v int32)
- func (o *RetainabilityThreshold) SetRelTimeUnit(v TimeUnit)
- func (o RetainabilityThreshold) 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 SbiBindingLevel
- type ScType
- 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 ScheduledCommunicationTime1
- func (o *ScheduledCommunicationTime1) GetDaysOfWeek() []int32
- func (o *ScheduledCommunicationTime1) GetDaysOfWeekOk() ([]int32, bool)
- func (o *ScheduledCommunicationTime1) GetTimeOfDayEnd() string
- func (o *ScheduledCommunicationTime1) GetTimeOfDayEndOk() (*string, bool)
- func (o *ScheduledCommunicationTime1) GetTimeOfDayStart() string
- func (o *ScheduledCommunicationTime1) GetTimeOfDayStartOk() (*string, bool)
- func (o *ScheduledCommunicationTime1) HasDaysOfWeek() bool
- func (o *ScheduledCommunicationTime1) HasTimeOfDayEnd() bool
- func (o *ScheduledCommunicationTime1) HasTimeOfDayStart() bool
- func (o ScheduledCommunicationTime1) MarshalJSON() ([]byte, error)
- func (o *ScheduledCommunicationTime1) SetDaysOfWeek(v []int32)
- func (o *ScheduledCommunicationTime1) SetTimeOfDayEnd(v string)
- func (o *ScheduledCommunicationTime1) SetTimeOfDayStart(v string)
- func (o ScheduledCommunicationTime1) ToMap() (map[string]interface{}, error)
- type ScheduledCommunicationType
- type SdRange
- func (o *SdRange) GetEnd() string
- func (o *SdRange) GetEndOk() (*string, bool)
- func (o *SdRange) GetStart() string
- func (o *SdRange) GetStartOk() (*string, bool)
- func (o *SdRange) HasEnd() bool
- func (o *SdRange) HasStart() bool
- func (o SdRange) MarshalJSON() ([]byte, error)
- func (o *SdRange) SetEnd(v string)
- func (o *SdRange) SetStart(v string)
- func (o SdRange) ToMap() (map[string]interface{}, error)
- type SeafData
- func (o *SeafData) GetKeyAmf() KeyAmf
- func (o *SeafData) GetKeyAmfChangeInd() bool
- func (o *SeafData) GetKeyAmfChangeIndOk() (*bool, bool)
- func (o *SeafData) GetKeyAmfHDerivationInd() bool
- func (o *SeafData) GetKeyAmfHDerivationIndOk() (*bool, bool)
- func (o *SeafData) GetKeyAmfOk() (*KeyAmf, bool)
- func (o *SeafData) GetNcc() int32
- func (o *SeafData) GetNccOk() (*int32, bool)
- func (o *SeafData) GetNgKsi() NgKsi
- func (o *SeafData) GetNgKsiOk() (*NgKsi, bool)
- func (o *SeafData) GetNh() string
- func (o *SeafData) GetNhOk() (*string, bool)
- func (o *SeafData) HasKeyAmfChangeInd() bool
- func (o *SeafData) HasKeyAmfHDerivationInd() bool
- func (o *SeafData) HasNcc() bool
- func (o *SeafData) HasNh() bool
- func (o SeafData) MarshalJSON() ([]byte, error)
- func (o *SeafData) SetKeyAmf(v KeyAmf)
- func (o *SeafData) SetKeyAmfChangeInd(v bool)
- func (o *SeafData) SetKeyAmfHDerivationInd(v bool)
- func (o *SeafData) SetNcc(v int32)
- func (o *SeafData) SetNgKsi(v NgKsi)
- func (o *SeafData) SetNh(v string)
- func (o SeafData) ToMap() (map[string]interface{}, error)
- func (o *SeafData) UnmarshalJSON(bytes []byte) (err error)
- type SensorMeasurement
- 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 ServiceAreaRestriction
- func (o *ServiceAreaRestriction) GetAreas() []Area
- func (o *ServiceAreaRestriction) GetAreasOk() ([]Area, bool)
- func (o *ServiceAreaRestriction) GetMaxNumOfTAs() int32
- func (o *ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreas() int32
- func (o *ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreasOk() (*int32, bool)
- func (o *ServiceAreaRestriction) GetMaxNumOfTAsOk() (*int32, bool)
- func (o *ServiceAreaRestriction) GetRestrictionType() RestrictionType
- func (o *ServiceAreaRestriction) GetRestrictionTypeOk() (*RestrictionType, bool)
- func (o *ServiceAreaRestriction) HasAreas() bool
- func (o *ServiceAreaRestriction) HasMaxNumOfTAs() bool
- func (o *ServiceAreaRestriction) HasMaxNumOfTAsForNotAllowedAreas() bool
- func (o *ServiceAreaRestriction) HasRestrictionType() bool
- func (o ServiceAreaRestriction) MarshalJSON() ([]byte, error)
- func (o *ServiceAreaRestriction) SetAreas(v []Area)
- func (o *ServiceAreaRestriction) SetMaxNumOfTAs(v int32)
- func (o *ServiceAreaRestriction) SetMaxNumOfTAsForNotAllowedAreas(v int32)
- func (o *ServiceAreaRestriction) SetRestrictionType(v RestrictionType)
- func (o ServiceAreaRestriction) ToMap() (map[string]interface{}, error)
- type ServiceExperienceInfo
- func (o *ServiceExperienceInfo) GetAppId() string
- func (o *ServiceExperienceInfo) GetAppIdOk() (*string, bool)
- func (o *ServiceExperienceInfo) GetAppServerInst() AddrFqdn
- func (o *ServiceExperienceInfo) GetAppServerInstOk() (*AddrFqdn, bool)
- func (o *ServiceExperienceInfo) GetConfidence() int32
- func (o *ServiceExperienceInfo) GetConfidenceOk() (*int32, bool)
- func (o *ServiceExperienceInfo) GetDnai() string
- func (o *ServiceExperienceInfo) GetDnaiOk() (*string, bool)
- func (o *ServiceExperienceInfo) GetDnn() string
- func (o *ServiceExperienceInfo) GetDnnOk() (*string, bool)
- func (o *ServiceExperienceInfo) GetNetworkArea() NetworkAreaInfo
- func (o *ServiceExperienceInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
- func (o *ServiceExperienceInfo) GetNsiId() string
- func (o *ServiceExperienceInfo) GetNsiIdOk() (*string, bool)
- func (o *ServiceExperienceInfo) GetRatFreq() RatFreqInformation
- func (o *ServiceExperienceInfo) GetRatFreqOk() (*RatFreqInformation, bool)
- func (o *ServiceExperienceInfo) GetRatio() int32
- func (o *ServiceExperienceInfo) GetRatioOk() (*int32, bool)
- func (o *ServiceExperienceInfo) GetSnssai() Snssai
- func (o *ServiceExperienceInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *ServiceExperienceInfo) GetSrvExpcType() ServiceExperienceType
- func (o *ServiceExperienceInfo) GetSrvExpcTypeOk() (*ServiceExperienceType, bool)
- func (o *ServiceExperienceInfo) GetSupis() []string
- func (o *ServiceExperienceInfo) GetSupisOk() ([]string, bool)
- func (o *ServiceExperienceInfo) GetSvcExprc() SvcExperience
- func (o *ServiceExperienceInfo) GetSvcExprcOk() (*SvcExperience, bool)
- func (o *ServiceExperienceInfo) GetSvcExprcVariance() float32
- func (o *ServiceExperienceInfo) GetSvcExprcVarianceOk() (*float32, bool)
- func (o *ServiceExperienceInfo) GetUeLocs() []LocationInfo
- func (o *ServiceExperienceInfo) GetUeLocsOk() ([]LocationInfo, bool)
- func (o *ServiceExperienceInfo) GetUpfInfo() UpfInformation
- func (o *ServiceExperienceInfo) GetUpfInfoOk() (*UpfInformation, bool)
- func (o *ServiceExperienceInfo) HasAppId() bool
- func (o *ServiceExperienceInfo) HasAppServerInst() bool
- func (o *ServiceExperienceInfo) HasConfidence() bool
- func (o *ServiceExperienceInfo) HasDnai() bool
- func (o *ServiceExperienceInfo) HasDnn() bool
- func (o *ServiceExperienceInfo) HasNetworkArea() bool
- func (o *ServiceExperienceInfo) HasNsiId() bool
- func (o *ServiceExperienceInfo) HasRatFreq() bool
- func (o *ServiceExperienceInfo) HasRatio() bool
- func (o *ServiceExperienceInfo) HasSnssai() bool
- func (o *ServiceExperienceInfo) HasSrvExpcType() bool
- func (o *ServiceExperienceInfo) HasSupis() bool
- func (o *ServiceExperienceInfo) HasSvcExprcVariance() bool
- func (o *ServiceExperienceInfo) HasUeLocs() bool
- func (o *ServiceExperienceInfo) HasUpfInfo() bool
- func (o ServiceExperienceInfo) MarshalJSON() ([]byte, error)
- func (o *ServiceExperienceInfo) SetAppId(v string)
- func (o *ServiceExperienceInfo) SetAppServerInst(v AddrFqdn)
- func (o *ServiceExperienceInfo) SetConfidence(v int32)
- func (o *ServiceExperienceInfo) SetDnai(v string)
- func (o *ServiceExperienceInfo) SetDnn(v string)
- func (o *ServiceExperienceInfo) SetNetworkArea(v NetworkAreaInfo)
- func (o *ServiceExperienceInfo) SetNsiId(v string)
- func (o *ServiceExperienceInfo) SetRatFreq(v RatFreqInformation)
- func (o *ServiceExperienceInfo) SetRatio(v int32)
- func (o *ServiceExperienceInfo) SetSnssai(v Snssai)
- func (o *ServiceExperienceInfo) SetSrvExpcType(v ServiceExperienceType)
- func (o *ServiceExperienceInfo) SetSupis(v []string)
- func (o *ServiceExperienceInfo) SetSvcExprc(v SvcExperience)
- func (o *ServiceExperienceInfo) SetSvcExprcVariance(v float32)
- func (o *ServiceExperienceInfo) SetUeLocs(v []LocationInfo)
- func (o *ServiceExperienceInfo) SetUpfInfo(v UpfInformation)
- func (o ServiceExperienceInfo) ToMap() (map[string]interface{}, error)
- func (o *ServiceExperienceInfo) UnmarshalJSON(bytes []byte) (err error)
- type ServiceExperienceType
- type SessInactTimerForUeComm
- func (o *SessInactTimerForUeComm) GetN4SessId() int32
- func (o *SessInactTimerForUeComm) GetN4SessIdOk() (*int32, bool)
- func (o *SessInactTimerForUeComm) GetSessInactiveTimer() int32
- func (o *SessInactTimerForUeComm) GetSessInactiveTimerOk() (*int32, bool)
- func (o SessInactTimerForUeComm) MarshalJSON() ([]byte, error)
- func (o *SessInactTimerForUeComm) SetN4SessId(v int32)
- func (o *SessInactTimerForUeComm) SetSessInactiveTimer(v int32)
- func (o SessInactTimerForUeComm) ToMap() (map[string]interface{}, error)
- func (o *SessInactTimerForUeComm) UnmarshalJSON(bytes []byte) (err error)
- type SliceLoadLevelInformation
- func (o *SliceLoadLevelInformation) GetLoadLevelInformation() int32
- func (o *SliceLoadLevelInformation) GetLoadLevelInformationOk() (*int32, bool)
- func (o *SliceLoadLevelInformation) GetSnssais() []Snssai
- func (o *SliceLoadLevelInformation) GetSnssaisOk() ([]Snssai, bool)
- func (o SliceLoadLevelInformation) MarshalJSON() ([]byte, error)
- func (o *SliceLoadLevelInformation) SetLoadLevelInformation(v int32)
- func (o *SliceLoadLevelInformation) SetSnssais(v []Snssai)
- func (o SliceLoadLevelInformation) ToMap() (map[string]interface{}, error)
- func (o *SliceLoadLevelInformation) UnmarshalJSON(bytes []byte) (err error)
- type SliceMbr
- func (o *SliceMbr) GetDownlink() string
- func (o *SliceMbr) GetDownlinkOk() (*string, bool)
- func (o *SliceMbr) GetUplink() string
- func (o *SliceMbr) GetUplinkOk() (*string, bool)
- func (o SliceMbr) MarshalJSON() ([]byte, error)
- func (o *SliceMbr) SetDownlink(v string)
- func (o *SliceMbr) SetUplink(v string)
- func (o SliceMbr) ToMap() (map[string]interface{}, error)
- func (o *SliceMbr) UnmarshalJSON(bytes []byte) (err 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 SmallDataRateStatusInfo
- func (o *SmallDataRateStatusInfo) GetDnn() string
- func (o *SmallDataRateStatusInfo) GetDnnOk() (*string, bool)
- func (o *SmallDataRateStatusInfo) GetSmallDataRateStatus() SmallDataRateStatus
- func (o *SmallDataRateStatusInfo) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
- func (o *SmallDataRateStatusInfo) GetSnssai() Snssai
- func (o *SmallDataRateStatusInfo) GetSnssaiOk() (*Snssai, bool)
- func (o SmallDataRateStatusInfo) MarshalJSON() ([]byte, error)
- func (o *SmallDataRateStatusInfo) SetDnn(v string)
- func (o *SmallDataRateStatusInfo) SetSmallDataRateStatus(v SmallDataRateStatus)
- func (o *SmallDataRateStatusInfo) SetSnssai(v Snssai)
- func (o SmallDataRateStatusInfo) ToMap() (map[string]interface{}, error)
- func (o *SmallDataRateStatusInfo) UnmarshalJSON(bytes []byte) (err error)
- type SmcceInfo
- func (o *SmcceInfo) GetDnn() string
- func (o *SmcceInfo) GetDnnOk() (*string, bool)
- func (o *SmcceInfo) GetSmcceUeList() SmcceUeList
- func (o *SmcceInfo) GetSmcceUeListOk() (*SmcceUeList, bool)
- func (o *SmcceInfo) GetSnssai() Snssai
- func (o *SmcceInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *SmcceInfo) HasDnn() bool
- func (o *SmcceInfo) HasSnssai() bool
- func (o SmcceInfo) MarshalJSON() ([]byte, error)
- func (o *SmcceInfo) SetDnn(v string)
- func (o *SmcceInfo) SetSmcceUeList(v SmcceUeList)
- func (o *SmcceInfo) SetSnssai(v Snssai)
- func (o SmcceInfo) ToMap() (map[string]interface{}, error)
- func (o *SmcceInfo) UnmarshalJSON(bytes []byte) (err error)
- type SmcceUeList
- func (o *SmcceUeList) GetHighLevel() []string
- func (o *SmcceUeList) GetHighLevelOk() ([]string, bool)
- func (o *SmcceUeList) GetLowLevel() []string
- func (o *SmcceUeList) GetLowLevelOk() ([]string, bool)
- func (o *SmcceUeList) GetMediumLevel() []string
- func (o *SmcceUeList) GetMediumLevelOk() ([]string, bool)
- func (o *SmcceUeList) HasHighLevel() bool
- func (o *SmcceUeList) HasLowLevel() bool
- func (o *SmcceUeList) HasMediumLevel() bool
- func (o SmcceUeList) MarshalJSON() ([]byte, error)
- func (o *SmcceUeList) SetHighLevel(v []string)
- func (o *SmcceUeList) SetLowLevel(v []string)
- func (o *SmcceUeList) SetMediumLevel(v []string)
- func (o SmcceUeList) ToMap() (map[string]interface{}, error)
- type SmfChangeIndication
- type SmfChangeInfo
- func (o *SmfChangeInfo) GetPduSessionIdList() []int32
- func (o *SmfChangeInfo) GetPduSessionIdListOk() ([]int32, bool)
- func (o *SmfChangeInfo) GetSmfChangeInd() SmfChangeIndication
- func (o *SmfChangeInfo) GetSmfChangeIndOk() (*SmfChangeIndication, bool)
- func (o SmfChangeInfo) MarshalJSON() ([]byte, error)
- func (o *SmfChangeInfo) SetPduSessionIdList(v []int32)
- func (o *SmfChangeInfo) SetSmfChangeInd(v SmfChangeIndication)
- func (o SmfChangeInfo) ToMap() (map[string]interface{}, error)
- func (o *SmfChangeInfo) UnmarshalJSON(bytes []byte) (err error)
- type SmfSelectionData
- func (o *SmfSelectionData) GetCandidates() map[string]CandidateForReplacement
- func (o *SmfSelectionData) GetCandidatesOk() (*map[string]CandidateForReplacement, bool)
- func (o *SmfSelectionData) GetDnn() string
- func (o *SmfSelectionData) GetDnnOk() (*string, bool)
- func (o *SmfSelectionData) GetMappingSnssai() Snssai
- func (o *SmfSelectionData) GetMappingSnssaiOk() (*Snssai, bool)
- func (o *SmfSelectionData) GetSnssai() Snssai
- func (o *SmfSelectionData) GetSnssaiOk() (*Snssai, bool)
- func (o *SmfSelectionData) GetUnsuppDnn() bool
- func (o *SmfSelectionData) GetUnsuppDnnOk() (*bool, bool)
- func (o *SmfSelectionData) HasCandidates() bool
- func (o *SmfSelectionData) HasDnn() bool
- func (o *SmfSelectionData) HasMappingSnssai() bool
- func (o *SmfSelectionData) HasSnssai() bool
- func (o *SmfSelectionData) HasUnsuppDnn() bool
- func (o SmfSelectionData) MarshalJSON() ([]byte, error)
- func (o *SmfSelectionData) SetCandidates(v map[string]CandidateForReplacement)
- func (o *SmfSelectionData) SetDnn(v string)
- func (o *SmfSelectionData) SetMappingSnssai(v Snssai)
- func (o *SmfSelectionData) SetSnssai(v Snssai)
- func (o *SmfSelectionData) SetUnsuppDnn(v bool)
- func (o SmfSelectionData) ToMap() (map[string]interface{}, error)
- type SmsSupport
- 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 SnssaiExtension
- func (o *SnssaiExtension) GetSdRanges() []SdRange
- func (o *SnssaiExtension) GetSdRangesOk() ([]SdRange, bool)
- func (o *SnssaiExtension) GetWildcardSd() bool
- func (o *SnssaiExtension) GetWildcardSdOk() (*bool, bool)
- func (o *SnssaiExtension) HasSdRanges() bool
- func (o *SnssaiExtension) HasWildcardSd() bool
- func (o SnssaiExtension) MarshalJSON() ([]byte, error)
- func (o *SnssaiExtension) SetSdRanges(v []SdRange)
- func (o *SnssaiExtension) SetWildcardSd(v bool)
- func (o SnssaiExtension) ToMap() (map[string]interface{}, error)
- type StationaryIndication
- type StatusChange
- type SubscriptionData
- func (o *SubscriptionData) GetAmfStatusUri() string
- func (o *SubscriptionData) GetAmfStatusUriOk() (*string, bool)
- func (o *SubscriptionData) GetGuamiList() []Guami
- func (o *SubscriptionData) GetGuamiListOk() ([]Guami, bool)
- func (o *SubscriptionData) HasGuamiList() bool
- func (o SubscriptionData) MarshalJSON() ([]byte, error)
- func (o *SubscriptionData) SetAmfStatusUri(v string)
- func (o *SubscriptionData) SetGuamiList(v []Guami)
- func (o SubscriptionData) ToMap() (map[string]interface{}, error)
- func (o *SubscriptionData) UnmarshalJSON(bytes []byte) (err error)
- type SubscriptionsCollectionCollectionAPIService
- func (a *SubscriptionsCollectionCollectionAPIService) AMFStatusChangeSubscribe(ctx context.Context) ApiAMFStatusChangeSubscribeRequest
- func (a *SubscriptionsCollectionCollectionAPIService) AMFStatusChangeSubscribeExecute(r ApiAMFStatusChangeSubscribeRequest) (*SubscriptionData, *http.Response, error)
- type SupportedGADShapes
- type SvcExperience
- func (o *SvcExperience) GetLowerRange() float32
- func (o *SvcExperience) GetLowerRangeOk() (*float32, bool)
- func (o *SvcExperience) GetMos() float32
- func (o *SvcExperience) GetMosOk() (*float32, bool)
- func (o *SvcExperience) GetUpperRange() float32
- func (o *SvcExperience) GetUpperRangeOk() (*float32, bool)
- func (o *SvcExperience) HasLowerRange() bool
- func (o *SvcExperience) HasMos() bool
- func (o *SvcExperience) HasUpperRange() bool
- func (o SvcExperience) MarshalJSON() ([]byte, error)
- func (o *SvcExperience) SetLowerRange(v float32)
- func (o *SvcExperience) SetMos(v float32)
- func (o *SvcExperience) SetUpperRange(v float32)
- func (o SvcExperience) ToMap() (map[string]interface{}, error)
- type TacInfo
- type TacRange
- func (o *TacRange) GetEnd() string
- func (o *TacRange) GetEndOk() (*string, bool)
- func (o *TacRange) GetPattern() string
- func (o *TacRange) GetPatternOk() (*string, bool)
- func (o *TacRange) GetStart() string
- func (o *TacRange) GetStartOk() (*string, bool)
- func (o *TacRange) HasEnd() bool
- func (o *TacRange) HasPattern() bool
- func (o *TacRange) HasStart() bool
- func (o TacRange) MarshalJSON() ([]byte, error)
- func (o *TacRange) SetEnd(v string)
- func (o *TacRange) SetPattern(v string)
- func (o *TacRange) SetStart(v string)
- func (o TacRange) ToMap() (map[string]interface{}, 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 TaiRange
- func (o *TaiRange) GetNid() string
- func (o *TaiRange) GetNidOk() (*string, bool)
- func (o *TaiRange) GetPlmnId() PlmnId
- func (o *TaiRange) GetPlmnIdOk() (*PlmnId, bool)
- func (o *TaiRange) GetTacRangeList() []TacRange
- func (o *TaiRange) GetTacRangeListOk() ([]TacRange, bool)
- func (o *TaiRange) HasNid() bool
- func (o TaiRange) MarshalJSON() ([]byte, error)
- func (o *TaiRange) SetNid(v string)
- func (o *TaiRange) SetPlmnId(v PlmnId)
- func (o *TaiRange) SetTacRangeList(v []TacRange)
- func (o TaiRange) ToMap() (map[string]interface{}, error)
- func (o *TaiRange) UnmarshalJSON(bytes []byte) (err error)
- type TargetArea
- func (o *TargetArea) GetAnyTa() bool
- func (o *TargetArea) GetAnyTaOk() (*bool, bool)
- func (o *TargetArea) GetTaList() []Tai
- func (o *TargetArea) GetTaListOk() ([]Tai, bool)
- func (o *TargetArea) GetTaiRangeList() []TaiRange
- func (o *TargetArea) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *TargetArea) HasAnyTa() bool
- func (o *TargetArea) HasTaList() bool
- func (o *TargetArea) HasTaiRangeList() bool
- func (o TargetArea) MarshalJSON() ([]byte, error)
- func (o *TargetArea) SetAnyTa(v bool)
- func (o *TargetArea) SetTaList(v []Tai)
- func (o *TargetArea) SetTaiRangeList(v []TaiRange)
- func (o TargetArea) ToMap() (map[string]interface{}, error)
- type TargetUeInformation
- func (o *TargetUeInformation) GetAnyUe() bool
- func (o *TargetUeInformation) GetAnyUeOk() (*bool, bool)
- func (o *TargetUeInformation) GetGpsis() []string
- func (o *TargetUeInformation) GetGpsisOk() ([]string, bool)
- func (o *TargetUeInformation) GetIntGroupIds() []string
- func (o *TargetUeInformation) GetIntGroupIdsOk() ([]string, bool)
- func (o *TargetUeInformation) GetSupis() []string
- func (o *TargetUeInformation) GetSupisOk() ([]string, bool)
- func (o *TargetUeInformation) HasAnyUe() bool
- func (o *TargetUeInformation) HasGpsis() bool
- func (o *TargetUeInformation) HasIntGroupIds() bool
- func (o *TargetUeInformation) HasSupis() bool
- func (o TargetUeInformation) MarshalJSON() ([]byte, error)
- func (o *TargetUeInformation) SetAnyUe(v bool)
- func (o *TargetUeInformation) SetGpsis(v []string)
- func (o *TargetUeInformation) SetIntGroupIds(v []string)
- func (o *TargetUeInformation) SetSupis(v []string)
- func (o TargetUeInformation) ToMap() (map[string]interface{}, error)
- type ThresholdLevel
- func (o *ThresholdLevel) GetAvgPacketDelay() int32
- func (o *ThresholdLevel) GetAvgPacketDelayOk() (*int32, bool)
- func (o *ThresholdLevel) GetAvgPacketLossRate() int32
- func (o *ThresholdLevel) GetAvgPacketLossRateOk() (*int32, bool)
- func (o *ThresholdLevel) GetAvgTrafficRate() string
- func (o *ThresholdLevel) GetAvgTrafficRateOk() (*string, bool)
- func (o *ThresholdLevel) GetCongLevel() int32
- func (o *ThresholdLevel) GetCongLevelOk() (*int32, bool)
- func (o *ThresholdLevel) GetMaxPacketDelay() int32
- func (o *ThresholdLevel) GetMaxPacketDelayOk() (*int32, bool)
- func (o *ThresholdLevel) GetMaxTrafficRate() string
- func (o *ThresholdLevel) GetMaxTrafficRateOk() (*string, bool)
- func (o *ThresholdLevel) GetNfCpuUsage() int32
- func (o *ThresholdLevel) GetNfCpuUsageOk() (*int32, bool)
- func (o *ThresholdLevel) GetNfLoadLevel() int32
- func (o *ThresholdLevel) GetNfLoadLevelOk() (*int32, bool)
- func (o *ThresholdLevel) GetNfMemoryUsage() int32
- func (o *ThresholdLevel) GetNfMemoryUsageOk() (*int32, bool)
- func (o *ThresholdLevel) GetNfStorageUsage() int32
- func (o *ThresholdLevel) GetNfStorageUsageOk() (*int32, bool)
- func (o *ThresholdLevel) GetSvcExpLevel() float32
- func (o *ThresholdLevel) GetSvcExpLevelOk() (*float32, bool)
- func (o *ThresholdLevel) HasAvgPacketDelay() bool
- func (o *ThresholdLevel) HasAvgPacketLossRate() bool
- func (o *ThresholdLevel) HasAvgTrafficRate() bool
- func (o *ThresholdLevel) HasCongLevel() bool
- func (o *ThresholdLevel) HasMaxPacketDelay() bool
- func (o *ThresholdLevel) HasMaxTrafficRate() bool
- func (o *ThresholdLevel) HasNfCpuUsage() bool
- func (o *ThresholdLevel) HasNfLoadLevel() bool
- func (o *ThresholdLevel) HasNfMemoryUsage() bool
- func (o *ThresholdLevel) HasNfStorageUsage() bool
- func (o *ThresholdLevel) HasSvcExpLevel() bool
- func (o ThresholdLevel) MarshalJSON() ([]byte, error)
- func (o *ThresholdLevel) SetAvgPacketDelay(v int32)
- func (o *ThresholdLevel) SetAvgPacketLossRate(v int32)
- func (o *ThresholdLevel) SetAvgTrafficRate(v string)
- func (o *ThresholdLevel) SetCongLevel(v int32)
- func (o *ThresholdLevel) SetMaxPacketDelay(v int32)
- func (o *ThresholdLevel) SetMaxTrafficRate(v string)
- func (o *ThresholdLevel) SetNfCpuUsage(v int32)
- func (o *ThresholdLevel) SetNfLoadLevel(v int32)
- func (o *ThresholdLevel) SetNfMemoryUsage(v int32)
- func (o *ThresholdLevel) SetNfStorageUsage(v int32)
- func (o *ThresholdLevel) SetSvcExpLevel(v float32)
- func (o ThresholdLevel) ToMap() (map[string]interface{}, error)
- type TimeUnit
- type TimeWindow
- func (o *TimeWindow) GetStartTime() time.Time
- func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)
- func (o *TimeWindow) GetStopTime() time.Time
- func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool)
- func (o TimeWindow) MarshalJSON() ([]byte, error)
- func (o *TimeWindow) SetStartTime(v time.Time)
- func (o *TimeWindow) SetStopTime(v time.Time)
- func (o TimeWindow) ToMap() (map[string]interface{}, error)
- func (o *TimeWindow) 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 TopApplication
- func (o *TopApplication) GetAppId() string
- func (o *TopApplication) GetAppIdOk() (*string, bool)
- func (o *TopApplication) GetIpTrafficFilter() FlowInfo
- func (o *TopApplication) GetIpTrafficFilterOk() (*FlowInfo, bool)
- func (o *TopApplication) GetRatio() int32
- func (o *TopApplication) GetRatioOk() (*int32, bool)
- func (o *TopApplication) HasAppId() bool
- func (o *TopApplication) HasIpTrafficFilter() bool
- func (o *TopApplication) HasRatio() bool
- func (o TopApplication) MarshalJSON() ([]byte, error)
- func (o *TopApplication) SetAppId(v string)
- func (o *TopApplication) SetIpTrafficFilter(v FlowInfo)
- func (o *TopApplication) SetRatio(v int32)
- func (o TopApplication) 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 TrafficCharacterization
- func (o *TrafficCharacterization) GetAppId() string
- func (o *TrafficCharacterization) GetAppIdOk() (*string, bool)
- func (o *TrafficCharacterization) GetDlVol() int64
- func (o *TrafficCharacterization) GetDlVolOk() (*int64, bool)
- func (o *TrafficCharacterization) GetDlVolVariance() float32
- func (o *TrafficCharacterization) GetDlVolVarianceOk() (*float32, bool)
- func (o *TrafficCharacterization) GetDnn() string
- func (o *TrafficCharacterization) GetDnnOk() (*string, bool)
- func (o *TrafficCharacterization) GetFDescs() []IpEthFlowDescription
- func (o *TrafficCharacterization) GetFDescsOk() ([]IpEthFlowDescription, bool)
- func (o *TrafficCharacterization) GetSnssai() Snssai
- func (o *TrafficCharacterization) GetSnssaiOk() (*Snssai, bool)
- func (o *TrafficCharacterization) GetUlVol() int64
- func (o *TrafficCharacterization) GetUlVolOk() (*int64, bool)
- func (o *TrafficCharacterization) GetUlVolVariance() float32
- func (o *TrafficCharacterization) GetUlVolVarianceOk() (*float32, bool)
- func (o *TrafficCharacterization) HasAppId() bool
- func (o *TrafficCharacterization) HasDlVol() bool
- func (o *TrafficCharacterization) HasDlVolVariance() bool
- func (o *TrafficCharacterization) HasDnn() bool
- func (o *TrafficCharacterization) HasFDescs() bool
- func (o *TrafficCharacterization) HasSnssai() bool
- func (o *TrafficCharacterization) HasUlVol() bool
- func (o *TrafficCharacterization) HasUlVolVariance() bool
- func (o TrafficCharacterization) MarshalJSON() ([]byte, error)
- func (o *TrafficCharacterization) SetAppId(v string)
- func (o *TrafficCharacterization) SetDlVol(v int64)
- func (o *TrafficCharacterization) SetDlVolVariance(v float32)
- func (o *TrafficCharacterization) SetDnn(v string)
- func (o *TrafficCharacterization) SetFDescs(v []IpEthFlowDescription)
- func (o *TrafficCharacterization) SetSnssai(v Snssai)
- func (o *TrafficCharacterization) SetUlVol(v int64)
- func (o *TrafficCharacterization) SetUlVolVariance(v float32)
- func (o TrafficCharacterization) ToMap() (map[string]interface{}, error)
- type TrafficDescriptor
- func (o *TrafficDescriptor) GetDddTrafficDescriptorList() []DddTrafficDescriptor
- func (o *TrafficDescriptor) GetDddTrafficDescriptorListOk() ([]DddTrafficDescriptor, bool)
- func (o *TrafficDescriptor) GetDnn() string
- func (o *TrafficDescriptor) GetDnnOk() (*string, bool)
- func (o *TrafficDescriptor) GetSNssai() Snssai
- func (o *TrafficDescriptor) GetSNssaiOk() (*Snssai, bool)
- func (o *TrafficDescriptor) HasDddTrafficDescriptorList() bool
- func (o *TrafficDescriptor) HasDnn() bool
- func (o *TrafficDescriptor) HasSNssai() bool
- func (o TrafficDescriptor) MarshalJSON() ([]byte, error)
- func (o *TrafficDescriptor) SetDddTrafficDescriptorList(v []DddTrafficDescriptor)
- func (o *TrafficDescriptor) SetDnn(v string)
- func (o *TrafficDescriptor) SetSNssai(v Snssai)
- func (o TrafficDescriptor) ToMap() (map[string]interface{}, error)
- type TrafficInformation
- func (o *TrafficInformation) GetDownlinkRate() string
- func (o *TrafficInformation) GetDownlinkRateOk() (*string, bool)
- func (o *TrafficInformation) GetDownlinkVolume() int64
- func (o *TrafficInformation) GetDownlinkVolumeOk() (*int64, bool)
- func (o *TrafficInformation) GetTotalVolume() int64
- func (o *TrafficInformation) GetTotalVolumeOk() (*int64, bool)
- func (o *TrafficInformation) GetUplinkRate() string
- func (o *TrafficInformation) GetUplinkRateOk() (*string, bool)
- func (o *TrafficInformation) GetUplinkVolume() int64
- func (o *TrafficInformation) GetUplinkVolumeOk() (*int64, bool)
- func (o *TrafficInformation) HasDownlinkRate() bool
- func (o *TrafficInformation) HasDownlinkVolume() bool
- func (o *TrafficInformation) HasTotalVolume() bool
- func (o *TrafficInformation) HasUplinkRate() bool
- func (o *TrafficInformation) HasUplinkVolume() bool
- func (o TrafficInformation) MarshalJSON() ([]byte, error)
- func (o *TrafficInformation) SetDownlinkRate(v string)
- func (o *TrafficInformation) SetDownlinkVolume(v int64)
- func (o *TrafficInformation) SetTotalVolume(v int64)
- func (o *TrafficInformation) SetUplinkRate(v string)
- func (o *TrafficInformation) SetUplinkVolume(v int64)
- func (o TrafficInformation) ToMap() (map[string]interface{}, error)
- type TrafficProfile
- type TransferReason
- type TransportProtocol
- 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 UEContextRelease
- func (o *UEContextRelease) GetNgapCause() NgApCause
- func (o *UEContextRelease) GetNgapCauseOk() (*NgApCause, bool)
- func (o *UEContextRelease) GetSupi() string
- func (o *UEContextRelease) GetSupiOk() (*string, bool)
- func (o *UEContextRelease) GetUnauthenticatedSupi() bool
- func (o *UEContextRelease) GetUnauthenticatedSupiOk() (*bool, bool)
- func (o *UEContextRelease) HasSupi() bool
- func (o *UEContextRelease) HasUnauthenticatedSupi() bool
- func (o UEContextRelease) MarshalJSON() ([]byte, error)
- func (o *UEContextRelease) SetNgapCause(v NgApCause)
- func (o *UEContextRelease) SetSupi(v string)
- func (o *UEContextRelease) SetUnauthenticatedSupi(v bool)
- func (o UEContextRelease) ToMap() (map[string]interface{}, error)
- func (o *UEContextRelease) UnmarshalJSON(bytes []byte) (err error)
- type UEContextTransfer200Response
- func (o *UEContextTransfer200Response) GetBinaryDataN2Information() *os.File
- func (o *UEContextTransfer200Response) GetBinaryDataN2InformationExt1() *os.File
- func (o *UEContextTransfer200Response) GetBinaryDataN2InformationExt1Ok() (**os.File, bool)
- func (o *UEContextTransfer200Response) GetBinaryDataN2InformationExt2() *os.File
- func (o *UEContextTransfer200Response) GetBinaryDataN2InformationExt2Ok() (**os.File, bool)
- func (o *UEContextTransfer200Response) GetBinaryDataN2InformationOk() (**os.File, bool)
- func (o *UEContextTransfer200Response) GetJsonData() UeContextTransferRspData
- func (o *UEContextTransfer200Response) GetJsonDataOk() (*UeContextTransferRspData, bool)
- func (o *UEContextTransfer200Response) HasBinaryDataN2Information() bool
- func (o *UEContextTransfer200Response) HasBinaryDataN2InformationExt1() bool
- func (o *UEContextTransfer200Response) HasBinaryDataN2InformationExt2() bool
- func (o *UEContextTransfer200Response) HasJsonData() bool
- func (o UEContextTransfer200Response) MarshalJSON() ([]byte, error)
- func (o *UEContextTransfer200Response) SetBinaryDataN2Information(v *os.File)
- func (o *UEContextTransfer200Response) SetBinaryDataN2InformationExt1(v *os.File)
- func (o *UEContextTransfer200Response) SetBinaryDataN2InformationExt2(v *os.File)
- func (o *UEContextTransfer200Response) SetJsonData(v UeContextTransferRspData)
- func (o UEContextTransfer200Response) ToMap() (map[string]interface{}, error)
- type UEContextTransferRequest
- func (o *UEContextTransferRequest) GetBinaryDataN1Message() *os.File
- func (o *UEContextTransferRequest) GetBinaryDataN1MessageOk() (**os.File, bool)
- func (o *UEContextTransferRequest) GetJsonData() UeContextTransferReqData
- func (o *UEContextTransferRequest) GetJsonDataOk() (*UeContextTransferReqData, bool)
- func (o *UEContextTransferRequest) HasBinaryDataN1Message() bool
- func (o *UEContextTransferRequest) HasJsonData() bool
- func (o UEContextTransferRequest) MarshalJSON() ([]byte, error)
- func (o *UEContextTransferRequest) SetBinaryDataN1Message(v *os.File)
- func (o *UEContextTransferRequest) SetJsonData(v UeContextTransferReqData)
- func (o UEContextTransferRequest) ToMap() (map[string]interface{}, error)
- type UeAnalyticsContextDescriptor
- func (o *UeAnalyticsContextDescriptor) GetAnaTypes() []NwdafEvent
- func (o *UeAnalyticsContextDescriptor) GetAnaTypesOk() ([]NwdafEvent, bool)
- func (o *UeAnalyticsContextDescriptor) GetSupi() string
- func (o *UeAnalyticsContextDescriptor) GetSupiOk() (*string, bool)
- func (o UeAnalyticsContextDescriptor) MarshalJSON() ([]byte, error)
- func (o *UeAnalyticsContextDescriptor) SetAnaTypes(v []NwdafEvent)
- func (o *UeAnalyticsContextDescriptor) SetSupi(v string)
- func (o UeAnalyticsContextDescriptor) ToMap() (map[string]interface{}, error)
- func (o *UeAnalyticsContextDescriptor) UnmarshalJSON(bytes []byte) (err error)
- type UeAuth
- type UeCommunication
- func (o *UeCommunication) GetAnaOfAppList() AppListForUeComm
- func (o *UeCommunication) GetAnaOfAppListOk() (*AppListForUeComm, bool)
- func (o *UeCommunication) GetCommDur() int32
- func (o *UeCommunication) GetCommDurOk() (*int32, bool)
- func (o *UeCommunication) GetCommDurVariance() float32
- func (o *UeCommunication) GetCommDurVarianceOk() (*float32, bool)
- func (o *UeCommunication) GetConfidence() int32
- func (o *UeCommunication) GetConfidenceOk() (*int32, bool)
- func (o *UeCommunication) GetPerioCommInd() bool
- func (o *UeCommunication) GetPerioCommIndOk() (*bool, bool)
- func (o *UeCommunication) GetPerioTime() int32
- func (o *UeCommunication) GetPerioTimeOk() (*int32, bool)
- func (o *UeCommunication) GetPerioTimeVariance() float32
- func (o *UeCommunication) GetPerioTimeVarianceOk() (*float32, bool)
- func (o *UeCommunication) GetRatio() int32
- func (o *UeCommunication) GetRatioOk() (*int32, bool)
- func (o *UeCommunication) GetRecurringTime() ScheduledCommunicationTime1
- func (o *UeCommunication) GetRecurringTimeOk() (*ScheduledCommunicationTime1, bool)
- func (o *UeCommunication) GetSessInactTimer() SessInactTimerForUeComm
- func (o *UeCommunication) GetSessInactTimerOk() (*SessInactTimerForUeComm, bool)
- func (o *UeCommunication) GetTrafChar() TrafficCharacterization
- func (o *UeCommunication) GetTrafCharOk() (*TrafficCharacterization, bool)
- func (o *UeCommunication) GetTs() time.Time
- func (o *UeCommunication) GetTsOk() (*time.Time, bool)
- func (o *UeCommunication) GetTsVariance() float32
- func (o *UeCommunication) GetTsVarianceOk() (*float32, bool)
- func (o *UeCommunication) HasAnaOfAppList() bool
- func (o *UeCommunication) HasCommDur() bool
- func (o *UeCommunication) HasCommDurVariance() bool
- func (o *UeCommunication) HasConfidence() bool
- func (o *UeCommunication) HasPerioCommInd() bool
- func (o *UeCommunication) HasPerioTime() bool
- func (o *UeCommunication) HasPerioTimeVariance() bool
- func (o *UeCommunication) HasRatio() bool
- func (o *UeCommunication) HasRecurringTime() bool
- func (o *UeCommunication) HasSessInactTimer() bool
- func (o *UeCommunication) HasTrafChar() bool
- func (o *UeCommunication) HasTs() bool
- func (o *UeCommunication) HasTsVariance() bool
- func (o UeCommunication) MarshalJSON() ([]byte, error)
- func (o *UeCommunication) SetAnaOfAppList(v AppListForUeComm)
- func (o *UeCommunication) SetCommDur(v int32)
- func (o *UeCommunication) SetCommDurVariance(v float32)
- func (o *UeCommunication) SetConfidence(v int32)
- func (o *UeCommunication) SetPerioCommInd(v bool)
- func (o *UeCommunication) SetPerioTime(v int32)
- func (o *UeCommunication) SetPerioTimeVariance(v float32)
- func (o *UeCommunication) SetRatio(v int32)
- func (o *UeCommunication) SetRecurringTime(v ScheduledCommunicationTime1)
- func (o *UeCommunication) SetSessInactTimer(v SessInactTimerForUeComm)
- func (o *UeCommunication) SetTrafChar(v TrafficCharacterization)
- func (o *UeCommunication) SetTrafCharNil()
- func (o *UeCommunication) SetTs(v time.Time)
- func (o *UeCommunication) SetTsVariance(v float32)
- func (o UeCommunication) ToMap() (map[string]interface{}, error)
- func (o *UeCommunication) UnsetTrafChar()
- type UeContext
- func (o *UeContext) GetAmPolicyReqTriggerList() []PolicyReqTrigger
- func (o *UeContext) GetAmPolicyReqTriggerListOk() ([]PolicyReqTrigger, bool)
- func (o *UeContext) GetAnalyticsSubscriptionList() []AnalyticsSubscription
- func (o *UeContext) GetAnalyticsSubscriptionListOk() ([]AnalyticsSubscription, bool)
- func (o *UeContext) GetAsTimeDisParam() AsTimeDistributionParam
- func (o *UeContext) GetAsTimeDisParamOk() (*AsTimeDistributionParam, bool)
- func (o *UeContext) GetAstiDistributionIndication() bool
- func (o *UeContext) GetAstiDistributionIndicationOk() (*bool, bool)
- func (o *UeContext) GetAusfGroupId() string
- func (o *UeContext) GetAusfGroupIdOk() (*string, bool)
- func (o *UeContext) GetCMsisdn() string
- func (o *UeContext) GetCMsisdnOk() (*string, bool)
- func (o *UeContext) GetCagData() CagData
- func (o *UeContext) GetCagDataOk() (*CagData, bool)
- func (o *UeContext) GetDisasterPlmn() PlmnId
- func (o *UeContext) GetDisasterPlmnOk() (*PlmnId, bool)
- func (o *UeContext) GetDisasterRoamingInd() bool
- func (o *UeContext) GetDisasterRoamingIndOk() (*bool, bool)
- func (o *UeContext) GetDrxParameter() string
- func (o *UeContext) GetDrxParameterOk() (*string, bool)
- func (o *UeContext) GetEcRestrictionDataNb() bool
- func (o *UeContext) GetEcRestrictionDataNbOk() (*bool, bool)
- func (o *UeContext) GetEcRestrictionDataWb() EcRestrictionDataWb
- func (o *UeContext) GetEcRestrictionDataWbOk() (*EcRestrictionDataWb, bool)
- func (o *UeContext) GetEpsInterworkingInfo() EpsInterworkingInfo
- func (o *UeContext) GetEpsInterworkingInfoOk() (*EpsInterworkingInfo, bool)
- func (o *UeContext) GetEventSubscriptionList() []ExtAmfEventSubscription
- func (o *UeContext) GetEventSubscriptionListOk() ([]ExtAmfEventSubscription, bool)
- func (o *UeContext) GetForbiddenAreaList() []Area
- func (o *UeContext) GetForbiddenAreaListOk() ([]Area, bool)
- func (o *UeContext) GetGpsiList() []string
- func (o *UeContext) GetGpsiListOk() ([]string, bool)
- func (o *UeContext) GetGroupList() []string
- func (o *UeContext) GetGroupListOk() ([]string, bool)
- func (o *UeContext) GetHNwPubKeyId() int32
- func (o *UeContext) GetHNwPubKeyIdOk() (*int32, bool)
- func (o *UeContext) GetHpcfId() string
- func (o *UeContext) GetHpcfIdOk() (*string, bool)
- func (o *UeContext) GetHpcfSetId() string
- func (o *UeContext) GetHpcfSetIdOk() (*string, bool)
- func (o *UeContext) GetIabOperationAllowed() bool
- func (o *UeContext) GetIabOperationAllowedOk() (*bool, bool)
- func (o *UeContext) GetImmediateMdtConf() ImmediateMdtConf
- func (o *UeContext) GetImmediateMdtConfOk() (*ImmediateMdtConf, bool)
- func (o *UeContext) GetLteCatMInd() bool
- func (o *UeContext) GetLteCatMIndOk() (*bool, bool)
- func (o *UeContext) GetManagementMdtInd() bool
- func (o *UeContext) GetManagementMdtIndOk() (*bool, bool)
- func (o *UeContext) GetMmContextList() []MmContext
- func (o *UeContext) GetMmContextListOk() ([]MmContext, bool)
- func (o *UeContext) GetMoExpDataCounter() MoExpDataCounter
- func (o *UeContext) GetMoExpDataCounterOk() (*MoExpDataCounter, bool)
- func (o *UeContext) GetMsClassmark2() string
- func (o *UeContext) GetMsClassmark2Ok() (*string, bool)
- func (o *UeContext) GetPcfAmPolicyUri() string
- func (o *UeContext) GetPcfAmPolicyUriOk() (*string, bool)
- func (o *UeContext) GetPcfAmpBindingInfo() string
- func (o *UeContext) GetPcfAmpBindingInfoOk() (*string, bool)
- func (o *UeContext) GetPcfAmpServiceSetId() string
- func (o *UeContext) GetPcfAmpServiceSetIdOk() (*string, bool)
- func (o *UeContext) GetPcfBinding() SbiBindingLevel
- func (o *UeContext) GetPcfBindingOk() (*SbiBindingLevel, bool)
- func (o *UeContext) GetPcfGroupId() string
- func (o *UeContext) GetPcfGroupIdOk() (*string, bool)
- func (o *UeContext) GetPcfId() string
- func (o *UeContext) GetPcfIdOk() (*string, bool)
- func (o *UeContext) GetPcfRfsp() int32
- func (o *UeContext) GetPcfRfspOk() (*int32, bool)
- func (o *UeContext) GetPcfSetId() string
- func (o *UeContext) GetPcfSetIdOk() (*string, bool)
- func (o *UeContext) GetPcfUeAmbr() Ambr
- func (o *UeContext) GetPcfUeAmbrOk() (*Ambr, bool)
- func (o *UeContext) GetPcfUeCallbackInfo() PcfUeCallbackInfo
- func (o *UeContext) GetPcfUeCallbackInfoOk() (*PcfUeCallbackInfo, bool)
- func (o *UeContext) GetPcfUePolicyUri() string
- func (o *UeContext) GetPcfUePolicyUriOk() (*string, bool)
- func (o *UeContext) GetPcfUeSliceMbrList() map[string]SliceMbr
- func (o *UeContext) GetPcfUeSliceMbrListOk() (*map[string]SliceMbr, bool)
- func (o *UeContext) GetPcfUepBindingInfo() string
- func (o *UeContext) GetPcfUepBindingInfoOk() (*string, bool)
- func (o *UeContext) GetPcfUepServiceSetId() string
- func (o *UeContext) GetPcfUepServiceSetIdOk() (*string, bool)
- func (o *UeContext) GetPei() string
- func (o *UeContext) GetPeiOk() (*string, bool)
- func (o *UeContext) GetPraInAmPolicy() map[string]PresenceInfo
- func (o *UeContext) GetPraInAmPolicyOk() (*map[string]PresenceInfo, bool)
- func (o *UeContext) GetPraInUePolicy() map[string]PresenceInfo
- func (o *UeContext) GetPraInUePolicyOk() (*map[string]PresenceInfo, bool)
- func (o *UeContext) GetProseContext() ProseContext
- func (o *UeContext) GetProseContextOk() (*ProseContext, bool)
- func (o *UeContext) GetRedCapInd() bool
- func (o *UeContext) GetRedCapIndOk() (*bool, bool)
- func (o *UeContext) GetRestrictedCoreNwTypeList() []CoreNetworkType
- func (o *UeContext) GetRestrictedCoreNwTypeListOk() ([]CoreNetworkType, bool)
- func (o *UeContext) GetRestrictedPrimaryRatList() []RatType
- func (o *UeContext) GetRestrictedPrimaryRatListOk() ([]RatType, bool)
- func (o *UeContext) GetRestrictedRatList() []RatType
- func (o *UeContext) GetRestrictedRatListOk() ([]RatType, bool)
- func (o *UeContext) GetRestrictedSecondaryRatList() []RatType
- func (o *UeContext) GetRestrictedSecondaryRatListOk() ([]RatType, bool)
- func (o *UeContext) GetRoutingIndicator() string
- func (o *UeContext) GetRoutingIndicatorOk() (*string, bool)
- func (o *UeContext) GetSeafData() SeafData
- func (o *UeContext) GetSeafDataOk() (*SeafData, bool)
- func (o *UeContext) GetServiceAreaRestriction() ServiceAreaRestriction
- func (o *UeContext) GetServiceAreaRestrictionOk() (*ServiceAreaRestriction, bool)
- func (o *UeContext) GetServiceGapExpiryTime() time.Time
- func (o *UeContext) GetServiceGapExpiryTimeOk() (*time.Time, bool)
- func (o *UeContext) GetSessionContextList() []PduSessionContext
- func (o *UeContext) GetSessionContextListOk() ([]PduSessionContext, bool)
- func (o *UeContext) GetSmPolicyNotifyPduList() []PduSessionInfo
- func (o *UeContext) GetSmPolicyNotifyPduListOk() ([]PduSessionInfo, bool)
- func (o *UeContext) GetSmallDataRateStatusInfos() []SmallDataRateStatusInfo
- func (o *UeContext) GetSmallDataRateStatusInfosOk() ([]SmallDataRateStatusInfo, bool)
- func (o *UeContext) GetSmfSelInfo() SmfSelectionData
- func (o *UeContext) GetSmfSelInfoOk() (*SmfSelectionData, bool)
- func (o *UeContext) GetSmsfBindingInfo() string
- func (o *UeContext) GetSmsfBindingInfoOk() (*string, bool)
- func (o *UeContext) GetSmsfId() string
- func (o *UeContext) GetSmsfIdOk() (*string, bool)
- func (o *UeContext) GetSmsfServiceSetId() string
- func (o *UeContext) GetSmsfServiceSetIdOk() (*string, bool)
- func (o *UeContext) GetSmsfSetId() string
- func (o *UeContext) GetSmsfSetIdOk() (*string, bool)
- func (o *UeContext) GetSnpnOnboardInd() bool
- func (o *UeContext) GetSnpnOnboardIndOk() (*bool, bool)
- func (o *UeContext) GetStnSr() string
- func (o *UeContext) GetStnSrOk() (*string, bool)
- func (o *UeContext) GetSubRfsp() int32
- func (o *UeContext) GetSubRfspOk() (*int32, bool)
- func (o *UeContext) GetSubUeAmbr() Ambr
- func (o *UeContext) GetSubUeAmbrOk() (*Ambr, bool)
- func (o *UeContext) GetSubUeSliceMbrList() map[string]SliceMbr
- func (o *UeContext) GetSubUeSliceMbrListOk() (*map[string]SliceMbr, bool)
- func (o *UeContext) GetSupi() string
- func (o *UeContext) GetSupiOk() (*string, bool)
- func (o *UeContext) GetSupiUnauthInd() bool
- func (o *UeContext) GetSupiUnauthIndOk() (*bool, bool)
- func (o *UeContext) GetSupportedCodecList() []string
- func (o *UeContext) GetSupportedCodecListOk() ([]string, bool)
- func (o *UeContext) GetTraceData() TraceData
- func (o *UeContext) GetTraceDataOk() (*TraceData, bool)
- func (o *UeContext) GetTsErrorBudget() int32
- func (o *UeContext) GetTsErrorBudgetOk() (*int32, bool)
- func (o *UeContext) GetUdmGroupId() string
- func (o *UeContext) GetUdmGroupIdOk() (*string, bool)
- func (o *UeContext) GetUePolicyReqTriggerList() []PolicyReqTrigger
- func (o *UeContext) GetUePolicyReqTriggerListOk() ([]PolicyReqTrigger, bool)
- func (o *UeContext) GetUePositioningCap() string
- func (o *UeContext) GetUePositioningCapOk() (*string, bool)
- func (o *UeContext) GetUpdpSubscriptionData() UpdpSubscriptionData
- func (o *UeContext) GetUpdpSubscriptionDataOk() (*UpdpSubscriptionData, bool)
- func (o *UeContext) GetUsedRfsp() int32
- func (o *UeContext) GetUsedRfspOk() (*int32, bool)
- func (o *UeContext) GetUsedServiceAreaRestriction() ServiceAreaRestriction
- func (o *UeContext) GetUsedServiceAreaRestrictionOk() (*ServiceAreaRestriction, bool)
- func (o *UeContext) GetV2xContext() V2xContext
- func (o *UeContext) GetV2xContextOk() (*V2xContext, bool)
- func (o *UeContext) GetVar5gMmCapability() string
- func (o *UeContext) GetVar5gMmCapabilityOk() (*string, bool)
- func (o *UeContext) GetWlServAreaRes() WirelineServiceAreaRestriction
- func (o *UeContext) GetWlServAreaResOk() (*WirelineServiceAreaRestriction, bool)
- func (o *UeContext) HasAmPolicyReqTriggerList() bool
- func (o *UeContext) HasAnalyticsSubscriptionList() bool
- func (o *UeContext) HasAsTimeDisParam() bool
- func (o *UeContext) HasAstiDistributionIndication() bool
- func (o *UeContext) HasAusfGroupId() bool
- func (o *UeContext) HasCMsisdn() bool
- func (o *UeContext) HasCagData() bool
- func (o *UeContext) HasDisasterPlmn() bool
- func (o *UeContext) HasDisasterRoamingInd() bool
- func (o *UeContext) HasDrxParameter() bool
- func (o *UeContext) HasEcRestrictionDataNb() bool
- func (o *UeContext) HasEcRestrictionDataWb() bool
- func (o *UeContext) HasEpsInterworkingInfo() bool
- func (o *UeContext) HasEventSubscriptionList() bool
- func (o *UeContext) HasForbiddenAreaList() bool
- func (o *UeContext) HasGpsiList() bool
- func (o *UeContext) HasGroupList() bool
- func (o *UeContext) HasHNwPubKeyId() bool
- func (o *UeContext) HasHpcfId() bool
- func (o *UeContext) HasHpcfSetId() bool
- func (o *UeContext) HasIabOperationAllowed() bool
- func (o *UeContext) HasImmediateMdtConf() bool
- func (o *UeContext) HasLteCatMInd() bool
- func (o *UeContext) HasManagementMdtInd() bool
- func (o *UeContext) HasMmContextList() bool
- func (o *UeContext) HasMoExpDataCounter() bool
- func (o *UeContext) HasMsClassmark2() bool
- func (o *UeContext) HasPcfAmPolicyUri() bool
- func (o *UeContext) HasPcfAmpBindingInfo() bool
- func (o *UeContext) HasPcfAmpServiceSetId() bool
- func (o *UeContext) HasPcfBinding() bool
- func (o *UeContext) HasPcfGroupId() bool
- func (o *UeContext) HasPcfId() bool
- func (o *UeContext) HasPcfRfsp() bool
- func (o *UeContext) HasPcfSetId() bool
- func (o *UeContext) HasPcfUeAmbr() bool
- func (o *UeContext) HasPcfUeCallbackInfo() bool
- func (o *UeContext) HasPcfUePolicyUri() bool
- func (o *UeContext) HasPcfUeSliceMbrList() bool
- func (o *UeContext) HasPcfUepBindingInfo() bool
- func (o *UeContext) HasPcfUepServiceSetId() bool
- func (o *UeContext) HasPei() bool
- func (o *UeContext) HasPraInAmPolicy() bool
- func (o *UeContext) HasPraInUePolicy() bool
- func (o *UeContext) HasProseContext() bool
- func (o *UeContext) HasRedCapInd() bool
- func (o *UeContext) HasRestrictedCoreNwTypeList() bool
- func (o *UeContext) HasRestrictedPrimaryRatList() bool
- func (o *UeContext) HasRestrictedRatList() bool
- func (o *UeContext) HasRestrictedSecondaryRatList() bool
- func (o *UeContext) HasRoutingIndicator() bool
- func (o *UeContext) HasSeafData() bool
- func (o *UeContext) HasServiceAreaRestriction() bool
- func (o *UeContext) HasServiceGapExpiryTime() bool
- func (o *UeContext) HasSessionContextList() bool
- func (o *UeContext) HasSmPolicyNotifyPduList() bool
- func (o *UeContext) HasSmallDataRateStatusInfos() bool
- func (o *UeContext) HasSmfSelInfo() bool
- func (o *UeContext) HasSmsfBindingInfo() bool
- func (o *UeContext) HasSmsfId() bool
- func (o *UeContext) HasSmsfServiceSetId() bool
- func (o *UeContext) HasSmsfSetId() bool
- func (o *UeContext) HasSnpnOnboardInd() bool
- func (o *UeContext) HasStnSr() bool
- func (o *UeContext) HasSubRfsp() bool
- func (o *UeContext) HasSubUeAmbr() bool
- func (o *UeContext) HasSubUeSliceMbrList() bool
- func (o *UeContext) HasSupi() bool
- func (o *UeContext) HasSupiUnauthInd() bool
- func (o *UeContext) HasSupportedCodecList() bool
- func (o *UeContext) HasTraceData() bool
- func (o *UeContext) HasTsErrorBudget() bool
- func (o *UeContext) HasUdmGroupId() bool
- func (o *UeContext) HasUePolicyReqTriggerList() bool
- func (o *UeContext) HasUePositioningCap() bool
- func (o *UeContext) HasUpdpSubscriptionData() bool
- func (o *UeContext) HasUsedRfsp() bool
- func (o *UeContext) HasUsedServiceAreaRestriction() bool
- func (o *UeContext) HasV2xContext() bool
- func (o *UeContext) HasVar5gMmCapability() bool
- func (o *UeContext) HasWlServAreaRes() bool
- func (o UeContext) MarshalJSON() ([]byte, error)
- func (o *UeContext) SetAmPolicyReqTriggerList(v []PolicyReqTrigger)
- func (o *UeContext) SetAnalyticsSubscriptionList(v []AnalyticsSubscription)
- func (o *UeContext) SetAsTimeDisParam(v AsTimeDistributionParam)
- func (o *UeContext) SetAsTimeDisParamNil()
- func (o *UeContext) SetAstiDistributionIndication(v bool)
- func (o *UeContext) SetAusfGroupId(v string)
- func (o *UeContext) SetCMsisdn(v string)
- func (o *UeContext) SetCagData(v CagData)
- func (o *UeContext) SetDisasterPlmn(v PlmnId)
- func (o *UeContext) SetDisasterRoamingInd(v bool)
- func (o *UeContext) SetDrxParameter(v string)
- func (o *UeContext) SetEcRestrictionDataNb(v bool)
- func (o *UeContext) SetEcRestrictionDataWb(v EcRestrictionDataWb)
- func (o *UeContext) SetEpsInterworkingInfo(v EpsInterworkingInfo)
- func (o *UeContext) SetEventSubscriptionList(v []ExtAmfEventSubscription)
- func (o *UeContext) SetForbiddenAreaList(v []Area)
- func (o *UeContext) SetGpsiList(v []string)
- func (o *UeContext) SetGroupList(v []string)
- func (o *UeContext) SetHNwPubKeyId(v int32)
- func (o *UeContext) SetHpcfId(v string)
- func (o *UeContext) SetHpcfSetId(v string)
- func (o *UeContext) SetIabOperationAllowed(v bool)
- func (o *UeContext) SetImmediateMdtConf(v ImmediateMdtConf)
- func (o *UeContext) SetLteCatMInd(v bool)
- func (o *UeContext) SetManagementMdtInd(v bool)
- func (o *UeContext) SetMmContextList(v []MmContext)
- func (o *UeContext) SetMoExpDataCounter(v MoExpDataCounter)
- func (o *UeContext) SetMsClassmark2(v string)
- func (o *UeContext) SetPcfAmPolicyUri(v string)
- func (o *UeContext) SetPcfAmpBindingInfo(v string)
- func (o *UeContext) SetPcfAmpServiceSetId(v string)
- func (o *UeContext) SetPcfBinding(v SbiBindingLevel)
- func (o *UeContext) SetPcfGroupId(v string)
- func (o *UeContext) SetPcfId(v string)
- func (o *UeContext) SetPcfRfsp(v int32)
- func (o *UeContext) SetPcfSetId(v string)
- func (o *UeContext) SetPcfUeAmbr(v Ambr)
- func (o *UeContext) SetPcfUeCallbackInfo(v PcfUeCallbackInfo)
- func (o *UeContext) SetPcfUeCallbackInfoNil()
- func (o *UeContext) SetPcfUePolicyUri(v string)
- func (o *UeContext) SetPcfUeSliceMbrList(v map[string]SliceMbr)
- func (o *UeContext) SetPcfUepBindingInfo(v string)
- func (o *UeContext) SetPcfUepServiceSetId(v string)
- func (o *UeContext) SetPei(v string)
- func (o *UeContext) SetPraInAmPolicy(v map[string]PresenceInfo)
- func (o *UeContext) SetPraInUePolicy(v map[string]PresenceInfo)
- func (o *UeContext) SetProseContext(v ProseContext)
- func (o *UeContext) SetRedCapInd(v bool)
- func (o *UeContext) SetRestrictedCoreNwTypeList(v []CoreNetworkType)
- func (o *UeContext) SetRestrictedPrimaryRatList(v []RatType)
- func (o *UeContext) SetRestrictedRatList(v []RatType)
- func (o *UeContext) SetRestrictedSecondaryRatList(v []RatType)
- func (o *UeContext) SetRoutingIndicator(v string)
- func (o *UeContext) SetSeafData(v SeafData)
- func (o *UeContext) SetServiceAreaRestriction(v ServiceAreaRestriction)
- func (o *UeContext) SetServiceGapExpiryTime(v time.Time)
- func (o *UeContext) SetSessionContextList(v []PduSessionContext)
- func (o *UeContext) SetSmPolicyNotifyPduList(v []PduSessionInfo)
- func (o *UeContext) SetSmallDataRateStatusInfos(v []SmallDataRateStatusInfo)
- func (o *UeContext) SetSmfSelInfo(v SmfSelectionData)
- func (o *UeContext) SetSmfSelInfoNil()
- func (o *UeContext) SetSmsfBindingInfo(v string)
- func (o *UeContext) SetSmsfId(v string)
- func (o *UeContext) SetSmsfServiceSetId(v string)
- func (o *UeContext) SetSmsfSetId(v string)
- func (o *UeContext) SetSnpnOnboardInd(v bool)
- func (o *UeContext) SetStnSr(v string)
- func (o *UeContext) SetSubRfsp(v int32)
- func (o *UeContext) SetSubUeAmbr(v Ambr)
- func (o *UeContext) SetSubUeSliceMbrList(v map[string]SliceMbr)
- func (o *UeContext) SetSupi(v string)
- func (o *UeContext) SetSupiUnauthInd(v bool)
- func (o *UeContext) SetSupportedCodecList(v []string)
- func (o *UeContext) SetTraceData(v TraceData)
- func (o *UeContext) SetTraceDataNil()
- func (o *UeContext) SetTsErrorBudget(v int32)
- func (o *UeContext) SetUdmGroupId(v string)
- func (o *UeContext) SetUePolicyReqTriggerList(v []PolicyReqTrigger)
- func (o *UeContext) SetUePositioningCap(v string)
- func (o *UeContext) SetUpdpSubscriptionData(v UpdpSubscriptionData)
- func (o *UeContext) SetUsedRfsp(v int32)
- func (o *UeContext) SetUsedServiceAreaRestriction(v ServiceAreaRestriction)
- func (o *UeContext) SetV2xContext(v V2xContext)
- func (o *UeContext) SetVar5gMmCapability(v string)
- func (o *UeContext) SetWlServAreaRes(v WirelineServiceAreaRestriction)
- func (o UeContext) ToMap() (map[string]interface{}, error)
- func (o *UeContext) UnsetAsTimeDisParam()
- func (o *UeContext) UnsetPcfUeCallbackInfo()
- func (o *UeContext) UnsetSmfSelInfo()
- func (o *UeContext) UnsetTraceData()
- type UeContextCancelRelocateData
- func (o *UeContextCancelRelocateData) GetRelocationCancelRequest() RefToBinaryData
- func (o *UeContextCancelRelocateData) GetRelocationCancelRequestOk() (*RefToBinaryData, bool)
- func (o *UeContextCancelRelocateData) GetSupi() string
- func (o *UeContextCancelRelocateData) GetSupiOk() (*string, bool)
- func (o *UeContextCancelRelocateData) HasSupi() bool
- func (o UeContextCancelRelocateData) MarshalJSON() ([]byte, error)
- func (o *UeContextCancelRelocateData) SetRelocationCancelRequest(v RefToBinaryData)
- func (o *UeContextCancelRelocateData) SetSupi(v string)
- func (o UeContextCancelRelocateData) ToMap() (map[string]interface{}, error)
- func (o *UeContextCancelRelocateData) UnmarshalJSON(bytes []byte) (err error)
- type UeContextCreateData
- func (o *UeContextCreateData) GetN2NotifyUri() string
- func (o *UeContextCreateData) GetN2NotifyUriOk() (*string, bool)
- func (o *UeContextCreateData) GetNgapCause() NgApCause
- func (o *UeContextCreateData) GetNgapCauseOk() (*NgApCause, bool)
- func (o *UeContextCreateData) GetPduSessionList() []N2SmInformation
- func (o *UeContextCreateData) GetPduSessionListOk() ([]N2SmInformation, bool)
- func (o *UeContextCreateData) GetServingNetwork() PlmnIdNid
- func (o *UeContextCreateData) GetServingNetworkOk() (*PlmnIdNid, bool)
- func (o *UeContextCreateData) GetSourceToTargetData() N2InfoContent
- func (o *UeContextCreateData) GetSourceToTargetDataOk() (*N2InfoContent, bool)
- func (o *UeContextCreateData) GetSupportedFeatures() string
- func (o *UeContextCreateData) GetSupportedFeaturesOk() (*string, bool)
- func (o *UeContextCreateData) GetTargetId() NgRanTargetId
- func (o *UeContextCreateData) GetTargetIdOk() (*NgRanTargetId, bool)
- func (o *UeContextCreateData) GetUeContext() UeContext
- func (o *UeContextCreateData) GetUeContextOk() (*UeContext, bool)
- func (o *UeContextCreateData) GetUeRadioCapability() N2InfoContent
- func (o *UeContextCreateData) GetUeRadioCapabilityForPaging() N2InfoContent
- func (o *UeContextCreateData) GetUeRadioCapabilityForPagingOk() (*N2InfoContent, bool)
- func (o *UeContextCreateData) GetUeRadioCapabilityOk() (*N2InfoContent, bool)
- func (o *UeContextCreateData) HasN2NotifyUri() bool
- func (o *UeContextCreateData) HasNgapCause() bool
- func (o *UeContextCreateData) HasServingNetwork() bool
- func (o *UeContextCreateData) HasSupportedFeatures() bool
- func (o *UeContextCreateData) HasUeRadioCapability() bool
- func (o *UeContextCreateData) HasUeRadioCapabilityForPaging() bool
- func (o UeContextCreateData) MarshalJSON() ([]byte, error)
- func (o *UeContextCreateData) SetN2NotifyUri(v string)
- func (o *UeContextCreateData) SetNgapCause(v NgApCause)
- func (o *UeContextCreateData) SetPduSessionList(v []N2SmInformation)
- func (o *UeContextCreateData) SetServingNetwork(v PlmnIdNid)
- func (o *UeContextCreateData) SetSourceToTargetData(v N2InfoContent)
- func (o *UeContextCreateData) SetSupportedFeatures(v string)
- func (o *UeContextCreateData) SetTargetId(v NgRanTargetId)
- func (o *UeContextCreateData) SetUeContext(v UeContext)
- func (o *UeContextCreateData) SetUeRadioCapability(v N2InfoContent)
- func (o *UeContextCreateData) SetUeRadioCapabilityForPaging(v N2InfoContent)
- func (o UeContextCreateData) ToMap() (map[string]interface{}, error)
- func (o *UeContextCreateData) UnmarshalJSON(bytes []byte) (err error)
- type UeContextCreateError
- func (o *UeContextCreateError) GetError() ProblemDetails
- func (o *UeContextCreateError) GetErrorOk() (*ProblemDetails, bool)
- func (o *UeContextCreateError) GetNgapCause() NgApCause
- func (o *UeContextCreateError) GetNgapCauseOk() (*NgApCause, bool)
- func (o *UeContextCreateError) GetTargetToSourceFailureData() N2InfoContent
- func (o *UeContextCreateError) GetTargetToSourceFailureDataOk() (*N2InfoContent, bool)
- func (o *UeContextCreateError) HasNgapCause() bool
- func (o *UeContextCreateError) HasTargetToSourceFailureData() bool
- func (o UeContextCreateError) MarshalJSON() ([]byte, error)
- func (o *UeContextCreateError) SetError(v ProblemDetails)
- func (o *UeContextCreateError) SetNgapCause(v NgApCause)
- func (o *UeContextCreateError) SetTargetToSourceFailureData(v N2InfoContent)
- func (o UeContextCreateError) ToMap() (map[string]interface{}, error)
- func (o *UeContextCreateError) UnmarshalJSON(bytes []byte) (err error)
- type UeContextCreatedData
- func (o *UeContextCreatedData) GetAnalyticsNotUsedList() []string
- func (o *UeContextCreatedData) GetAnalyticsNotUsedListOk() ([]string, bool)
- func (o *UeContextCreatedData) GetFailedSessionList() []N2SmInformation
- func (o *UeContextCreatedData) GetFailedSessionListOk() ([]N2SmInformation, bool)
- func (o *UeContextCreatedData) GetPcfReselectedInd() bool
- func (o *UeContextCreatedData) GetPcfReselectedIndOk() (*bool, bool)
- func (o *UeContextCreatedData) GetPduSessionList() []N2SmInformation
- func (o *UeContextCreatedData) GetPduSessionListOk() ([]N2SmInformation, bool)
- func (o *UeContextCreatedData) GetSupportedFeatures() string
- func (o *UeContextCreatedData) GetSupportedFeaturesOk() (*string, bool)
- func (o *UeContextCreatedData) GetTargetToSourceData() N2InfoContent
- func (o *UeContextCreatedData) GetTargetToSourceDataOk() (*N2InfoContent, bool)
- func (o *UeContextCreatedData) GetUeContext() UeContext
- func (o *UeContextCreatedData) GetUeContextOk() (*UeContext, bool)
- func (o *UeContextCreatedData) HasAnalyticsNotUsedList() bool
- func (o *UeContextCreatedData) HasFailedSessionList() bool
- func (o *UeContextCreatedData) HasPcfReselectedInd() bool
- func (o *UeContextCreatedData) HasSupportedFeatures() bool
- func (o UeContextCreatedData) MarshalJSON() ([]byte, error)
- func (o *UeContextCreatedData) SetAnalyticsNotUsedList(v []string)
- func (o *UeContextCreatedData) SetFailedSessionList(v []N2SmInformation)
- func (o *UeContextCreatedData) SetPcfReselectedInd(v bool)
- func (o *UeContextCreatedData) SetPduSessionList(v []N2SmInformation)
- func (o *UeContextCreatedData) SetSupportedFeatures(v string)
- func (o *UeContextCreatedData) SetTargetToSourceData(v N2InfoContent)
- func (o *UeContextCreatedData) SetUeContext(v UeContext)
- func (o UeContextCreatedData) ToMap() (map[string]interface{}, error)
- func (o *UeContextCreatedData) UnmarshalJSON(bytes []byte) (err error)
- type UeContextRelocateData
- func (o *UeContextRelocateData) GetForwardRelocationRequest() RefToBinaryData
- func (o *UeContextRelocateData) GetForwardRelocationRequestOk() (*RefToBinaryData, bool)
- func (o *UeContextRelocateData) GetNgapCause() NgApCause
- func (o *UeContextRelocateData) GetNgapCauseOk() (*NgApCause, bool)
- func (o *UeContextRelocateData) GetPduSessionList() []N2SmInformation
- func (o *UeContextRelocateData) GetPduSessionListOk() ([]N2SmInformation, bool)
- func (o *UeContextRelocateData) GetSourceToTargetData() N2InfoContent
- func (o *UeContextRelocateData) GetSourceToTargetDataOk() (*N2InfoContent, bool)
- func (o *UeContextRelocateData) GetSupportedFeatures() string
- func (o *UeContextRelocateData) GetSupportedFeaturesOk() (*string, bool)
- func (o *UeContextRelocateData) GetTargetId() NgRanTargetId
- func (o *UeContextRelocateData) GetTargetIdOk() (*NgRanTargetId, bool)
- func (o *UeContextRelocateData) GetUeContext() UeContext
- func (o *UeContextRelocateData) GetUeContextOk() (*UeContext, bool)
- func (o *UeContextRelocateData) GetUeRadioCapability() N2InfoContent
- func (o *UeContextRelocateData) GetUeRadioCapabilityOk() (*N2InfoContent, bool)
- func (o *UeContextRelocateData) HasNgapCause() bool
- func (o *UeContextRelocateData) HasPduSessionList() bool
- func (o *UeContextRelocateData) HasSupportedFeatures() bool
- func (o *UeContextRelocateData) HasUeRadioCapability() bool
- func (o UeContextRelocateData) MarshalJSON() ([]byte, error)
- func (o *UeContextRelocateData) SetForwardRelocationRequest(v RefToBinaryData)
- func (o *UeContextRelocateData) SetNgapCause(v NgApCause)
- func (o *UeContextRelocateData) SetPduSessionList(v []N2SmInformation)
- func (o *UeContextRelocateData) SetSourceToTargetData(v N2InfoContent)
- func (o *UeContextRelocateData) SetSupportedFeatures(v string)
- func (o *UeContextRelocateData) SetTargetId(v NgRanTargetId)
- func (o *UeContextRelocateData) SetUeContext(v UeContext)
- func (o *UeContextRelocateData) SetUeRadioCapability(v N2InfoContent)
- func (o UeContextRelocateData) ToMap() (map[string]interface{}, error)
- func (o *UeContextRelocateData) UnmarshalJSON(bytes []byte) (err error)
- type UeContextRelocatedData
- func (o *UeContextRelocatedData) GetUeContext() UeContext
- func (o *UeContextRelocatedData) GetUeContextOk() (*UeContext, bool)
- func (o UeContextRelocatedData) MarshalJSON() ([]byte, error)
- func (o *UeContextRelocatedData) SetUeContext(v UeContext)
- func (o UeContextRelocatedData) ToMap() (map[string]interface{}, error)
- func (o *UeContextRelocatedData) UnmarshalJSON(bytes []byte) (err error)
- type UeContextTransferReqData
- func (o *UeContextTransferReqData) GetAccessType() AccessType
- func (o *UeContextTransferReqData) GetAccessTypeOk() (*AccessType, bool)
- func (o *UeContextTransferReqData) GetPlmnId() PlmnId
- func (o *UeContextTransferReqData) GetPlmnIdOk() (*PlmnId, bool)
- func (o *UeContextTransferReqData) GetReason() TransferReason
- func (o *UeContextTransferReqData) GetReasonOk() (*TransferReason, bool)
- func (o *UeContextTransferReqData) GetRegRequest() N1MessageContainer
- func (o *UeContextTransferReqData) GetRegRequestOk() (*N1MessageContainer, bool)
- func (o *UeContextTransferReqData) GetSupportedFeatures() string
- func (o *UeContextTransferReqData) GetSupportedFeaturesOk() (*string, bool)
- func (o *UeContextTransferReqData) HasPlmnId() bool
- func (o *UeContextTransferReqData) HasRegRequest() bool
- func (o *UeContextTransferReqData) HasSupportedFeatures() bool
- func (o UeContextTransferReqData) MarshalJSON() ([]byte, error)
- func (o *UeContextTransferReqData) SetAccessType(v AccessType)
- func (o *UeContextTransferReqData) SetPlmnId(v PlmnId)
- func (o *UeContextTransferReqData) SetReason(v TransferReason)
- func (o *UeContextTransferReqData) SetRegRequest(v N1MessageContainer)
- func (o *UeContextTransferReqData) SetSupportedFeatures(v string)
- func (o UeContextTransferReqData) ToMap() (map[string]interface{}, error)
- func (o *UeContextTransferReqData) UnmarshalJSON(bytes []byte) (err error)
- type UeContextTransferRspData
- func (o *UeContextTransferRspData) GetSupportedFeatures() string
- func (o *UeContextTransferRspData) GetSupportedFeaturesOk() (*string, bool)
- func (o *UeContextTransferRspData) GetUeContext() UeContext
- func (o *UeContextTransferRspData) GetUeContextOk() (*UeContext, bool)
- func (o *UeContextTransferRspData) GetUeNbiotRadioCapability() N2InfoContent
- func (o *UeContextTransferRspData) GetUeNbiotRadioCapabilityOk() (*N2InfoContent, bool)
- func (o *UeContextTransferRspData) GetUeRadioCapability() N2InfoContent
- func (o *UeContextTransferRspData) GetUeRadioCapabilityForPaging() N2InfoContent
- func (o *UeContextTransferRspData) GetUeRadioCapabilityForPagingOk() (*N2InfoContent, bool)
- func (o *UeContextTransferRspData) GetUeRadioCapabilityOk() (*N2InfoContent, bool)
- func (o *UeContextTransferRspData) HasSupportedFeatures() bool
- func (o *UeContextTransferRspData) HasUeNbiotRadioCapability() bool
- func (o *UeContextTransferRspData) HasUeRadioCapability() bool
- func (o *UeContextTransferRspData) HasUeRadioCapabilityForPaging() bool
- func (o UeContextTransferRspData) MarshalJSON() ([]byte, error)
- func (o *UeContextTransferRspData) SetSupportedFeatures(v string)
- func (o *UeContextTransferRspData) SetUeContext(v UeContext)
- func (o *UeContextTransferRspData) SetUeNbiotRadioCapability(v N2InfoContent)
- func (o *UeContextTransferRspData) SetUeRadioCapability(v N2InfoContent)
- func (o *UeContextTransferRspData) SetUeRadioCapabilityForPaging(v N2InfoContent)
- func (o UeContextTransferRspData) ToMap() (map[string]interface{}, error)
- func (o *UeContextTransferRspData) UnmarshalJSON(bytes []byte) (err error)
- type UeContextTransferStatus
- type UeDifferentiationInfo
- func (o *UeDifferentiationInfo) GetBatteryInd() BatteryIndication
- func (o *UeDifferentiationInfo) GetBatteryIndOk() (*BatteryIndication, bool)
- func (o *UeDifferentiationInfo) GetPeriodicComInd() PeriodicCommunicationIndicator
- func (o *UeDifferentiationInfo) GetPeriodicComIndOk() (*PeriodicCommunicationIndicator, bool)
- func (o *UeDifferentiationInfo) GetPeriodicTime() int32
- func (o *UeDifferentiationInfo) GetPeriodicTimeOk() (*int32, bool)
- func (o *UeDifferentiationInfo) GetScheduledComTime() ScheduledCommunicationTime
- func (o *UeDifferentiationInfo) GetScheduledComTimeOk() (*ScheduledCommunicationTime, bool)
- func (o *UeDifferentiationInfo) GetStationaryInd() StationaryIndication
- func (o *UeDifferentiationInfo) GetStationaryIndOk() (*StationaryIndication, bool)
- func (o *UeDifferentiationInfo) GetTrafficProfile() TrafficProfile
- func (o *UeDifferentiationInfo) GetTrafficProfileOk() (*TrafficProfile, bool)
- func (o *UeDifferentiationInfo) GetValidityTime() time.Time
- func (o *UeDifferentiationInfo) GetValidityTimeOk() (*time.Time, bool)
- func (o *UeDifferentiationInfo) HasBatteryInd() bool
- func (o *UeDifferentiationInfo) HasPeriodicComInd() bool
- func (o *UeDifferentiationInfo) HasPeriodicTime() bool
- func (o *UeDifferentiationInfo) HasScheduledComTime() bool
- func (o *UeDifferentiationInfo) HasStationaryInd() bool
- func (o *UeDifferentiationInfo) HasTrafficProfile() bool
- func (o *UeDifferentiationInfo) HasValidityTime() bool
- func (o UeDifferentiationInfo) MarshalJSON() ([]byte, error)
- func (o *UeDifferentiationInfo) SetBatteryInd(v BatteryIndication)
- func (o *UeDifferentiationInfo) SetPeriodicComInd(v PeriodicCommunicationIndicator)
- func (o *UeDifferentiationInfo) SetPeriodicTime(v int32)
- func (o *UeDifferentiationInfo) SetScheduledComTime(v ScheduledCommunicationTime)
- func (o *UeDifferentiationInfo) SetStationaryInd(v StationaryIndication)
- func (o *UeDifferentiationInfo) SetTrafficProfile(v TrafficProfile)
- func (o *UeDifferentiationInfo) SetValidityTime(v time.Time)
- func (o UeDifferentiationInfo) ToMap() (map[string]interface{}, error)
- type UeInAreaFilter
- func (o *UeInAreaFilter) GetAerialSrvDnnInd() bool
- func (o *UeInAreaFilter) GetAerialSrvDnnIndOk() (*bool, bool)
- func (o *UeInAreaFilter) GetUeType() UeType
- func (o *UeInAreaFilter) GetUeTypeOk() (*UeType, bool)
- func (o *UeInAreaFilter) HasAerialSrvDnnInd() bool
- func (o *UeInAreaFilter) HasUeType() bool
- func (o UeInAreaFilter) MarshalJSON() ([]byte, error)
- func (o *UeInAreaFilter) SetAerialSrvDnnInd(v bool)
- func (o *UeInAreaFilter) SetUeType(v UeType)
- func (o UeInAreaFilter) ToMap() (map[string]interface{}, error)
- type UeMobility
- func (o *UeMobility) GetDuration() int32
- func (o *UeMobility) GetDurationOk() (*int32, bool)
- func (o *UeMobility) GetDurationVariance() float32
- func (o *UeMobility) GetDurationVarianceOk() (*float32, bool)
- func (o *UeMobility) GetLocInfos() []LocationInfo
- func (o *UeMobility) GetLocInfosOk() ([]LocationInfo, bool)
- func (o *UeMobility) GetRecurringTime() ScheduledCommunicationTime1
- func (o *UeMobility) GetRecurringTimeOk() (*ScheduledCommunicationTime1, bool)
- func (o *UeMobility) GetTs() time.Time
- func (o *UeMobility) GetTsOk() (*time.Time, bool)
- func (o *UeMobility) HasDuration() bool
- func (o *UeMobility) HasDurationVariance() bool
- func (o *UeMobility) HasLocInfos() bool
- func (o *UeMobility) HasRecurringTime() bool
- func (o *UeMobility) HasTs() bool
- func (o UeMobility) MarshalJSON() ([]byte, error)
- func (o *UeMobility) SetDuration(v int32)
- func (o *UeMobility) SetDurationVariance(v float32)
- func (o *UeMobility) SetLocInfos(v []LocationInfo)
- func (o *UeMobility) SetRecurringTime(v ScheduledCommunicationTime1)
- func (o *UeMobility) SetTs(v time.Time)
- func (o UeMobility) ToMap() (map[string]interface{}, error)
- type UeN1N2InfoSubscriptionCreateData
- func (o *UeN1N2InfoSubscriptionCreateData) GetN1MessageClass() N1MessageClass
- func (o *UeN1N2InfoSubscriptionCreateData) GetN1MessageClassOk() (*N1MessageClass, bool)
- func (o *UeN1N2InfoSubscriptionCreateData) GetN1NotifyCallbackUri() string
- func (o *UeN1N2InfoSubscriptionCreateData) GetN1NotifyCallbackUriOk() (*string, bool)
- func (o *UeN1N2InfoSubscriptionCreateData) GetN2InformationClass() N2InformationClass
- func (o *UeN1N2InfoSubscriptionCreateData) GetN2InformationClassOk() (*N2InformationClass, bool)
- func (o *UeN1N2InfoSubscriptionCreateData) GetN2NotifyCallbackUri() string
- func (o *UeN1N2InfoSubscriptionCreateData) GetN2NotifyCallbackUriOk() (*string, bool)
- func (o *UeN1N2InfoSubscriptionCreateData) GetNfId() string
- func (o *UeN1N2InfoSubscriptionCreateData) GetNfIdOk() (*string, bool)
- func (o *UeN1N2InfoSubscriptionCreateData) GetOldGuami() Guami
- func (o *UeN1N2InfoSubscriptionCreateData) GetOldGuamiOk() (*Guami, bool)
- func (o *UeN1N2InfoSubscriptionCreateData) GetSupportedFeatures() string
- func (o *UeN1N2InfoSubscriptionCreateData) GetSupportedFeaturesOk() (*string, bool)
- func (o *UeN1N2InfoSubscriptionCreateData) HasN1MessageClass() bool
- func (o *UeN1N2InfoSubscriptionCreateData) HasN1NotifyCallbackUri() bool
- func (o *UeN1N2InfoSubscriptionCreateData) HasN2InformationClass() bool
- func (o *UeN1N2InfoSubscriptionCreateData) HasN2NotifyCallbackUri() bool
- func (o *UeN1N2InfoSubscriptionCreateData) HasNfId() bool
- func (o *UeN1N2InfoSubscriptionCreateData) HasOldGuami() bool
- func (o *UeN1N2InfoSubscriptionCreateData) HasSupportedFeatures() bool
- func (o UeN1N2InfoSubscriptionCreateData) MarshalJSON() ([]byte, error)
- func (o *UeN1N2InfoSubscriptionCreateData) SetN1MessageClass(v N1MessageClass)
- func (o *UeN1N2InfoSubscriptionCreateData) SetN1NotifyCallbackUri(v string)
- func (o *UeN1N2InfoSubscriptionCreateData) SetN2InformationClass(v N2InformationClass)
- func (o *UeN1N2InfoSubscriptionCreateData) SetN2NotifyCallbackUri(v string)
- func (o *UeN1N2InfoSubscriptionCreateData) SetNfId(v string)
- func (o *UeN1N2InfoSubscriptionCreateData) SetOldGuami(v Guami)
- func (o *UeN1N2InfoSubscriptionCreateData) SetSupportedFeatures(v string)
- func (o UeN1N2InfoSubscriptionCreateData) ToMap() (map[string]interface{}, error)
- type UeN1N2InfoSubscriptionCreatedData
- func (o *UeN1N2InfoSubscriptionCreatedData) GetN1n2NotifySubscriptionId() string
- func (o *UeN1N2InfoSubscriptionCreatedData) GetN1n2NotifySubscriptionIdOk() (*string, bool)
- func (o *UeN1N2InfoSubscriptionCreatedData) GetSupportedFeatures() string
- func (o *UeN1N2InfoSubscriptionCreatedData) GetSupportedFeaturesOk() (*string, bool)
- func (o *UeN1N2InfoSubscriptionCreatedData) HasSupportedFeatures() bool
- func (o UeN1N2InfoSubscriptionCreatedData) MarshalJSON() ([]byte, error)
- func (o *UeN1N2InfoSubscriptionCreatedData) SetN1n2NotifySubscriptionId(v string)
- func (o *UeN1N2InfoSubscriptionCreatedData) SetSupportedFeatures(v string)
- func (o UeN1N2InfoSubscriptionCreatedData) ToMap() (map[string]interface{}, error)
- func (o *UeN1N2InfoSubscriptionCreatedData) UnmarshalJSON(bytes []byte) (err error)
- type UeRegStatusUpdateReqData
- func (o *UeRegStatusUpdateReqData) GetAnalyticsNotUsedList() []string
- func (o *UeRegStatusUpdateReqData) GetAnalyticsNotUsedListOk() ([]string, bool)
- func (o *UeRegStatusUpdateReqData) GetPcfReselectedInd() bool
- func (o *UeRegStatusUpdateReqData) GetPcfReselectedIndOk() (*bool, bool)
- func (o *UeRegStatusUpdateReqData) GetSmfChangeInfoList() []SmfChangeInfo
- func (o *UeRegStatusUpdateReqData) GetSmfChangeInfoListOk() ([]SmfChangeInfo, bool)
- func (o *UeRegStatusUpdateReqData) GetToReleaseSessionInfo() []ReleaseSessionInfo
- func (o *UeRegStatusUpdateReqData) GetToReleaseSessionInfoOk() ([]ReleaseSessionInfo, bool)
- func (o *UeRegStatusUpdateReqData) GetToReleaseSessionList() []int32
- func (o *UeRegStatusUpdateReqData) GetToReleaseSessionListOk() ([]int32, bool)
- func (o *UeRegStatusUpdateReqData) GetTransferStatus() UeContextTransferStatus
- func (o *UeRegStatusUpdateReqData) GetTransferStatusOk() (*UeContextTransferStatus, bool)
- func (o *UeRegStatusUpdateReqData) HasAnalyticsNotUsedList() bool
- func (o *UeRegStatusUpdateReqData) HasPcfReselectedInd() bool
- func (o *UeRegStatusUpdateReqData) HasSmfChangeInfoList() bool
- func (o *UeRegStatusUpdateReqData) HasToReleaseSessionInfo() bool
- func (o *UeRegStatusUpdateReqData) HasToReleaseSessionList() bool
- func (o UeRegStatusUpdateReqData) MarshalJSON() ([]byte, error)
- func (o *UeRegStatusUpdateReqData) SetAnalyticsNotUsedList(v []string)
- func (o *UeRegStatusUpdateReqData) SetPcfReselectedInd(v bool)
- func (o *UeRegStatusUpdateReqData) SetSmfChangeInfoList(v []SmfChangeInfo)
- func (o *UeRegStatusUpdateReqData) SetToReleaseSessionInfo(v []ReleaseSessionInfo)
- func (o *UeRegStatusUpdateReqData) SetToReleaseSessionList(v []int32)
- func (o *UeRegStatusUpdateReqData) SetTransferStatus(v UeContextTransferStatus)
- func (o UeRegStatusUpdateReqData) ToMap() (map[string]interface{}, error)
- func (o *UeRegStatusUpdateReqData) UnmarshalJSON(bytes []byte) (err error)
- type UeRegStatusUpdateRspData
- func (o *UeRegStatusUpdateRspData) GetRegStatusTransferComplete() bool
- func (o *UeRegStatusUpdateRspData) GetRegStatusTransferCompleteOk() (*bool, bool)
- func (o UeRegStatusUpdateRspData) MarshalJSON() ([]byte, error)
- func (o *UeRegStatusUpdateRspData) SetRegStatusTransferComplete(v bool)
- func (o UeRegStatusUpdateRspData) ToMap() (map[string]interface{}, error)
- func (o *UeRegStatusUpdateRspData) UnmarshalJSON(bytes []byte) (err error)
- type UeType
- type UmtTime
- func (o *UmtTime) GetDayOfWeek() int32
- func (o *UmtTime) GetDayOfWeekOk() (*int32, bool)
- func (o *UmtTime) GetTimeOfDay() string
- func (o *UmtTime) GetTimeOfDayOk() (*string, bool)
- func (o UmtTime) MarshalJSON() ([]byte, error)
- func (o *UmtTime) SetDayOfWeek(v int32)
- func (o *UmtTime) SetTimeOfDay(v string)
- func (o UmtTime) ToMap() (map[string]interface{}, error)
- func (o *UmtTime) UnmarshalJSON(bytes []byte) (err error)
- type UncertaintyEllipse
- func (o *UncertaintyEllipse) GetOrientationMajor() int32
- func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipse) GetSemiMajor() float32
- func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipse) GetSemiMinor() float32
- func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
- func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipse) SetSemiMajor(v float32)
- func (o *UncertaintyEllipse) SetSemiMinor(v float32)
- func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *UncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type UncertaintyEllipsoid
- func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
- func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMajor() float32
- func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMinor() float32
- func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetVertical() float32
- func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
- func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
- func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
- func (o *UncertaintyEllipsoid) SetVertical(v float32)
- func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- func (o *UncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
- type UpdpSubscriptionData
- func (o *UpdpSubscriptionData) GetSupportedFeatures() string
- func (o *UpdpSubscriptionData) GetSupportedFeaturesOk() (*string, bool)
- func (o *UpdpSubscriptionData) GetUpdpCallbackBinding() string
- func (o *UpdpSubscriptionData) GetUpdpCallbackBindingOk() (*string, bool)
- func (o *UpdpSubscriptionData) GetUpdpNotifyCallbackUri() string
- func (o *UpdpSubscriptionData) GetUpdpNotifyCallbackUriOk() (*string, bool)
- func (o *UpdpSubscriptionData) GetUpdpNotifySubscriptionId() string
- func (o *UpdpSubscriptionData) GetUpdpNotifySubscriptionIdOk() (*string, bool)
- func (o *UpdpSubscriptionData) HasSupportedFeatures() bool
- func (o *UpdpSubscriptionData) HasUpdpCallbackBinding() bool
- func (o UpdpSubscriptionData) MarshalJSON() ([]byte, error)
- func (o *UpdpSubscriptionData) SetSupportedFeatures(v string)
- func (o *UpdpSubscriptionData) SetUpdpCallbackBinding(v string)
- func (o *UpdpSubscriptionData) SetUpdpNotifyCallbackUri(v string)
- func (o *UpdpSubscriptionData) SetUpdpNotifySubscriptionId(v string)
- func (o UpdpSubscriptionData) ToMap() (map[string]interface{}, error)
- func (o *UpdpSubscriptionData) UnmarshalJSON(bytes []byte) (err error)
- type UpfInformation
- func (o *UpfInformation) GetUpfAddr() AddrFqdn
- func (o *UpfInformation) GetUpfAddrOk() (*AddrFqdn, bool)
- func (o *UpfInformation) GetUpfId() string
- func (o *UpfInformation) GetUpfIdOk() (*string, bool)
- func (o *UpfInformation) HasUpfAddr() bool
- func (o *UpfInformation) HasUpfId() bool
- func (o UpfInformation) MarshalJSON() ([]byte, error)
- func (o *UpfInformation) SetUpfAddr(v AddrFqdn)
- func (o *UpfInformation) SetUpfId(v string)
- func (o UpfInformation) ToMap() (map[string]interface{}, error)
- type UserDataCongestionInfo
- func (o *UserDataCongestionInfo) GetCongestionInfo() CongestionInfo
- func (o *UserDataCongestionInfo) GetCongestionInfoOk() (*CongestionInfo, bool)
- func (o *UserDataCongestionInfo) GetNetworkArea() NetworkAreaInfo
- func (o *UserDataCongestionInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
- func (o *UserDataCongestionInfo) GetSnssai() Snssai
- func (o *UserDataCongestionInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *UserDataCongestionInfo) HasSnssai() bool
- func (o UserDataCongestionInfo) MarshalJSON() ([]byte, error)
- func (o *UserDataCongestionInfo) SetCongestionInfo(v CongestionInfo)
- func (o *UserDataCongestionInfo) SetNetworkArea(v NetworkAreaInfo)
- func (o *UserDataCongestionInfo) SetSnssai(v Snssai)
- func (o UserDataCongestionInfo) ToMap() (map[string]interface{}, error)
- func (o *UserDataCongestionInfo) UnmarshalJSON(bytes []byte) (err 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 UuaaMmStatus
- type V2xContext
- func (o *V2xContext) GetLteUeSidelinkAmbr() string
- func (o *V2xContext) GetLteUeSidelinkAmbrOk() (*string, bool)
- func (o *V2xContext) GetLteV2xServicesAuth() LteV2xAuth
- func (o *V2xContext) GetLteV2xServicesAuthOk() (*LteV2xAuth, bool)
- func (o *V2xContext) GetNrUeSidelinkAmbr() string
- func (o *V2xContext) GetNrUeSidelinkAmbrOk() (*string, bool)
- func (o *V2xContext) GetNrV2xServicesAuth() NrV2xAuth
- func (o *V2xContext) GetNrV2xServicesAuthOk() (*NrV2xAuth, bool)
- func (o *V2xContext) GetPc5QoSPara() Pc5QoSPara
- func (o *V2xContext) GetPc5QoSParaOk() (*Pc5QoSPara, bool)
- func (o *V2xContext) HasLteUeSidelinkAmbr() bool
- func (o *V2xContext) HasLteV2xServicesAuth() bool
- func (o *V2xContext) HasNrUeSidelinkAmbr() bool
- func (o *V2xContext) HasNrV2xServicesAuth() bool
- func (o *V2xContext) HasPc5QoSPara() bool
- func (o V2xContext) MarshalJSON() ([]byte, error)
- func (o *V2xContext) SetLteUeSidelinkAmbr(v string)
- func (o *V2xContext) SetLteV2xServicesAuth(v LteV2xAuth)
- func (o *V2xContext) SetNrUeSidelinkAmbr(v string)
- func (o *V2xContext) SetNrV2xServicesAuth(v NrV2xAuth)
- func (o *V2xContext) SetPc5QoSPara(v Pc5QoSPara)
- func (o V2xContext) ToMap() (map[string]interface{}, error)
- type V2xInformation
- func (o *V2xInformation) GetN2Pc5Pol() N2InfoContent
- func (o *V2xInformation) GetN2Pc5PolOk() (*N2InfoContent, bool)
- func (o *V2xInformation) HasN2Pc5Pol() bool
- func (o V2xInformation) MarshalJSON() ([]byte, error)
- func (o *V2xInformation) SetN2Pc5Pol(v N2InfoContent)
- func (o V2xInformation) ToMap() (map[string]interface{}, error)
- type WirelineArea
- func (o *WirelineArea) GetAreaCodeB() string
- func (o *WirelineArea) GetAreaCodeBOk() (*string, bool)
- func (o *WirelineArea) GetAreaCodeC() string
- func (o *WirelineArea) GetAreaCodeCOk() (*string, bool)
- func (o *WirelineArea) GetGlobalLineIds() []string
- func (o *WirelineArea) GetGlobalLineIdsOk() ([]string, bool)
- func (o *WirelineArea) GetHfcNIds() []string
- func (o *WirelineArea) GetHfcNIdsOk() ([]string, bool)
- func (o *WirelineArea) HasAreaCodeB() bool
- func (o *WirelineArea) HasAreaCodeC() bool
- func (o *WirelineArea) HasGlobalLineIds() bool
- func (o *WirelineArea) HasHfcNIds() bool
- func (o WirelineArea) MarshalJSON() ([]byte, error)
- func (o *WirelineArea) SetAreaCodeB(v string)
- func (o *WirelineArea) SetAreaCodeC(v string)
- func (o *WirelineArea) SetGlobalLineIds(v []string)
- func (o *WirelineArea) SetHfcNIds(v []string)
- func (o WirelineArea) ToMap() (map[string]interface{}, error)
- type WirelineServiceAreaRestriction
- func (o *WirelineServiceAreaRestriction) GetAreas() []WirelineArea
- func (o *WirelineServiceAreaRestriction) GetAreasOk() ([]WirelineArea, bool)
- func (o *WirelineServiceAreaRestriction) GetRestrictionType() RestrictionType
- func (o *WirelineServiceAreaRestriction) GetRestrictionTypeOk() (*RestrictionType, bool)
- func (o *WirelineServiceAreaRestriction) HasAreas() bool
- func (o *WirelineServiceAreaRestriction) HasRestrictionType() bool
- func (o WirelineServiceAreaRestriction) MarshalJSON() ([]byte, error)
- func (o *WirelineServiceAreaRestriction) SetAreas(v []WirelineArea)
- func (o *WirelineServiceAreaRestriction) SetRestrictionType(v RestrictionType)
- func (o WirelineServiceAreaRestriction) ToMap() (map[string]interface{}, error)
- type WlanOrderingCriterion
- type WlanPerSsIdPerformanceInfo
- func (o *WlanPerSsIdPerformanceInfo) GetSsId() string
- func (o *WlanPerSsIdPerformanceInfo) GetSsIdOk() (*string, bool)
- func (o *WlanPerSsIdPerformanceInfo) GetWlanPerTsInfos() []WlanPerTsPerformanceInfo
- func (o *WlanPerSsIdPerformanceInfo) GetWlanPerTsInfosOk() ([]WlanPerTsPerformanceInfo, bool)
- func (o WlanPerSsIdPerformanceInfo) MarshalJSON() ([]byte, error)
- func (o *WlanPerSsIdPerformanceInfo) SetSsId(v string)
- func (o *WlanPerSsIdPerformanceInfo) SetWlanPerTsInfos(v []WlanPerTsPerformanceInfo)
- func (o WlanPerSsIdPerformanceInfo) ToMap() (map[string]interface{}, error)
- func (o *WlanPerSsIdPerformanceInfo) UnmarshalJSON(bytes []byte) (err error)
- type WlanPerTsPerformanceInfo
- func (o *WlanPerTsPerformanceInfo) GetConfidence() int32
- func (o *WlanPerTsPerformanceInfo) GetConfidenceOk() (*int32, bool)
- func (o *WlanPerTsPerformanceInfo) GetNumberOfUes() int32
- func (o *WlanPerTsPerformanceInfo) GetNumberOfUesOk() (*int32, bool)
- func (o *WlanPerTsPerformanceInfo) GetRssi() int32
- func (o *WlanPerTsPerformanceInfo) GetRssiOk() (*int32, bool)
- func (o *WlanPerTsPerformanceInfo) GetRtt() int32
- func (o *WlanPerTsPerformanceInfo) GetRttOk() (*int32, bool)
- func (o *WlanPerTsPerformanceInfo) GetTrafficInfo() TrafficInformation
- func (o *WlanPerTsPerformanceInfo) GetTrafficInfoOk() (*TrafficInformation, bool)
- func (o *WlanPerTsPerformanceInfo) GetTsDuration() int32
- func (o *WlanPerTsPerformanceInfo) GetTsDurationOk() (*int32, bool)
- func (o *WlanPerTsPerformanceInfo) GetTsStart() time.Time
- func (o *WlanPerTsPerformanceInfo) GetTsStartOk() (*time.Time, bool)
- func (o *WlanPerTsPerformanceInfo) HasConfidence() bool
- func (o *WlanPerTsPerformanceInfo) HasNumberOfUes() bool
- func (o *WlanPerTsPerformanceInfo) HasRssi() bool
- func (o *WlanPerTsPerformanceInfo) HasRtt() bool
- func (o *WlanPerTsPerformanceInfo) HasTrafficInfo() bool
- func (o WlanPerTsPerformanceInfo) MarshalJSON() ([]byte, error)
- func (o *WlanPerTsPerformanceInfo) SetConfidence(v int32)
- func (o *WlanPerTsPerformanceInfo) SetNumberOfUes(v int32)
- func (o *WlanPerTsPerformanceInfo) SetRssi(v int32)
- func (o *WlanPerTsPerformanceInfo) SetRtt(v int32)
- func (o *WlanPerTsPerformanceInfo) SetTrafficInfo(v TrafficInformation)
- func (o *WlanPerTsPerformanceInfo) SetTrafficInfoNil()
- func (o *WlanPerTsPerformanceInfo) SetTsDuration(v int32)
- func (o *WlanPerTsPerformanceInfo) SetTsStart(v time.Time)
- func (o WlanPerTsPerformanceInfo) ToMap() (map[string]interface{}, error)
- func (o *WlanPerTsPerformanceInfo) UnmarshalJSON(bytes []byte) (err error)
- func (o *WlanPerTsPerformanceInfo) UnsetTrafficInfo()
- type WlanPerformanceInfo
- func (o *WlanPerformanceInfo) GetNetworkArea() NetworkAreaInfo
- func (o *WlanPerformanceInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
- func (o *WlanPerformanceInfo) GetWlanPerSsidInfos() []WlanPerSsIdPerformanceInfo
- func (o *WlanPerformanceInfo) GetWlanPerSsidInfosOk() ([]WlanPerSsIdPerformanceInfo, bool)
- func (o *WlanPerformanceInfo) HasNetworkArea() bool
- func (o WlanPerformanceInfo) MarshalJSON() ([]byte, error)
- func (o *WlanPerformanceInfo) SetNetworkArea(v NetworkAreaInfo)
- func (o *WlanPerformanceInfo) SetWlanPerSsidInfos(v []WlanPerSsIdPerformanceInfo)
- func (o WlanPerformanceInfo) ToMap() (map[string]interface{}, error)
- func (o *WlanPerformanceInfo) UnmarshalJSON(bytes []byte) (err error)
- type WlanPerformanceReq
- func (o *WlanPerformanceReq) GetBssIds() []string
- func (o *WlanPerformanceReq) GetBssIdsOk() ([]string, bool)
- func (o *WlanPerformanceReq) GetOrder() MatchingDirection
- func (o *WlanPerformanceReq) GetOrderOk() (*MatchingDirection, bool)
- func (o *WlanPerformanceReq) GetSsIds() []string
- func (o *WlanPerformanceReq) GetSsIdsOk() ([]string, bool)
- func (o *WlanPerformanceReq) GetWlanOrderCriter() WlanOrderingCriterion
- func (o *WlanPerformanceReq) GetWlanOrderCriterOk() (*WlanOrderingCriterion, bool)
- func (o *WlanPerformanceReq) HasBssIds() bool
- func (o *WlanPerformanceReq) HasOrder() bool
- func (o *WlanPerformanceReq) HasSsIds() bool
- func (o *WlanPerformanceReq) HasWlanOrderCriter() bool
- func (o WlanPerformanceReq) MarshalJSON() ([]byte, error)
- func (o *WlanPerformanceReq) SetBssIds(v []string)
- func (o *WlanPerformanceReq) SetOrder(v MatchingDirection)
- func (o *WlanPerformanceReq) SetSsIds(v []string)
- func (o *WlanPerformanceReq) SetWlanOrderCriter(v WlanOrderingCriterion)
- func (o WlanPerformanceReq) 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
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 {
IndividualSubscriptionDocumentAPI *IndividualSubscriptionDocumentAPIService
IndividualUeContextDocumentAPI *IndividualUeContextDocumentAPIService
N1N2IndividualSubscriptionDocumentAPI *N1N2IndividualSubscriptionDocumentAPIService
N1N2MessageCollectionCollectionAPI *N1N2MessageCollectionCollectionAPIService
N1N2SubscriptionsCollectionForIndividualUEContextsCollectionAPI *N1N2SubscriptionsCollectionForIndividualUEContextsCollectionAPIService
NonUEN2MessageNotificationIndividualSubscriptionDocumentAPI *NonUEN2MessageNotificationIndividualSubscriptionDocumentAPIService
NonUEN2MessagesCollectionCollectionAPI *NonUEN2MessagesCollectionCollectionAPIService
NonUEN2MessagesSubscriptionsCollectionCollectionAPI *NonUEN2MessagesSubscriptionsCollectionCollectionAPIService
SubscriptionsCollectionCollectionAPI *SubscriptionsCollectionCollectionAPIService
// contains filtered or unexported fields
}
APIClient manages communication with the Namf_Communication API v1.2.3 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 AbnormalBehaviour ¶
type AbnormalBehaviour struct {
Supis []string `json:"supis,omitempty"`
Excep Exception `json:"excep"`
// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\").
Dnn *string `json:"dnn,omitempty"`
Snssai *Snssai `json:"snssai,omitempty"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
Ratio *int32 `json:"ratio,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Confidence *int32 `json:"confidence,omitempty"`
AddtMeasInfo *AdditionalMeasurement `json:"addtMeasInfo,omitempty"`
}
AbnormalBehaviour Represents the abnormal behaviour information.
func NewAbnormalBehaviour ¶
func NewAbnormalBehaviour(excep Exception) *AbnormalBehaviour
NewAbnormalBehaviour instantiates a new AbnormalBehaviour 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 NewAbnormalBehaviourWithDefaults ¶
func NewAbnormalBehaviourWithDefaults() *AbnormalBehaviour
NewAbnormalBehaviourWithDefaults instantiates a new AbnormalBehaviour 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 (*AbnormalBehaviour) GetAddtMeasInfo ¶
func (o *AbnormalBehaviour) GetAddtMeasInfo() AdditionalMeasurement
GetAddtMeasInfo returns the AddtMeasInfo field value if set, zero value otherwise.
func (*AbnormalBehaviour) GetAddtMeasInfoOk ¶
func (o *AbnormalBehaviour) GetAddtMeasInfoOk() (*AdditionalMeasurement, bool)
GetAddtMeasInfoOk returns a tuple with the AddtMeasInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AbnormalBehaviour) GetConfidence ¶
func (o *AbnormalBehaviour) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*AbnormalBehaviour) GetConfidenceOk ¶
func (o *AbnormalBehaviour) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AbnormalBehaviour) GetDnn ¶
func (o *AbnormalBehaviour) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*AbnormalBehaviour) GetDnnOk ¶
func (o *AbnormalBehaviour) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AbnormalBehaviour) GetExcep ¶
func (o *AbnormalBehaviour) GetExcep() Exception
GetExcep returns the Excep field value
func (*AbnormalBehaviour) GetExcepOk ¶
func (o *AbnormalBehaviour) GetExcepOk() (*Exception, bool)
GetExcepOk returns a tuple with the Excep field value and a boolean to check if the value has been set.
func (*AbnormalBehaviour) GetRatio ¶
func (o *AbnormalBehaviour) GetRatio() int32
GetRatio returns the Ratio field value if set, zero value otherwise.
func (*AbnormalBehaviour) GetRatioOk ¶
func (o *AbnormalBehaviour) GetRatioOk() (*int32, bool)
GetRatioOk returns a tuple with the Ratio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AbnormalBehaviour) GetSnssai ¶
func (o *AbnormalBehaviour) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*AbnormalBehaviour) GetSnssaiOk ¶
func (o *AbnormalBehaviour) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AbnormalBehaviour) GetSupis ¶
func (o *AbnormalBehaviour) GetSupis() []string
GetSupis returns the Supis field value if set, zero value otherwise.
func (*AbnormalBehaviour) GetSupisOk ¶
func (o *AbnormalBehaviour) GetSupisOk() ([]string, bool)
GetSupisOk returns a tuple with the Supis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AbnormalBehaviour) HasAddtMeasInfo ¶
func (o *AbnormalBehaviour) HasAddtMeasInfo() bool
HasAddtMeasInfo returns a boolean if a field has been set.
func (*AbnormalBehaviour) HasConfidence ¶
func (o *AbnormalBehaviour) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*AbnormalBehaviour) HasDnn ¶
func (o *AbnormalBehaviour) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*AbnormalBehaviour) HasRatio ¶
func (o *AbnormalBehaviour) HasRatio() bool
HasRatio returns a boolean if a field has been set.
func (*AbnormalBehaviour) HasSnssai ¶
func (o *AbnormalBehaviour) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*AbnormalBehaviour) HasSupis ¶
func (o *AbnormalBehaviour) HasSupis() bool
HasSupis returns a boolean if a field has been set.
func (AbnormalBehaviour) MarshalJSON ¶
func (o AbnormalBehaviour) MarshalJSON() ([]byte, error)
func (*AbnormalBehaviour) SetAddtMeasInfo ¶
func (o *AbnormalBehaviour) SetAddtMeasInfo(v AdditionalMeasurement)
SetAddtMeasInfo gets a reference to the given AdditionalMeasurement and assigns it to the AddtMeasInfo field.
func (*AbnormalBehaviour) SetConfidence ¶
func (o *AbnormalBehaviour) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*AbnormalBehaviour) SetDnn ¶
func (o *AbnormalBehaviour) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*AbnormalBehaviour) SetExcep ¶
func (o *AbnormalBehaviour) SetExcep(v Exception)
SetExcep sets field value
func (*AbnormalBehaviour) SetRatio ¶
func (o *AbnormalBehaviour) SetRatio(v int32)
SetRatio gets a reference to the given int32 and assigns it to the Ratio field.
func (*AbnormalBehaviour) SetSnssai ¶
func (o *AbnormalBehaviour) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*AbnormalBehaviour) SetSupis ¶
func (o *AbnormalBehaviour) SetSupis(v []string)
SetSupis gets a reference to the given []string and assigns it to the Supis field.
func (AbnormalBehaviour) ToMap ¶
func (o AbnormalBehaviour) ToMap() (map[string]interface{}, error)
func (*AbnormalBehaviour) UnmarshalJSON ¶
func (o *AbnormalBehaviour) UnmarshalJSON(bytes []byte) (err error)
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 Accuracy ¶
type Accuracy struct {
// contains filtered or unexported fields
}
Accuracy Possible values are: - LOW: Low accuracy. - HIGH: High accuracy.
func (*Accuracy) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Accuracy) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type AdditionalMeasurement ¶
type AdditionalMeasurement struct {
UnexpLoc *NetworkAreaInfo `json:"unexpLoc,omitempty"`
UnexpFlowTeps []IpEthFlowDescription `json:"unexpFlowTeps,omitempty"`
UnexpWakes []time.Time `json:"unexpWakes,omitempty"`
DdosAttack *AddressList `json:"ddosAttack,omitempty"`
WrgDest *AddressList `json:"wrgDest,omitempty"`
Circums []CircumstanceDescription `json:"circums,omitempty"`
}
AdditionalMeasurement Represents additional measurement information.
func NewAdditionalMeasurement ¶
func NewAdditionalMeasurement() *AdditionalMeasurement
NewAdditionalMeasurement instantiates a new AdditionalMeasurement 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 NewAdditionalMeasurementWithDefaults ¶
func NewAdditionalMeasurementWithDefaults() *AdditionalMeasurement
NewAdditionalMeasurementWithDefaults instantiates a new AdditionalMeasurement 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 (*AdditionalMeasurement) GetCircums ¶
func (o *AdditionalMeasurement) GetCircums() []CircumstanceDescription
GetCircums returns the Circums field value if set, zero value otherwise.
func (*AdditionalMeasurement) GetCircumsOk ¶
func (o *AdditionalMeasurement) GetCircumsOk() ([]CircumstanceDescription, bool)
GetCircumsOk returns a tuple with the Circums field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalMeasurement) GetDdosAttack ¶
func (o *AdditionalMeasurement) GetDdosAttack() AddressList
GetDdosAttack returns the DdosAttack field value if set, zero value otherwise.
func (*AdditionalMeasurement) GetDdosAttackOk ¶
func (o *AdditionalMeasurement) GetDdosAttackOk() (*AddressList, bool)
GetDdosAttackOk returns a tuple with the DdosAttack field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalMeasurement) GetUnexpFlowTeps ¶
func (o *AdditionalMeasurement) GetUnexpFlowTeps() []IpEthFlowDescription
GetUnexpFlowTeps returns the UnexpFlowTeps field value if set, zero value otherwise.
func (*AdditionalMeasurement) GetUnexpFlowTepsOk ¶
func (o *AdditionalMeasurement) GetUnexpFlowTepsOk() ([]IpEthFlowDescription, bool)
GetUnexpFlowTepsOk returns a tuple with the UnexpFlowTeps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalMeasurement) GetUnexpLoc ¶
func (o *AdditionalMeasurement) GetUnexpLoc() NetworkAreaInfo
GetUnexpLoc returns the UnexpLoc field value if set, zero value otherwise.
func (*AdditionalMeasurement) GetUnexpLocOk ¶
func (o *AdditionalMeasurement) GetUnexpLocOk() (*NetworkAreaInfo, bool)
GetUnexpLocOk returns a tuple with the UnexpLoc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalMeasurement) GetUnexpWakes ¶
func (o *AdditionalMeasurement) GetUnexpWakes() []time.Time
GetUnexpWakes returns the UnexpWakes field value if set, zero value otherwise.
func (*AdditionalMeasurement) GetUnexpWakesOk ¶
func (o *AdditionalMeasurement) GetUnexpWakesOk() ([]time.Time, bool)
GetUnexpWakesOk returns a tuple with the UnexpWakes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalMeasurement) GetWrgDest ¶
func (o *AdditionalMeasurement) GetWrgDest() AddressList
GetWrgDest returns the WrgDest field value if set, zero value otherwise.
func (*AdditionalMeasurement) GetWrgDestOk ¶
func (o *AdditionalMeasurement) GetWrgDestOk() (*AddressList, bool)
GetWrgDestOk returns a tuple with the WrgDest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdditionalMeasurement) HasCircums ¶
func (o *AdditionalMeasurement) HasCircums() bool
HasCircums returns a boolean if a field has been set.
func (*AdditionalMeasurement) HasDdosAttack ¶
func (o *AdditionalMeasurement) HasDdosAttack() bool
HasDdosAttack returns a boolean if a field has been set.
func (*AdditionalMeasurement) HasUnexpFlowTeps ¶
func (o *AdditionalMeasurement) HasUnexpFlowTeps() bool
HasUnexpFlowTeps returns a boolean if a field has been set.
func (*AdditionalMeasurement) HasUnexpLoc ¶
func (o *AdditionalMeasurement) HasUnexpLoc() bool
HasUnexpLoc returns a boolean if a field has been set.
func (*AdditionalMeasurement) HasUnexpWakes ¶
func (o *AdditionalMeasurement) HasUnexpWakes() bool
HasUnexpWakes returns a boolean if a field has been set.
func (*AdditionalMeasurement) HasWrgDest ¶
func (o *AdditionalMeasurement) HasWrgDest() bool
HasWrgDest returns a boolean if a field has been set.
func (AdditionalMeasurement) MarshalJSON ¶
func (o AdditionalMeasurement) MarshalJSON() ([]byte, error)
func (*AdditionalMeasurement) SetCircums ¶
func (o *AdditionalMeasurement) SetCircums(v []CircumstanceDescription)
SetCircums gets a reference to the given []CircumstanceDescription and assigns it to the Circums field.
func (*AdditionalMeasurement) SetDdosAttack ¶
func (o *AdditionalMeasurement) SetDdosAttack(v AddressList)
SetDdosAttack gets a reference to the given AddressList and assigns it to the DdosAttack field.
func (*AdditionalMeasurement) SetUnexpFlowTeps ¶
func (o *AdditionalMeasurement) SetUnexpFlowTeps(v []IpEthFlowDescription)
SetUnexpFlowTeps gets a reference to the given []IpEthFlowDescription and assigns it to the UnexpFlowTeps field.
func (*AdditionalMeasurement) SetUnexpLoc ¶
func (o *AdditionalMeasurement) SetUnexpLoc(v NetworkAreaInfo)
SetUnexpLoc gets a reference to the given NetworkAreaInfo and assigns it to the UnexpLoc field.
func (*AdditionalMeasurement) SetUnexpWakes ¶
func (o *AdditionalMeasurement) SetUnexpWakes(v []time.Time)
SetUnexpWakes gets a reference to the given []time.Time and assigns it to the UnexpWakes field.
func (*AdditionalMeasurement) SetWrgDest ¶
func (o *AdditionalMeasurement) SetWrgDest(v AddressList)
SetWrgDest gets a reference to the given AddressList and assigns it to the WrgDest field.
func (AdditionalMeasurement) ToMap ¶
func (o AdditionalMeasurement) ToMap() (map[string]interface{}, error)
type AddrFqdn ¶
type AddrFqdn struct {
IpAddr NullableIpAddr `json:"ipAddr,omitempty"`
// Indicates an FQDN.
Fqdn *string `json:"fqdn,omitempty"`
}
AddrFqdn IP address and/or FQDN.
func NewAddrFqdn ¶
func NewAddrFqdn() *AddrFqdn
NewAddrFqdn instantiates a new AddrFqdn 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 NewAddrFqdnWithDefaults ¶
func NewAddrFqdnWithDefaults() *AddrFqdn
NewAddrFqdnWithDefaults instantiates a new AddrFqdn 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 (*AddrFqdn) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddrFqdn) GetIpAddr ¶
GetIpAddr returns the IpAddr field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AddrFqdn) GetIpAddrOk ¶
GetIpAddrOk returns a tuple with the IpAddr 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 (AddrFqdn) MarshalJSON ¶
func (*AddrFqdn) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*AddrFqdn) SetIpAddr ¶
SetIpAddr gets a reference to the given NullableIpAddr and assigns it to the IpAddr field.
func (*AddrFqdn) SetIpAddrNil ¶
func (o *AddrFqdn) SetIpAddrNil()
SetIpAddrNil sets the value for IpAddr to be an explicit nil
func (*AddrFqdn) UnsetIpAddr ¶
func (o *AddrFqdn) UnsetIpAddr()
UnsetIpAddr ensures that no value is present for IpAddr, not even an explicit nil
type AddressList ¶
type AddressList struct {
Ipv4Addrs []string `json:"ipv4Addrs,omitempty"`
Ipv6Addrs []Ipv6Addr `json:"ipv6Addrs,omitempty"`
}
AddressList Represents a list of IPv4 and/or IPv6 addresses.
func NewAddressList ¶
func NewAddressList() *AddressList
NewAddressList instantiates a new AddressList 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 NewAddressListWithDefaults ¶
func NewAddressListWithDefaults() *AddressList
NewAddressListWithDefaults instantiates a new AddressList 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 (*AddressList) GetIpv4Addrs ¶
func (o *AddressList) GetIpv4Addrs() []string
GetIpv4Addrs returns the Ipv4Addrs field value if set, zero value otherwise.
func (*AddressList) GetIpv4AddrsOk ¶
func (o *AddressList) GetIpv4AddrsOk() ([]string, bool)
GetIpv4AddrsOk returns a tuple with the Ipv4Addrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddressList) GetIpv6Addrs ¶
func (o *AddressList) GetIpv6Addrs() []Ipv6Addr
GetIpv6Addrs returns the Ipv6Addrs field value if set, zero value otherwise.
func (*AddressList) GetIpv6AddrsOk ¶
func (o *AddressList) GetIpv6AddrsOk() ([]Ipv6Addr, bool)
GetIpv6AddrsOk returns a tuple with the Ipv6Addrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddressList) HasIpv4Addrs ¶
func (o *AddressList) HasIpv4Addrs() bool
HasIpv4Addrs returns a boolean if a field has been set.
func (*AddressList) HasIpv6Addrs ¶
func (o *AddressList) HasIpv6Addrs() bool
HasIpv6Addrs returns a boolean if a field has been set.
func (AddressList) MarshalJSON ¶
func (o AddressList) MarshalJSON() ([]byte, error)
func (*AddressList) SetIpv4Addrs ¶
func (o *AddressList) SetIpv4Addrs(v []string)
SetIpv4Addrs gets a reference to the given []string and assigns it to the Ipv4Addrs field.
func (*AddressList) SetIpv6Addrs ¶
func (o *AddressList) SetIpv6Addrs(v []Ipv6Addr)
SetIpv6Addrs gets a reference to the given []Ipv6Addr and assigns it to the Ipv6Addrs field.
func (AddressList) ToMap ¶
func (o AddressList) ToMap() (map[string]interface{}, error)
type AllowedNssai ¶
type AllowedNssai struct {
AllowedSnssaiList []AllowedSnssai `json:"allowedSnssaiList"`
AccessType AccessType `json:"accessType"`
}
AllowedNssai Contains an array of allowed S-NSSAI that constitute the allowed NSSAI information for the authorized network slice information
func NewAllowedNssai ¶
func NewAllowedNssai(allowedSnssaiList []AllowedSnssai, accessType AccessType) *AllowedNssai
NewAllowedNssai instantiates a new AllowedNssai 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 NewAllowedNssaiWithDefaults ¶
func NewAllowedNssaiWithDefaults() *AllowedNssai
NewAllowedNssaiWithDefaults instantiates a new AllowedNssai 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 (*AllowedNssai) GetAccessType ¶
func (o *AllowedNssai) GetAccessType() AccessType
GetAccessType returns the AccessType field value
func (*AllowedNssai) GetAccessTypeOk ¶
func (o *AllowedNssai) GetAccessTypeOk() (*AccessType, bool)
GetAccessTypeOk returns a tuple with the AccessType field value and a boolean to check if the value has been set.
func (*AllowedNssai) GetAllowedSnssaiList ¶
func (o *AllowedNssai) GetAllowedSnssaiList() []AllowedSnssai
GetAllowedSnssaiList returns the AllowedSnssaiList field value
func (*AllowedNssai) GetAllowedSnssaiListOk ¶
func (o *AllowedNssai) GetAllowedSnssaiListOk() ([]AllowedSnssai, bool)
GetAllowedSnssaiListOk returns a tuple with the AllowedSnssaiList field value and a boolean to check if the value has been set.
func (AllowedNssai) MarshalJSON ¶
func (o AllowedNssai) MarshalJSON() ([]byte, error)
func (*AllowedNssai) SetAccessType ¶
func (o *AllowedNssai) SetAccessType(v AccessType)
SetAccessType sets field value
func (*AllowedNssai) SetAllowedSnssaiList ¶
func (o *AllowedNssai) SetAllowedSnssaiList(v []AllowedSnssai)
SetAllowedSnssaiList sets field value
func (AllowedNssai) ToMap ¶
func (o AllowedNssai) ToMap() (map[string]interface{}, error)
func (*AllowedNssai) UnmarshalJSON ¶
func (o *AllowedNssai) UnmarshalJSON(bytes []byte) (err error)
type AllowedSnssai ¶
type AllowedSnssai struct {
AllowedSnssai Snssai `json:"allowedSnssai"`
NsiInformationList []NsiInformation `json:"nsiInformationList,omitempty"`
MappedHomeSnssai *Snssai `json:"mappedHomeSnssai,omitempty"`
}
AllowedSnssai Contains the authorized S-NSSAI and optional mapped home S-NSSAI and network slice instance information
func NewAllowedSnssai ¶
func NewAllowedSnssai(allowedSnssai Snssai) *AllowedSnssai
NewAllowedSnssai instantiates a new AllowedSnssai 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 NewAllowedSnssaiWithDefaults ¶
func NewAllowedSnssaiWithDefaults() *AllowedSnssai
NewAllowedSnssaiWithDefaults instantiates a new AllowedSnssai 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 (*AllowedSnssai) GetAllowedSnssai ¶
func (o *AllowedSnssai) GetAllowedSnssai() Snssai
GetAllowedSnssai returns the AllowedSnssai field value
func (*AllowedSnssai) GetAllowedSnssaiOk ¶
func (o *AllowedSnssai) GetAllowedSnssaiOk() (*Snssai, bool)
GetAllowedSnssaiOk returns a tuple with the AllowedSnssai field value and a boolean to check if the value has been set.
func (*AllowedSnssai) GetMappedHomeSnssai ¶
func (o *AllowedSnssai) GetMappedHomeSnssai() Snssai
GetMappedHomeSnssai returns the MappedHomeSnssai field value if set, zero value otherwise.
func (*AllowedSnssai) GetMappedHomeSnssaiOk ¶
func (o *AllowedSnssai) GetMappedHomeSnssaiOk() (*Snssai, bool)
GetMappedHomeSnssaiOk returns a tuple with the MappedHomeSnssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AllowedSnssai) GetNsiInformationList ¶
func (o *AllowedSnssai) GetNsiInformationList() []NsiInformation
GetNsiInformationList returns the NsiInformationList field value if set, zero value otherwise.
func (*AllowedSnssai) GetNsiInformationListOk ¶
func (o *AllowedSnssai) GetNsiInformationListOk() ([]NsiInformation, bool)
GetNsiInformationListOk returns a tuple with the NsiInformationList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AllowedSnssai) HasMappedHomeSnssai ¶
func (o *AllowedSnssai) HasMappedHomeSnssai() bool
HasMappedHomeSnssai returns a boolean if a field has been set.
func (*AllowedSnssai) HasNsiInformationList ¶
func (o *AllowedSnssai) HasNsiInformationList() bool
HasNsiInformationList returns a boolean if a field has been set.
func (AllowedSnssai) MarshalJSON ¶
func (o AllowedSnssai) MarshalJSON() ([]byte, error)
func (*AllowedSnssai) SetAllowedSnssai ¶
func (o *AllowedSnssai) SetAllowedSnssai(v Snssai)
SetAllowedSnssai sets field value
func (*AllowedSnssai) SetMappedHomeSnssai ¶
func (o *AllowedSnssai) SetMappedHomeSnssai(v Snssai)
SetMappedHomeSnssai gets a reference to the given Snssai and assigns it to the MappedHomeSnssai field.
func (*AllowedSnssai) SetNsiInformationList ¶
func (o *AllowedSnssai) SetNsiInformationList(v []NsiInformation)
SetNsiInformationList gets a reference to the given []NsiInformation and assigns it to the NsiInformationList field.
func (AllowedSnssai) ToMap ¶
func (o AllowedSnssai) ToMap() (map[string]interface{}, error)
func (*AllowedSnssai) UnmarshalJSON ¶
func (o *AllowedSnssai) 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 AmfEvent ¶
type AmfEvent struct {
Type AmfEventType `json:"type"`
ImmediateFlag *bool `json:"immediateFlag,omitempty"`
AreaList []AmfEventArea `json:"areaList,omitempty"`
LocationFilterList []LocationFilter `json:"locationFilterList,omitempty"`
RefId *int32 `json:"refId,omitempty"`
TrafficDescriptorList []TrafficDescriptor `json:"trafficDescriptorList,omitempty"`
ReportUeReachable *bool `json:"reportUeReachable,omitempty"`
ReachabilityFilter *ReachabilityFilter `json:"reachabilityFilter,omitempty"`
UdmDetectInd *bool `json:"udmDetectInd,omitempty"`
MaxReports *int32 `json:"maxReports,omitempty"`
// A map(list of key-value pairs) where praId serves as key.
PresenceInfoList *map[string]PresenceInfo `json:"presenceInfoList,omitempty"`
// indicating a time in seconds.
MaxResponseTime *int32 `json:"maxResponseTime,omitempty"`
TargetArea *TargetArea `json:"targetArea,omitempty"`
SnssaiFilter []ExtSnssai `json:"snssaiFilter,omitempty"`
UeInAreaFilter *UeInAreaFilter `json:"ueInAreaFilter,omitempty"`
// indicating a time in seconds.
MinInterval *int32 `json:"minInterval,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
NextReport *time.Time `json:"nextReport,omitempty"`
IdleStatusInd *bool `json:"idleStatusInd,omitempty"`
DispersionArea *DispersionArea `json:"dispersionArea,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
NextPeriodicReportTime *time.Time `json:"nextPeriodicReportTime,omitempty"`
}
AmfEvent Describes an event to be subscribed
func NewAmfEvent ¶
func NewAmfEvent(type_ AmfEventType) *AmfEvent
NewAmfEvent instantiates a new AmfEvent 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 NewAmfEventWithDefaults ¶
func NewAmfEventWithDefaults() *AmfEvent
NewAmfEventWithDefaults instantiates a new AmfEvent 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 (*AmfEvent) GetAreaList ¶
func (o *AmfEvent) GetAreaList() []AmfEventArea
GetAreaList returns the AreaList field value if set, zero value otherwise.
func (*AmfEvent) GetAreaListOk ¶
func (o *AmfEvent) GetAreaListOk() ([]AmfEventArea, bool)
GetAreaListOk returns a tuple with the AreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetDispersionArea ¶
func (o *AmfEvent) GetDispersionArea() DispersionArea
GetDispersionArea returns the DispersionArea field value if set, zero value otherwise.
func (*AmfEvent) GetDispersionAreaOk ¶
func (o *AmfEvent) GetDispersionAreaOk() (*DispersionArea, bool)
GetDispersionAreaOk returns a tuple with the DispersionArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetIdleStatusInd ¶
GetIdleStatusInd returns the IdleStatusInd field value if set, zero value otherwise.
func (*AmfEvent) GetIdleStatusIndOk ¶
GetIdleStatusIndOk returns a tuple with the IdleStatusInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetImmediateFlag ¶
GetImmediateFlag returns the ImmediateFlag field value if set, zero value otherwise.
func (*AmfEvent) GetImmediateFlagOk ¶
GetImmediateFlagOk returns a tuple with the ImmediateFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetLocationFilterList ¶
func (o *AmfEvent) GetLocationFilterList() []LocationFilter
GetLocationFilterList returns the LocationFilterList field value if set, zero value otherwise.
func (*AmfEvent) GetLocationFilterListOk ¶
func (o *AmfEvent) GetLocationFilterListOk() ([]LocationFilter, bool)
GetLocationFilterListOk returns a tuple with the LocationFilterList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetMaxReports ¶
GetMaxReports returns the MaxReports field value if set, zero value otherwise.
func (*AmfEvent) GetMaxReportsOk ¶
GetMaxReportsOk returns a tuple with the MaxReports field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetMaxResponseTime ¶
GetMaxResponseTime returns the MaxResponseTime field value if set, zero value otherwise.
func (*AmfEvent) GetMaxResponseTimeOk ¶
GetMaxResponseTimeOk returns a tuple with the MaxResponseTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetMinInterval ¶
GetMinInterval returns the MinInterval field value if set, zero value otherwise.
func (*AmfEvent) GetMinIntervalOk ¶
GetMinIntervalOk returns a tuple with the MinInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetNextPeriodicReportTime ¶
GetNextPeriodicReportTime returns the NextPeriodicReportTime field value if set, zero value otherwise.
func (*AmfEvent) GetNextPeriodicReportTimeOk ¶
GetNextPeriodicReportTimeOk returns a tuple with the NextPeriodicReportTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetNextReport ¶
GetNextReport returns the NextReport field value if set, zero value otherwise.
func (*AmfEvent) GetNextReportOk ¶
GetNextReportOk returns a tuple with the NextReport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetPresenceInfoList ¶
func (o *AmfEvent) GetPresenceInfoList() map[string]PresenceInfo
GetPresenceInfoList returns the PresenceInfoList field value if set, zero value otherwise.
func (*AmfEvent) GetPresenceInfoListOk ¶
func (o *AmfEvent) GetPresenceInfoListOk() (*map[string]PresenceInfo, bool)
GetPresenceInfoListOk returns a tuple with the PresenceInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetReachabilityFilter ¶
func (o *AmfEvent) GetReachabilityFilter() ReachabilityFilter
GetReachabilityFilter returns the ReachabilityFilter field value if set, zero value otherwise.
func (*AmfEvent) GetReachabilityFilterOk ¶
func (o *AmfEvent) GetReachabilityFilterOk() (*ReachabilityFilter, bool)
GetReachabilityFilterOk returns a tuple with the ReachabilityFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetRefIdOk ¶
GetRefIdOk returns a tuple with the RefId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetReportUeReachable ¶
GetReportUeReachable returns the ReportUeReachable field value if set, zero value otherwise.
func (*AmfEvent) GetReportUeReachableOk ¶
GetReportUeReachableOk returns a tuple with the ReportUeReachable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetSnssaiFilter ¶
GetSnssaiFilter returns the SnssaiFilter field value if set, zero value otherwise.
func (*AmfEvent) GetSnssaiFilterOk ¶
GetSnssaiFilterOk returns a tuple with the SnssaiFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetTargetArea ¶
func (o *AmfEvent) GetTargetArea() TargetArea
GetTargetArea returns the TargetArea field value if set, zero value otherwise.
func (*AmfEvent) GetTargetAreaOk ¶
func (o *AmfEvent) GetTargetAreaOk() (*TargetArea, bool)
GetTargetAreaOk returns a tuple with the TargetArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetTrafficDescriptorList ¶
func (o *AmfEvent) GetTrafficDescriptorList() []TrafficDescriptor
GetTrafficDescriptorList returns the TrafficDescriptorList field value if set, zero value otherwise.
func (*AmfEvent) GetTrafficDescriptorListOk ¶
func (o *AmfEvent) GetTrafficDescriptorListOk() ([]TrafficDescriptor, bool)
GetTrafficDescriptorListOk returns a tuple with the TrafficDescriptorList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetType ¶
func (o *AmfEvent) GetType() AmfEventType
GetType returns the Type field value
func (*AmfEvent) GetTypeOk ¶
func (o *AmfEvent) GetTypeOk() (*AmfEventType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*AmfEvent) GetUdmDetectInd ¶
GetUdmDetectInd returns the UdmDetectInd field value if set, zero value otherwise.
func (*AmfEvent) GetUdmDetectIndOk ¶
GetUdmDetectIndOk returns a tuple with the UdmDetectInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) GetUeInAreaFilter ¶
func (o *AmfEvent) GetUeInAreaFilter() UeInAreaFilter
GetUeInAreaFilter returns the UeInAreaFilter field value if set, zero value otherwise.
func (*AmfEvent) GetUeInAreaFilterOk ¶
func (o *AmfEvent) GetUeInAreaFilterOk() (*UeInAreaFilter, bool)
GetUeInAreaFilterOk returns a tuple with the UeInAreaFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEvent) HasAreaList ¶
HasAreaList returns a boolean if a field has been set.
func (*AmfEvent) HasDispersionArea ¶
HasDispersionArea returns a boolean if a field has been set.
func (*AmfEvent) HasIdleStatusInd ¶
HasIdleStatusInd returns a boolean if a field has been set.
func (*AmfEvent) HasImmediateFlag ¶
HasImmediateFlag returns a boolean if a field has been set.
func (*AmfEvent) HasLocationFilterList ¶
HasLocationFilterList returns a boolean if a field has been set.
func (*AmfEvent) HasMaxReports ¶
HasMaxReports returns a boolean if a field has been set.
func (*AmfEvent) HasMaxResponseTime ¶
HasMaxResponseTime returns a boolean if a field has been set.
func (*AmfEvent) HasMinInterval ¶
HasMinInterval returns a boolean if a field has been set.
func (*AmfEvent) HasNextPeriodicReportTime ¶
HasNextPeriodicReportTime returns a boolean if a field has been set.
func (*AmfEvent) HasNextReport ¶
HasNextReport returns a boolean if a field has been set.
func (*AmfEvent) HasPresenceInfoList ¶
HasPresenceInfoList returns a boolean if a field has been set.
func (*AmfEvent) HasReachabilityFilter ¶
HasReachabilityFilter returns a boolean if a field has been set.
func (*AmfEvent) HasReportUeReachable ¶
HasReportUeReachable returns a boolean if a field has been set.
func (*AmfEvent) HasSnssaiFilter ¶
HasSnssaiFilter returns a boolean if a field has been set.
func (*AmfEvent) HasTargetArea ¶
HasTargetArea returns a boolean if a field has been set.
func (*AmfEvent) HasTrafficDescriptorList ¶
HasTrafficDescriptorList returns a boolean if a field has been set.
func (*AmfEvent) HasUdmDetectInd ¶
HasUdmDetectInd returns a boolean if a field has been set.
func (*AmfEvent) HasUeInAreaFilter ¶
HasUeInAreaFilter returns a boolean if a field has been set.
func (AmfEvent) MarshalJSON ¶
func (*AmfEvent) SetAreaList ¶
func (o *AmfEvent) SetAreaList(v []AmfEventArea)
SetAreaList gets a reference to the given []AmfEventArea and assigns it to the AreaList field.
func (*AmfEvent) SetDispersionArea ¶
func (o *AmfEvent) SetDispersionArea(v DispersionArea)
SetDispersionArea gets a reference to the given DispersionArea and assigns it to the DispersionArea field.
func (*AmfEvent) SetIdleStatusInd ¶
SetIdleStatusInd gets a reference to the given bool and assigns it to the IdleStatusInd field.
func (*AmfEvent) SetImmediateFlag ¶
SetImmediateFlag gets a reference to the given bool and assigns it to the ImmediateFlag field.
func (*AmfEvent) SetLocationFilterList ¶
func (o *AmfEvent) SetLocationFilterList(v []LocationFilter)
SetLocationFilterList gets a reference to the given []LocationFilter and assigns it to the LocationFilterList field.
func (*AmfEvent) SetMaxReports ¶
SetMaxReports gets a reference to the given int32 and assigns it to the MaxReports field.
func (*AmfEvent) SetMaxResponseTime ¶
SetMaxResponseTime gets a reference to the given int32 and assigns it to the MaxResponseTime field.
func (*AmfEvent) SetMinInterval ¶
SetMinInterval gets a reference to the given int32 and assigns it to the MinInterval field.
func (*AmfEvent) SetNextPeriodicReportTime ¶
SetNextPeriodicReportTime gets a reference to the given time.Time and assigns it to the NextPeriodicReportTime field.
func (*AmfEvent) SetNextReport ¶
SetNextReport gets a reference to the given time.Time and assigns it to the NextReport field.
func (*AmfEvent) SetPresenceInfoList ¶
func (o *AmfEvent) SetPresenceInfoList(v map[string]PresenceInfo)
SetPresenceInfoList gets a reference to the given map[string]PresenceInfo and assigns it to the PresenceInfoList field.
func (*AmfEvent) SetReachabilityFilter ¶
func (o *AmfEvent) SetReachabilityFilter(v ReachabilityFilter)
SetReachabilityFilter gets a reference to the given ReachabilityFilter and assigns it to the ReachabilityFilter field.
func (*AmfEvent) SetRefId ¶
SetRefId gets a reference to the given int32 and assigns it to the RefId field.
func (*AmfEvent) SetReportUeReachable ¶
SetReportUeReachable gets a reference to the given bool and assigns it to the ReportUeReachable field.
func (*AmfEvent) SetSnssaiFilter ¶
SetSnssaiFilter gets a reference to the given []ExtSnssai and assigns it to the SnssaiFilter field.
func (*AmfEvent) SetTargetArea ¶
func (o *AmfEvent) SetTargetArea(v TargetArea)
SetTargetArea gets a reference to the given TargetArea and assigns it to the TargetArea field.
func (*AmfEvent) SetTrafficDescriptorList ¶
func (o *AmfEvent) SetTrafficDescriptorList(v []TrafficDescriptor)
SetTrafficDescriptorList gets a reference to the given []TrafficDescriptor and assigns it to the TrafficDescriptorList field.
func (*AmfEvent) SetUdmDetectInd ¶
SetUdmDetectInd gets a reference to the given bool and assigns it to the UdmDetectInd field.
func (*AmfEvent) SetUeInAreaFilter ¶
func (o *AmfEvent) SetUeInAreaFilter(v UeInAreaFilter)
SetUeInAreaFilter gets a reference to the given UeInAreaFilter and assigns it to the UeInAreaFilter field.
func (*AmfEvent) UnmarshalJSON ¶
type AmfEventArea ¶
type AmfEventArea struct {
PresenceInfo *PresenceInfo `json:"presenceInfo,omitempty"`
LadnInfo *LadnInfo `json:"ladnInfo,omitempty"`
SNssai *Snssai `json:"sNssai,omitempty"`
// Contains the Identifier of the selected Network Slice instance
NsiId *string `json:"nsiId,omitempty"`
}
AmfEventArea Represents an area to be monitored by an AMF event
func NewAmfEventArea ¶
func NewAmfEventArea() *AmfEventArea
NewAmfEventArea instantiates a new AmfEventArea 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 NewAmfEventAreaWithDefaults ¶
func NewAmfEventAreaWithDefaults() *AmfEventArea
NewAmfEventAreaWithDefaults instantiates a new AmfEventArea 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 (*AmfEventArea) GetLadnInfo ¶
func (o *AmfEventArea) GetLadnInfo() LadnInfo
GetLadnInfo returns the LadnInfo field value if set, zero value otherwise.
func (*AmfEventArea) GetLadnInfoOk ¶
func (o *AmfEventArea) GetLadnInfoOk() (*LadnInfo, bool)
GetLadnInfoOk returns a tuple with the LadnInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventArea) GetNsiId ¶
func (o *AmfEventArea) GetNsiId() string
GetNsiId returns the NsiId field value if set, zero value otherwise.
func (*AmfEventArea) GetNsiIdOk ¶
func (o *AmfEventArea) GetNsiIdOk() (*string, bool)
GetNsiIdOk returns a tuple with the NsiId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventArea) GetPresenceInfo ¶
func (o *AmfEventArea) GetPresenceInfo() PresenceInfo
GetPresenceInfo returns the PresenceInfo field value if set, zero value otherwise.
func (*AmfEventArea) GetPresenceInfoOk ¶
func (o *AmfEventArea) GetPresenceInfoOk() (*PresenceInfo, bool)
GetPresenceInfoOk returns a tuple with the PresenceInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventArea) GetSNssai ¶
func (o *AmfEventArea) GetSNssai() Snssai
GetSNssai returns the SNssai field value if set, zero value otherwise.
func (*AmfEventArea) GetSNssaiOk ¶
func (o *AmfEventArea) GetSNssaiOk() (*Snssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventArea) HasLadnInfo ¶
func (o *AmfEventArea) HasLadnInfo() bool
HasLadnInfo returns a boolean if a field has been set.
func (*AmfEventArea) HasNsiId ¶
func (o *AmfEventArea) HasNsiId() bool
HasNsiId returns a boolean if a field has been set.
func (*AmfEventArea) HasPresenceInfo ¶
func (o *AmfEventArea) HasPresenceInfo() bool
HasPresenceInfo returns a boolean if a field has been set.
func (*AmfEventArea) HasSNssai ¶
func (o *AmfEventArea) HasSNssai() bool
HasSNssai returns a boolean if a field has been set.
func (AmfEventArea) MarshalJSON ¶
func (o AmfEventArea) MarshalJSON() ([]byte, error)
func (*AmfEventArea) SetLadnInfo ¶
func (o *AmfEventArea) SetLadnInfo(v LadnInfo)
SetLadnInfo gets a reference to the given LadnInfo and assigns it to the LadnInfo field.
func (*AmfEventArea) SetNsiId ¶
func (o *AmfEventArea) SetNsiId(v string)
SetNsiId gets a reference to the given string and assigns it to the NsiId field.
func (*AmfEventArea) SetPresenceInfo ¶
func (o *AmfEventArea) SetPresenceInfo(v PresenceInfo)
SetPresenceInfo gets a reference to the given PresenceInfo and assigns it to the PresenceInfo field.
func (*AmfEventArea) SetSNssai ¶
func (o *AmfEventArea) SetSNssai(v Snssai)
SetSNssai gets a reference to the given Snssai and assigns it to the SNssai field.
func (AmfEventArea) ToMap ¶
func (o AmfEventArea) ToMap() (map[string]interface{}, error)
type AmfEventMode ¶
type AmfEventMode struct {
Trigger AmfEventTrigger `json:"trigger"`
MaxReports *int32 `json:"maxReports,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
Expiry *time.Time `json:"expiry,omitempty"`
// indicating a time in seconds.
RepPeriod *int32 `json:"repPeriod,omitempty"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
SampRatio *int32 `json:"sampRatio,omitempty"`
PartitioningCriteria []PartitioningCriteria `json:"partitioningCriteria,omitempty"`
NotifFlag *NotificationFlag `json:"notifFlag,omitempty"`
}
AmfEventMode Describes how the reports shall be generated by a subscribed event
func NewAmfEventMode ¶
func NewAmfEventMode(trigger AmfEventTrigger) *AmfEventMode
NewAmfEventMode instantiates a new AmfEventMode 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 NewAmfEventModeWithDefaults ¶
func NewAmfEventModeWithDefaults() *AmfEventMode
NewAmfEventModeWithDefaults instantiates a new AmfEventMode 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 (*AmfEventMode) GetExpiry ¶
func (o *AmfEventMode) GetExpiry() time.Time
GetExpiry returns the Expiry field value if set, zero value otherwise.
func (*AmfEventMode) GetExpiryOk ¶
func (o *AmfEventMode) GetExpiryOk() (*time.Time, bool)
GetExpiryOk returns a tuple with the Expiry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventMode) GetMaxReports ¶
func (o *AmfEventMode) GetMaxReports() int32
GetMaxReports returns the MaxReports field value if set, zero value otherwise.
func (*AmfEventMode) GetMaxReportsOk ¶
func (o *AmfEventMode) GetMaxReportsOk() (*int32, bool)
GetMaxReportsOk returns a tuple with the MaxReports field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventMode) GetNotifFlag ¶
func (o *AmfEventMode) GetNotifFlag() NotificationFlag
GetNotifFlag returns the NotifFlag field value if set, zero value otherwise.
func (*AmfEventMode) GetNotifFlagOk ¶
func (o *AmfEventMode) GetNotifFlagOk() (*NotificationFlag, bool)
GetNotifFlagOk returns a tuple with the NotifFlag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventMode) GetPartitioningCriteria ¶
func (o *AmfEventMode) GetPartitioningCriteria() []PartitioningCriteria
GetPartitioningCriteria returns the PartitioningCriteria field value if set, zero value otherwise.
func (*AmfEventMode) GetPartitioningCriteriaOk ¶
func (o *AmfEventMode) GetPartitioningCriteriaOk() ([]PartitioningCriteria, bool)
GetPartitioningCriteriaOk returns a tuple with the PartitioningCriteria field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventMode) GetRepPeriod ¶
func (o *AmfEventMode) GetRepPeriod() int32
GetRepPeriod returns the RepPeriod field value if set, zero value otherwise.
func (*AmfEventMode) GetRepPeriodOk ¶
func (o *AmfEventMode) GetRepPeriodOk() (*int32, bool)
GetRepPeriodOk returns a tuple with the RepPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventMode) GetSampRatio ¶
func (o *AmfEventMode) GetSampRatio() int32
GetSampRatio returns the SampRatio field value if set, zero value otherwise.
func (*AmfEventMode) GetSampRatioOk ¶
func (o *AmfEventMode) GetSampRatioOk() (*int32, bool)
GetSampRatioOk returns a tuple with the SampRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventMode) GetTrigger ¶
func (o *AmfEventMode) GetTrigger() AmfEventTrigger
GetTrigger returns the Trigger field value
func (*AmfEventMode) GetTriggerOk ¶
func (o *AmfEventMode) GetTriggerOk() (*AmfEventTrigger, bool)
GetTriggerOk returns a tuple with the Trigger field value and a boolean to check if the value has been set.
func (*AmfEventMode) HasExpiry ¶
func (o *AmfEventMode) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (*AmfEventMode) HasMaxReports ¶
func (o *AmfEventMode) HasMaxReports() bool
HasMaxReports returns a boolean if a field has been set.
func (*AmfEventMode) HasNotifFlag ¶
func (o *AmfEventMode) HasNotifFlag() bool
HasNotifFlag returns a boolean if a field has been set.
func (*AmfEventMode) HasPartitioningCriteria ¶
func (o *AmfEventMode) HasPartitioningCriteria() bool
HasPartitioningCriteria returns a boolean if a field has been set.
func (*AmfEventMode) HasRepPeriod ¶
func (o *AmfEventMode) HasRepPeriod() bool
HasRepPeriod returns a boolean if a field has been set.
func (*AmfEventMode) HasSampRatio ¶
func (o *AmfEventMode) HasSampRatio() bool
HasSampRatio returns a boolean if a field has been set.
func (AmfEventMode) MarshalJSON ¶
func (o AmfEventMode) MarshalJSON() ([]byte, error)
func (*AmfEventMode) SetExpiry ¶
func (o *AmfEventMode) SetExpiry(v time.Time)
SetExpiry gets a reference to the given time.Time and assigns it to the Expiry field.
func (*AmfEventMode) SetMaxReports ¶
func (o *AmfEventMode) SetMaxReports(v int32)
SetMaxReports gets a reference to the given int32 and assigns it to the MaxReports field.
func (*AmfEventMode) SetNotifFlag ¶
func (o *AmfEventMode) SetNotifFlag(v NotificationFlag)
SetNotifFlag gets a reference to the given NotificationFlag and assigns it to the NotifFlag field.
func (*AmfEventMode) SetPartitioningCriteria ¶
func (o *AmfEventMode) SetPartitioningCriteria(v []PartitioningCriteria)
SetPartitioningCriteria gets a reference to the given []PartitioningCriteria and assigns it to the PartitioningCriteria field.
func (*AmfEventMode) SetRepPeriod ¶
func (o *AmfEventMode) SetRepPeriod(v int32)
SetRepPeriod gets a reference to the given int32 and assigns it to the RepPeriod field.
func (*AmfEventMode) SetSampRatio ¶
func (o *AmfEventMode) SetSampRatio(v int32)
SetSampRatio gets a reference to the given int32 and assigns it to the SampRatio field.
func (*AmfEventMode) SetTrigger ¶
func (o *AmfEventMode) SetTrigger(v AmfEventTrigger)
SetTrigger sets field value
func (AmfEventMode) ToMap ¶
func (o AmfEventMode) ToMap() (map[string]interface{}, error)
func (*AmfEventMode) UnmarshalJSON ¶
func (o *AmfEventMode) UnmarshalJSON(bytes []byte) (err error)
type AmfEventSubscription ¶
type AmfEventSubscription struct {
EventList []AmfEvent `json:"eventList"`
// String providing an URI formatted according to RFC 3986.
EventNotifyUri string `json:"eventNotifyUri"`
NotifyCorrelationId string `json:"notifyCorrelationId"`
// 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.
NfId string `json:"nfId"`
// String providing an URI formatted according to RFC 3986.
SubsChangeNotifyUri *string `json:"subsChangeNotifyUri,omitempty"`
SubsChangeNotifyCorrelationId *string `json:"subsChangeNotifyCorrelationId,omitempty"`
// String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501.
Supi *string `json:"supi,omitempty"`
// String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003.
GroupId *string `json:"groupId,omitempty"`
ExcludeSupiList []string `json:"excludeSupiList,omitempty"`
ExcludeGpsiList []string `json:"excludeGpsiList,omitempty"`
IncludeSupiList []string `json:"includeSupiList,omitempty"`
IncludeGpsiList []string `json:"includeGpsiList,omitempty"`
// String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier.
Gpsi *string `json:"gpsi,omitempty"`
// 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"`
AnyUE *bool `json:"anyUE,omitempty"`
Options *AmfEventMode `json:"options,omitempty"`
SourceNfType *NFType `json:"sourceNfType,omitempty"`
}
AmfEventSubscription Represents an individual event subscription resource on AMF
func NewAmfEventSubscription ¶
func NewAmfEventSubscription(eventList []AmfEvent, eventNotifyUri string, notifyCorrelationId string, nfId string) *AmfEventSubscription
NewAmfEventSubscription instantiates a new AmfEventSubscription 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 NewAmfEventSubscriptionWithDefaults ¶
func NewAmfEventSubscriptionWithDefaults() *AmfEventSubscription
NewAmfEventSubscriptionWithDefaults instantiates a new AmfEventSubscription 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 (*AmfEventSubscription) GetAnyUE ¶
func (o *AmfEventSubscription) GetAnyUE() bool
GetAnyUE returns the AnyUE field value if set, zero value otherwise.
func (*AmfEventSubscription) GetAnyUEOk ¶
func (o *AmfEventSubscription) GetAnyUEOk() (*bool, bool)
GetAnyUEOk returns a tuple with the AnyUE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetEventList ¶
func (o *AmfEventSubscription) GetEventList() []AmfEvent
GetEventList returns the EventList field value
func (*AmfEventSubscription) GetEventListOk ¶
func (o *AmfEventSubscription) GetEventListOk() ([]AmfEvent, bool)
GetEventListOk returns a tuple with the EventList field value and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetEventNotifyUri ¶
func (o *AmfEventSubscription) GetEventNotifyUri() string
GetEventNotifyUri returns the EventNotifyUri field value
func (*AmfEventSubscription) GetEventNotifyUriOk ¶
func (o *AmfEventSubscription) GetEventNotifyUriOk() (*string, bool)
GetEventNotifyUriOk returns a tuple with the EventNotifyUri field value and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetExcludeGpsiList ¶
func (o *AmfEventSubscription) GetExcludeGpsiList() []string
GetExcludeGpsiList returns the ExcludeGpsiList field value if set, zero value otherwise.
func (*AmfEventSubscription) GetExcludeGpsiListOk ¶
func (o *AmfEventSubscription) GetExcludeGpsiListOk() ([]string, bool)
GetExcludeGpsiListOk returns a tuple with the ExcludeGpsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetExcludeSupiList ¶
func (o *AmfEventSubscription) GetExcludeSupiList() []string
GetExcludeSupiList returns the ExcludeSupiList field value if set, zero value otherwise.
func (*AmfEventSubscription) GetExcludeSupiListOk ¶
func (o *AmfEventSubscription) GetExcludeSupiListOk() ([]string, bool)
GetExcludeSupiListOk returns a tuple with the ExcludeSupiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetGpsi ¶
func (o *AmfEventSubscription) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*AmfEventSubscription) GetGpsiOk ¶
func (o *AmfEventSubscription) GetGpsiOk() (*string, bool)
GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetGroupId ¶
func (o *AmfEventSubscription) GetGroupId() string
GetGroupId returns the GroupId field value if set, zero value otherwise.
func (*AmfEventSubscription) GetGroupIdOk ¶
func (o *AmfEventSubscription) GetGroupIdOk() (*string, bool)
GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetIncludeGpsiList ¶
func (o *AmfEventSubscription) GetIncludeGpsiList() []string
GetIncludeGpsiList returns the IncludeGpsiList field value if set, zero value otherwise.
func (*AmfEventSubscription) GetIncludeGpsiListOk ¶
func (o *AmfEventSubscription) GetIncludeGpsiListOk() ([]string, bool)
GetIncludeGpsiListOk returns a tuple with the IncludeGpsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetIncludeSupiList ¶
func (o *AmfEventSubscription) GetIncludeSupiList() []string
GetIncludeSupiList returns the IncludeSupiList field value if set, zero value otherwise.
func (*AmfEventSubscription) GetIncludeSupiListOk ¶
func (o *AmfEventSubscription) GetIncludeSupiListOk() ([]string, bool)
GetIncludeSupiListOk returns a tuple with the IncludeSupiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetNfId ¶
func (o *AmfEventSubscription) GetNfId() string
GetNfId returns the NfId field value
func (*AmfEventSubscription) GetNfIdOk ¶
func (o *AmfEventSubscription) GetNfIdOk() (*string, bool)
GetNfIdOk returns a tuple with the NfId field value and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetNotifyCorrelationId ¶
func (o *AmfEventSubscription) GetNotifyCorrelationId() string
GetNotifyCorrelationId returns the NotifyCorrelationId field value
func (*AmfEventSubscription) GetNotifyCorrelationIdOk ¶
func (o *AmfEventSubscription) GetNotifyCorrelationIdOk() (*string, bool)
GetNotifyCorrelationIdOk returns a tuple with the NotifyCorrelationId field value and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetOptions ¶
func (o *AmfEventSubscription) GetOptions() AmfEventMode
GetOptions returns the Options field value if set, zero value otherwise.
func (*AmfEventSubscription) GetOptionsOk ¶
func (o *AmfEventSubscription) GetOptionsOk() (*AmfEventMode, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetPei ¶
func (o *AmfEventSubscription) GetPei() string
GetPei returns the Pei field value if set, zero value otherwise.
func (*AmfEventSubscription) GetPeiOk ¶
func (o *AmfEventSubscription) 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 (*AmfEventSubscription) GetSourceNfType ¶
func (o *AmfEventSubscription) GetSourceNfType() NFType
GetSourceNfType returns the SourceNfType field value if set, zero value otherwise.
func (*AmfEventSubscription) GetSourceNfTypeOk ¶
func (o *AmfEventSubscription) GetSourceNfTypeOk() (*NFType, bool)
GetSourceNfTypeOk returns a tuple with the SourceNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetSubsChangeNotifyCorrelationId ¶
func (o *AmfEventSubscription) GetSubsChangeNotifyCorrelationId() string
GetSubsChangeNotifyCorrelationId returns the SubsChangeNotifyCorrelationId field value if set, zero value otherwise.
func (*AmfEventSubscription) GetSubsChangeNotifyCorrelationIdOk ¶
func (o *AmfEventSubscription) GetSubsChangeNotifyCorrelationIdOk() (*string, bool)
GetSubsChangeNotifyCorrelationIdOk returns a tuple with the SubsChangeNotifyCorrelationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetSubsChangeNotifyUri ¶
func (o *AmfEventSubscription) GetSubsChangeNotifyUri() string
GetSubsChangeNotifyUri returns the SubsChangeNotifyUri field value if set, zero value otherwise.
func (*AmfEventSubscription) GetSubsChangeNotifyUriOk ¶
func (o *AmfEventSubscription) GetSubsChangeNotifyUriOk() (*string, bool)
GetSubsChangeNotifyUriOk returns a tuple with the SubsChangeNotifyUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) GetSupi ¶
func (o *AmfEventSubscription) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*AmfEventSubscription) GetSupiOk ¶
func (o *AmfEventSubscription) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscription) HasAnyUE ¶
func (o *AmfEventSubscription) HasAnyUE() bool
HasAnyUE returns a boolean if a field has been set.
func (*AmfEventSubscription) HasExcludeGpsiList ¶
func (o *AmfEventSubscription) HasExcludeGpsiList() bool
HasExcludeGpsiList returns a boolean if a field has been set.
func (*AmfEventSubscription) HasExcludeSupiList ¶
func (o *AmfEventSubscription) HasExcludeSupiList() bool
HasExcludeSupiList returns a boolean if a field has been set.
func (*AmfEventSubscription) HasGpsi ¶
func (o *AmfEventSubscription) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*AmfEventSubscription) HasGroupId ¶
func (o *AmfEventSubscription) HasGroupId() bool
HasGroupId returns a boolean if a field has been set.
func (*AmfEventSubscription) HasIncludeGpsiList ¶
func (o *AmfEventSubscription) HasIncludeGpsiList() bool
HasIncludeGpsiList returns a boolean if a field has been set.
func (*AmfEventSubscription) HasIncludeSupiList ¶
func (o *AmfEventSubscription) HasIncludeSupiList() bool
HasIncludeSupiList returns a boolean if a field has been set.
func (*AmfEventSubscription) HasOptions ¶
func (o *AmfEventSubscription) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*AmfEventSubscription) HasPei ¶
func (o *AmfEventSubscription) HasPei() bool
HasPei returns a boolean if a field has been set.
func (*AmfEventSubscription) HasSourceNfType ¶
func (o *AmfEventSubscription) HasSourceNfType() bool
HasSourceNfType returns a boolean if a field has been set.
func (*AmfEventSubscription) HasSubsChangeNotifyCorrelationId ¶
func (o *AmfEventSubscription) HasSubsChangeNotifyCorrelationId() bool
HasSubsChangeNotifyCorrelationId returns a boolean if a field has been set.
func (*AmfEventSubscription) HasSubsChangeNotifyUri ¶
func (o *AmfEventSubscription) HasSubsChangeNotifyUri() bool
HasSubsChangeNotifyUri returns a boolean if a field has been set.
func (*AmfEventSubscription) HasSupi ¶
func (o *AmfEventSubscription) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (AmfEventSubscription) MarshalJSON ¶
func (o AmfEventSubscription) MarshalJSON() ([]byte, error)
func (*AmfEventSubscription) SetAnyUE ¶
func (o *AmfEventSubscription) SetAnyUE(v bool)
SetAnyUE gets a reference to the given bool and assigns it to the AnyUE field.
func (*AmfEventSubscription) SetEventList ¶
func (o *AmfEventSubscription) SetEventList(v []AmfEvent)
SetEventList sets field value
func (*AmfEventSubscription) SetEventNotifyUri ¶
func (o *AmfEventSubscription) SetEventNotifyUri(v string)
SetEventNotifyUri sets field value
func (*AmfEventSubscription) SetExcludeGpsiList ¶
func (o *AmfEventSubscription) SetExcludeGpsiList(v []string)
SetExcludeGpsiList gets a reference to the given []string and assigns it to the ExcludeGpsiList field.
func (*AmfEventSubscription) SetExcludeSupiList ¶
func (o *AmfEventSubscription) SetExcludeSupiList(v []string)
SetExcludeSupiList gets a reference to the given []string and assigns it to the ExcludeSupiList field.
func (*AmfEventSubscription) SetGpsi ¶
func (o *AmfEventSubscription) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*AmfEventSubscription) SetGroupId ¶
func (o *AmfEventSubscription) SetGroupId(v string)
SetGroupId gets a reference to the given string and assigns it to the GroupId field.
func (*AmfEventSubscription) SetIncludeGpsiList ¶
func (o *AmfEventSubscription) SetIncludeGpsiList(v []string)
SetIncludeGpsiList gets a reference to the given []string and assigns it to the IncludeGpsiList field.
func (*AmfEventSubscription) SetIncludeSupiList ¶
func (o *AmfEventSubscription) SetIncludeSupiList(v []string)
SetIncludeSupiList gets a reference to the given []string and assigns it to the IncludeSupiList field.
func (*AmfEventSubscription) SetNfId ¶
func (o *AmfEventSubscription) SetNfId(v string)
SetNfId sets field value
func (*AmfEventSubscription) SetNotifyCorrelationId ¶
func (o *AmfEventSubscription) SetNotifyCorrelationId(v string)
SetNotifyCorrelationId sets field value
func (*AmfEventSubscription) SetOptions ¶
func (o *AmfEventSubscription) SetOptions(v AmfEventMode)
SetOptions gets a reference to the given AmfEventMode and assigns it to the Options field.
func (*AmfEventSubscription) SetPei ¶
func (o *AmfEventSubscription) SetPei(v string)
SetPei gets a reference to the given string and assigns it to the Pei field.
func (*AmfEventSubscription) SetSourceNfType ¶
func (o *AmfEventSubscription) SetSourceNfType(v NFType)
SetSourceNfType gets a reference to the given NFType and assigns it to the SourceNfType field.
func (*AmfEventSubscription) SetSubsChangeNotifyCorrelationId ¶
func (o *AmfEventSubscription) SetSubsChangeNotifyCorrelationId(v string)
SetSubsChangeNotifyCorrelationId gets a reference to the given string and assigns it to the SubsChangeNotifyCorrelationId field.
func (*AmfEventSubscription) SetSubsChangeNotifyUri ¶
func (o *AmfEventSubscription) SetSubsChangeNotifyUri(v string)
SetSubsChangeNotifyUri gets a reference to the given string and assigns it to the SubsChangeNotifyUri field.
func (*AmfEventSubscription) SetSupi ¶
func (o *AmfEventSubscription) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (AmfEventSubscription) ToMap ¶
func (o AmfEventSubscription) ToMap() (map[string]interface{}, error)
func (*AmfEventSubscription) UnmarshalJSON ¶
func (o *AmfEventSubscription) UnmarshalJSON(bytes []byte) (err error)
type AmfEventSubscriptionAddInfo ¶
type AmfEventSubscriptionAddInfo struct {
BindingInfo []string `json:"bindingInfo,omitempty"`
SubscribingNfType *NFType `json:"subscribingNfType,omitempty"`
EventSyncInd *bool `json:"eventSyncInd,omitempty"`
NfConsumerInfo []string `json:"nfConsumerInfo,omitempty"`
// Map of subscribed Area of Interest (AoI) Event State in the old AMF. The JSON pointer to an AmfEventArea element in the areaList IE (or a PresenceInfo element in presenceInfoList IE) of the AmfEvent data type shall be the key of the map.
AoiStateList *map[string]AreaOfInterestEventState `json:"aoiStateList,omitempty"`
}
AmfEventSubscriptionAddInfo Additional information received for an AMF event subscription, e.g. binding indications
func NewAmfEventSubscriptionAddInfo ¶
func NewAmfEventSubscriptionAddInfo() *AmfEventSubscriptionAddInfo
NewAmfEventSubscriptionAddInfo instantiates a new AmfEventSubscriptionAddInfo 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 NewAmfEventSubscriptionAddInfoWithDefaults ¶
func NewAmfEventSubscriptionAddInfoWithDefaults() *AmfEventSubscriptionAddInfo
NewAmfEventSubscriptionAddInfoWithDefaults instantiates a new AmfEventSubscriptionAddInfo 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 (*AmfEventSubscriptionAddInfo) GetAoiStateList ¶
func (o *AmfEventSubscriptionAddInfo) GetAoiStateList() map[string]AreaOfInterestEventState
GetAoiStateList returns the AoiStateList field value if set, zero value otherwise.
func (*AmfEventSubscriptionAddInfo) GetAoiStateListOk ¶
func (o *AmfEventSubscriptionAddInfo) GetAoiStateListOk() (*map[string]AreaOfInterestEventState, bool)
GetAoiStateListOk returns a tuple with the AoiStateList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscriptionAddInfo) GetBindingInfo ¶
func (o *AmfEventSubscriptionAddInfo) GetBindingInfo() []string
GetBindingInfo returns the BindingInfo field value if set, zero value otherwise.
func (*AmfEventSubscriptionAddInfo) GetBindingInfoOk ¶
func (o *AmfEventSubscriptionAddInfo) GetBindingInfoOk() ([]string, bool)
GetBindingInfoOk returns a tuple with the BindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscriptionAddInfo) GetEventSyncInd ¶
func (o *AmfEventSubscriptionAddInfo) GetEventSyncInd() bool
GetEventSyncInd returns the EventSyncInd field value if set, zero value otherwise.
func (*AmfEventSubscriptionAddInfo) GetEventSyncIndOk ¶
func (o *AmfEventSubscriptionAddInfo) GetEventSyncIndOk() (*bool, bool)
GetEventSyncIndOk returns a tuple with the EventSyncInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscriptionAddInfo) GetNfConsumerInfo ¶
func (o *AmfEventSubscriptionAddInfo) GetNfConsumerInfo() []string
GetNfConsumerInfo returns the NfConsumerInfo field value if set, zero value otherwise.
func (*AmfEventSubscriptionAddInfo) GetNfConsumerInfoOk ¶
func (o *AmfEventSubscriptionAddInfo) GetNfConsumerInfoOk() ([]string, bool)
GetNfConsumerInfoOk returns a tuple with the NfConsumerInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscriptionAddInfo) GetSubscribingNfType ¶
func (o *AmfEventSubscriptionAddInfo) GetSubscribingNfType() NFType
GetSubscribingNfType returns the SubscribingNfType field value if set, zero value otherwise.
func (*AmfEventSubscriptionAddInfo) GetSubscribingNfTypeOk ¶
func (o *AmfEventSubscriptionAddInfo) GetSubscribingNfTypeOk() (*NFType, bool)
GetSubscribingNfTypeOk returns a tuple with the SubscribingNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfEventSubscriptionAddInfo) HasAoiStateList ¶
func (o *AmfEventSubscriptionAddInfo) HasAoiStateList() bool
HasAoiStateList returns a boolean if a field has been set.
func (*AmfEventSubscriptionAddInfo) HasBindingInfo ¶
func (o *AmfEventSubscriptionAddInfo) HasBindingInfo() bool
HasBindingInfo returns a boolean if a field has been set.
func (*AmfEventSubscriptionAddInfo) HasEventSyncInd ¶
func (o *AmfEventSubscriptionAddInfo) HasEventSyncInd() bool
HasEventSyncInd returns a boolean if a field has been set.
func (*AmfEventSubscriptionAddInfo) HasNfConsumerInfo ¶
func (o *AmfEventSubscriptionAddInfo) HasNfConsumerInfo() bool
HasNfConsumerInfo returns a boolean if a field has been set.
func (*AmfEventSubscriptionAddInfo) HasSubscribingNfType ¶
func (o *AmfEventSubscriptionAddInfo) HasSubscribingNfType() bool
HasSubscribingNfType returns a boolean if a field has been set.
func (AmfEventSubscriptionAddInfo) MarshalJSON ¶
func (o AmfEventSubscriptionAddInfo) MarshalJSON() ([]byte, error)
func (*AmfEventSubscriptionAddInfo) SetAoiStateList ¶
func (o *AmfEventSubscriptionAddInfo) SetAoiStateList(v map[string]AreaOfInterestEventState)
SetAoiStateList gets a reference to the given map[string]AreaOfInterestEventState and assigns it to the AoiStateList field.
func (*AmfEventSubscriptionAddInfo) SetBindingInfo ¶
func (o *AmfEventSubscriptionAddInfo) SetBindingInfo(v []string)
SetBindingInfo gets a reference to the given []string and assigns it to the BindingInfo field.
func (*AmfEventSubscriptionAddInfo) SetEventSyncInd ¶
func (o *AmfEventSubscriptionAddInfo) SetEventSyncInd(v bool)
SetEventSyncInd gets a reference to the given bool and assigns it to the EventSyncInd field.
func (*AmfEventSubscriptionAddInfo) SetNfConsumerInfo ¶
func (o *AmfEventSubscriptionAddInfo) SetNfConsumerInfo(v []string)
SetNfConsumerInfo gets a reference to the given []string and assigns it to the NfConsumerInfo field.
func (*AmfEventSubscriptionAddInfo) SetSubscribingNfType ¶
func (o *AmfEventSubscriptionAddInfo) SetSubscribingNfType(v NFType)
SetSubscribingNfType gets a reference to the given NFType and assigns it to the SubscribingNfType field.
func (AmfEventSubscriptionAddInfo) ToMap ¶
func (o AmfEventSubscriptionAddInfo) ToMap() (map[string]interface{}, error)
type AmfEventTrigger ¶
type AmfEventTrigger struct {
// contains filtered or unexported fields
}
AmfEventTrigger Describes how AMF should generate the report for the event
func (*AmfEventTrigger) MarshalJSON ¶
func (src *AmfEventTrigger) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AmfEventTrigger) UnmarshalJSON ¶
func (dst *AmfEventTrigger) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AmfEventType ¶
type AmfEventType struct {
// contains filtered or unexported fields
}
AmfEventType Describes the supported event types of Namf_EventExposure Service
func (*AmfEventType) MarshalJSON ¶
func (src *AmfEventType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AmfEventType) UnmarshalJSON ¶
func (dst *AmfEventType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AmfStatusChangeNotification ¶
type AmfStatusChangeNotification struct {
AmfStatusInfoList []AmfStatusInfo `json:"amfStatusInfoList"`
}
AmfStatusChangeNotification Data within an AMF Status Change Notification request
func NewAmfStatusChangeNotification ¶
func NewAmfStatusChangeNotification(amfStatusInfoList []AmfStatusInfo) *AmfStatusChangeNotification
NewAmfStatusChangeNotification instantiates a new AmfStatusChangeNotification 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 NewAmfStatusChangeNotificationWithDefaults ¶
func NewAmfStatusChangeNotificationWithDefaults() *AmfStatusChangeNotification
NewAmfStatusChangeNotificationWithDefaults instantiates a new AmfStatusChangeNotification 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 (*AmfStatusChangeNotification) GetAmfStatusInfoList ¶
func (o *AmfStatusChangeNotification) GetAmfStatusInfoList() []AmfStatusInfo
GetAmfStatusInfoList returns the AmfStatusInfoList field value
func (*AmfStatusChangeNotification) GetAmfStatusInfoListOk ¶
func (o *AmfStatusChangeNotification) GetAmfStatusInfoListOk() ([]AmfStatusInfo, bool)
GetAmfStatusInfoListOk returns a tuple with the AmfStatusInfoList field value and a boolean to check if the value has been set.
func (AmfStatusChangeNotification) MarshalJSON ¶
func (o AmfStatusChangeNotification) MarshalJSON() ([]byte, error)
func (*AmfStatusChangeNotification) SetAmfStatusInfoList ¶
func (o *AmfStatusChangeNotification) SetAmfStatusInfoList(v []AmfStatusInfo)
SetAmfStatusInfoList sets field value
func (AmfStatusChangeNotification) ToMap ¶
func (o AmfStatusChangeNotification) ToMap() (map[string]interface{}, error)
func (*AmfStatusChangeNotification) UnmarshalJSON ¶
func (o *AmfStatusChangeNotification) UnmarshalJSON(bytes []byte) (err error)
type AmfStatusInfo ¶
type AmfStatusInfo struct {
GuamiList []Guami `json:"guamiList"`
StatusChange StatusChange `json:"statusChange"`
// Fully Qualified Domain Name
TargetAmfRemoval *string `json:"targetAmfRemoval,omitempty"`
// Fully Qualified Domain Name
TargetAmfFailure *string `json:"targetAmfFailure,omitempty"`
}
AmfStatusInfo AMF Status Information
func NewAmfStatusInfo ¶
func NewAmfStatusInfo(guamiList []Guami, statusChange StatusChange) *AmfStatusInfo
NewAmfStatusInfo instantiates a new AmfStatusInfo 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 NewAmfStatusInfoWithDefaults ¶
func NewAmfStatusInfoWithDefaults() *AmfStatusInfo
NewAmfStatusInfoWithDefaults instantiates a new AmfStatusInfo 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 (*AmfStatusInfo) GetGuamiList ¶
func (o *AmfStatusInfo) GetGuamiList() []Guami
GetGuamiList returns the GuamiList field value
func (*AmfStatusInfo) GetGuamiListOk ¶
func (o *AmfStatusInfo) GetGuamiListOk() ([]Guami, bool)
GetGuamiListOk returns a tuple with the GuamiList field value and a boolean to check if the value has been set.
func (*AmfStatusInfo) GetStatusChange ¶
func (o *AmfStatusInfo) GetStatusChange() StatusChange
GetStatusChange returns the StatusChange field value
func (*AmfStatusInfo) GetStatusChangeOk ¶
func (o *AmfStatusInfo) GetStatusChangeOk() (*StatusChange, bool)
GetStatusChangeOk returns a tuple with the StatusChange field value and a boolean to check if the value has been set.
func (*AmfStatusInfo) GetTargetAmfFailure ¶
func (o *AmfStatusInfo) GetTargetAmfFailure() string
GetTargetAmfFailure returns the TargetAmfFailure field value if set, zero value otherwise.
func (*AmfStatusInfo) GetTargetAmfFailureOk ¶
func (o *AmfStatusInfo) GetTargetAmfFailureOk() (*string, bool)
GetTargetAmfFailureOk returns a tuple with the TargetAmfFailure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfStatusInfo) GetTargetAmfRemoval ¶
func (o *AmfStatusInfo) GetTargetAmfRemoval() string
GetTargetAmfRemoval returns the TargetAmfRemoval field value if set, zero value otherwise.
func (*AmfStatusInfo) GetTargetAmfRemovalOk ¶
func (o *AmfStatusInfo) GetTargetAmfRemovalOk() (*string, bool)
GetTargetAmfRemovalOk returns a tuple with the TargetAmfRemoval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfStatusInfo) HasTargetAmfFailure ¶
func (o *AmfStatusInfo) HasTargetAmfFailure() bool
HasTargetAmfFailure returns a boolean if a field has been set.
func (*AmfStatusInfo) HasTargetAmfRemoval ¶
func (o *AmfStatusInfo) HasTargetAmfRemoval() bool
HasTargetAmfRemoval returns a boolean if a field has been set.
func (AmfStatusInfo) MarshalJSON ¶
func (o AmfStatusInfo) MarshalJSON() ([]byte, error)
func (*AmfStatusInfo) SetGuamiList ¶
func (o *AmfStatusInfo) SetGuamiList(v []Guami)
SetGuamiList sets field value
func (*AmfStatusInfo) SetStatusChange ¶
func (o *AmfStatusInfo) SetStatusChange(v StatusChange)
SetStatusChange sets field value
func (*AmfStatusInfo) SetTargetAmfFailure ¶
func (o *AmfStatusInfo) SetTargetAmfFailure(v string)
SetTargetAmfFailure gets a reference to the given string and assigns it to the TargetAmfFailure field.
func (*AmfStatusInfo) SetTargetAmfRemoval ¶
func (o *AmfStatusInfo) SetTargetAmfRemoval(v string)
SetTargetAmfRemoval gets a reference to the given string and assigns it to the TargetAmfRemoval field.
func (AmfStatusInfo) ToMap ¶
func (o AmfStatusInfo) ToMap() (map[string]interface{}, error)
func (*AmfStatusInfo) UnmarshalJSON ¶
func (o *AmfStatusInfo) UnmarshalJSON(bytes []byte) (err error)
type AnalyticsMetadata ¶
type AnalyticsMetadata struct {
// contains filtered or unexported fields
}
AnalyticsMetadata Possible values are: - NUM_OF_SAMPLES: Number of data samples used for the generation of the output analytics. - DATA_WINDOW: Data time window of the data samples. - DATA_STAT_PROPS: Dataset statistical properties of the data used to generate the analytics. - STRATEGY: Output strategy used for the reporting of the analytics. - ACCURACY: Level of accuracy reached for the analytics.
func (*AnalyticsMetadata) MarshalJSON ¶
func (src *AnalyticsMetadata) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AnalyticsMetadata) UnmarshalJSON ¶
func (dst *AnalyticsMetadata) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AnalyticsMetadataIndication ¶
type AnalyticsMetadataIndication struct {
DataWindow *TimeWindow `json:"dataWindow,omitempty"`
DataStatProps []DatasetStatisticalProperty `json:"dataStatProps,omitempty"`
Strategy *OutputStrategy `json:"strategy,omitempty"`
AggrNwdafIds []string `json:"aggrNwdafIds,omitempty"`
}
AnalyticsMetadataIndication Contains analytics metadata information requested to be used during analytics generation.
func NewAnalyticsMetadataIndication ¶
func NewAnalyticsMetadataIndication() *AnalyticsMetadataIndication
NewAnalyticsMetadataIndication instantiates a new AnalyticsMetadataIndication 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 NewAnalyticsMetadataIndicationWithDefaults ¶
func NewAnalyticsMetadataIndicationWithDefaults() *AnalyticsMetadataIndication
NewAnalyticsMetadataIndicationWithDefaults instantiates a new AnalyticsMetadataIndication 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 (*AnalyticsMetadataIndication) GetAggrNwdafIds ¶
func (o *AnalyticsMetadataIndication) GetAggrNwdafIds() []string
GetAggrNwdafIds returns the AggrNwdafIds field value if set, zero value otherwise.
func (*AnalyticsMetadataIndication) GetAggrNwdafIdsOk ¶
func (o *AnalyticsMetadataIndication) GetAggrNwdafIdsOk() ([]string, bool)
GetAggrNwdafIdsOk returns a tuple with the AggrNwdafIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsMetadataIndication) GetDataStatProps ¶
func (o *AnalyticsMetadataIndication) GetDataStatProps() []DatasetStatisticalProperty
GetDataStatProps returns the DataStatProps field value if set, zero value otherwise.
func (*AnalyticsMetadataIndication) GetDataStatPropsOk ¶
func (o *AnalyticsMetadataIndication) GetDataStatPropsOk() ([]DatasetStatisticalProperty, bool)
GetDataStatPropsOk returns a tuple with the DataStatProps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsMetadataIndication) GetDataWindow ¶
func (o *AnalyticsMetadataIndication) GetDataWindow() TimeWindow
GetDataWindow returns the DataWindow field value if set, zero value otherwise.
func (*AnalyticsMetadataIndication) GetDataWindowOk ¶
func (o *AnalyticsMetadataIndication) GetDataWindowOk() (*TimeWindow, bool)
GetDataWindowOk returns a tuple with the DataWindow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsMetadataIndication) GetStrategy ¶
func (o *AnalyticsMetadataIndication) GetStrategy() OutputStrategy
GetStrategy returns the Strategy field value if set, zero value otherwise.
func (*AnalyticsMetadataIndication) GetStrategyOk ¶
func (o *AnalyticsMetadataIndication) GetStrategyOk() (*OutputStrategy, bool)
GetStrategyOk returns a tuple with the Strategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsMetadataIndication) HasAggrNwdafIds ¶
func (o *AnalyticsMetadataIndication) HasAggrNwdafIds() bool
HasAggrNwdafIds returns a boolean if a field has been set.
func (*AnalyticsMetadataIndication) HasDataStatProps ¶
func (o *AnalyticsMetadataIndication) HasDataStatProps() bool
HasDataStatProps returns a boolean if a field has been set.
func (*AnalyticsMetadataIndication) HasDataWindow ¶
func (o *AnalyticsMetadataIndication) HasDataWindow() bool
HasDataWindow returns a boolean if a field has been set.
func (*AnalyticsMetadataIndication) HasStrategy ¶
func (o *AnalyticsMetadataIndication) HasStrategy() bool
HasStrategy returns a boolean if a field has been set.
func (AnalyticsMetadataIndication) MarshalJSON ¶
func (o AnalyticsMetadataIndication) MarshalJSON() ([]byte, error)
func (*AnalyticsMetadataIndication) SetAggrNwdafIds ¶
func (o *AnalyticsMetadataIndication) SetAggrNwdafIds(v []string)
SetAggrNwdafIds gets a reference to the given []string and assigns it to the AggrNwdafIds field.
func (*AnalyticsMetadataIndication) SetDataStatProps ¶
func (o *AnalyticsMetadataIndication) SetDataStatProps(v []DatasetStatisticalProperty)
SetDataStatProps gets a reference to the given []DatasetStatisticalProperty and assigns it to the DataStatProps field.
func (*AnalyticsMetadataIndication) SetDataWindow ¶
func (o *AnalyticsMetadataIndication) SetDataWindow(v TimeWindow)
SetDataWindow gets a reference to the given TimeWindow and assigns it to the DataWindow field.
func (*AnalyticsMetadataIndication) SetStrategy ¶
func (o *AnalyticsMetadataIndication) SetStrategy(v OutputStrategy)
SetStrategy gets a reference to the given OutputStrategy and assigns it to the Strategy field.
func (AnalyticsMetadataIndication) ToMap ¶
func (o AnalyticsMetadataIndication) ToMap() (map[string]interface{}, error)
type AnalyticsMetadataInfo ¶
type AnalyticsMetadataInfo struct {
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
NumSamples *int32 `json:"numSamples,omitempty"`
DataWindow *TimeWindow `json:"dataWindow,omitempty"`
DataStatProps []DatasetStatisticalProperty `json:"dataStatProps,omitempty"`
Strategy *OutputStrategy `json:"strategy,omitempty"`
Accuracy *Accuracy `json:"accuracy,omitempty"`
}
AnalyticsMetadataInfo Contains analytics metadata information required for analytics aggregation.
func NewAnalyticsMetadataInfo ¶
func NewAnalyticsMetadataInfo() *AnalyticsMetadataInfo
NewAnalyticsMetadataInfo instantiates a new AnalyticsMetadataInfo 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 NewAnalyticsMetadataInfoWithDefaults ¶
func NewAnalyticsMetadataInfoWithDefaults() *AnalyticsMetadataInfo
NewAnalyticsMetadataInfoWithDefaults instantiates a new AnalyticsMetadataInfo 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 (*AnalyticsMetadataInfo) GetAccuracy ¶
func (o *AnalyticsMetadataInfo) GetAccuracy() Accuracy
GetAccuracy returns the Accuracy field value if set, zero value otherwise.
func (*AnalyticsMetadataInfo) GetAccuracyOk ¶
func (o *AnalyticsMetadataInfo) GetAccuracyOk() (*Accuracy, bool)
GetAccuracyOk returns a tuple with the Accuracy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsMetadataInfo) GetDataStatProps ¶
func (o *AnalyticsMetadataInfo) GetDataStatProps() []DatasetStatisticalProperty
GetDataStatProps returns the DataStatProps field value if set, zero value otherwise.
func (*AnalyticsMetadataInfo) GetDataStatPropsOk ¶
func (o *AnalyticsMetadataInfo) GetDataStatPropsOk() ([]DatasetStatisticalProperty, bool)
GetDataStatPropsOk returns a tuple with the DataStatProps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsMetadataInfo) GetDataWindow ¶
func (o *AnalyticsMetadataInfo) GetDataWindow() TimeWindow
GetDataWindow returns the DataWindow field value if set, zero value otherwise.
func (*AnalyticsMetadataInfo) GetDataWindowOk ¶
func (o *AnalyticsMetadataInfo) GetDataWindowOk() (*TimeWindow, bool)
GetDataWindowOk returns a tuple with the DataWindow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsMetadataInfo) GetNumSamples ¶
func (o *AnalyticsMetadataInfo) GetNumSamples() int32
GetNumSamples returns the NumSamples field value if set, zero value otherwise.
func (*AnalyticsMetadataInfo) GetNumSamplesOk ¶
func (o *AnalyticsMetadataInfo) GetNumSamplesOk() (*int32, bool)
GetNumSamplesOk returns a tuple with the NumSamples field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsMetadataInfo) GetStrategy ¶
func (o *AnalyticsMetadataInfo) GetStrategy() OutputStrategy
GetStrategy returns the Strategy field value if set, zero value otherwise.
func (*AnalyticsMetadataInfo) GetStrategyOk ¶
func (o *AnalyticsMetadataInfo) GetStrategyOk() (*OutputStrategy, bool)
GetStrategyOk returns a tuple with the Strategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsMetadataInfo) HasAccuracy ¶
func (o *AnalyticsMetadataInfo) HasAccuracy() bool
HasAccuracy returns a boolean if a field has been set.
func (*AnalyticsMetadataInfo) HasDataStatProps ¶
func (o *AnalyticsMetadataInfo) HasDataStatProps() bool
HasDataStatProps returns a boolean if a field has been set.
func (*AnalyticsMetadataInfo) HasDataWindow ¶
func (o *AnalyticsMetadataInfo) HasDataWindow() bool
HasDataWindow returns a boolean if a field has been set.
func (*AnalyticsMetadataInfo) HasNumSamples ¶
func (o *AnalyticsMetadataInfo) HasNumSamples() bool
HasNumSamples returns a boolean if a field has been set.
func (*AnalyticsMetadataInfo) HasStrategy ¶
func (o *AnalyticsMetadataInfo) HasStrategy() bool
HasStrategy returns a boolean if a field has been set.
func (AnalyticsMetadataInfo) MarshalJSON ¶
func (o AnalyticsMetadataInfo) MarshalJSON() ([]byte, error)
func (*AnalyticsMetadataInfo) SetAccuracy ¶
func (o *AnalyticsMetadataInfo) SetAccuracy(v Accuracy)
SetAccuracy gets a reference to the given Accuracy and assigns it to the Accuracy field.
func (*AnalyticsMetadataInfo) SetDataStatProps ¶
func (o *AnalyticsMetadataInfo) SetDataStatProps(v []DatasetStatisticalProperty)
SetDataStatProps gets a reference to the given []DatasetStatisticalProperty and assigns it to the DataStatProps field.
func (*AnalyticsMetadataInfo) SetDataWindow ¶
func (o *AnalyticsMetadataInfo) SetDataWindow(v TimeWindow)
SetDataWindow gets a reference to the given TimeWindow and assigns it to the DataWindow field.
func (*AnalyticsMetadataInfo) SetNumSamples ¶
func (o *AnalyticsMetadataInfo) SetNumSamples(v int32)
SetNumSamples gets a reference to the given int32 and assigns it to the NumSamples field.
func (*AnalyticsMetadataInfo) SetStrategy ¶
func (o *AnalyticsMetadataInfo) SetStrategy(v OutputStrategy)
SetStrategy gets a reference to the given OutputStrategy and assigns it to the Strategy field.
func (AnalyticsMetadataInfo) ToMap ¶
func (o AnalyticsMetadataInfo) ToMap() (map[string]interface{}, error)
type AnalyticsSubscription ¶
type AnalyticsSubscription struct {
// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
NwdafId *string `json:"nwdafId,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.
NwdafSetId *string `json:"nwdafSetId,omitempty"`
NwdafSubscriptionList []NwdafSubscription `json:"nwdafSubscriptionList"`
}
AnalyticsSubscription Analytics subscriptions created in the NWDAF.
func NewAnalyticsSubscription ¶
func NewAnalyticsSubscription(nwdafSubscriptionList []NwdafSubscription) *AnalyticsSubscription
NewAnalyticsSubscription instantiates a new AnalyticsSubscription 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 NewAnalyticsSubscriptionWithDefaults ¶
func NewAnalyticsSubscriptionWithDefaults() *AnalyticsSubscription
NewAnalyticsSubscriptionWithDefaults instantiates a new AnalyticsSubscription 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 (*AnalyticsSubscription) GetNwdafId ¶
func (o *AnalyticsSubscription) GetNwdafId() string
GetNwdafId returns the NwdafId field value if set, zero value otherwise.
func (*AnalyticsSubscription) GetNwdafIdOk ¶
func (o *AnalyticsSubscription) GetNwdafIdOk() (*string, bool)
GetNwdafIdOk returns a tuple with the NwdafId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsSubscription) GetNwdafSetId ¶
func (o *AnalyticsSubscription) GetNwdafSetId() string
GetNwdafSetId returns the NwdafSetId field value if set, zero value otherwise.
func (*AnalyticsSubscription) GetNwdafSetIdOk ¶
func (o *AnalyticsSubscription) GetNwdafSetIdOk() (*string, bool)
GetNwdafSetIdOk returns a tuple with the NwdafSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsSubscription) GetNwdafSubscriptionList ¶
func (o *AnalyticsSubscription) GetNwdafSubscriptionList() []NwdafSubscription
GetNwdafSubscriptionList returns the NwdafSubscriptionList field value
func (*AnalyticsSubscription) GetNwdafSubscriptionListOk ¶
func (o *AnalyticsSubscription) GetNwdafSubscriptionListOk() ([]NwdafSubscription, bool)
GetNwdafSubscriptionListOk returns a tuple with the NwdafSubscriptionList field value and a boolean to check if the value has been set.
func (*AnalyticsSubscription) HasNwdafId ¶
func (o *AnalyticsSubscription) HasNwdafId() bool
HasNwdafId returns a boolean if a field has been set.
func (*AnalyticsSubscription) HasNwdafSetId ¶
func (o *AnalyticsSubscription) HasNwdafSetId() bool
HasNwdafSetId returns a boolean if a field has been set.
func (AnalyticsSubscription) MarshalJSON ¶
func (o AnalyticsSubscription) MarshalJSON() ([]byte, error)
func (*AnalyticsSubscription) SetNwdafId ¶
func (o *AnalyticsSubscription) SetNwdafId(v string)
SetNwdafId gets a reference to the given string and assigns it to the NwdafId field.
func (*AnalyticsSubscription) SetNwdafSetId ¶
func (o *AnalyticsSubscription) SetNwdafSetId(v string)
SetNwdafSetId gets a reference to the given string and assigns it to the NwdafSetId field.
func (*AnalyticsSubscription) SetNwdafSubscriptionList ¶
func (o *AnalyticsSubscription) SetNwdafSubscriptionList(v []NwdafSubscription)
SetNwdafSubscriptionList sets field value
func (AnalyticsSubscription) ToMap ¶
func (o AnalyticsSubscription) ToMap() (map[string]interface{}, error)
func (*AnalyticsSubscription) UnmarshalJSON ¶
func (o *AnalyticsSubscription) UnmarshalJSON(bytes []byte) (err error)
type AnalyticsSubset ¶
type AnalyticsSubset struct {
// contains filtered or unexported fields
}
AnalyticsSubset Possible values are: - NUM_OF_UE_REG: The number of UE registered. This value is only applicable to NSI_LOAD_LEVEL event. - NUM_OF_PDU_SESS_ESTBL: The number of PDU sessions established. This value is only applicable to NSI_LOAD_LEVEL event. - RES_USAGE: The current usage of the virtual resources assigned to the NF instances belonging to a particular network slice instance. This value is only applicable to NSI_LOAD_LEVEL event. - NUM_OF_EXCEED_RES_USAGE_LOAD_LEVEL_THR: The number of times the resource usage threshold of the network slice instance is reached or exceeded if a threshold value is provided by the consumer. This value is only applicable to NSI_LOAD_LEVEL event. - PERIOD_OF_EXCEED_RES_USAGE_LOAD_LEVEL_THR: The time interval between each time the threshold being met or exceeded on the network slice (instance). This value is only applicable to NSI_LOAD_LEVEL event. - EXCEED_LOAD_LEVEL_THR_IND: Whether the Load Level Threshold is met or exceeded by the statistics value. This value is only applicable to NSI_LOAD_LEVEL event. - LIST_OF_TOP_APP_UL: The list of applications that contribute the most to the traffic in the UL direction. This value is only applicable to USER_DATA_CONGESTION event. - LIST_OF_TOP_APP_DL: The list of applications that contribute the most to the traffic in the DL direction. This value is only applicable to USER_DATA_CONGESTION event. - NF_STATUS: The availability status of the NF on the Analytics target period, expressed as a percentage of time per status value (registered, suspended, undiscoverable). This value is only applicable to NF_LOAD event. - NF_RESOURCE_USAGE: The average usage of assigned resources (CPU, memory, storage). This value is only applicable to NF_LOAD event. - NF_LOAD: The average load of the NF instance over the Analytics target period. This value is only applicable to NF_LOAD event. - NF_PEAK_LOAD: The maximum load of the NF instance over the Analytics target period. This value is only applicable to NF_LOAD event. - NF_LOAD_AVG_IN_AOI: The average load of the NF instances over the area of interest. This value is only applicable to NF_LOAD event. - DISPER_AMOUNT: Indicates the dispersion amount of the reported data volume or transaction dispersion type. This value is only applicable to DISPERSION event. - DISPER_CLASS: Indicates the dispersion mobility class: fixed, camper, traveller upon set its usage threshold, and/or the top-heavy class upon set its percentile rating threshold. This value is only applicable to DISPERSION event. - RANKING: Data/transaction usage ranking high (i.e.value 1), medium (2) or low (3). This value is only applicable to DISPERSION event. - PERCENTILE_RANKING: Percentile ranking of the target UE in the Cumulative Distribution Function of data usage for the population of all UEs. This value is only applicable to DISPERSION event. - RSSI: Indicated the RSSI in the unit of dBm. This value is only applicable to WLAN_PERFORMANCE event. - RTT: Indicates the RTT in the unit of millisecond. This value is only applicable to WLAN_PERFORMANCE event. - TRAFFIC_INFO: Traffic information including UL/DL data rate and/or Traffic volume. This value is only applicable to WLAN_PERFORMANCE event. - NUMBER_OF_UES: Number of UEs observed for the SSID. This value is only applicable to WLAN_PERFORMANCE event. - APP_LIST_FOR_UE_COMM: The analytics of the application list used by UE. This value is only applicable to UE_COMM event. - N4_SESS_INACT_TIMER_FOR_UE_COMM: The N4 Session inactivity timer. This value is only applicable to UE_COMM event. - AVG_TRAFFIC_RATE: Indicates average traffic rate. This value is only applicable to DN_PERFORMANCE event. - MAX_TRAFFIC_RATE: Indicates maximum traffic rate. This value is only applicable to DN_PERFORMANCE event. - AVG_PACKET_DELAY: Indicates average Packet Delay. This value is only applicable to DN_PERFORMANCE event. - MAX_PACKET_DELAY: Indicates maximum Packet Delay. This value is only applicable to DN_PERFORMANCE event. - AVG_PACKET_LOSS_RATE: Indicates average Loss Rate. This value is only applicable to DN_PERFORMANCE event. - UE_LOCATION: Indicates UE location information. This value is only applicable to SERVICE_EXPERIENCE event. - LIST_OF_HIGH_EXP_UE: Indicates list of high experienced UE. This value is only applicable to SM_CONGESTION event. - LIST_OF_MEDIUM_EXP_UE: Indicates list of medium experienced UE. This value is only applicable to SM_CONGESTION event. - LIST_OF_LOW_EXP_UE: Indicates list of low experienced UE. This value is only applicable to SM_CONGESTION event. - AVG_UL_PKT_DROP_RATE: Indicates average uplink packet drop rate on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - VAR_UL_PKT_DROP_RATE: Indicates variance of uplink packet drop rate on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - AVG_DL_PKT_DROP_RATE: Indicates average downlink packet drop rate on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - VAR_DL_PKT_DROP_RATE: Indicates variance of downlink packet drop rate on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - AVG_UL_PKT_DELAY: Indicates average uplink packet delay round trip on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - VAR_UL_PKT_DELAY: Indicates variance uplink packet delay round trip on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - AVG_DL_PKT_DELAY: Indicates average downlink packet delay round trip on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event. - VAR_DL_PKT_DELAY: Indicates variance downlink packet delay round trip on GTP-U path on N3. This value is only applicable to RED_TRANS_EXP event.
func (*AnalyticsSubset) MarshalJSON ¶
func (src *AnalyticsSubset) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AnalyticsSubset) UnmarshalJSON ¶
func (dst *AnalyticsSubset) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ApiAMFStatusChangeSubscribeModfyRequest ¶
type ApiAMFStatusChangeSubscribeModfyRequest struct {
ApiService *IndividualSubscriptionDocumentAPIService
// contains filtered or unexported fields
}
func (ApiAMFStatusChangeSubscribeModfyRequest) Execute ¶
func (r ApiAMFStatusChangeSubscribeModfyRequest) Execute() (*SubscriptionData, *http.Response, error)
func (ApiAMFStatusChangeSubscribeModfyRequest) SubscriptionData ¶
func (r ApiAMFStatusChangeSubscribeModfyRequest) SubscriptionData(subscriptionData SubscriptionData) ApiAMFStatusChangeSubscribeModfyRequest
type ApiAMFStatusChangeSubscribeRequest ¶
type ApiAMFStatusChangeSubscribeRequest struct {
ApiService *SubscriptionsCollectionCollectionAPIService
// contains filtered or unexported fields
}
func (ApiAMFStatusChangeSubscribeRequest) Execute ¶
func (r ApiAMFStatusChangeSubscribeRequest) Execute() (*SubscriptionData, *http.Response, error)
func (ApiAMFStatusChangeSubscribeRequest) SubscriptionData ¶
func (r ApiAMFStatusChangeSubscribeRequest) SubscriptionData(subscriptionData SubscriptionData) ApiAMFStatusChangeSubscribeRequest
type ApiAMFStatusChangeUnSubscribeRequest ¶
type ApiAMFStatusChangeUnSubscribeRequest struct {
ApiService *IndividualSubscriptionDocumentAPIService
// contains filtered or unexported fields
}
type ApiCancelRelocateUEContextRequest ¶
type ApiCancelRelocateUEContextRequest struct {
ApiService *IndividualUeContextDocumentAPIService
// contains filtered or unexported fields
}
func (ApiCancelRelocateUEContextRequest) BinaryDataGtpcMessage ¶
func (r ApiCancelRelocateUEContextRequest) BinaryDataGtpcMessage(binaryDataGtpcMessage *os.File) ApiCancelRelocateUEContextRequest
func (ApiCancelRelocateUEContextRequest) Execute ¶
func (r ApiCancelRelocateUEContextRequest) Execute() (*http.Response, error)
func (ApiCancelRelocateUEContextRequest) JsonData ¶
func (r ApiCancelRelocateUEContextRequest) JsonData(jsonData UeContextCancelRelocateData) ApiCancelRelocateUEContextRequest
type ApiCreateUEContextRequest ¶
type ApiCreateUEContextRequest struct {
ApiService *IndividualUeContextDocumentAPIService
// contains filtered or unexported fields
}
func (ApiCreateUEContextRequest) BinaryDataN2Information ¶
func (r ApiCreateUEContextRequest) BinaryDataN2Information(binaryDataN2Information *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt1 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt1(binaryDataN2InformationExt1 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt2 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt2(binaryDataN2InformationExt2 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt3 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt3(binaryDataN2InformationExt3 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt4 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt4(binaryDataN2InformationExt4 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt5 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt5(binaryDataN2InformationExt5 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt6 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt6(binaryDataN2InformationExt6 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt7 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt7(binaryDataN2InformationExt7 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt8 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt8(binaryDataN2InformationExt8 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt9 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt9(binaryDataN2InformationExt9 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt10 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt10(binaryDataN2InformationExt10 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt11 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt11(binaryDataN2InformationExt11 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt12 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt12(binaryDataN2InformationExt12 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt13 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt13(binaryDataN2InformationExt13 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt14 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt14(binaryDataN2InformationExt14 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt15 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt15(binaryDataN2InformationExt15 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt16 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt16(binaryDataN2InformationExt16 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) BinaryDataN2InformationExt17 ¶
func (r ApiCreateUEContextRequest) BinaryDataN2InformationExt17(binaryDataN2InformationExt17 *os.File) ApiCreateUEContextRequest
func (ApiCreateUEContextRequest) Execute ¶
func (r ApiCreateUEContextRequest) Execute() (*UeContextCreatedData, *http.Response, error)
func (ApiCreateUEContextRequest) JsonData ¶
func (r ApiCreateUEContextRequest) JsonData(jsonData UeContextCreateData) ApiCreateUEContextRequest
type ApiEBIAssignmentRequest ¶
type ApiEBIAssignmentRequest struct {
ApiService *IndividualUeContextDocumentAPIService
// contains filtered or unexported fields
}
func (ApiEBIAssignmentRequest) AssignEbiData ¶
func (r ApiEBIAssignmentRequest) AssignEbiData(assignEbiData AssignEbiData) ApiEBIAssignmentRequest
func (ApiEBIAssignmentRequest) Execute ¶
func (r ApiEBIAssignmentRequest) Execute() (*AssignedEbiData, *http.Response, error)
type ApiN1N2MessageSubscribeRequest ¶
type ApiN1N2MessageSubscribeRequest struct {
ApiService *N1N2SubscriptionsCollectionForIndividualUEContextsCollectionAPIService
// contains filtered or unexported fields
}
func (ApiN1N2MessageSubscribeRequest) Execute ¶
func (r ApiN1N2MessageSubscribeRequest) Execute() (*UeN1N2InfoSubscriptionCreatedData, *http.Response, error)
func (ApiN1N2MessageSubscribeRequest) UeN1N2InfoSubscriptionCreateData ¶
func (r ApiN1N2MessageSubscribeRequest) UeN1N2InfoSubscriptionCreateData(ueN1N2InfoSubscriptionCreateData UeN1N2InfoSubscriptionCreateData) ApiN1N2MessageSubscribeRequest
type ApiN1N2MessageTransferRequest ¶
type ApiN1N2MessageTransferRequest struct {
ApiService *N1N2MessageCollectionCollectionAPIService
// contains filtered or unexported fields
}
func (ApiN1N2MessageTransferRequest) Execute ¶
func (r ApiN1N2MessageTransferRequest) Execute() (*N1N2MessageTransferRspData, *http.Response, error)
func (ApiN1N2MessageTransferRequest) N1N2MessageTransferReqData ¶
func (r ApiN1N2MessageTransferRequest) N1N2MessageTransferReqData(n1N2MessageTransferReqData N1N2MessageTransferReqData) ApiN1N2MessageTransferRequest
type ApiN1N2MessageUnSubscribeRequest ¶
type ApiN1N2MessageUnSubscribeRequest struct {
ApiService *N1N2IndividualSubscriptionDocumentAPIService
// contains filtered or unexported fields
}
type ApiNonUeN2InfoSubscribeRequest ¶
type ApiNonUeN2InfoSubscribeRequest struct {
ApiService *NonUEN2MessagesSubscriptionsCollectionCollectionAPIService
// contains filtered or unexported fields
}
func (ApiNonUeN2InfoSubscribeRequest) Execute ¶
func (r ApiNonUeN2InfoSubscribeRequest) Execute() (*NonUeN2InfoSubscriptionCreatedData, *http.Response, error)
func (ApiNonUeN2InfoSubscribeRequest) NonUeN2InfoSubscriptionCreateData ¶
func (r ApiNonUeN2InfoSubscribeRequest) NonUeN2InfoSubscriptionCreateData(nonUeN2InfoSubscriptionCreateData NonUeN2InfoSubscriptionCreateData) ApiNonUeN2InfoSubscribeRequest
type ApiNonUeN2InfoUnSubscribeRequest ¶
type ApiNonUeN2InfoUnSubscribeRequest struct {
ApiService *NonUEN2MessageNotificationIndividualSubscriptionDocumentAPIService
// contains filtered or unexported fields
}
type ApiNonUeN2MessageTransferRequest ¶
type ApiNonUeN2MessageTransferRequest struct {
ApiService *NonUEN2MessagesCollectionCollectionAPIService
// contains filtered or unexported fields
}
func (ApiNonUeN2MessageTransferRequest) Execute ¶
func (r ApiNonUeN2MessageTransferRequest) Execute() (*N2InformationTransferRspData, *http.Response, error)
func (ApiNonUeN2MessageTransferRequest) N2InformationTransferReqData ¶
func (r ApiNonUeN2MessageTransferRequest) N2InformationTransferReqData(n2InformationTransferReqData N2InformationTransferReqData) ApiNonUeN2MessageTransferRequest
type ApiRegistrationStatusUpdateRequest ¶
type ApiRegistrationStatusUpdateRequest struct {
ApiService *IndividualUeContextDocumentAPIService
// contains filtered or unexported fields
}
func (ApiRegistrationStatusUpdateRequest) Execute ¶
func (r ApiRegistrationStatusUpdateRequest) Execute() (*UeRegStatusUpdateRspData, *http.Response, error)
func (ApiRegistrationStatusUpdateRequest) UeRegStatusUpdateReqData ¶
func (r ApiRegistrationStatusUpdateRequest) UeRegStatusUpdateReqData(ueRegStatusUpdateReqData UeRegStatusUpdateReqData) ApiRegistrationStatusUpdateRequest
type ApiReleaseUEContextRequest ¶
type ApiReleaseUEContextRequest struct {
ApiService *IndividualUeContextDocumentAPIService
// contains filtered or unexported fields
}
func (ApiReleaseUEContextRequest) Execute ¶
func (r ApiReleaseUEContextRequest) Execute() (*http.Response, error)
func (ApiReleaseUEContextRequest) UEContextRelease ¶
func (r ApiReleaseUEContextRequest) UEContextRelease(uEContextRelease UEContextRelease) ApiReleaseUEContextRequest
type ApiRelocateUEContextRequest ¶
type ApiRelocateUEContextRequest struct {
ApiService *IndividualUeContextDocumentAPIService
// contains filtered or unexported fields
}
func (ApiRelocateUEContextRequest) BinaryDataForwardRelocationRequest ¶
func (r ApiRelocateUEContextRequest) BinaryDataForwardRelocationRequest(binaryDataForwardRelocationRequest *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2Information ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2Information(binaryDataN2Information *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt1 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt1(binaryDataN2InformationExt1 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt2 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt2(binaryDataN2InformationExt2 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt3 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt3(binaryDataN2InformationExt3 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt4 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt4(binaryDataN2InformationExt4 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt5 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt5(binaryDataN2InformationExt5 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt6 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt6(binaryDataN2InformationExt6 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt7 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt7(binaryDataN2InformationExt7 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt8 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt8(binaryDataN2InformationExt8 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt9 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt9(binaryDataN2InformationExt9 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt10 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt10(binaryDataN2InformationExt10 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt11 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt11(binaryDataN2InformationExt11 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt12 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt12(binaryDataN2InformationExt12 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt13 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt13(binaryDataN2InformationExt13 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt14 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt14(binaryDataN2InformationExt14 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt15 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt15(binaryDataN2InformationExt15 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) BinaryDataN2InformationExt16 ¶
func (r ApiRelocateUEContextRequest) BinaryDataN2InformationExt16(binaryDataN2InformationExt16 *os.File) ApiRelocateUEContextRequest
func (ApiRelocateUEContextRequest) Execute ¶
func (r ApiRelocateUEContextRequest) Execute() (*UeContextRelocatedData, *http.Response, error)
func (ApiRelocateUEContextRequest) JsonData ¶
func (r ApiRelocateUEContextRequest) JsonData(jsonData UeContextRelocateData) ApiRelocateUEContextRequest
type ApiUEContextTransferRequest ¶
type ApiUEContextTransferRequest struct {
ApiService *IndividualUeContextDocumentAPIService
// contains filtered or unexported fields
}
func (ApiUEContextTransferRequest) Execute ¶
func (r ApiUEContextTransferRequest) Execute() (*UeContextTransferRspData, *http.Response, error)
func (ApiUEContextTransferRequest) UeContextTransferReqData ¶
func (r ApiUEContextTransferRequest) UeContextTransferReqData(ueContextTransferReqData UeContextTransferReqData) ApiUEContextTransferRequest
type AppListForUeComm ¶
type AppListForUeComm struct {
// String providing an application identifier.
AppId string `json:"appId"`
// string with format 'date-time' as defined in OpenAPI.
StartTime *time.Time `json:"startTime,omitempty"`
// indicating a time in seconds.
AppDur *int32 `json:"appDur,omitempty"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
OccurRatio *int32 `json:"occurRatio,omitempty"`
SpatialValidity *NetworkAreaInfo `json:"spatialValidity,omitempty"`
}
AppListForUeComm Represents the analytics of the application list used by UE.
func NewAppListForUeComm ¶
func NewAppListForUeComm(appId string) *AppListForUeComm
NewAppListForUeComm instantiates a new AppListForUeComm 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 NewAppListForUeCommWithDefaults ¶
func NewAppListForUeCommWithDefaults() *AppListForUeComm
NewAppListForUeCommWithDefaults instantiates a new AppListForUeComm 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 (*AppListForUeComm) GetAppDur ¶
func (o *AppListForUeComm) GetAppDur() int32
GetAppDur returns the AppDur field value if set, zero value otherwise.
func (*AppListForUeComm) GetAppDurOk ¶
func (o *AppListForUeComm) GetAppDurOk() (*int32, bool)
GetAppDurOk returns a tuple with the AppDur field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppListForUeComm) GetAppId ¶
func (o *AppListForUeComm) GetAppId() string
GetAppId returns the AppId field value
func (*AppListForUeComm) GetAppIdOk ¶
func (o *AppListForUeComm) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*AppListForUeComm) GetOccurRatio ¶
func (o *AppListForUeComm) GetOccurRatio() int32
GetOccurRatio returns the OccurRatio field value if set, zero value otherwise.
func (*AppListForUeComm) GetOccurRatioOk ¶
func (o *AppListForUeComm) GetOccurRatioOk() (*int32, bool)
GetOccurRatioOk returns a tuple with the OccurRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppListForUeComm) GetSpatialValidity ¶
func (o *AppListForUeComm) GetSpatialValidity() NetworkAreaInfo
GetSpatialValidity returns the SpatialValidity field value if set, zero value otherwise.
func (*AppListForUeComm) GetSpatialValidityOk ¶
func (o *AppListForUeComm) GetSpatialValidityOk() (*NetworkAreaInfo, bool)
GetSpatialValidityOk returns a tuple with the SpatialValidity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppListForUeComm) GetStartTime ¶
func (o *AppListForUeComm) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*AppListForUeComm) GetStartTimeOk ¶
func (o *AppListForUeComm) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppListForUeComm) HasAppDur ¶
func (o *AppListForUeComm) HasAppDur() bool
HasAppDur returns a boolean if a field has been set.
func (*AppListForUeComm) HasOccurRatio ¶
func (o *AppListForUeComm) HasOccurRatio() bool
HasOccurRatio returns a boolean if a field has been set.
func (*AppListForUeComm) HasSpatialValidity ¶
func (o *AppListForUeComm) HasSpatialValidity() bool
HasSpatialValidity returns a boolean if a field has been set.
func (*AppListForUeComm) HasStartTime ¶
func (o *AppListForUeComm) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (AppListForUeComm) MarshalJSON ¶
func (o AppListForUeComm) MarshalJSON() ([]byte, error)
func (*AppListForUeComm) SetAppDur ¶
func (o *AppListForUeComm) SetAppDur(v int32)
SetAppDur gets a reference to the given int32 and assigns it to the AppDur field.
func (*AppListForUeComm) SetAppId ¶
func (o *AppListForUeComm) SetAppId(v string)
SetAppId sets field value
func (*AppListForUeComm) SetOccurRatio ¶
func (o *AppListForUeComm) SetOccurRatio(v int32)
SetOccurRatio gets a reference to the given int32 and assigns it to the OccurRatio field.
func (*AppListForUeComm) SetSpatialValidity ¶
func (o *AppListForUeComm) SetSpatialValidity(v NetworkAreaInfo)
SetSpatialValidity gets a reference to the given NetworkAreaInfo and assigns it to the SpatialValidity field.
func (*AppListForUeComm) SetStartTime ¶
func (o *AppListForUeComm) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (AppListForUeComm) ToMap ¶
func (o AppListForUeComm) ToMap() (map[string]interface{}, error)
func (*AppListForUeComm) UnmarshalJSON ¶
func (o *AppListForUeComm) UnmarshalJSON(bytes []byte) (err error)
type ApplicationVolume ¶
type ApplicationVolume struct {
// String providing an application identifier.
AppId string `json:"appId"`
// Unsigned integer identifying a volume in units of bytes.
AppVolume int64 `json:"appVolume"`
}
ApplicationVolume Application data volume per Application Id.
func NewApplicationVolume ¶
func NewApplicationVolume(appId string, appVolume int64) *ApplicationVolume
NewApplicationVolume instantiates a new ApplicationVolume 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 NewApplicationVolumeWithDefaults ¶
func NewApplicationVolumeWithDefaults() *ApplicationVolume
NewApplicationVolumeWithDefaults instantiates a new ApplicationVolume 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 (*ApplicationVolume) GetAppId ¶
func (o *ApplicationVolume) GetAppId() string
GetAppId returns the AppId field value
func (*ApplicationVolume) GetAppIdOk ¶
func (o *ApplicationVolume) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*ApplicationVolume) GetAppVolume ¶
func (o *ApplicationVolume) GetAppVolume() int64
GetAppVolume returns the AppVolume field value
func (*ApplicationVolume) GetAppVolumeOk ¶
func (o *ApplicationVolume) GetAppVolumeOk() (*int64, bool)
GetAppVolumeOk returns a tuple with the AppVolume field value and a boolean to check if the value has been set.
func (ApplicationVolume) MarshalJSON ¶
func (o ApplicationVolume) MarshalJSON() ([]byte, error)
func (*ApplicationVolume) SetAppId ¶
func (o *ApplicationVolume) SetAppId(v string)
SetAppId sets field value
func (*ApplicationVolume) SetAppVolume ¶
func (o *ApplicationVolume) SetAppVolume(v int64)
SetAppVolume sets field value
func (ApplicationVolume) ToMap ¶
func (o ApplicationVolume) ToMap() (map[string]interface{}, error)
func (*ApplicationVolume) UnmarshalJSON ¶
func (o *ApplicationVolume) UnmarshalJSON(bytes []byte) (err error)
type Area ¶
type Area struct {
Tacs []string `json:"tacs,omitempty"`
// Values are operator specific.
AreaCode *string `json:"areaCode,omitempty"`
}
Area Provides area information.
func NewArea ¶
func NewArea() *Area
NewArea instantiates a new Area 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 NewAreaWithDefaults ¶
func NewAreaWithDefaults() *Area
NewAreaWithDefaults instantiates a new Area 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 (*Area) GetAreaCode ¶
GetAreaCode returns the AreaCode field value if set, zero value otherwise.
func (*Area) GetAreaCodeOk ¶
GetAreaCodeOk returns a tuple with the AreaCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Area) GetTacsOk ¶
GetTacsOk returns a tuple with the Tacs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Area) HasAreaCode ¶
HasAreaCode returns a boolean if a field has been set.
func (Area) MarshalJSON ¶
func (*Area) SetAreaCode ¶
SetAreaCode gets a reference to the given string and assigns it to the AreaCode field.
type AreaOfInterestEventState ¶
type AreaOfInterestEventState struct {
Presence PresenceState `json:"presence"`
IndividualPraIdList []string `json:"individualPraIdList,omitempty"`
}
AreaOfInterestEventState Event State of AoI event in old AMF
func NewAreaOfInterestEventState ¶
func NewAreaOfInterestEventState(presence PresenceState) *AreaOfInterestEventState
NewAreaOfInterestEventState instantiates a new AreaOfInterestEventState 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 NewAreaOfInterestEventStateWithDefaults ¶
func NewAreaOfInterestEventStateWithDefaults() *AreaOfInterestEventState
NewAreaOfInterestEventStateWithDefaults instantiates a new AreaOfInterestEventState 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 (*AreaOfInterestEventState) GetIndividualPraIdList ¶
func (o *AreaOfInterestEventState) GetIndividualPraIdList() []string
GetIndividualPraIdList returns the IndividualPraIdList field value if set, zero value otherwise.
func (*AreaOfInterestEventState) GetIndividualPraIdListOk ¶
func (o *AreaOfInterestEventState) GetIndividualPraIdListOk() ([]string, bool)
GetIndividualPraIdListOk returns a tuple with the IndividualPraIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaOfInterestEventState) GetPresence ¶
func (o *AreaOfInterestEventState) GetPresence() PresenceState
GetPresence returns the Presence field value
func (*AreaOfInterestEventState) GetPresenceOk ¶
func (o *AreaOfInterestEventState) GetPresenceOk() (*PresenceState, bool)
GetPresenceOk returns a tuple with the Presence field value and a boolean to check if the value has been set.
func (*AreaOfInterestEventState) HasIndividualPraIdList ¶
func (o *AreaOfInterestEventState) HasIndividualPraIdList() bool
HasIndividualPraIdList returns a boolean if a field has been set.
func (AreaOfInterestEventState) MarshalJSON ¶
func (o AreaOfInterestEventState) MarshalJSON() ([]byte, error)
func (*AreaOfInterestEventState) SetIndividualPraIdList ¶
func (o *AreaOfInterestEventState) SetIndividualPraIdList(v []string)
SetIndividualPraIdList gets a reference to the given []string and assigns it to the IndividualPraIdList field.
func (*AreaOfInterestEventState) SetPresence ¶
func (o *AreaOfInterestEventState) SetPresence(v PresenceState)
SetPresence sets field value
func (AreaOfInterestEventState) ToMap ¶
func (o AreaOfInterestEventState) ToMap() (map[string]interface{}, error)
func (*AreaOfInterestEventState) UnmarshalJSON ¶
func (o *AreaOfInterestEventState) UnmarshalJSON(bytes []byte) (err error)
type AreaOfValidity ¶
type AreaOfValidity struct {
TaiList []Tai `json:"taiList"`
}
AreaOfValidity Area of validity information for N2 information transfer
func NewAreaOfValidity ¶
func NewAreaOfValidity(taiList []Tai) *AreaOfValidity
NewAreaOfValidity instantiates a new AreaOfValidity 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 NewAreaOfValidityWithDefaults ¶
func NewAreaOfValidityWithDefaults() *AreaOfValidity
NewAreaOfValidityWithDefaults instantiates a new AreaOfValidity 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 (*AreaOfValidity) GetTaiList ¶
func (o *AreaOfValidity) GetTaiList() []Tai
GetTaiList returns the TaiList field value
func (*AreaOfValidity) GetTaiListOk ¶
func (o *AreaOfValidity) GetTaiListOk() ([]Tai, bool)
GetTaiListOk returns a tuple with the TaiList field value and a boolean to check if the value has been set.
func (AreaOfValidity) MarshalJSON ¶
func (o AreaOfValidity) MarshalJSON() ([]byte, error)
func (*AreaOfValidity) SetTaiList ¶
func (o *AreaOfValidity) SetTaiList(v []Tai)
SetTaiList sets field value
func (AreaOfValidity) ToMap ¶
func (o AreaOfValidity) ToMap() (map[string]interface{}, error)
func (*AreaOfValidity) UnmarshalJSON ¶
func (o *AreaOfValidity) UnmarshalJSON(bytes []byte) (err error)
type AreaScope ¶
type AreaScope struct {
EutraCellIdList []string `json:"eutraCellIdList,omitempty"`
NrCellIdList []string `json:"nrCellIdList,omitempty"`
TacList []string `json:"tacList,omitempty"`
// A map (list of key-value pairs) where PlmnId converted to a string serves as key
TacInfoPerPlmn *map[string]TacInfo `json:"tacInfoPerPlmn,omitempty"`
}
AreaScope Contain the area based on Cells or Tracking Areas.
func NewAreaScope ¶
func NewAreaScope() *AreaScope
NewAreaScope instantiates a new AreaScope 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 NewAreaScopeWithDefaults ¶
func NewAreaScopeWithDefaults() *AreaScope
NewAreaScopeWithDefaults instantiates a new AreaScope 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 (*AreaScope) GetEutraCellIdList ¶
GetEutraCellIdList returns the EutraCellIdList field value if set, zero value otherwise.
func (*AreaScope) GetEutraCellIdListOk ¶
GetEutraCellIdListOk returns a tuple with the EutraCellIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaScope) GetNrCellIdList ¶
GetNrCellIdList returns the NrCellIdList field value if set, zero value otherwise.
func (*AreaScope) GetNrCellIdListOk ¶
GetNrCellIdListOk returns a tuple with the NrCellIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaScope) GetTacInfoPerPlmn ¶
GetTacInfoPerPlmn returns the TacInfoPerPlmn field value if set, zero value otherwise.
func (*AreaScope) GetTacInfoPerPlmnOk ¶
GetTacInfoPerPlmnOk returns a tuple with the TacInfoPerPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaScope) GetTacList ¶
GetTacList returns the TacList field value if set, zero value otherwise.
func (*AreaScope) GetTacListOk ¶
GetTacListOk returns a tuple with the TacList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AreaScope) HasEutraCellIdList ¶
HasEutraCellIdList returns a boolean if a field has been set.
func (*AreaScope) HasNrCellIdList ¶
HasNrCellIdList returns a boolean if a field has been set.
func (*AreaScope) HasTacInfoPerPlmn ¶
HasTacInfoPerPlmn returns a boolean if a field has been set.
func (*AreaScope) HasTacList ¶
HasTacList returns a boolean if a field has been set.
func (AreaScope) MarshalJSON ¶
func (*AreaScope) SetEutraCellIdList ¶
SetEutraCellIdList gets a reference to the given []string and assigns it to the EutraCellIdList field.
func (*AreaScope) SetNrCellIdList ¶
SetNrCellIdList gets a reference to the given []string and assigns it to the NrCellIdList field.
func (*AreaScope) SetTacInfoPerPlmn ¶
SetTacInfoPerPlmn gets a reference to the given map[string]TacInfo and assigns it to the TacInfoPerPlmn field.
func (*AreaScope) SetTacList ¶
SetTacList gets a reference to the given []string and assigns it to the TacList field.
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 AsTimeDistributionParam ¶
type AsTimeDistributionParam struct {
AsTimeDistInd *bool `json:"asTimeDistInd,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible with the OpenAPI 'nullable: true' property.
UuErrorBudget NullableInt32 `json:"uuErrorBudget,omitempty"`
}
AsTimeDistributionParam Contains the 5G acess stratum time distribution parameters.
func NewAsTimeDistributionParam ¶
func NewAsTimeDistributionParam() *AsTimeDistributionParam
NewAsTimeDistributionParam instantiates a new AsTimeDistributionParam 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 NewAsTimeDistributionParamWithDefaults ¶
func NewAsTimeDistributionParamWithDefaults() *AsTimeDistributionParam
NewAsTimeDistributionParamWithDefaults instantiates a new AsTimeDistributionParam 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 (*AsTimeDistributionParam) GetAsTimeDistInd ¶
func (o *AsTimeDistributionParam) GetAsTimeDistInd() bool
GetAsTimeDistInd returns the AsTimeDistInd field value if set, zero value otherwise.
func (*AsTimeDistributionParam) GetAsTimeDistIndOk ¶
func (o *AsTimeDistributionParam) GetAsTimeDistIndOk() (*bool, bool)
GetAsTimeDistIndOk returns a tuple with the AsTimeDistInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AsTimeDistributionParam) GetUuErrorBudget ¶
func (o *AsTimeDistributionParam) GetUuErrorBudget() int32
GetUuErrorBudget returns the UuErrorBudget field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AsTimeDistributionParam) GetUuErrorBudgetOk ¶
func (o *AsTimeDistributionParam) GetUuErrorBudgetOk() (*int32, bool)
GetUuErrorBudgetOk returns a tuple with the UuErrorBudget 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 (*AsTimeDistributionParam) HasAsTimeDistInd ¶
func (o *AsTimeDistributionParam) HasAsTimeDistInd() bool
HasAsTimeDistInd returns a boolean if a field has been set.
func (*AsTimeDistributionParam) HasUuErrorBudget ¶
func (o *AsTimeDistributionParam) HasUuErrorBudget() bool
HasUuErrorBudget returns a boolean if a field has been set.
func (AsTimeDistributionParam) MarshalJSON ¶
func (o AsTimeDistributionParam) MarshalJSON() ([]byte, error)
func (*AsTimeDistributionParam) SetAsTimeDistInd ¶
func (o *AsTimeDistributionParam) SetAsTimeDistInd(v bool)
SetAsTimeDistInd gets a reference to the given bool and assigns it to the AsTimeDistInd field.
func (*AsTimeDistributionParam) SetUuErrorBudget ¶
func (o *AsTimeDistributionParam) SetUuErrorBudget(v int32)
SetUuErrorBudget gets a reference to the given NullableInt32 and assigns it to the UuErrorBudget field.
func (*AsTimeDistributionParam) SetUuErrorBudgetNil ¶
func (o *AsTimeDistributionParam) SetUuErrorBudgetNil()
SetUuErrorBudgetNil sets the value for UuErrorBudget to be an explicit nil
func (AsTimeDistributionParam) ToMap ¶
func (o AsTimeDistributionParam) ToMap() (map[string]interface{}, error)
func (*AsTimeDistributionParam) UnsetUuErrorBudget ¶
func (o *AsTimeDistributionParam) UnsetUuErrorBudget()
UnsetUuErrorBudget ensures that no value is present for UuErrorBudget, not even an explicit nil
type AssignEbiData ¶
type AssignEbiData struct {
// Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network.
PduSessionId int32 `json:"pduSessionId"`
ArpList []Arp `json:"arpList,omitempty"`
ReleasedEbiList []int32 `json:"releasedEbiList,omitempty"`
OldGuami *Guami `json:"oldGuami,omitempty"`
ModifiedEbiList []EbiArpMapping `json:"modifiedEbiList,omitempty"`
}
AssignEbiData Data within an EBI assignment request
func NewAssignEbiData ¶
func NewAssignEbiData(pduSessionId int32) *AssignEbiData
NewAssignEbiData instantiates a new AssignEbiData 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 NewAssignEbiDataWithDefaults ¶
func NewAssignEbiDataWithDefaults() *AssignEbiData
NewAssignEbiDataWithDefaults instantiates a new AssignEbiData 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 (*AssignEbiData) GetArpList ¶
func (o *AssignEbiData) GetArpList() []Arp
GetArpList returns the ArpList field value if set, zero value otherwise.
func (*AssignEbiData) GetArpListOk ¶
func (o *AssignEbiData) GetArpListOk() ([]Arp, bool)
GetArpListOk returns a tuple with the ArpList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AssignEbiData) GetModifiedEbiList ¶
func (o *AssignEbiData) GetModifiedEbiList() []EbiArpMapping
GetModifiedEbiList returns the ModifiedEbiList field value if set, zero value otherwise.
func (*AssignEbiData) GetModifiedEbiListOk ¶
func (o *AssignEbiData) GetModifiedEbiListOk() ([]EbiArpMapping, bool)
GetModifiedEbiListOk returns a tuple with the ModifiedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AssignEbiData) GetOldGuami ¶
func (o *AssignEbiData) GetOldGuami() Guami
GetOldGuami returns the OldGuami field value if set, zero value otherwise.
func (*AssignEbiData) GetOldGuamiOk ¶
func (o *AssignEbiData) GetOldGuamiOk() (*Guami, bool)
GetOldGuamiOk returns a tuple with the OldGuami field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AssignEbiData) GetPduSessionId ¶
func (o *AssignEbiData) GetPduSessionId() int32
GetPduSessionId returns the PduSessionId field value
func (*AssignEbiData) GetPduSessionIdOk ¶
func (o *AssignEbiData) GetPduSessionIdOk() (*int32, bool)
GetPduSessionIdOk returns a tuple with the PduSessionId field value and a boolean to check if the value has been set.
func (*AssignEbiData) GetReleasedEbiList ¶
func (o *AssignEbiData) GetReleasedEbiList() []int32
GetReleasedEbiList returns the ReleasedEbiList field value if set, zero value otherwise.
func (*AssignEbiData) GetReleasedEbiListOk ¶
func (o *AssignEbiData) GetReleasedEbiListOk() ([]int32, bool)
GetReleasedEbiListOk returns a tuple with the ReleasedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AssignEbiData) HasArpList ¶
func (o *AssignEbiData) HasArpList() bool
HasArpList returns a boolean if a field has been set.
func (*AssignEbiData) HasModifiedEbiList ¶
func (o *AssignEbiData) HasModifiedEbiList() bool
HasModifiedEbiList returns a boolean if a field has been set.
func (*AssignEbiData) HasOldGuami ¶
func (o *AssignEbiData) HasOldGuami() bool
HasOldGuami returns a boolean if a field has been set.
func (*AssignEbiData) HasReleasedEbiList ¶
func (o *AssignEbiData) HasReleasedEbiList() bool
HasReleasedEbiList returns a boolean if a field has been set.
func (AssignEbiData) MarshalJSON ¶
func (o AssignEbiData) MarshalJSON() ([]byte, error)
func (*AssignEbiData) SetArpList ¶
func (o *AssignEbiData) SetArpList(v []Arp)
SetArpList gets a reference to the given []Arp and assigns it to the ArpList field.
func (*AssignEbiData) SetModifiedEbiList ¶
func (o *AssignEbiData) SetModifiedEbiList(v []EbiArpMapping)
SetModifiedEbiList gets a reference to the given []EbiArpMapping and assigns it to the ModifiedEbiList field.
func (*AssignEbiData) SetOldGuami ¶
func (o *AssignEbiData) SetOldGuami(v Guami)
SetOldGuami gets a reference to the given Guami and assigns it to the OldGuami field.
func (*AssignEbiData) SetPduSessionId ¶
func (o *AssignEbiData) SetPduSessionId(v int32)
SetPduSessionId sets field value
func (*AssignEbiData) SetReleasedEbiList ¶
func (o *AssignEbiData) SetReleasedEbiList(v []int32)
SetReleasedEbiList gets a reference to the given []int32 and assigns it to the ReleasedEbiList field.
func (AssignEbiData) ToMap ¶
func (o AssignEbiData) ToMap() (map[string]interface{}, error)
func (*AssignEbiData) UnmarshalJSON ¶
func (o *AssignEbiData) UnmarshalJSON(bytes []byte) (err error)
type AssignEbiError ¶
type AssignEbiError struct {
Error ProblemDetails `json:"error"`
FailureDetails AssignEbiFailed `json:"failureDetails"`
}
AssignEbiError Data within a failure response to the EBI assignment request
func NewAssignEbiError ¶
func NewAssignEbiError(error_ ProblemDetails, failureDetails AssignEbiFailed) *AssignEbiError
NewAssignEbiError instantiates a new AssignEbiError 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 NewAssignEbiErrorWithDefaults ¶
func NewAssignEbiErrorWithDefaults() *AssignEbiError
NewAssignEbiErrorWithDefaults instantiates a new AssignEbiError 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 (*AssignEbiError) GetError ¶
func (o *AssignEbiError) GetError() ProblemDetails
GetError returns the Error field value
func (*AssignEbiError) GetErrorOk ¶
func (o *AssignEbiError) GetErrorOk() (*ProblemDetails, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AssignEbiError) GetFailureDetails ¶
func (o *AssignEbiError) GetFailureDetails() AssignEbiFailed
GetFailureDetails returns the FailureDetails field value
func (*AssignEbiError) GetFailureDetailsOk ¶
func (o *AssignEbiError) GetFailureDetailsOk() (*AssignEbiFailed, bool)
GetFailureDetailsOk returns a tuple with the FailureDetails field value and a boolean to check if the value has been set.
func (AssignEbiError) MarshalJSON ¶
func (o AssignEbiError) MarshalJSON() ([]byte, error)
func (*AssignEbiError) SetError ¶
func (o *AssignEbiError) SetError(v ProblemDetails)
SetError sets field value
func (*AssignEbiError) SetFailureDetails ¶
func (o *AssignEbiError) SetFailureDetails(v AssignEbiFailed)
SetFailureDetails sets field value
func (AssignEbiError) ToMap ¶
func (o AssignEbiError) ToMap() (map[string]interface{}, error)
func (*AssignEbiError) UnmarshalJSON ¶
func (o *AssignEbiError) UnmarshalJSON(bytes []byte) (err error)
type AssignEbiFailed ¶
type AssignEbiFailed struct {
// Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network.
PduSessionId int32 `json:"pduSessionId"`
FailedArpList []Arp `json:"failedArpList,omitempty"`
}
AssignEbiFailed Represents failed assignment of EBI(s)
func NewAssignEbiFailed ¶
func NewAssignEbiFailed(pduSessionId int32) *AssignEbiFailed
NewAssignEbiFailed instantiates a new AssignEbiFailed 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 NewAssignEbiFailedWithDefaults ¶
func NewAssignEbiFailedWithDefaults() *AssignEbiFailed
NewAssignEbiFailedWithDefaults instantiates a new AssignEbiFailed 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 (*AssignEbiFailed) GetFailedArpList ¶
func (o *AssignEbiFailed) GetFailedArpList() []Arp
GetFailedArpList returns the FailedArpList field value if set, zero value otherwise.
func (*AssignEbiFailed) GetFailedArpListOk ¶
func (o *AssignEbiFailed) GetFailedArpListOk() ([]Arp, bool)
GetFailedArpListOk returns a tuple with the FailedArpList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AssignEbiFailed) GetPduSessionId ¶
func (o *AssignEbiFailed) GetPduSessionId() int32
GetPduSessionId returns the PduSessionId field value
func (*AssignEbiFailed) GetPduSessionIdOk ¶
func (o *AssignEbiFailed) GetPduSessionIdOk() (*int32, bool)
GetPduSessionIdOk returns a tuple with the PduSessionId field value and a boolean to check if the value has been set.
func (*AssignEbiFailed) HasFailedArpList ¶
func (o *AssignEbiFailed) HasFailedArpList() bool
HasFailedArpList returns a boolean if a field has been set.
func (AssignEbiFailed) MarshalJSON ¶
func (o AssignEbiFailed) MarshalJSON() ([]byte, error)
func (*AssignEbiFailed) SetFailedArpList ¶
func (o *AssignEbiFailed) SetFailedArpList(v []Arp)
SetFailedArpList gets a reference to the given []Arp and assigns it to the FailedArpList field.
func (*AssignEbiFailed) SetPduSessionId ¶
func (o *AssignEbiFailed) SetPduSessionId(v int32)
SetPduSessionId sets field value
func (AssignEbiFailed) ToMap ¶
func (o AssignEbiFailed) ToMap() (map[string]interface{}, error)
func (*AssignEbiFailed) UnmarshalJSON ¶
func (o *AssignEbiFailed) UnmarshalJSON(bytes []byte) (err error)
type AssignedEbiData ¶
type AssignedEbiData struct {
// Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network.
PduSessionId int32 `json:"pduSessionId"`
AssignedEbiList []EbiArpMapping `json:"assignedEbiList"`
FailedArpList []Arp `json:"failedArpList,omitempty"`
ReleasedEbiList []int32 `json:"releasedEbiList,omitempty"`
ModifiedEbiList []int32 `json:"modifiedEbiList,omitempty"`
}
AssignedEbiData Data within a successful response to an EBI assignment request
func NewAssignedEbiData ¶
func NewAssignedEbiData(pduSessionId int32, assignedEbiList []EbiArpMapping) *AssignedEbiData
NewAssignedEbiData instantiates a new AssignedEbiData 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 NewAssignedEbiDataWithDefaults ¶
func NewAssignedEbiDataWithDefaults() *AssignedEbiData
NewAssignedEbiDataWithDefaults instantiates a new AssignedEbiData 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 (*AssignedEbiData) GetAssignedEbiList ¶
func (o *AssignedEbiData) GetAssignedEbiList() []EbiArpMapping
GetAssignedEbiList returns the AssignedEbiList field value
func (*AssignedEbiData) GetAssignedEbiListOk ¶
func (o *AssignedEbiData) GetAssignedEbiListOk() ([]EbiArpMapping, bool)
GetAssignedEbiListOk returns a tuple with the AssignedEbiList field value and a boolean to check if the value has been set.
func (*AssignedEbiData) GetFailedArpList ¶
func (o *AssignedEbiData) GetFailedArpList() []Arp
GetFailedArpList returns the FailedArpList field value if set, zero value otherwise.
func (*AssignedEbiData) GetFailedArpListOk ¶
func (o *AssignedEbiData) GetFailedArpListOk() ([]Arp, bool)
GetFailedArpListOk returns a tuple with the FailedArpList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AssignedEbiData) GetModifiedEbiList ¶
func (o *AssignedEbiData) GetModifiedEbiList() []int32
GetModifiedEbiList returns the ModifiedEbiList field value if set, zero value otherwise.
func (*AssignedEbiData) GetModifiedEbiListOk ¶
func (o *AssignedEbiData) GetModifiedEbiListOk() ([]int32, bool)
GetModifiedEbiListOk returns a tuple with the ModifiedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AssignedEbiData) GetPduSessionId ¶
func (o *AssignedEbiData) GetPduSessionId() int32
GetPduSessionId returns the PduSessionId field value
func (*AssignedEbiData) GetPduSessionIdOk ¶
func (o *AssignedEbiData) GetPduSessionIdOk() (*int32, bool)
GetPduSessionIdOk returns a tuple with the PduSessionId field value and a boolean to check if the value has been set.
func (*AssignedEbiData) GetReleasedEbiList ¶
func (o *AssignedEbiData) GetReleasedEbiList() []int32
GetReleasedEbiList returns the ReleasedEbiList field value if set, zero value otherwise.
func (*AssignedEbiData) GetReleasedEbiListOk ¶
func (o *AssignedEbiData) GetReleasedEbiListOk() ([]int32, bool)
GetReleasedEbiListOk returns a tuple with the ReleasedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AssignedEbiData) HasFailedArpList ¶
func (o *AssignedEbiData) HasFailedArpList() bool
HasFailedArpList returns a boolean if a field has been set.
func (*AssignedEbiData) HasModifiedEbiList ¶
func (o *AssignedEbiData) HasModifiedEbiList() bool
HasModifiedEbiList returns a boolean if a field has been set.
func (*AssignedEbiData) HasReleasedEbiList ¶
func (o *AssignedEbiData) HasReleasedEbiList() bool
HasReleasedEbiList returns a boolean if a field has been set.
func (AssignedEbiData) MarshalJSON ¶
func (o AssignedEbiData) MarshalJSON() ([]byte, error)
func (*AssignedEbiData) SetAssignedEbiList ¶
func (o *AssignedEbiData) SetAssignedEbiList(v []EbiArpMapping)
SetAssignedEbiList sets field value
func (*AssignedEbiData) SetFailedArpList ¶
func (o *AssignedEbiData) SetFailedArpList(v []Arp)
SetFailedArpList gets a reference to the given []Arp and assigns it to the FailedArpList field.
func (*AssignedEbiData) SetModifiedEbiList ¶
func (o *AssignedEbiData) SetModifiedEbiList(v []int32)
SetModifiedEbiList gets a reference to the given []int32 and assigns it to the ModifiedEbiList field.
func (*AssignedEbiData) SetPduSessionId ¶
func (o *AssignedEbiData) SetPduSessionId(v int32)
SetPduSessionId sets field value
func (*AssignedEbiData) SetReleasedEbiList ¶
func (o *AssignedEbiData) SetReleasedEbiList(v []int32)
SetReleasedEbiList gets a reference to the given []int32 and assigns it to the ReleasedEbiList field.
func (AssignedEbiData) ToMap ¶
func (o AssignedEbiData) ToMap() (map[string]interface{}, error)
func (*AssignedEbiData) UnmarshalJSON ¶
func (o *AssignedEbiData) UnmarshalJSON(bytes []byte) (err error)
type AuthStatus ¶
type AuthStatus struct {
// contains filtered or unexported fields
}
AuthStatus Possible values are: - \"EAP_SUCCESS\": The NSSAA status is EAP-Success. - \"EAP_FAILURE\": The NSSAA status is EAP-Failure. - \"PENDING\": The NSSAA status is Pending.
func (*AuthStatus) MarshalJSON ¶
func (src *AuthStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AuthStatus) UnmarshalJSON ¶
func (dst *AuthStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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 BwRequirement ¶
type BwRequirement struct {
// String providing an application identifier.
AppId string `json:"appId"`
// 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\".
MarBwDl *string `json:"marBwDl,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\".
MarBwUl *string `json:"marBwUl,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\".
MirBwDl *string `json:"mirBwDl,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\".
MirBwUl *string `json:"mirBwUl,omitempty"`
}
BwRequirement Represents bandwidth requirements.
func NewBwRequirement ¶
func NewBwRequirement(appId string) *BwRequirement
NewBwRequirement instantiates a new BwRequirement 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 NewBwRequirementWithDefaults ¶
func NewBwRequirementWithDefaults() *BwRequirement
NewBwRequirementWithDefaults instantiates a new BwRequirement 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 (*BwRequirement) GetAppId ¶
func (o *BwRequirement) GetAppId() string
GetAppId returns the AppId field value
func (*BwRequirement) GetAppIdOk ¶
func (o *BwRequirement) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*BwRequirement) GetMarBwDl ¶
func (o *BwRequirement) GetMarBwDl() string
GetMarBwDl returns the MarBwDl field value if set, zero value otherwise.
func (*BwRequirement) GetMarBwDlOk ¶
func (o *BwRequirement) GetMarBwDlOk() (*string, bool)
GetMarBwDlOk returns a tuple with the MarBwDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwRequirement) GetMarBwUl ¶
func (o *BwRequirement) GetMarBwUl() string
GetMarBwUl returns the MarBwUl field value if set, zero value otherwise.
func (*BwRequirement) GetMarBwUlOk ¶
func (o *BwRequirement) GetMarBwUlOk() (*string, bool)
GetMarBwUlOk returns a tuple with the MarBwUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwRequirement) GetMirBwDl ¶
func (o *BwRequirement) GetMirBwDl() string
GetMirBwDl returns the MirBwDl field value if set, zero value otherwise.
func (*BwRequirement) GetMirBwDlOk ¶
func (o *BwRequirement) GetMirBwDlOk() (*string, bool)
GetMirBwDlOk returns a tuple with the MirBwDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwRequirement) GetMirBwUl ¶
func (o *BwRequirement) GetMirBwUl() string
GetMirBwUl returns the MirBwUl field value if set, zero value otherwise.
func (*BwRequirement) GetMirBwUlOk ¶
func (o *BwRequirement) GetMirBwUlOk() (*string, bool)
GetMirBwUlOk returns a tuple with the MirBwUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BwRequirement) HasMarBwDl ¶
func (o *BwRequirement) HasMarBwDl() bool
HasMarBwDl returns a boolean if a field has been set.
func (*BwRequirement) HasMarBwUl ¶
func (o *BwRequirement) HasMarBwUl() bool
HasMarBwUl returns a boolean if a field has been set.
func (*BwRequirement) HasMirBwDl ¶
func (o *BwRequirement) HasMirBwDl() bool
HasMirBwDl returns a boolean if a field has been set.
func (*BwRequirement) HasMirBwUl ¶
func (o *BwRequirement) HasMirBwUl() bool
HasMirBwUl returns a boolean if a field has been set.
func (BwRequirement) MarshalJSON ¶
func (o BwRequirement) MarshalJSON() ([]byte, error)
func (*BwRequirement) SetAppId ¶
func (o *BwRequirement) SetAppId(v string)
SetAppId sets field value
func (*BwRequirement) SetMarBwDl ¶
func (o *BwRequirement) SetMarBwDl(v string)
SetMarBwDl gets a reference to the given string and assigns it to the MarBwDl field.
func (*BwRequirement) SetMarBwUl ¶
func (o *BwRequirement) SetMarBwUl(v string)
SetMarBwUl gets a reference to the given string and assigns it to the MarBwUl field.
func (*BwRequirement) SetMirBwDl ¶
func (o *BwRequirement) SetMirBwDl(v string)
SetMirBwDl gets a reference to the given string and assigns it to the MirBwDl field.
func (*BwRequirement) SetMirBwUl ¶
func (o *BwRequirement) SetMirBwUl(v string)
SetMirBwUl gets a reference to the given string and assigns it to the MirBwUl field.
func (BwRequirement) ToMap ¶
func (o BwRequirement) ToMap() (map[string]interface{}, error)
func (*BwRequirement) UnmarshalJSON ¶
func (o *BwRequirement) UnmarshalJSON(bytes []byte) (err error)
type CagData ¶
type CagData struct {
// A map (list of key-value pairs where PlmnId serves as key) of CagInfo
CagInfos map[string]CagInfo `json:"cagInfos"`
// string with format 'date-time' as defined in OpenAPI.
ProvisioningTime *time.Time `json:"provisioningTime,omitempty"`
}
CagData struct for CagData
func NewCagData ¶
NewCagData instantiates a new CagData 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 NewCagDataWithDefaults ¶
func NewCagDataWithDefaults() *CagData
NewCagDataWithDefaults instantiates a new CagData 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 (*CagData) GetCagInfos ¶
GetCagInfos returns the CagInfos field value
func (*CagData) GetCagInfosOk ¶
GetCagInfosOk returns a tuple with the CagInfos field value and a boolean to check if the value has been set.
func (*CagData) GetProvisioningTime ¶
GetProvisioningTime returns the ProvisioningTime field value if set, zero value otherwise.
func (*CagData) GetProvisioningTimeOk ¶
GetProvisioningTimeOk returns a tuple with the ProvisioningTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CagData) HasProvisioningTime ¶
HasProvisioningTime returns a boolean if a field has been set.
func (CagData) MarshalJSON ¶
func (*CagData) SetCagInfos ¶
SetCagInfos sets field value
func (*CagData) SetProvisioningTime ¶
SetProvisioningTime gets a reference to the given time.Time and assigns it to the ProvisioningTime field.
func (*CagData) UnmarshalJSON ¶
type CagInfo ¶
type CagInfo struct {
AllowedCagList []string `json:"allowedCagList"`
CagOnlyIndicator *bool `json:"cagOnlyIndicator,omitempty"`
}
CagInfo struct for CagInfo
func NewCagInfo ¶
NewCagInfo instantiates a new CagInfo 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 NewCagInfoWithDefaults ¶
func NewCagInfoWithDefaults() *CagInfo
NewCagInfoWithDefaults instantiates a new CagInfo 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 (*CagInfo) GetAllowedCagList ¶
GetAllowedCagList returns the AllowedCagList field value
func (*CagInfo) GetAllowedCagListOk ¶
GetAllowedCagListOk returns a tuple with the AllowedCagList field value and a boolean to check if the value has been set.
func (*CagInfo) GetCagOnlyIndicator ¶
GetCagOnlyIndicator returns the CagOnlyIndicator field value if set, zero value otherwise.
func (*CagInfo) GetCagOnlyIndicatorOk ¶
GetCagOnlyIndicatorOk returns a tuple with the CagOnlyIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CagInfo) HasCagOnlyIndicator ¶
HasCagOnlyIndicator returns a boolean if a field has been set.
func (CagInfo) MarshalJSON ¶
func (*CagInfo) SetAllowedCagList ¶
SetAllowedCagList sets field value
func (*CagInfo) SetCagOnlyIndicator ¶
SetCagOnlyIndicator gets a reference to the given bool and assigns it to the CagOnlyIndicator field.
func (*CagInfo) UnmarshalJSON ¶
type CancelRelocateUEContextRequest ¶
type CancelRelocateUEContextRequest struct {
JsonData *UeContextCancelRelocateData `json:"jsonData,omitempty"`
BinaryDataGtpcMessage **os.File `json:"binaryDataGtpcMessage,omitempty"`
}
CancelRelocateUEContextRequest struct for CancelRelocateUEContextRequest
func NewCancelRelocateUEContextRequest ¶
func NewCancelRelocateUEContextRequest() *CancelRelocateUEContextRequest
NewCancelRelocateUEContextRequest instantiates a new CancelRelocateUEContextRequest 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 NewCancelRelocateUEContextRequestWithDefaults ¶
func NewCancelRelocateUEContextRequestWithDefaults() *CancelRelocateUEContextRequest
NewCancelRelocateUEContextRequestWithDefaults instantiates a new CancelRelocateUEContextRequest 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 (*CancelRelocateUEContextRequest) GetBinaryDataGtpcMessage ¶
func (o *CancelRelocateUEContextRequest) GetBinaryDataGtpcMessage() *os.File
GetBinaryDataGtpcMessage returns the BinaryDataGtpcMessage field value if set, zero value otherwise.
func (*CancelRelocateUEContextRequest) GetBinaryDataGtpcMessageOk ¶
func (o *CancelRelocateUEContextRequest) GetBinaryDataGtpcMessageOk() (**os.File, bool)
GetBinaryDataGtpcMessageOk returns a tuple with the BinaryDataGtpcMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CancelRelocateUEContextRequest) GetJsonData ¶
func (o *CancelRelocateUEContextRequest) GetJsonData() UeContextCancelRelocateData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*CancelRelocateUEContextRequest) GetJsonDataOk ¶
func (o *CancelRelocateUEContextRequest) GetJsonDataOk() (*UeContextCancelRelocateData, bool)
GetJsonDataOk returns a tuple with the JsonData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CancelRelocateUEContextRequest) HasBinaryDataGtpcMessage ¶
func (o *CancelRelocateUEContextRequest) HasBinaryDataGtpcMessage() bool
HasBinaryDataGtpcMessage returns a boolean if a field has been set.
func (*CancelRelocateUEContextRequest) HasJsonData ¶
func (o *CancelRelocateUEContextRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (CancelRelocateUEContextRequest) MarshalJSON ¶
func (o CancelRelocateUEContextRequest) MarshalJSON() ([]byte, error)
func (*CancelRelocateUEContextRequest) SetBinaryDataGtpcMessage ¶
func (o *CancelRelocateUEContextRequest) SetBinaryDataGtpcMessage(v *os.File)
SetBinaryDataGtpcMessage gets a reference to the given *os.File and assigns it to the BinaryDataGtpcMessage field.
func (*CancelRelocateUEContextRequest) SetJsonData ¶
func (o *CancelRelocateUEContextRequest) SetJsonData(v UeContextCancelRelocateData)
SetJsonData gets a reference to the given UeContextCancelRelocateData and assigns it to the JsonData field.
func (CancelRelocateUEContextRequest) ToMap ¶
func (o CancelRelocateUEContextRequest) ToMap() (map[string]interface{}, error)