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)
- 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)
- 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)
- 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) ToMap() (map[string]interface{}, error)
- 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)
- 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)
- 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)
- 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) 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) 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) 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)
- 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)
- 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) GetTermNotifyInd() bool
- func (o *AmfEventSubscription) GetTermNotifyIndOk() (*bool, 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) HasTermNotifyInd() 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) SetTermNotifyInd(v bool)
- func (o AmfEventSubscription) ToMap() (map[string]interface{}, 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)
- 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)
- 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)
- 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)
- 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)
- type Area
- 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)
- type AreaOfValidity
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- type CeModeBInd
- 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)
- 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)
- 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)
- 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)
- type CongestionType
- type ConsumerNfInformation
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- type EllipsoidArcAllOf
- func (o *EllipsoidArcAllOf) GetConfidence() int32
- func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetIncludedAngle() int32
- func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetInnerRadius() int32
- func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetOffsetAngle() int32
- func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool)
- func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates
- func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32
- func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool)
- func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error)
- func (o *EllipsoidArcAllOf) SetConfidence(v int32)
- func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32)
- func (o *EllipsoidArcAllOf) SetInnerRadius(v int32)
- func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32)
- func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates)
- func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32)
- func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, 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)
- 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)
- 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)
- 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) SetGlobalNgenbId(v GlobalRanNodeId)
- 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)
- 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)
- 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) 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) 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) 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) 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- type GADShape
- 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)
- 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)
- type GeraLocation
- type GlobalRanNodeId
- 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)
- 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)
- 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)
- type IpAddr
- type IpAddress
- type IpEthFlowDescription
- 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)
- 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)
- 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)
- type Local2dPointUncertaintyEllipseAllOf
- func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32
- func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
- func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin
- func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation
- func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation)
- func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, 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)
- type Local3dPointUncertaintyEllipsoidAllOf
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
- func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation)
- func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
- func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, 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)
- 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)
- 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) 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) 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) ToMap() (map[string]interface{}, error)
- type MoExpDataCounter
- func (o *MoExpDataCounter) GetCounter() int32
- func (o *MoExpDataCounter) GetCounterOk() (*int32, bool)
- func (o *MoExpDataCounter) GetTimeStamp() time.Time
- func (o *MoExpDataCounter) GetTimeStampOk() (*time.Time, bool)
- func (o *MoExpDataCounter) HasTimeStamp() bool
- func (o MoExpDataCounter) MarshalJSON() ([]byte, error)
- func (o *MoExpDataCounter) SetCounter(v int32)
- func (o *MoExpDataCounter) SetTimeStamp(v time.Time)
- func (o MoExpDataCounter) ToMap() (map[string]interface{}, error)
- 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)
- 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)
- 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)
- 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)
- 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) GetRetryAfter() int32
- func (o *N1N2MsgTxfrFailureNotification) GetRetryAfterOk() (*int32, bool)
- func (o *N1N2MsgTxfrFailureNotification) HasRetryAfter() bool
- func (o N1N2MsgTxfrFailureNotification) MarshalJSON() ([]byte, error)
- func (o *N1N2MsgTxfrFailureNotification) SetCause(v N1N2MessageTransferCause)
- func (o *N1N2MsgTxfrFailureNotification) SetN1n2MsgDataUri(v string)
- func (o *N1N2MsgTxfrFailureNotification) SetRetryAfter(v int32)
- func (o N1N2MsgTxfrFailureNotification) ToMap() (map[string]interface{}, 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)
- 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)
- 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) SetSmfChangeInfoList(v []SmfChangeInfo)
- func (o *N2InformationNotification) SetToReleaseSessionList(v []int32)
- func (o N2InformationNotification) ToMap() (map[string]interface{}, error)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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) SetNfStorageUsage(v int32)
- func (o *NfLoadLevelInformation) SetNfType(v NFType)
- func (o *NfLoadLevelInformation) SetSnssai(v Snssai)
- func (o NfLoadLevelInformation) ToMap() (map[string]interface{}, error)
- type NfStatus
- 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)
- 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)
- 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)
- 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) 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) SetSupportedFeatures(v string)
- func (o NnwdafEventsSubscription) ToMap() (map[string]interface{}, error)
- 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)
- 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)
- 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) 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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 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 NullableEllipsoidArcAllOf
- func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf
- func (v NullableEllipsoidArcAllOf) IsSet() bool
- func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf)
- func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArcAllOf) 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 NullableLocal2dPointUncertaintyEllipseAllOf
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) Get() *Local2dPointUncertaintyEllipseAllOf
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf)
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipseAllOf) 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 NullableLocal3dPointUncertaintyEllipsoidAllOf
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) Get() *Local3dPointUncertaintyEllipsoidAllOf
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf)
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) 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 NullablePointAllOf
- 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 NullablePointAltitudeAllOf
- func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf
- func (v NullablePointAltitudeAllOf) IsSet() bool
- func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf)
- func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeAllOf) 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 NullablePointAltitudeUncertaintyAllOf
- func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf
- func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool
- func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf)
- func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertaintyAllOf) 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 NullablePointUncertaintyCircleAllOf
- func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf
- func (v NullablePointUncertaintyCircleAllOf) IsSet() bool
- func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf)
- func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircleAllOf) 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 NullablePointUncertaintyEllipseAllOf
- func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf
- func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool
- func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf)
- func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipseAllOf) 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 NullablePolygonAllOf
- func (v NullablePolygonAllOf) Get() *PolygonAllOf
- func (v NullablePolygonAllOf) IsSet() bool
- func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error)
- func (v *NullablePolygonAllOf) Set(val *PolygonAllOf)
- func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error
- func (v *NullablePolygonAllOf) Unset()
- 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 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)
- 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)
- 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
- 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)
- 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)
- 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)
- 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)
- 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) 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)
- 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)
- 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)
- 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)
- type Point
- type PointAllOf
- 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)
- type PointAltitudeAllOf
- func (o *PointAltitudeAllOf) GetAltitude() float64
- func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeAllOf) SetAltitude(v float64)
- func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates)
- func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, 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)
- type PointAltitudeUncertaintyAllOf
- func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64
- func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32
- func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool)
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64)
- func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32)
- func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32)
- func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, 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)
- type PointUncertaintyCircleAllOf
- func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32
- func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool)
- func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32)
- func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, 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)
- type PointUncertaintyEllipseAllOf
- func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32
- func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
- func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32)
- func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
- type PolicyReqTrigger
- type Polygon
- type PolygonAllOf
- func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates
- func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool)
- func (o PolygonAllOf) MarshalJSON() ([]byte, error)
- func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates)
- func (o PolygonAllOf) ToMap() (map[string]interface{}, 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
- 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) GetSupportedApiVersions() []string
- func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, 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) HasSupportedApiVersions() 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) SetSupportedApiVersions(v []string)
- 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)
- type QosRequirement
- type QosResourceType
- type QosSustainabilityInfo
- 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)
- 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)
- 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)
- 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
- 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)
- 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)
- 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)
- 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
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- type SmcceUeList
- 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)
- 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)
- 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)
- 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
- 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)
- 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)
- 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)
- 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
- 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)
- type TraceDepth
- type TrafficCharacterization
- 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
- 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)
- 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)
- 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)
- 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) SetTs(v time.Time)
- func (o *UeCommunication) SetTsVariance(v float32)
- func (o UeCommunication) ToMap() (map[string]interface{}, error)
- 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) 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) GetPcfSetId() string
- func (o *UeContext) GetPcfSetIdOk() (*string, 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) HasAmPolicyReqTriggerList() bool
- func (o *UeContext) HasAnalyticsSubscriptionList() 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) HasPcfSetId() 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) MarshalJSON() ([]byte, error)
- func (o *UeContext) SetAmPolicyReqTriggerList(v []PolicyReqTrigger)
- func (o *UeContext) SetAnalyticsSubscriptionList(v []AnalyticsSubscription)
- 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) SetPcfSetId(v string)
- 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) ToMap() (map[string]interface{}, error)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- type UeContextTransferReqData
- func (o *UeContextTransferReqData) GetAccessType() AccessType
- func (o *UeContextTransferReqData) GetAccessTypeOk() (*AccessType, bool)
- func (o *UeContextTransferReqData) GetPlmnId() PlmnIdNid
- func (o *UeContextTransferReqData) GetPlmnIdOk() (*PlmnIdNid, 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 PlmnIdNid)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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) SetN3gaLocation(v N3gaLocation)
- func (o *UserLocation) SetNrLocation(v NrLocation)
- func (o *UserLocation) SetUtraLocation(v UtraLocation)
- func (o UserLocation) ToMap() (map[string]interface{}, error)
- type UtraLocation
- 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 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)
- type WlanPerTsPerformanceInfo
- 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)
- 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 ( // 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.3.0-alpha.1 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)
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)
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)
type AccessType ¶
type AccessType string
AccessType Indicates whether the access is via 3GPP or via non-3GPP.
const (
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 {
String *string
}
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 *IpAddr `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.
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.
func (AddrFqdn) MarshalJSON ¶
func (*AddrFqdn) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
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)
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)
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 ¶
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"`
}
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) 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) 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) 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.
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)
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"`
TermNotifyInd *bool `json:"termNotifyInd,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) GetTermNotifyInd ¶
func (o *AmfEventSubscription) GetTermNotifyInd() bool
GetTermNotifyInd returns the TermNotifyInd field value if set, zero value otherwise.
func (*AmfEventSubscription) GetTermNotifyIndOk ¶
func (o *AmfEventSubscription) GetTermNotifyIndOk() (*bool, bool)
GetTermNotifyIndOk returns a tuple with the TermNotifyInd 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) HasTermNotifyInd ¶
func (o *AmfEventSubscription) HasTermNotifyInd() bool
HasTermNotifyInd 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) SetTermNotifyInd ¶
func (o *AmfEventSubscription) SetTermNotifyInd(v bool)
SetTermNotifyInd gets a reference to the given bool and assigns it to the TermNotifyInd field.
func (AmfEventSubscription) ToMap ¶
func (o AmfEventSubscription) ToMap() (map[string]interface{}, 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 {
String *string
}
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 {
String *string
}
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)
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)
type AnalyticsMetadata ¶
type AnalyticsMetadata struct {
String *string
}
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)
type AnalyticsSubset ¶
type AnalyticsSubset struct {
String *string
}
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)
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)
type Area ¶
type Area struct {
Interface *interface{}
}
Area - Provides area information.
func InterfaceAsArea ¶
func InterfaceAsArea(v *interface{}) Area
interface{}AsArea is a convenience function that returns interface{} wrapped in Area
func (*Area) GetActualInstance ¶
func (obj *Area) GetActualInstance() interface{}
Get the actual instance
func (Area) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Area) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
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)
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)
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
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)
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)
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)
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)
type AuthStatus ¶
type AuthStatus struct {
String *string
}
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)
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.
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.
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)
type CandidateForReplacement ¶
type CandidateForReplacement struct {
Snssai Snssai `json:"snssai"`
Dnns []string `json:"dnns,omitempty"`
}
CandidateForReplacement Represents a list of candidate DNNs for replacement for an S-NSSAI.
func NewCandidateForReplacement ¶
func NewCandidateForReplacement(snssai Snssai) *CandidateForReplacement
NewCandidateForReplacement instantiates a new CandidateForReplacement 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 NewCandidateForReplacementWithDefaults ¶
func NewCandidateForReplacementWithDefaults() *CandidateForReplacement
NewCandidateForReplacementWithDefaults instantiates a new CandidateForReplacement 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 (*CandidateForReplacement) GetDnns ¶
func (o *CandidateForReplacement) GetDnns() []string
GetDnns returns the Dnns field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CandidateForReplacement) GetDnnsOk ¶
func (o *CandidateForReplacement) GetDnnsOk() ([]string, bool)
GetDnnsOk returns a tuple with the Dnns 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 (*CandidateForReplacement) GetSnssai ¶
func (o *CandidateForReplacement) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*CandidateForReplacement) GetSnssaiOk ¶
func (o *CandidateForReplacement) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (*CandidateForReplacement) HasDnns ¶
func (o *CandidateForReplacement) HasDnns() bool
HasDnns returns a boolean if a field has been set.
func (CandidateForReplacement) MarshalJSON ¶
func (o CandidateForReplacement) MarshalJSON() ([]byte, error)
func (*CandidateForReplacement) SetDnns ¶
func (o *CandidateForReplacement) SetDnns(v []string)
SetDnns gets a reference to the given []string and assigns it to the Dnns field.
func (*CandidateForReplacement) SetSnssai ¶
func (o *CandidateForReplacement) SetSnssai(v Snssai)
SetSnssai sets field value
func (CandidateForReplacement) ToMap ¶
func (o CandidateForReplacement) ToMap() (map[string]interface{}, error)
type CeModeBInd ¶
type CeModeBInd struct {
CeModeBSupportInd bool `json:"ceModeBSupportInd"`
}
CeModeBInd CE-mode-B Support Indicator.
func NewCeModeBInd ¶
func NewCeModeBInd(ceModeBSupportInd bool) *CeModeBInd
NewCeModeBInd instantiates a new CeModeBInd 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 NewCeModeBIndWithDefaults ¶
func NewCeModeBIndWithDefaults() *CeModeBInd
NewCeModeBIndWithDefaults instantiates a new CeModeBInd 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 (*CeModeBInd) GetCeModeBSupportInd ¶
func (o *CeModeBInd) GetCeModeBSupportInd() bool
GetCeModeBSupportInd returns the CeModeBSupportInd field value
func (*CeModeBInd) GetCeModeBSupportIndOk ¶
func (o *CeModeBInd) GetCeModeBSupportIndOk() (*bool, bool)
GetCeModeBSupportIndOk returns a tuple with the CeModeBSupportInd field value and a boolean to check if the value has been set.
func (CeModeBInd) MarshalJSON ¶
func (o CeModeBInd) MarshalJSON() ([]byte, error)
func (*CeModeBInd) SetCeModeBSupportInd ¶
func (o *CeModeBInd) SetCeModeBSupportInd(v bool)
SetCeModeBSupportInd sets field value
func (CeModeBInd) ToMap ¶
func (o CeModeBInd) ToMap() (map[string]interface{}, error)
type CellGlobalId ¶
type CellGlobalId struct {
PlmnId PlmnId `json:"plmnId"`
Lac string `json:"lac"`
CellId string `json:"cellId"`
}
CellGlobalId Contains a Cell Global Identification as defined in 3GPP TS 23.003, clause 4.3.1.
func NewCellGlobalId ¶
func NewCellGlobalId(plmnId PlmnId, lac string, cellId string) *CellGlobalId
NewCellGlobalId instantiates a new CellGlobalId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCellGlobalIdWithDefaults ¶
func NewCellGlobalIdWithDefaults() *CellGlobalId
NewCellGlobalIdWithDefaults instantiates a new CellGlobalId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CellGlobalId) GetCellId ¶
func (o *CellGlobalId) GetCellId() string
GetCellId returns the CellId field value
func (*CellGlobalId) GetCellIdOk ¶
func (o *CellGlobalId) GetCellIdOk() (*string, bool)
GetCellIdOk returns a tuple with the CellId field value and a boolean to check if the value has been set.
func (*CellGlobalId) GetLac ¶
func (o *CellGlobalId) GetLac() string
GetLac returns the Lac field value
func (*CellGlobalId) GetLacOk ¶
func (o *CellGlobalId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*CellGlobalId) GetPlmnId ¶
func (o *CellGlobalId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*CellGlobalId) GetPlmnIdOk ¶
func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (CellGlobalId) MarshalJSON ¶
func (o CellGlobalId) MarshalJSON() ([]byte, error)
func (*CellGlobalId) SetCellId ¶
func (o *CellGlobalId) SetCellId(v string)
SetCellId sets field value
func (*CellGlobalId) SetPlmnId ¶
func (o *CellGlobalId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (CellGlobalId) ToMap ¶
func (o CellGlobalId) ToMap() (map[string]interface{}, error)
type CipheringAlgorithm ¶
type CipheringAlgorithm struct {
String *string
}
CipheringAlgorithm Indicates the supported Ciphering Algorithm
func (*CipheringAlgorithm) MarshalJSON ¶
func (src *CipheringAlgorithm) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CipheringAlgorithm) UnmarshalJSON ¶
func (dst *CipheringAlgorithm) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type CircumstanceDescription ¶
type CircumstanceDescription struct {
// string with format 'float' as defined in OpenAPI.
Freq *float32 `json:"freq,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
Tm *time.Time `json:"tm,omitempty"`
LocArea *NetworkAreaInfo `json:"locArea,omitempty"`
// Unsigned integer identifying a volume in units of bytes.
Vol *int64 `json:"vol,omitempty"`
}
CircumstanceDescription Contains the description of a circumstance.
func NewCircumstanceDescription ¶
func NewCircumstanceDescription() *CircumstanceDescription
NewCircumstanceDescription instantiates a new CircumstanceDescription 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 NewCircumstanceDescriptionWithDefaults ¶
func NewCircumstanceDescriptionWithDefaults() *CircumstanceDescription
NewCircumstanceDescriptionWithDefaults instantiates a new CircumstanceDescription 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 (*CircumstanceDescription) GetFreq ¶
func (o *CircumstanceDescription) GetFreq() float32
GetFreq returns the Freq field value if set, zero value otherwise.
func (*CircumstanceDescription) GetFreqOk ¶
func (o *CircumstanceDescription) GetFreqOk() (*float32, bool)
GetFreqOk returns a tuple with the Freq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CircumstanceDescription) GetLocArea ¶
func (o *CircumstanceDescription) GetLocArea() NetworkAreaInfo
GetLocArea returns the LocArea field value if set, zero value otherwise.
func (*CircumstanceDescription) GetLocAreaOk ¶
func (o *CircumstanceDescription) GetLocAreaOk() (*NetworkAreaInfo, bool)
GetLocAreaOk returns a tuple with the LocArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CircumstanceDescription) GetTm ¶
func (o *CircumstanceDescription) GetTm() time.Time
GetTm returns the Tm field value if set, zero value otherwise.
func (*CircumstanceDescription) GetTmOk ¶
func (o *CircumstanceDescription) GetTmOk() (*time.Time, bool)
GetTmOk returns a tuple with the Tm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CircumstanceDescription) GetVol ¶
func (o *CircumstanceDescription) GetVol() int64
GetVol returns the Vol field value if set, zero value otherwise.
func (*CircumstanceDescription) GetVolOk ¶
func (o *CircumstanceDescription) GetVolOk() (*int64, bool)
GetVolOk returns a tuple with the Vol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CircumstanceDescription) HasFreq ¶
func (o *CircumstanceDescription) HasFreq() bool
HasFreq returns a boolean if a field has been set.
func (*CircumstanceDescription) HasLocArea ¶
func (o *CircumstanceDescription) HasLocArea() bool
HasLocArea returns a boolean if a field has been set.
func (*CircumstanceDescription) HasTm ¶
func (o *CircumstanceDescription) HasTm() bool
HasTm returns a boolean if a field has been set.
func (*CircumstanceDescription) HasVol ¶
func (o *CircumstanceDescription) HasVol() bool
HasVol returns a boolean if a field has been set.
func (CircumstanceDescription) MarshalJSON ¶
func (o CircumstanceDescription) MarshalJSON() ([]byte, error)
func (*CircumstanceDescription) SetFreq ¶
func (o *CircumstanceDescription) SetFreq(v float32)
SetFreq gets a reference to the given float32 and assigns it to the Freq field.
func (*CircumstanceDescription) SetLocArea ¶
func (o *CircumstanceDescription) SetLocArea(v NetworkAreaInfo)
SetLocArea gets a reference to the given NetworkAreaInfo and assigns it to the LocArea field.
func (*CircumstanceDescription) SetTm ¶
func (o *CircumstanceDescription) SetTm(v time.Time)
SetTm gets a reference to the given time.Time and assigns it to the Tm field.
func (*CircumstanceDescription) SetVol ¶
func (o *CircumstanceDescription) SetVol(v int64)
SetVol gets a reference to the given int64 and assigns it to the Vol field.
func (CircumstanceDescription) ToMap ¶
func (o CircumstanceDescription) ToMap() (map[string]interface{}, error)
type CivicAddress ¶
type CivicAddress struct {
Country *string `json:"country,omitempty"`
A1 *string `json:"A1,omitempty"`
A2 *string `json:"A2,omitempty"`
A3 *string `json:"A3,omitempty"`
A4 *string `json:"A4,omitempty"`
A5 *string `json:"A5,omitempty"`
A6 *string `json:"A6,omitempty"`
PRD *string `json:"PRD,omitempty"`
POD *string `json:"POD,omitempty"`
STS *string `json:"STS,omitempty"`
HNO *string `json:"HNO,omitempty"`
HNS *string `json:"HNS,omitempty"`
LMK *string `json:"LMK,omitempty"`
LOC *string `json:"LOC,omitempty"`
NAM *string `json:"NAM,omitempty"`
PC *string `json:"PC,omitempty"`
BLD *string `json:"BLD,omitempty"`
UNIT *string `json:"UNIT,omitempty"`
FLR *string `json:"FLR,omitempty"`
ROOM *string `json:"ROOM,omitempty"`
PLC *string `json:"PLC,omitempty"`
PCN *string `json:"PCN,omitempty"`
POBOX *string `json:"POBOX,omitempty"`
ADDCODE *string `json:"ADDCODE,omitempty"`
SEAT *string `json:"SEAT,omitempty"`
RD *string `json:"RD,omitempty"`
RDSEC *string `json:"RDSEC,omitempty"`
RDBR *string `json:"RDBR,omitempty"`
RDSUBBR *string `json:"RDSUBBR,omitempty"`
PRM *string `json:"PRM,omitempty"`
POM *string `json:"POM,omitempty"`
UsageRules *string `json:"usageRules,omitempty"`
Method *string `json:"method,omitempty"`
ProvidedBy *string `json:"providedBy,omitempty"`
}
CivicAddress Indicates a Civic address.
func NewCivicAddress ¶
func NewCivicAddress() *CivicAddress
NewCivicAddress instantiates a new CivicAddress 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 NewCivicAddressWithDefaults ¶
func NewCivicAddressWithDefaults() *CivicAddress
NewCivicAddressWithDefaults instantiates a new CivicAddress 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 (*CivicAddress) GetA1 ¶
func (o *CivicAddress) GetA1() string
GetA1 returns the A1 field value if set, zero value otherwise.
func (*CivicAddress) GetA1Ok ¶
func (o *CivicAddress) GetA1Ok() (*string, bool)
GetA1Ok returns a tuple with the A1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA2 ¶
func (o *CivicAddress) GetA2() string
GetA2 returns the A2 field value if set, zero value otherwise.
func (*CivicAddress) GetA2Ok ¶
func (o *CivicAddress) GetA2Ok() (*string, bool)
GetA2Ok returns a tuple with the A2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA3 ¶
func (o *CivicAddress) GetA3() string
GetA3 returns the A3 field value if set, zero value otherwise.
func (*CivicAddress) GetA3Ok ¶
func (o *CivicAddress) GetA3Ok() (*string, bool)
GetA3Ok returns a tuple with the A3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA4 ¶
func (o *CivicAddress) GetA4() string
GetA4 returns the A4 field value if set, zero value otherwise.
func (*CivicAddress) GetA4Ok ¶
func (o *CivicAddress) GetA4Ok() (*string, bool)
GetA4Ok returns a tuple with the A4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA5 ¶
func (o *CivicAddress) GetA5() string
GetA5 returns the A5 field value if set, zero value otherwise.
func (*CivicAddress) GetA5Ok ¶
func (o *CivicAddress) GetA5Ok() (*string, bool)
GetA5Ok returns a tuple with the A5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA6 ¶
func (o *CivicAddress) GetA6() string
GetA6 returns the A6 field value if set, zero value otherwise.
func (*CivicAddress) GetA6Ok ¶
func (o *CivicAddress) GetA6Ok() (*string, bool)
GetA6Ok returns a tuple with the A6 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetADDCODE ¶
func (o *CivicAddress) GetADDCODE() string
GetADDCODE returns the ADDCODE field value if set, zero value otherwise.
func (*CivicAddress) GetADDCODEOk ¶
func (o *CivicAddress) GetADDCODEOk() (*string, bool)
GetADDCODEOk returns a tuple with the ADDCODE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetBLD ¶
func (o *CivicAddress) GetBLD() string
GetBLD returns the BLD field value if set, zero value otherwise.
func (*CivicAddress) GetBLDOk ¶
func (o *CivicAddress) GetBLDOk() (*string, bool)
GetBLDOk returns a tuple with the BLD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetCountry ¶
func (o *CivicAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*CivicAddress) GetCountryOk ¶
func (o *CivicAddress) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetFLR ¶
func (o *CivicAddress) GetFLR() string
GetFLR returns the FLR field value if set, zero value otherwise.
func (*CivicAddress) GetFLROk ¶
func (o *CivicAddress) GetFLROk() (*string, bool)
GetFLROk returns a tuple with the FLR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetHNO ¶
func (o *CivicAddress) GetHNO() string
GetHNO returns the HNO field value if set, zero value otherwise.
func (*CivicAddress) GetHNOOk ¶
func (o *CivicAddress) GetHNOOk() (*string, bool)
GetHNOOk returns a tuple with the HNO field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetHNS ¶
func (o *CivicAddress) GetHNS() string
GetHNS returns the HNS field value if set, zero value otherwise.
func (*CivicAddress) GetHNSOk ¶
func (o *CivicAddress) GetHNSOk() (*string, bool)
GetHNSOk returns a tuple with the HNS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetLMK ¶
func (o *CivicAddress) GetLMK() string
GetLMK returns the LMK field value if set, zero value otherwise.
func (*CivicAddress) GetLMKOk ¶
func (o *CivicAddress) GetLMKOk() (*string, bool)
GetLMKOk returns a tuple with the LMK field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetLOC ¶
func (o *CivicAddress) GetLOC() string
GetLOC returns the LOC field value if set, zero value otherwise.
func (*CivicAddress) GetLOCOk ¶
func (o *CivicAddress) GetLOCOk() (*string, bool)
GetLOCOk returns a tuple with the LOC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetMethod ¶
func (o *CivicAddress) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise.
func (*CivicAddress) GetMethodOk ¶
func (o *CivicAddress) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetNAM ¶
func (o *CivicAddress) GetNAM() string
GetNAM returns the NAM field value if set, zero value otherwise.
func (*CivicAddress) GetNAMOk ¶
func (o *CivicAddress) GetNAMOk() (*string, bool)
GetNAMOk returns a tuple with the NAM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPC ¶
func (o *CivicAddress) GetPC() string
GetPC returns the PC field value if set, zero value otherwise.
func (*CivicAddress) GetPCN ¶
func (o *CivicAddress) GetPCN() string
GetPCN returns the PCN field value if set, zero value otherwise.
func (*CivicAddress) GetPCNOk ¶
func (o *CivicAddress) GetPCNOk() (*string, bool)
GetPCNOk returns a tuple with the PCN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPCOk ¶
func (o *CivicAddress) GetPCOk() (*string, bool)
GetPCOk returns a tuple with the PC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPLC ¶
func (o *CivicAddress) GetPLC() string
GetPLC returns the PLC field value if set, zero value otherwise.
func (*CivicAddress) GetPLCOk ¶
func (o *CivicAddress) GetPLCOk() (*string, bool)
GetPLCOk returns a tuple with the PLC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOBOX ¶
func (o *CivicAddress) GetPOBOX() string
GetPOBOX returns the POBOX field value if set, zero value otherwise.
func (*CivicAddress) GetPOBOXOk ¶
func (o *CivicAddress) GetPOBOXOk() (*string, bool)
GetPOBOXOk returns a tuple with the POBOX field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOD ¶
func (o *CivicAddress) GetPOD() string
GetPOD returns the POD field value if set, zero value otherwise.
func (*CivicAddress) GetPODOk ¶
func (o *CivicAddress) GetPODOk() (*string, bool)
GetPODOk returns a tuple with the POD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOM ¶
func (o *CivicAddress) GetPOM() string
GetPOM returns the POM field value if set, zero value otherwise.
func (*CivicAddress) GetPOMOk ¶
func (o *CivicAddress) GetPOMOk() (*string, bool)
GetPOMOk returns a tuple with the POM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPRD ¶
func (o *CivicAddress) GetPRD() string
GetPRD returns the PRD field value if set, zero value otherwise.
func (*CivicAddress) GetPRDOk ¶
func (o *CivicAddress) GetPRDOk() (*string, bool)
GetPRDOk returns a tuple with the PRD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPRM ¶
func (o *CivicAddress) GetPRM() string
GetPRM returns the PRM field value if set, zero value otherwise.
func (*CivicAddress) GetPRMOk ¶
func (o *CivicAddress) GetPRMOk() (*string, bool)
GetPRMOk returns a tuple with the PRM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetProvidedBy ¶
func (o *CivicAddress) GetProvidedBy() string
GetProvidedBy returns the ProvidedBy field value if set, zero value otherwise.
func (*CivicAddress) GetProvidedByOk ¶
func (o *CivicAddress) GetProvidedByOk() (*string, bool)
GetProvidedByOk returns a tuple with the ProvidedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRD ¶
func (o *CivicAddress) GetRD() string
GetRD returns the RD field value if set, zero value otherwise.
func (*CivicAddress) GetRDBR ¶
func (o *CivicAddress) GetRDBR() string
GetRDBR returns the RDBR field value if set, zero value otherwise.
func (*CivicAddress) GetRDBROk ¶
func (o *CivicAddress) GetRDBROk() (*string, bool)
GetRDBROk returns a tuple with the RDBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDOk ¶
func (o *CivicAddress) GetRDOk() (*string, bool)
GetRDOk returns a tuple with the RD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDSEC ¶
func (o *CivicAddress) GetRDSEC() string
GetRDSEC returns the RDSEC field value if set, zero value otherwise.
func (*CivicAddress) GetRDSECOk ¶
func (o *CivicAddress) GetRDSECOk() (*string, bool)
GetRDSECOk returns a tuple with the RDSEC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDSUBBR ¶
func (o *CivicAddress) GetRDSUBBR() string
GetRDSUBBR returns the RDSUBBR field value if set, zero value otherwise.
func (*CivicAddress) GetRDSUBBROk ¶
func (o *CivicAddress) GetRDSUBBROk() (*string, bool)
GetRDSUBBROk returns a tuple with the RDSUBBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetROOM ¶
func (o *CivicAddress) GetROOM() string
GetROOM returns the ROOM field value if set, zero value otherwise.
func (*CivicAddress) GetROOMOk ¶
func (o *CivicAddress) GetROOMOk() (*string, bool)
GetROOMOk returns a tuple with the ROOM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetSEAT ¶
func (o *CivicAddress) GetSEAT() string
GetSEAT returns the SEAT field value if set, zero value otherwise.
func (*CivicAddress) GetSEATOk ¶
func (o *CivicAddress) GetSEATOk() (*string, bool)
GetSEATOk returns a tuple with the SEAT field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetSTS ¶
func (o *CivicAddress) GetSTS() string
GetSTS returns the STS field value if set, zero value otherwise.
func (*CivicAddress) GetSTSOk ¶
func (o *CivicAddress) GetSTSOk() (*string, bool)
GetSTSOk returns a tuple with the STS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetUNIT ¶
func (o *CivicAddress) GetUNIT() string
GetUNIT returns the UNIT field value if set, zero value otherwise.
func (*CivicAddress) GetUNITOk ¶
func (o *CivicAddress) GetUNITOk() (*string, bool)
GetUNITOk returns a tuple with the UNIT field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetUsageRules ¶
func (o *CivicAddress) GetUsageRules() string
GetUsageRules returns the UsageRules field value if set, zero value otherwise.
func (*CivicAddress) GetUsageRulesOk ¶
func (o *CivicAddress) GetUsageRulesOk() (*string, bool)
GetUsageRulesOk returns a tuple with the UsageRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) HasA1 ¶
func (o *CivicAddress) HasA1() bool
HasA1 returns a boolean if a field has been set.
func (*CivicAddress) HasA2 ¶
func (o *CivicAddress) HasA2() bool
HasA2 returns a boolean if a field has been set.
func (*CivicAddress) HasA3 ¶
func (o *CivicAddress) HasA3() bool
HasA3 returns a boolean if a field has been set.
func (*CivicAddress) HasA4 ¶
func (o *CivicAddress) HasA4() bool
HasA4 returns a boolean if a field has been set.
func (*CivicAddress) HasA5 ¶
func (o *CivicAddress) HasA5() bool
HasA5 returns a boolean if a field has been set.
func (*CivicAddress) HasA6 ¶
func (o *CivicAddress) HasA6() bool
HasA6 returns a boolean if a field has been set.
func (*CivicAddress) HasADDCODE ¶
func (o *CivicAddress) HasADDCODE() bool
HasADDCODE returns a boolean if a field has been set.
func (*CivicAddress) HasBLD ¶
func (o *CivicAddress) HasBLD() bool
HasBLD returns a boolean if a field has been set.
func (*CivicAddress) HasCountry ¶
func (o *CivicAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*CivicAddress) HasFLR ¶
func (o *CivicAddress) HasFLR() bool
HasFLR returns a boolean if a field has been set.
func (*CivicAddress) HasHNO ¶
func (o *CivicAddress) HasHNO() bool
HasHNO returns a boolean if a field has been set.
func (*CivicAddress) HasHNS ¶
func (o *CivicAddress) HasHNS() bool
HasHNS returns a boolean if a field has been set.
func (*CivicAddress) HasLMK ¶
func (o *CivicAddress) HasLMK() bool
HasLMK returns a boolean if a field has been set.
func (*CivicAddress) HasLOC ¶
func (o *CivicAddress) HasLOC() bool
HasLOC returns a boolean if a field has been set.
func (*CivicAddress) HasMethod ¶
func (o *CivicAddress) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*CivicAddress) HasNAM ¶
func (o *CivicAddress) HasNAM() bool
HasNAM returns a boolean if a field has been set.
func (*CivicAddress) HasPC ¶
func (o *CivicAddress) HasPC() bool
HasPC returns a boolean if a field has been set.
func (*CivicAddress) HasPCN ¶
func (o *CivicAddress) HasPCN() bool
HasPCN returns a boolean if a field has been set.
func (*CivicAddress) HasPLC ¶
func (o *CivicAddress) HasPLC() bool
HasPLC returns a boolean if a field has been set.
func (*CivicAddress) HasPOBOX ¶
func (o *CivicAddress) HasPOBOX() bool
HasPOBOX returns a boolean if a field has been set.
func (*CivicAddress) HasPOD ¶
func (o *CivicAddress) HasPOD() bool
HasPOD returns a boolean if a field has been set.
func (*CivicAddress) HasPOM ¶
func (o *CivicAddress) HasPOM() bool
HasPOM returns a boolean if a field has been set.
func (*CivicAddress) HasPRD ¶
func (o *CivicAddress) HasPRD() bool
HasPRD returns a boolean if a field has been set.
func (*CivicAddress) HasPRM ¶
func (o *CivicAddress) HasPRM() bool
HasPRM returns a boolean if a field has been set.
func (*CivicAddress) HasProvidedBy ¶
func (o *CivicAddress) HasProvidedBy() bool
HasProvidedBy returns a boolean if a field has been set.
func (*CivicAddress) HasRD ¶
func (o *CivicAddress) HasRD() bool
HasRD returns a boolean if a field has been set.
func (*CivicAddress) HasRDBR ¶
func (o *CivicAddress) HasRDBR() bool
HasRDBR returns a boolean if a field has been set.
func (*CivicAddress) HasRDSEC ¶
func (o *CivicAddress) HasRDSEC() bool
HasRDSEC returns a boolean if a field has been set.
func (*CivicAddress) HasRDSUBBR ¶
func (o *CivicAddress) HasRDSUBBR() bool
HasRDSUBBR returns a boolean if a field has been set.
func (*CivicAddress) HasROOM ¶
func (o *CivicAddress) HasROOM() bool
HasROOM returns a boolean if a field has been set.
func (*CivicAddress) HasSEAT ¶
func (o *CivicAddress) HasSEAT() bool
HasSEAT returns a boolean if a field has been set.
func (*CivicAddress) HasSTS ¶
func (o *CivicAddress) HasSTS() bool
HasSTS returns a boolean if a field has been set.
func (*CivicAddress) HasUNIT ¶
func (o *CivicAddress) HasUNIT() bool
HasUNIT returns a boolean if a field has been set.
func (*CivicAddress) HasUsageRules ¶
func (o *CivicAddress) HasUsageRules() bool
HasUsageRules returns a boolean if a field has been set.
func (CivicAddress) MarshalJSON ¶
func (o CivicAddress) MarshalJSON() ([]byte, error)
func (*CivicAddress) SetA1 ¶
func (o *CivicAddress) SetA1(v string)
SetA1 gets a reference to the given string and assigns it to the A1 field.
func (*CivicAddress) SetA2 ¶
func (o *CivicAddress) SetA2(v string)
SetA2 gets a reference to the given string and assigns it to the A2 field.
func (*CivicAddress) SetA3 ¶
func (o *CivicAddress) SetA3(v string)
SetA3 gets a reference to the given string and assigns it to the A3 field.
func (*CivicAddress) SetA4 ¶
func (o *CivicAddress) SetA4(v string)
SetA4 gets a reference to the given string and assigns it to the A4 field.
func (*CivicAddress) SetA5 ¶
func (o *CivicAddress) SetA5(v string)
SetA5 gets a reference to the given string and assigns it to the A5 field.
func (*CivicAddress) SetA6 ¶
func (o *CivicAddress) SetA6(v string)
SetA6 gets a reference to the given string and assigns it to the A6 field.
func (*CivicAddress) SetADDCODE ¶
func (o *CivicAddress) SetADDCODE(v string)
SetADDCODE gets a reference to the given string and assigns it to the ADDCODE field.
func (*CivicAddress) SetBLD ¶
func (o *CivicAddress) SetBLD(v string)
SetBLD gets a reference to the given string and assigns it to the BLD field.
func (*CivicAddress) SetCountry ¶
func (o *CivicAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*CivicAddress) SetFLR ¶
func (o *CivicAddress) SetFLR(v string)
SetFLR gets a reference to the given string and assigns it to the FLR field.
func (*CivicAddress) SetHNO ¶
func (o *CivicAddress) SetHNO(v string)
SetHNO gets a reference to the given string and assigns it to the HNO field.
func (*CivicAddress) SetHNS ¶
func (o *CivicAddress) SetHNS(v string)
SetHNS gets a reference to the given string and assigns it to the HNS field.
func (*CivicAddress) SetLMK ¶
func (o *CivicAddress) SetLMK(v string)
SetLMK gets a reference to the given string and assigns it to the LMK field.
func (*CivicAddress) SetLOC ¶
func (o *CivicAddress) SetLOC(v string)
SetLOC gets a reference to the given string and assigns it to the LOC field.
func (*CivicAddress) SetMethod ¶
func (o *CivicAddress) SetMethod(v string)
SetMethod gets a reference to the given string and assigns it to the Method field.
func (*CivicAddress) SetNAM ¶
func (o *CivicAddress) SetNAM(v string)
SetNAM gets a reference to the given string and assigns it to the NAM field.
func (*CivicAddress) SetPC ¶
func (o *CivicAddress) SetPC(v string)
SetPC gets a reference to the given string and assigns it to the PC field.
func (*CivicAddress) SetPCN ¶
func (o *CivicAddress) SetPCN(v string)
SetPCN gets a reference to the given string and assigns it to the PCN field.
func (*CivicAddress) SetPLC ¶
func (o *CivicAddress) SetPLC(v string)
SetPLC gets a reference to the given string and assigns it to the PLC field.
func (*CivicAddress) SetPOBOX ¶
func (o *CivicAddress) SetPOBOX(v string)
SetPOBOX gets a reference to the given string and assigns it to the POBOX field.
func (*CivicAddress) SetPOD ¶
func (o *CivicAddress) SetPOD(v string)
SetPOD gets a reference to the given string and assigns it to the POD field.
func (*CivicAddress) SetPOM ¶
func (o *CivicAddress) SetPOM(v string)
SetPOM gets a reference to the given string and assigns it to the POM field.
func (*CivicAddress) SetPRD ¶
func (o *CivicAddress) SetPRD(v string)
SetPRD gets a reference to the given string and assigns it to the PRD field.
func (*CivicAddress) SetPRM ¶
func (o *CivicAddress) SetPRM(v string)
SetPRM gets a reference to the given string and assigns it to the PRM field.
func (*CivicAddress) SetProvidedBy ¶
func (o *CivicAddress) SetProvidedBy(v string)
SetProvidedBy gets a reference to the given string and assigns it to the ProvidedBy field.
func (*CivicAddress) SetRD ¶
func (o *CivicAddress) SetRD(v string)
SetRD gets a reference to the given string and assigns it to the RD field.
func (*CivicAddress) SetRDBR ¶
func (o *CivicAddress) SetRDBR(v string)
SetRDBR gets a reference to the given string and assigns it to the RDBR field.
func (*CivicAddress) SetRDSEC ¶
func (o *CivicAddress) SetRDSEC(v string)
SetRDSEC gets a reference to the given string and assigns it to the RDSEC field.
func (*CivicAddress) SetRDSUBBR ¶
func (o *CivicAddress) SetRDSUBBR(v string)
SetRDSUBBR gets a reference to the given string and assigns it to the RDSUBBR field.
func (*CivicAddress) SetROOM ¶
func (o *CivicAddress) SetROOM(v string)
SetROOM gets a reference to the given string and assigns it to the ROOM field.
func (*CivicAddress) SetSEAT ¶
func (o *CivicAddress) SetSEAT(v string)
SetSEAT gets a reference to the given string and assigns it to the SEAT field.
func (*CivicAddress) SetSTS ¶
func (o *CivicAddress) SetSTS(v string)
SetSTS gets a reference to the given string and assigns it to the STS field.
func (*CivicAddress) SetUNIT ¶
func (o *CivicAddress) SetUNIT(v string)
SetUNIT gets a reference to the given string and assigns it to the UNIT field.
func (*CivicAddress) SetUsageRules ¶
func (o *CivicAddress) SetUsageRules(v string)
SetUsageRules gets a reference to the given string and assigns it to the UsageRules field.
func (CivicAddress) ToMap ¶
func (o CivicAddress) ToMap() (map[string]interface{}, error)
type ClassCriterion ¶
type ClassCriterion struct {
DisperClass DispersionClass `json:"disperClass"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
ClassThreshold int32 `json:"classThreshold"`
ThresMatch MatchingDirection `json:"thresMatch"`
}
ClassCriterion Indicates the dispersion class criterion for fixed, camper and/or traveller UE, and/or the top-heavy UE dispersion class criterion.
func NewClassCriterion ¶
func NewClassCriterion(disperClass DispersionClass, classThreshold int32, thresMatch MatchingDirection) *ClassCriterion
NewClassCriterion instantiates a new ClassCriterion 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 NewClassCriterionWithDefaults ¶
func NewClassCriterionWithDefaults() *ClassCriterion
NewClassCriterionWithDefaults instantiates a new ClassCriterion 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 (*ClassCriterion) GetClassThreshold ¶
func (o *ClassCriterion) GetClassThreshold() int32
GetClassThreshold returns the ClassThreshold field value
func (*ClassCriterion) GetClassThresholdOk ¶
func (o *ClassCriterion) GetClassThresholdOk() (*int32, bool)
GetClassThresholdOk returns a tuple with the ClassThreshold field value and a boolean to check if the value has been set.
func (*ClassCriterion) GetDisperClass ¶
func (o *ClassCriterion) GetDisperClass() DispersionClass
GetDisperClass returns the DisperClass field value
func (*ClassCriterion) GetDisperClassOk ¶
func (o *ClassCriterion) GetDisperClassOk() (*DispersionClass, bool)
GetDisperClassOk returns a tuple with the DisperClass field value and a boolean to check if the value has been set.
func (*ClassCriterion) GetThresMatch ¶
func (o *ClassCriterion) GetThresMatch() MatchingDirection
GetThresMatch returns the ThresMatch field value
func (*ClassCriterion) GetThresMatchOk ¶
func (o *ClassCriterion) GetThresMatchOk() (*MatchingDirection, bool)
GetThresMatchOk returns a tuple with the ThresMatch field value and a boolean to check if the value has been set.
func (ClassCriterion) MarshalJSON ¶
func (o ClassCriterion) MarshalJSON() ([]byte, error)
func (*ClassCriterion) SetClassThreshold ¶
func (o *ClassCriterion) SetClassThreshold(v int32)
SetClassThreshold sets field value
func (*ClassCriterion) SetDisperClass ¶
func (o *ClassCriterion) SetDisperClass(v DispersionClass)
SetDisperClass sets field value
func (*ClassCriterion) SetThresMatch ¶
func (o *ClassCriterion) SetThresMatch(v MatchingDirection)
SetThresMatch sets field value
func (ClassCriterion) ToMap ¶
func (o ClassCriterion) ToMap() (map[string]interface{}, error)
type CnAssistedRanPara ¶
type CnAssistedRanPara struct {
StationaryIndication *StationaryIndication `json:"stationaryIndication,omitempty"`
// indicating a time in seconds.
CommunicationDurationTime *int32 `json:"communicationDurationTime,omitempty"`
// indicating a time in seconds.
PeriodicTime *int32 `json:"periodicTime,omitempty"`
ScheduledCommunicationTime *ScheduledCommunicationTime `json:"scheduledCommunicationTime,omitempty"`
ScheduledCommunicationType *ScheduledCommunicationType `json:"scheduledCommunicationType,omitempty"`
TrafficProfile *TrafficProfile `json:"trafficProfile,omitempty"`
BatteryIndication *BatteryIndication `json:"batteryIndication,omitempty"`
}
CnAssistedRanPara SMF derived CN assisted RAN parameters tuning
func NewCnAssistedRanPara ¶
func NewCnAssistedRanPara() *CnAssistedRanPara
NewCnAssistedRanPara instantiates a new CnAssistedRanPara object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCnAssistedRanParaWithDefaults ¶
func NewCnAssistedRanParaWithDefaults() *CnAssistedRanPara
NewCnAssistedRanParaWithDefaults instantiates a new CnAssistedRanPara object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CnAssistedRanPara) GetBatteryIndication ¶
func (o *CnAssistedRanPara) GetBatteryIndication() BatteryIndication
GetBatteryIndication returns the BatteryIndication field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetBatteryIndicationOk ¶
func (o *CnAssistedRanPara) GetBatteryIndicationOk() (*BatteryIndication, bool)
GetBatteryIndicationOk returns a tuple with the BatteryIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetCommunicationDurationTime ¶
func (o *CnAssistedRanPara) GetCommunicationDurationTime() int32
GetCommunicationDurationTime returns the CommunicationDurationTime field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetCommunicationDurationTimeOk ¶
func (o *CnAssistedRanPara) GetCommunicationDurationTimeOk() (*int32, bool)
GetCommunicationDurationTimeOk returns a tuple with the CommunicationDurationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetPeriodicTime ¶
func (o *CnAssistedRanPara) GetPeriodicTime() int32
GetPeriodicTime returns the PeriodicTime field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetPeriodicTimeOk ¶
func (o *CnAssistedRanPara) GetPeriodicTimeOk() (*int32, bool)
GetPeriodicTimeOk returns a tuple with the PeriodicTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetScheduledCommunicationTime ¶
func (o *CnAssistedRanPara) GetScheduledCommunicationTime() ScheduledCommunicationTime
GetScheduledCommunicationTime returns the ScheduledCommunicationTime field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetScheduledCommunicationTimeOk ¶
func (o *CnAssistedRanPara) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)
GetScheduledCommunicationTimeOk returns a tuple with the ScheduledCommunicationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetScheduledCommunicationType ¶
func (o *CnAssistedRanPara) GetScheduledCommunicationType() ScheduledCommunicationType
GetScheduledCommunicationType returns the ScheduledCommunicationType field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetScheduledCommunicationTypeOk ¶
func (o *CnAssistedRanPara) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)
GetScheduledCommunicationTypeOk returns a tuple with the ScheduledCommunicationType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetStationaryIndication ¶
func (o *CnAssistedRanPara) GetStationaryIndication() StationaryIndication
GetStationaryIndication returns the StationaryIndication field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetStationaryIndicationOk ¶
func (o *CnAssistedRanPara) GetStationaryIndicationOk() (*StationaryIndication, bool)
GetStationaryIndicationOk returns a tuple with the StationaryIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) GetTrafficProfile ¶
func (o *CnAssistedRanPara) GetTrafficProfile() TrafficProfile
GetTrafficProfile returns the TrafficProfile field value if set, zero value otherwise.
func (*CnAssistedRanPara) GetTrafficProfileOk ¶
func (o *CnAssistedRanPara) GetTrafficProfileOk() (*TrafficProfile, bool)
GetTrafficProfileOk returns a tuple with the TrafficProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CnAssistedRanPara) HasBatteryIndication ¶
func (o *CnAssistedRanPara) HasBatteryIndication() bool
HasBatteryIndication returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasCommunicationDurationTime ¶
func (o *CnAssistedRanPara) HasCommunicationDurationTime() bool
HasCommunicationDurationTime returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasPeriodicTime ¶
func (o *CnAssistedRanPara) HasPeriodicTime() bool
HasPeriodicTime returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasScheduledCommunicationTime ¶
func (o *CnAssistedRanPara) HasScheduledCommunicationTime() bool
HasScheduledCommunicationTime returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasScheduledCommunicationType ¶
func (o *CnAssistedRanPara) HasScheduledCommunicationType() bool
HasScheduledCommunicationType returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasStationaryIndication ¶
func (o *CnAssistedRanPara) HasStationaryIndication() bool
HasStationaryIndication returns a boolean if a field has been set.
func (*CnAssistedRanPara) HasTrafficProfile ¶
func (o *CnAssistedRanPara) HasTrafficProfile() bool
HasTrafficProfile returns a boolean if a field has been set.
func (CnAssistedRanPara) MarshalJSON ¶
func (o CnAssistedRanPara) MarshalJSON() ([]byte, error)
func (*CnAssistedRanPara) SetBatteryIndication ¶
func (o *CnAssistedRanPara) SetBatteryIndication(v BatteryIndication)
SetBatteryIndication gets a reference to the given BatteryIndication and assigns it to the BatteryIndication field.
func (*CnAssistedRanPara) SetCommunicationDurationTime ¶
func (o *CnAssistedRanPara) SetCommunicationDurationTime(v int32)
SetCommunicationDurationTime gets a reference to the given int32 and assigns it to the CommunicationDurationTime field.
func (*CnAssistedRanPara) SetPeriodicTime ¶
func (o *CnAssistedRanPara) SetPeriodicTime(v int32)
SetPeriodicTime gets a reference to the given int32 and assigns it to the PeriodicTime field.
func (*CnAssistedRanPara) SetScheduledCommunicationTime ¶
func (o *CnAssistedRanPara) SetScheduledCommunicationTime(v ScheduledCommunicationTime)
SetScheduledCommunicationTime gets a reference to the given ScheduledCommunicationTime and assigns it to the ScheduledCommunicationTime field.
func (*CnAssistedRanPara) SetScheduledCommunicationType ¶
func (o *CnAssistedRanPara) SetScheduledCommunicationType(v ScheduledCommunicationType)
SetScheduledCommunicationType gets a reference to the given ScheduledCommunicationType and assigns it to the ScheduledCommunicationType field.
func (*CnAssistedRanPara) SetStationaryIndication ¶
func (o *CnAssistedRanPara) SetStationaryIndication(v StationaryIndication)
SetStationaryIndication gets a reference to the given StationaryIndication and assigns it to the StationaryIndication field.
func (*CnAssistedRanPara) SetTrafficProfile ¶
func (o *CnAssistedRanPara) SetTrafficProfile(v TrafficProfile)
SetTrafficProfile gets a reference to the given TrafficProfile and assigns it to the TrafficProfile field.
func (CnAssistedRanPara) ToMap ¶
func (o CnAssistedRanPara) ToMap() (map[string]interface{}, error)
type CollectionPeriodRmmLteMdt ¶
type CollectionPeriodRmmLteMdt struct {
String *string
}
CollectionPeriodRmmLteMdt The enumeration CollectionPeriodRmmLteMdt defines Collection period for RRM measurements LTE for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.15-1.
func (*CollectionPeriodRmmLteMdt) MarshalJSON ¶
func (src *CollectionPeriodRmmLteMdt) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CollectionPeriodRmmLteMdt) UnmarshalJSON ¶
func (dst *CollectionPeriodRmmLteMdt) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type CollectionPeriodRmmNrMdt ¶
type CollectionPeriodRmmNrMdt struct {
String *string
}
CollectionPeriodRmmNrMdt The enumeration CollectionPeriodRmmNrMdt defines Collection period for RRM measurements NR for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.19-1
func (*CollectionPeriodRmmNrMdt) MarshalJSON ¶
func (src *CollectionPeriodRmmNrMdt) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CollectionPeriodRmmNrMdt) UnmarshalJSON ¶
func (dst *CollectionPeriodRmmNrMdt) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Configuration ¶
type Configuration struct {
Host string `json:"host,omitempty"`
Scheme string `json:"scheme,omitempty"`
DefaultHeader map[string]string `json:"defaultHeader,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Debug bool `json:"debug,omitempty"`
Servers ServerConfigurations
OperationServers map[string]ServerConfigurations
HTTPClient *http.Client
}
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type ConfiguredSnssai ¶
type ConfiguredSnssai struct {
ConfiguredSnssai Snssai `json:"configuredSnssai"`
MappedHomeSnssai *Snssai `json:"mappedHomeSnssai,omitempty"`
}
ConfiguredSnssai Contains the configured S-NSSAI(s) authorized by the NSSF in the serving PLMN and optional mapped home S-NSSAI
func NewConfiguredSnssai ¶
func NewConfiguredSnssai(configuredSnssai Snssai) *ConfiguredSnssai
NewConfiguredSnssai instantiates a new ConfiguredSnssai 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 NewConfiguredSnssaiWithDefaults ¶
func NewConfiguredSnssaiWithDefaults() *ConfiguredSnssai
NewConfiguredSnssaiWithDefaults instantiates a new ConfiguredSnssai 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 (*ConfiguredSnssai) GetConfiguredSnssai ¶
func (o *ConfiguredSnssai) GetConfiguredSnssai() Snssai
GetConfiguredSnssai returns the ConfiguredSnssai field value
func (*ConfiguredSnssai) GetConfiguredSnssaiOk ¶
func (o *ConfiguredSnssai) GetConfiguredSnssaiOk() (*Snssai, bool)
GetConfiguredSnssaiOk returns a tuple with the ConfiguredSnssai field value and a boolean to check if the value has been set.
func (*ConfiguredSnssai) GetMappedHomeSnssai ¶
func (o *ConfiguredSnssai) GetMappedHomeSnssai() Snssai
GetMappedHomeSnssai returns the MappedHomeSnssai field value if set, zero value otherwise.
func (*ConfiguredSnssai) GetMappedHomeSnssaiOk ¶
func (o *ConfiguredSnssai) 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 (*ConfiguredSnssai) HasMappedHomeSnssai ¶
func (o *ConfiguredSnssai) HasMappedHomeSnssai() bool
HasMappedHomeSnssai returns a boolean if a field has been set.
func (ConfiguredSnssai) MarshalJSON ¶
func (o ConfiguredSnssai) MarshalJSON() ([]byte, error)
func (*ConfiguredSnssai) SetConfiguredSnssai ¶
func (o *ConfiguredSnssai) SetConfiguredSnssai(v Snssai)
SetConfiguredSnssai sets field value
func (*ConfiguredSnssai) SetMappedHomeSnssai ¶
func (o *ConfiguredSnssai) SetMappedHomeSnssai(v Snssai)
SetMappedHomeSnssai gets a reference to the given Snssai and assigns it to the MappedHomeSnssai field.
func (ConfiguredSnssai) ToMap ¶
func (o ConfiguredSnssai) ToMap() (map[string]interface{}, error)
type CongestionInfo ¶
type CongestionInfo struct {
CongType CongestionType `json:"congType"`
TimeIntev TimeWindow `json:"timeIntev"`
Nsi ThresholdLevel `json:"nsi"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Confidence *int32 `json:"confidence,omitempty"`
TopAppListUl []TopApplication `json:"topAppListUl,omitempty"`
TopAppListDl []TopApplication `json:"topAppListDl,omitempty"`
}
CongestionInfo Represents the congestion information.
func NewCongestionInfo ¶
func NewCongestionInfo(congType CongestionType, timeIntev TimeWindow, nsi ThresholdLevel) *CongestionInfo
NewCongestionInfo instantiates a new CongestionInfo 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 NewCongestionInfoWithDefaults ¶
func NewCongestionInfoWithDefaults() *CongestionInfo
NewCongestionInfoWithDefaults instantiates a new CongestionInfo 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 (*CongestionInfo) GetConfidence ¶
func (o *CongestionInfo) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*CongestionInfo) GetConfidenceOk ¶
func (o *CongestionInfo) 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 (*CongestionInfo) GetCongType ¶
func (o *CongestionInfo) GetCongType() CongestionType
GetCongType returns the CongType field value
func (*CongestionInfo) GetCongTypeOk ¶
func (o *CongestionInfo) GetCongTypeOk() (*CongestionType, bool)
GetCongTypeOk returns a tuple with the CongType field value and a boolean to check if the value has been set.
func (*CongestionInfo) GetNsi ¶
func (o *CongestionInfo) GetNsi() ThresholdLevel
GetNsi returns the Nsi field value
func (*CongestionInfo) GetNsiOk ¶
func (o *CongestionInfo) GetNsiOk() (*ThresholdLevel, bool)
GetNsiOk returns a tuple with the Nsi field value and a boolean to check if the value has been set.
func (*CongestionInfo) GetTimeIntev ¶
func (o *CongestionInfo) GetTimeIntev() TimeWindow
GetTimeIntev returns the TimeIntev field value
func (*CongestionInfo) GetTimeIntevOk ¶
func (o *CongestionInfo) GetTimeIntevOk() (*TimeWindow, bool)
GetTimeIntevOk returns a tuple with the TimeIntev field value and a boolean to check if the value has been set.
func (*CongestionInfo) GetTopAppListDl ¶
func (o *CongestionInfo) GetTopAppListDl() []TopApplication
GetTopAppListDl returns the TopAppListDl field value if set, zero value otherwise.
func (*CongestionInfo) GetTopAppListDlOk ¶
func (o *CongestionInfo) GetTopAppListDlOk() ([]TopApplication, bool)
GetTopAppListDlOk returns a tuple with the TopAppListDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CongestionInfo) GetTopAppListUl ¶
func (o *CongestionInfo) GetTopAppListUl() []TopApplication
GetTopAppListUl returns the TopAppListUl field value if set, zero value otherwise.
func (*CongestionInfo) GetTopAppListUlOk ¶
func (o *CongestionInfo) GetTopAppListUlOk() ([]TopApplication, bool)
GetTopAppListUlOk returns a tuple with the TopAppListUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CongestionInfo) HasConfidence ¶
func (o *CongestionInfo) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*CongestionInfo) HasTopAppListDl ¶
func (o *CongestionInfo) HasTopAppListDl() bool
HasTopAppListDl returns a boolean if a field has been set.
func (*CongestionInfo) HasTopAppListUl ¶
func (o *CongestionInfo) HasTopAppListUl() bool
HasTopAppListUl returns a boolean if a field has been set.
func (CongestionInfo) MarshalJSON ¶
func (o CongestionInfo) MarshalJSON() ([]byte, error)
func (*CongestionInfo) SetConfidence ¶
func (o *CongestionInfo) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*CongestionInfo) SetCongType ¶
func (o *CongestionInfo) SetCongType(v CongestionType)
SetCongType sets field value
func (*CongestionInfo) SetNsi ¶
func (o *CongestionInfo) SetNsi(v ThresholdLevel)
SetNsi sets field value
func (*CongestionInfo) SetTimeIntev ¶
func (o *CongestionInfo) SetTimeIntev(v TimeWindow)
SetTimeIntev sets field value
func (*CongestionInfo) SetTopAppListDl ¶
func (o *CongestionInfo) SetTopAppListDl(v []TopApplication)
SetTopAppListDl gets a reference to the given []TopApplication and assigns it to the TopAppListDl field.
func (*CongestionInfo) SetTopAppListUl ¶
func (o *CongestionInfo) SetTopAppListUl(v []TopApplication)
SetTopAppListUl gets a reference to the given []TopApplication and assigns it to the TopAppListUl field.
func (CongestionInfo) ToMap ¶
func (o CongestionInfo) ToMap() (map[string]interface{}, error)
type CongestionType ¶
type CongestionType struct {
String *string
}
CongestionType Possible values are: - USER_PLANE: The congestion analytics type is User Plane. - CONTROL_PLANE: The congestion analytics type is Control Plane. - USER_AND_CONTROL_PLANE: The congestion analytics type is User Plane and Control Plane.
func (*CongestionType) MarshalJSON ¶
func (src *CongestionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CongestionType) UnmarshalJSON ¶
func (dst *CongestionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ConsumerNfInformation ¶
type ConsumerNfInformation struct {
OneOfAnyTypeAnyType *OneOfAnyTypeAnyType
Interface *interface{}
}
ConsumerNfInformation - Represents the analytics consumer NF Information.
func InterfaceAsConsumerNfInformation ¶
func InterfaceAsConsumerNfInformation(v *interface{}) ConsumerNfInformation
interface{}AsConsumerNfInformation is a convenience function that returns interface{} wrapped in ConsumerNfInformation
func OneOfAnyTypeAnyTypeAsConsumerNfInformation ¶
func OneOfAnyTypeAnyTypeAsConsumerNfInformation(v *OneOfAnyTypeAnyType) ConsumerNfInformation
OneOfAnyTypeAnyTypeAsConsumerNfInformation is a convenience function that returns OneOfAnyTypeAnyType wrapped in ConsumerNfInformation
func (*ConsumerNfInformation) GetActualInstance ¶
func (obj *ConsumerNfInformation) GetActualInstance() interface{}
Get the actual instance
func (ConsumerNfInformation) MarshalJSON ¶
func (src ConsumerNfInformation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ConsumerNfInformation) UnmarshalJSON ¶
func (dst *ConsumerNfInformation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type CoreNetworkType ¶
type CoreNetworkType struct {
String *string
}
CoreNetworkType It contains the Core Network type 5GC or EPC.
func (*CoreNetworkType) MarshalJSON ¶
func (src *CoreNetworkType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CoreNetworkType) UnmarshalJSON ¶
func (dst *CoreNetworkType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type CreateUEContext201Response ¶
type CreateUEContext201Response struct {
JsonData *UeContextCreatedData `json:"jsonData,omitempty"`
BinaryDataN2Information **os.File `json:"binaryDataN2Information,omitempty"`
BinaryDataN2InformationExt1 **os.File `json:"binaryDataN2InformationExt1,omitempty"`
BinaryDataN2InformationExt2 **os.File `json:"binaryDataN2InformationExt2,omitempty"`
BinaryDataN2InformationExt3 **os.File `json:"binaryDataN2InformationExt3,omitempty"`
BinaryDataN2InformationExt4 **os.File `json:"binaryDataN2InformationExt4,omitempty"`
BinaryDataN2InformationExt5 **os.File `json:"binaryDataN2InformationExt5,omitempty"`
BinaryDataN2InformationExt6 **os.File `json:"binaryDataN2InformationExt6,omitempty"`
BinaryDataN2InformationExt7 **os.File `json:"binaryDataN2InformationExt7,omitempty"`
BinaryDataN2InformationExt8 **os.File `json:"binaryDataN2InformationExt8,omitempty"`
BinaryDataN2InformationExt9 **os.File `json:"binaryDataN2InformationExt9,omitempty"`
BinaryDataN2InformationExt10 **os.File `json:"binaryDataN2InformationExt10,omitempty"`
BinaryDataN2InformationExt11 **os.File `json:"binaryDataN2InformationExt11,omitempty"`
BinaryDataN2InformationExt12 **os.File `json:"binaryDataN2InformationExt12,omitempty"`
BinaryDataN2InformationExt13 **os.File `json:"binaryDataN2InformationExt13,omitempty"`
BinaryDataN2InformationExt14 **os.File `json:"binaryDataN2InformationExt14,omitempty"`
BinaryDataN2InformationExt15 **os.File `json:"binaryDataN2InformationExt15,omitempty"`
}
CreateUEContext201Response struct for CreateUEContext201Response
func NewCreateUEContext201Response ¶
func NewCreateUEContext201Response() *CreateUEContext201Response
NewCreateUEContext201Response instantiates a new CreateUEContext201Response 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 NewCreateUEContext201ResponseWithDefaults ¶
func NewCreateUEContext201ResponseWithDefaults() *CreateUEContext201Response
NewCreateUEContext201ResponseWithDefaults instantiates a new CreateUEContext201Response 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 (*CreateUEContext201Response) GetBinaryDataN2Information ¶
func (o *CreateUEContext201Response) GetBinaryDataN2Information() *os.File
GetBinaryDataN2Information returns the BinaryDataN2Information field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt1 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt1() *os.File
GetBinaryDataN2InformationExt1 returns the BinaryDataN2InformationExt1 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt1Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt1Ok() (**os.File, bool)
GetBinaryDataN2InformationExt1Ok returns a tuple with the BinaryDataN2InformationExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt2 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt2() *os.File
GetBinaryDataN2InformationExt2 returns the BinaryDataN2InformationExt2 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt2Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt2Ok() (**os.File, bool)
GetBinaryDataN2InformationExt2Ok returns a tuple with the BinaryDataN2InformationExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt3 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt3() *os.File
GetBinaryDataN2InformationExt3 returns the BinaryDataN2InformationExt3 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt3Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt3Ok() (**os.File, bool)
GetBinaryDataN2InformationExt3Ok returns a tuple with the BinaryDataN2InformationExt3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt4 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt4() *os.File
GetBinaryDataN2InformationExt4 returns the BinaryDataN2InformationExt4 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt4Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt4Ok() (**os.File, bool)
GetBinaryDataN2InformationExt4Ok returns a tuple with the BinaryDataN2InformationExt4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt5 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt5() *os.File
GetBinaryDataN2InformationExt5 returns the BinaryDataN2InformationExt5 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt5Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt5Ok() (**os.File, bool)
GetBinaryDataN2InformationExt5Ok returns a tuple with the BinaryDataN2InformationExt5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt6 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt6() *os.File
GetBinaryDataN2InformationExt6 returns the BinaryDataN2InformationExt6 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt6Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt6Ok() (**os.File, bool)
GetBinaryDataN2InformationExt6Ok returns a tuple with the BinaryDataN2InformationExt6 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt7 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt7() *os.File
GetBinaryDataN2InformationExt7 returns the BinaryDataN2InformationExt7 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt7Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt7Ok() (**os.File, bool)
GetBinaryDataN2InformationExt7Ok returns a tuple with the BinaryDataN2InformationExt7 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt8 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt8() *os.File
GetBinaryDataN2InformationExt8 returns the BinaryDataN2InformationExt8 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt8Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt8Ok() (**os.File, bool)
GetBinaryDataN2InformationExt8Ok returns a tuple with the BinaryDataN2InformationExt8 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt9 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt9() *os.File
GetBinaryDataN2InformationExt9 returns the BinaryDataN2InformationExt9 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt9Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt9Ok() (**os.File, bool)
GetBinaryDataN2InformationExt9Ok returns a tuple with the BinaryDataN2InformationExt9 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt10 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt10() *os.File
GetBinaryDataN2InformationExt10 returns the BinaryDataN2InformationExt10 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt10Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt10Ok() (**os.File, bool)
GetBinaryDataN2InformationExt10Ok returns a tuple with the BinaryDataN2InformationExt10 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt11 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt11() *os.File
GetBinaryDataN2InformationExt11 returns the BinaryDataN2InformationExt11 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt11Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt11Ok() (**os.File, bool)
GetBinaryDataN2InformationExt11Ok returns a tuple with the BinaryDataN2InformationExt11 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt12 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt12() *os.File
GetBinaryDataN2InformationExt12 returns the BinaryDataN2InformationExt12 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt12Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt12Ok() (**os.File, bool)
GetBinaryDataN2InformationExt12Ok returns a tuple with the BinaryDataN2InformationExt12 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt13 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt13() *os.File
GetBinaryDataN2InformationExt13 returns the BinaryDataN2InformationExt13 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt13Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt13Ok() (**os.File, bool)
GetBinaryDataN2InformationExt13Ok returns a tuple with the BinaryDataN2InformationExt13 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt14 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt14() *os.File
GetBinaryDataN2InformationExt14 returns the BinaryDataN2InformationExt14 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt14Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt14Ok() (**os.File, bool)
GetBinaryDataN2InformationExt14Ok returns a tuple with the BinaryDataN2InformationExt14 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt15 ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt15() *os.File
GetBinaryDataN2InformationExt15 returns the BinaryDataN2InformationExt15 field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetBinaryDataN2InformationExt15Ok ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationExt15Ok() (**os.File, bool)
GetBinaryDataN2InformationExt15Ok returns a tuple with the BinaryDataN2InformationExt15 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetBinaryDataN2InformationOk ¶
func (o *CreateUEContext201Response) GetBinaryDataN2InformationOk() (**os.File, bool)
GetBinaryDataN2InformationOk returns a tuple with the BinaryDataN2Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext201Response) GetJsonData ¶
func (o *CreateUEContext201Response) GetJsonData() UeContextCreatedData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*CreateUEContext201Response) GetJsonDataOk ¶
func (o *CreateUEContext201Response) GetJsonDataOk() (*UeContextCreatedData, 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 (*CreateUEContext201Response) HasBinaryDataN2Information ¶
func (o *CreateUEContext201Response) HasBinaryDataN2Information() bool
HasBinaryDataN2Information returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt1 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt1() bool
HasBinaryDataN2InformationExt1 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt2 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt2() bool
HasBinaryDataN2InformationExt2 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt3 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt3() bool
HasBinaryDataN2InformationExt3 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt4 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt4() bool
HasBinaryDataN2InformationExt4 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt5 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt5() bool
HasBinaryDataN2InformationExt5 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt6 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt6() bool
HasBinaryDataN2InformationExt6 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt7 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt7() bool
HasBinaryDataN2InformationExt7 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt8 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt8() bool
HasBinaryDataN2InformationExt8 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt9 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt9() bool
HasBinaryDataN2InformationExt9 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt10 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt10() bool
HasBinaryDataN2InformationExt10 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt11 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt11() bool
HasBinaryDataN2InformationExt11 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt12 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt12() bool
HasBinaryDataN2InformationExt12 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt13 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt13() bool
HasBinaryDataN2InformationExt13 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt14 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt14() bool
HasBinaryDataN2InformationExt14 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasBinaryDataN2InformationExt15 ¶
func (o *CreateUEContext201Response) HasBinaryDataN2InformationExt15() bool
HasBinaryDataN2InformationExt15 returns a boolean if a field has been set.
func (*CreateUEContext201Response) HasJsonData ¶
func (o *CreateUEContext201Response) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (CreateUEContext201Response) MarshalJSON ¶
func (o CreateUEContext201Response) MarshalJSON() ([]byte, error)
func (*CreateUEContext201Response) SetBinaryDataN2Information ¶
func (o *CreateUEContext201Response) SetBinaryDataN2Information(v *os.File)
SetBinaryDataN2Information gets a reference to the given *os.File and assigns it to the BinaryDataN2Information field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt1 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt1(v *os.File)
SetBinaryDataN2InformationExt1 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt1 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt2 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt2(v *os.File)
SetBinaryDataN2InformationExt2 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt2 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt3 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt3(v *os.File)
SetBinaryDataN2InformationExt3 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt3 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt4 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt4(v *os.File)
SetBinaryDataN2InformationExt4 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt4 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt5 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt5(v *os.File)
SetBinaryDataN2InformationExt5 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt5 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt6 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt6(v *os.File)
SetBinaryDataN2InformationExt6 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt6 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt7 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt7(v *os.File)
SetBinaryDataN2InformationExt7 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt7 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt8 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt8(v *os.File)
SetBinaryDataN2InformationExt8 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt8 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt9 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt9(v *os.File)
SetBinaryDataN2InformationExt9 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt9 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt10 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt10(v *os.File)
SetBinaryDataN2InformationExt10 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt10 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt11 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt11(v *os.File)
SetBinaryDataN2InformationExt11 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt11 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt12 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt12(v *os.File)
SetBinaryDataN2InformationExt12 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt12 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt13 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt13(v *os.File)
SetBinaryDataN2InformationExt13 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt13 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt14 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt14(v *os.File)
SetBinaryDataN2InformationExt14 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt14 field.
func (*CreateUEContext201Response) SetBinaryDataN2InformationExt15 ¶
func (o *CreateUEContext201Response) SetBinaryDataN2InformationExt15(v *os.File)
SetBinaryDataN2InformationExt15 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt15 field.
func (*CreateUEContext201Response) SetJsonData ¶
func (o *CreateUEContext201Response) SetJsonData(v UeContextCreatedData)
SetJsonData gets a reference to the given UeContextCreatedData and assigns it to the JsonData field.
func (CreateUEContext201Response) ToMap ¶
func (o CreateUEContext201Response) ToMap() (map[string]interface{}, error)
type CreateUEContext403Response ¶
type CreateUEContext403Response struct {
JsonData *UeContextCreateError `json:"jsonData,omitempty"`
BinaryDataN2Information **os.File `json:"binaryDataN2Information,omitempty"`
}
CreateUEContext403Response struct for CreateUEContext403Response
func NewCreateUEContext403Response ¶
func NewCreateUEContext403Response() *CreateUEContext403Response
NewCreateUEContext403Response instantiates a new CreateUEContext403Response 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 NewCreateUEContext403ResponseWithDefaults ¶
func NewCreateUEContext403ResponseWithDefaults() *CreateUEContext403Response
NewCreateUEContext403ResponseWithDefaults instantiates a new CreateUEContext403Response 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 (*CreateUEContext403Response) GetBinaryDataN2Information ¶
func (o *CreateUEContext403Response) GetBinaryDataN2Information() *os.File
GetBinaryDataN2Information returns the BinaryDataN2Information field value if set, zero value otherwise.
func (*CreateUEContext403Response) GetBinaryDataN2InformationOk ¶
func (o *CreateUEContext403Response) GetBinaryDataN2InformationOk() (**os.File, bool)
GetBinaryDataN2InformationOk returns a tuple with the BinaryDataN2Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContext403Response) GetJsonData ¶
func (o *CreateUEContext403Response) GetJsonData() UeContextCreateError
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*CreateUEContext403Response) GetJsonDataOk ¶
func (o *CreateUEContext403Response) GetJsonDataOk() (*UeContextCreateError, 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 (*CreateUEContext403Response) HasBinaryDataN2Information ¶
func (o *CreateUEContext403Response) HasBinaryDataN2Information() bool
HasBinaryDataN2Information returns a boolean if a field has been set.
func (*CreateUEContext403Response) HasJsonData ¶
func (o *CreateUEContext403Response) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (CreateUEContext403Response) MarshalJSON ¶
func (o CreateUEContext403Response) MarshalJSON() ([]byte, error)
func (*CreateUEContext403Response) SetBinaryDataN2Information ¶
func (o *CreateUEContext403Response) SetBinaryDataN2Information(v *os.File)
SetBinaryDataN2Information gets a reference to the given *os.File and assigns it to the BinaryDataN2Information field.
func (*CreateUEContext403Response) SetJsonData ¶
func (o *CreateUEContext403Response) SetJsonData(v UeContextCreateError)
SetJsonData gets a reference to the given UeContextCreateError and assigns it to the JsonData field.
func (CreateUEContext403Response) ToMap ¶
func (o CreateUEContext403Response) ToMap() (map[string]interface{}, error)
type CreateUEContextRequest ¶
type CreateUEContextRequest struct {
JsonData *UeContextCreateData `json:"jsonData,omitempty"`
BinaryDataN2Information **os.File `json:"binaryDataN2Information,omitempty"`
BinaryDataN2InformationExt1 **os.File `json:"binaryDataN2InformationExt1,omitempty"`
BinaryDataN2InformationExt2 **os.File `json:"binaryDataN2InformationExt2,omitempty"`
BinaryDataN2InformationExt3 **os.File `json:"binaryDataN2InformationExt3,omitempty"`
BinaryDataN2InformationExt4 **os.File `json:"binaryDataN2InformationExt4,omitempty"`
BinaryDataN2InformationExt5 **os.File `json:"binaryDataN2InformationExt5,omitempty"`
BinaryDataN2InformationExt6 **os.File `json:"binaryDataN2InformationExt6,omitempty"`
BinaryDataN2InformationExt7 **os.File `json:"binaryDataN2InformationExt7,omitempty"`
BinaryDataN2InformationExt8 **os.File `json:"binaryDataN2InformationExt8,omitempty"`
BinaryDataN2InformationExt9 **os.File `json:"binaryDataN2InformationExt9,omitempty"`
BinaryDataN2InformationExt10 **os.File `json:"binaryDataN2InformationExt10,omitempty"`
BinaryDataN2InformationExt11 **os.File `json:"binaryDataN2InformationExt11,omitempty"`
BinaryDataN2InformationExt12 **os.File `json:"binaryDataN2InformationExt12,omitempty"`
BinaryDataN2InformationExt13 **os.File `json:"binaryDataN2InformationExt13,omitempty"`
BinaryDataN2InformationExt14 **os.File `json:"binaryDataN2InformationExt14,omitempty"`
BinaryDataN2InformationExt15 **os.File `json:"binaryDataN2InformationExt15,omitempty"`
BinaryDataN2InformationExt16 **os.File `json:"binaryDataN2InformationExt16,omitempty"`
BinaryDataN2InformationExt17 **os.File `json:"binaryDataN2InformationExt17,omitempty"`
}
CreateUEContextRequest struct for CreateUEContextRequest
func NewCreateUEContextRequest ¶
func NewCreateUEContextRequest() *CreateUEContextRequest
NewCreateUEContextRequest instantiates a new CreateUEContextRequest 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 NewCreateUEContextRequestWithDefaults ¶
func NewCreateUEContextRequestWithDefaults() *CreateUEContextRequest
NewCreateUEContextRequestWithDefaults instantiates a new CreateUEContextRequest 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 (*CreateUEContextRequest) GetBinaryDataN2Information ¶
func (o *CreateUEContextRequest) GetBinaryDataN2Information() *os.File
GetBinaryDataN2Information returns the BinaryDataN2Information field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt1 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt1() *os.File
GetBinaryDataN2InformationExt1 returns the BinaryDataN2InformationExt1 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt1Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt1Ok() (**os.File, bool)
GetBinaryDataN2InformationExt1Ok returns a tuple with the BinaryDataN2InformationExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt2 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt2() *os.File
GetBinaryDataN2InformationExt2 returns the BinaryDataN2InformationExt2 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt2Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt2Ok() (**os.File, bool)
GetBinaryDataN2InformationExt2Ok returns a tuple with the BinaryDataN2InformationExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt3 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt3() *os.File
GetBinaryDataN2InformationExt3 returns the BinaryDataN2InformationExt3 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt3Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt3Ok() (**os.File, bool)
GetBinaryDataN2InformationExt3Ok returns a tuple with the BinaryDataN2InformationExt3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt4 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt4() *os.File
GetBinaryDataN2InformationExt4 returns the BinaryDataN2InformationExt4 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt4Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt4Ok() (**os.File, bool)
GetBinaryDataN2InformationExt4Ok returns a tuple with the BinaryDataN2InformationExt4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt5 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt5() *os.File
GetBinaryDataN2InformationExt5 returns the BinaryDataN2InformationExt5 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt5Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt5Ok() (**os.File, bool)
GetBinaryDataN2InformationExt5Ok returns a tuple with the BinaryDataN2InformationExt5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt6 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt6() *os.File
GetBinaryDataN2InformationExt6 returns the BinaryDataN2InformationExt6 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt6Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt6Ok() (**os.File, bool)
GetBinaryDataN2InformationExt6Ok returns a tuple with the BinaryDataN2InformationExt6 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt7 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt7() *os.File
GetBinaryDataN2InformationExt7 returns the BinaryDataN2InformationExt7 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt7Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt7Ok() (**os.File, bool)
GetBinaryDataN2InformationExt7Ok returns a tuple with the BinaryDataN2InformationExt7 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt8 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt8() *os.File
GetBinaryDataN2InformationExt8 returns the BinaryDataN2InformationExt8 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt8Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt8Ok() (**os.File, bool)
GetBinaryDataN2InformationExt8Ok returns a tuple with the BinaryDataN2InformationExt8 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt9 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt9() *os.File
GetBinaryDataN2InformationExt9 returns the BinaryDataN2InformationExt9 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt9Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt9Ok() (**os.File, bool)
GetBinaryDataN2InformationExt9Ok returns a tuple with the BinaryDataN2InformationExt9 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt10 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt10() *os.File
GetBinaryDataN2InformationExt10 returns the BinaryDataN2InformationExt10 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt10Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt10Ok() (**os.File, bool)
GetBinaryDataN2InformationExt10Ok returns a tuple with the BinaryDataN2InformationExt10 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt11 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt11() *os.File
GetBinaryDataN2InformationExt11 returns the BinaryDataN2InformationExt11 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt11Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt11Ok() (**os.File, bool)
GetBinaryDataN2InformationExt11Ok returns a tuple with the BinaryDataN2InformationExt11 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt12 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt12() *os.File
GetBinaryDataN2InformationExt12 returns the BinaryDataN2InformationExt12 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt12Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt12Ok() (**os.File, bool)
GetBinaryDataN2InformationExt12Ok returns a tuple with the BinaryDataN2InformationExt12 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt13 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt13() *os.File
GetBinaryDataN2InformationExt13 returns the BinaryDataN2InformationExt13 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt13Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt13Ok() (**os.File, bool)
GetBinaryDataN2InformationExt13Ok returns a tuple with the BinaryDataN2InformationExt13 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt14 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt14() *os.File
GetBinaryDataN2InformationExt14 returns the BinaryDataN2InformationExt14 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt14Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt14Ok() (**os.File, bool)
GetBinaryDataN2InformationExt14Ok returns a tuple with the BinaryDataN2InformationExt14 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt15 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt15() *os.File
GetBinaryDataN2InformationExt15 returns the BinaryDataN2InformationExt15 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt15Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt15Ok() (**os.File, bool)
GetBinaryDataN2InformationExt15Ok returns a tuple with the BinaryDataN2InformationExt15 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt16 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt16() *os.File
GetBinaryDataN2InformationExt16 returns the BinaryDataN2InformationExt16 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt16Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt16Ok() (**os.File, bool)
GetBinaryDataN2InformationExt16Ok returns a tuple with the BinaryDataN2InformationExt16 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt17 ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt17() *os.File
GetBinaryDataN2InformationExt17 returns the BinaryDataN2InformationExt17 field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetBinaryDataN2InformationExt17Ok ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationExt17Ok() (**os.File, bool)
GetBinaryDataN2InformationExt17Ok returns a tuple with the BinaryDataN2InformationExt17 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetBinaryDataN2InformationOk ¶
func (o *CreateUEContextRequest) GetBinaryDataN2InformationOk() (**os.File, bool)
GetBinaryDataN2InformationOk returns a tuple with the BinaryDataN2Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUEContextRequest) GetJsonData ¶
func (o *CreateUEContextRequest) GetJsonData() UeContextCreateData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*CreateUEContextRequest) GetJsonDataOk ¶
func (o *CreateUEContextRequest) GetJsonDataOk() (*UeContextCreateData, 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 (*CreateUEContextRequest) HasBinaryDataN2Information ¶
func (o *CreateUEContextRequest) HasBinaryDataN2Information() bool
HasBinaryDataN2Information returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt1 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt1() bool
HasBinaryDataN2InformationExt1 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt2 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt2() bool
HasBinaryDataN2InformationExt2 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt3 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt3() bool
HasBinaryDataN2InformationExt3 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt4 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt4() bool
HasBinaryDataN2InformationExt4 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt5 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt5() bool
HasBinaryDataN2InformationExt5 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt6 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt6() bool
HasBinaryDataN2InformationExt6 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt7 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt7() bool
HasBinaryDataN2InformationExt7 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt8 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt8() bool
HasBinaryDataN2InformationExt8 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt9 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt9() bool
HasBinaryDataN2InformationExt9 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt10 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt10() bool
HasBinaryDataN2InformationExt10 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt11 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt11() bool
HasBinaryDataN2InformationExt11 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt12 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt12() bool
HasBinaryDataN2InformationExt12 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt13 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt13() bool
HasBinaryDataN2InformationExt13 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt14 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt14() bool
HasBinaryDataN2InformationExt14 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt15 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt15() bool
HasBinaryDataN2InformationExt15 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt16 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt16() bool
HasBinaryDataN2InformationExt16 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasBinaryDataN2InformationExt17 ¶
func (o *CreateUEContextRequest) HasBinaryDataN2InformationExt17() bool
HasBinaryDataN2InformationExt17 returns a boolean if a field has been set.
func (*CreateUEContextRequest) HasJsonData ¶
func (o *CreateUEContextRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (CreateUEContextRequest) MarshalJSON ¶
func (o CreateUEContextRequest) MarshalJSON() ([]byte, error)
func (*CreateUEContextRequest) SetBinaryDataN2Information ¶
func (o *CreateUEContextRequest) SetBinaryDataN2Information(v *os.File)
SetBinaryDataN2Information gets a reference to the given *os.File and assigns it to the BinaryDataN2Information field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt1 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt1(v *os.File)
SetBinaryDataN2InformationExt1 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt1 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt2 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt2(v *os.File)
SetBinaryDataN2InformationExt2 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt2 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt3 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt3(v *os.File)
SetBinaryDataN2InformationExt3 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt3 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt4 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt4(v *os.File)
SetBinaryDataN2InformationExt4 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt4 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt5 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt5(v *os.File)
SetBinaryDataN2InformationExt5 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt5 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt6 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt6(v *os.File)
SetBinaryDataN2InformationExt6 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt6 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt7 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt7(v *os.File)
SetBinaryDataN2InformationExt7 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt7 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt8 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt8(v *os.File)
SetBinaryDataN2InformationExt8 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt8 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt9 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt9(v *os.File)
SetBinaryDataN2InformationExt9 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt9 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt10 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt10(v *os.File)
SetBinaryDataN2InformationExt10 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt10 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt11 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt11(v *os.File)
SetBinaryDataN2InformationExt11 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt11 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt12 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt12(v *os.File)
SetBinaryDataN2InformationExt12 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt12 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt13 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt13(v *os.File)
SetBinaryDataN2InformationExt13 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt13 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt14 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt14(v *os.File)
SetBinaryDataN2InformationExt14 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt14 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt15 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt15(v *os.File)
SetBinaryDataN2InformationExt15 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt15 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt16 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt16(v *os.File)
SetBinaryDataN2InformationExt16 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt16 field.
func (*CreateUEContextRequest) SetBinaryDataN2InformationExt17 ¶
func (o *CreateUEContextRequest) SetBinaryDataN2InformationExt17(v *os.File)
SetBinaryDataN2InformationExt17 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt17 field.
func (*CreateUEContextRequest) SetJsonData ¶
func (o *CreateUEContextRequest) SetJsonData(v UeContextCreateData)
SetJsonData gets a reference to the given UeContextCreateData and assigns it to the JsonData field.
func (CreateUEContextRequest) ToMap ¶
func (o CreateUEContextRequest) ToMap() (map[string]interface{}, error)
type DatasetStatisticalProperty ¶
type DatasetStatisticalProperty struct {
String *string
}
DatasetStatisticalProperty Possible values are: - UNIFORM_DIST_DATA: Indicates the use of data samples that are uniformly distributed according to the different aspects of the requested analytics. - NO_OUTLIERS: Indicates that the data samples shall disregard data samples that are at the extreme boundaries of the value range.
func (*DatasetStatisticalProperty) MarshalJSON ¶
func (src *DatasetStatisticalProperty) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DatasetStatisticalProperty) UnmarshalJSON ¶
func (dst *DatasetStatisticalProperty) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DddTrafficDescriptor ¶
type DddTrafficDescriptor struct {
// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
Ipv4Addr *string `json:"ipv4Addr,omitempty"`
Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
PortNumber *int32 `json:"portNumber,omitempty"`
// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
MacAddr *string `json:"macAddr,omitempty"`
}
DddTrafficDescriptor Contains a Traffic Descriptor.
func NewDddTrafficDescriptor ¶
func NewDddTrafficDescriptor() *DddTrafficDescriptor
NewDddTrafficDescriptor instantiates a new DddTrafficDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDddTrafficDescriptorWithDefaults ¶
func NewDddTrafficDescriptorWithDefaults() *DddTrafficDescriptor
NewDddTrafficDescriptorWithDefaults instantiates a new DddTrafficDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DddTrafficDescriptor) GetIpv4Addr ¶
func (o *DddTrafficDescriptor) GetIpv4Addr() string
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*DddTrafficDescriptor) GetIpv4AddrOk ¶
func (o *DddTrafficDescriptor) GetIpv4AddrOk() (*string, bool)
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DddTrafficDescriptor) GetIpv6Addr ¶
func (o *DddTrafficDescriptor) GetIpv6Addr() Ipv6Addr
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*DddTrafficDescriptor) GetIpv6AddrOk ¶
func (o *DddTrafficDescriptor) GetIpv6AddrOk() (*Ipv6Addr, bool)
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DddTrafficDescriptor) GetMacAddr ¶
func (o *DddTrafficDescriptor) GetMacAddr() string
GetMacAddr returns the MacAddr field value if set, zero value otherwise.
func (*DddTrafficDescriptor) GetMacAddrOk ¶
func (o *DddTrafficDescriptor) GetMacAddrOk() (*string, bool)
GetMacAddrOk returns a tuple with the MacAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DddTrafficDescriptor) GetPortNumber ¶
func (o *DddTrafficDescriptor) GetPortNumber() int32
GetPortNumber returns the PortNumber field value if set, zero value otherwise.
func (*DddTrafficDescriptor) GetPortNumberOk ¶
func (o *DddTrafficDescriptor) GetPortNumberOk() (*int32, bool)
GetPortNumberOk returns a tuple with the PortNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DddTrafficDescriptor) HasIpv4Addr ¶
func (o *DddTrafficDescriptor) HasIpv4Addr() bool
HasIpv4Addr returns a boolean if a field has been set.
func (*DddTrafficDescriptor) HasIpv6Addr ¶
func (o *DddTrafficDescriptor) HasIpv6Addr() bool
HasIpv6Addr returns a boolean if a field has been set.
func (*DddTrafficDescriptor) HasMacAddr ¶
func (o *DddTrafficDescriptor) HasMacAddr() bool
HasMacAddr returns a boolean if a field has been set.
func (*DddTrafficDescriptor) HasPortNumber ¶
func (o *DddTrafficDescriptor) HasPortNumber() bool
HasPortNumber returns a boolean if a field has been set.
func (DddTrafficDescriptor) MarshalJSON ¶
func (o DddTrafficDescriptor) MarshalJSON() ([]byte, error)
func (*DddTrafficDescriptor) SetIpv4Addr ¶
func (o *DddTrafficDescriptor) SetIpv4Addr(v string)
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*DddTrafficDescriptor) SetIpv6Addr ¶
func (o *DddTrafficDescriptor) SetIpv6Addr(v Ipv6Addr)
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*DddTrafficDescriptor) SetMacAddr ¶
func (o *DddTrafficDescriptor) SetMacAddr(v string)
SetMacAddr gets a reference to the given string and assigns it to the MacAddr field.
func (*DddTrafficDescriptor) SetPortNumber ¶
func (o *DddTrafficDescriptor) SetPortNumber(v int32)
SetPortNumber gets a reference to the given int32 and assigns it to the PortNumber field.
func (DddTrafficDescriptor) ToMap ¶
func (o DddTrafficDescriptor) ToMap() (map[string]interface{}, error)
type DispersionArea ¶
type DispersionArea struct {
TaiList []Tai `json:"taiList,omitempty"`
NcgiList []Ncgi `json:"ncgiList,omitempty"`
EcgiList []Ecgi `json:"ecgiList,omitempty"`
N3gaInd *bool `json:"n3gaInd,omitempty"`
}
DispersionArea Dispersion Area
func NewDispersionArea ¶
func NewDispersionArea() *DispersionArea
NewDispersionArea instantiates a new DispersionArea 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 NewDispersionAreaWithDefaults ¶
func NewDispersionAreaWithDefaults() *DispersionArea
NewDispersionAreaWithDefaults instantiates a new DispersionArea 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 (*DispersionArea) GetEcgiList ¶
func (o *DispersionArea) GetEcgiList() []Ecgi
GetEcgiList returns the EcgiList field value if set, zero value otherwise.
func (*DispersionArea) GetEcgiListOk ¶
func (o *DispersionArea) GetEcgiListOk() ([]Ecgi, bool)
GetEcgiListOk returns a tuple with the EcgiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionArea) GetN3gaInd ¶
func (o *DispersionArea) GetN3gaInd() bool
GetN3gaInd returns the N3gaInd field value if set, zero value otherwise.
func (*DispersionArea) GetN3gaIndOk ¶
func (o *DispersionArea) GetN3gaIndOk() (*bool, bool)
GetN3gaIndOk returns a tuple with the N3gaInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionArea) GetNcgiList ¶
func (o *DispersionArea) GetNcgiList() []Ncgi
GetNcgiList returns the NcgiList field value if set, zero value otherwise.
func (*DispersionArea) GetNcgiListOk ¶
func (o *DispersionArea) GetNcgiListOk() ([]Ncgi, bool)
GetNcgiListOk returns a tuple with the NcgiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionArea) GetTaiList ¶
func (o *DispersionArea) GetTaiList() []Tai
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*DispersionArea) GetTaiListOk ¶
func (o *DispersionArea) GetTaiListOk() ([]Tai, bool)
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionArea) HasEcgiList ¶
func (o *DispersionArea) HasEcgiList() bool
HasEcgiList returns a boolean if a field has been set.
func (*DispersionArea) HasN3gaInd ¶
func (o *DispersionArea) HasN3gaInd() bool
HasN3gaInd returns a boolean if a field has been set.
func (*DispersionArea) HasNcgiList ¶
func (o *DispersionArea) HasNcgiList() bool
HasNcgiList returns a boolean if a field has been set.
func (*DispersionArea) HasTaiList ¶
func (o *DispersionArea) HasTaiList() bool
HasTaiList returns a boolean if a field has been set.
func (DispersionArea) MarshalJSON ¶
func (o DispersionArea) MarshalJSON() ([]byte, error)
func (*DispersionArea) SetEcgiList ¶
func (o *DispersionArea) SetEcgiList(v []Ecgi)
SetEcgiList gets a reference to the given []Ecgi and assigns it to the EcgiList field.
func (*DispersionArea) SetN3gaInd ¶
func (o *DispersionArea) SetN3gaInd(v bool)
SetN3gaInd gets a reference to the given bool and assigns it to the N3gaInd field.
func (*DispersionArea) SetNcgiList ¶
func (o *DispersionArea) SetNcgiList(v []Ncgi)
SetNcgiList gets a reference to the given []Ncgi and assigns it to the NcgiList field.
func (*DispersionArea) SetTaiList ¶
func (o *DispersionArea) SetTaiList(v []Tai)
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (DispersionArea) ToMap ¶
func (o DispersionArea) ToMap() (map[string]interface{}, error)
type DispersionClass ¶
type DispersionClass struct {
String *string
}
DispersionClass - Possible values are: - FIXED: Dispersion class as fixed UE its data or transaction usage at a location or a slice, is higher than its class threshold set for its all data or transaction usage. - CAMPER: Dispersion class as camper UE, its data or transaction usage at a location or a slice, is higher than its class threshold and lower than the fixed class threshold set for its all data or transaction usage.. - TRAVELLER: Dispersion class as traveller UE, its data or transaction usage at a location or a slice, is lower than the camper class threshold set for its all data or transaction usage. - TOP_HEAVY: Dispersion class as Top_Heavy UE, who's dispersion percentile rating at a location or a slice, is higher than its class threshold.
func StringAsDispersionClass ¶
func StringAsDispersionClass(v *string) DispersionClass
stringAsDispersionClass is a convenience function that returns string wrapped in DispersionClass
func (*DispersionClass) GetActualInstance ¶
func (obj *DispersionClass) GetActualInstance() interface{}
Get the actual instance
func (DispersionClass) MarshalJSON ¶
func (src DispersionClass) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DispersionClass) UnmarshalJSON ¶
func (dst *DispersionClass) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type DispersionCollection ¶
type DispersionCollection struct {
UeLoc *UserLocation `json:"ueLoc,omitempty"`
Snssai *Snssai `json:"snssai,omitempty"`
Supis []string `json:"supis,omitempty"`
Gpsis []string `json:"gpsis,omitempty"`
AppVolumes []ApplicationVolume `json:"appVolumes,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
DisperAmount *int32 `json:"disperAmount,omitempty"`
DisperClass *DispersionClass `json:"disperClass,omitempty"`
// Integer where the allowed values correspond to 1, 2, 3 only.
UsageRank *int32 `json:"usageRank,omitempty"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
PercentileRank *int32 `json:"percentileRank,omitempty"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
UeRatio *int32 `json:"ueRatio,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Confidence *int32 `json:"confidence,omitempty"`
}
DispersionCollection Dispersion collection per UE location or per slice.
func NewDispersionCollection ¶
func NewDispersionCollection() *DispersionCollection
NewDispersionCollection instantiates a new DispersionCollection 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 NewDispersionCollectionWithDefaults ¶
func NewDispersionCollectionWithDefaults() *DispersionCollection
NewDispersionCollectionWithDefaults instantiates a new DispersionCollection 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 (*DispersionCollection) GetAppVolumes ¶
func (o *DispersionCollection) GetAppVolumes() []ApplicationVolume
GetAppVolumes returns the AppVolumes field value if set, zero value otherwise.
func (*DispersionCollection) GetAppVolumesOk ¶
func (o *DispersionCollection) GetAppVolumesOk() ([]ApplicationVolume, bool)
GetAppVolumesOk returns a tuple with the AppVolumes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionCollection) GetConfidence ¶
func (o *DispersionCollection) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*DispersionCollection) GetConfidenceOk ¶
func (o *DispersionCollection) 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 (*DispersionCollection) GetDisperAmount ¶
func (o *DispersionCollection) GetDisperAmount() int32
GetDisperAmount returns the DisperAmount field value if set, zero value otherwise.
func (*DispersionCollection) GetDisperAmountOk ¶
func (o *DispersionCollection) GetDisperAmountOk() (*int32, bool)
GetDisperAmountOk returns a tuple with the DisperAmount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionCollection) GetDisperClass ¶
func (o *DispersionCollection) GetDisperClass() DispersionClass
GetDisperClass returns the DisperClass field value if set, zero value otherwise.
func (*DispersionCollection) GetDisperClassOk ¶
func (o *DispersionCollection) GetDisperClassOk() (*DispersionClass, bool)
GetDisperClassOk returns a tuple with the DisperClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionCollection) GetGpsis ¶
func (o *DispersionCollection) GetGpsis() []string
GetGpsis returns the Gpsis field value if set, zero value otherwise.
func (*DispersionCollection) GetGpsisOk ¶
func (o *DispersionCollection) GetGpsisOk() ([]string, bool)
GetGpsisOk returns a tuple with the Gpsis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionCollection) GetPercentileRank ¶
func (o *DispersionCollection) GetPercentileRank() int32
GetPercentileRank returns the PercentileRank field value if set, zero value otherwise.
func (*DispersionCollection) GetPercentileRankOk ¶
func (o *DispersionCollection) GetPercentileRankOk() (*int32, bool)
GetPercentileRankOk returns a tuple with the PercentileRank field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionCollection) GetSnssai ¶
func (o *DispersionCollection) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*DispersionCollection) GetSnssaiOk ¶
func (o *DispersionCollection) 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 (*DispersionCollection) GetSupis ¶
func (o *DispersionCollection) GetSupis() []string
GetSupis returns the Supis field value if set, zero value otherwise.
func (*DispersionCollection) GetSupisOk ¶
func (o *DispersionCollection) 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 (*DispersionCollection) GetUeLoc ¶
func (o *DispersionCollection) GetUeLoc() UserLocation
GetUeLoc returns the UeLoc field value if set, zero value otherwise.
func (*DispersionCollection) GetUeLocOk ¶
func (o *DispersionCollection) GetUeLocOk() (*UserLocation, bool)
GetUeLocOk returns a tuple with the UeLoc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionCollection) GetUeRatio ¶
func (o *DispersionCollection) GetUeRatio() int32
GetUeRatio returns the UeRatio field value if set, zero value otherwise.
func (*DispersionCollection) GetUeRatioOk ¶
func (o *DispersionCollection) GetUeRatioOk() (*int32, bool)
GetUeRatioOk returns a tuple with the UeRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionCollection) GetUsageRank ¶
func (o *DispersionCollection) GetUsageRank() int32
GetUsageRank returns the UsageRank field value if set, zero value otherwise.
func (*DispersionCollection) GetUsageRankOk ¶
func (o *DispersionCollection) GetUsageRankOk() (*int32, bool)
GetUsageRankOk returns a tuple with the UsageRank field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionCollection) HasAppVolumes ¶
func (o *DispersionCollection) HasAppVolumes() bool
HasAppVolumes returns a boolean if a field has been set.
func (*DispersionCollection) HasConfidence ¶
func (o *DispersionCollection) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*DispersionCollection) HasDisperAmount ¶
func (o *DispersionCollection) HasDisperAmount() bool
HasDisperAmount returns a boolean if a field has been set.
func (*DispersionCollection) HasDisperClass ¶
func (o *DispersionCollection) HasDisperClass() bool
HasDisperClass returns a boolean if a field has been set.
func (*DispersionCollection) HasGpsis ¶
func (o *DispersionCollection) HasGpsis() bool
HasGpsis returns a boolean if a field has been set.
func (*DispersionCollection) HasPercentileRank ¶
func (o *DispersionCollection) HasPercentileRank() bool
HasPercentileRank returns a boolean if a field has been set.
func (*DispersionCollection) HasSnssai ¶
func (o *DispersionCollection) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*DispersionCollection) HasSupis ¶
func (o *DispersionCollection) HasSupis() bool
HasSupis returns a boolean if a field has been set.
func (*DispersionCollection) HasUeLoc ¶
func (o *DispersionCollection) HasUeLoc() bool
HasUeLoc returns a boolean if a field has been set.
func (*DispersionCollection) HasUeRatio ¶
func (o *DispersionCollection) HasUeRatio() bool
HasUeRatio returns a boolean if a field has been set.
func (*DispersionCollection) HasUsageRank ¶
func (o *DispersionCollection) HasUsageRank() bool
HasUsageRank returns a boolean if a field has been set.
func (DispersionCollection) MarshalJSON ¶
func (o DispersionCollection) MarshalJSON() ([]byte, error)
func (*DispersionCollection) SetAppVolumes ¶
func (o *DispersionCollection) SetAppVolumes(v []ApplicationVolume)
SetAppVolumes gets a reference to the given []ApplicationVolume and assigns it to the AppVolumes field.
func (*DispersionCollection) SetConfidence ¶
func (o *DispersionCollection) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*DispersionCollection) SetDisperAmount ¶
func (o *DispersionCollection) SetDisperAmount(v int32)
SetDisperAmount gets a reference to the given int32 and assigns it to the DisperAmount field.
func (*DispersionCollection) SetDisperClass ¶
func (o *DispersionCollection) SetDisperClass(v DispersionClass)
SetDisperClass gets a reference to the given DispersionClass and assigns it to the DisperClass field.
func (*DispersionCollection) SetGpsis ¶
func (o *DispersionCollection) SetGpsis(v []string)
SetGpsis gets a reference to the given []string and assigns it to the Gpsis field.
func (*DispersionCollection) SetPercentileRank ¶
func (o *DispersionCollection) SetPercentileRank(v int32)
SetPercentileRank gets a reference to the given int32 and assigns it to the PercentileRank field.
func (*DispersionCollection) SetSnssai ¶
func (o *DispersionCollection) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*DispersionCollection) SetSupis ¶
func (o *DispersionCollection) SetSupis(v []string)
SetSupis gets a reference to the given []string and assigns it to the Supis field.
func (*DispersionCollection) SetUeLoc ¶
func (o *DispersionCollection) SetUeLoc(v UserLocation)
SetUeLoc gets a reference to the given UserLocation and assigns it to the UeLoc field.
func (*DispersionCollection) SetUeRatio ¶
func (o *DispersionCollection) SetUeRatio(v int32)
SetUeRatio gets a reference to the given int32 and assigns it to the UeRatio field.
func (*DispersionCollection) SetUsageRank ¶
func (o *DispersionCollection) SetUsageRank(v int32)
SetUsageRank gets a reference to the given int32 and assigns it to the UsageRank field.
func (DispersionCollection) ToMap ¶
func (o DispersionCollection) ToMap() (map[string]interface{}, error)
type DispersionInfo ¶
type DispersionInfo struct {
// string with format 'date-time' as defined in OpenAPI.
TsStart time.Time `json:"tsStart"`
// indicating a time in seconds.
TsDuration int32 `json:"tsDuration"`
DisperCollects []DispersionCollection `json:"disperCollects"`
DisperType DispersionType `json:"disperType"`
}
DispersionInfo Represents the Dispersion information. When subscribed event is \"DISPERSION\", the \"disperInfos\" attribute shall be included.
func NewDispersionInfo ¶
func NewDispersionInfo(tsStart time.Time, tsDuration int32, disperCollects []DispersionCollection, disperType DispersionType) *DispersionInfo
NewDispersionInfo instantiates a new DispersionInfo 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 NewDispersionInfoWithDefaults ¶
func NewDispersionInfoWithDefaults() *DispersionInfo
NewDispersionInfoWithDefaults instantiates a new DispersionInfo 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 (*DispersionInfo) GetDisperCollects ¶
func (o *DispersionInfo) GetDisperCollects() []DispersionCollection
GetDisperCollects returns the DisperCollects field value
func (*DispersionInfo) GetDisperCollectsOk ¶
func (o *DispersionInfo) GetDisperCollectsOk() ([]DispersionCollection, bool)
GetDisperCollectsOk returns a tuple with the DisperCollects field value and a boolean to check if the value has been set.
func (*DispersionInfo) GetDisperType ¶
func (o *DispersionInfo) GetDisperType() DispersionType
GetDisperType returns the DisperType field value
func (*DispersionInfo) GetDisperTypeOk ¶
func (o *DispersionInfo) GetDisperTypeOk() (*DispersionType, bool)
GetDisperTypeOk returns a tuple with the DisperType field value and a boolean to check if the value has been set.
func (*DispersionInfo) GetTsDuration ¶
func (o *DispersionInfo) GetTsDuration() int32
GetTsDuration returns the TsDuration field value
func (*DispersionInfo) GetTsDurationOk ¶
func (o *DispersionInfo) GetTsDurationOk() (*int32, bool)
GetTsDurationOk returns a tuple with the TsDuration field value and a boolean to check if the value has been set.
func (*DispersionInfo) GetTsStart ¶
func (o *DispersionInfo) GetTsStart() time.Time
GetTsStart returns the TsStart field value
func (*DispersionInfo) GetTsStartOk ¶
func (o *DispersionInfo) GetTsStartOk() (*time.Time, bool)
GetTsStartOk returns a tuple with the TsStart field value and a boolean to check if the value has been set.
func (DispersionInfo) MarshalJSON ¶
func (o DispersionInfo) MarshalJSON() ([]byte, error)
func (*DispersionInfo) SetDisperCollects ¶
func (o *DispersionInfo) SetDisperCollects(v []DispersionCollection)
SetDisperCollects sets field value
func (*DispersionInfo) SetDisperType ¶
func (o *DispersionInfo) SetDisperType(v DispersionType)
SetDisperType sets field value
func (*DispersionInfo) SetTsDuration ¶
func (o *DispersionInfo) SetTsDuration(v int32)
SetTsDuration sets field value
func (*DispersionInfo) SetTsStart ¶
func (o *DispersionInfo) SetTsStart(v time.Time)
SetTsStart sets field value
func (DispersionInfo) ToMap ¶
func (o DispersionInfo) ToMap() (map[string]interface{}, error)
type DispersionOrderingCriterion ¶
type DispersionOrderingCriterion struct {
String *string
}
DispersionOrderingCriterion Possible values are: - TIME_SLOT_START: Indicates the order of time slot start. - DISPERSION: Indicates the order of data/transaction dispersion. - CLASSIFICATION: Indicates the order of data/transaction classification. - RANKING: Indicates the order of data/transaction ranking. - PERCENTILE_RANKING: Indicates the order of data/transaction percentile ranking.
func (*DispersionOrderingCriterion) MarshalJSON ¶
func (src *DispersionOrderingCriterion) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DispersionOrderingCriterion) UnmarshalJSON ¶
func (dst *DispersionOrderingCriterion) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DispersionRequirement ¶
type DispersionRequirement struct {
DisperType DispersionType `json:"disperType"`
ClassCriters []ClassCriterion `json:"classCriters,omitempty"`
RankCriters []RankingCriterion `json:"rankCriters,omitempty"`
DispOrderCriter *DispersionOrderingCriterion `json:"dispOrderCriter,omitempty"`
Order *MatchingDirection `json:"order,omitempty"`
}
DispersionRequirement Represents the dispersion analytics requirements.
func NewDispersionRequirement ¶
func NewDispersionRequirement(disperType DispersionType) *DispersionRequirement
NewDispersionRequirement instantiates a new DispersionRequirement 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 NewDispersionRequirementWithDefaults ¶
func NewDispersionRequirementWithDefaults() *DispersionRequirement
NewDispersionRequirementWithDefaults instantiates a new DispersionRequirement 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 (*DispersionRequirement) GetClassCriters ¶
func (o *DispersionRequirement) GetClassCriters() []ClassCriterion
GetClassCriters returns the ClassCriters field value if set, zero value otherwise.
func (*DispersionRequirement) GetClassCritersOk ¶
func (o *DispersionRequirement) GetClassCritersOk() ([]ClassCriterion, bool)
GetClassCritersOk returns a tuple with the ClassCriters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionRequirement) GetDispOrderCriter ¶
func (o *DispersionRequirement) GetDispOrderCriter() DispersionOrderingCriterion
GetDispOrderCriter returns the DispOrderCriter field value if set, zero value otherwise.
func (*DispersionRequirement) GetDispOrderCriterOk ¶
func (o *DispersionRequirement) GetDispOrderCriterOk() (*DispersionOrderingCriterion, bool)
GetDispOrderCriterOk returns a tuple with the DispOrderCriter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionRequirement) GetDisperType ¶
func (o *DispersionRequirement) GetDisperType() DispersionType
GetDisperType returns the DisperType field value
func (*DispersionRequirement) GetDisperTypeOk ¶
func (o *DispersionRequirement) GetDisperTypeOk() (*DispersionType, bool)
GetDisperTypeOk returns a tuple with the DisperType field value and a boolean to check if the value has been set.
func (*DispersionRequirement) GetOrder ¶
func (o *DispersionRequirement) GetOrder() MatchingDirection
GetOrder returns the Order field value if set, zero value otherwise.
func (*DispersionRequirement) GetOrderOk ¶
func (o *DispersionRequirement) GetOrderOk() (*MatchingDirection, bool)
GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionRequirement) GetRankCriters ¶
func (o *DispersionRequirement) GetRankCriters() []RankingCriterion
GetRankCriters returns the RankCriters field value if set, zero value otherwise.
func (*DispersionRequirement) GetRankCritersOk ¶
func (o *DispersionRequirement) GetRankCritersOk() ([]RankingCriterion, bool)
GetRankCritersOk returns a tuple with the RankCriters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionRequirement) HasClassCriters ¶
func (o *DispersionRequirement) HasClassCriters() bool
HasClassCriters returns a boolean if a field has been set.
func (*DispersionRequirement) HasDispOrderCriter ¶
func (o *DispersionRequirement) HasDispOrderCriter() bool
HasDispOrderCriter returns a boolean if a field has been set.
func (*DispersionRequirement) HasOrder ¶
func (o *DispersionRequirement) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (*DispersionRequirement) HasRankCriters ¶
func (o *DispersionRequirement) HasRankCriters() bool
HasRankCriters returns a boolean if a field has been set.
func (DispersionRequirement) MarshalJSON ¶
func (o DispersionRequirement) MarshalJSON() ([]byte, error)
func (*DispersionRequirement) SetClassCriters ¶
func (o *DispersionRequirement) SetClassCriters(v []ClassCriterion)
SetClassCriters gets a reference to the given []ClassCriterion and assigns it to the ClassCriters field.
func (*DispersionRequirement) SetDispOrderCriter ¶
func (o *DispersionRequirement) SetDispOrderCriter(v DispersionOrderingCriterion)
SetDispOrderCriter gets a reference to the given DispersionOrderingCriterion and assigns it to the DispOrderCriter field.
func (*DispersionRequirement) SetDisperType ¶
func (o *DispersionRequirement) SetDisperType(v DispersionType)
SetDisperType sets field value
func (*DispersionRequirement) SetOrder ¶
func (o *DispersionRequirement) SetOrder(v MatchingDirection)
SetOrder gets a reference to the given MatchingDirection and assigns it to the Order field.
func (*DispersionRequirement) SetRankCriters ¶
func (o *DispersionRequirement) SetRankCriters(v []RankingCriterion)
SetRankCriters gets a reference to the given []RankingCriterion and assigns it to the RankCriters field.
func (DispersionRequirement) ToMap ¶
func (o DispersionRequirement) ToMap() (map[string]interface{}, error)
type DispersionType ¶
type DispersionType struct {
String *string
}
DispersionType - Possible values are: - DVDA: Data Volume Dispersion Analytics. - TDA: Transactions Dispersion Analytics. - DVDA_AND_TDA: Data Volume Dispersion Analytics and Transactions Dispersion Analytics.
func StringAsDispersionType ¶
func StringAsDispersionType(v *string) DispersionType
stringAsDispersionType is a convenience function that returns string wrapped in DispersionType
func (*DispersionType) GetActualInstance ¶
func (obj *DispersionType) GetActualInstance() interface{}
Get the actual instance
func (DispersionType) MarshalJSON ¶
func (src DispersionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DispersionType) UnmarshalJSON ¶
func (dst *DispersionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type DnPerf ¶
type DnPerf struct {
AppServerInsAddr *AddrFqdn `json:"appServerInsAddr,omitempty"`
UpfInfo *UpfInformation `json:"upfInfo,omitempty"`
// DNAI (Data network access identifier), see clause 5.6.7 of 3GPP TS 23.501.
Dnai *string `json:"dnai,omitempty"`
PerfData PerfData `json:"perfData"`
SpatialValidCon *NetworkAreaInfo `json:"spatialValidCon,omitempty"`
TemporalValidCon *TimeWindow `json:"temporalValidCon,omitempty"`
}
DnPerf Represents DN performance for the application.
func NewDnPerf ¶
NewDnPerf instantiates a new DnPerf 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 NewDnPerfWithDefaults ¶
func NewDnPerfWithDefaults() *DnPerf
NewDnPerfWithDefaults instantiates a new DnPerf 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 (*DnPerf) GetAppServerInsAddr ¶
GetAppServerInsAddr returns the AppServerInsAddr field value if set, zero value otherwise.
func (*DnPerf) GetAppServerInsAddrOk ¶
GetAppServerInsAddrOk returns a tuple with the AppServerInsAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerf) GetDnaiOk ¶
GetDnaiOk returns a tuple with the Dnai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerf) GetPerfData ¶
GetPerfData returns the PerfData field value
func (*DnPerf) GetPerfDataOk ¶
GetPerfDataOk returns a tuple with the PerfData field value and a boolean to check if the value has been set.
func (*DnPerf) GetSpatialValidCon ¶
func (o *DnPerf) GetSpatialValidCon() NetworkAreaInfo
GetSpatialValidCon returns the SpatialValidCon field value if set, zero value otherwise.
func (*DnPerf) GetSpatialValidConOk ¶
func (o *DnPerf) GetSpatialValidConOk() (*NetworkAreaInfo, bool)
GetSpatialValidConOk returns a tuple with the SpatialValidCon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerf) GetTemporalValidCon ¶
func (o *DnPerf) GetTemporalValidCon() TimeWindow
GetTemporalValidCon returns the TemporalValidCon field value if set, zero value otherwise.
func (*DnPerf) GetTemporalValidConOk ¶
func (o *DnPerf) GetTemporalValidConOk() (*TimeWindow, bool)
GetTemporalValidConOk returns a tuple with the TemporalValidCon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerf) GetUpfInfo ¶
func (o *DnPerf) GetUpfInfo() UpfInformation
GetUpfInfo returns the UpfInfo field value if set, zero value otherwise.
func (*DnPerf) GetUpfInfoOk ¶
func (o *DnPerf) GetUpfInfoOk() (*UpfInformation, bool)
GetUpfInfoOk returns a tuple with the UpfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerf) HasAppServerInsAddr ¶
HasAppServerInsAddr returns a boolean if a field has been set.
func (*DnPerf) HasSpatialValidCon ¶
HasSpatialValidCon returns a boolean if a field has been set.
func (*DnPerf) HasTemporalValidCon ¶
HasTemporalValidCon returns a boolean if a field has been set.
func (*DnPerf) HasUpfInfo ¶
HasUpfInfo returns a boolean if a field has been set.
func (DnPerf) MarshalJSON ¶
func (*DnPerf) SetAppServerInsAddr ¶
SetAppServerInsAddr gets a reference to the given AddrFqdn and assigns it to the AppServerInsAddr field.
func (*DnPerf) SetDnai ¶
SetDnai gets a reference to the given string and assigns it to the Dnai field.
func (*DnPerf) SetSpatialValidCon ¶
func (o *DnPerf) SetSpatialValidCon(v NetworkAreaInfo)
SetSpatialValidCon gets a reference to the given NetworkAreaInfo and assigns it to the SpatialValidCon field.
func (*DnPerf) SetTemporalValidCon ¶
func (o *DnPerf) SetTemporalValidCon(v TimeWindow)
SetTemporalValidCon gets a reference to the given TimeWindow and assigns it to the TemporalValidCon field.
func (*DnPerf) SetUpfInfo ¶
func (o *DnPerf) SetUpfInfo(v UpfInformation)
SetUpfInfo gets a reference to the given UpfInformation and assigns it to the UpfInfo field.
type DnPerfInfo ¶
type DnPerfInfo struct {
// String providing an application identifier.
AppId *string `json:"appId,omitempty"`
// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\").
Dnn *string `json:"dnn,omitempty"`
Snssai *Snssai `json:"snssai,omitempty"`
DnPerf []DnPerf `json:"dnPerf"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Confidence *int32 `json:"confidence,omitempty"`
}
DnPerfInfo Represents DN performance information.
func NewDnPerfInfo ¶
func NewDnPerfInfo(dnPerf []DnPerf) *DnPerfInfo
NewDnPerfInfo instantiates a new DnPerfInfo 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 NewDnPerfInfoWithDefaults ¶
func NewDnPerfInfoWithDefaults() *DnPerfInfo
NewDnPerfInfoWithDefaults instantiates a new DnPerfInfo 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 (*DnPerfInfo) GetAppId ¶
func (o *DnPerfInfo) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*DnPerfInfo) GetAppIdOk ¶
func (o *DnPerfInfo) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerfInfo) GetConfidence ¶
func (o *DnPerfInfo) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*DnPerfInfo) GetConfidenceOk ¶
func (o *DnPerfInfo) 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 (*DnPerfInfo) GetDnPerf ¶
func (o *DnPerfInfo) GetDnPerf() []DnPerf
GetDnPerf returns the DnPerf field value
func (*DnPerfInfo) GetDnPerfOk ¶
func (o *DnPerfInfo) GetDnPerfOk() ([]DnPerf, bool)
GetDnPerfOk returns a tuple with the DnPerf field value and a boolean to check if the value has been set.
func (*DnPerfInfo) GetDnn ¶
func (o *DnPerfInfo) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*DnPerfInfo) GetDnnOk ¶
func (o *DnPerfInfo) 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 (*DnPerfInfo) GetSnssai ¶
func (o *DnPerfInfo) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*DnPerfInfo) GetSnssaiOk ¶
func (o *DnPerfInfo) 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 (*DnPerfInfo) HasAppId ¶
func (o *DnPerfInfo) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*DnPerfInfo) HasConfidence ¶
func (o *DnPerfInfo) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*DnPerfInfo) HasDnn ¶
func (o *DnPerfInfo) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*DnPerfInfo) HasSnssai ¶
func (o *DnPerfInfo) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (DnPerfInfo) MarshalJSON ¶
func (o DnPerfInfo) MarshalJSON() ([]byte, error)
func (*DnPerfInfo) SetAppId ¶
func (o *DnPerfInfo) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*DnPerfInfo) SetConfidence ¶
func (o *DnPerfInfo) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*DnPerfInfo) SetDnPerf ¶
func (o *DnPerfInfo) SetDnPerf(v []DnPerf)
SetDnPerf sets field value
func (*DnPerfInfo) SetDnn ¶
func (o *DnPerfInfo) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*DnPerfInfo) SetSnssai ¶
func (o *DnPerfInfo) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (DnPerfInfo) ToMap ¶
func (o DnPerfInfo) ToMap() (map[string]interface{}, error)
type DnPerfOrderingCriterion ¶
type DnPerfOrderingCriterion struct {
String *string
}
DnPerfOrderingCriterion Possible values are: - AVERAGE_TRAFFIC_RATE: Indicates the average traffic rate. - MAXIMUM_TRAFFIC_RATE: Indicates the maximum traffic rate. - AVERAGE_PACKET_DELAY: Indicates the average packet delay. - MAXIMUM_PACKET_DELAY: Indicates the maximum packet delay. - AVERAGE_PACKET_LOSS_RATE: Indicates the average packet loss rate.
func (*DnPerfOrderingCriterion) MarshalJSON ¶
func (src *DnPerfOrderingCriterion) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DnPerfOrderingCriterion) UnmarshalJSON ¶
func (dst *DnPerfOrderingCriterion) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DnPerformanceReq ¶
type DnPerformanceReq struct {
DnPerfOrderCriter *DnPerfOrderingCriterion `json:"dnPerfOrderCriter,omitempty"`
Order *MatchingDirection `json:"order,omitempty"`
ReportThresholds []ThresholdLevel `json:"reportThresholds,omitempty"`
}
DnPerformanceReq Represents other DN performance analytics requirements.
func NewDnPerformanceReq ¶
func NewDnPerformanceReq() *DnPerformanceReq
NewDnPerformanceReq instantiates a new DnPerformanceReq 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 NewDnPerformanceReqWithDefaults ¶
func NewDnPerformanceReqWithDefaults() *DnPerformanceReq
NewDnPerformanceReqWithDefaults instantiates a new DnPerformanceReq 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 (*DnPerformanceReq) GetDnPerfOrderCriter ¶
func (o *DnPerformanceReq) GetDnPerfOrderCriter() DnPerfOrderingCriterion
GetDnPerfOrderCriter returns the DnPerfOrderCriter field value if set, zero value otherwise.
func (*DnPerformanceReq) GetDnPerfOrderCriterOk ¶
func (o *DnPerformanceReq) GetDnPerfOrderCriterOk() (*DnPerfOrderingCriterion, bool)
GetDnPerfOrderCriterOk returns a tuple with the DnPerfOrderCriter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerformanceReq) GetOrder ¶
func (o *DnPerformanceReq) GetOrder() MatchingDirection
GetOrder returns the Order field value if set, zero value otherwise.
func (*DnPerformanceReq) GetOrderOk ¶
func (o *DnPerformanceReq) GetOrderOk() (*MatchingDirection, bool)
GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerformanceReq) GetReportThresholds ¶
func (o *DnPerformanceReq) GetReportThresholds() []ThresholdLevel
GetReportThresholds returns the ReportThresholds field value if set, zero value otherwise.
func (*DnPerformanceReq) GetReportThresholdsOk ¶
func (o *DnPerformanceReq) GetReportThresholdsOk() ([]ThresholdLevel, bool)
GetReportThresholdsOk returns a tuple with the ReportThresholds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnPerformanceReq) HasDnPerfOrderCriter ¶
func (o *DnPerformanceReq) HasDnPerfOrderCriter() bool
HasDnPerfOrderCriter returns a boolean if a field has been set.
func (*DnPerformanceReq) HasOrder ¶
func (o *DnPerformanceReq) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (*DnPerformanceReq) HasReportThresholds ¶
func (o *DnPerformanceReq) HasReportThresholds() bool
HasReportThresholds returns a boolean if a field has been set.
func (DnPerformanceReq) MarshalJSON ¶
func (o DnPerformanceReq) MarshalJSON() ([]byte, error)
func (*DnPerformanceReq) SetDnPerfOrderCriter ¶
func (o *DnPerformanceReq) SetDnPerfOrderCriter(v DnPerfOrderingCriterion)
SetDnPerfOrderCriter gets a reference to the given DnPerfOrderingCriterion and assigns it to the DnPerfOrderCriter field.
func (*DnPerformanceReq) SetOrder ¶
func (o *DnPerformanceReq) SetOrder(v MatchingDirection)
SetOrder gets a reference to the given MatchingDirection and assigns it to the Order field.
func (*DnPerformanceReq) SetReportThresholds ¶
func (o *DnPerformanceReq) SetReportThresholds(v []ThresholdLevel)
SetReportThresholds gets a reference to the given []ThresholdLevel and assigns it to the ReportThresholds field.
func (DnPerformanceReq) ToMap ¶
func (o DnPerformanceReq) ToMap() (map[string]interface{}, error)
type EbiArpMapping ¶
type EbiArpMapping struct {
// EPS Bearer Identifier
EpsBearerId int32 `json:"epsBearerId"`
Arp Arp `json:"arp"`
}
EbiArpMapping EBI to ARP mapping
func NewEbiArpMapping ¶
func NewEbiArpMapping(epsBearerId int32, arp Arp) *EbiArpMapping
NewEbiArpMapping instantiates a new EbiArpMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEbiArpMappingWithDefaults ¶
func NewEbiArpMappingWithDefaults() *EbiArpMapping
NewEbiArpMappingWithDefaults instantiates a new EbiArpMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EbiArpMapping) GetArp ¶
func (o *EbiArpMapping) GetArp() Arp
GetArp returns the Arp field value
func (*EbiArpMapping) GetArpOk ¶
func (o *EbiArpMapping) GetArpOk() (*Arp, bool)
GetArpOk returns a tuple with the Arp field value and a boolean to check if the value has been set.
func (*EbiArpMapping) GetEpsBearerId ¶
func (o *EbiArpMapping) GetEpsBearerId() int32
GetEpsBearerId returns the EpsBearerId field value
func (*EbiArpMapping) GetEpsBearerIdOk ¶
func (o *EbiArpMapping) GetEpsBearerIdOk() (*int32, bool)
GetEpsBearerIdOk returns a tuple with the EpsBearerId field value and a boolean to check if the value has been set.
func (EbiArpMapping) MarshalJSON ¶
func (o EbiArpMapping) MarshalJSON() ([]byte, error)
func (*EbiArpMapping) SetEpsBearerId ¶
func (o *EbiArpMapping) SetEpsBearerId(v int32)
SetEpsBearerId sets field value
func (EbiArpMapping) ToMap ¶
func (o EbiArpMapping) ToMap() (map[string]interface{}, error)
type EcRestrictionDataWb ¶
type EcRestrictionDataWb struct {
EcModeARestricted *bool `json:"ecModeARestricted,omitempty"`
EcModeBRestricted bool `json:"ecModeBRestricted"`
}
EcRestrictionDataWb Enhanced Coverage Restriction Data for WB-N1 mode
func NewEcRestrictionDataWb ¶
func NewEcRestrictionDataWb(ecModeBRestricted bool) *EcRestrictionDataWb
NewEcRestrictionDataWb instantiates a new EcRestrictionDataWb 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 NewEcRestrictionDataWbWithDefaults ¶
func NewEcRestrictionDataWbWithDefaults() *EcRestrictionDataWb
NewEcRestrictionDataWbWithDefaults instantiates a new EcRestrictionDataWb 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 (*EcRestrictionDataWb) GetEcModeARestricted ¶
func (o *EcRestrictionDataWb) GetEcModeARestricted() bool
GetEcModeARestricted returns the EcModeARestricted field value if set, zero value otherwise.
func (*EcRestrictionDataWb) GetEcModeARestrictedOk ¶
func (o *EcRestrictionDataWb) GetEcModeARestrictedOk() (*bool, bool)
GetEcModeARestrictedOk returns a tuple with the EcModeARestricted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcRestrictionDataWb) GetEcModeBRestricted ¶
func (o *EcRestrictionDataWb) GetEcModeBRestricted() bool
GetEcModeBRestricted returns the EcModeBRestricted field value
func (*EcRestrictionDataWb) GetEcModeBRestrictedOk ¶
func (o *EcRestrictionDataWb) GetEcModeBRestrictedOk() (*bool, bool)
GetEcModeBRestrictedOk returns a tuple with the EcModeBRestricted field value and a boolean to check if the value has been set.
func (*EcRestrictionDataWb) HasEcModeARestricted ¶
func (o *EcRestrictionDataWb) HasEcModeARestricted() bool
HasEcModeARestricted returns a boolean if a field has been set.
func (EcRestrictionDataWb) MarshalJSON ¶
func (o EcRestrictionDataWb) MarshalJSON() ([]byte, error)
func (*EcRestrictionDataWb) SetEcModeARestricted ¶
func (o *EcRestrictionDataWb) SetEcModeARestricted(v bool)
SetEcModeARestricted gets a reference to the given bool and assigns it to the EcModeARestricted field.
func (*EcRestrictionDataWb) SetEcModeBRestricted ¶
func (o *EcRestrictionDataWb) SetEcModeBRestricted(v bool)
SetEcModeBRestricted sets field value
func (EcRestrictionDataWb) ToMap ¶
func (o EcRestrictionDataWb) ToMap() (map[string]interface{}, error)
type Ecgi ¶
type Ecgi struct {
PlmnId PlmnId `json:"plmnId"`
// 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string.
EutraCellId string `json:"eutraCellId"`
// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
Nid *string `json:"nid,omitempty"`
}
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003
func NewEcgi ¶
NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcgiWithDefaults ¶
func NewEcgiWithDefaults() *Ecgi
NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ecgi) GetEutraCellId ¶
GetEutraCellId returns the EutraCellId field value
func (*Ecgi) GetEutraCellIdOk ¶
GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.
func (*Ecgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ecgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ecgi) MarshalJSON ¶
func (*Ecgi) SetEutraCellId ¶
SetEutraCellId sets field value
type EllipsoidArc ¶
type EllipsoidArc struct {
GADShape
Point GeographicalCoordinates `json:"point"`
// Indicates value of the inner radius.
InnerRadius int32 `json:"innerRadius"`
// Indicates value of uncertainty.
UncertaintyRadius float32 `json:"uncertaintyRadius"`
// Indicates value of angle.
OffsetAngle int32 `json:"offsetAngle"`
// Indicates value of angle.
IncludedAngle int32 `json:"includedAngle"`
// Indicates value of confidence.
Confidence int32 `json:"confidence"`
}
EllipsoidArc Ellipsoid Arc.
func NewEllipsoidArc ¶
func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32, shape SupportedGADShapes) *EllipsoidArc
NewEllipsoidArc instantiates a new EllipsoidArc 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 NewEllipsoidArcWithDefaults ¶
func NewEllipsoidArcWithDefaults() *EllipsoidArc
NewEllipsoidArcWithDefaults instantiates a new EllipsoidArc 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 (*EllipsoidArc) GetConfidence ¶
func (o *EllipsoidArc) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArc) GetConfidenceOk ¶
func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetIncludedAngle ¶
func (o *EllipsoidArc) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArc) GetIncludedAngleOk ¶
func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetInnerRadius ¶
func (o *EllipsoidArc) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArc) GetInnerRadiusOk ¶
func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetOffsetAngle ¶
func (o *EllipsoidArc) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArc) GetOffsetAngleOk ¶
func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetPoint ¶
func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArc) GetPointOk ¶
func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetUncertaintyRadius ¶
func (o *EllipsoidArc) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArc) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArc) MarshalJSON ¶
func (o EllipsoidArc) MarshalJSON() ([]byte, error)
func (*EllipsoidArc) SetConfidence ¶
func (o *EllipsoidArc) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArc) SetIncludedAngle ¶
func (o *EllipsoidArc) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArc) SetInnerRadius ¶
func (o *EllipsoidArc) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArc) SetOffsetAngle ¶
func (o *EllipsoidArc) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArc) SetPoint ¶
func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArc) SetUncertaintyRadius ¶
func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArc) ToMap ¶
func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
type EllipsoidArcAllOf ¶
type EllipsoidArcAllOf struct {
Point GeographicalCoordinates `json:"point"`
// Indicates value of the inner radius.
InnerRadius int32 `json:"innerRadius"`
// Indicates value of uncertainty.
UncertaintyRadius float32 `json:"uncertaintyRadius"`
// Indicates value of angle.
OffsetAngle int32 `json:"offsetAngle"`
// Indicates value of angle.
IncludedAngle int32 `json:"includedAngle"`
// Indicates value of confidence.
Confidence int32 `json:"confidence"`
}
EllipsoidArcAllOf struct for EllipsoidArcAllOf
func NewEllipsoidArcAllOf ¶
func NewEllipsoidArcAllOf(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32) *EllipsoidArcAllOf
NewEllipsoidArcAllOf instantiates a new EllipsoidArcAllOf 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 NewEllipsoidArcAllOfWithDefaults ¶
func NewEllipsoidArcAllOfWithDefaults() *EllipsoidArcAllOf
NewEllipsoidArcAllOfWithDefaults instantiates a new EllipsoidArcAllOf 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 (*EllipsoidArcAllOf) GetConfidence ¶
func (o *EllipsoidArcAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArcAllOf) GetConfidenceOk ¶
func (o *EllipsoidArcAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetIncludedAngle ¶
func (o *EllipsoidArcAllOf) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArcAllOf) GetIncludedAngleOk ¶
func (o *EllipsoidArcAllOf) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetInnerRadius ¶
func (o *EllipsoidArcAllOf) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArcAllOf) GetInnerRadiusOk ¶
func (o *EllipsoidArcAllOf) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetOffsetAngle ¶
func (o *EllipsoidArcAllOf) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArcAllOf) GetOffsetAngleOk ¶
func (o *EllipsoidArcAllOf) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetPoint ¶
func (o *EllipsoidArcAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArcAllOf) GetPointOk ¶
func (o *EllipsoidArcAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArcAllOf) GetUncertaintyRadius ¶
func (o *EllipsoidArcAllOf) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArcAllOf) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArcAllOf) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArcAllOf) MarshalJSON ¶
func (o EllipsoidArcAllOf) MarshalJSON() ([]byte, error)
func (*EllipsoidArcAllOf) SetConfidence ¶
func (o *EllipsoidArcAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArcAllOf) SetIncludedAngle ¶
func (o *EllipsoidArcAllOf) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArcAllOf) SetInnerRadius ¶
func (o *EllipsoidArcAllOf) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArcAllOf) SetOffsetAngle ¶
func (o *EllipsoidArcAllOf) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArcAllOf) SetPoint ¶
func (o *EllipsoidArcAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArcAllOf) SetUncertaintyRadius ¶
func (o *EllipsoidArcAllOf) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArcAllOf) ToMap ¶
func (o EllipsoidArcAllOf) ToMap() (map[string]interface{}, error)
type EpsInterworkingInfo ¶
type EpsInterworkingInfo struct {
// A map (list of key-value pairs where Dnn serves as key) of EpsIwkPgws
EpsIwkPgws *map[string]EpsIwkPgw `json:"epsIwkPgws,omitempty"`
}
EpsInterworkingInfo struct for EpsInterworkingInfo
func NewEpsInterworkingInfo ¶
func NewEpsInterworkingInfo() *EpsInterworkingInfo
NewEpsInterworkingInfo instantiates a new EpsInterworkingInfo 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 NewEpsInterworkingInfoWithDefaults ¶
func NewEpsInterworkingInfoWithDefaults() *EpsInterworkingInfo
NewEpsInterworkingInfoWithDefaults instantiates a new EpsInterworkingInfo 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 (*EpsInterworkingInfo) GetEpsIwkPgws ¶
func (o *EpsInterworkingInfo) GetEpsIwkPgws() map[string]EpsIwkPgw
GetEpsIwkPgws returns the EpsIwkPgws field value if set, zero value otherwise.
func (*EpsInterworkingInfo) GetEpsIwkPgwsOk ¶
func (o *EpsInterworkingInfo) GetEpsIwkPgwsOk() (*map[string]EpsIwkPgw, bool)
GetEpsIwkPgwsOk returns a tuple with the EpsIwkPgws field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EpsInterworkingInfo) HasEpsIwkPgws ¶
func (o *EpsInterworkingInfo) HasEpsIwkPgws() bool
HasEpsIwkPgws returns a boolean if a field has been set.
func (EpsInterworkingInfo) MarshalJSON ¶
func (o EpsInterworkingInfo) MarshalJSON() ([]byte, error)
func (*EpsInterworkingInfo) SetEpsIwkPgws ¶
func (o *EpsInterworkingInfo) SetEpsIwkPgws(v map[string]EpsIwkPgw)
SetEpsIwkPgws gets a reference to the given map[string]EpsIwkPgw and assigns it to the EpsIwkPgws field.
func (EpsInterworkingInfo) ToMap ¶
func (o EpsInterworkingInfo) ToMap() (map[string]interface{}, error)
type EpsIwkPgw ¶
type EpsIwkPgw struct {
// Fully Qualified Domain Name
PgwFqdn string `json:"pgwFqdn"`
// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
SmfInstanceId string `json:"smfInstanceId"`
PlmnId *PlmnId `json:"plmnId,omitempty"`
}
EpsIwkPgw struct for EpsIwkPgw
func NewEpsIwkPgw ¶
NewEpsIwkPgw instantiates a new EpsIwkPgw 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 NewEpsIwkPgwWithDefaults ¶
func NewEpsIwkPgwWithDefaults() *EpsIwkPgw
NewEpsIwkPgwWithDefaults instantiates a new EpsIwkPgw 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 (*EpsIwkPgw) GetPgwFqdn ¶
GetPgwFqdn returns the PgwFqdn field value
func (*EpsIwkPgw) GetPgwFqdnOk ¶
GetPgwFqdnOk returns a tuple with the PgwFqdn field value and a boolean to check if the value has been set.
func (*EpsIwkPgw) GetPlmnId ¶
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*EpsIwkPgw) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EpsIwkPgw) GetSmfInstanceId ¶
GetSmfInstanceId returns the SmfInstanceId field value
func (*EpsIwkPgw) GetSmfInstanceIdOk ¶
GetSmfInstanceIdOk returns a tuple with the SmfInstanceId field value and a boolean to check if the value has been set.
func (EpsIwkPgw) MarshalJSON ¶
func (*EpsIwkPgw) SetPgwFqdn ¶
SetPgwFqdn sets field value
func (*EpsIwkPgw) SetPlmnId ¶
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
func (*EpsIwkPgw) SetSmfInstanceId ¶
SetSmfInstanceId sets field value
type EpsNasCipheringAlgorithm ¶
type EpsNasCipheringAlgorithm struct {
String *string
}
EpsNasCipheringAlgorithm Indicates the supported EPS NAS Ciphering Algorithm
func (*EpsNasCipheringAlgorithm) MarshalJSON ¶
func (src *EpsNasCipheringAlgorithm) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*EpsNasCipheringAlgorithm) UnmarshalJSON ¶
func (dst *EpsNasCipheringAlgorithm) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type EpsNasIntegrityAlgorithm ¶
type EpsNasIntegrityAlgorithm struct {
String *string
}
EpsNasIntegrityAlgorithm Indicates the supported EPS NAS Integrity Algorithm
func (*EpsNasIntegrityAlgorithm) MarshalJSON ¶
func (src *EpsNasIntegrityAlgorithm) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*EpsNasIntegrityAlgorithm) UnmarshalJSON ¶
func (dst *EpsNasIntegrityAlgorithm) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type EpsNasSecurityMode ¶
type EpsNasSecurityMode struct {
IntegrityAlgorithm EpsNasIntegrityAlgorithm `json:"integrityAlgorithm"`
CipheringAlgorithm EpsNasCipheringAlgorithm `json:"cipheringAlgorithm"`
}
EpsNasSecurityMode Indicates the EPS NAS Security Mode
func NewEpsNasSecurityMode ¶
func NewEpsNasSecurityMode(integrityAlgorithm EpsNasIntegrityAlgorithm, cipheringAlgorithm EpsNasCipheringAlgorithm) *EpsNasSecurityMode
NewEpsNasSecurityMode instantiates a new EpsNasSecurityMode 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 NewEpsNasSecurityModeWithDefaults ¶
func NewEpsNasSecurityModeWithDefaults() *EpsNasSecurityMode
NewEpsNasSecurityModeWithDefaults instantiates a new EpsNasSecurityMode 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 (*EpsNasSecurityMode) GetCipheringAlgorithm ¶
func (o *EpsNasSecurityMode) GetCipheringAlgorithm() EpsNasCipheringAlgorithm
GetCipheringAlgorithm returns the CipheringAlgorithm field value
func (*EpsNasSecurityMode) GetCipheringAlgorithmOk ¶
func (o *EpsNasSecurityMode) GetCipheringAlgorithmOk() (*EpsNasCipheringAlgorithm, bool)
GetCipheringAlgorithmOk returns a tuple with the CipheringAlgorithm field value and a boolean to check if the value has been set.
func (*EpsNasSecurityMode) GetIntegrityAlgorithm ¶
func (o *EpsNasSecurityMode) GetIntegrityAlgorithm() EpsNasIntegrityAlgorithm
GetIntegrityAlgorithm returns the IntegrityAlgorithm field value
func (*EpsNasSecurityMode) GetIntegrityAlgorithmOk ¶
func (o *EpsNasSecurityMode) GetIntegrityAlgorithmOk() (*EpsNasIntegrityAlgorithm, bool)
GetIntegrityAlgorithmOk returns a tuple with the IntegrityAlgorithm field value and a boolean to check if the value has been set.
func (EpsNasSecurityMode) MarshalJSON ¶
func (o EpsNasSecurityMode) MarshalJSON() ([]byte, error)
func (*EpsNasSecurityMode) SetCipheringAlgorithm ¶
func (o *EpsNasSecurityMode) SetCipheringAlgorithm(v EpsNasCipheringAlgorithm)
SetCipheringAlgorithm sets field value
func (*EpsNasSecurityMode) SetIntegrityAlgorithm ¶
func (o *EpsNasSecurityMode) SetIntegrityAlgorithm(v EpsNasIntegrityAlgorithm)
SetIntegrityAlgorithm sets field value
func (EpsNasSecurityMode) ToMap ¶
func (o EpsNasSecurityMode) ToMap() (map[string]interface{}, error)
type EthFlowDescription ¶
type EthFlowDescription struct {
// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
DestMacAddr *string `json:"destMacAddr,omitempty"`
EthType string `json:"ethType"`
// Defines a packet filter of an IP flow.
FDesc *string `json:"fDesc,omitempty"`
FDir *FlowDirection `json:"fDir,omitempty"`
// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
SourceMacAddr *string `json:"sourceMacAddr,omitempty"`
VlanTags []string `json:"vlanTags,omitempty"`
// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
SrcMacAddrEnd *string `json:"srcMacAddrEnd,omitempty"`
// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
DestMacAddrEnd *string `json:"destMacAddrEnd,omitempty"`
}
EthFlowDescription Identifies an Ethernet flow.
func NewEthFlowDescription ¶
func NewEthFlowDescription(ethType string) *EthFlowDescription
NewEthFlowDescription instantiates a new EthFlowDescription 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 NewEthFlowDescriptionWithDefaults ¶
func NewEthFlowDescriptionWithDefaults() *EthFlowDescription
NewEthFlowDescriptionWithDefaults instantiates a new EthFlowDescription 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 (*EthFlowDescription) GetDestMacAddr ¶
func (o *EthFlowDescription) GetDestMacAddr() string
GetDestMacAddr returns the DestMacAddr field value if set, zero value otherwise.
func (*EthFlowDescription) GetDestMacAddrEnd ¶
func (o *EthFlowDescription) GetDestMacAddrEnd() string
GetDestMacAddrEnd returns the DestMacAddrEnd field value if set, zero value otherwise.
func (*EthFlowDescription) GetDestMacAddrEndOk ¶
func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool)
GetDestMacAddrEndOk returns a tuple with the DestMacAddrEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetDestMacAddrOk ¶
func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool)
GetDestMacAddrOk returns a tuple with the DestMacAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetEthType ¶
func (o *EthFlowDescription) GetEthType() string
GetEthType returns the EthType field value
func (*EthFlowDescription) GetEthTypeOk ¶
func (o *EthFlowDescription) GetEthTypeOk() (*string, bool)
GetEthTypeOk returns a tuple with the EthType field value and a boolean to check if the value has been set.
func (*EthFlowDescription) GetFDesc ¶
func (o *EthFlowDescription) GetFDesc() string
GetFDesc returns the FDesc field value if set, zero value otherwise.
func (*EthFlowDescription) GetFDescOk ¶
func (o *EthFlowDescription) GetFDescOk() (*string, bool)
GetFDescOk returns a tuple with the FDesc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetFDir ¶
func (o *EthFlowDescription) GetFDir() FlowDirection
GetFDir returns the FDir field value if set, zero value otherwise.
func (*EthFlowDescription) GetFDirOk ¶
func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool)
GetFDirOk returns a tuple with the FDir field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetSourceMacAddr ¶
func (o *EthFlowDescription) GetSourceMacAddr() string
GetSourceMacAddr returns the SourceMacAddr field value if set, zero value otherwise.
func (*EthFlowDescription) GetSourceMacAddrOk ¶
func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool)
GetSourceMacAddrOk returns a tuple with the SourceMacAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetSrcMacAddrEnd ¶
func (o *EthFlowDescription) GetSrcMacAddrEnd() string
GetSrcMacAddrEnd returns the SrcMacAddrEnd field value if set, zero value otherwise.
func (*EthFlowDescription) GetSrcMacAddrEndOk ¶
func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool)
GetSrcMacAddrEndOk returns a tuple with the SrcMacAddrEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) GetVlanTags ¶
func (o *EthFlowDescription) GetVlanTags() []string
GetVlanTags returns the VlanTags field value if set, zero value otherwise.
func (*EthFlowDescription) GetVlanTagsOk ¶
func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool)
GetVlanTagsOk returns a tuple with the VlanTags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EthFlowDescription) HasDestMacAddr ¶
func (o *EthFlowDescription) HasDestMacAddr() bool
HasDestMacAddr returns a boolean if a field has been set.
func (*EthFlowDescription) HasDestMacAddrEnd ¶
func (o *EthFlowDescription) HasDestMacAddrEnd() bool
HasDestMacAddrEnd returns a boolean if a field has been set.
func (*EthFlowDescription) HasFDesc ¶
func (o *EthFlowDescription) HasFDesc() bool
HasFDesc returns a boolean if a field has been set.
func (*EthFlowDescription) HasFDir ¶
func (o *EthFlowDescription) HasFDir() bool
HasFDir returns a boolean if a field has been set.
func (*EthFlowDescription) HasSourceMacAddr ¶
func (o *EthFlowDescription) HasSourceMacAddr() bool
HasSourceMacAddr returns a boolean if a field has been set.
func (*EthFlowDescription) HasSrcMacAddrEnd ¶
func (o *EthFlowDescription) HasSrcMacAddrEnd() bool
HasSrcMacAddrEnd returns a boolean if a field has been set.
func (*EthFlowDescription) HasVlanTags ¶
func (o *EthFlowDescription) HasVlanTags() bool
HasVlanTags returns a boolean if a field has been set.
func (EthFlowDescription) MarshalJSON ¶
func (o EthFlowDescription) MarshalJSON() ([]byte, error)
func (*EthFlowDescription) SetDestMacAddr ¶
func (o *EthFlowDescription) SetDestMacAddr(v string)
SetDestMacAddr gets a reference to the given string and assigns it to the DestMacAddr field.
func (*EthFlowDescription) SetDestMacAddrEnd ¶
func (o *EthFlowDescription) SetDestMacAddrEnd(v string)
SetDestMacAddrEnd gets a reference to the given string and assigns it to the DestMacAddrEnd field.
func (*EthFlowDescription) SetEthType ¶
func (o *EthFlowDescription) SetEthType(v string)
SetEthType sets field value
func (*EthFlowDescription) SetFDesc ¶
func (o *EthFlowDescription) SetFDesc(v string)
SetFDesc gets a reference to the given string and assigns it to the FDesc field.
func (*EthFlowDescription) SetFDir ¶
func (o *EthFlowDescription) SetFDir(v FlowDirection)
SetFDir gets a reference to the given FlowDirection and assigns it to the FDir field.
func (*EthFlowDescription) SetSourceMacAddr ¶
func (o *EthFlowDescription) SetSourceMacAddr(v string)
SetSourceMacAddr gets a reference to the given string and assigns it to the SourceMacAddr field.
func (*EthFlowDescription) SetSrcMacAddrEnd ¶
func (o *EthFlowDescription) SetSrcMacAddrEnd(v string)
SetSrcMacAddrEnd gets a reference to the given string and assigns it to the SrcMacAddrEnd field.
func (*EthFlowDescription) SetVlanTags ¶
func (o *EthFlowDescription) SetVlanTags(v []string)
SetVlanTags gets a reference to the given []string and assigns it to the VlanTags field.
func (EthFlowDescription) ToMap ¶
func (o EthFlowDescription) ToMap() (map[string]interface{}, error)
type EutraLocation ¶
type EutraLocation struct {
Tai Tai `json:"tai"`
IgnoreTai *bool `json:"ignoreTai,omitempty"`
Ecgi Ecgi `json:"ecgi"`
// This flag when present shall indicate that the Ecgi shall be ignored When present, it shall be set as follows: - true: ecgi shall be ignored. - false (default): ecgi shall not be ignored.
IgnoreEcgi *bool `json:"ignoreEcgi,omitempty"`
// The value represents the elapsed time in minutes since the last network contact of the mobile station. Value \"0\" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful NG-RAN location reporting procedure with the eNB when the UE is in connected mode. Any other value than \"0\" indicates that the location information is the last known one. See 3GPP TS 29.002 clause 17.7.8.
AgeOfLocationInformation *int32 `json:"ageOfLocationInformation,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
UeLocationTimestamp *time.Time `json:"ueLocationTimestamp,omitempty"`
// Refer to geographical Information. See 3GPP TS 23.032 clause 7.3.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used.
GeographicalInformation *string `json:"geographicalInformation,omitempty"`
// Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used.
GeodeticInformation *string `json:"geodeticInformation,omitempty"`
GlobalNgenbId *GlobalRanNodeId `json:"globalNgenbId,omitempty"`
GlobalENbId *GlobalRanNodeId `json:"globalENbId,omitempty"`
}
EutraLocation Contains the E-UTRA user location.
func NewEutraLocation ¶
func NewEutraLocation(tai Tai, ecgi Ecgi) *EutraLocation
NewEutraLocation instantiates a new EutraLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEutraLocationWithDefaults ¶
func NewEutraLocationWithDefaults() *EutraLocation
NewEutraLocationWithDefaults instantiates a new EutraLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EutraLocation) GetAgeOfLocationInformation ¶
func (o *EutraLocation) GetAgeOfLocationInformation() int32
GetAgeOfLocationInformation returns the AgeOfLocationInformation field value if set, zero value otherwise.
func (*EutraLocation) GetAgeOfLocationInformationOk ¶
func (o *EutraLocation) GetAgeOfLocationInformationOk() (*int32, bool)
GetAgeOfLocationInformationOk returns a tuple with the AgeOfLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetEcgi ¶
func (o *EutraLocation) GetEcgi() Ecgi
GetEcgi returns the Ecgi field value
func (*EutraLocation) GetEcgiOk ¶
func (o *EutraLocation) GetEcgiOk() (*Ecgi, bool)
GetEcgiOk returns a tuple with the Ecgi field value and a boolean to check if the value has been set.
func (*EutraLocation) GetGeodeticInformation ¶
func (o *EutraLocation) GetGeodeticInformation() string
GetGeodeticInformation returns the GeodeticInformation field value if set, zero value otherwise.
func (*EutraLocation) GetGeodeticInformationOk ¶
func (o *EutraLocation) GetGeodeticInformationOk() (*string, bool)
GetGeodeticInformationOk returns a tuple with the GeodeticInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetGeographicalInformation ¶
func (o *EutraLocation) GetGeographicalInformation() string
GetGeographicalInformation returns the GeographicalInformation field value if set, zero value otherwise.
func (*EutraLocation) GetGeographicalInformationOk ¶
func (o *EutraLocation) GetGeographicalInformationOk() (*string, bool)
GetGeographicalInformationOk returns a tuple with the GeographicalInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetGlobalENbId ¶
func (o *EutraLocation) GetGlobalENbId() GlobalRanNodeId
GetGlobalENbId returns the GlobalENbId field value if set, zero value otherwise.
func (*EutraLocation) GetGlobalENbIdOk ¶
func (o *EutraLocation) GetGlobalENbIdOk() (*GlobalRanNodeId, bool)
GetGlobalENbIdOk returns a tuple with the GlobalENbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetGlobalNgenbId ¶
func (o *EutraLocation) GetGlobalNgenbId() GlobalRanNodeId
GetGlobalNgenbId returns the GlobalNgenbId field value if set, zero value otherwise.
func (*EutraLocation) GetGlobalNgenbIdOk ¶
func (o *EutraLocation) GetGlobalNgenbIdOk() (*GlobalRanNodeId, bool)
GetGlobalNgenbIdOk returns a tuple with the GlobalNgenbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetIgnoreEcgi ¶
func (o *EutraLocation) GetIgnoreEcgi() bool
GetIgnoreEcgi returns the IgnoreEcgi field value if set, zero value otherwise.
func (*EutraLocation) GetIgnoreEcgiOk ¶
func (o *EutraLocation) GetIgnoreEcgiOk() (*bool, bool)
GetIgnoreEcgiOk returns a tuple with the IgnoreEcgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetIgnoreTai ¶
func (o *EutraLocation) GetIgnoreTai() bool
GetIgnoreTai returns the IgnoreTai field value if set, zero value otherwise.
func (*EutraLocation) GetIgnoreTaiOk ¶
func (o *EutraLocation) GetIgnoreTaiOk() (*bool, bool)
GetIgnoreTaiOk returns a tuple with the IgnoreTai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) GetTai ¶
func (o *EutraLocation) GetTai() Tai
GetTai returns the Tai field value
func (*EutraLocation) GetTaiOk ¶
func (o *EutraLocation) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value and a boolean to check if the value has been set.
func (*EutraLocation) GetUeLocationTimestamp ¶
func (o *EutraLocation) GetUeLocationTimestamp() time.Time
GetUeLocationTimestamp returns the UeLocationTimestamp field value if set, zero value otherwise.
func (*EutraLocation) GetUeLocationTimestampOk ¶
func (o *EutraLocation) GetUeLocationTimestampOk() (*time.Time, bool)
GetUeLocationTimestampOk returns a tuple with the UeLocationTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EutraLocation) HasAgeOfLocationInformation ¶
func (o *EutraLocation) HasAgeOfLocationInformation() bool
HasAgeOfLocationInformation returns a boolean if a field has been set.
func (*EutraLocation) HasGeodeticInformation ¶
func (o *EutraLocation) HasGeodeticInformation() bool
HasGeodeticInformation returns a boolean if a field has been set.
func (*EutraLocation) HasGeographicalInformation ¶
func (o *EutraLocation) HasGeographicalInformation() bool
HasGeographicalInformation returns a boolean if a field has been set.
func (*EutraLocation) HasGlobalENbId ¶
func (o *EutraLocation) HasGlobalENbId() bool
HasGlobalENbId returns a boolean if a field has been set.
func (*EutraLocation) HasGlobalNgenbId ¶
func (o *EutraLocation) HasGlobalNgenbId() bool
HasGlobalNgenbId returns a boolean if a field has been set.
func (*EutraLocation) HasIgnoreEcgi ¶
func (o *EutraLocation) HasIgnoreEcgi() bool
HasIgnoreEcgi returns a boolean if a field has been set.
func (*EutraLocation) HasIgnoreTai ¶
func (o *EutraLocation) HasIgnoreTai() bool
HasIgnoreTai returns a boolean if a field has been set.
func (*EutraLocation) HasUeLocationTimestamp ¶
func (o *EutraLocation) HasUeLocationTimestamp() bool
HasUeLocationTimestamp returns a boolean if a field has been set.
func (EutraLocation) MarshalJSON ¶
func (o EutraLocation) MarshalJSON() ([]byte, error)
func (*EutraLocation) SetAgeOfLocationInformation ¶
func (o *EutraLocation) SetAgeOfLocationInformation(v int32)
SetAgeOfLocationInformation gets a reference to the given int32 and assigns it to the AgeOfLocationInformation field.
func (*EutraLocation) SetGeodeticInformation ¶
func (o *EutraLocation) SetGeodeticInformation(v string)
SetGeodeticInformation gets a reference to the given string and assigns it to the GeodeticInformation field.
func (*EutraLocation) SetGeographicalInformation ¶
func (o *EutraLocation) SetGeographicalInformation(v string)
SetGeographicalInformation gets a reference to the given string and assigns it to the GeographicalInformation field.
func (*EutraLocation) SetGlobalENbId ¶
func (o *EutraLocation) SetGlobalENbId(v GlobalRanNodeId)
SetGlobalENbId gets a reference to the given GlobalRanNodeId and assigns it to the GlobalENbId field.
func (*EutraLocation) SetGlobalNgenbId ¶
func (o *EutraLocation) SetGlobalNgenbId(v GlobalRanNodeId)
SetGlobalNgenbId gets a reference to the given GlobalRanNodeId and assigns it to the GlobalNgenbId field.
func (*EutraLocation) SetIgnoreEcgi ¶
func (o *EutraLocation) SetIgnoreEcgi(v bool)
SetIgnoreEcgi gets a reference to the given bool and assigns it to the IgnoreEcgi field.
func (*EutraLocation) SetIgnoreTai ¶
func (o *EutraLocation) SetIgnoreTai(v bool)
SetIgnoreTai gets a reference to the given bool and assigns it to the IgnoreTai field.
func (*EutraLocation) SetUeLocationTimestamp ¶
func (o *EutraLocation) SetUeLocationTimestamp(v time.Time)
SetUeLocationTimestamp gets a reference to the given time.Time and assigns it to the UeLocationTimestamp field.
func (EutraLocation) ToMap ¶
func (o EutraLocation) ToMap() (map[string]interface{}, error)
type EventNotification ¶
type EventNotification struct {
Event NwdafEvent `json:"event"`
// string with format 'date-time' as defined in OpenAPI.
Start *time.Time `json:"start,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
Expiry *time.Time `json:"expiry,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
TimeStampGen *time.Time `json:"timeStampGen,omitempty"`
FailNotifyCode *NwdafFailureCode `json:"failNotifyCode,omitempty"`
// indicating a time in seconds.
RvWaitTime *int32 `json:"rvWaitTime,omitempty"`
AnaMetaInfo *AnalyticsMetadataInfo `json:"anaMetaInfo,omitempty"`
NfLoadLevelInfos []NfLoadLevelInformation `json:"nfLoadLevelInfos,omitempty"`
NsiLoadLevelInfos []NsiLoadLevelInfo `json:"nsiLoadLevelInfos,omitempty"`
SliceLoadLevelInfo *SliceLoadLevelInformation `json:"sliceLoadLevelInfo,omitempty"`
SvcExps []ServiceExperienceInfo `json:"svcExps,omitempty"`
QosSustainInfos []QosSustainabilityInfo `json:"qosSustainInfos,omitempty"`
UeComms []UeCommunication `json:"ueComms,omitempty"`
UeMobs []UeMobility `json:"ueMobs,omitempty"`
UserDataCongInfos []UserDataCongestionInfo `json:"userDataCongInfos,omitempty"`
AbnorBehavrs []AbnormalBehaviour `json:"abnorBehavrs,omitempty"`
NwPerfs []NetworkPerfInfo `json:"nwPerfs,omitempty"`
DnPerfInfos []DnPerfInfo `json:"dnPerfInfos,omitempty"`
DisperInfos []DispersionInfo `json:"disperInfos,omitempty"`
RedTransInfos []RedundantTransmissionExpInfo `json:"redTransInfos,omitempty"`
WlanInfos []WlanPerformanceInfo `json:"wlanInfos,omitempty"`
SmccExps []SmcceInfo `json:"smccExps,omitempty"`
}
EventNotification Represents a notification on events that occurred.
func NewEventNotification ¶
func NewEventNotification(event NwdafEvent) *EventNotification
NewEventNotification instantiates a new EventNotification 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 NewEventNotificationWithDefaults ¶
func NewEventNotificationWithDefaults() *EventNotification
NewEventNotificationWithDefaults instantiates a new EventNotification 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 (*EventNotification) GetAbnorBehavrs ¶
func (o *EventNotification) GetAbnorBehavrs() []AbnormalBehaviour
GetAbnorBehavrs returns the AbnorBehavrs field value if set, zero value otherwise.
func (*EventNotification) GetAbnorBehavrsOk ¶
func (o *EventNotification) GetAbnorBehavrsOk() ([]AbnormalBehaviour, bool)
GetAbnorBehavrsOk returns a tuple with the AbnorBehavrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetAnaMetaInfo ¶
func (o *EventNotification) GetAnaMetaInfo() AnalyticsMetadataInfo
GetAnaMetaInfo returns the AnaMetaInfo field value if set, zero value otherwise.
func (*EventNotification) GetAnaMetaInfoOk ¶
func (o *EventNotification) GetAnaMetaInfoOk() (*AnalyticsMetadataInfo, bool)
GetAnaMetaInfoOk returns a tuple with the AnaMetaInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetDisperInfos ¶
func (o *EventNotification) GetDisperInfos() []DispersionInfo
GetDisperInfos returns the DisperInfos field value if set, zero value otherwise.
func (*EventNotification) GetDisperInfosOk ¶
func (o *EventNotification) GetDisperInfosOk() ([]DispersionInfo, bool)
GetDisperInfosOk returns a tuple with the DisperInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetDnPerfInfos ¶
func (o *EventNotification) GetDnPerfInfos() []DnPerfInfo
GetDnPerfInfos returns the DnPerfInfos field value if set, zero value otherwise.
func (*EventNotification) GetDnPerfInfosOk ¶
func (o *EventNotification) GetDnPerfInfosOk() ([]DnPerfInfo, bool)
GetDnPerfInfosOk returns a tuple with the DnPerfInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetEvent ¶
func (o *EventNotification) GetEvent() NwdafEvent
GetEvent returns the Event field value
func (*EventNotification) GetEventOk ¶
func (o *EventNotification) GetEventOk() (*NwdafEvent, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*EventNotification) GetExpiry ¶
func (o *EventNotification) GetExpiry() time.Time
GetExpiry returns the Expiry field value if set, zero value otherwise.
func (*EventNotification) GetExpiryOk ¶
func (o *EventNotification) 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 (*EventNotification) GetFailNotifyCode ¶
func (o *EventNotification) GetFailNotifyCode() NwdafFailureCode
GetFailNotifyCode returns the FailNotifyCode field value if set, zero value otherwise.
func (*EventNotification) GetFailNotifyCodeOk ¶
func (o *EventNotification) GetFailNotifyCodeOk() (*NwdafFailureCode, bool)
GetFailNotifyCodeOk returns a tuple with the FailNotifyCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetNfLoadLevelInfos ¶
func (o *EventNotification) GetNfLoadLevelInfos() []NfLoadLevelInformation
GetNfLoadLevelInfos returns the NfLoadLevelInfos field value if set, zero value otherwise.
func (*EventNotification) GetNfLoadLevelInfosOk ¶
func (o *EventNotification) GetNfLoadLevelInfosOk() ([]NfLoadLevelInformation, bool)
GetNfLoadLevelInfosOk returns a tuple with the NfLoadLevelInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetNsiLoadLevelInfos ¶
func (o *EventNotification) GetNsiLoadLevelInfos() []NsiLoadLevelInfo
GetNsiLoadLevelInfos returns the NsiLoadLevelInfos field value if set, zero value otherwise.
func (*EventNotification) GetNsiLoadLevelInfosOk ¶
func (o *EventNotification) GetNsiLoadLevelInfosOk() ([]NsiLoadLevelInfo, bool)
GetNsiLoadLevelInfosOk returns a tuple with the NsiLoadLevelInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetNwPerfs ¶
func (o *EventNotification) GetNwPerfs() []NetworkPerfInfo
GetNwPerfs returns the NwPerfs field value if set, zero value otherwise.
func (*EventNotification) GetNwPerfsOk ¶
func (o *EventNotification) GetNwPerfsOk() ([]NetworkPerfInfo, bool)
GetNwPerfsOk returns a tuple with the NwPerfs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetQosSustainInfos ¶
func (o *EventNotification) GetQosSustainInfos() []QosSustainabilityInfo
GetQosSustainInfos returns the QosSustainInfos field value if set, zero value otherwise.
func (*EventNotification) GetQosSustainInfosOk ¶
func (o *EventNotification) GetQosSustainInfosOk() ([]QosSustainabilityInfo, bool)
GetQosSustainInfosOk returns a tuple with the QosSustainInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetRedTransInfos ¶
func (o *EventNotification) GetRedTransInfos() []RedundantTransmissionExpInfo
GetRedTransInfos returns the RedTransInfos field value if set, zero value otherwise.
func (*EventNotification) GetRedTransInfosOk ¶
func (o *EventNotification) GetRedTransInfosOk() ([]RedundantTransmissionExpInfo, bool)
GetRedTransInfosOk returns a tuple with the RedTransInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetRvWaitTime ¶
func (o *EventNotification) GetRvWaitTime() int32
GetRvWaitTime returns the RvWaitTime field value if set, zero value otherwise.
func (*EventNotification) GetRvWaitTimeOk ¶
func (o *EventNotification) GetRvWaitTimeOk() (*int32, bool)
GetRvWaitTimeOk returns a tuple with the RvWaitTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetSliceLoadLevelInfo ¶
func (o *EventNotification) GetSliceLoadLevelInfo() SliceLoadLevelInformation
GetSliceLoadLevelInfo returns the SliceLoadLevelInfo field value if set, zero value otherwise.
func (*EventNotification) GetSliceLoadLevelInfoOk ¶
func (o *EventNotification) GetSliceLoadLevelInfoOk() (*SliceLoadLevelInformation, bool)
GetSliceLoadLevelInfoOk returns a tuple with the SliceLoadLevelInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetSmccExps ¶
func (o *EventNotification) GetSmccExps() []SmcceInfo
GetSmccExps returns the SmccExps field value if set, zero value otherwise.
func (*EventNotification) GetSmccExpsOk ¶
func (o *EventNotification) GetSmccExpsOk() ([]SmcceInfo, bool)
GetSmccExpsOk returns a tuple with the SmccExps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetStart ¶
func (o *EventNotification) GetStart() time.Time
GetStart returns the Start field value if set, zero value otherwise.
func (*EventNotification) GetStartOk ¶
func (o *EventNotification) GetStartOk() (*time.Time, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetSvcExps ¶
func (o *EventNotification) GetSvcExps() []ServiceExperienceInfo
GetSvcExps returns the SvcExps field value if set, zero value otherwise.
func (*EventNotification) GetSvcExpsOk ¶
func (o *EventNotification) GetSvcExpsOk() ([]ServiceExperienceInfo, bool)
GetSvcExpsOk returns a tuple with the SvcExps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetTimeStampGen ¶
func (o *EventNotification) GetTimeStampGen() time.Time
GetTimeStampGen returns the TimeStampGen field value if set, zero value otherwise.
func (*EventNotification) GetTimeStampGenOk ¶
func (o *EventNotification) GetTimeStampGenOk() (*time.Time, bool)
GetTimeStampGenOk returns a tuple with the TimeStampGen field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetUeComms ¶
func (o *EventNotification) GetUeComms() []UeCommunication
GetUeComms returns the UeComms field value if set, zero value otherwise.
func (*EventNotification) GetUeCommsOk ¶
func (o *EventNotification) GetUeCommsOk() ([]UeCommunication, bool)
GetUeCommsOk returns a tuple with the UeComms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetUeMobs ¶
func (o *EventNotification) GetUeMobs() []UeMobility
GetUeMobs returns the UeMobs field value if set, zero value otherwise.
func (*EventNotification) GetUeMobsOk ¶
func (o *EventNotification) GetUeMobsOk() ([]UeMobility, bool)
GetUeMobsOk returns a tuple with the UeMobs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetUserDataCongInfos ¶
func (o *EventNotification) GetUserDataCongInfos() []UserDataCongestionInfo
GetUserDataCongInfos returns the UserDataCongInfos field value if set, zero value otherwise.
func (*EventNotification) GetUserDataCongInfosOk ¶
func (o *EventNotification) GetUserDataCongInfosOk() ([]UserDataCongestionInfo, bool)
GetUserDataCongInfosOk returns a tuple with the UserDataCongInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) GetWlanInfos ¶
func (o *EventNotification) GetWlanInfos() []WlanPerformanceInfo
GetWlanInfos returns the WlanInfos field value if set, zero value otherwise.
func (*EventNotification) GetWlanInfosOk ¶
func (o *EventNotification) GetWlanInfosOk() ([]WlanPerformanceInfo, bool)
GetWlanInfosOk returns a tuple with the WlanInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventNotification) HasAbnorBehavrs ¶
func (o *EventNotification) HasAbnorBehavrs() bool
HasAbnorBehavrs returns a boolean if a field has been set.
func (*EventNotification) HasAnaMetaInfo ¶
func (o *EventNotification) HasAnaMetaInfo() bool
HasAnaMetaInfo returns a boolean if a field has been set.
func (*EventNotification) HasDisperInfos ¶
func (o *EventNotification) HasDisperInfos() bool
HasDisperInfos returns a boolean if a field has been set.
func (*EventNotification) HasDnPerfInfos ¶
func (o *EventNotification) HasDnPerfInfos() bool
HasDnPerfInfos returns a boolean if a field has been set.
func (*EventNotification) HasExpiry ¶
func (o *EventNotification) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (*EventNotification) HasFailNotifyCode ¶
func (o *EventNotification) HasFailNotifyCode() bool
HasFailNotifyCode returns a boolean if a field has been set.
func (*EventNotification) HasNfLoadLevelInfos ¶
func (o *EventNotification) HasNfLoadLevelInfos() bool
HasNfLoadLevelInfos returns a boolean if a field has been set.
func (*EventNotification) HasNsiLoadLevelInfos ¶
func (o *EventNotification) HasNsiLoadLevelInfos() bool
HasNsiLoadLevelInfos returns a boolean if a field has been set.
func (*EventNotification) HasNwPerfs ¶
func (o *EventNotification) HasNwPerfs() bool
HasNwPerfs returns a boolean if a field has been set.
func (*EventNotification) HasQosSustainInfos ¶
func (o *EventNotification) HasQosSustainInfos() bool
HasQosSustainInfos returns a boolean if a field has been set.
func (*EventNotification) HasRedTransInfos ¶
func (o *EventNotification) HasRedTransInfos() bool
HasRedTransInfos returns a boolean if a field has been set.
func (*EventNotification) HasRvWaitTime ¶
func (o *EventNotification) HasRvWaitTime() bool
HasRvWaitTime returns a boolean if a field has been set.
func (*EventNotification) HasSliceLoadLevelInfo ¶
func (o *EventNotification) HasSliceLoadLevelInfo() bool
HasSliceLoadLevelInfo returns a boolean if a field has been set.
func (*EventNotification) HasSmccExps ¶
func (o *EventNotification) HasSmccExps() bool
HasSmccExps returns a boolean if a field has been set.
func (*EventNotification) HasStart ¶
func (o *EventNotification) HasStart() bool
HasStart returns a boolean if a field has been set.
func (*EventNotification) HasSvcExps ¶
func (o *EventNotification) HasSvcExps() bool
HasSvcExps returns a boolean if a field has been set.
func (*EventNotification) HasTimeStampGen ¶
func (o *EventNotification) HasTimeStampGen() bool
HasTimeStampGen returns a boolean if a field has been set.
func (*EventNotification) HasUeComms ¶
func (o *EventNotification) HasUeComms() bool
HasUeComms returns a boolean if a field has been set.
func (*EventNotification) HasUeMobs ¶
func (o *EventNotification) HasUeMobs() bool
HasUeMobs returns a boolean if a field has been set.
func (*EventNotification) HasUserDataCongInfos ¶
func (o *EventNotification) HasUserDataCongInfos() bool
HasUserDataCongInfos returns a boolean if a field has been set.
func (*EventNotification) HasWlanInfos ¶
func (o *EventNotification) HasWlanInfos() bool
HasWlanInfos returns a boolean if a field has been set.
func (EventNotification) MarshalJSON ¶
func (o EventNotification) MarshalJSON() ([]byte, error)
func (*EventNotification) SetAbnorBehavrs ¶
func (o *EventNotification) SetAbnorBehavrs(v []AbnormalBehaviour)
SetAbnorBehavrs gets a reference to the given []AbnormalBehaviour and assigns it to the AbnorBehavrs field.
func (*EventNotification) SetAnaMetaInfo ¶
func (o *EventNotification) SetAnaMetaInfo(v AnalyticsMetadataInfo)
SetAnaMetaInfo gets a reference to the given AnalyticsMetadataInfo and assigns it to the AnaMetaInfo field.
func (*EventNotification) SetDisperInfos ¶
func (o *EventNotification) SetDisperInfos(v []DispersionInfo)
SetDisperInfos gets a reference to the given []DispersionInfo and assigns it to the DisperInfos field.
func (*EventNotification) SetDnPerfInfos ¶
func (o *EventNotification) SetDnPerfInfos(v []DnPerfInfo)
SetDnPerfInfos gets a reference to the given []DnPerfInfo and assigns it to the DnPerfInfos field.
func (*EventNotification) SetEvent ¶
func (o *EventNotification) SetEvent(v NwdafEvent)
SetEvent sets field value
func (*EventNotification) SetExpiry ¶
func (o *EventNotification) SetExpiry(v time.Time)
SetExpiry gets a reference to the given time.Time and assigns it to the Expiry field.
func (*EventNotification) SetFailNotifyCode ¶
func (o *EventNotification) SetFailNotifyCode(v NwdafFailureCode)
SetFailNotifyCode gets a reference to the given NwdafFailureCode and assigns it to the FailNotifyCode field.
func (*EventNotification) SetNfLoadLevelInfos ¶
func (o *EventNotification) SetNfLoadLevelInfos(v []NfLoadLevelInformation)
SetNfLoadLevelInfos gets a reference to the given []NfLoadLevelInformation and assigns it to the NfLoadLevelInfos field.
func (*EventNotification) SetNsiLoadLevelInfos ¶
func (o *EventNotification) SetNsiLoadLevelInfos(v []NsiLoadLevelInfo)
SetNsiLoadLevelInfos gets a reference to the given []NsiLoadLevelInfo and assigns it to the NsiLoadLevelInfos field.
func (*EventNotification) SetNwPerfs ¶
func (o *EventNotification) SetNwPerfs(v []NetworkPerfInfo)
SetNwPerfs gets a reference to the given []NetworkPerfInfo and assigns it to the NwPerfs field.
func (*EventNotification) SetQosSustainInfos ¶
func (o *EventNotification) SetQosSustainInfos(v []QosSustainabilityInfo)
SetQosSustainInfos gets a reference to the given []QosSustainabilityInfo and assigns it to the QosSustainInfos field.
func (*EventNotification) SetRedTransInfos ¶
func (o *EventNotification) SetRedTransInfos(v []RedundantTransmissionExpInfo)
SetRedTransInfos gets a reference to the given []RedundantTransmissionExpInfo and assigns it to the RedTransInfos field.
func (*EventNotification) SetRvWaitTime ¶
func (o *EventNotification) SetRvWaitTime(v int32)
SetRvWaitTime gets a reference to the given int32 and assigns it to the RvWaitTime field.
func (*EventNotification) SetSliceLoadLevelInfo ¶
func (o *EventNotification) SetSliceLoadLevelInfo(v SliceLoadLevelInformation)
SetSliceLoadLevelInfo gets a reference to the given SliceLoadLevelInformation and assigns it to the SliceLoadLevelInfo field.
func (*EventNotification) SetSmccExps ¶
func (o *EventNotification) SetSmccExps(v []SmcceInfo)
SetSmccExps gets a reference to the given []SmcceInfo and assigns it to the SmccExps field.
func (*EventNotification) SetStart ¶
func (o *EventNotification) SetStart(v time.Time)
SetStart gets a reference to the given time.Time and assigns it to the Start field.
func (*EventNotification) SetSvcExps ¶
func (o *EventNotification) SetSvcExps(v []ServiceExperienceInfo)
SetSvcExps gets a reference to the given []ServiceExperienceInfo and assigns it to the SvcExps field.
func (*EventNotification) SetTimeStampGen ¶
func (o *EventNotification) SetTimeStampGen(v time.Time)
SetTimeStampGen gets a reference to the given time.Time and assigns it to the TimeStampGen field.
func (*EventNotification) SetUeComms ¶
func (o *EventNotification) SetUeComms(v []UeCommunication)
SetUeComms gets a reference to the given []UeCommunication and assigns it to the UeComms field.
func (*EventNotification) SetUeMobs ¶
func (o *EventNotification) SetUeMobs(v []UeMobility)
SetUeMobs gets a reference to the given []UeMobility and assigns it to the UeMobs field.
func (*EventNotification) SetUserDataCongInfos ¶
func (o *EventNotification) SetUserDataCongInfos(v []UserDataCongestionInfo)
SetUserDataCongInfos gets a reference to the given []UserDataCongestionInfo and assigns it to the UserDataCongInfos field.
func (*EventNotification) SetWlanInfos ¶
func (o *EventNotification) SetWlanInfos(v []WlanPerformanceInfo)
SetWlanInfos gets a reference to the given []WlanPerformanceInfo and assigns it to the WlanInfos field.
func (EventNotification) ToMap ¶
func (o EventNotification) ToMap() (map[string]interface{}, error)
type EventReportingRequirement ¶
type EventReportingRequirement struct {
Accuracy *Accuracy `json:"accuracy,omitempty"`
// Each element indicates the preferred accuracy level per analytics subset. It may be present if the \"listOfAnaSubsets\" attribute is present in the subscription request when the subscription event is NF_LOAD, UE_COMM, DISPERSION, NETWORK_PERFORMANCE, WLAN_PERFORMANCE, DN_PERFORMANCE or SERVICE_EXPERIENCE.
AccPerSubset []Accuracy `json:"accPerSubset,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
StartTs *time.Time `json:"startTs,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
EndTs *time.Time `json:"endTs,omitempty"`
// Offset period in units of seconds to the reporting time, if the value is negative means statistics in the past offset period, otherwise a positive value means prediction in the future offset period. May be present if the \"repPeriod\" attribute is included within the \"evtReq\" attribute.
OffsetPeriod *int32 `json:"offsetPeriod,omitempty"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
SampRatio *int32 `json:"sampRatio,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
MaxObjectNbr *int32 `json:"maxObjectNbr,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
MaxSupiNbr *int32 `json:"maxSupiNbr,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
TimeAnaNeeded *time.Time `json:"timeAnaNeeded,omitempty"`
AnaMeta []AnalyticsMetadata `json:"anaMeta,omitempty"`
AnaMetaInd *AnalyticsMetadataIndication `json:"anaMetaInd,omitempty"`
}
EventReportingRequirement Represents the type of reporting that the subscription requires.
func NewEventReportingRequirement ¶
func NewEventReportingRequirement() *EventReportingRequirement
NewEventReportingRequirement instantiates a new EventReportingRequirement 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 NewEventReportingRequirementWithDefaults ¶
func NewEventReportingRequirementWithDefaults() *EventReportingRequirement
NewEventReportingRequirementWithDefaults instantiates a new EventReportingRequirement 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 (*EventReportingRequirement) GetAccPerSubset ¶
func (o *EventReportingRequirement) GetAccPerSubset() []Accuracy
GetAccPerSubset returns the AccPerSubset field value if set, zero value otherwise.
func (*EventReportingRequirement) GetAccPerSubsetOk ¶
func (o *EventReportingRequirement) GetAccPerSubsetOk() ([]Accuracy, bool)
GetAccPerSubsetOk returns a tuple with the AccPerSubset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingRequirement) GetAccuracy ¶
func (o *EventReportingRequirement) GetAccuracy() Accuracy
GetAccuracy returns the Accuracy field value if set, zero value otherwise.
func (*EventReportingRequirement) GetAccuracyOk ¶
func (o *EventReportingRequirement) 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 (*EventReportingRequirement) GetAnaMeta ¶
func (o *EventReportingRequirement) GetAnaMeta() []AnalyticsMetadata
GetAnaMeta returns the AnaMeta field value if set, zero value otherwise.
func (*EventReportingRequirement) GetAnaMetaInd ¶
func (o *EventReportingRequirement) GetAnaMetaInd() AnalyticsMetadataIndication
GetAnaMetaInd returns the AnaMetaInd field value if set, zero value otherwise.
func (*EventReportingRequirement) GetAnaMetaIndOk ¶
func (o *EventReportingRequirement) GetAnaMetaIndOk() (*AnalyticsMetadataIndication, bool)
GetAnaMetaIndOk returns a tuple with the AnaMetaInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingRequirement) GetAnaMetaOk ¶
func (o *EventReportingRequirement) GetAnaMetaOk() ([]AnalyticsMetadata, bool)
GetAnaMetaOk returns a tuple with the AnaMeta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingRequirement) GetEndTs ¶
func (o *EventReportingRequirement) GetEndTs() time.Time
GetEndTs returns the EndTs field value if set, zero value otherwise.
func (*EventReportingRequirement) GetEndTsOk ¶
func (o *EventReportingRequirement) GetEndTsOk() (*time.Time, bool)
GetEndTsOk returns a tuple with the EndTs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingRequirement) GetMaxObjectNbr ¶
func (o *EventReportingRequirement) GetMaxObjectNbr() int32
GetMaxObjectNbr returns the MaxObjectNbr field value if set, zero value otherwise.
func (*EventReportingRequirement) GetMaxObjectNbrOk ¶
func (o *EventReportingRequirement) GetMaxObjectNbrOk() (*int32, bool)
GetMaxObjectNbrOk returns a tuple with the MaxObjectNbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingRequirement) GetMaxSupiNbr ¶
func (o *EventReportingRequirement) GetMaxSupiNbr() int32
GetMaxSupiNbr returns the MaxSupiNbr field value if set, zero value otherwise.
func (*EventReportingRequirement) GetMaxSupiNbrOk ¶
func (o *EventReportingRequirement) GetMaxSupiNbrOk() (*int32, bool)
GetMaxSupiNbrOk returns a tuple with the MaxSupiNbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingRequirement) GetOffsetPeriod ¶
func (o *EventReportingRequirement) GetOffsetPeriod() int32
GetOffsetPeriod returns the OffsetPeriod field value if set, zero value otherwise.
func (*EventReportingRequirement) GetOffsetPeriodOk ¶
func (o *EventReportingRequirement) GetOffsetPeriodOk() (*int32, bool)
GetOffsetPeriodOk returns a tuple with the OffsetPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingRequirement) GetSampRatio ¶
func (o *EventReportingRequirement) GetSampRatio() int32
GetSampRatio returns the SampRatio field value if set, zero value otherwise.
func (*EventReportingRequirement) GetSampRatioOk ¶
func (o *EventReportingRequirement) 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 (*EventReportingRequirement) GetStartTs ¶
func (o *EventReportingRequirement) GetStartTs() time.Time
GetStartTs returns the StartTs field value if set, zero value otherwise.
func (*EventReportingRequirement) GetStartTsOk ¶
func (o *EventReportingRequirement) GetStartTsOk() (*time.Time, bool)
GetStartTsOk returns a tuple with the StartTs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingRequirement) GetTimeAnaNeeded ¶
func (o *EventReportingRequirement) GetTimeAnaNeeded() time.Time
GetTimeAnaNeeded returns the TimeAnaNeeded field value if set, zero value otherwise.
func (*EventReportingRequirement) GetTimeAnaNeededOk ¶
func (o *EventReportingRequirement) GetTimeAnaNeededOk() (*time.Time, bool)
GetTimeAnaNeededOk returns a tuple with the TimeAnaNeeded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventReportingRequirement) HasAccPerSubset ¶
func (o *EventReportingRequirement) HasAccPerSubset() bool
HasAccPerSubset returns a boolean if a field has been set.
func (*EventReportingRequirement) HasAccuracy ¶
func (o *EventReportingRequirement) HasAccuracy() bool
HasAccuracy returns a boolean if a field has been set.
func (*EventReportingRequirement) HasAnaMeta ¶
func (o *EventReportingRequirement) HasAnaMeta() bool
HasAnaMeta returns a boolean if a field has been set.
func (*EventReportingRequirement) HasAnaMetaInd ¶
func (o *EventReportingRequirement) HasAnaMetaInd() bool
HasAnaMetaInd returns a boolean if a field has been set.
func (*EventReportingRequirement) HasEndTs ¶
func (o *EventReportingRequirement) HasEndTs() bool
HasEndTs returns a boolean if a field has been set.
func (*EventReportingRequirement) HasMaxObjectNbr ¶
func (o *EventReportingRequirement) HasMaxObjectNbr() bool
HasMaxObjectNbr returns a boolean if a field has been set.
func (*EventReportingRequirement) HasMaxSupiNbr ¶
func (o *EventReportingRequirement) HasMaxSupiNbr() bool
HasMaxSupiNbr returns a boolean if a field has been set.
func (*EventReportingRequirement) HasOffsetPeriod ¶
func (o *EventReportingRequirement) HasOffsetPeriod() bool
HasOffsetPeriod returns a boolean if a field has been set.
func (*EventReportingRequirement) HasSampRatio ¶
func (o *EventReportingRequirement) HasSampRatio() bool
HasSampRatio returns a boolean if a field has been set.
func (*EventReportingRequirement) HasStartTs ¶
func (o *EventReportingRequirement) HasStartTs() bool
HasStartTs returns a boolean if a field has been set.
func (*EventReportingRequirement) HasTimeAnaNeeded ¶
func (o *EventReportingRequirement) HasTimeAnaNeeded() bool
HasTimeAnaNeeded returns a boolean if a field has been set.
func (EventReportingRequirement) MarshalJSON ¶
func (o EventReportingRequirement) MarshalJSON() ([]byte, error)
func (*EventReportingRequirement) SetAccPerSubset ¶
func (o *EventReportingRequirement) SetAccPerSubset(v []Accuracy)
SetAccPerSubset gets a reference to the given []Accuracy and assigns it to the AccPerSubset field.
func (*EventReportingRequirement) SetAccuracy ¶
func (o *EventReportingRequirement) SetAccuracy(v Accuracy)
SetAccuracy gets a reference to the given Accuracy and assigns it to the Accuracy field.
func (*EventReportingRequirement) SetAnaMeta ¶
func (o *EventReportingRequirement) SetAnaMeta(v []AnalyticsMetadata)
SetAnaMeta gets a reference to the given []AnalyticsMetadata and assigns it to the AnaMeta field.
func (*EventReportingRequirement) SetAnaMetaInd ¶
func (o *EventReportingRequirement) SetAnaMetaInd(v AnalyticsMetadataIndication)
SetAnaMetaInd gets a reference to the given AnalyticsMetadataIndication and assigns it to the AnaMetaInd field.
func (*EventReportingRequirement) SetEndTs ¶
func (o *EventReportingRequirement) SetEndTs(v time.Time)
SetEndTs gets a reference to the given time.Time and assigns it to the EndTs field.
func (*EventReportingRequirement) SetMaxObjectNbr ¶
func (o *EventReportingRequirement) SetMaxObjectNbr(v int32)
SetMaxObjectNbr gets a reference to the given int32 and assigns it to the MaxObjectNbr field.
func (*EventReportingRequirement) SetMaxSupiNbr ¶
func (o *EventReportingRequirement) SetMaxSupiNbr(v int32)
SetMaxSupiNbr gets a reference to the given int32 and assigns it to the MaxSupiNbr field.
func (*EventReportingRequirement) SetOffsetPeriod ¶
func (o *EventReportingRequirement) SetOffsetPeriod(v int32)
SetOffsetPeriod gets a reference to the given int32 and assigns it to the OffsetPeriod field.
func (*EventReportingRequirement) SetSampRatio ¶
func (o *EventReportingRequirement) SetSampRatio(v int32)
SetSampRatio gets a reference to the given int32 and assigns it to the SampRatio field.
func (*EventReportingRequirement) SetStartTs ¶
func (o *EventReportingRequirement) SetStartTs(v time.Time)
SetStartTs gets a reference to the given time.Time and assigns it to the StartTs field.
func (*EventReportingRequirement) SetTimeAnaNeeded ¶
func (o *EventReportingRequirement) SetTimeAnaNeeded(v time.Time)
SetTimeAnaNeeded gets a reference to the given time.Time and assigns it to the TimeAnaNeeded field.
func (EventReportingRequirement) ToMap ¶
func (o EventReportingRequirement) ToMap() (map[string]interface{}, error)
type EventSubscription ¶
type EventSubscription struct {
// FALSE represents not applicable for all slices. TRUE represents applicable for all slices.
AnySlice *bool `json:"anySlice,omitempty"`
// Identification(s) of application to which the subscription applies.
AppIds []string `json:"appIds,omitempty"`
// Identification(s) of DNN to which the subscription applies.
Dnns []string `json:"dnns,omitempty"`
Dnais []string `json:"dnais,omitempty"`
Event NwdafEvent `json:"event"`
ExtraReportReq *EventReportingRequirement `json:"extraReportReq,omitempty"`
// Identification(s) of LADN DNN to indicate the LADN service area as the AOI.
LadnDnns []string `json:"ladnDnns,omitempty"`
// Indicates that the NWDAF shall report the corresponding network slice load level to the NF service consumer where the load level of the network slice identified by snssais is reached.
LoadLevelThreshold *int32 `json:"loadLevelThreshold,omitempty"`
NotificationMethod *NotificationMethod `json:"notificationMethod,omitempty"`
MatchingDir *MatchingDirection `json:"matchingDir,omitempty"`
// Shall be supplied in order to start reporting when an average load level is reached.
NfLoadLvlThds []ThresholdLevel `json:"nfLoadLvlThds,omitempty"`
NfInstanceIds []string `json:"nfInstanceIds,omitempty"`
NfSetIds []string `json:"nfSetIds,omitempty"`
NfTypes []NFType `json:"nfTypes,omitempty"`
NetworkArea *NetworkAreaInfo `json:"networkArea,omitempty"`
VisitedAreas []NetworkAreaInfo `json:"visitedAreas,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
MaxTopAppUlNbr *int32 `json:"maxTopAppUlNbr,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
MaxTopAppDlNbr *int32 `json:"maxTopAppDlNbr,omitempty"`
NsiIdInfos []NsiIdInfo `json:"nsiIdInfos,omitempty"`
NsiLevelThrds []int32 `json:"nsiLevelThrds,omitempty"`
QosRequ *QosRequirement `json:"qosRequ,omitempty"`
QosFlowRetThds []RetainabilityThreshold `json:"qosFlowRetThds,omitempty"`
RanUeThrouThds []string `json:"ranUeThrouThds,omitempty"`
// indicating a time in seconds.
RepetitionPeriod *int32 `json:"repetitionPeriod,omitempty"`
// Identification(s) of network slice to which the subscription applies. It corresponds to snssais in the data model definition of 3GPP TS 29.520.
Snssaia []Snssai `json:"snssaia,omitempty"`
TgtUe *TargetUeInformation `json:"tgtUe,omitempty"`
CongThresholds []ThresholdLevel `json:"congThresholds,omitempty"`
NwPerfRequs []NetworkPerfRequirement `json:"nwPerfRequs,omitempty"`
BwRequs []BwRequirement `json:"bwRequs,omitempty"`
ExcepRequs []Exception `json:"excepRequs,omitempty"`
ExptAnaType *ExpectedAnalyticsType `json:"exptAnaType,omitempty"`
ExptUeBehav *ExpectedUeBehaviourData `json:"exptUeBehav,omitempty"`
RatFreqs []RatFreqInformation `json:"ratFreqs,omitempty"`
ListOfAnaSubsets []AnalyticsSubset `json:"listOfAnaSubsets,omitempty"`
DisperReqs []DispersionRequirement `json:"disperReqs,omitempty"`
RedTransReqs []RedundantTransmissionExpReq `json:"redTransReqs,omitempty"`
WlanReqs []WlanPerformanceReq `json:"wlanReqs,omitempty"`
UpfInfo *UpfInformation `json:"upfInfo,omitempty"`
AppServerAddrs []AddrFqdn `json:"appServerAddrs,omitempty"`
DnPerfReqs []DnPerformanceReq `json:"dnPerfReqs,omitempty"`
}
EventSubscription Represents a subscription to a single event.
func NewEventSubscription ¶
func NewEventSubscription(event NwdafEvent) *EventSubscription
NewEventSubscription instantiates a new EventSubscription 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 NewEventSubscriptionWithDefaults ¶
func NewEventSubscriptionWithDefaults() *EventSubscription
NewEventSubscriptionWithDefaults instantiates a new EventSubscription 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 (*EventSubscription) GetAnySlice ¶
func (o *EventSubscription) GetAnySlice() bool
GetAnySlice returns the AnySlice field value if set, zero value otherwise.
func (*EventSubscription) GetAnySliceOk ¶
func (o *EventSubscription) GetAnySliceOk() (*bool, bool)
GetAnySliceOk returns a tuple with the AnySlice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetAppIds ¶
func (o *EventSubscription) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise.
func (*EventSubscription) GetAppIdsOk ¶
func (o *EventSubscription) GetAppIdsOk() ([]string, bool)
GetAppIdsOk returns a tuple with the AppIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetAppServerAddrs ¶
func (o *EventSubscription) GetAppServerAddrs() []AddrFqdn
GetAppServerAddrs returns the AppServerAddrs field value if set, zero value otherwise.
func (*EventSubscription) GetAppServerAddrsOk ¶
func (o *EventSubscription) GetAppServerAddrsOk() ([]AddrFqdn, bool)
GetAppServerAddrsOk returns a tuple with the AppServerAddrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetBwRequs ¶
func (o *EventSubscription) GetBwRequs() []BwRequirement
GetBwRequs returns the BwRequs field value if set, zero value otherwise.
func (*EventSubscription) GetBwRequsOk ¶
func (o *EventSubscription) GetBwRequsOk() ([]BwRequirement, bool)
GetBwRequsOk returns a tuple with the BwRequs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetCongThresholds ¶
func (o *EventSubscription) GetCongThresholds() []ThresholdLevel
GetCongThresholds returns the CongThresholds field value if set, zero value otherwise.
func (*EventSubscription) GetCongThresholdsOk ¶
func (o *EventSubscription) GetCongThresholdsOk() ([]ThresholdLevel, bool)
GetCongThresholdsOk returns a tuple with the CongThresholds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetDisperReqs ¶
func (o *EventSubscription) GetDisperReqs() []DispersionRequirement
GetDisperReqs returns the DisperReqs field value if set, zero value otherwise.
func (*EventSubscription) GetDisperReqsOk ¶
func (o *EventSubscription) GetDisperReqsOk() ([]DispersionRequirement, bool)
GetDisperReqsOk returns a tuple with the DisperReqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetDnPerfReqs ¶
func (o *EventSubscription) GetDnPerfReqs() []DnPerformanceReq
GetDnPerfReqs returns the DnPerfReqs field value if set, zero value otherwise.
func (*EventSubscription) GetDnPerfReqsOk ¶
func (o *EventSubscription) GetDnPerfReqsOk() ([]DnPerformanceReq, bool)
GetDnPerfReqsOk returns a tuple with the DnPerfReqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetDnais ¶
func (o *EventSubscription) GetDnais() []string
GetDnais returns the Dnais field value if set, zero value otherwise.
func (*EventSubscription) GetDnaisOk ¶
func (o *EventSubscription) GetDnaisOk() ([]string, bool)
GetDnaisOk returns a tuple with the Dnais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetDnns ¶
func (o *EventSubscription) GetDnns() []string
GetDnns returns the Dnns field value if set, zero value otherwise.
func (*EventSubscription) GetDnnsOk ¶
func (o *EventSubscription) GetDnnsOk() ([]string, bool)
GetDnnsOk returns a tuple with the Dnns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetEvent ¶
func (o *EventSubscription) GetEvent() NwdafEvent
GetEvent returns the Event field value
func (*EventSubscription) GetEventOk ¶
func (o *EventSubscription) GetEventOk() (*NwdafEvent, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*EventSubscription) GetExcepRequs ¶
func (o *EventSubscription) GetExcepRequs() []Exception
GetExcepRequs returns the ExcepRequs field value if set, zero value otherwise.
func (*EventSubscription) GetExcepRequsOk ¶
func (o *EventSubscription) GetExcepRequsOk() ([]Exception, bool)
GetExcepRequsOk returns a tuple with the ExcepRequs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetExptAnaType ¶
func (o *EventSubscription) GetExptAnaType() ExpectedAnalyticsType
GetExptAnaType returns the ExptAnaType field value if set, zero value otherwise.
func (*EventSubscription) GetExptAnaTypeOk ¶
func (o *EventSubscription) GetExptAnaTypeOk() (*ExpectedAnalyticsType, bool)
GetExptAnaTypeOk returns a tuple with the ExptAnaType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetExptUeBehav ¶
func (o *EventSubscription) GetExptUeBehav() ExpectedUeBehaviourData
GetExptUeBehav returns the ExptUeBehav field value if set, zero value otherwise.
func (*EventSubscription) GetExptUeBehavOk ¶
func (o *EventSubscription) GetExptUeBehavOk() (*ExpectedUeBehaviourData, bool)
GetExptUeBehavOk returns a tuple with the ExptUeBehav field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetExtraReportReq ¶
func (o *EventSubscription) GetExtraReportReq() EventReportingRequirement
GetExtraReportReq returns the ExtraReportReq field value if set, zero value otherwise.
func (*EventSubscription) GetExtraReportReqOk ¶
func (o *EventSubscription) GetExtraReportReqOk() (*EventReportingRequirement, bool)
GetExtraReportReqOk returns a tuple with the ExtraReportReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetLadnDnns ¶
func (o *EventSubscription) GetLadnDnns() []string
GetLadnDnns returns the LadnDnns field value if set, zero value otherwise.
func (*EventSubscription) GetLadnDnnsOk ¶
func (o *EventSubscription) GetLadnDnnsOk() ([]string, bool)
GetLadnDnnsOk returns a tuple with the LadnDnns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetListOfAnaSubsets ¶
func (o *EventSubscription) GetListOfAnaSubsets() []AnalyticsSubset
GetListOfAnaSubsets returns the ListOfAnaSubsets field value if set, zero value otherwise.
func (*EventSubscription) GetListOfAnaSubsetsOk ¶
func (o *EventSubscription) GetListOfAnaSubsetsOk() ([]AnalyticsSubset, bool)
GetListOfAnaSubsetsOk returns a tuple with the ListOfAnaSubsets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetLoadLevelThreshold ¶
func (o *EventSubscription) GetLoadLevelThreshold() int32
GetLoadLevelThreshold returns the LoadLevelThreshold field value if set, zero value otherwise.
func (*EventSubscription) GetLoadLevelThresholdOk ¶
func (o *EventSubscription) GetLoadLevelThresholdOk() (*int32, bool)
GetLoadLevelThresholdOk returns a tuple with the LoadLevelThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetMatchingDir ¶
func (o *EventSubscription) GetMatchingDir() MatchingDirection
GetMatchingDir returns the MatchingDir field value if set, zero value otherwise.
func (*EventSubscription) GetMatchingDirOk ¶
func (o *EventSubscription) GetMatchingDirOk() (*MatchingDirection, bool)
GetMatchingDirOk returns a tuple with the MatchingDir field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetMaxTopAppDlNbr ¶
func (o *EventSubscription) GetMaxTopAppDlNbr() int32
GetMaxTopAppDlNbr returns the MaxTopAppDlNbr field value if set, zero value otherwise.
func (*EventSubscription) GetMaxTopAppDlNbrOk ¶
func (o *EventSubscription) GetMaxTopAppDlNbrOk() (*int32, bool)
GetMaxTopAppDlNbrOk returns a tuple with the MaxTopAppDlNbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetMaxTopAppUlNbr ¶
func (o *EventSubscription) GetMaxTopAppUlNbr() int32
GetMaxTopAppUlNbr returns the MaxTopAppUlNbr field value if set, zero value otherwise.
func (*EventSubscription) GetMaxTopAppUlNbrOk ¶
func (o *EventSubscription) GetMaxTopAppUlNbrOk() (*int32, bool)
GetMaxTopAppUlNbrOk returns a tuple with the MaxTopAppUlNbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetNetworkArea ¶
func (o *EventSubscription) GetNetworkArea() NetworkAreaInfo
GetNetworkArea returns the NetworkArea field value if set, zero value otherwise.
func (*EventSubscription) GetNetworkAreaOk ¶
func (o *EventSubscription) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
GetNetworkAreaOk returns a tuple with the NetworkArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetNfInstanceIds ¶
func (o *EventSubscription) GetNfInstanceIds() []string
GetNfInstanceIds returns the NfInstanceIds field value if set, zero value otherwise.
func (*EventSubscription) GetNfInstanceIdsOk ¶
func (o *EventSubscription) GetNfInstanceIdsOk() ([]string, bool)
GetNfInstanceIdsOk returns a tuple with the NfInstanceIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetNfLoadLvlThds ¶
func (o *EventSubscription) GetNfLoadLvlThds() []ThresholdLevel
GetNfLoadLvlThds returns the NfLoadLvlThds field value if set, zero value otherwise.
func (*EventSubscription) GetNfLoadLvlThdsOk ¶
func (o *EventSubscription) GetNfLoadLvlThdsOk() ([]ThresholdLevel, bool)
GetNfLoadLvlThdsOk returns a tuple with the NfLoadLvlThds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetNfSetIds ¶
func (o *EventSubscription) GetNfSetIds() []string
GetNfSetIds returns the NfSetIds field value if set, zero value otherwise.
func (*EventSubscription) GetNfSetIdsOk ¶
func (o *EventSubscription) GetNfSetIdsOk() ([]string, bool)
GetNfSetIdsOk returns a tuple with the NfSetIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetNfTypes ¶
func (o *EventSubscription) GetNfTypes() []NFType
GetNfTypes returns the NfTypes field value if set, zero value otherwise.
func (*EventSubscription) GetNfTypesOk ¶
func (o *EventSubscription) GetNfTypesOk() ([]NFType, bool)
GetNfTypesOk returns a tuple with the NfTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetNotificationMethod ¶
func (o *EventSubscription) GetNotificationMethod() NotificationMethod
GetNotificationMethod returns the NotificationMethod field value if set, zero value otherwise.
func (*EventSubscription) GetNotificationMethodOk ¶
func (o *EventSubscription) GetNotificationMethodOk() (*NotificationMethod, bool)
GetNotificationMethodOk returns a tuple with the NotificationMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetNsiIdInfos ¶
func (o *EventSubscription) GetNsiIdInfos() []NsiIdInfo
GetNsiIdInfos returns the NsiIdInfos field value if set, zero value otherwise.
func (*EventSubscription) GetNsiIdInfosOk ¶
func (o *EventSubscription) GetNsiIdInfosOk() ([]NsiIdInfo, bool)
GetNsiIdInfosOk returns a tuple with the NsiIdInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetNsiLevelThrds ¶
func (o *EventSubscription) GetNsiLevelThrds() []int32
GetNsiLevelThrds returns the NsiLevelThrds field value if set, zero value otherwise.
func (*EventSubscription) GetNsiLevelThrdsOk ¶
func (o *EventSubscription) GetNsiLevelThrdsOk() ([]int32, bool)
GetNsiLevelThrdsOk returns a tuple with the NsiLevelThrds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetNwPerfRequs ¶
func (o *EventSubscription) GetNwPerfRequs() []NetworkPerfRequirement
GetNwPerfRequs returns the NwPerfRequs field value if set, zero value otherwise.
func (*EventSubscription) GetNwPerfRequsOk ¶
func (o *EventSubscription) GetNwPerfRequsOk() ([]NetworkPerfRequirement, bool)
GetNwPerfRequsOk returns a tuple with the NwPerfRequs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetQosFlowRetThds ¶
func (o *EventSubscription) GetQosFlowRetThds() []RetainabilityThreshold
GetQosFlowRetThds returns the QosFlowRetThds field value if set, zero value otherwise.
func (*EventSubscription) GetQosFlowRetThdsOk ¶
func (o *EventSubscription) GetQosFlowRetThdsOk() ([]RetainabilityThreshold, bool)
GetQosFlowRetThdsOk returns a tuple with the QosFlowRetThds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetQosRequ ¶
func (o *EventSubscription) GetQosRequ() QosRequirement
GetQosRequ returns the QosRequ field value if set, zero value otherwise.
func (*EventSubscription) GetQosRequOk ¶
func (o *EventSubscription) GetQosRequOk() (*QosRequirement, bool)
GetQosRequOk returns a tuple with the QosRequ field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetRanUeThrouThds ¶
func (o *EventSubscription) GetRanUeThrouThds() []string
GetRanUeThrouThds returns the RanUeThrouThds field value if set, zero value otherwise.
func (*EventSubscription) GetRanUeThrouThdsOk ¶
func (o *EventSubscription) GetRanUeThrouThdsOk() ([]string, bool)
GetRanUeThrouThdsOk returns a tuple with the RanUeThrouThds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetRatFreqs ¶
func (o *EventSubscription) GetRatFreqs() []RatFreqInformation
GetRatFreqs returns the RatFreqs field value if set, zero value otherwise.
func (*EventSubscription) GetRatFreqsOk ¶
func (o *EventSubscription) GetRatFreqsOk() ([]RatFreqInformation, bool)
GetRatFreqsOk returns a tuple with the RatFreqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetRedTransReqs ¶
func (o *EventSubscription) GetRedTransReqs() []RedundantTransmissionExpReq
GetRedTransReqs returns the RedTransReqs field value if set, zero value otherwise.
func (*EventSubscription) GetRedTransReqsOk ¶
func (o *EventSubscription) GetRedTransReqsOk() ([]RedundantTransmissionExpReq, bool)
GetRedTransReqsOk returns a tuple with the RedTransReqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetRepetitionPeriod ¶
func (o *EventSubscription) GetRepetitionPeriod() int32
GetRepetitionPeriod returns the RepetitionPeriod field value if set, zero value otherwise.
func (*EventSubscription) GetRepetitionPeriodOk ¶
func (o *EventSubscription) GetRepetitionPeriodOk() (*int32, bool)
GetRepetitionPeriodOk returns a tuple with the RepetitionPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetSnssaia ¶
func (o *EventSubscription) GetSnssaia() []Snssai
GetSnssaia returns the Snssaia field value if set, zero value otherwise.
func (*EventSubscription) GetSnssaiaOk ¶
func (o *EventSubscription) GetSnssaiaOk() ([]Snssai, bool)
GetSnssaiaOk returns a tuple with the Snssaia field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetTgtUe ¶
func (o *EventSubscription) GetTgtUe() TargetUeInformation
GetTgtUe returns the TgtUe field value if set, zero value otherwise.
func (*EventSubscription) GetTgtUeOk ¶
func (o *EventSubscription) GetTgtUeOk() (*TargetUeInformation, bool)
GetTgtUeOk returns a tuple with the TgtUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetUpfInfo ¶
func (o *EventSubscription) GetUpfInfo() UpfInformation
GetUpfInfo returns the UpfInfo field value if set, zero value otherwise.
func (*EventSubscription) GetUpfInfoOk ¶
func (o *EventSubscription) GetUpfInfoOk() (*UpfInformation, bool)
GetUpfInfoOk returns a tuple with the UpfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetVisitedAreas ¶
func (o *EventSubscription) GetVisitedAreas() []NetworkAreaInfo
GetVisitedAreas returns the VisitedAreas field value if set, zero value otherwise.
func (*EventSubscription) GetVisitedAreasOk ¶
func (o *EventSubscription) GetVisitedAreasOk() ([]NetworkAreaInfo, bool)
GetVisitedAreasOk returns a tuple with the VisitedAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) GetWlanReqs ¶
func (o *EventSubscription) GetWlanReqs() []WlanPerformanceReq
GetWlanReqs returns the WlanReqs field value if set, zero value otherwise.
func (*EventSubscription) GetWlanReqsOk ¶
func (o *EventSubscription) GetWlanReqsOk() ([]WlanPerformanceReq, bool)
GetWlanReqsOk returns a tuple with the WlanReqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventSubscription) HasAnySlice ¶
func (o *EventSubscription) HasAnySlice() bool
HasAnySlice returns a boolean if a field has been set.
func (*EventSubscription) HasAppIds ¶
func (o *EventSubscription) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (*EventSubscription) HasAppServerAddrs ¶
func (o *EventSubscription) HasAppServerAddrs() bool
HasAppServerAddrs returns a boolean if a field has been set.
func (*EventSubscription) HasBwRequs ¶
func (o *EventSubscription) HasBwRequs() bool
HasBwRequs returns a boolean if a field has been set.
func (*EventSubscription) HasCongThresholds ¶
func (o *EventSubscription) HasCongThresholds() bool
HasCongThresholds returns a boolean if a field has been set.
func (*EventSubscription) HasDisperReqs ¶
func (o *EventSubscription) HasDisperReqs() bool
HasDisperReqs returns a boolean if a field has been set.
func (*EventSubscription) HasDnPerfReqs ¶
func (o *EventSubscription) HasDnPerfReqs() bool
HasDnPerfReqs returns a boolean if a field has been set.
func (*EventSubscription) HasDnais ¶
func (o *EventSubscription) HasDnais() bool
HasDnais returns a boolean if a field has been set.
func (*EventSubscription) HasDnns ¶
func (o *EventSubscription) HasDnns() bool
HasDnns returns a boolean if a field has been set.
func (*EventSubscription) HasExcepRequs ¶
func (o *EventSubscription) HasExcepRequs() bool
HasExcepRequs returns a boolean if a field has been set.
func (*EventSubscription) HasExptAnaType ¶
func (o *EventSubscription) HasExptAnaType() bool
HasExptAnaType returns a boolean if a field has been set.
func (*EventSubscription) HasExptUeBehav ¶
func (o *EventSubscription) HasExptUeBehav() bool
HasExptUeBehav returns a boolean if a field has been set.
func (*EventSubscription) HasExtraReportReq ¶
func (o *EventSubscription) HasExtraReportReq() bool
HasExtraReportReq returns a boolean if a field has been set.
func (*EventSubscription) HasLadnDnns ¶
func (o *EventSubscription) HasLadnDnns() bool
HasLadnDnns returns a boolean if a field has been set.
func (*EventSubscription) HasListOfAnaSubsets ¶
func (o *EventSubscription) HasListOfAnaSubsets() bool
HasListOfAnaSubsets returns a boolean if a field has been set.
func (*EventSubscription) HasLoadLevelThreshold ¶
func (o *EventSubscription) HasLoadLevelThreshold() bool
HasLoadLevelThreshold returns a boolean if a field has been set.
func (*EventSubscription) HasMatchingDir ¶
func (o *EventSubscription) HasMatchingDir() bool
HasMatchingDir returns a boolean if a field has been set.
func (*EventSubscription) HasMaxTopAppDlNbr ¶
func (o *EventSubscription) HasMaxTopAppDlNbr() bool
HasMaxTopAppDlNbr returns a boolean if a field has been set.
func (*EventSubscription) HasMaxTopAppUlNbr ¶
func (o *EventSubscription) HasMaxTopAppUlNbr() bool
HasMaxTopAppUlNbr returns a boolean if a field has been set.
func (*EventSubscription) HasNetworkArea ¶
func (o *EventSubscription) HasNetworkArea() bool
HasNetworkArea returns a boolean if a field has been set.
func (*EventSubscription) HasNfInstanceIds ¶
func (o *EventSubscription) HasNfInstanceIds() bool
HasNfInstanceIds returns a boolean if a field has been set.
func (*EventSubscription) HasNfLoadLvlThds ¶
func (o *EventSubscription) HasNfLoadLvlThds() bool
HasNfLoadLvlThds returns a boolean if a field has been set.
func (*EventSubscription) HasNfSetIds ¶
func (o *EventSubscription) HasNfSetIds() bool
HasNfSetIds returns a boolean if a field has been set.
func (*EventSubscription) HasNfTypes ¶
func (o *EventSubscription) HasNfTypes() bool
HasNfTypes returns a boolean if a field has been set.
func (*EventSubscription) HasNotificationMethod ¶
func (o *EventSubscription) HasNotificationMethod() bool
HasNotificationMethod returns a boolean if a field has been set.
func (*EventSubscription) HasNsiIdInfos ¶
func (o *EventSubscription) HasNsiIdInfos() bool
HasNsiIdInfos returns a boolean if a field has been set.
func (*EventSubscription) HasNsiLevelThrds ¶
func (o *EventSubscription) HasNsiLevelThrds() bool
HasNsiLevelThrds returns a boolean if a field has been set.
func (*EventSubscription) HasNwPerfRequs ¶
func (o *EventSubscription) HasNwPerfRequs() bool
HasNwPerfRequs returns a boolean if a field has been set.
func (*EventSubscription) HasQosFlowRetThds ¶
func (o *EventSubscription) HasQosFlowRetThds() bool
HasQosFlowRetThds returns a boolean if a field has been set.
func (*EventSubscription) HasQosRequ ¶
func (o *EventSubscription) HasQosRequ() bool
HasQosRequ returns a boolean if a field has been set.
func (*EventSubscription) HasRanUeThrouThds ¶
func (o *EventSubscription) HasRanUeThrouThds() bool
HasRanUeThrouThds returns a boolean if a field has been set.
func (*EventSubscription) HasRatFreqs ¶
func (o *EventSubscription) HasRatFreqs() bool
HasRatFreqs returns a boolean if a field has been set.
func (*EventSubscription) HasRedTransReqs ¶
func (o *EventSubscription) HasRedTransReqs() bool
HasRedTransReqs returns a boolean if a field has been set.
func (*EventSubscription) HasRepetitionPeriod ¶
func (o *EventSubscription) HasRepetitionPeriod() bool
HasRepetitionPeriod returns a boolean if a field has been set.
func (*EventSubscription) HasSnssaia ¶
func (o *EventSubscription) HasSnssaia() bool
HasSnssaia returns a boolean if a field has been set.
func (*EventSubscription) HasTgtUe ¶
func (o *EventSubscription) HasTgtUe() bool
HasTgtUe returns a boolean if a field has been set.
func (*EventSubscription) HasUpfInfo ¶
func (o *EventSubscription) HasUpfInfo() bool
HasUpfInfo returns a boolean if a field has been set.
func (*EventSubscription) HasVisitedAreas ¶
func (o *EventSubscription) HasVisitedAreas() bool
HasVisitedAreas returns a boolean if a field has been set.
func (*EventSubscription) HasWlanReqs ¶
func (o *EventSubscription) HasWlanReqs() bool
HasWlanReqs returns a boolean if a field has been set.
func (EventSubscription) MarshalJSON ¶
func (o EventSubscription) MarshalJSON() ([]byte, error)
func (*EventSubscription) SetAnySlice ¶
func (o *EventSubscription) SetAnySlice(v bool)
SetAnySlice gets a reference to the given bool and assigns it to the AnySlice field.
func (*EventSubscription) SetAppIds ¶
func (o *EventSubscription) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (*EventSubscription) SetAppServerAddrs ¶
func (o *EventSubscription) SetAppServerAddrs(v []AddrFqdn)
SetAppServerAddrs gets a reference to the given []AddrFqdn and assigns it to the AppServerAddrs field.
func (*EventSubscription) SetBwRequs ¶
func (o *EventSubscription) SetBwRequs(v []BwRequirement)
SetBwRequs gets a reference to the given []BwRequirement and assigns it to the BwRequs field.
func (*EventSubscription) SetCongThresholds ¶
func (o *EventSubscription) SetCongThresholds(v []ThresholdLevel)
SetCongThresholds gets a reference to the given []ThresholdLevel and assigns it to the CongThresholds field.
func (*EventSubscription) SetDisperReqs ¶
func (o *EventSubscription) SetDisperReqs(v []DispersionRequirement)
SetDisperReqs gets a reference to the given []DispersionRequirement and assigns it to the DisperReqs field.
func (*EventSubscription) SetDnPerfReqs ¶
func (o *EventSubscription) SetDnPerfReqs(v []DnPerformanceReq)
SetDnPerfReqs gets a reference to the given []DnPerformanceReq and assigns it to the DnPerfReqs field.
func (*EventSubscription) SetDnais ¶
func (o *EventSubscription) SetDnais(v []string)
SetDnais gets a reference to the given []string and assigns it to the Dnais field.
func (*EventSubscription) SetDnns ¶
func (o *EventSubscription) SetDnns(v []string)
SetDnns gets a reference to the given []string and assigns it to the Dnns field.
func (*EventSubscription) SetEvent ¶
func (o *EventSubscription) SetEvent(v NwdafEvent)
SetEvent sets field value
func (*EventSubscription) SetExcepRequs ¶
func (o *EventSubscription) SetExcepRequs(v []Exception)
SetExcepRequs gets a reference to the given []Exception and assigns it to the ExcepRequs field.
func (*EventSubscription) SetExptAnaType ¶
func (o *EventSubscription) SetExptAnaType(v ExpectedAnalyticsType)
SetExptAnaType gets a reference to the given ExpectedAnalyticsType and assigns it to the ExptAnaType field.
func (*EventSubscription) SetExptUeBehav ¶
func (o *EventSubscription) SetExptUeBehav(v ExpectedUeBehaviourData)
SetExptUeBehav gets a reference to the given ExpectedUeBehaviourData and assigns it to the ExptUeBehav field.
func (*EventSubscription) SetExtraReportReq ¶
func (o *EventSubscription) SetExtraReportReq(v EventReportingRequirement)
SetExtraReportReq gets a reference to the given EventReportingRequirement and assigns it to the ExtraReportReq field.
func (*EventSubscription) SetLadnDnns ¶
func (o *EventSubscription) SetLadnDnns(v []string)
SetLadnDnns gets a reference to the given []string and assigns it to the LadnDnns field.
func (*EventSubscription) SetListOfAnaSubsets ¶
func (o *EventSubscription) SetListOfAnaSubsets(v []AnalyticsSubset)
SetListOfAnaSubsets gets a reference to the given []AnalyticsSubset and assigns it to the ListOfAnaSubsets field.
func (*EventSubscription) SetLoadLevelThreshold ¶
func (o *EventSubscription) SetLoadLevelThreshold(v int32)
SetLoadLevelThreshold gets a reference to the given int32 and assigns it to the LoadLevelThreshold field.
func (*EventSubscription) SetMatchingDir ¶
func (o *EventSubscription) SetMatchingDir(v MatchingDirection)
SetMatchingDir gets a reference to the given MatchingDirection and assigns it to the MatchingDir field.
func (*EventSubscription) SetMaxTopAppDlNbr ¶
func (o *EventSubscription) SetMaxTopAppDlNbr(v int32)
SetMaxTopAppDlNbr gets a reference to the given int32 and assigns it to the MaxTopAppDlNbr field.
func (*EventSubscription) SetMaxTopAppUlNbr ¶
func (o *EventSubscription) SetMaxTopAppUlNbr(v int32)
SetMaxTopAppUlNbr gets a reference to the given int32 and assigns it to the MaxTopAppUlNbr field.
func (*EventSubscription) SetNetworkArea ¶
func (o *EventSubscription) SetNetworkArea(v NetworkAreaInfo)
SetNetworkArea gets a reference to the given NetworkAreaInfo and assigns it to the NetworkArea field.
func (*EventSubscription) SetNfInstanceIds ¶
func (o *EventSubscription) SetNfInstanceIds(v []string)
SetNfInstanceIds gets a reference to the given []string and assigns it to the NfInstanceIds field.
func (*EventSubscription) SetNfLoadLvlThds ¶
func (o *EventSubscription) SetNfLoadLvlThds(v []ThresholdLevel)
SetNfLoadLvlThds gets a reference to the given []ThresholdLevel and assigns it to the NfLoadLvlThds field.
func (*EventSubscription) SetNfSetIds ¶
func (o *EventSubscription) SetNfSetIds(v []string)
SetNfSetIds gets a reference to the given []string and assigns it to the NfSetIds field.
func (*EventSubscription) SetNfTypes ¶
func (o *EventSubscription) SetNfTypes(v []NFType)
SetNfTypes gets a reference to the given []NFType and assigns it to the NfTypes field.
func (*EventSubscription) SetNotificationMethod ¶
func (o *EventSubscription) SetNotificationMethod(v NotificationMethod)
SetNotificationMethod gets a reference to the given NotificationMethod and assigns it to the NotificationMethod field.
func (*EventSubscription) SetNsiIdInfos ¶
func (o *EventSubscription) SetNsiIdInfos(v []NsiIdInfo)
SetNsiIdInfos gets a reference to the given []NsiIdInfo and assigns it to the NsiIdInfos field.
func (*EventSubscription) SetNsiLevelThrds ¶
func (o *EventSubscription) SetNsiLevelThrds(v []int32)
SetNsiLevelThrds gets a reference to the given []int32 and assigns it to the NsiLevelThrds field.
func (*EventSubscription) SetNwPerfRequs ¶
func (o *EventSubscription) SetNwPerfRequs(v []NetworkPerfRequirement)
SetNwPerfRequs gets a reference to the given []NetworkPerfRequirement and assigns it to the NwPerfRequs field.
func (*EventSubscription) SetQosFlowRetThds ¶
func (o *EventSubscription) SetQosFlowRetThds(v []RetainabilityThreshold)
SetQosFlowRetThds gets a reference to the given []RetainabilityThreshold and assigns it to the QosFlowRetThds field.
func (*EventSubscription) SetQosRequ ¶
func (o *EventSubscription) SetQosRequ(v QosRequirement)
SetQosRequ gets a reference to the given QosRequirement and assigns it to the QosRequ field.
func (*EventSubscription) SetRanUeThrouThds ¶
func (o *EventSubscription) SetRanUeThrouThds(v []string)
SetRanUeThrouThds gets a reference to the given []string and assigns it to the RanUeThrouThds field.
func (*EventSubscription) SetRatFreqs ¶
func (o *EventSubscription) SetRatFreqs(v []RatFreqInformation)
SetRatFreqs gets a reference to the given []RatFreqInformation and assigns it to the RatFreqs field.
func (*EventSubscription) SetRedTransReqs ¶
func (o *EventSubscription) SetRedTransReqs(v []RedundantTransmissionExpReq)
SetRedTransReqs gets a reference to the given []RedundantTransmissionExpReq and assigns it to the RedTransReqs field.
func (*EventSubscription) SetRepetitionPeriod ¶
func (o *EventSubscription) SetRepetitionPeriod(v int32)
SetRepetitionPeriod gets a reference to the given int32 and assigns it to the RepetitionPeriod field.
func (*EventSubscription) SetSnssaia ¶
func (o *EventSubscription) SetSnssaia(v []Snssai)
SetSnssaia gets a reference to the given []Snssai and assigns it to the Snssaia field.
func (*EventSubscription) SetTgtUe ¶
func (o *EventSubscription) SetTgtUe(v TargetUeInformation)
SetTgtUe gets a reference to the given TargetUeInformation and assigns it to the TgtUe field.
func (*EventSubscription) SetUpfInfo ¶
func (o *EventSubscription) SetUpfInfo(v UpfInformation)
SetUpfInfo gets a reference to the given UpfInformation and assigns it to the UpfInfo field.
func (*EventSubscription) SetVisitedAreas ¶
func (o *EventSubscription) SetVisitedAreas(v []NetworkAreaInfo)
SetVisitedAreas gets a reference to the given []NetworkAreaInfo and assigns it to the VisitedAreas field.
func (*EventSubscription) SetWlanReqs ¶
func (o *EventSubscription) SetWlanReqs(v []WlanPerformanceReq)
SetWlanReqs gets a reference to the given []WlanPerformanceReq and assigns it to the WlanReqs field.
func (EventSubscription) ToMap ¶
func (o EventSubscription) ToMap() (map[string]interface{}, error)
type Exception ¶
type Exception struct {
ExcepId ExceptionId `json:"excepId"`
ExcepLevel *int32 `json:"excepLevel,omitempty"`
ExcepTrend *ExceptionTrend `json:"excepTrend,omitempty"`
}
Exception Represents the Exception information.
func NewException ¶
func NewException(excepId ExceptionId) *Exception
NewException instantiates a new Exception 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 NewExceptionWithDefaults ¶
func NewExceptionWithDefaults() *Exception
NewExceptionWithDefaults instantiates a new Exception 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 (*Exception) GetExcepId ¶
func (o *Exception) GetExcepId() ExceptionId
GetExcepId returns the ExcepId field value
func (*Exception) GetExcepIdOk ¶
func (o *Exception) GetExcepIdOk() (*ExceptionId, bool)
GetExcepIdOk returns a tuple with the ExcepId field value and a boolean to check if the value has been set.
func (*Exception) GetExcepLevel ¶
GetExcepLevel returns the ExcepLevel field value if set, zero value otherwise.
func (*Exception) GetExcepLevelOk ¶
GetExcepLevelOk returns a tuple with the ExcepLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Exception) GetExcepTrend ¶
func (o *Exception) GetExcepTrend() ExceptionTrend
GetExcepTrend returns the ExcepTrend field value if set, zero value otherwise.
func (*Exception) GetExcepTrendOk ¶
func (o *Exception) GetExcepTrendOk() (*ExceptionTrend, bool)
GetExcepTrendOk returns a tuple with the ExcepTrend field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Exception) HasExcepLevel ¶
HasExcepLevel returns a boolean if a field has been set.
func (*Exception) HasExcepTrend ¶
HasExcepTrend returns a boolean if a field has been set.
func (Exception) MarshalJSON ¶
func (*Exception) SetExcepId ¶
func (o *Exception) SetExcepId(v ExceptionId)
SetExcepId sets field value
func (*Exception) SetExcepLevel ¶
SetExcepLevel gets a reference to the given int32 and assigns it to the ExcepLevel field.
func (*Exception) SetExcepTrend ¶
func (o *Exception) SetExcepTrend(v ExceptionTrend)
SetExcepTrend gets a reference to the given ExceptionTrend and assigns it to the ExcepTrend field.
type ExceptionId ¶
type ExceptionId struct {
String *string
}
ExceptionId Possible values are: - UNEXPECTED_UE_LOCATION: Unexpected UE location - UNEXPECTED_LONG_LIVE_FLOW: Unexpected long-live rate flows - UNEXPECTED_LARGE_RATE_FLOW: Unexpected large rate flows - UNEXPECTED_WAKEUP: Unexpected wakeup - SUSPICION_OF_DDOS_ATTACK: Suspicion of DDoS attack - WRONG_DESTINATION_ADDRESS: Wrong destination address - TOO_FREQUENT_SERVICE_ACCESS: Too frequent Service Access - UNEXPECTED_RADIO_LINK_FAILURES: Unexpected radio link failures - PING_PONG_ACROSS_CELLS: Ping-ponging across neighbouring cells
func (*ExceptionId) MarshalJSON ¶
func (src *ExceptionId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ExceptionId) UnmarshalJSON ¶
func (dst *ExceptionId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ExceptionTrend ¶
type ExceptionTrend struct {
String *string
}
ExceptionTrend Possible values are: - UP: Up trend of the exception level. - DOWN: Down trend of the exception level. - UNKNOW: Unknown trend of the exception level. - STABLE: Stable trend of the exception level.
func (*ExceptionTrend) MarshalJSON ¶
func (src *ExceptionTrend) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ExceptionTrend) UnmarshalJSON ¶
func (dst *ExceptionTrend) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ExpectedAnalyticsType ¶
type ExpectedAnalyticsType struct {
String *string
}
ExpectedAnalyticsType Possible values are: - MOBILITY: Mobility related abnormal behaviour analytics is expected by the consumer. - COMMUN: Communication related abnormal behaviour analytics is expected by the consumer. - MOBILITY_AND_COMMUN: Both mobility and communication related abnormal behaviour analytics is expected by the consumer.
func (*ExpectedAnalyticsType) MarshalJSON ¶
func (src *ExpectedAnalyticsType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ExpectedAnalyticsType) UnmarshalJSON ¶
func (dst *ExpectedAnalyticsType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ExpectedUeBehavior ¶
type ExpectedUeBehavior struct {
ExpMoveTrajectory []UserLocation `json:"expMoveTrajectory"`
// string with format 'date-time' as defined in OpenAPI.
ValidityTime time.Time `json:"validityTime"`
}
ExpectedUeBehavior Represents the expected UE behavior (e.g. UE moving trajectory) and its validity period
func NewExpectedUeBehavior ¶
func NewExpectedUeBehavior(expMoveTrajectory []UserLocation, validityTime time.Time) *ExpectedUeBehavior
NewExpectedUeBehavior instantiates a new ExpectedUeBehavior 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 NewExpectedUeBehaviorWithDefaults ¶
func NewExpectedUeBehaviorWithDefaults() *ExpectedUeBehavior
NewExpectedUeBehaviorWithDefaults instantiates a new ExpectedUeBehavior 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 (*ExpectedUeBehavior) GetExpMoveTrajectory ¶
func (o *ExpectedUeBehavior) GetExpMoveTrajectory() []UserLocation
GetExpMoveTrajectory returns the ExpMoveTrajectory field value
func (*ExpectedUeBehavior) GetExpMoveTrajectoryOk ¶
func (o *ExpectedUeBehavior) GetExpMoveTrajectoryOk() ([]UserLocation, bool)
GetExpMoveTrajectoryOk returns a tuple with the ExpMoveTrajectory field value and a boolean to check if the value has been set.
func (*ExpectedUeBehavior) GetValidityTime ¶
func (o *ExpectedUeBehavior) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value
func (*ExpectedUeBehavior) GetValidityTimeOk ¶
func (o *ExpectedUeBehavior) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value and a boolean to check if the value has been set.
func (ExpectedUeBehavior) MarshalJSON ¶
func (o ExpectedUeBehavior) MarshalJSON() ([]byte, error)
func (*ExpectedUeBehavior) SetExpMoveTrajectory ¶
func (o *ExpectedUeBehavior) SetExpMoveTrajectory(v []UserLocation)
SetExpMoveTrajectory sets field value
func (*ExpectedUeBehavior) SetValidityTime ¶
func (o *ExpectedUeBehavior) SetValidityTime(v time.Time)
SetValidityTime sets field value
func (ExpectedUeBehavior) ToMap ¶
func (o ExpectedUeBehavior) ToMap() (map[string]interface{}, error)
type ExpectedUeBehaviourData ¶
type ExpectedUeBehaviourData struct {
StationaryIndication *StationaryIndication `json:"stationaryIndication,omitempty"`
// indicating a time in seconds.
CommunicationDurationTime *int32 `json:"communicationDurationTime,omitempty"`
// indicating a time in seconds.
PeriodicTime *int32 `json:"periodicTime,omitempty"`
ScheduledCommunicationTime *ScheduledCommunicationTime `json:"scheduledCommunicationTime,omitempty"`
ScheduledCommunicationType *ScheduledCommunicationType `json:"scheduledCommunicationType,omitempty"`
// Identifies the UE's expected geographical movement. The attribute is only applicable in 5G.
ExpectedUmts []LocationArea `json:"expectedUmts,omitempty"`
TrafficProfile *TrafficProfile `json:"trafficProfile,omitempty"`
BatteryIndication *BatteryIndication `json:"batteryIndication,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
ValidityTime *time.Time `json:"validityTime,omitempty"`
}
ExpectedUeBehaviourData struct for ExpectedUeBehaviourData
func NewExpectedUeBehaviourData ¶
func NewExpectedUeBehaviourData() *ExpectedUeBehaviourData
NewExpectedUeBehaviourData instantiates a new ExpectedUeBehaviourData 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 NewExpectedUeBehaviourDataWithDefaults ¶
func NewExpectedUeBehaviourDataWithDefaults() *ExpectedUeBehaviourData
NewExpectedUeBehaviourDataWithDefaults instantiates a new ExpectedUeBehaviourData 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 (*ExpectedUeBehaviourData) GetBatteryIndication ¶
func (o *ExpectedUeBehaviourData) GetBatteryIndication() BatteryIndication
GetBatteryIndication returns the BatteryIndication field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetBatteryIndicationOk ¶
func (o *ExpectedUeBehaviourData) GetBatteryIndicationOk() (*BatteryIndication, bool)
GetBatteryIndicationOk returns a tuple with the BatteryIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetCommunicationDurationTime ¶
func (o *ExpectedUeBehaviourData) GetCommunicationDurationTime() int32
GetCommunicationDurationTime returns the CommunicationDurationTime field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetCommunicationDurationTimeOk ¶
func (o *ExpectedUeBehaviourData) GetCommunicationDurationTimeOk() (*int32, bool)
GetCommunicationDurationTimeOk returns a tuple with the CommunicationDurationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetExpectedUmts ¶
func (o *ExpectedUeBehaviourData) GetExpectedUmts() []LocationArea
GetExpectedUmts returns the ExpectedUmts field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetExpectedUmtsOk ¶
func (o *ExpectedUeBehaviourData) GetExpectedUmtsOk() ([]LocationArea, bool)
GetExpectedUmtsOk returns a tuple with the ExpectedUmts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetPeriodicTime ¶
func (o *ExpectedUeBehaviourData) GetPeriodicTime() int32
GetPeriodicTime returns the PeriodicTime field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetPeriodicTimeOk ¶
func (o *ExpectedUeBehaviourData) GetPeriodicTimeOk() (*int32, bool)
GetPeriodicTimeOk returns a tuple with the PeriodicTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetScheduledCommunicationTime ¶
func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTime() ScheduledCommunicationTime
GetScheduledCommunicationTime returns the ScheduledCommunicationTime field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk ¶
func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)
GetScheduledCommunicationTimeOk returns a tuple with the ScheduledCommunicationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetScheduledCommunicationType ¶
func (o *ExpectedUeBehaviourData) GetScheduledCommunicationType() ScheduledCommunicationType
GetScheduledCommunicationType returns the ScheduledCommunicationType field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk ¶
func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)
GetScheduledCommunicationTypeOk returns a tuple with the ScheduledCommunicationType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetStationaryIndication ¶
func (o *ExpectedUeBehaviourData) GetStationaryIndication() StationaryIndication
GetStationaryIndication returns the StationaryIndication field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetStationaryIndicationOk ¶
func (o *ExpectedUeBehaviourData) GetStationaryIndicationOk() (*StationaryIndication, bool)
GetStationaryIndicationOk returns a tuple with the StationaryIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetTrafficProfile ¶
func (o *ExpectedUeBehaviourData) GetTrafficProfile() TrafficProfile
GetTrafficProfile returns the TrafficProfile field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetTrafficProfileOk ¶
func (o *ExpectedUeBehaviourData) GetTrafficProfileOk() (*TrafficProfile, bool)
GetTrafficProfileOk returns a tuple with the TrafficProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) GetValidityTime ¶
func (o *ExpectedUeBehaviourData) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetValidityTimeOk ¶
func (o *ExpectedUeBehaviourData) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviourData) HasBatteryIndication ¶
func (o *ExpectedUeBehaviourData) HasBatteryIndication() bool
HasBatteryIndication returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasCommunicationDurationTime ¶
func (o *ExpectedUeBehaviourData) HasCommunicationDurationTime() bool
HasCommunicationDurationTime returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasExpectedUmts ¶
func (o *ExpectedUeBehaviourData) HasExpectedUmts() bool
HasExpectedUmts returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasPeriodicTime ¶
func (o *ExpectedUeBehaviourData) HasPeriodicTime() bool
HasPeriodicTime returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasScheduledCommunicationTime ¶
func (o *ExpectedUeBehaviourData) HasScheduledCommunicationTime() bool
HasScheduledCommunicationTime returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasScheduledCommunicationType ¶
func (o *ExpectedUeBehaviourData) HasScheduledCommunicationType() bool
HasScheduledCommunicationType returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasStationaryIndication ¶
func (o *ExpectedUeBehaviourData) HasStationaryIndication() bool
HasStationaryIndication returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasTrafficProfile ¶
func (o *ExpectedUeBehaviourData) HasTrafficProfile() bool
HasTrafficProfile returns a boolean if a field has been set.
func (*ExpectedUeBehaviourData) HasValidityTime ¶
func (o *ExpectedUeBehaviourData) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (ExpectedUeBehaviourData) MarshalJSON ¶
func (o ExpectedUeBehaviourData) MarshalJSON() ([]byte, error)
func (*ExpectedUeBehaviourData) SetBatteryIndication ¶
func (o *ExpectedUeBehaviourData) SetBatteryIndication(v BatteryIndication)
SetBatteryIndication gets a reference to the given BatteryIndication and assigns it to the BatteryIndication field.
func (*ExpectedUeBehaviourData) SetCommunicationDurationTime ¶
func (o *ExpectedUeBehaviourData) SetCommunicationDurationTime(v int32)
SetCommunicationDurationTime gets a reference to the given int32 and assigns it to the CommunicationDurationTime field.
func (*ExpectedUeBehaviourData) SetExpectedUmts ¶
func (o *ExpectedUeBehaviourData) SetExpectedUmts(v []LocationArea)
SetExpectedUmts gets a reference to the given []LocationArea and assigns it to the ExpectedUmts field.
func (*ExpectedUeBehaviourData) SetPeriodicTime ¶
func (o *ExpectedUeBehaviourData) SetPeriodicTime(v int32)
SetPeriodicTime gets a reference to the given int32 and assigns it to the PeriodicTime field.
func (*ExpectedUeBehaviourData) SetScheduledCommunicationTime ¶
func (o *ExpectedUeBehaviourData) SetScheduledCommunicationTime(v ScheduledCommunicationTime)
SetScheduledCommunicationTime gets a reference to the given ScheduledCommunicationTime and assigns it to the ScheduledCommunicationTime field.
func (*ExpectedUeBehaviourData) SetScheduledCommunicationType ¶
func (o *ExpectedUeBehaviourData) SetScheduledCommunicationType(v ScheduledCommunicationType)
SetScheduledCommunicationType gets a reference to the given ScheduledCommunicationType and assigns it to the ScheduledCommunicationType field.
func (*ExpectedUeBehaviourData) SetStationaryIndication ¶
func (o *ExpectedUeBehaviourData) SetStationaryIndication(v StationaryIndication)
SetStationaryIndication gets a reference to the given StationaryIndication and assigns it to the StationaryIndication field.
func (*ExpectedUeBehaviourData) SetTrafficProfile ¶
func (o *ExpectedUeBehaviourData) SetTrafficProfile(v TrafficProfile)
SetTrafficProfile gets a reference to the given TrafficProfile and assigns it to the TrafficProfile field.
func (*ExpectedUeBehaviourData) SetValidityTime ¶
func (o *ExpectedUeBehaviourData) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (ExpectedUeBehaviourData) ToMap ¶
func (o ExpectedUeBehaviourData) ToMap() (map[string]interface{}, error)
type ExtAmfEventSubscription ¶
type ExtAmfEventSubscription struct {
AmfEventSubscription
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"`
}
ExtAmfEventSubscription AMF event subscription extended with additional information received for the subscription
func NewExtAmfEventSubscription ¶
func NewExtAmfEventSubscription(eventList []AmfEvent, eventNotifyUri string, notifyCorrelationId string, nfId string) *ExtAmfEventSubscription
NewExtAmfEventSubscription instantiates a new ExtAmfEventSubscription 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 NewExtAmfEventSubscriptionWithDefaults ¶
func NewExtAmfEventSubscriptionWithDefaults() *ExtAmfEventSubscription
NewExtAmfEventSubscriptionWithDefaults instantiates a new ExtAmfEventSubscription 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 (*ExtAmfEventSubscription) GetAoiStateList ¶
func (o *ExtAmfEventSubscription) GetAoiStateList() map[string]AreaOfInterestEventState
GetAoiStateList returns the AoiStateList field value if set, zero value otherwise.
func (*ExtAmfEventSubscription) GetAoiStateListOk ¶
func (o *ExtAmfEventSubscription) 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 (*ExtAmfEventSubscription) GetBindingInfo ¶
func (o *ExtAmfEventSubscription) GetBindingInfo() []string
GetBindingInfo returns the BindingInfo field value if set, zero value otherwise.
func (*ExtAmfEventSubscription) GetBindingInfoOk ¶
func (o *ExtAmfEventSubscription) 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 (*ExtAmfEventSubscription) GetEventSyncInd ¶
func (o *ExtAmfEventSubscription) GetEventSyncInd() bool
GetEventSyncInd returns the EventSyncInd field value if set, zero value otherwise.
func (*ExtAmfEventSubscription) GetEventSyncIndOk ¶
func (o *ExtAmfEventSubscription) 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 (*ExtAmfEventSubscription) GetNfConsumerInfo ¶
func (o *ExtAmfEventSubscription) GetNfConsumerInfo() []string
GetNfConsumerInfo returns the NfConsumerInfo field value if set, zero value otherwise.
func (*ExtAmfEventSubscription) GetNfConsumerInfoOk ¶
func (o *ExtAmfEventSubscription) 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 (*ExtAmfEventSubscription) GetSubscribingNfType ¶
func (o *ExtAmfEventSubscription) GetSubscribingNfType() NFType
GetSubscribingNfType returns the SubscribingNfType field value if set, zero value otherwise.
func (*ExtAmfEventSubscription) GetSubscribingNfTypeOk ¶
func (o *ExtAmfEventSubscription) 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 (*ExtAmfEventSubscription) HasAoiStateList ¶
func (o *ExtAmfEventSubscription) HasAoiStateList() bool
HasAoiStateList returns a boolean if a field has been set.
func (*ExtAmfEventSubscription) HasBindingInfo ¶
func (o *ExtAmfEventSubscription) HasBindingInfo() bool
HasBindingInfo returns a boolean if a field has been set.
func (*ExtAmfEventSubscription) HasEventSyncInd ¶
func (o *ExtAmfEventSubscription) HasEventSyncInd() bool
HasEventSyncInd returns a boolean if a field has been set.
func (*ExtAmfEventSubscription) HasNfConsumerInfo ¶
func (o *ExtAmfEventSubscription) HasNfConsumerInfo() bool
HasNfConsumerInfo returns a boolean if a field has been set.
func (*ExtAmfEventSubscription) HasSubscribingNfType ¶
func (o *ExtAmfEventSubscription) HasSubscribingNfType() bool
HasSubscribingNfType returns a boolean if a field has been set.
func (ExtAmfEventSubscription) MarshalJSON ¶
func (o ExtAmfEventSubscription) MarshalJSON() ([]byte, error)
func (*ExtAmfEventSubscription) SetAoiStateList ¶
func (o *ExtAmfEventSubscription) SetAoiStateList(v map[string]AreaOfInterestEventState)
SetAoiStateList gets a reference to the given map[string]AreaOfInterestEventState and assigns it to the AoiStateList field.
func (*ExtAmfEventSubscription) SetBindingInfo ¶
func (o *ExtAmfEventSubscription) SetBindingInfo(v []string)
SetBindingInfo gets a reference to the given []string and assigns it to the BindingInfo field.
func (*ExtAmfEventSubscription) SetEventSyncInd ¶
func (o *ExtAmfEventSubscription) SetEventSyncInd(v bool)
SetEventSyncInd gets a reference to the given bool and assigns it to the EventSyncInd field.
func (*ExtAmfEventSubscription) SetNfConsumerInfo ¶
func (o *ExtAmfEventSubscription) SetNfConsumerInfo(v []string)
SetNfConsumerInfo gets a reference to the given []string and assigns it to the NfConsumerInfo field.
func (*ExtAmfEventSubscription) SetSubscribingNfType ¶
func (o *ExtAmfEventSubscription) SetSubscribingNfType(v NFType)
SetSubscribingNfType gets a reference to the given NFType and assigns it to the SubscribingNfType field.
func (ExtAmfEventSubscription) ToMap ¶
func (o ExtAmfEventSubscription) ToMap() (map[string]interface{}, error)
type ExtSnssai ¶
type ExtSnssai struct {
Snssai
// When present, it shall contain the range(s) of Slice Differentiator values supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type
SdRanges []SdRange `json:"sdRanges,omitempty"`
// When present, it shall be set to true, to indicate that all SD values are supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type.
WildcardSd *bool `json:"wildcardSd,omitempty"`
}
ExtSnssai The sdRanges and wildcardSd attributes shall be exclusive from each other. If one of these attributes is present, the sd attribute shall also be present and it shall contain one Slice Differentiator value within the range of SD (if the sdRanges attribute is present) or with any value (if the wildcardSd attribute is present).
func NewExtSnssai ¶
NewExtSnssai instantiates a new ExtSnssai 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 NewExtSnssaiWithDefaults ¶
func NewExtSnssaiWithDefaults() *ExtSnssai
NewExtSnssaiWithDefaults instantiates a new ExtSnssai 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 (*ExtSnssai) GetSdRanges ¶
GetSdRanges returns the SdRanges field value if set, zero value otherwise.
func (*ExtSnssai) GetSdRangesOk ¶
GetSdRangesOk returns a tuple with the SdRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtSnssai) GetWildcardSd ¶
GetWildcardSd returns the WildcardSd field value if set, zero value otherwise.
func (*ExtSnssai) GetWildcardSdOk ¶
GetWildcardSdOk returns a tuple with the WildcardSd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtSnssai) HasSdRanges ¶
HasSdRanges returns a boolean if a field has been set.
func (*ExtSnssai) HasWildcardSd ¶
HasWildcardSd returns a boolean if a field has been set.
func (ExtSnssai) MarshalJSON ¶
func (*ExtSnssai) SetSdRanges ¶
SetSdRanges gets a reference to the given []SdRange and assigns it to the SdRanges field.
func (*ExtSnssai) SetWildcardSd ¶
SetWildcardSd gets a reference to the given bool and assigns it to the WildcardSd field.
type FailureEventInfo ¶
type FailureEventInfo struct {
Event NwdafEvent `json:"event"`
FailureCode NwdafFailureCode `json:"failureCode"`
}
FailureEventInfo Contains information on the event for which the subscription is not successful.
func NewFailureEventInfo ¶
func NewFailureEventInfo(event NwdafEvent, failureCode NwdafFailureCode) *FailureEventInfo
NewFailureEventInfo instantiates a new FailureEventInfo 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 NewFailureEventInfoWithDefaults ¶
func NewFailureEventInfoWithDefaults() *FailureEventInfo
NewFailureEventInfoWithDefaults instantiates a new FailureEventInfo 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 (*FailureEventInfo) GetEvent ¶
func (o *FailureEventInfo) GetEvent() NwdafEvent
GetEvent returns the Event field value
func (*FailureEventInfo) GetEventOk ¶
func (o *FailureEventInfo) GetEventOk() (*NwdafEvent, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*FailureEventInfo) GetFailureCode ¶
func (o *FailureEventInfo) GetFailureCode() NwdafFailureCode
GetFailureCode returns the FailureCode field value
func (*FailureEventInfo) GetFailureCodeOk ¶
func (o *FailureEventInfo) GetFailureCodeOk() (*NwdafFailureCode, bool)
GetFailureCodeOk returns a tuple with the FailureCode field value and a boolean to check if the value has been set.
func (FailureEventInfo) MarshalJSON ¶
func (o FailureEventInfo) MarshalJSON() ([]byte, error)
func (*FailureEventInfo) SetEvent ¶
func (o *FailureEventInfo) SetEvent(v NwdafEvent)
SetEvent sets field value
func (*FailureEventInfo) SetFailureCode ¶
func (o *FailureEventInfo) SetFailureCode(v NwdafFailureCode)
SetFailureCode sets field value
func (FailureEventInfo) ToMap ¶
func (o FailureEventInfo) ToMap() (map[string]interface{}, error)
type FlowDirection ¶
type FlowDirection struct {
String *string
}
FlowDirection Possible values are: - DOWNLINK: The corresponding filter applies for traffic to the UE. - UPLINK: The corresponding filter applies for traffic from the UE. - BIDIRECTIONAL: The corresponding filter applies for traffic both to and from the UE. - UNSPECIFIED: The corresponding filter applies for traffic to the UE (downlink), but has no specific direction declared. The service data flow detection shall apply the filter for uplink traffic as if the filter was bidirectional. The PCF shall not use the value UNSPECIFIED in filters created by the network in NW-initiated procedures. The PCF shall only include the value UNSPECIFIED in filters in UE-initiated procedures if the same value is received from the SMF.
func (*FlowDirection) MarshalJSON ¶
func (src *FlowDirection) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FlowDirection) UnmarshalJSON ¶
func (dst *FlowDirection) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FlowInfo ¶
type FlowInfo struct {
// Indicates the IP flow identifier.
FlowId int32 `json:"flowId"`
// Indicates the packet filters of the IP flow. Refer to clause 5.3.8 of 3GPP TS 29.214 for encoding. It shall contain UL and/or DL IP flow description.
FlowDescriptions []string `json:"flowDescriptions,omitempty"`
}
FlowInfo Represents IP flow information.
func NewFlowInfo ¶
NewFlowInfo instantiates a new FlowInfo 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 NewFlowInfoWithDefaults ¶
func NewFlowInfoWithDefaults() *FlowInfo
NewFlowInfoWithDefaults instantiates a new FlowInfo 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 (*FlowInfo) GetFlowDescriptions ¶
GetFlowDescriptions returns the FlowDescriptions field value if set, zero value otherwise.
func (*FlowInfo) GetFlowDescriptionsOk ¶
GetFlowDescriptionsOk returns a tuple with the FlowDescriptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FlowInfo) GetFlowIdOk ¶
GetFlowIdOk returns a tuple with the FlowId field value and a boolean to check if the value has been set.
func (*FlowInfo) HasFlowDescriptions ¶
HasFlowDescriptions returns a boolean if a field has been set.
func (FlowInfo) MarshalJSON ¶
func (*FlowInfo) SetFlowDescriptions ¶
SetFlowDescriptions gets a reference to the given []string and assigns it to the FlowDescriptions field.
type GADShape ¶
type GADShape struct {
Shape SupportedGADShapes `json:"shape"`
}
GADShape Common base type for GAD shapes.
func NewGADShape ¶
func NewGADShape(shape SupportedGADShapes) *GADShape
NewGADShape instantiates a new GADShape 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 NewGADShapeWithDefaults ¶
func NewGADShapeWithDefaults() *GADShape
NewGADShapeWithDefaults instantiates a new GADShape 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 (*GADShape) GetShape ¶
func (o *GADShape) GetShape() SupportedGADShapes
GetShape returns the Shape field value
func (*GADShape) GetShapeOk ¶
func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
GetShapeOk returns a tuple with the Shape field value and a boolean to check if the value has been set.
func (GADShape) MarshalJSON ¶
func (*GADShape) SetShape ¶
func (o *GADShape) SetShape(v SupportedGADShapes)
SetShape sets field value
type GNbId ¶
type GNbId struct {
// Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32.
BitLength int32 `json:"bitLength"`
// This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string.
GNBValue string `json:"gNBValue"`
}
GNbId Provides the G-NB identifier.
func NewGNbId ¶
NewGNbId instantiates a new GNbId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGNbIdWithDefaults ¶
func NewGNbIdWithDefaults() *GNbId
NewGNbIdWithDefaults instantiates a new GNbId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GNbId) GetBitLength ¶
GetBitLength returns the BitLength field value
func (*GNbId) GetBitLengthOk ¶
GetBitLengthOk returns a tuple with the BitLength field value and a boolean to check if the value has been set.
func (*GNbId) GetGNBValue ¶
GetGNBValue returns the GNBValue field value
func (*GNbId) GetGNBValueOk ¶
GetGNBValueOk returns a tuple with the GNBValue field value and a boolean to check if the value has been set.
func (GNbId) MarshalJSON ¶
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GeographicArea ¶
type GeographicArea struct {
EllipsoidArc *EllipsoidArc
Point *Point
PointAltitude *PointAltitude
PointAltitudeUncertainty *PointAltitudeUncertainty
PointUncertaintyCircle *PointUncertaintyCircle
PointUncertaintyEllipse *PointUncertaintyEllipse
Polygon *Polygon
}
GeographicArea Geographic area specified by different shape.
func (*GeographicArea) MarshalJSON ¶
func (src *GeographicArea) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GeographicArea) UnmarshalJSON ¶
func (dst *GeographicArea) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type GeographicalCoordinates ¶
GeographicalCoordinates Geographical coordinates.
func NewGeographicalCoordinates ¶
func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates
NewGeographicalCoordinates instantiates a new GeographicalCoordinates 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 NewGeographicalCoordinatesWithDefaults ¶
func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates
NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates 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 (*GeographicalCoordinates) GetLat ¶
func (o *GeographicalCoordinates) GetLat() float64
GetLat returns the Lat field value
func (*GeographicalCoordinates) GetLatOk ¶
func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
GetLatOk returns a tuple with the Lat field value and a boolean to check if the value has been set.
func (*GeographicalCoordinates) GetLon ¶
func (o *GeographicalCoordinates) GetLon() float64
GetLon returns the Lon field value
func (*GeographicalCoordinates) GetLonOk ¶
func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
GetLonOk returns a tuple with the Lon field value and a boolean to check if the value has been set.
func (GeographicalCoordinates) MarshalJSON ¶
func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*GeographicalCoordinates) SetLat ¶
func (o *GeographicalCoordinates) SetLat(v float64)
SetLat sets field value
func (*GeographicalCoordinates) SetLon ¶
func (o *GeographicalCoordinates) SetLon(v float64)
SetLon sets field value
func (GeographicalCoordinates) ToMap ¶
func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
type GeraLocation ¶
type GeraLocation struct {
Interface *interface{}
}
GeraLocation - Exactly one of cgi, sai or lai shall be present.
func InterfaceAsGeraLocation ¶
func InterfaceAsGeraLocation(v *interface{}) GeraLocation
interface{}AsGeraLocation is a convenience function that returns interface{} wrapped in GeraLocation
func (*GeraLocation) GetActualInstance ¶
func (obj *GeraLocation) GetActualInstance() interface{}
Get the actual instance
func (GeraLocation) MarshalJSON ¶
func (src GeraLocation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GeraLocation) UnmarshalJSON ¶
func (dst *GeraLocation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type GlobalRanNodeId ¶
type GlobalRanNodeId struct {
Interface *interface{}
}
GlobalRanNodeId - One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
func InterfaceAsGlobalRanNodeId ¶
func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId
interface{}AsGlobalRanNodeId is a convenience function that returns interface{} wrapped in GlobalRanNodeId
func (*GlobalRanNodeId) GetActualInstance ¶
func (obj *GlobalRanNodeId) GetActualInstance() interface{}
Get the actual instance
func (GlobalRanNodeId) MarshalJSON ¶
func (src GlobalRanNodeId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GlobalRanNodeId) UnmarshalJSON ¶
func (dst *GlobalRanNodeId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type Guami ¶
type Guami struct {
PlmnId PlmnIdNid `json:"plmnId"`
// String identifying the AMF ID composed of AMF Region ID (8 bits), AMF Set ID (10 bits) and AMF Pointer (6 bits) as specified in clause 2.10.1 of 3GPP TS 23.003. It is encoded as a string of 6 hexadecimal characters (i.e., 24 bits).
AmfId string `json:"amfId"`
}
Guami Globally Unique AMF Identifier constructed out of PLMN, Network and AMF identity.
func NewGuami ¶
NewGuami instantiates a new Guami object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGuamiWithDefaults ¶
func NewGuamiWithDefaults() *Guami
NewGuamiWithDefaults instantiates a new Guami object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Guami) GetAmfIdOk ¶
GetAmfIdOk returns a tuple with the AmfId field value and a boolean to check if the value has been set.
func (*Guami) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Guami) MarshalJSON ¶
type HfcNodeId ¶
type HfcNodeId struct {
// This IE represents the identifier of the HFC node Id as specified in CableLabs WR-TR-5WWC-ARCH. It is provisioned by the wireline operator as part of wireline operations and may contain up to six characters.
HfcNId string `json:"hfcNId"`
}
HfcNodeId REpresents the HFC Node Identifer received over NGAP.
func NewHfcNodeId ¶
NewHfcNodeId instantiates a new HfcNodeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHfcNodeIdWithDefaults ¶
func NewHfcNodeIdWithDefaults() *HfcNodeId
NewHfcNodeIdWithDefaults instantiates a new HfcNodeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HfcNodeId) GetHfcNIdOk ¶
GetHfcNIdOk returns a tuple with the HfcNId field value and a boolean to check if the value has been set.
func (HfcNodeId) MarshalJSON ¶
type ImmediateMdtConf ¶
type ImmediateMdtConf struct {
JobType JobType `json:"jobType"`
MeasurementLteList []MeasurementLteForMdt `json:"measurementLteList,omitempty"`
MeasurementNrList []MeasurementNrForMdt `json:"measurementNrList,omitempty"`
ReportingTriggerList []ReportingTrigger `json:"reportingTriggerList,omitempty"`
ReportInterval *ReportIntervalMdt `json:"reportInterval,omitempty"`
ReportIntervalNr *ReportIntervalNrMdt `json:"reportIntervalNr,omitempty"`
ReportAmount *ReportAmountMdt `json:"reportAmount,omitempty"`
EventThresholdRsrp *int32 `json:"eventThresholdRsrp,omitempty"`
EventThresholdRsrq *int32 `json:"eventThresholdRsrq,omitempty"`
EventThresholdRsrpNr *int32 `json:"eventThresholdRsrpNr,omitempty"`
EventThresholdRsrqNr *int32 `json:"eventThresholdRsrqNr,omitempty"`
CollectionPeriodRmmLte *CollectionPeriodRmmLteMdt `json:"collectionPeriodRmmLte,omitempty"`
CollectionPeriodRmmNr *CollectionPeriodRmmNrMdt `json:"collectionPeriodRmmNr,omitempty"`
MeasurementPeriodLte *MeasurementPeriodLteMdt `json:"measurementPeriodLte,omitempty"`
AreaScope *AreaScope `json:"areaScope,omitempty"`
PositioningMethod *PositioningMethodMdt `json:"positioningMethod,omitempty"`
AddPositioningMethodList []PositioningMethodMdt `json:"addPositioningMethodList,omitempty"`
MdtAllowedPlmnIdList []PlmnId `json:"mdtAllowedPlmnIdList,omitempty"`
SensorMeasurementList []SensorMeasurement `json:"sensorMeasurementList,omitempty"`
}
ImmediateMdtConf Immediate MDT Configuration
func NewImmediateMdtConf ¶
func NewImmediateMdtConf(jobType JobType) *ImmediateMdtConf
NewImmediateMdtConf instantiates a new ImmediateMdtConf 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 NewImmediateMdtConfWithDefaults ¶
func NewImmediateMdtConfWithDefaults() *ImmediateMdtConf
NewImmediateMdtConfWithDefaults instantiates a new ImmediateMdtConf 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 (*ImmediateMdtConf) GetAddPositioningMethodList ¶
func (o *ImmediateMdtConf) GetAddPositioningMethodList() []PositioningMethodMdt
GetAddPositioningMethodList returns the AddPositioningMethodList field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetAddPositioningMethodListOk ¶
func (o *ImmediateMdtConf) GetAddPositioningMethodListOk() ([]PositioningMethodMdt, bool)
GetAddPositioningMethodListOk returns a tuple with the AddPositioningMethodList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetAreaScope ¶
func (o *ImmediateMdtConf) GetAreaScope() AreaScope
GetAreaScope returns the AreaScope field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetAreaScopeOk ¶
func (o *ImmediateMdtConf) GetAreaScopeOk() (*AreaScope, bool)
GetAreaScopeOk returns a tuple with the AreaScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetCollectionPeriodRmmLte ¶
func (o *ImmediateMdtConf) GetCollectionPeriodRmmLte() CollectionPeriodRmmLteMdt
GetCollectionPeriodRmmLte returns the CollectionPeriodRmmLte field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetCollectionPeriodRmmLteOk ¶
func (o *ImmediateMdtConf) GetCollectionPeriodRmmLteOk() (*CollectionPeriodRmmLteMdt, bool)
GetCollectionPeriodRmmLteOk returns a tuple with the CollectionPeriodRmmLte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetCollectionPeriodRmmNr ¶
func (o *ImmediateMdtConf) GetCollectionPeriodRmmNr() CollectionPeriodRmmNrMdt
GetCollectionPeriodRmmNr returns the CollectionPeriodRmmNr field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetCollectionPeriodRmmNrOk ¶
func (o *ImmediateMdtConf) GetCollectionPeriodRmmNrOk() (*CollectionPeriodRmmNrMdt, bool)
GetCollectionPeriodRmmNrOk returns a tuple with the CollectionPeriodRmmNr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetEventThresholdRsrp ¶
func (o *ImmediateMdtConf) GetEventThresholdRsrp() int32
GetEventThresholdRsrp returns the EventThresholdRsrp field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetEventThresholdRsrpNr ¶
func (o *ImmediateMdtConf) GetEventThresholdRsrpNr() int32
GetEventThresholdRsrpNr returns the EventThresholdRsrpNr field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetEventThresholdRsrpNrOk ¶
func (o *ImmediateMdtConf) GetEventThresholdRsrpNrOk() (*int32, bool)
GetEventThresholdRsrpNrOk returns a tuple with the EventThresholdRsrpNr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetEventThresholdRsrpOk ¶
func (o *ImmediateMdtConf) GetEventThresholdRsrpOk() (*int32, bool)
GetEventThresholdRsrpOk returns a tuple with the EventThresholdRsrp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetEventThresholdRsrq ¶
func (o *ImmediateMdtConf) GetEventThresholdRsrq() int32
GetEventThresholdRsrq returns the EventThresholdRsrq field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetEventThresholdRsrqNr ¶
func (o *ImmediateMdtConf) GetEventThresholdRsrqNr() int32
GetEventThresholdRsrqNr returns the EventThresholdRsrqNr field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetEventThresholdRsrqNrOk ¶
func (o *ImmediateMdtConf) GetEventThresholdRsrqNrOk() (*int32, bool)
GetEventThresholdRsrqNrOk returns a tuple with the EventThresholdRsrqNr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetEventThresholdRsrqOk ¶
func (o *ImmediateMdtConf) GetEventThresholdRsrqOk() (*int32, bool)
GetEventThresholdRsrqOk returns a tuple with the EventThresholdRsrq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetJobType ¶
func (o *ImmediateMdtConf) GetJobType() JobType
GetJobType returns the JobType field value
func (*ImmediateMdtConf) GetJobTypeOk ¶
func (o *ImmediateMdtConf) GetJobTypeOk() (*JobType, bool)
GetJobTypeOk returns a tuple with the JobType field value and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetMdtAllowedPlmnIdList ¶
func (o *ImmediateMdtConf) GetMdtAllowedPlmnIdList() []PlmnId
GetMdtAllowedPlmnIdList returns the MdtAllowedPlmnIdList field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetMdtAllowedPlmnIdListOk ¶
func (o *ImmediateMdtConf) GetMdtAllowedPlmnIdListOk() ([]PlmnId, bool)
GetMdtAllowedPlmnIdListOk returns a tuple with the MdtAllowedPlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetMeasurementLteList ¶
func (o *ImmediateMdtConf) GetMeasurementLteList() []MeasurementLteForMdt
GetMeasurementLteList returns the MeasurementLteList field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetMeasurementLteListOk ¶
func (o *ImmediateMdtConf) GetMeasurementLteListOk() ([]MeasurementLteForMdt, bool)
GetMeasurementLteListOk returns a tuple with the MeasurementLteList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetMeasurementNrList ¶
func (o *ImmediateMdtConf) GetMeasurementNrList() []MeasurementNrForMdt
GetMeasurementNrList returns the MeasurementNrList field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetMeasurementNrListOk ¶
func (o *ImmediateMdtConf) GetMeasurementNrListOk() ([]MeasurementNrForMdt, bool)
GetMeasurementNrListOk returns a tuple with the MeasurementNrList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetMeasurementPeriodLte ¶
func (o *ImmediateMdtConf) GetMeasurementPeriodLte() MeasurementPeriodLteMdt
GetMeasurementPeriodLte returns the MeasurementPeriodLte field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetMeasurementPeriodLteOk ¶
func (o *ImmediateMdtConf) GetMeasurementPeriodLteOk() (*MeasurementPeriodLteMdt, bool)
GetMeasurementPeriodLteOk returns a tuple with the MeasurementPeriodLte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetPositioningMethod ¶
func (o *ImmediateMdtConf) GetPositioningMethod() PositioningMethodMdt
GetPositioningMethod returns the PositioningMethod field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetPositioningMethodOk ¶
func (o *ImmediateMdtConf) GetPositioningMethodOk() (*PositioningMethodMdt, bool)
GetPositioningMethodOk returns a tuple with the PositioningMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetReportAmount ¶
func (o *ImmediateMdtConf) GetReportAmount() ReportAmountMdt
GetReportAmount returns the ReportAmount field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetReportAmountOk ¶
func (o *ImmediateMdtConf) GetReportAmountOk() (*ReportAmountMdt, bool)
GetReportAmountOk returns a tuple with the ReportAmount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetReportInterval ¶
func (o *ImmediateMdtConf) GetReportInterval() ReportIntervalMdt
GetReportInterval returns the ReportInterval field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetReportIntervalNr ¶
func (o *ImmediateMdtConf) GetReportIntervalNr() ReportIntervalNrMdt
GetReportIntervalNr returns the ReportIntervalNr field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetReportIntervalNrOk ¶
func (o *ImmediateMdtConf) GetReportIntervalNrOk() (*ReportIntervalNrMdt, bool)
GetReportIntervalNrOk returns a tuple with the ReportIntervalNr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetReportIntervalOk ¶
func (o *ImmediateMdtConf) GetReportIntervalOk() (*ReportIntervalMdt, bool)
GetReportIntervalOk returns a tuple with the ReportInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetReportingTriggerList ¶
func (o *ImmediateMdtConf) GetReportingTriggerList() []ReportingTrigger
GetReportingTriggerList returns the ReportingTriggerList field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetReportingTriggerListOk ¶
func (o *ImmediateMdtConf) GetReportingTriggerListOk() ([]ReportingTrigger, bool)
GetReportingTriggerListOk returns a tuple with the ReportingTriggerList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) GetSensorMeasurementList ¶
func (o *ImmediateMdtConf) GetSensorMeasurementList() []SensorMeasurement
GetSensorMeasurementList returns the SensorMeasurementList field value if set, zero value otherwise.
func (*ImmediateMdtConf) GetSensorMeasurementListOk ¶
func (o *ImmediateMdtConf) GetSensorMeasurementListOk() ([]SensorMeasurement, bool)
GetSensorMeasurementListOk returns a tuple with the SensorMeasurementList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ImmediateMdtConf) HasAddPositioningMethodList ¶
func (o *ImmediateMdtConf) HasAddPositioningMethodList() bool
HasAddPositioningMethodList returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasAreaScope ¶
func (o *ImmediateMdtConf) HasAreaScope() bool
HasAreaScope returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasCollectionPeriodRmmLte ¶
func (o *ImmediateMdtConf) HasCollectionPeriodRmmLte() bool
HasCollectionPeriodRmmLte returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasCollectionPeriodRmmNr ¶
func (o *ImmediateMdtConf) HasCollectionPeriodRmmNr() bool
HasCollectionPeriodRmmNr returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasEventThresholdRsrp ¶
func (o *ImmediateMdtConf) HasEventThresholdRsrp() bool
HasEventThresholdRsrp returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasEventThresholdRsrpNr ¶
func (o *ImmediateMdtConf) HasEventThresholdRsrpNr() bool
HasEventThresholdRsrpNr returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasEventThresholdRsrq ¶
func (o *ImmediateMdtConf) HasEventThresholdRsrq() bool
HasEventThresholdRsrq returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasEventThresholdRsrqNr ¶
func (o *ImmediateMdtConf) HasEventThresholdRsrqNr() bool
HasEventThresholdRsrqNr returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasMdtAllowedPlmnIdList ¶
func (o *ImmediateMdtConf) HasMdtAllowedPlmnIdList() bool
HasMdtAllowedPlmnIdList returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasMeasurementLteList ¶
func (o *ImmediateMdtConf) HasMeasurementLteList() bool
HasMeasurementLteList returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasMeasurementNrList ¶
func (o *ImmediateMdtConf) HasMeasurementNrList() bool
HasMeasurementNrList returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasMeasurementPeriodLte ¶
func (o *ImmediateMdtConf) HasMeasurementPeriodLte() bool
HasMeasurementPeriodLte returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasPositioningMethod ¶
func (o *ImmediateMdtConf) HasPositioningMethod() bool
HasPositioningMethod returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasReportAmount ¶
func (o *ImmediateMdtConf) HasReportAmount() bool
HasReportAmount returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasReportInterval ¶
func (o *ImmediateMdtConf) HasReportInterval() bool
HasReportInterval returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasReportIntervalNr ¶
func (o *ImmediateMdtConf) HasReportIntervalNr() bool
HasReportIntervalNr returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasReportingTriggerList ¶
func (o *ImmediateMdtConf) HasReportingTriggerList() bool
HasReportingTriggerList returns a boolean if a field has been set.
func (*ImmediateMdtConf) HasSensorMeasurementList ¶
func (o *ImmediateMdtConf) HasSensorMeasurementList() bool
HasSensorMeasurementList returns a boolean if a field has been set.
func (ImmediateMdtConf) MarshalJSON ¶
func (o ImmediateMdtConf) MarshalJSON() ([]byte, error)
func (*ImmediateMdtConf) SetAddPositioningMethodList ¶
func (o *ImmediateMdtConf) SetAddPositioningMethodList(v []PositioningMethodMdt)
SetAddPositioningMethodList gets a reference to the given []PositioningMethodMdt and assigns it to the AddPositioningMethodList field.
func (*ImmediateMdtConf) SetAreaScope ¶
func (o *ImmediateMdtConf) SetAreaScope(v AreaScope)
SetAreaScope gets a reference to the given AreaScope and assigns it to the AreaScope field.
func (*ImmediateMdtConf) SetCollectionPeriodRmmLte ¶
func (o *ImmediateMdtConf) SetCollectionPeriodRmmLte(v CollectionPeriodRmmLteMdt)
SetCollectionPeriodRmmLte gets a reference to the given CollectionPeriodRmmLteMdt and assigns it to the CollectionPeriodRmmLte field.
func (*ImmediateMdtConf) SetCollectionPeriodRmmNr ¶
func (o *ImmediateMdtConf) SetCollectionPeriodRmmNr(v CollectionPeriodRmmNrMdt)
SetCollectionPeriodRmmNr gets a reference to the given CollectionPeriodRmmNrMdt and assigns it to the CollectionPeriodRmmNr field.
func (*ImmediateMdtConf) SetEventThresholdRsrp ¶
func (o *ImmediateMdtConf) SetEventThresholdRsrp(v int32)
SetEventThresholdRsrp gets a reference to the given int32 and assigns it to the EventThresholdRsrp field.
func (*ImmediateMdtConf) SetEventThresholdRsrpNr ¶
func (o *ImmediateMdtConf) SetEventThresholdRsrpNr(v int32)
SetEventThresholdRsrpNr gets a reference to the given int32 and assigns it to the EventThresholdRsrpNr field.
func (*ImmediateMdtConf) SetEventThresholdRsrq ¶
func (o *ImmediateMdtConf) SetEventThresholdRsrq(v int32)
SetEventThresholdRsrq gets a reference to the given int32 and assigns it to the EventThresholdRsrq field.
func (*ImmediateMdtConf) SetEventThresholdRsrqNr ¶
func (o *ImmediateMdtConf) SetEventThresholdRsrqNr(v int32)
SetEventThresholdRsrqNr gets a reference to the given int32 and assigns it to the EventThresholdRsrqNr field.
func (*ImmediateMdtConf) SetJobType ¶
func (o *ImmediateMdtConf) SetJobType(v JobType)
SetJobType sets field value
func (*ImmediateMdtConf) SetMdtAllowedPlmnIdList ¶
func (o *ImmediateMdtConf) SetMdtAllowedPlmnIdList(v []PlmnId)
SetMdtAllowedPlmnIdList gets a reference to the given []PlmnId and assigns it to the MdtAllowedPlmnIdList field.
func (*ImmediateMdtConf) SetMeasurementLteList ¶
func (o *ImmediateMdtConf) SetMeasurementLteList(v []MeasurementLteForMdt)
SetMeasurementLteList gets a reference to the given []MeasurementLteForMdt and assigns it to the MeasurementLteList field.
func (*ImmediateMdtConf) SetMeasurementNrList ¶
func (o *ImmediateMdtConf) SetMeasurementNrList(v []MeasurementNrForMdt)
SetMeasurementNrList gets a reference to the given []MeasurementNrForMdt and assigns it to the MeasurementNrList field.
func (*ImmediateMdtConf) SetMeasurementPeriodLte ¶
func (o *ImmediateMdtConf) SetMeasurementPeriodLte(v MeasurementPeriodLteMdt)
SetMeasurementPeriodLte gets a reference to the given MeasurementPeriodLteMdt and assigns it to the MeasurementPeriodLte field.
func (*ImmediateMdtConf) SetPositioningMethod ¶
func (o *ImmediateMdtConf) SetPositioningMethod(v PositioningMethodMdt)
SetPositioningMethod gets a reference to the given PositioningMethodMdt and assigns it to the PositioningMethod field.
func (*ImmediateMdtConf) SetReportAmount ¶
func (o *ImmediateMdtConf) SetReportAmount(v ReportAmountMdt)
SetReportAmount gets a reference to the given ReportAmountMdt and assigns it to the ReportAmount field.
func (*ImmediateMdtConf) SetReportInterval ¶
func (o *ImmediateMdtConf) SetReportInterval(v ReportIntervalMdt)
SetReportInterval gets a reference to the given ReportIntervalMdt and assigns it to the ReportInterval field.
func (*ImmediateMdtConf) SetReportIntervalNr ¶
func (o *ImmediateMdtConf) SetReportIntervalNr(v ReportIntervalNrMdt)
SetReportIntervalNr gets a reference to the given ReportIntervalNrMdt and assigns it to the ReportIntervalNr field.
func (*ImmediateMdtConf) SetReportingTriggerList ¶
func (o *ImmediateMdtConf) SetReportingTriggerList(v []ReportingTrigger)
SetReportingTriggerList gets a reference to the given []ReportingTrigger and assigns it to the ReportingTriggerList field.
func (*ImmediateMdtConf) SetSensorMeasurementList ¶
func (o *ImmediateMdtConf) SetSensorMeasurementList(v []SensorMeasurement)
SetSensorMeasurementList gets a reference to the given []SensorMeasurement and assigns it to the SensorMeasurementList field.
func (ImmediateMdtConf) ToMap ¶
func (o ImmediateMdtConf) ToMap() (map[string]interface{}, error)
type IndividualSubscriptionDocumentApiService ¶
type IndividualSubscriptionDocumentApiService service
IndividualSubscriptionDocumentApiService IndividualSubscriptionDocumentApi service
func (*IndividualSubscriptionDocumentApiService) AMFStatusChangeSubscribeModfy ¶
func (a *IndividualSubscriptionDocumentApiService) AMFStatusChangeSubscribeModfy(ctx context.Context, subscriptionId string) ApiAMFStatusChangeSubscribeModfyRequest
AMFStatusChangeSubscribeModfy Namf_Communication AMF Status Change Subscribe Modify service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId AMF Status Change Subscription Identifier @return ApiAMFStatusChangeSubscribeModfyRequest
func (*IndividualSubscriptionDocumentApiService) AMFStatusChangeSubscribeModfyExecute ¶
func (a *IndividualSubscriptionDocumentApiService) AMFStatusChangeSubscribeModfyExecute(r ApiAMFStatusChangeSubscribeModfyRequest) (*SubscriptionData, *http.Response, error)
Execute executes the request
@return SubscriptionData
func (*IndividualSubscriptionDocumentApiService) AMFStatusChangeUnSubscribe ¶
func (a *IndividualSubscriptionDocumentApiService) AMFStatusChangeUnSubscribe(ctx context.Context, subscriptionId string) ApiAMFStatusChangeUnSubscribeRequest
AMFStatusChangeUnSubscribe Namf_Communication AMF Status Change UnSubscribe service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId AMF Status Change Subscription Identifier @return ApiAMFStatusChangeUnSubscribeRequest
func (*IndividualSubscriptionDocumentApiService) AMFStatusChangeUnSubscribeExecute ¶
func (a *IndividualSubscriptionDocumentApiService) AMFStatusChangeUnSubscribeExecute(r ApiAMFStatusChangeUnSubscribeRequest) (*http.Response, error)
Execute executes the request
type IndividualUeContextDocumentApiService ¶
type IndividualUeContextDocumentApiService service
IndividualUeContextDocumentApiService IndividualUeContextDocumentApi service
func (*IndividualUeContextDocumentApiService) CancelRelocateUEContext ¶
func (a *IndividualUeContextDocumentApiService) CancelRelocateUEContext(ctx context.Context, ueContextId string) ApiCancelRelocateUEContextRequest
CancelRelocateUEContext Namf_Communication CancelRelocateUEContext service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueContextId UE Context Identifier @return ApiCancelRelocateUEContextRequest
func (*IndividualUeContextDocumentApiService) CancelRelocateUEContextExecute ¶
func (a *IndividualUeContextDocumentApiService) CancelRelocateUEContextExecute(r ApiCancelRelocateUEContextRequest) (*http.Response, error)
Execute executes the request
func (*IndividualUeContextDocumentApiService) CreateUEContext ¶
func (a *IndividualUeContextDocumentApiService) CreateUEContext(ctx context.Context, ueContextId string) ApiCreateUEContextRequest
CreateUEContext Namf_Communication CreateUEContext service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueContextId UE Context Identifier @return ApiCreateUEContextRequest
func (*IndividualUeContextDocumentApiService) CreateUEContextExecute ¶
func (a *IndividualUeContextDocumentApiService) CreateUEContextExecute(r ApiCreateUEContextRequest) (*UeContextCreatedData, *http.Response, error)
Execute executes the request
@return UeContextCreatedData
func (*IndividualUeContextDocumentApiService) EBIAssignment ¶
func (a *IndividualUeContextDocumentApiService) EBIAssignment(ctx context.Context, ueContextId string) ApiEBIAssignmentRequest
EBIAssignment Namf_Communication EBI Assignment service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueContextId UE Context Identifier @return ApiEBIAssignmentRequest
func (*IndividualUeContextDocumentApiService) EBIAssignmentExecute ¶
func (a *IndividualUeContextDocumentApiService) EBIAssignmentExecute(r ApiEBIAssignmentRequest) (*AssignedEbiData, *http.Response, error)
Execute executes the request
@return AssignedEbiData
func (*IndividualUeContextDocumentApiService) RegistrationStatusUpdate ¶
func (a *IndividualUeContextDocumentApiService) RegistrationStatusUpdate(ctx context.Context, ueContextId string) ApiRegistrationStatusUpdateRequest
RegistrationStatusUpdate Namf_Communication RegistrationStatusUpdate service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueContextId UE Context Identifier @return ApiRegistrationStatusUpdateRequest
func (*IndividualUeContextDocumentApiService) RegistrationStatusUpdateExecute ¶
func (a *IndividualUeContextDocumentApiService) RegistrationStatusUpdateExecute(r ApiRegistrationStatusUpdateRequest) (*UeRegStatusUpdateRspData, *http.Response, error)
Execute executes the request
@return UeRegStatusUpdateRspData
func (*IndividualUeContextDocumentApiService) ReleaseUEContext ¶
func (a *IndividualUeContextDocumentApiService) ReleaseUEContext(ctx context.Context, ueContextId string) ApiReleaseUEContextRequest
ReleaseUEContext Namf_Communication ReleaseUEContext service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueContextId UE Context Identifier @return ApiReleaseUEContextRequest
func (*IndividualUeContextDocumentApiService) ReleaseUEContextExecute ¶
func (a *IndividualUeContextDocumentApiService) ReleaseUEContextExecute(r ApiReleaseUEContextRequest) (*http.Response, error)
Execute executes the request
func (*IndividualUeContextDocumentApiService) RelocateUEContext ¶
func (a *IndividualUeContextDocumentApiService) RelocateUEContext(ctx context.Context, ueContextId string) ApiRelocateUEContextRequest
RelocateUEContext Namf_Communication RelocateUEContext service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueContextId UE Context Identifier @return ApiRelocateUEContextRequest
func (*IndividualUeContextDocumentApiService) RelocateUEContextExecute ¶
func (a *IndividualUeContextDocumentApiService) RelocateUEContextExecute(r ApiRelocateUEContextRequest) (*UeContextRelocatedData, *http.Response, error)
Execute executes the request
@return UeContextRelocatedData
func (*IndividualUeContextDocumentApiService) UEContextTransfer ¶
func (a *IndividualUeContextDocumentApiService) UEContextTransfer(ctx context.Context, ueContextId string) ApiUEContextTransferRequest
UEContextTransfer Namf_Communication UEContextTransfer service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueContextId UE Context Identifier @return ApiUEContextTransferRequest
func (*IndividualUeContextDocumentApiService) UEContextTransferExecute ¶
func (a *IndividualUeContextDocumentApiService) UEContextTransferExecute(r ApiUEContextTransferRequest) (*UeContextTransferRspData, *http.Response, error)
Execute executes the request
@return UeContextTransferRspData
type IntegrityAlgorithm ¶
type IntegrityAlgorithm struct {
String *string
}
IntegrityAlgorithm Indicates the supported Integrity Algorithm
func (*IntegrityAlgorithm) MarshalJSON ¶
func (src *IntegrityAlgorithm) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*IntegrityAlgorithm) UnmarshalJSON ¶
func (dst *IntegrityAlgorithm) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type InvalidParam ¶
type InvalidParam struct {
// If the invalid parameter is an attribute in a JSON body, this IE shall contain the attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is an HTTP header, this IE shall be formatted as the concatenation of the string \"header \" plus the name of such header. If the invalid parameter is a query parameter, this IE shall be formatted as the concatenation of the string \"query \" plus the name of such query parameter. If the invalid parameter is a variable part in the path of a resource URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\" used in OpenAPI specification as the notation to represent variable path segments.
Param string `json:"param"`
// A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed operations in a PATCH request, the reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g.\" Replacement value invalid for attribute (failed operation index= 4)\"
Reason *string `json:"reason,omitempty"`
}
InvalidParam It contains an invalid parameter and a related description.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetParam ¶
func (o *InvalidParam) SetParam(v string)
SetParam sets field value
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
type IpAddr ¶
type IpAddr struct {
Interface *interface{}
}
IpAddr - Contains an IP adresse.
func InterfaceAsIpAddr ¶
func InterfaceAsIpAddr(v *interface{}) IpAddr
interface{}AsIpAddr is a convenience function that returns interface{} wrapped in IpAddr
func (*IpAddr) GetActualInstance ¶
func (obj *IpAddr) GetActualInstance() interface{}
Get the actual instance
func (IpAddr) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*IpAddr) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type IpAddress ¶
type IpAddress struct {
Interface *interface{}
}
IpAddress - struct for IpAddress
func InterfaceAsIpAddress ¶
func InterfaceAsIpAddress(v *interface{}) IpAddress
interface{}AsIpAddress is a convenience function that returns interface{} wrapped in IpAddress
func (*IpAddress) GetActualInstance ¶
func (obj *IpAddress) GetActualInstance() interface{}
Get the actual instance
func (IpAddress) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*IpAddress) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type IpEthFlowDescription ¶
type IpEthFlowDescription struct {
Interface *interface{}
}
IpEthFlowDescription - Contains the description of an Uplink and/or Downlink Ethernet flow.
func InterfaceAsIpEthFlowDescription ¶
func InterfaceAsIpEthFlowDescription(v *interface{}) IpEthFlowDescription
interface{}AsIpEthFlowDescription is a convenience function that returns interface{} wrapped in IpEthFlowDescription
func (*IpEthFlowDescription) GetActualInstance ¶
func (obj *IpEthFlowDescription) GetActualInstance() interface{}
Get the actual instance
func (IpEthFlowDescription) MarshalJSON ¶
func (src IpEthFlowDescription) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*IpEthFlowDescription) UnmarshalJSON ¶
func (dst *IpEthFlowDescription) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type Ipv6Addr ¶
type Ipv6Addr struct {
}
Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.
func NewIpv6Addr ¶
func NewIpv6Addr() *Ipv6Addr
NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6AddrWithDefaults ¶
func NewIpv6AddrWithDefaults() *Ipv6Addr
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Addr) MarshalJSON ¶
type Ipv6Prefix ¶
type Ipv6Prefix struct {
}
Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.
func NewIpv6Prefix ¶
func NewIpv6Prefix() *Ipv6Prefix
NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6PrefixWithDefaults ¶
func NewIpv6PrefixWithDefaults() *Ipv6Prefix
NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Prefix) MarshalJSON ¶
func (o Ipv6Prefix) MarshalJSON() ([]byte, error)
func (Ipv6Prefix) ToMap ¶
func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)
type JobType ¶
type JobType struct {
String *string
}
JobType The enumeration JobType defines Job Type in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.3-1.
func (*JobType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*JobType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type KeyAmf ¶
type KeyAmf struct {
KeyType KeyAmfType `json:"keyType"`
KeyVal string `json:"keyVal"`
}
KeyAmf Represents the Kamf or K'amf
func NewKeyAmf ¶
func NewKeyAmf(keyType KeyAmfType, keyVal string) *KeyAmf
NewKeyAmf instantiates a new KeyAmf 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 NewKeyAmfWithDefaults ¶
func NewKeyAmfWithDefaults() *KeyAmf
NewKeyAmfWithDefaults instantiates a new KeyAmf 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 (*KeyAmf) GetKeyType ¶
func (o *KeyAmf) GetKeyType() KeyAmfType
GetKeyType returns the KeyType field value
func (*KeyAmf) GetKeyTypeOk ¶
func (o *KeyAmf) GetKeyTypeOk() (*KeyAmfType, bool)
GetKeyTypeOk returns a tuple with the KeyType field value and a boolean to check if the value has been set.
func (*KeyAmf) GetKeyValOk ¶
GetKeyValOk returns a tuple with the KeyVal field value and a boolean to check if the value has been set.
func (KeyAmf) MarshalJSON ¶
type KeyAmfType ¶
type KeyAmfType struct {
String *string
}
KeyAmfType Indicates the Kamf type
func (*KeyAmfType) MarshalJSON ¶
func (src *KeyAmfType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*KeyAmfType) UnmarshalJSON ¶
func (dst *KeyAmfType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type LadnInfo ¶
type LadnInfo struct {
Ladn string `json:"ladn"`
Presence *PresenceState `json:"presence,omitempty"`
}
LadnInfo LADN Information
func NewLadnInfo ¶
NewLadnInfo instantiates a new LadnInfo 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 NewLadnInfoWithDefaults ¶
func NewLadnInfoWithDefaults() *LadnInfo
NewLadnInfoWithDefaults instantiates a new LadnInfo 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 (*LadnInfo) GetLadnOk ¶
GetLadnOk returns a tuple with the Ladn field value and a boolean to check if the value has been set.
func (*LadnInfo) GetPresence ¶
func (o *LadnInfo) GetPresence() PresenceState
GetPresence returns the Presence field value if set, zero value otherwise.
func (*LadnInfo) GetPresenceOk ¶
func (o *LadnInfo) GetPresenceOk() (*PresenceState, bool)
GetPresenceOk returns a tuple with the Presence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LadnInfo) HasPresence ¶
HasPresence returns a boolean if a field has been set.
func (LadnInfo) MarshalJSON ¶
func (*LadnInfo) SetPresence ¶
func (o *LadnInfo) SetPresence(v PresenceState)
SetPresence gets a reference to the given PresenceState and assigns it to the Presence field.
type LineType ¶
type LineType struct {
String *string
}
LineType Possible values are: - DSL: Identifies a DSL line - PON: Identifies a PON line
func (*LineType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*LineType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Local2dPointUncertaintyEllipse ¶
type Local2dPointUncertaintyEllipse struct {
GADShape
LocalOrigin LocalOrigin `json:"localOrigin"`
Point RelativeCartesianLocation `json:"point"`
UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"`
// Indicates value of confidence.
Confidence int32 `json:"confidence"`
}
Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse
func NewLocal2dPointUncertaintyEllipse ¶
func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipse instantiates a new Local2dPointUncertaintyEllipse 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 NewLocal2dPointUncertaintyEllipseWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipseWithDefaults instantiates a new Local2dPointUncertaintyEllipse 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 (*Local2dPointUncertaintyEllipse) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipse) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipse) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetPoint ¶
func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipse) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipse) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipse) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipse) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipse) SetPoint ¶
func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipse) ToMap ¶
func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
type Local2dPointUncertaintyEllipseAllOf ¶
type Local2dPointUncertaintyEllipseAllOf struct {
LocalOrigin LocalOrigin `json:"localOrigin"`
Point RelativeCartesianLocation `json:"point"`
UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"`
// Indicates value of confidence.
Confidence int32 `json:"confidence"`
}
Local2dPointUncertaintyEllipseAllOf struct for Local2dPointUncertaintyEllipseAllOf
func NewLocal2dPointUncertaintyEllipseAllOf ¶
func NewLocal2dPointUncertaintyEllipseAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32) *Local2dPointUncertaintyEllipseAllOf
NewLocal2dPointUncertaintyEllipseAllOf instantiates a new Local2dPointUncertaintyEllipseAllOf 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 NewLocal2dPointUncertaintyEllipseAllOfWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseAllOfWithDefaults() *Local2dPointUncertaintyEllipseAllOf
NewLocal2dPointUncertaintyEllipseAllOfWithDefaults instantiates a new Local2dPointUncertaintyEllipseAllOf 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 (*Local2dPointUncertaintyEllipseAllOf) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetPoint ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipseAllOf) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipseAllOf) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipseAllOf) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetPoint ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipseAllOf) ToMap ¶
func (o Local2dPointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
type Local3dPointUncertaintyEllipsoid ¶
type Local3dPointUncertaintyEllipsoid struct {
GADShape
LocalOrigin LocalOrigin `json:"localOrigin"`
Point RelativeCartesianLocation `json:"point"`
UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"`
// Indicates value of confidence.
Confidence int32 `json:"confidence"`
}
Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid
func NewLocal3dPointUncertaintyEllipsoid ¶
func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32, shape SupportedGADShapes) *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoid instantiates a new Local3dPointUncertaintyEllipsoid 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 NewLocal3dPointUncertaintyEllipsoidWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoidWithDefaults instantiates a new Local3dPointUncertaintyEllipsoid 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 (*Local3dPointUncertaintyEllipsoid) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoid) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoid) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoid) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoid) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoid) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoid) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoid) ToMap ¶
func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
type Local3dPointUncertaintyEllipsoidAllOf ¶
type Local3dPointUncertaintyEllipsoidAllOf struct {
LocalOrigin LocalOrigin `json:"localOrigin"`
Point RelativeCartesianLocation `json:"point"`
UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"`
// Indicates value of confidence.
Confidence int32 `json:"confidence"`
}
Local3dPointUncertaintyEllipsoidAllOf struct for Local3dPointUncertaintyEllipsoidAllOf
func NewLocal3dPointUncertaintyEllipsoidAllOf ¶
func NewLocal3dPointUncertaintyEllipsoidAllOf(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32) *Local3dPointUncertaintyEllipsoidAllOf
NewLocal3dPointUncertaintyEllipsoidAllOf instantiates a new Local3dPointUncertaintyEllipsoidAllOf 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 NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults() *Local3dPointUncertaintyEllipsoidAllOf
NewLocal3dPointUncertaintyEllipsoidAllOfWithDefaults instantiates a new Local3dPointUncertaintyEllipsoidAllOf 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 (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoidAllOf) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoidAllOf) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoidAllOf) ToMap ¶
func (o Local3dPointUncertaintyEllipsoidAllOf) ToMap() (map[string]interface{}, error)
type LocalOrigin ¶
type LocalOrigin struct {
CoordinateId *string `json:"coordinateId,omitempty"`
Point *GeographicalCoordinates `json:"point,omitempty"`
}
LocalOrigin Indicates a Local origin in a reference system
func NewLocalOrigin ¶
func NewLocalOrigin() *LocalOrigin
NewLocalOrigin instantiates a new LocalOrigin 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 NewLocalOriginWithDefaults ¶
func NewLocalOriginWithDefaults() *LocalOrigin
NewLocalOriginWithDefaults instantiates a new LocalOrigin 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 (*LocalOrigin) GetCoordinateId ¶
func (o *LocalOrigin) GetCoordinateId() string
GetCoordinateId returns the CoordinateId field value if set, zero value otherwise.
func (*LocalOrigin) GetCoordinateIdOk ¶
func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
GetCoordinateIdOk returns a tuple with the CoordinateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) GetPoint ¶
func (o *LocalOrigin) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value if set, zero value otherwise.
func (*LocalOrigin) GetPointOk ¶
func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) HasCoordinateId ¶
func (o *LocalOrigin) HasCoordinateId() bool
HasCoordinateId returns a boolean if a field has been set.
func (*LocalOrigin) HasPoint ¶
func (o *LocalOrigin) HasPoint() bool
HasPoint returns a boolean if a field has been set.
func (LocalOrigin) MarshalJSON ¶
func (o LocalOrigin) MarshalJSON() ([]byte, error)
func (*LocalOrigin) SetCoordinateId ¶
func (o *LocalOrigin) SetCoordinateId(v string)
SetCoordinateId gets a reference to the given string and assigns it to the CoordinateId field.
func (*LocalOrigin) SetPoint ¶
func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
SetPoint gets a reference to the given GeographicalCoordinates and assigns it to the Point field.
func (LocalOrigin) ToMap ¶
func (o LocalOrigin) ToMap() (map[string]interface{}, error)
type LocationArea ¶
type LocationArea struct {
// Identifies a list of geographic area of the user where the UE is located.
GeographicAreas []GeographicArea `json:"geographicAreas,omitempty"`
// Identifies a list of civic addresses of the user where the UE is located.
CivicAddresses []CivicAddress `json:"civicAddresses,omitempty"`
NwAreaInfo *NetworkAreaInfo1 `json:"nwAreaInfo,omitempty"`
UmtTime *UmtTime `json:"umtTime,omitempty"`
}
LocationArea struct for LocationArea
func NewLocationArea ¶
func NewLocationArea() *LocationArea
NewLocationArea instantiates a new LocationArea 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 NewLocationAreaWithDefaults ¶
func NewLocationAreaWithDefaults() *LocationArea
NewLocationAreaWithDefaults instantiates a new LocationArea 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 (*LocationArea) GetCivicAddresses ¶
func (o *LocationArea) GetCivicAddresses() []CivicAddress
GetCivicAddresses returns the CivicAddresses field value if set, zero value otherwise.
func (*LocationArea) GetCivicAddressesOk ¶
func (o *LocationArea) GetCivicAddressesOk() ([]CivicAddress, bool)
GetCivicAddressesOk returns a tuple with the CivicAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) GetGeographicAreas ¶
func (o *LocationArea) GetGeographicAreas() []GeographicArea
GetGeographicAreas returns the GeographicAreas field value if set, zero value otherwise.
func (*LocationArea) GetGeographicAreasOk ¶
func (o *LocationArea) GetGeographicAreasOk() ([]GeographicArea, bool)
GetGeographicAreasOk returns a tuple with the GeographicAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) GetNwAreaInfo ¶
func (o *LocationArea) GetNwAreaInfo() NetworkAreaInfo1
GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.
func (*LocationArea) GetNwAreaInfoOk ¶
func (o *LocationArea) GetNwAreaInfoOk() (*NetworkAreaInfo1, bool)
GetNwAreaInfoOk returns a tuple with the NwAreaInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) GetUmtTime ¶
func (o *LocationArea) GetUmtTime() UmtTime
GetUmtTime returns the UmtTime field value if set, zero value otherwise.
func (*LocationArea) GetUmtTimeOk ¶
func (o *LocationArea) GetUmtTimeOk() (*UmtTime, bool)
GetUmtTimeOk returns a tuple with the UmtTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) HasCivicAddresses ¶
func (o *LocationArea) HasCivicAddresses() bool
HasCivicAddresses returns a boolean if a field has been set.
func (*LocationArea) HasGeographicAreas ¶
func (o *LocationArea) HasGeographicAreas() bool
HasGeographicAreas returns a boolean if a field has been set.
func (*LocationArea) HasNwAreaInfo ¶
func (o *LocationArea) HasNwAreaInfo() bool
HasNwAreaInfo returns a boolean if a field has been set.
func (*LocationArea) HasUmtTime ¶
func (o *LocationArea) HasUmtTime() bool
HasUmtTime returns a boolean if a field has been set.
func (LocationArea) MarshalJSON ¶
func (o LocationArea) MarshalJSON() ([]byte, error)
func (*LocationArea) SetCivicAddresses ¶
func (o *LocationArea) SetCivicAddresses(v []CivicAddress)
SetCivicAddresses gets a reference to the given []CivicAddress and assigns it to the CivicAddresses field.
func (*LocationArea) SetGeographicAreas ¶
func (o *LocationArea) SetGeographicAreas(v []GeographicArea)
SetGeographicAreas gets a reference to the given []GeographicArea and assigns it to the GeographicAreas field.
func (*LocationArea) SetNwAreaInfo ¶
func (o *LocationArea) SetNwAreaInfo(v NetworkAreaInfo1)
SetNwAreaInfo gets a reference to the given NetworkAreaInfo1 and assigns it to the NwAreaInfo field.
func (*LocationArea) SetUmtTime ¶
func (o *LocationArea) SetUmtTime(v UmtTime)
SetUmtTime gets a reference to the given UmtTime and assigns it to the UmtTime field.
func (LocationArea) ToMap ¶
func (o LocationArea) ToMap() (map[string]interface{}, error)
type LocationAreaId ¶
type LocationAreaId struct {
PlmnId PlmnId `json:"plmnId"`
// Location Area Code.
Lac string `json:"lac"`
}
LocationAreaId Contains a Location area identification as defined in 3GPP TS 23.003, clause 4.1.
func NewLocationAreaId ¶
func NewLocationAreaId(plmnId PlmnId, lac string) *LocationAreaId
NewLocationAreaId instantiates a new LocationAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationAreaIdWithDefaults ¶
func NewLocationAreaIdWithDefaults() *LocationAreaId
NewLocationAreaIdWithDefaults instantiates a new LocationAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationAreaId) GetLac ¶
func (o *LocationAreaId) GetLac() string
GetLac returns the Lac field value
func (*LocationAreaId) GetLacOk ¶
func (o *LocationAreaId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*LocationAreaId) GetPlmnId ¶
func (o *LocationAreaId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*LocationAreaId) GetPlmnIdOk ¶
func (o *LocationAreaId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (LocationAreaId) MarshalJSON ¶
func (o LocationAreaId) MarshalJSON() ([]byte, error)
func (*LocationAreaId) SetPlmnId ¶
func (o *LocationAreaId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (LocationAreaId) ToMap ¶
func (o LocationAreaId) ToMap() (map[string]interface{}, error)
type LocationFilter ¶
type LocationFilter struct {
String *string
}
LocationFilter Describes the supported filters of LOCATION_REPORT event type
func (*LocationFilter) MarshalJSON ¶
func (src *LocationFilter) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*LocationFilter) UnmarshalJSON ¶
func (dst *LocationFilter) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type LocationInfo ¶
type LocationInfo struct {
Loc UserLocation `json:"loc"`
// 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"`
}
LocationInfo Represents UE location information.
func NewLocationInfo ¶
func NewLocationInfo(loc UserLocation) *LocationInfo
NewLocationInfo instantiates a new LocationInfo 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 NewLocationInfoWithDefaults ¶
func NewLocationInfoWithDefaults() *LocationInfo
NewLocationInfoWithDefaults instantiates a new LocationInfo 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 (*LocationInfo) GetConfidence ¶
func (o *LocationInfo) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*LocationInfo) GetConfidenceOk ¶
func (o *LocationInfo) 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 (*LocationInfo) GetLoc ¶
func (o *LocationInfo) GetLoc() UserLocation
GetLoc returns the Loc field value
func (*LocationInfo) GetLocOk ¶
func (o *LocationInfo) GetLocOk() (*UserLocation, bool)
GetLocOk returns a tuple with the Loc field value and a boolean to check if the value has been set.
func (*LocationInfo) GetRatio ¶
func (o *LocationInfo) GetRatio() int32
GetRatio returns the Ratio field value if set, zero value otherwise.
func (*LocationInfo) GetRatioOk ¶
func (o *LocationInfo) 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 (*LocationInfo) HasConfidence ¶
func (o *LocationInfo) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*LocationInfo) HasRatio ¶
func (o *LocationInfo) HasRatio() bool
HasRatio returns a boolean if a field has been set.
func (LocationInfo) MarshalJSON ¶
func (o LocationInfo) MarshalJSON() ([]byte, error)
func (*LocationInfo) SetConfidence ¶
func (o *LocationInfo) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*LocationInfo) SetLoc ¶
func (o *LocationInfo) SetLoc(v UserLocation)
SetLoc sets field value
func (*LocationInfo) SetRatio ¶
func (o *LocationInfo) SetRatio(v int32)
SetRatio gets a reference to the given int32 and assigns it to the Ratio field.
func (LocationInfo) ToMap ¶
func (o LocationInfo) ToMap() (map[string]interface{}, error)
type LteMInd ¶
type LteMInd struct {
LteCatMInd bool `json:"lteCatMInd"`
}
LteMInd LTE-M Indication.
func NewLteMInd ¶
NewLteMInd instantiates a new LteMInd 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 NewLteMIndWithDefaults ¶
func NewLteMIndWithDefaults() *LteMInd
NewLteMIndWithDefaults instantiates a new LteMInd 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 (*LteMInd) GetLteCatMInd ¶
GetLteCatMInd returns the LteCatMInd field value
func (*LteMInd) GetLteCatMIndOk ¶
GetLteCatMIndOk returns a tuple with the LteCatMInd field value and a boolean to check if the value has been set.
func (LteMInd) MarshalJSON ¶
func (*LteMInd) SetLteCatMInd ¶
SetLteCatMInd sets field value
type LteV2xAuth ¶
type LteV2xAuth struct {
VehicleUeAuth *UeAuth `json:"vehicleUeAuth,omitempty"`
PedestrianUeAuth *UeAuth `json:"pedestrianUeAuth,omitempty"`
}
LteV2xAuth Contains LTE V2X services authorized information.
func NewLteV2xAuth ¶
func NewLteV2xAuth() *LteV2xAuth
NewLteV2xAuth instantiates a new LteV2xAuth 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 NewLteV2xAuthWithDefaults ¶
func NewLteV2xAuthWithDefaults() *LteV2xAuth
NewLteV2xAuthWithDefaults instantiates a new LteV2xAuth 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 (*LteV2xAuth) GetPedestrianUeAuth ¶
func (o *LteV2xAuth) GetPedestrianUeAuth() UeAuth
GetPedestrianUeAuth returns the PedestrianUeAuth field value if set, zero value otherwise.
func (*LteV2xAuth) GetPedestrianUeAuthOk ¶
func (o *LteV2xAuth) GetPedestrianUeAuthOk() (*UeAuth, bool)
GetPedestrianUeAuthOk returns a tuple with the PedestrianUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LteV2xAuth) GetVehicleUeAuth ¶
func (o *LteV2xAuth) GetVehicleUeAuth() UeAuth
GetVehicleUeAuth returns the VehicleUeAuth field value if set, zero value otherwise.
func (*LteV2xAuth) GetVehicleUeAuthOk ¶
func (o *LteV2xAuth) GetVehicleUeAuthOk() (*UeAuth, bool)
GetVehicleUeAuthOk returns a tuple with the VehicleUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LteV2xAuth) HasPedestrianUeAuth ¶
func (o *LteV2xAuth) HasPedestrianUeAuth() bool
HasPedestrianUeAuth returns a boolean if a field has been set.
func (*LteV2xAuth) HasVehicleUeAuth ¶
func (o *LteV2xAuth) HasVehicleUeAuth() bool
HasVehicleUeAuth returns a boolean if a field has been set.
func (LteV2xAuth) MarshalJSON ¶
func (o LteV2xAuth) MarshalJSON() ([]byte, error)
func (*LteV2xAuth) SetPedestrianUeAuth ¶
func (o *LteV2xAuth) SetPedestrianUeAuth(v UeAuth)
SetPedestrianUeAuth gets a reference to the given UeAuth and assigns it to the PedestrianUeAuth field.
func (*LteV2xAuth) SetVehicleUeAuth ¶
func (o *LteV2xAuth) SetVehicleUeAuth(v UeAuth)
SetVehicleUeAuth gets a reference to the given UeAuth and assigns it to the VehicleUeAuth field.
func (LteV2xAuth) ToMap ¶
func (o LteV2xAuth) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type MatchingDirection ¶
type MatchingDirection struct {
String *string
}
MatchingDirection Possible values are: - ASCENDING: Threshold is crossed in ascending direction. - DESCENDING: Threshold is crossed in descending direction. - CROSSED: Threshold is crossed either in ascending or descending direction.
func (*MatchingDirection) MarshalJSON ¶
func (src *MatchingDirection) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MatchingDirection) UnmarshalJSON ¶
func (dst *MatchingDirection) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MeasurementLteForMdt ¶
type MeasurementLteForMdt struct {
String *string
}
MeasurementLteForMdt The enumeration MeasurementLteForMdt defines Measurements used for MDT in LTE in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.5-1.
func (*MeasurementLteForMdt) MarshalJSON ¶
func (src *MeasurementLteForMdt) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MeasurementLteForMdt) UnmarshalJSON ¶
func (dst *MeasurementLteForMdt) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MeasurementNrForMdt ¶
type MeasurementNrForMdt struct {
String *string
}
MeasurementNrForMdt The enumeration MeasurementNrForMdt defines Measurements used for MDT in NR in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.6-1.
func (*MeasurementNrForMdt) MarshalJSON ¶
func (src *MeasurementNrForMdt) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MeasurementNrForMdt) UnmarshalJSON ¶
func (dst *MeasurementNrForMdt) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MeasurementPeriodLteMdt ¶
type MeasurementPeriodLteMdt struct {
String *string
}
MeasurementPeriodLteMdt The enumeration MeasurementPeriodLteMdt defines Measurement period LTE for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.16-1.
func (*MeasurementPeriodLteMdt) MarshalJSON ¶
func (src *MeasurementPeriodLteMdt) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MeasurementPeriodLteMdt) UnmarshalJSON ¶
func (dst *MeasurementPeriodLteMdt) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MmContext ¶
type MmContext struct {
AccessType AccessType `json:"accessType"`
NasSecurityMode *NasSecurityMode `json:"nasSecurityMode,omitempty"`
EpsNasSecurityMode *EpsNasSecurityMode `json:"epsNasSecurityMode,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
NasDownlinkCount *int32 `json:"nasDownlinkCount,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
NasUplinkCount *int32 `json:"nasUplinkCount,omitempty"`
// string with format 'bytes' as defined in OpenAPI
UeSecurityCapability *string `json:"ueSecurityCapability,omitempty"`
// string with format 'bytes' as defined in OpenAPI
S1UeNetworkCapability *string `json:"s1UeNetworkCapability,omitempty"`
AllowedNssai []Snssai `json:"allowedNssai,omitempty"`
NssaiMappingList []NssaiMapping `json:"nssaiMappingList,omitempty"`
AllowedHomeNssai []Snssai `json:"allowedHomeNssai,omitempty"`
NsInstanceList []string `json:"nsInstanceList,omitempty"`
ExpectedUEbehavior *ExpectedUeBehavior `json:"expectedUEbehavior,omitempty"`
UeDifferentiationInfo *UeDifferentiationInfo `json:"ueDifferentiationInfo,omitempty"`
// string with format 'bytes' as defined in OpenAPI
PlmnAssiUeRadioCapId *string `json:"plmnAssiUeRadioCapId,omitempty"`
// string with format 'bytes' as defined in OpenAPI
ManAssiUeRadioCapId *string `json:"manAssiUeRadioCapId,omitempty"`
UcmfDicEntryId *string `json:"ucmfDicEntryId,omitempty"`
N3IwfId *GlobalRanNodeId `json:"n3IwfId,omitempty"`
WagfId *GlobalRanNodeId `json:"wagfId,omitempty"`
TngfId *GlobalRanNodeId `json:"tngfId,omitempty"`
AnN2ApId *int32 `json:"anN2ApId,omitempty"`
NssaaStatusList []NssaaStatus `json:"nssaaStatusList,omitempty"`
PendingNssaiMappingList []NssaiMapping `json:"pendingNssaiMappingList,omitempty"`
UuaaMmStatus *UuaaMmStatus `json:"uuaaMmStatus,omitempty"`
}
MmContext Represents a Mobility Management Context in UE Context
func NewMmContext ¶
func NewMmContext(accessType AccessType) *MmContext
NewMmContext instantiates a new MmContext 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 NewMmContextWithDefaults ¶
func NewMmContextWithDefaults() *MmContext
NewMmContextWithDefaults instantiates a new MmContext 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 (*MmContext) GetAccessType ¶
func (o *MmContext) GetAccessType() AccessType
GetAccessType returns the AccessType field value
func (*MmContext) GetAccessTypeOk ¶
func (o *MmContext) GetAccessTypeOk() (*AccessType, bool)
GetAccessTypeOk returns a tuple with the AccessType field value and a boolean to check if the value has been set.
func (*MmContext) GetAllowedHomeNssai ¶
GetAllowedHomeNssai returns the AllowedHomeNssai field value if set, zero value otherwise.
func (*MmContext) GetAllowedHomeNssaiOk ¶
GetAllowedHomeNssaiOk returns a tuple with the AllowedHomeNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetAllowedNssai ¶
GetAllowedNssai returns the AllowedNssai field value if set, zero value otherwise.
func (*MmContext) GetAllowedNssaiOk ¶
GetAllowedNssaiOk returns a tuple with the AllowedNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetAnN2ApId ¶
GetAnN2ApId returns the AnN2ApId field value if set, zero value otherwise.
func (*MmContext) GetAnN2ApIdOk ¶
GetAnN2ApIdOk returns a tuple with the AnN2ApId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetEpsNasSecurityMode ¶
func (o *MmContext) GetEpsNasSecurityMode() EpsNasSecurityMode
GetEpsNasSecurityMode returns the EpsNasSecurityMode field value if set, zero value otherwise.
func (*MmContext) GetEpsNasSecurityModeOk ¶
func (o *MmContext) GetEpsNasSecurityModeOk() (*EpsNasSecurityMode, bool)
GetEpsNasSecurityModeOk returns a tuple with the EpsNasSecurityMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetExpectedUEbehavior ¶
func (o *MmContext) GetExpectedUEbehavior() ExpectedUeBehavior
GetExpectedUEbehavior returns the ExpectedUEbehavior field value if set, zero value otherwise.
func (*MmContext) GetExpectedUEbehaviorOk ¶
func (o *MmContext) GetExpectedUEbehaviorOk() (*ExpectedUeBehavior, bool)
GetExpectedUEbehaviorOk returns a tuple with the ExpectedUEbehavior field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetManAssiUeRadioCapId ¶
GetManAssiUeRadioCapId returns the ManAssiUeRadioCapId field value if set, zero value otherwise.
func (*MmContext) GetManAssiUeRadioCapIdOk ¶
GetManAssiUeRadioCapIdOk returns a tuple with the ManAssiUeRadioCapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetN3IwfId ¶
func (o *MmContext) GetN3IwfId() GlobalRanNodeId
GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.
func (*MmContext) GetN3IwfIdOk ¶
func (o *MmContext) GetN3IwfIdOk() (*GlobalRanNodeId, bool)
GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetNasDownlinkCount ¶
GetNasDownlinkCount returns the NasDownlinkCount field value if set, zero value otherwise.
func (*MmContext) GetNasDownlinkCountOk ¶
GetNasDownlinkCountOk returns a tuple with the NasDownlinkCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetNasSecurityMode ¶
func (o *MmContext) GetNasSecurityMode() NasSecurityMode
GetNasSecurityMode returns the NasSecurityMode field value if set, zero value otherwise.
func (*MmContext) GetNasSecurityModeOk ¶
func (o *MmContext) GetNasSecurityModeOk() (*NasSecurityMode, bool)
GetNasSecurityModeOk returns a tuple with the NasSecurityMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetNasUplinkCount ¶
GetNasUplinkCount returns the NasUplinkCount field value if set, zero value otherwise.
func (*MmContext) GetNasUplinkCountOk ¶
GetNasUplinkCountOk returns a tuple with the NasUplinkCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetNsInstanceList ¶
GetNsInstanceList returns the NsInstanceList field value if set, zero value otherwise.
func (*MmContext) GetNsInstanceListOk ¶
GetNsInstanceListOk returns a tuple with the NsInstanceList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetNssaaStatusList ¶
func (o *MmContext) GetNssaaStatusList() []NssaaStatus
GetNssaaStatusList returns the NssaaStatusList field value if set, zero value otherwise.
func (*MmContext) GetNssaaStatusListOk ¶
func (o *MmContext) GetNssaaStatusListOk() ([]NssaaStatus, bool)
GetNssaaStatusListOk returns a tuple with the NssaaStatusList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetNssaiMappingList ¶
func (o *MmContext) GetNssaiMappingList() []NssaiMapping
GetNssaiMappingList returns the NssaiMappingList field value if set, zero value otherwise.
func (*MmContext) GetNssaiMappingListOk ¶
func (o *MmContext) GetNssaiMappingListOk() ([]NssaiMapping, bool)
GetNssaiMappingListOk returns a tuple with the NssaiMappingList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetPendingNssaiMappingList ¶
func (o *MmContext) GetPendingNssaiMappingList() []NssaiMapping
GetPendingNssaiMappingList returns the PendingNssaiMappingList field value if set, zero value otherwise.
func (*MmContext) GetPendingNssaiMappingListOk ¶
func (o *MmContext) GetPendingNssaiMappingListOk() ([]NssaiMapping, bool)
GetPendingNssaiMappingListOk returns a tuple with the PendingNssaiMappingList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetPlmnAssiUeRadioCapId ¶
GetPlmnAssiUeRadioCapId returns the PlmnAssiUeRadioCapId field value if set, zero value otherwise.
func (*MmContext) GetPlmnAssiUeRadioCapIdOk ¶
GetPlmnAssiUeRadioCapIdOk returns a tuple with the PlmnAssiUeRadioCapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetS1UeNetworkCapability ¶
GetS1UeNetworkCapability returns the S1UeNetworkCapability field value if set, zero value otherwise.
func (*MmContext) GetS1UeNetworkCapabilityOk ¶
GetS1UeNetworkCapabilityOk returns a tuple with the S1UeNetworkCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetTngfId ¶
func (o *MmContext) GetTngfId() GlobalRanNodeId
GetTngfId returns the TngfId field value if set, zero value otherwise.
func (*MmContext) GetTngfIdOk ¶
func (o *MmContext) GetTngfIdOk() (*GlobalRanNodeId, bool)
GetTngfIdOk returns a tuple with the TngfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetUcmfDicEntryId ¶
GetUcmfDicEntryId returns the UcmfDicEntryId field value if set, zero value otherwise.
func (*MmContext) GetUcmfDicEntryIdOk ¶
GetUcmfDicEntryIdOk returns a tuple with the UcmfDicEntryId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetUeDifferentiationInfo ¶
func (o *MmContext) GetUeDifferentiationInfo() UeDifferentiationInfo
GetUeDifferentiationInfo returns the UeDifferentiationInfo field value if set, zero value otherwise.
func (*MmContext) GetUeDifferentiationInfoOk ¶
func (o *MmContext) GetUeDifferentiationInfoOk() (*UeDifferentiationInfo, bool)
GetUeDifferentiationInfoOk returns a tuple with the UeDifferentiationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetUeSecurityCapability ¶
GetUeSecurityCapability returns the UeSecurityCapability field value if set, zero value otherwise.
func (*MmContext) GetUeSecurityCapabilityOk ¶
GetUeSecurityCapabilityOk returns a tuple with the UeSecurityCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetUuaaMmStatus ¶
func (o *MmContext) GetUuaaMmStatus() UuaaMmStatus
GetUuaaMmStatus returns the UuaaMmStatus field value if set, zero value otherwise.
func (*MmContext) GetUuaaMmStatusOk ¶
func (o *MmContext) GetUuaaMmStatusOk() (*UuaaMmStatus, bool)
GetUuaaMmStatusOk returns a tuple with the UuaaMmStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) GetWagfId ¶
func (o *MmContext) GetWagfId() GlobalRanNodeId
GetWagfId returns the WagfId field value if set, zero value otherwise.
func (*MmContext) GetWagfIdOk ¶
func (o *MmContext) GetWagfIdOk() (*GlobalRanNodeId, bool)
GetWagfIdOk returns a tuple with the WagfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MmContext) HasAllowedHomeNssai ¶
HasAllowedHomeNssai returns a boolean if a field has been set.
func (*MmContext) HasAllowedNssai ¶
HasAllowedNssai returns a boolean if a field has been set.
func (*MmContext) HasAnN2ApId ¶
HasAnN2ApId returns a boolean if a field has been set.
func (*MmContext) HasEpsNasSecurityMode ¶
HasEpsNasSecurityMode returns a boolean if a field has been set.
func (*MmContext) HasExpectedUEbehavior ¶
HasExpectedUEbehavior returns a boolean if a field has been set.
func (*MmContext) HasManAssiUeRadioCapId ¶
HasManAssiUeRadioCapId returns a boolean if a field has been set.
func (*MmContext) HasN3IwfId ¶
HasN3IwfId returns a boolean if a field has been set.
func (*MmContext) HasNasDownlinkCount ¶
HasNasDownlinkCount returns a boolean if a field has been set.
func (*MmContext) HasNasSecurityMode ¶
HasNasSecurityMode returns a boolean if a field has been set.
func (*MmContext) HasNasUplinkCount ¶
HasNasUplinkCount returns a boolean if a field has been set.
func (*MmContext) HasNsInstanceList ¶
HasNsInstanceList returns a boolean if a field has been set.
func (*MmContext) HasNssaaStatusList ¶
HasNssaaStatusList returns a boolean if a field has been set.
func (*MmContext) HasNssaiMappingList ¶
HasNssaiMappingList returns a boolean if a field has been set.
func (*MmContext) HasPendingNssaiMappingList ¶
HasPendingNssaiMappingList returns a boolean if a field has been set.
func (*MmContext) HasPlmnAssiUeRadioCapId ¶
HasPlmnAssiUeRadioCapId returns a boolean if a field has been set.
func (*MmContext) HasS1UeNetworkCapability ¶
HasS1UeNetworkCapability returns a boolean if a field has been set.
func (*MmContext) HasUcmfDicEntryId ¶
HasUcmfDicEntryId returns a boolean if a field has been set.
func (*MmContext) HasUeDifferentiationInfo ¶
HasUeDifferentiationInfo returns a boolean if a field has been set.
func (*MmContext) HasUeSecurityCapability ¶
HasUeSecurityCapability returns a boolean if a field has been set.
func (*MmContext) HasUuaaMmStatus ¶
HasUuaaMmStatus returns a boolean if a field has been set.
func (MmContext) MarshalJSON ¶
func (*MmContext) SetAccessType ¶
func (o *MmContext) SetAccessType(v AccessType)
SetAccessType sets field value
func (*MmContext) SetAllowedHomeNssai ¶
SetAllowedHomeNssai gets a reference to the given []Snssai and assigns it to the AllowedHomeNssai field.
func (*MmContext) SetAllowedNssai ¶
SetAllowedNssai gets a reference to the given []Snssai and assigns it to the AllowedNssai field.
func (*MmContext) SetAnN2ApId ¶
SetAnN2ApId gets a reference to the given int32 and assigns it to the AnN2ApId field.
func (*MmContext) SetEpsNasSecurityMode ¶
func (o *MmContext) SetEpsNasSecurityMode(v EpsNasSecurityMode)
SetEpsNasSecurityMode gets a reference to the given EpsNasSecurityMode and assigns it to the EpsNasSecurityMode field.
func (*MmContext) SetExpectedUEbehavior ¶
func (o *MmContext) SetExpectedUEbehavior(v ExpectedUeBehavior)
SetExpectedUEbehavior gets a reference to the given ExpectedUeBehavior and assigns it to the ExpectedUEbehavior field.
func (*MmContext) SetManAssiUeRadioCapId ¶
SetManAssiUeRadioCapId gets a reference to the given string and assigns it to the ManAssiUeRadioCapId field.
func (*MmContext) SetN3IwfId ¶
func (o *MmContext) SetN3IwfId(v GlobalRanNodeId)
SetN3IwfId gets a reference to the given GlobalRanNodeId and assigns it to the N3IwfId field.
func (*MmContext) SetNasDownlinkCount ¶
SetNasDownlinkCount gets a reference to the given int32 and assigns it to the NasDownlinkCount field.
func (*MmContext) SetNasSecurityMode ¶
func (o *MmContext) SetNasSecurityMode(v NasSecurityMode)
SetNasSecurityMode gets a reference to the given NasSecurityMode and assigns it to the NasSecurityMode field.
func (*MmContext) SetNasUplinkCount ¶
SetNasUplinkCount gets a reference to the given int32 and assigns it to the NasUplinkCount field.
func (*MmContext) SetNsInstanceList ¶
SetNsInstanceList gets a reference to the given []string and assigns it to the NsInstanceList field.
func (*MmContext) SetNssaaStatusList ¶
func (o *MmContext) SetNssaaStatusList(v []NssaaStatus)
SetNssaaStatusList gets a reference to the given []NssaaStatus and assigns it to the NssaaStatusList field.
func (*MmContext) SetNssaiMappingList ¶
func (o *MmContext) SetNssaiMappingList(v []NssaiMapping)
SetNssaiMappingList gets a reference to the given []NssaiMapping and assigns it to the NssaiMappingList field.
func (*MmContext) SetPendingNssaiMappingList ¶
func (o *MmContext) SetPendingNssaiMappingList(v []NssaiMapping)
SetPendingNssaiMappingList gets a reference to the given []NssaiMapping and assigns it to the PendingNssaiMappingList field.
func (*MmContext) SetPlmnAssiUeRadioCapId ¶
SetPlmnAssiUeRadioCapId gets a reference to the given string and assigns it to the PlmnAssiUeRadioCapId field.
func (*MmContext) SetS1UeNetworkCapability ¶
SetS1UeNetworkCapability gets a reference to the given string and assigns it to the S1UeNetworkCapability field.
func (*MmContext) SetTngfId ¶
func (o *MmContext) SetTngfId(v GlobalRanNodeId)
SetTngfId gets a reference to the given GlobalRanNodeId and assigns it to the TngfId field.
func (*MmContext) SetUcmfDicEntryId ¶
SetUcmfDicEntryId gets a reference to the given string and assigns it to the UcmfDicEntryId field.
func (*MmContext) SetUeDifferentiationInfo ¶
func (o *MmContext) SetUeDifferentiationInfo(v UeDifferentiationInfo)
SetUeDifferentiationInfo gets a reference to the given UeDifferentiationInfo and assigns it to the UeDifferentiationInfo field.
func (*MmContext) SetUeSecurityCapability ¶
SetUeSecurityCapability gets a reference to the given string and assigns it to the UeSecurityCapability field.
func (*MmContext) SetUuaaMmStatus ¶
func (o *MmContext) SetUuaaMmStatus(v UuaaMmStatus)
SetUuaaMmStatus gets a reference to the given UuaaMmStatus and assigns it to the UuaaMmStatus field.
func (*MmContext) SetWagfId ¶
func (o *MmContext) SetWagfId(v GlobalRanNodeId)
SetWagfId gets a reference to the given GlobalRanNodeId and assigns it to the WagfId field.
type MoExpDataCounter ¶
type MoExpDataCounter struct {
// Unsigned integer identifying the MO Exception Data Counter, as specified in clause 5.31.14.3 of 3GPP TS 23.501.
Counter int32 `json:"counter"`
// string with format 'date-time' as defined in OpenAPI.
TimeStamp *time.Time `json:"timeStamp,omitempty"`
}
MoExpDataCounter Contain the MO Exception Data Counter.
func NewMoExpDataCounter ¶
func NewMoExpDataCounter(counter int32) *MoExpDataCounter
NewMoExpDataCounter instantiates a new MoExpDataCounter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMoExpDataCounterWithDefaults ¶
func NewMoExpDataCounterWithDefaults() *MoExpDataCounter
NewMoExpDataCounterWithDefaults instantiates a new MoExpDataCounter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MoExpDataCounter) GetCounter ¶
func (o *MoExpDataCounter) GetCounter() int32
GetCounter returns the Counter field value
func (*MoExpDataCounter) GetCounterOk ¶
func (o *MoExpDataCounter) GetCounterOk() (*int32, bool)
GetCounterOk returns a tuple with the Counter field value and a boolean to check if the value has been set.
func (*MoExpDataCounter) GetTimeStamp ¶
func (o *MoExpDataCounter) GetTimeStamp() time.Time
GetTimeStamp returns the TimeStamp field value if set, zero value otherwise.
func (*MoExpDataCounter) GetTimeStampOk ¶
func (o *MoExpDataCounter) GetTimeStampOk() (*time.Time, bool)
GetTimeStampOk returns a tuple with the TimeStamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MoExpDataCounter) HasTimeStamp ¶
func (o *MoExpDataCounter) HasTimeStamp() bool
HasTimeStamp returns a boolean if a field has been set.
func (MoExpDataCounter) MarshalJSON ¶
func (o MoExpDataCounter) MarshalJSON() ([]byte, error)
func (*MoExpDataCounter) SetCounter ¶
func (o *MoExpDataCounter) SetCounter(v int32)
SetCounter sets field value
func (*MoExpDataCounter) SetTimeStamp ¶
func (o *MoExpDataCounter) SetTimeStamp(v time.Time)
SetTimeStamp gets a reference to the given time.Time and assigns it to the TimeStamp field.
func (MoExpDataCounter) ToMap ¶
func (o MoExpDataCounter) ToMap() (map[string]interface{}, error)
type N1MessageClass ¶
type N1MessageClass struct {
String *string
}
N1MessageClass Enumeration for N1 Message Class
func (*N1MessageClass) MarshalJSON ¶
func (src *N1MessageClass) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N1MessageClass) UnmarshalJSON ¶
func (dst *N1MessageClass) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type N1MessageContainer ¶
type N1MessageContainer struct {
N1MessageClass N1MessageClass `json:"n1MessageClass"`
N1MessageContent RefToBinaryData `json:"n1MessageContent"`
// 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,omitempty"`
ServiceInstanceId *string `json:"serviceInstanceId,omitempty"`
}
N1MessageContainer N1 Message container
func NewN1MessageContainer ¶
func NewN1MessageContainer(n1MessageClass N1MessageClass, n1MessageContent RefToBinaryData) *N1MessageContainer
NewN1MessageContainer instantiates a new N1MessageContainer 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 NewN1MessageContainerWithDefaults ¶
func NewN1MessageContainerWithDefaults() *N1MessageContainer
NewN1MessageContainerWithDefaults instantiates a new N1MessageContainer 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 (*N1MessageContainer) GetN1MessageClass ¶
func (o *N1MessageContainer) GetN1MessageClass() N1MessageClass
GetN1MessageClass returns the N1MessageClass field value
func (*N1MessageContainer) GetN1MessageClassOk ¶
func (o *N1MessageContainer) GetN1MessageClassOk() (*N1MessageClass, bool)
GetN1MessageClassOk returns a tuple with the N1MessageClass field value and a boolean to check if the value has been set.
func (*N1MessageContainer) GetN1MessageContent ¶
func (o *N1MessageContainer) GetN1MessageContent() RefToBinaryData
GetN1MessageContent returns the N1MessageContent field value
func (*N1MessageContainer) GetN1MessageContentOk ¶
func (o *N1MessageContainer) GetN1MessageContentOk() (*RefToBinaryData, bool)
GetN1MessageContentOk returns a tuple with the N1MessageContent field value and a boolean to check if the value has been set.
func (*N1MessageContainer) GetNfId ¶
func (o *N1MessageContainer) GetNfId() string
GetNfId returns the NfId field value if set, zero value otherwise.
func (*N1MessageContainer) GetNfIdOk ¶
func (o *N1MessageContainer) GetNfIdOk() (*string, bool)
GetNfIdOk returns a tuple with the NfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1MessageContainer) GetServiceInstanceId ¶
func (o *N1MessageContainer) GetServiceInstanceId() string
GetServiceInstanceId returns the ServiceInstanceId field value if set, zero value otherwise.
func (*N1MessageContainer) GetServiceInstanceIdOk ¶
func (o *N1MessageContainer) GetServiceInstanceIdOk() (*string, bool)
GetServiceInstanceIdOk returns a tuple with the ServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1MessageContainer) HasNfId ¶
func (o *N1MessageContainer) HasNfId() bool
HasNfId returns a boolean if a field has been set.
func (*N1MessageContainer) HasServiceInstanceId ¶
func (o *N1MessageContainer) HasServiceInstanceId() bool
HasServiceInstanceId returns a boolean if a field has been set.
func (N1MessageContainer) MarshalJSON ¶
func (o N1MessageContainer) MarshalJSON() ([]byte, error)
func (*N1MessageContainer) SetN1MessageClass ¶
func (o *N1MessageContainer) SetN1MessageClass(v N1MessageClass)
SetN1MessageClass sets field value
func (*N1MessageContainer) SetN1MessageContent ¶
func (o *N1MessageContainer) SetN1MessageContent(v RefToBinaryData)
SetN1MessageContent sets field value
func (*N1MessageContainer) SetNfId ¶
func (o *N1MessageContainer) SetNfId(v string)
SetNfId gets a reference to the given string and assigns it to the NfId field.
func (*N1MessageContainer) SetServiceInstanceId ¶
func (o *N1MessageContainer) SetServiceInstanceId(v string)
SetServiceInstanceId gets a reference to the given string and assigns it to the ServiceInstanceId field.
func (N1MessageContainer) ToMap ¶
func (o N1MessageContainer) ToMap() (map[string]interface{}, error)
type N1MessageNotification ¶
type N1MessageNotification struct {
N1NotifySubscriptionId *string `json:"n1NotifySubscriptionId,omitempty"`
N1MessageContainer N1MessageContainer `json:"n1MessageContainer"`
// LCS Correlation ID.
LcsCorrelationId *string `json:"lcsCorrelationId,omitempty"`
RegistrationCtxtContainer *RegistrationContextContainer `json:"registrationCtxtContainer,omitempty"`
// LMF identification.
NewLmfIdentification *string `json:"newLmfIdentification,omitempty"`
Guami *Guami `json:"guami,omitempty"`
CIoT5GSOptimisation *bool `json:"cIoT5GSOptimisation,omitempty"`
Ecgi *Ecgi `json:"ecgi,omitempty"`
Ncgi *Ncgi `json:"ncgi,omitempty"`
}
N1MessageNotification Data within a N1 message notification request
func NewN1MessageNotification ¶
func NewN1MessageNotification(n1MessageContainer N1MessageContainer) *N1MessageNotification
NewN1MessageNotification instantiates a new N1MessageNotification 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 NewN1MessageNotificationWithDefaults ¶
func NewN1MessageNotificationWithDefaults() *N1MessageNotification
NewN1MessageNotificationWithDefaults instantiates a new N1MessageNotification 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 (*N1MessageNotification) GetCIoT5GSOptimisation ¶
func (o *N1MessageNotification) GetCIoT5GSOptimisation() bool
GetCIoT5GSOptimisation returns the CIoT5GSOptimisation field value if set, zero value otherwise.
func (*N1MessageNotification) GetCIoT5GSOptimisationOk ¶
func (o *N1MessageNotification) GetCIoT5GSOptimisationOk() (*bool, bool)
GetCIoT5GSOptimisationOk returns a tuple with the CIoT5GSOptimisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1MessageNotification) GetEcgi ¶
func (o *N1MessageNotification) GetEcgi() Ecgi
GetEcgi returns the Ecgi field value if set, zero value otherwise.
func (*N1MessageNotification) GetEcgiOk ¶
func (o *N1MessageNotification) GetEcgiOk() (*Ecgi, bool)
GetEcgiOk returns a tuple with the Ecgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1MessageNotification) GetGuami ¶
func (o *N1MessageNotification) GetGuami() Guami
GetGuami returns the Guami field value if set, zero value otherwise.
func (*N1MessageNotification) GetGuamiOk ¶
func (o *N1MessageNotification) GetGuamiOk() (*Guami, bool)
GetGuamiOk returns a tuple with the Guami field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1MessageNotification) GetLcsCorrelationId ¶
func (o *N1MessageNotification) GetLcsCorrelationId() string
GetLcsCorrelationId returns the LcsCorrelationId field value if set, zero value otherwise.
func (*N1MessageNotification) GetLcsCorrelationIdOk ¶
func (o *N1MessageNotification) GetLcsCorrelationIdOk() (*string, bool)
GetLcsCorrelationIdOk returns a tuple with the LcsCorrelationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1MessageNotification) GetN1MessageContainer ¶
func (o *N1MessageNotification) GetN1MessageContainer() N1MessageContainer
GetN1MessageContainer returns the N1MessageContainer field value
func (*N1MessageNotification) GetN1MessageContainerOk ¶
func (o *N1MessageNotification) GetN1MessageContainerOk() (*N1MessageContainer, bool)
GetN1MessageContainerOk returns a tuple with the N1MessageContainer field value and a boolean to check if the value has been set.
func (*N1MessageNotification) GetN1NotifySubscriptionId ¶
func (o *N1MessageNotification) GetN1NotifySubscriptionId() string
GetN1NotifySubscriptionId returns the N1NotifySubscriptionId field value if set, zero value otherwise.
func (*N1MessageNotification) GetN1NotifySubscriptionIdOk ¶
func (o *N1MessageNotification) GetN1NotifySubscriptionIdOk() (*string, bool)
GetN1NotifySubscriptionIdOk returns a tuple with the N1NotifySubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1MessageNotification) GetNcgi ¶
func (o *N1MessageNotification) GetNcgi() Ncgi
GetNcgi returns the Ncgi field value if set, zero value otherwise.
func (*N1MessageNotification) GetNcgiOk ¶
func (o *N1MessageNotification) GetNcgiOk() (*Ncgi, bool)
GetNcgiOk returns a tuple with the Ncgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1MessageNotification) GetNewLmfIdentification ¶
func (o *N1MessageNotification) GetNewLmfIdentification() string
GetNewLmfIdentification returns the NewLmfIdentification field value if set, zero value otherwise.
func (*N1MessageNotification) GetNewLmfIdentificationOk ¶
func (o *N1MessageNotification) GetNewLmfIdentificationOk() (*string, bool)
GetNewLmfIdentificationOk returns a tuple with the NewLmfIdentification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1MessageNotification) GetRegistrationCtxtContainer ¶
func (o *N1MessageNotification) GetRegistrationCtxtContainer() RegistrationContextContainer
GetRegistrationCtxtContainer returns the RegistrationCtxtContainer field value if set, zero value otherwise.
func (*N1MessageNotification) GetRegistrationCtxtContainerOk ¶
func (o *N1MessageNotification) GetRegistrationCtxtContainerOk() (*RegistrationContextContainer, bool)
GetRegistrationCtxtContainerOk returns a tuple with the RegistrationCtxtContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1MessageNotification) HasCIoT5GSOptimisation ¶
func (o *N1MessageNotification) HasCIoT5GSOptimisation() bool
HasCIoT5GSOptimisation returns a boolean if a field has been set.
func (*N1MessageNotification) HasEcgi ¶
func (o *N1MessageNotification) HasEcgi() bool
HasEcgi returns a boolean if a field has been set.
func (*N1MessageNotification) HasGuami ¶
func (o *N1MessageNotification) HasGuami() bool
HasGuami returns a boolean if a field has been set.
func (*N1MessageNotification) HasLcsCorrelationId ¶
func (o *N1MessageNotification) HasLcsCorrelationId() bool
HasLcsCorrelationId returns a boolean if a field has been set.
func (*N1MessageNotification) HasN1NotifySubscriptionId ¶
func (o *N1MessageNotification) HasN1NotifySubscriptionId() bool
HasN1NotifySubscriptionId returns a boolean if a field has been set.
func (*N1MessageNotification) HasNcgi ¶
func (o *N1MessageNotification) HasNcgi() bool
HasNcgi returns a boolean if a field has been set.
func (*N1MessageNotification) HasNewLmfIdentification ¶
func (o *N1MessageNotification) HasNewLmfIdentification() bool
HasNewLmfIdentification returns a boolean if a field has been set.
func (*N1MessageNotification) HasRegistrationCtxtContainer ¶
func (o *N1MessageNotification) HasRegistrationCtxtContainer() bool
HasRegistrationCtxtContainer returns a boolean if a field has been set.
func (N1MessageNotification) MarshalJSON ¶
func (o N1MessageNotification) MarshalJSON() ([]byte, error)
func (*N1MessageNotification) SetCIoT5GSOptimisation ¶
func (o *N1MessageNotification) SetCIoT5GSOptimisation(v bool)
SetCIoT5GSOptimisation gets a reference to the given bool and assigns it to the CIoT5GSOptimisation field.
func (*N1MessageNotification) SetEcgi ¶
func (o *N1MessageNotification) SetEcgi(v Ecgi)
SetEcgi gets a reference to the given Ecgi and assigns it to the Ecgi field.
func (*N1MessageNotification) SetGuami ¶
func (o *N1MessageNotification) SetGuami(v Guami)
SetGuami gets a reference to the given Guami and assigns it to the Guami field.
func (*N1MessageNotification) SetLcsCorrelationId ¶
func (o *N1MessageNotification) SetLcsCorrelationId(v string)
SetLcsCorrelationId gets a reference to the given string and assigns it to the LcsCorrelationId field.
func (*N1MessageNotification) SetN1MessageContainer ¶
func (o *N1MessageNotification) SetN1MessageContainer(v N1MessageContainer)
SetN1MessageContainer sets field value
func (*N1MessageNotification) SetN1NotifySubscriptionId ¶
func (o *N1MessageNotification) SetN1NotifySubscriptionId(v string)
SetN1NotifySubscriptionId gets a reference to the given string and assigns it to the N1NotifySubscriptionId field.
func (*N1MessageNotification) SetNcgi ¶
func (o *N1MessageNotification) SetNcgi(v Ncgi)
SetNcgi gets a reference to the given Ncgi and assigns it to the Ncgi field.
func (*N1MessageNotification) SetNewLmfIdentification ¶
func (o *N1MessageNotification) SetNewLmfIdentification(v string)
SetNewLmfIdentification gets a reference to the given string and assigns it to the NewLmfIdentification field.
func (*N1MessageNotification) SetRegistrationCtxtContainer ¶
func (o *N1MessageNotification) SetRegistrationCtxtContainer(v RegistrationContextContainer)
SetRegistrationCtxtContainer gets a reference to the given RegistrationContextContainer and assigns it to the RegistrationCtxtContainer field.
func (N1MessageNotification) ToMap ¶
func (o N1MessageNotification) ToMap() (map[string]interface{}, error)
type N1N2IndividualSubscriptionDocumentApiService ¶
type N1N2IndividualSubscriptionDocumentApiService service
N1N2IndividualSubscriptionDocumentApiService N1N2IndividualSubscriptionDocumentApi service
func (*N1N2IndividualSubscriptionDocumentApiService) N1N2MessageUnSubscribe ¶
func (a *N1N2IndividualSubscriptionDocumentApiService) N1N2MessageUnSubscribe(ctx context.Context, ueContextId string, subscriptionId string) ApiN1N2MessageUnSubscribeRequest
N1N2MessageUnSubscribe Namf_Communication N1N2 Message UnSubscribe (UE Specific) service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueContextId UE Context Identifier @param subscriptionId Subscription Identifier @return ApiN1N2MessageUnSubscribeRequest
func (*N1N2IndividualSubscriptionDocumentApiService) N1N2MessageUnSubscribeExecute ¶
func (a *N1N2IndividualSubscriptionDocumentApiService) N1N2MessageUnSubscribeExecute(r ApiN1N2MessageUnSubscribeRequest) (*http.Response, error)
Execute executes the request
type N1N2MessageCollectionCollectionApiService ¶
type N1N2MessageCollectionCollectionApiService service
N1N2MessageCollectionCollectionApiService N1N2MessageCollectionCollectionApi service
func (*N1N2MessageCollectionCollectionApiService) N1N2MessageTransfer ¶
func (a *N1N2MessageCollectionCollectionApiService) N1N2MessageTransfer(ctx context.Context, ueContextId string) ApiN1N2MessageTransferRequest
N1N2MessageTransfer Namf_Communication N1N2 Message Transfer (UE Specific) service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueContextId UE Context Identifier @return ApiN1N2MessageTransferRequest
func (*N1N2MessageCollectionCollectionApiService) N1N2MessageTransferExecute ¶
func (a *N1N2MessageCollectionCollectionApiService) N1N2MessageTransferExecute(r ApiN1N2MessageTransferRequest) (*N1N2MessageTransferRspData, *http.Response, error)
Execute executes the request
@return N1N2MessageTransferRspData
type N1N2MessageTransferCause ¶
type N1N2MessageTransferCause struct {
String *string
}
N1N2MessageTransferCause Enumeration for N1N2Message Transfer Cause
func (*N1N2MessageTransferCause) MarshalJSON ¶
func (src *N1N2MessageTransferCause) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N1N2MessageTransferCause) UnmarshalJSON ¶
func (dst *N1N2MessageTransferCause) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type N1N2MessageTransferError ¶
type N1N2MessageTransferError struct {
Error ProblemDetails `json:"error"`
ErrInfo *N1N2MsgTxfrErrDetail `json:"errInfo,omitempty"`
}
N1N2MessageTransferError Data within a N1/N2 Message Transfer Error response
func NewN1N2MessageTransferError ¶
func NewN1N2MessageTransferError(error_ ProblemDetails) *N1N2MessageTransferError
NewN1N2MessageTransferError instantiates a new N1N2MessageTransferError 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 NewN1N2MessageTransferErrorWithDefaults ¶
func NewN1N2MessageTransferErrorWithDefaults() *N1N2MessageTransferError
NewN1N2MessageTransferErrorWithDefaults instantiates a new N1N2MessageTransferError 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 (*N1N2MessageTransferError) GetErrInfo ¶
func (o *N1N2MessageTransferError) GetErrInfo() N1N2MsgTxfrErrDetail
GetErrInfo returns the ErrInfo field value if set, zero value otherwise.
func (*N1N2MessageTransferError) GetErrInfoOk ¶
func (o *N1N2MessageTransferError) GetErrInfoOk() (*N1N2MsgTxfrErrDetail, bool)
GetErrInfoOk returns a tuple with the ErrInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferError) GetError ¶
func (o *N1N2MessageTransferError) GetError() ProblemDetails
GetError returns the Error field value
func (*N1N2MessageTransferError) GetErrorOk ¶
func (o *N1N2MessageTransferError) GetErrorOk() (*ProblemDetails, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*N1N2MessageTransferError) HasErrInfo ¶
func (o *N1N2MessageTransferError) HasErrInfo() bool
HasErrInfo returns a boolean if a field has been set.
func (N1N2MessageTransferError) MarshalJSON ¶
func (o N1N2MessageTransferError) MarshalJSON() ([]byte, error)
func (*N1N2MessageTransferError) SetErrInfo ¶
func (o *N1N2MessageTransferError) SetErrInfo(v N1N2MsgTxfrErrDetail)
SetErrInfo gets a reference to the given N1N2MsgTxfrErrDetail and assigns it to the ErrInfo field.
func (*N1N2MessageTransferError) SetError ¶
func (o *N1N2MessageTransferError) SetError(v ProblemDetails)
SetError sets field value
func (N1N2MessageTransferError) ToMap ¶
func (o N1N2MessageTransferError) ToMap() (map[string]interface{}, error)
type N1N2MessageTransferReqData ¶
type N1N2MessageTransferReqData struct {
N1MessageContainer *N1MessageContainer `json:"n1MessageContainer,omitempty"`
N2InfoContainer *N2InfoContainer `json:"n2InfoContainer,omitempty"`
MtData *RefToBinaryData `json:"mtData,omitempty"`
SkipInd *bool `json:"skipInd,omitempty"`
LastMsgIndication *bool `json:"lastMsgIndication,omitempty"`
// Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network.
PduSessionId *int32 `json:"pduSessionId,omitempty"`
// LCS Correlation ID.
LcsCorrelationId *string `json:"lcsCorrelationId,omitempty"`
// Paging Policy Indicator
Ppi *int32 `json:"ppi,omitempty"`
Arp *Arp `json:"arp,omitempty"`
// Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255.
Var5qi *int32 `json:"5qi,omitempty"`
// String providing an URI formatted according to RFC 3986.
N1n2FailureTxfNotifURI *string `json:"n1n2FailureTxfNotifURI,omitempty"`
SmfReallocationInd *bool `json:"smfReallocationInd,omitempty"`
AreaOfValidity *AreaOfValidity `json:"areaOfValidity,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
OldGuami *Guami `json:"oldGuami,omitempty"`
MaAcceptedInd *bool `json:"maAcceptedInd,omitempty"`
ExtBufSupport *bool `json:"extBufSupport,omitempty"`
TargetAccess *AccessType `json:"targetAccess,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.
NfId *string `json:"nfId,omitempty"`
}
N1N2MessageTransferReqData Data within a N1/N2 message transfer request
func NewN1N2MessageTransferReqData ¶
func NewN1N2MessageTransferReqData() *N1N2MessageTransferReqData
NewN1N2MessageTransferReqData instantiates a new N1N2MessageTransferReqData 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 NewN1N2MessageTransferReqDataWithDefaults ¶
func NewN1N2MessageTransferReqDataWithDefaults() *N1N2MessageTransferReqData
NewN1N2MessageTransferReqDataWithDefaults instantiates a new N1N2MessageTransferReqData 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 (*N1N2MessageTransferReqData) GetAreaOfValidity ¶
func (o *N1N2MessageTransferReqData) GetAreaOfValidity() AreaOfValidity
GetAreaOfValidity returns the AreaOfValidity field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetAreaOfValidityOk ¶
func (o *N1N2MessageTransferReqData) GetAreaOfValidityOk() (*AreaOfValidity, bool)
GetAreaOfValidityOk returns a tuple with the AreaOfValidity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetArp ¶
func (o *N1N2MessageTransferReqData) GetArp() Arp
GetArp returns the Arp field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetArpOk ¶
func (o *N1N2MessageTransferReqData) GetArpOk() (*Arp, bool)
GetArpOk returns a tuple with the Arp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetExtBufSupport ¶
func (o *N1N2MessageTransferReqData) GetExtBufSupport() bool
GetExtBufSupport returns the ExtBufSupport field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetExtBufSupportOk ¶
func (o *N1N2MessageTransferReqData) GetExtBufSupportOk() (*bool, bool)
GetExtBufSupportOk returns a tuple with the ExtBufSupport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetLastMsgIndication ¶
func (o *N1N2MessageTransferReqData) GetLastMsgIndication() bool
GetLastMsgIndication returns the LastMsgIndication field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetLastMsgIndicationOk ¶
func (o *N1N2MessageTransferReqData) GetLastMsgIndicationOk() (*bool, bool)
GetLastMsgIndicationOk returns a tuple with the LastMsgIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetLcsCorrelationId ¶
func (o *N1N2MessageTransferReqData) GetLcsCorrelationId() string
GetLcsCorrelationId returns the LcsCorrelationId field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetLcsCorrelationIdOk ¶
func (o *N1N2MessageTransferReqData) GetLcsCorrelationIdOk() (*string, bool)
GetLcsCorrelationIdOk returns a tuple with the LcsCorrelationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetMaAcceptedInd ¶
func (o *N1N2MessageTransferReqData) GetMaAcceptedInd() bool
GetMaAcceptedInd returns the MaAcceptedInd field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetMaAcceptedIndOk ¶
func (o *N1N2MessageTransferReqData) GetMaAcceptedIndOk() (*bool, bool)
GetMaAcceptedIndOk returns a tuple with the MaAcceptedInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetMtData ¶
func (o *N1N2MessageTransferReqData) GetMtData() RefToBinaryData
GetMtData returns the MtData field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetMtDataOk ¶
func (o *N1N2MessageTransferReqData) GetMtDataOk() (*RefToBinaryData, bool)
GetMtDataOk returns a tuple with the MtData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetN1MessageContainer ¶
func (o *N1N2MessageTransferReqData) GetN1MessageContainer() N1MessageContainer
GetN1MessageContainer returns the N1MessageContainer field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetN1MessageContainerOk ¶
func (o *N1N2MessageTransferReqData) GetN1MessageContainerOk() (*N1MessageContainer, bool)
GetN1MessageContainerOk returns a tuple with the N1MessageContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetN1n2FailureTxfNotifURI ¶
func (o *N1N2MessageTransferReqData) GetN1n2FailureTxfNotifURI() string
GetN1n2FailureTxfNotifURI returns the N1n2FailureTxfNotifURI field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetN1n2FailureTxfNotifURIOk ¶
func (o *N1N2MessageTransferReqData) GetN1n2FailureTxfNotifURIOk() (*string, bool)
GetN1n2FailureTxfNotifURIOk returns a tuple with the N1n2FailureTxfNotifURI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetN2InfoContainer ¶
func (o *N1N2MessageTransferReqData) GetN2InfoContainer() N2InfoContainer
GetN2InfoContainer returns the N2InfoContainer field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetN2InfoContainerOk ¶
func (o *N1N2MessageTransferReqData) GetN2InfoContainerOk() (*N2InfoContainer, bool)
GetN2InfoContainerOk returns a tuple with the N2InfoContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetNfId ¶
func (o *N1N2MessageTransferReqData) GetNfId() string
GetNfId returns the NfId field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetNfIdOk ¶
func (o *N1N2MessageTransferReqData) GetNfIdOk() (*string, bool)
GetNfIdOk returns a tuple with the NfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetOldGuami ¶
func (o *N1N2MessageTransferReqData) GetOldGuami() Guami
GetOldGuami returns the OldGuami field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetOldGuamiOk ¶
func (o *N1N2MessageTransferReqData) 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 (*N1N2MessageTransferReqData) GetPduSessionId ¶
func (o *N1N2MessageTransferReqData) GetPduSessionId() int32
GetPduSessionId returns the PduSessionId field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetPduSessionIdOk ¶
func (o *N1N2MessageTransferReqData) GetPduSessionIdOk() (*int32, bool)
GetPduSessionIdOk returns a tuple with the PduSessionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetPpi ¶
func (o *N1N2MessageTransferReqData) GetPpi() int32
GetPpi returns the Ppi field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetPpiOk ¶
func (o *N1N2MessageTransferReqData) GetPpiOk() (*int32, bool)
GetPpiOk returns a tuple with the Ppi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetSkipInd ¶
func (o *N1N2MessageTransferReqData) GetSkipInd() bool
GetSkipInd returns the SkipInd field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetSkipIndOk ¶
func (o *N1N2MessageTransferReqData) GetSkipIndOk() (*bool, bool)
GetSkipIndOk returns a tuple with the SkipInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetSmfReallocationInd ¶
func (o *N1N2MessageTransferReqData) GetSmfReallocationInd() bool
GetSmfReallocationInd returns the SmfReallocationInd field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetSmfReallocationIndOk ¶
func (o *N1N2MessageTransferReqData) GetSmfReallocationIndOk() (*bool, bool)
GetSmfReallocationIndOk returns a tuple with the SmfReallocationInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetSupportedFeatures ¶
func (o *N1N2MessageTransferReqData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetSupportedFeaturesOk ¶
func (o *N1N2MessageTransferReqData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetTargetAccess ¶
func (o *N1N2MessageTransferReqData) GetTargetAccess() AccessType
GetTargetAccess returns the TargetAccess field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetTargetAccessOk ¶
func (o *N1N2MessageTransferReqData) GetTargetAccessOk() (*AccessType, bool)
GetTargetAccessOk returns a tuple with the TargetAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) GetVar5qi ¶
func (o *N1N2MessageTransferReqData) GetVar5qi() int32
GetVar5qi returns the Var5qi field value if set, zero value otherwise.
func (*N1N2MessageTransferReqData) GetVar5qiOk ¶
func (o *N1N2MessageTransferReqData) GetVar5qiOk() (*int32, bool)
GetVar5qiOk returns a tuple with the Var5qi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferReqData) HasAreaOfValidity ¶
func (o *N1N2MessageTransferReqData) HasAreaOfValidity() bool
HasAreaOfValidity returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasArp ¶
func (o *N1N2MessageTransferReqData) HasArp() bool
HasArp returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasExtBufSupport ¶
func (o *N1N2MessageTransferReqData) HasExtBufSupport() bool
HasExtBufSupport returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasLastMsgIndication ¶
func (o *N1N2MessageTransferReqData) HasLastMsgIndication() bool
HasLastMsgIndication returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasLcsCorrelationId ¶
func (o *N1N2MessageTransferReqData) HasLcsCorrelationId() bool
HasLcsCorrelationId returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasMaAcceptedInd ¶
func (o *N1N2MessageTransferReqData) HasMaAcceptedInd() bool
HasMaAcceptedInd returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasMtData ¶
func (o *N1N2MessageTransferReqData) HasMtData() bool
HasMtData returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasN1MessageContainer ¶
func (o *N1N2MessageTransferReqData) HasN1MessageContainer() bool
HasN1MessageContainer returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasN1n2FailureTxfNotifURI ¶
func (o *N1N2MessageTransferReqData) HasN1n2FailureTxfNotifURI() bool
HasN1n2FailureTxfNotifURI returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasN2InfoContainer ¶
func (o *N1N2MessageTransferReqData) HasN2InfoContainer() bool
HasN2InfoContainer returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasNfId ¶
func (o *N1N2MessageTransferReqData) HasNfId() bool
HasNfId returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasOldGuami ¶
func (o *N1N2MessageTransferReqData) HasOldGuami() bool
HasOldGuami returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasPduSessionId ¶
func (o *N1N2MessageTransferReqData) HasPduSessionId() bool
HasPduSessionId returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasPpi ¶
func (o *N1N2MessageTransferReqData) HasPpi() bool
HasPpi returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasSkipInd ¶
func (o *N1N2MessageTransferReqData) HasSkipInd() bool
HasSkipInd returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasSmfReallocationInd ¶
func (o *N1N2MessageTransferReqData) HasSmfReallocationInd() bool
HasSmfReallocationInd returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasSupportedFeatures ¶
func (o *N1N2MessageTransferReqData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasTargetAccess ¶
func (o *N1N2MessageTransferReqData) HasTargetAccess() bool
HasTargetAccess returns a boolean if a field has been set.
func (*N1N2MessageTransferReqData) HasVar5qi ¶
func (o *N1N2MessageTransferReqData) HasVar5qi() bool
HasVar5qi returns a boolean if a field has been set.
func (N1N2MessageTransferReqData) MarshalJSON ¶
func (o N1N2MessageTransferReqData) MarshalJSON() ([]byte, error)
func (*N1N2MessageTransferReqData) SetAreaOfValidity ¶
func (o *N1N2MessageTransferReqData) SetAreaOfValidity(v AreaOfValidity)
SetAreaOfValidity gets a reference to the given AreaOfValidity and assigns it to the AreaOfValidity field.
func (*N1N2MessageTransferReqData) SetArp ¶
func (o *N1N2MessageTransferReqData) SetArp(v Arp)
SetArp gets a reference to the given Arp and assigns it to the Arp field.
func (*N1N2MessageTransferReqData) SetExtBufSupport ¶
func (o *N1N2MessageTransferReqData) SetExtBufSupport(v bool)
SetExtBufSupport gets a reference to the given bool and assigns it to the ExtBufSupport field.
func (*N1N2MessageTransferReqData) SetLastMsgIndication ¶
func (o *N1N2MessageTransferReqData) SetLastMsgIndication(v bool)
SetLastMsgIndication gets a reference to the given bool and assigns it to the LastMsgIndication field.
func (*N1N2MessageTransferReqData) SetLcsCorrelationId ¶
func (o *N1N2MessageTransferReqData) SetLcsCorrelationId(v string)
SetLcsCorrelationId gets a reference to the given string and assigns it to the LcsCorrelationId field.
func (*N1N2MessageTransferReqData) SetMaAcceptedInd ¶
func (o *N1N2MessageTransferReqData) SetMaAcceptedInd(v bool)
SetMaAcceptedInd gets a reference to the given bool and assigns it to the MaAcceptedInd field.
func (*N1N2MessageTransferReqData) SetMtData ¶
func (o *N1N2MessageTransferReqData) SetMtData(v RefToBinaryData)
SetMtData gets a reference to the given RefToBinaryData and assigns it to the MtData field.
func (*N1N2MessageTransferReqData) SetN1MessageContainer ¶
func (o *N1N2MessageTransferReqData) SetN1MessageContainer(v N1MessageContainer)
SetN1MessageContainer gets a reference to the given N1MessageContainer and assigns it to the N1MessageContainer field.
func (*N1N2MessageTransferReqData) SetN1n2FailureTxfNotifURI ¶
func (o *N1N2MessageTransferReqData) SetN1n2FailureTxfNotifURI(v string)
SetN1n2FailureTxfNotifURI gets a reference to the given string and assigns it to the N1n2FailureTxfNotifURI field.
func (*N1N2MessageTransferReqData) SetN2InfoContainer ¶
func (o *N1N2MessageTransferReqData) SetN2InfoContainer(v N2InfoContainer)
SetN2InfoContainer gets a reference to the given N2InfoContainer and assigns it to the N2InfoContainer field.
func (*N1N2MessageTransferReqData) SetNfId ¶
func (o *N1N2MessageTransferReqData) SetNfId(v string)
SetNfId gets a reference to the given string and assigns it to the NfId field.
func (*N1N2MessageTransferReqData) SetOldGuami ¶
func (o *N1N2MessageTransferReqData) SetOldGuami(v Guami)
SetOldGuami gets a reference to the given Guami and assigns it to the OldGuami field.
func (*N1N2MessageTransferReqData) SetPduSessionId ¶
func (o *N1N2MessageTransferReqData) SetPduSessionId(v int32)
SetPduSessionId gets a reference to the given int32 and assigns it to the PduSessionId field.
func (*N1N2MessageTransferReqData) SetPpi ¶
func (o *N1N2MessageTransferReqData) SetPpi(v int32)
SetPpi gets a reference to the given int32 and assigns it to the Ppi field.
func (*N1N2MessageTransferReqData) SetSkipInd ¶
func (o *N1N2MessageTransferReqData) SetSkipInd(v bool)
SetSkipInd gets a reference to the given bool and assigns it to the SkipInd field.
func (*N1N2MessageTransferReqData) SetSmfReallocationInd ¶
func (o *N1N2MessageTransferReqData) SetSmfReallocationInd(v bool)
SetSmfReallocationInd gets a reference to the given bool and assigns it to the SmfReallocationInd field.
func (*N1N2MessageTransferReqData) SetSupportedFeatures ¶
func (o *N1N2MessageTransferReqData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*N1N2MessageTransferReqData) SetTargetAccess ¶
func (o *N1N2MessageTransferReqData) SetTargetAccess(v AccessType)
SetTargetAccess gets a reference to the given AccessType and assigns it to the TargetAccess field.
func (*N1N2MessageTransferReqData) SetVar5qi ¶
func (o *N1N2MessageTransferReqData) SetVar5qi(v int32)
SetVar5qi gets a reference to the given int32 and assigns it to the Var5qi field.
func (N1N2MessageTransferReqData) ToMap ¶
func (o N1N2MessageTransferReqData) ToMap() (map[string]interface{}, error)
type N1N2MessageTransferRspData ¶
type N1N2MessageTransferRspData struct {
Cause N1N2MessageTransferCause `json:"cause"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
}
N1N2MessageTransferRspData Data within a N1/N2 message transfer response
func NewN1N2MessageTransferRspData ¶
func NewN1N2MessageTransferRspData(cause N1N2MessageTransferCause) *N1N2MessageTransferRspData
NewN1N2MessageTransferRspData instantiates a new N1N2MessageTransferRspData 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 NewN1N2MessageTransferRspDataWithDefaults ¶
func NewN1N2MessageTransferRspDataWithDefaults() *N1N2MessageTransferRspData
NewN1N2MessageTransferRspDataWithDefaults instantiates a new N1N2MessageTransferRspData 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 (*N1N2MessageTransferRspData) GetCause ¶
func (o *N1N2MessageTransferRspData) GetCause() N1N2MessageTransferCause
GetCause returns the Cause field value
func (*N1N2MessageTransferRspData) GetCauseOk ¶
func (o *N1N2MessageTransferRspData) GetCauseOk() (*N1N2MessageTransferCause, bool)
GetCauseOk returns a tuple with the Cause field value and a boolean to check if the value has been set.
func (*N1N2MessageTransferRspData) GetSupportedFeatures ¶
func (o *N1N2MessageTransferRspData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*N1N2MessageTransferRspData) GetSupportedFeaturesOk ¶
func (o *N1N2MessageTransferRspData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MessageTransferRspData) HasSupportedFeatures ¶
func (o *N1N2MessageTransferRspData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (N1N2MessageTransferRspData) MarshalJSON ¶
func (o N1N2MessageTransferRspData) MarshalJSON() ([]byte, error)
func (*N1N2MessageTransferRspData) SetCause ¶
func (o *N1N2MessageTransferRspData) SetCause(v N1N2MessageTransferCause)
SetCause sets field value
func (*N1N2MessageTransferRspData) SetSupportedFeatures ¶
func (o *N1N2MessageTransferRspData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (N1N2MessageTransferRspData) ToMap ¶
func (o N1N2MessageTransferRspData) ToMap() (map[string]interface{}, error)
type N1N2MsgTxfrErrDetail ¶
type N1N2MsgTxfrErrDetail struct {
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
RetryAfter *int32 `json:"retryAfter,omitempty"`
HighestPrioArp *Arp `json:"highestPrioArp,omitempty"`
// indicating a time in seconds.
MaxWaitingTime *int32 `json:"maxWaitingTime,omitempty"`
}
N1N2MsgTxfrErrDetail N1/N2 Message Transfer Error Details
func NewN1N2MsgTxfrErrDetail ¶
func NewN1N2MsgTxfrErrDetail() *N1N2MsgTxfrErrDetail
NewN1N2MsgTxfrErrDetail instantiates a new N1N2MsgTxfrErrDetail 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 NewN1N2MsgTxfrErrDetailWithDefaults ¶
func NewN1N2MsgTxfrErrDetailWithDefaults() *N1N2MsgTxfrErrDetail
NewN1N2MsgTxfrErrDetailWithDefaults instantiates a new N1N2MsgTxfrErrDetail 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 (*N1N2MsgTxfrErrDetail) GetHighestPrioArp ¶
func (o *N1N2MsgTxfrErrDetail) GetHighestPrioArp() Arp
GetHighestPrioArp returns the HighestPrioArp field value if set, zero value otherwise.
func (*N1N2MsgTxfrErrDetail) GetHighestPrioArpOk ¶
func (o *N1N2MsgTxfrErrDetail) GetHighestPrioArpOk() (*Arp, bool)
GetHighestPrioArpOk returns a tuple with the HighestPrioArp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MsgTxfrErrDetail) GetMaxWaitingTime ¶
func (o *N1N2MsgTxfrErrDetail) GetMaxWaitingTime() int32
GetMaxWaitingTime returns the MaxWaitingTime field value if set, zero value otherwise.
func (*N1N2MsgTxfrErrDetail) GetMaxWaitingTimeOk ¶
func (o *N1N2MsgTxfrErrDetail) GetMaxWaitingTimeOk() (*int32, bool)
GetMaxWaitingTimeOk returns a tuple with the MaxWaitingTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MsgTxfrErrDetail) GetRetryAfter ¶
func (o *N1N2MsgTxfrErrDetail) GetRetryAfter() int32
GetRetryAfter returns the RetryAfter field value if set, zero value otherwise.
func (*N1N2MsgTxfrErrDetail) GetRetryAfterOk ¶
func (o *N1N2MsgTxfrErrDetail) GetRetryAfterOk() (*int32, bool)
GetRetryAfterOk returns a tuple with the RetryAfter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MsgTxfrErrDetail) HasHighestPrioArp ¶
func (o *N1N2MsgTxfrErrDetail) HasHighestPrioArp() bool
HasHighestPrioArp returns a boolean if a field has been set.
func (*N1N2MsgTxfrErrDetail) HasMaxWaitingTime ¶
func (o *N1N2MsgTxfrErrDetail) HasMaxWaitingTime() bool
HasMaxWaitingTime returns a boolean if a field has been set.
func (*N1N2MsgTxfrErrDetail) HasRetryAfter ¶
func (o *N1N2MsgTxfrErrDetail) HasRetryAfter() bool
HasRetryAfter returns a boolean if a field has been set.
func (N1N2MsgTxfrErrDetail) MarshalJSON ¶
func (o N1N2MsgTxfrErrDetail) MarshalJSON() ([]byte, error)
func (*N1N2MsgTxfrErrDetail) SetHighestPrioArp ¶
func (o *N1N2MsgTxfrErrDetail) SetHighestPrioArp(v Arp)
SetHighestPrioArp gets a reference to the given Arp and assigns it to the HighestPrioArp field.
func (*N1N2MsgTxfrErrDetail) SetMaxWaitingTime ¶
func (o *N1N2MsgTxfrErrDetail) SetMaxWaitingTime(v int32)
SetMaxWaitingTime gets a reference to the given int32 and assigns it to the MaxWaitingTime field.
func (*N1N2MsgTxfrErrDetail) SetRetryAfter ¶
func (o *N1N2MsgTxfrErrDetail) SetRetryAfter(v int32)
SetRetryAfter gets a reference to the given int32 and assigns it to the RetryAfter field.
func (N1N2MsgTxfrErrDetail) ToMap ¶
func (o N1N2MsgTxfrErrDetail) ToMap() (map[string]interface{}, error)
type N1N2MsgTxfrFailureNotification ¶
type N1N2MsgTxfrFailureNotification struct {
Cause N1N2MessageTransferCause `json:"cause"`
// String providing an URI formatted according to RFC 3986.
N1n2MsgDataUri string `json:"n1n2MsgDataUri"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
RetryAfter *int32 `json:"retryAfter,omitempty"`
}
N1N2MsgTxfrFailureNotification Data within a N1/N2 Message Transfer Failure Notification request
func NewN1N2MsgTxfrFailureNotification ¶
func NewN1N2MsgTxfrFailureNotification(cause N1N2MessageTransferCause, n1n2MsgDataUri string) *N1N2MsgTxfrFailureNotification
NewN1N2MsgTxfrFailureNotification instantiates a new N1N2MsgTxfrFailureNotification 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 NewN1N2MsgTxfrFailureNotificationWithDefaults ¶
func NewN1N2MsgTxfrFailureNotificationWithDefaults() *N1N2MsgTxfrFailureNotification
NewN1N2MsgTxfrFailureNotificationWithDefaults instantiates a new N1N2MsgTxfrFailureNotification 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 (*N1N2MsgTxfrFailureNotification) GetCause ¶
func (o *N1N2MsgTxfrFailureNotification) GetCause() N1N2MessageTransferCause
GetCause returns the Cause field value
func (*N1N2MsgTxfrFailureNotification) GetCauseOk ¶
func (o *N1N2MsgTxfrFailureNotification) GetCauseOk() (*N1N2MessageTransferCause, bool)
GetCauseOk returns a tuple with the Cause field value and a boolean to check if the value has been set.
func (*N1N2MsgTxfrFailureNotification) GetN1n2MsgDataUri ¶
func (o *N1N2MsgTxfrFailureNotification) GetN1n2MsgDataUri() string
GetN1n2MsgDataUri returns the N1n2MsgDataUri field value
func (*N1N2MsgTxfrFailureNotification) GetN1n2MsgDataUriOk ¶
func (o *N1N2MsgTxfrFailureNotification) GetN1n2MsgDataUriOk() (*string, bool)
GetN1n2MsgDataUriOk returns a tuple with the N1n2MsgDataUri field value and a boolean to check if the value has been set.
func (*N1N2MsgTxfrFailureNotification) GetRetryAfter ¶
func (o *N1N2MsgTxfrFailureNotification) GetRetryAfter() int32
GetRetryAfter returns the RetryAfter field value if set, zero value otherwise.
func (*N1N2MsgTxfrFailureNotification) GetRetryAfterOk ¶
func (o *N1N2MsgTxfrFailureNotification) GetRetryAfterOk() (*int32, bool)
GetRetryAfterOk returns a tuple with the RetryAfter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N1N2MsgTxfrFailureNotification) HasRetryAfter ¶
func (o *N1N2MsgTxfrFailureNotification) HasRetryAfter() bool
HasRetryAfter returns a boolean if a field has been set.
func (N1N2MsgTxfrFailureNotification) MarshalJSON ¶
func (o N1N2MsgTxfrFailureNotification) MarshalJSON() ([]byte, error)
func (*N1N2MsgTxfrFailureNotification) SetCause ¶
func (o *N1N2MsgTxfrFailureNotification) SetCause(v N1N2MessageTransferCause)
SetCause sets field value
func (*N1N2MsgTxfrFailureNotification) SetN1n2MsgDataUri ¶
func (o *N1N2MsgTxfrFailureNotification) SetN1n2MsgDataUri(v string)
SetN1n2MsgDataUri sets field value
func (*N1N2MsgTxfrFailureNotification) SetRetryAfter ¶
func (o *N1N2MsgTxfrFailureNotification) SetRetryAfter(v int32)
SetRetryAfter gets a reference to the given int32 and assigns it to the RetryAfter field.
func (N1N2MsgTxfrFailureNotification) ToMap ¶
func (o N1N2MsgTxfrFailureNotification) ToMap() (map[string]interface{}, error)
type N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService ¶
type N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService service
N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApi service
func (*N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService) N1N2MessageSubscribe ¶
func (a *N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService) N1N2MessageSubscribe(ctx context.Context, ueContextId string) ApiN1N2MessageSubscribeRequest
N1N2MessageSubscribe Namf_Communication N1N2 Message Subscribe (UE Specific) service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueContextId UE Context Identifier @return ApiN1N2MessageSubscribeRequest
func (*N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService) N1N2MessageSubscribeExecute ¶
func (a *N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService) N1N2MessageSubscribeExecute(r ApiN1N2MessageSubscribeRequest) (*UeN1N2InfoSubscriptionCreatedData, *http.Response, error)
Execute executes the request
@return UeN1N2InfoSubscriptionCreatedData
type N2InfoContainer ¶
type N2InfoContainer struct {
N2InformationClass N2InformationClass `json:"n2InformationClass"`
SmInfo *N2SmInformation `json:"smInfo,omitempty"`
RanInfo *N2RanInformation `json:"ranInfo,omitempty"`
NrppaInfo *NrppaInformation `json:"nrppaInfo,omitempty"`
PwsInfo *PwsInformation `json:"pwsInfo,omitempty"`
V2xInfo *V2xInformation `json:"v2xInfo,omitempty"`
ProseInfo *ProSeInformation `json:"proseInfo,omitempty"`
}
N2InfoContainer N2 information container
func NewN2InfoContainer ¶
func NewN2InfoContainer(n2InformationClass N2InformationClass) *N2InfoContainer
NewN2InfoContainer instantiates a new N2InfoContainer 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 NewN2InfoContainerWithDefaults ¶
func NewN2InfoContainerWithDefaults() *N2InfoContainer
NewN2InfoContainerWithDefaults instantiates a new N2InfoContainer 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 (*N2InfoContainer) GetN2InformationClass ¶
func (o *N2InfoContainer) GetN2InformationClass() N2InformationClass
GetN2InformationClass returns the N2InformationClass field value
func (*N2InfoContainer) GetN2InformationClassOk ¶
func (o *N2InfoContainer) GetN2InformationClassOk() (*N2InformationClass, bool)
GetN2InformationClassOk returns a tuple with the N2InformationClass field value and a boolean to check if the value has been set.
func (*N2InfoContainer) GetNrppaInfo ¶
func (o *N2InfoContainer) GetNrppaInfo() NrppaInformation
GetNrppaInfo returns the NrppaInfo field value if set, zero value otherwise.
func (*N2InfoContainer) GetNrppaInfoOk ¶
func (o *N2InfoContainer) GetNrppaInfoOk() (*NrppaInformation, bool)
GetNrppaInfoOk returns a tuple with the NrppaInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoContainer) GetProseInfo ¶
func (o *N2InfoContainer) GetProseInfo() ProSeInformation
GetProseInfo returns the ProseInfo field value if set, zero value otherwise.
func (*N2InfoContainer) GetProseInfoOk ¶
func (o *N2InfoContainer) GetProseInfoOk() (*ProSeInformation, bool)
GetProseInfoOk returns a tuple with the ProseInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoContainer) GetPwsInfo ¶
func (o *N2InfoContainer) GetPwsInfo() PwsInformation
GetPwsInfo returns the PwsInfo field value if set, zero value otherwise.
func (*N2InfoContainer) GetPwsInfoOk ¶
func (o *N2InfoContainer) GetPwsInfoOk() (*PwsInformation, bool)
GetPwsInfoOk returns a tuple with the PwsInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoContainer) GetRanInfo ¶
func (o *N2InfoContainer) GetRanInfo() N2RanInformation
GetRanInfo returns the RanInfo field value if set, zero value otherwise.
func (*N2InfoContainer) GetRanInfoOk ¶
func (o *N2InfoContainer) GetRanInfoOk() (*N2RanInformation, bool)
GetRanInfoOk returns a tuple with the RanInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoContainer) GetSmInfo ¶
func (o *N2InfoContainer) GetSmInfo() N2SmInformation
GetSmInfo returns the SmInfo field value if set, zero value otherwise.
func (*N2InfoContainer) GetSmInfoOk ¶
func (o *N2InfoContainer) GetSmInfoOk() (*N2SmInformation, bool)
GetSmInfoOk returns a tuple with the SmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoContainer) GetV2xInfo ¶
func (o *N2InfoContainer) GetV2xInfo() V2xInformation
GetV2xInfo returns the V2xInfo field value if set, zero value otherwise.
func (*N2InfoContainer) GetV2xInfoOk ¶
func (o *N2InfoContainer) GetV2xInfoOk() (*V2xInformation, bool)
GetV2xInfoOk returns a tuple with the V2xInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoContainer) HasNrppaInfo ¶
func (o *N2InfoContainer) HasNrppaInfo() bool
HasNrppaInfo returns a boolean if a field has been set.
func (*N2InfoContainer) HasProseInfo ¶
func (o *N2InfoContainer) HasProseInfo() bool
HasProseInfo returns a boolean if a field has been set.
func (*N2InfoContainer) HasPwsInfo ¶
func (o *N2InfoContainer) HasPwsInfo() bool
HasPwsInfo returns a boolean if a field has been set.
func (*N2InfoContainer) HasRanInfo ¶
func (o *N2InfoContainer) HasRanInfo() bool
HasRanInfo returns a boolean if a field has been set.
func (*N2InfoContainer) HasSmInfo ¶
func (o *N2InfoContainer) HasSmInfo() bool
HasSmInfo returns a boolean if a field has been set.
func (*N2InfoContainer) HasV2xInfo ¶
func (o *N2InfoContainer) HasV2xInfo() bool
HasV2xInfo returns a boolean if a field has been set.
func (N2InfoContainer) MarshalJSON ¶
func (o N2InfoContainer) MarshalJSON() ([]byte, error)
func (*N2InfoContainer) SetN2InformationClass ¶
func (o *N2InfoContainer) SetN2InformationClass(v N2InformationClass)
SetN2InformationClass sets field value
func (*N2InfoContainer) SetNrppaInfo ¶
func (o *N2InfoContainer) SetNrppaInfo(v NrppaInformation)
SetNrppaInfo gets a reference to the given NrppaInformation and assigns it to the NrppaInfo field.
func (*N2InfoContainer) SetProseInfo ¶
func (o *N2InfoContainer) SetProseInfo(v ProSeInformation)
SetProseInfo gets a reference to the given ProSeInformation and assigns it to the ProseInfo field.
func (*N2InfoContainer) SetPwsInfo ¶
func (o *N2InfoContainer) SetPwsInfo(v PwsInformation)
SetPwsInfo gets a reference to the given PwsInformation and assigns it to the PwsInfo field.
func (*N2InfoContainer) SetRanInfo ¶
func (o *N2InfoContainer) SetRanInfo(v N2RanInformation)
SetRanInfo gets a reference to the given N2RanInformation and assigns it to the RanInfo field.
func (*N2InfoContainer) SetSmInfo ¶
func (o *N2InfoContainer) SetSmInfo(v N2SmInformation)
SetSmInfo gets a reference to the given N2SmInformation and assigns it to the SmInfo field.
func (*N2InfoContainer) SetV2xInfo ¶
func (o *N2InfoContainer) SetV2xInfo(v V2xInformation)
SetV2xInfo gets a reference to the given V2xInformation and assigns it to the V2xInfo field.
func (N2InfoContainer) ToMap ¶
func (o N2InfoContainer) ToMap() (map[string]interface{}, error)
type N2InfoContent ¶
type N2InfoContent struct {
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
NgapMessageType *int32 `json:"ngapMessageType,omitempty"`
NgapIeType *NgapIeType `json:"ngapIeType,omitempty"`
NgapData RefToBinaryData `json:"ngapData"`
}
N2InfoContent Represents a transparent N2 information content to be relayed by AMF
func NewN2InfoContent ¶
func NewN2InfoContent(ngapData RefToBinaryData) *N2InfoContent
NewN2InfoContent instantiates a new N2InfoContent 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 NewN2InfoContentWithDefaults ¶
func NewN2InfoContentWithDefaults() *N2InfoContent
NewN2InfoContentWithDefaults instantiates a new N2InfoContent 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 (*N2InfoContent) GetNgapData ¶
func (o *N2InfoContent) GetNgapData() RefToBinaryData
GetNgapData returns the NgapData field value
func (*N2InfoContent) GetNgapDataOk ¶
func (o *N2InfoContent) GetNgapDataOk() (*RefToBinaryData, bool)
GetNgapDataOk returns a tuple with the NgapData field value and a boolean to check if the value has been set.
func (*N2InfoContent) GetNgapIeType ¶
func (o *N2InfoContent) GetNgapIeType() NgapIeType
GetNgapIeType returns the NgapIeType field value if set, zero value otherwise.
func (*N2InfoContent) GetNgapIeTypeOk ¶
func (o *N2InfoContent) GetNgapIeTypeOk() (*NgapIeType, bool)
GetNgapIeTypeOk returns a tuple with the NgapIeType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoContent) GetNgapMessageType ¶
func (o *N2InfoContent) GetNgapMessageType() int32
GetNgapMessageType returns the NgapMessageType field value if set, zero value otherwise.
func (*N2InfoContent) GetNgapMessageTypeOk ¶
func (o *N2InfoContent) GetNgapMessageTypeOk() (*int32, bool)
GetNgapMessageTypeOk returns a tuple with the NgapMessageType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoContent) HasNgapIeType ¶
func (o *N2InfoContent) HasNgapIeType() bool
HasNgapIeType returns a boolean if a field has been set.
func (*N2InfoContent) HasNgapMessageType ¶
func (o *N2InfoContent) HasNgapMessageType() bool
HasNgapMessageType returns a boolean if a field has been set.
func (N2InfoContent) MarshalJSON ¶
func (o N2InfoContent) MarshalJSON() ([]byte, error)
func (*N2InfoContent) SetNgapData ¶
func (o *N2InfoContent) SetNgapData(v RefToBinaryData)
SetNgapData sets field value
func (*N2InfoContent) SetNgapIeType ¶
func (o *N2InfoContent) SetNgapIeType(v NgapIeType)
SetNgapIeType gets a reference to the given NgapIeType and assigns it to the NgapIeType field.
func (*N2InfoContent) SetNgapMessageType ¶
func (o *N2InfoContent) SetNgapMessageType(v int32)
SetNgapMessageType gets a reference to the given int32 and assigns it to the NgapMessageType field.
func (N2InfoContent) ToMap ¶
func (o N2InfoContent) ToMap() (map[string]interface{}, error)
type N2InfoNotificationRspData ¶
type N2InfoNotificationRspData struct {
SecRatDataUsageList []N2SmInformation `json:"secRatDataUsageList,omitempty"`
}
N2InfoNotificationRspData Data within a N2 information notification response
func NewN2InfoNotificationRspData ¶
func NewN2InfoNotificationRspData() *N2InfoNotificationRspData
NewN2InfoNotificationRspData instantiates a new N2InfoNotificationRspData 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 NewN2InfoNotificationRspDataWithDefaults ¶
func NewN2InfoNotificationRspDataWithDefaults() *N2InfoNotificationRspData
NewN2InfoNotificationRspDataWithDefaults instantiates a new N2InfoNotificationRspData 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 (*N2InfoNotificationRspData) GetSecRatDataUsageList ¶
func (o *N2InfoNotificationRspData) GetSecRatDataUsageList() []N2SmInformation
GetSecRatDataUsageList returns the SecRatDataUsageList field value if set, zero value otherwise.
func (*N2InfoNotificationRspData) GetSecRatDataUsageListOk ¶
func (o *N2InfoNotificationRspData) GetSecRatDataUsageListOk() ([]N2SmInformation, bool)
GetSecRatDataUsageListOk returns a tuple with the SecRatDataUsageList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotificationRspData) HasSecRatDataUsageList ¶
func (o *N2InfoNotificationRspData) HasSecRatDataUsageList() bool
HasSecRatDataUsageList returns a boolean if a field has been set.
func (N2InfoNotificationRspData) MarshalJSON ¶
func (o N2InfoNotificationRspData) MarshalJSON() ([]byte, error)
func (*N2InfoNotificationRspData) SetSecRatDataUsageList ¶
func (o *N2InfoNotificationRspData) SetSecRatDataUsageList(v []N2SmInformation)
SetSecRatDataUsageList gets a reference to the given []N2SmInformation and assigns it to the SecRatDataUsageList field.
func (N2InfoNotificationRspData) ToMap ¶
func (o N2InfoNotificationRspData) ToMap() (map[string]interface{}, error)
type N2InfoNotifyHandoverComplete200Response ¶
type N2InfoNotifyHandoverComplete200Response struct {
JsonData *N2InfoNotificationRspData `json:"jsonData,omitempty"`
BinaryDataN2InformationExt1 **os.File `json:"binaryDataN2InformationExt1,omitempty"`
BinaryDataN2InformationExt2 **os.File `json:"binaryDataN2InformationExt2,omitempty"`
BinaryDataN2InformationExt3 **os.File `json:"binaryDataN2InformationExt3,omitempty"`
BinaryDataN2InformationExt4 **os.File `json:"binaryDataN2InformationExt4,omitempty"`
BinaryDataN2InformationExt5 **os.File `json:"binaryDataN2InformationExt5,omitempty"`
BinaryDataN2InformationExt6 **os.File `json:"binaryDataN2InformationExt6,omitempty"`
BinaryDataN2InformationExt7 **os.File `json:"binaryDataN2InformationExt7,omitempty"`
BinaryDataN2InformationExt8 **os.File `json:"binaryDataN2InformationExt8,omitempty"`
BinaryDataN2InformationExt9 **os.File `json:"binaryDataN2InformationExt9,omitempty"`
BinaryDataN2InformationExt10 **os.File `json:"binaryDataN2InformationExt10,omitempty"`
BinaryDataN2InformationExt11 **os.File `json:"binaryDataN2InformationExt11,omitempty"`
BinaryDataN2InformationExt12 **os.File `json:"binaryDataN2InformationExt12,omitempty"`
BinaryDataN2InformationExt13 **os.File `json:"binaryDataN2InformationExt13,omitempty"`
BinaryDataN2InformationExt14 **os.File `json:"binaryDataN2InformationExt14,omitempty"`
BinaryDataN2InformationExt15 **os.File `json:"binaryDataN2InformationExt15,omitempty"`
BinaryDataN2InformationExt16 **os.File `json:"binaryDataN2InformationExt16,omitempty"`
}
N2InfoNotifyHandoverComplete200Response struct for N2InfoNotifyHandoverComplete200Response
func NewN2InfoNotifyHandoverComplete200Response ¶
func NewN2InfoNotifyHandoverComplete200Response() *N2InfoNotifyHandoverComplete200Response
NewN2InfoNotifyHandoverComplete200Response instantiates a new N2InfoNotifyHandoverComplete200Response 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 NewN2InfoNotifyHandoverComplete200ResponseWithDefaults ¶
func NewN2InfoNotifyHandoverComplete200ResponseWithDefaults() *N2InfoNotifyHandoverComplete200Response
NewN2InfoNotifyHandoverComplete200ResponseWithDefaults instantiates a new N2InfoNotifyHandoverComplete200Response 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 (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt1 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt1() *os.File
GetBinaryDataN2InformationExt1 returns the BinaryDataN2InformationExt1 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt1Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt1Ok() (**os.File, bool)
GetBinaryDataN2InformationExt1Ok returns a tuple with the BinaryDataN2InformationExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt2 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt2() *os.File
GetBinaryDataN2InformationExt2 returns the BinaryDataN2InformationExt2 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt2Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt2Ok() (**os.File, bool)
GetBinaryDataN2InformationExt2Ok returns a tuple with the BinaryDataN2InformationExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt3 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt3() *os.File
GetBinaryDataN2InformationExt3 returns the BinaryDataN2InformationExt3 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt3Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt3Ok() (**os.File, bool)
GetBinaryDataN2InformationExt3Ok returns a tuple with the BinaryDataN2InformationExt3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt4 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt4() *os.File
GetBinaryDataN2InformationExt4 returns the BinaryDataN2InformationExt4 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt4Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt4Ok() (**os.File, bool)
GetBinaryDataN2InformationExt4Ok returns a tuple with the BinaryDataN2InformationExt4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt5 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt5() *os.File
GetBinaryDataN2InformationExt5 returns the BinaryDataN2InformationExt5 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt5Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt5Ok() (**os.File, bool)
GetBinaryDataN2InformationExt5Ok returns a tuple with the BinaryDataN2InformationExt5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt6 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt6() *os.File
GetBinaryDataN2InformationExt6 returns the BinaryDataN2InformationExt6 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt6Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt6Ok() (**os.File, bool)
GetBinaryDataN2InformationExt6Ok returns a tuple with the BinaryDataN2InformationExt6 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt7 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt7() *os.File
GetBinaryDataN2InformationExt7 returns the BinaryDataN2InformationExt7 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt7Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt7Ok() (**os.File, bool)
GetBinaryDataN2InformationExt7Ok returns a tuple with the BinaryDataN2InformationExt7 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt8 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt8() *os.File
GetBinaryDataN2InformationExt8 returns the BinaryDataN2InformationExt8 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt8Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt8Ok() (**os.File, bool)
GetBinaryDataN2InformationExt8Ok returns a tuple with the BinaryDataN2InformationExt8 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt9 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt9() *os.File
GetBinaryDataN2InformationExt9 returns the BinaryDataN2InformationExt9 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt9Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt9Ok() (**os.File, bool)
GetBinaryDataN2InformationExt9Ok returns a tuple with the BinaryDataN2InformationExt9 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt10 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt10() *os.File
GetBinaryDataN2InformationExt10 returns the BinaryDataN2InformationExt10 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt10Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt10Ok() (**os.File, bool)
GetBinaryDataN2InformationExt10Ok returns a tuple with the BinaryDataN2InformationExt10 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt11 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt11() *os.File
GetBinaryDataN2InformationExt11 returns the BinaryDataN2InformationExt11 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt11Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt11Ok() (**os.File, bool)
GetBinaryDataN2InformationExt11Ok returns a tuple with the BinaryDataN2InformationExt11 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt12 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt12() *os.File
GetBinaryDataN2InformationExt12 returns the BinaryDataN2InformationExt12 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt12Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt12Ok() (**os.File, bool)
GetBinaryDataN2InformationExt12Ok returns a tuple with the BinaryDataN2InformationExt12 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt13 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt13() *os.File
GetBinaryDataN2InformationExt13 returns the BinaryDataN2InformationExt13 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt13Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt13Ok() (**os.File, bool)
GetBinaryDataN2InformationExt13Ok returns a tuple with the BinaryDataN2InformationExt13 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt14 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt14() *os.File
GetBinaryDataN2InformationExt14 returns the BinaryDataN2InformationExt14 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt14Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt14Ok() (**os.File, bool)
GetBinaryDataN2InformationExt14Ok returns a tuple with the BinaryDataN2InformationExt14 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt15 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt15() *os.File
GetBinaryDataN2InformationExt15 returns the BinaryDataN2InformationExt15 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt15Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt15Ok() (**os.File, bool)
GetBinaryDataN2InformationExt15Ok returns a tuple with the BinaryDataN2InformationExt15 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt16 ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt16() *os.File
GetBinaryDataN2InformationExt16 returns the BinaryDataN2InformationExt16 field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt16Ok ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetBinaryDataN2InformationExt16Ok() (**os.File, bool)
GetBinaryDataN2InformationExt16Ok returns a tuple with the BinaryDataN2InformationExt16 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyHandoverComplete200Response) GetJsonData ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetJsonData() N2InfoNotificationRspData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*N2InfoNotifyHandoverComplete200Response) GetJsonDataOk ¶
func (o *N2InfoNotifyHandoverComplete200Response) GetJsonDataOk() (*N2InfoNotificationRspData, 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 (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt1 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt1() bool
HasBinaryDataN2InformationExt1 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt2 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt2() bool
HasBinaryDataN2InformationExt2 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt3 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt3() bool
HasBinaryDataN2InformationExt3 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt4 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt4() bool
HasBinaryDataN2InformationExt4 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt5 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt5() bool
HasBinaryDataN2InformationExt5 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt6 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt6() bool
HasBinaryDataN2InformationExt6 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt7 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt7() bool
HasBinaryDataN2InformationExt7 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt8 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt8() bool
HasBinaryDataN2InformationExt8 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt9 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt9() bool
HasBinaryDataN2InformationExt9 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt10 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt10() bool
HasBinaryDataN2InformationExt10 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt11 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt11() bool
HasBinaryDataN2InformationExt11 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt12 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt12() bool
HasBinaryDataN2InformationExt12 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt13 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt13() bool
HasBinaryDataN2InformationExt13 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt14 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt14() bool
HasBinaryDataN2InformationExt14 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt15 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt15() bool
HasBinaryDataN2InformationExt15 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt16 ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasBinaryDataN2InformationExt16() bool
HasBinaryDataN2InformationExt16 returns a boolean if a field has been set.
func (*N2InfoNotifyHandoverComplete200Response) HasJsonData ¶
func (o *N2InfoNotifyHandoverComplete200Response) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (N2InfoNotifyHandoverComplete200Response) MarshalJSON ¶
func (o N2InfoNotifyHandoverComplete200Response) MarshalJSON() ([]byte, error)
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt1 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt1(v *os.File)
SetBinaryDataN2InformationExt1 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt1 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt2 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt2(v *os.File)
SetBinaryDataN2InformationExt2 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt2 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt3 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt3(v *os.File)
SetBinaryDataN2InformationExt3 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt3 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt4 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt4(v *os.File)
SetBinaryDataN2InformationExt4 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt4 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt5 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt5(v *os.File)
SetBinaryDataN2InformationExt5 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt5 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt6 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt6(v *os.File)
SetBinaryDataN2InformationExt6 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt6 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt7 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt7(v *os.File)
SetBinaryDataN2InformationExt7 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt7 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt8 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt8(v *os.File)
SetBinaryDataN2InformationExt8 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt8 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt9 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt9(v *os.File)
SetBinaryDataN2InformationExt9 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt9 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt10 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt10(v *os.File)
SetBinaryDataN2InformationExt10 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt10 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt11 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt11(v *os.File)
SetBinaryDataN2InformationExt11 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt11 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt12 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt12(v *os.File)
SetBinaryDataN2InformationExt12 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt12 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt13 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt13(v *os.File)
SetBinaryDataN2InformationExt13 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt13 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt14 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt14(v *os.File)
SetBinaryDataN2InformationExt14 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt14 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt15 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt15(v *os.File)
SetBinaryDataN2InformationExt15 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt15 field.
func (*N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt16 ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetBinaryDataN2InformationExt16(v *os.File)
SetBinaryDataN2InformationExt16 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt16 field.
func (*N2InfoNotifyHandoverComplete200Response) SetJsonData ¶
func (o *N2InfoNotifyHandoverComplete200Response) SetJsonData(v N2InfoNotificationRspData)
SetJsonData gets a reference to the given N2InfoNotificationRspData and assigns it to the JsonData field.
func (N2InfoNotifyHandoverComplete200Response) ToMap ¶
func (o N2InfoNotifyHandoverComplete200Response) ToMap() (map[string]interface{}, error)
type N2InfoNotifyReason ¶
type N2InfoNotifyReason struct {
String *string
}
N2InfoNotifyReason N2 Information Notify Reason
func (*N2InfoNotifyReason) MarshalJSON ¶
func (src *N2InfoNotifyReason) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N2InfoNotifyReason) UnmarshalJSON ¶
func (dst *N2InfoNotifyReason) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type N2InfoNotifyRequest ¶
type N2InfoNotifyRequest struct {
JsonData *N2InformationNotification `json:"jsonData,omitempty"`
BinaryDataN1Message **os.File `json:"binaryDataN1Message,omitempty"`
BinaryDataN2Information **os.File `json:"binaryDataN2Information,omitempty"`
}
N2InfoNotifyRequest struct for N2InfoNotifyRequest
func NewN2InfoNotifyRequest ¶
func NewN2InfoNotifyRequest() *N2InfoNotifyRequest
NewN2InfoNotifyRequest instantiates a new N2InfoNotifyRequest 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 NewN2InfoNotifyRequestWithDefaults ¶
func NewN2InfoNotifyRequestWithDefaults() *N2InfoNotifyRequest
NewN2InfoNotifyRequestWithDefaults instantiates a new N2InfoNotifyRequest 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 (*N2InfoNotifyRequest) GetBinaryDataN1Message ¶
func (o *N2InfoNotifyRequest) GetBinaryDataN1Message() *os.File
GetBinaryDataN1Message returns the BinaryDataN1Message field value if set, zero value otherwise.
func (*N2InfoNotifyRequest) GetBinaryDataN1MessageOk ¶
func (o *N2InfoNotifyRequest) GetBinaryDataN1MessageOk() (**os.File, bool)
GetBinaryDataN1MessageOk returns a tuple with the BinaryDataN1Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyRequest) GetBinaryDataN2Information ¶
func (o *N2InfoNotifyRequest) GetBinaryDataN2Information() *os.File
GetBinaryDataN2Information returns the BinaryDataN2Information field value if set, zero value otherwise.
func (*N2InfoNotifyRequest) GetBinaryDataN2InformationOk ¶
func (o *N2InfoNotifyRequest) GetBinaryDataN2InformationOk() (**os.File, bool)
GetBinaryDataN2InformationOk returns a tuple with the BinaryDataN2Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InfoNotifyRequest) GetJsonData ¶
func (o *N2InfoNotifyRequest) GetJsonData() N2InformationNotification
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*N2InfoNotifyRequest) GetJsonDataOk ¶
func (o *N2InfoNotifyRequest) GetJsonDataOk() (*N2InformationNotification, 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 (*N2InfoNotifyRequest) HasBinaryDataN1Message ¶
func (o *N2InfoNotifyRequest) HasBinaryDataN1Message() bool
HasBinaryDataN1Message returns a boolean if a field has been set.
func (*N2InfoNotifyRequest) HasBinaryDataN2Information ¶
func (o *N2InfoNotifyRequest) HasBinaryDataN2Information() bool
HasBinaryDataN2Information returns a boolean if a field has been set.
func (*N2InfoNotifyRequest) HasJsonData ¶
func (o *N2InfoNotifyRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (N2InfoNotifyRequest) MarshalJSON ¶
func (o N2InfoNotifyRequest) MarshalJSON() ([]byte, error)
func (*N2InfoNotifyRequest) SetBinaryDataN1Message ¶
func (o *N2InfoNotifyRequest) SetBinaryDataN1Message(v *os.File)
SetBinaryDataN1Message gets a reference to the given *os.File and assigns it to the BinaryDataN1Message field.
func (*N2InfoNotifyRequest) SetBinaryDataN2Information ¶
func (o *N2InfoNotifyRequest) SetBinaryDataN2Information(v *os.File)
SetBinaryDataN2Information gets a reference to the given *os.File and assigns it to the BinaryDataN2Information field.
func (*N2InfoNotifyRequest) SetJsonData ¶
func (o *N2InfoNotifyRequest) SetJsonData(v N2InformationNotification)
SetJsonData gets a reference to the given N2InformationNotification and assigns it to the JsonData field.
func (N2InfoNotifyRequest) ToMap ¶
func (o N2InfoNotifyRequest) ToMap() (map[string]interface{}, error)
type N2InformationClass ¶
type N2InformationClass struct {
String *string
}
N2InformationClass Enumeration for N2 Information Class
func (*N2InformationClass) MarshalJSON ¶
func (src *N2InformationClass) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N2InformationClass) UnmarshalJSON ¶
func (dst *N2InformationClass) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type N2InformationNotification ¶
type N2InformationNotification struct {
N2NotifySubscriptionId string `json:"n2NotifySubscriptionId"`
N2InfoContainer *N2InfoContainer `json:"n2InfoContainer,omitempty"`
ToReleaseSessionList []int32 `json:"toReleaseSessionList,omitempty"`
// LCS Correlation ID.
LcsCorrelationId *string `json:"lcsCorrelationId,omitempty"`
NotifyReason *N2InfoNotifyReason `json:"notifyReason,omitempty"`
SmfChangeInfoList []SmfChangeInfo `json:"smfChangeInfoList,omitempty"`
RanNodeId *GlobalRanNodeId `json:"ranNodeId,omitempty"`
// Fully Qualified Domain Name
InitialAmfName *string `json:"initialAmfName,omitempty"`
// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
AnN2IPv4Addr *string `json:"anN2IPv4Addr,omitempty"`
AnN2IPv6Addr *Ipv6Addr `json:"anN2IPv6Addr,omitempty"`
Guami *Guami `json:"guami,omitempty"`
NotifySourceNgRan *bool `json:"notifySourceNgRan,omitempty"`
}
N2InformationNotification Data within a N2 information notification request
func NewN2InformationNotification ¶
func NewN2InformationNotification(n2NotifySubscriptionId string) *N2InformationNotification
NewN2InformationNotification instantiates a new N2InformationNotification 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 NewN2InformationNotificationWithDefaults ¶
func NewN2InformationNotificationWithDefaults() *N2InformationNotification
NewN2InformationNotificationWithDefaults instantiates a new N2InformationNotification 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 (*N2InformationNotification) GetAnN2IPv4Addr ¶
func (o *N2InformationNotification) GetAnN2IPv4Addr() string
GetAnN2IPv4Addr returns the AnN2IPv4Addr field value if set, zero value otherwise.
func (*N2InformationNotification) GetAnN2IPv4AddrOk ¶
func (o *N2InformationNotification) GetAnN2IPv4AddrOk() (*string, bool)
GetAnN2IPv4AddrOk returns a tuple with the AnN2IPv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) GetAnN2IPv6Addr ¶
func (o *N2InformationNotification) GetAnN2IPv6Addr() Ipv6Addr
GetAnN2IPv6Addr returns the AnN2IPv6Addr field value if set, zero value otherwise.
func (*N2InformationNotification) GetAnN2IPv6AddrOk ¶
func (o *N2InformationNotification) GetAnN2IPv6AddrOk() (*Ipv6Addr, bool)
GetAnN2IPv6AddrOk returns a tuple with the AnN2IPv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) GetGuami ¶
func (o *N2InformationNotification) GetGuami() Guami
GetGuami returns the Guami field value if set, zero value otherwise.
func (*N2InformationNotification) GetGuamiOk ¶
func (o *N2InformationNotification) GetGuamiOk() (*Guami, bool)
GetGuamiOk returns a tuple with the Guami field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) GetInitialAmfName ¶
func (o *N2InformationNotification) GetInitialAmfName() string
GetInitialAmfName returns the InitialAmfName field value if set, zero value otherwise.
func (*N2InformationNotification) GetInitialAmfNameOk ¶
func (o *N2InformationNotification) GetInitialAmfNameOk() (*string, bool)
GetInitialAmfNameOk returns a tuple with the InitialAmfName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) GetLcsCorrelationId ¶
func (o *N2InformationNotification) GetLcsCorrelationId() string
GetLcsCorrelationId returns the LcsCorrelationId field value if set, zero value otherwise.
func (*N2InformationNotification) GetLcsCorrelationIdOk ¶
func (o *N2InformationNotification) GetLcsCorrelationIdOk() (*string, bool)
GetLcsCorrelationIdOk returns a tuple with the LcsCorrelationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) GetN2InfoContainer ¶
func (o *N2InformationNotification) GetN2InfoContainer() N2InfoContainer
GetN2InfoContainer returns the N2InfoContainer field value if set, zero value otherwise.
func (*N2InformationNotification) GetN2InfoContainerOk ¶
func (o *N2InformationNotification) GetN2InfoContainerOk() (*N2InfoContainer, bool)
GetN2InfoContainerOk returns a tuple with the N2InfoContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) GetN2NotifySubscriptionId ¶
func (o *N2InformationNotification) GetN2NotifySubscriptionId() string
GetN2NotifySubscriptionId returns the N2NotifySubscriptionId field value
func (*N2InformationNotification) GetN2NotifySubscriptionIdOk ¶
func (o *N2InformationNotification) GetN2NotifySubscriptionIdOk() (*string, bool)
GetN2NotifySubscriptionIdOk returns a tuple with the N2NotifySubscriptionId field value and a boolean to check if the value has been set.
func (*N2InformationNotification) GetNotifyReason ¶
func (o *N2InformationNotification) GetNotifyReason() N2InfoNotifyReason
GetNotifyReason returns the NotifyReason field value if set, zero value otherwise.
func (*N2InformationNotification) GetNotifyReasonOk ¶
func (o *N2InformationNotification) GetNotifyReasonOk() (*N2InfoNotifyReason, bool)
GetNotifyReasonOk returns a tuple with the NotifyReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) GetNotifySourceNgRan ¶
func (o *N2InformationNotification) GetNotifySourceNgRan() bool
GetNotifySourceNgRan returns the NotifySourceNgRan field value if set, zero value otherwise.
func (*N2InformationNotification) GetNotifySourceNgRanOk ¶
func (o *N2InformationNotification) GetNotifySourceNgRanOk() (*bool, bool)
GetNotifySourceNgRanOk returns a tuple with the NotifySourceNgRan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) GetRanNodeId ¶
func (o *N2InformationNotification) GetRanNodeId() GlobalRanNodeId
GetRanNodeId returns the RanNodeId field value if set, zero value otherwise.
func (*N2InformationNotification) GetRanNodeIdOk ¶
func (o *N2InformationNotification) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
GetRanNodeIdOk returns a tuple with the RanNodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) GetSmfChangeInfoList ¶
func (o *N2InformationNotification) GetSmfChangeInfoList() []SmfChangeInfo
GetSmfChangeInfoList returns the SmfChangeInfoList field value if set, zero value otherwise.
func (*N2InformationNotification) GetSmfChangeInfoListOk ¶
func (o *N2InformationNotification) GetSmfChangeInfoListOk() ([]SmfChangeInfo, bool)
GetSmfChangeInfoListOk returns a tuple with the SmfChangeInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) GetToReleaseSessionList ¶
func (o *N2InformationNotification) GetToReleaseSessionList() []int32
GetToReleaseSessionList returns the ToReleaseSessionList field value if set, zero value otherwise.
func (*N2InformationNotification) GetToReleaseSessionListOk ¶
func (o *N2InformationNotification) GetToReleaseSessionListOk() ([]int32, bool)
GetToReleaseSessionListOk returns a tuple with the ToReleaseSessionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationNotification) HasAnN2IPv4Addr ¶
func (o *N2InformationNotification) HasAnN2IPv4Addr() bool
HasAnN2IPv4Addr returns a boolean if a field has been set.
func (*N2InformationNotification) HasAnN2IPv6Addr ¶
func (o *N2InformationNotification) HasAnN2IPv6Addr() bool
HasAnN2IPv6Addr returns a boolean if a field has been set.
func (*N2InformationNotification) HasGuami ¶
func (o *N2InformationNotification) HasGuami() bool
HasGuami returns a boolean if a field has been set.
func (*N2InformationNotification) HasInitialAmfName ¶
func (o *N2InformationNotification) HasInitialAmfName() bool
HasInitialAmfName returns a boolean if a field has been set.
func (*N2InformationNotification) HasLcsCorrelationId ¶
func (o *N2InformationNotification) HasLcsCorrelationId() bool
HasLcsCorrelationId returns a boolean if a field has been set.
func (*N2InformationNotification) HasN2InfoContainer ¶
func (o *N2InformationNotification) HasN2InfoContainer() bool
HasN2InfoContainer returns a boolean if a field has been set.
func (*N2InformationNotification) HasNotifyReason ¶
func (o *N2InformationNotification) HasNotifyReason() bool
HasNotifyReason returns a boolean if a field has been set.
func (*N2InformationNotification) HasNotifySourceNgRan ¶
func (o *N2InformationNotification) HasNotifySourceNgRan() bool
HasNotifySourceNgRan returns a boolean if a field has been set.
func (*N2InformationNotification) HasRanNodeId ¶
func (o *N2InformationNotification) HasRanNodeId() bool
HasRanNodeId returns a boolean if a field has been set.
func (*N2InformationNotification) HasSmfChangeInfoList ¶
func (o *N2InformationNotification) HasSmfChangeInfoList() bool
HasSmfChangeInfoList returns a boolean if a field has been set.
func (*N2InformationNotification) HasToReleaseSessionList ¶
func (o *N2InformationNotification) HasToReleaseSessionList() bool
HasToReleaseSessionList returns a boolean if a field has been set.
func (N2InformationNotification) MarshalJSON ¶
func (o N2InformationNotification) MarshalJSON() ([]byte, error)
func (*N2InformationNotification) SetAnN2IPv4Addr ¶
func (o *N2InformationNotification) SetAnN2IPv4Addr(v string)
SetAnN2IPv4Addr gets a reference to the given string and assigns it to the AnN2IPv4Addr field.
func (*N2InformationNotification) SetAnN2IPv6Addr ¶
func (o *N2InformationNotification) SetAnN2IPv6Addr(v Ipv6Addr)
SetAnN2IPv6Addr gets a reference to the given Ipv6Addr and assigns it to the AnN2IPv6Addr field.
func (*N2InformationNotification) SetGuami ¶
func (o *N2InformationNotification) SetGuami(v Guami)
SetGuami gets a reference to the given Guami and assigns it to the Guami field.
func (*N2InformationNotification) SetInitialAmfName ¶
func (o *N2InformationNotification) SetInitialAmfName(v string)
SetInitialAmfName gets a reference to the given string and assigns it to the InitialAmfName field.
func (*N2InformationNotification) SetLcsCorrelationId ¶
func (o *N2InformationNotification) SetLcsCorrelationId(v string)
SetLcsCorrelationId gets a reference to the given string and assigns it to the LcsCorrelationId field.
func (*N2InformationNotification) SetN2InfoContainer ¶
func (o *N2InformationNotification) SetN2InfoContainer(v N2InfoContainer)
SetN2InfoContainer gets a reference to the given N2InfoContainer and assigns it to the N2InfoContainer field.
func (*N2InformationNotification) SetN2NotifySubscriptionId ¶
func (o *N2InformationNotification) SetN2NotifySubscriptionId(v string)
SetN2NotifySubscriptionId sets field value
func (*N2InformationNotification) SetNotifyReason ¶
func (o *N2InformationNotification) SetNotifyReason(v N2InfoNotifyReason)
SetNotifyReason gets a reference to the given N2InfoNotifyReason and assigns it to the NotifyReason field.
func (*N2InformationNotification) SetNotifySourceNgRan ¶
func (o *N2InformationNotification) SetNotifySourceNgRan(v bool)
SetNotifySourceNgRan gets a reference to the given bool and assigns it to the NotifySourceNgRan field.
func (*N2InformationNotification) SetRanNodeId ¶
func (o *N2InformationNotification) SetRanNodeId(v GlobalRanNodeId)
SetRanNodeId gets a reference to the given GlobalRanNodeId and assigns it to the RanNodeId field.
func (*N2InformationNotification) SetSmfChangeInfoList ¶
func (o *N2InformationNotification) SetSmfChangeInfoList(v []SmfChangeInfo)
SetSmfChangeInfoList gets a reference to the given []SmfChangeInfo and assigns it to the SmfChangeInfoList field.
func (*N2InformationNotification) SetToReleaseSessionList ¶
func (o *N2InformationNotification) SetToReleaseSessionList(v []int32)
SetToReleaseSessionList gets a reference to the given []int32 and assigns it to the ToReleaseSessionList field.
func (N2InformationNotification) ToMap ¶
func (o N2InformationNotification) ToMap() (map[string]interface{}, error)
type N2InformationTransferError ¶
type N2InformationTransferError struct {
Error ProblemDetails `json:"error"`
PwsErrorInfo *PWSErrorData `json:"pwsErrorInfo,omitempty"`
}
N2InformationTransferError Data within a failure response for a non-UE related N2 Information Transfer
func NewN2InformationTransferError ¶
func NewN2InformationTransferError(error_ ProblemDetails) *N2InformationTransferError
NewN2InformationTransferError instantiates a new N2InformationTransferError 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 NewN2InformationTransferErrorWithDefaults ¶
func NewN2InformationTransferErrorWithDefaults() *N2InformationTransferError
NewN2InformationTransferErrorWithDefaults instantiates a new N2InformationTransferError 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 (*N2InformationTransferError) GetError ¶
func (o *N2InformationTransferError) GetError() ProblemDetails
GetError returns the Error field value
func (*N2InformationTransferError) GetErrorOk ¶
func (o *N2InformationTransferError) GetErrorOk() (*ProblemDetails, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*N2InformationTransferError) GetPwsErrorInfo ¶
func (o *N2InformationTransferError) GetPwsErrorInfo() PWSErrorData
GetPwsErrorInfo returns the PwsErrorInfo field value if set, zero value otherwise.
func (*N2InformationTransferError) GetPwsErrorInfoOk ¶
func (o *N2InformationTransferError) GetPwsErrorInfoOk() (*PWSErrorData, bool)
GetPwsErrorInfoOk returns a tuple with the PwsErrorInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationTransferError) HasPwsErrorInfo ¶
func (o *N2InformationTransferError) HasPwsErrorInfo() bool
HasPwsErrorInfo returns a boolean if a field has been set.
func (N2InformationTransferError) MarshalJSON ¶
func (o N2InformationTransferError) MarshalJSON() ([]byte, error)
func (*N2InformationTransferError) SetError ¶
func (o *N2InformationTransferError) SetError(v ProblemDetails)
SetError sets field value
func (*N2InformationTransferError) SetPwsErrorInfo ¶
func (o *N2InformationTransferError) SetPwsErrorInfo(v PWSErrorData)
SetPwsErrorInfo gets a reference to the given PWSErrorData and assigns it to the PwsErrorInfo field.
func (N2InformationTransferError) ToMap ¶
func (o N2InformationTransferError) ToMap() (map[string]interface{}, error)
type N2InformationTransferReqData ¶
type N2InformationTransferReqData struct {
TaiList []Tai `json:"taiList,omitempty"`
RatSelector *RatSelector `json:"ratSelector,omitempty"`
GlobalRanNodeList []GlobalRanNodeId `json:"globalRanNodeList,omitempty"`
N2Information N2InfoContainer `json:"n2Information"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
}
N2InformationTransferReqData Data within a N2 Information Transfer request containing the N2 information requested to be transferred to 5G AN
func NewN2InformationTransferReqData ¶
func NewN2InformationTransferReqData(n2Information N2InfoContainer) *N2InformationTransferReqData
NewN2InformationTransferReqData instantiates a new N2InformationTransferReqData 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 NewN2InformationTransferReqDataWithDefaults ¶
func NewN2InformationTransferReqDataWithDefaults() *N2InformationTransferReqData
NewN2InformationTransferReqDataWithDefaults instantiates a new N2InformationTransferReqData 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 (*N2InformationTransferReqData) GetGlobalRanNodeList ¶
func (o *N2InformationTransferReqData) GetGlobalRanNodeList() []GlobalRanNodeId
GetGlobalRanNodeList returns the GlobalRanNodeList field value if set, zero value otherwise.
func (*N2InformationTransferReqData) GetGlobalRanNodeListOk ¶
func (o *N2InformationTransferReqData) GetGlobalRanNodeListOk() ([]GlobalRanNodeId, bool)
GetGlobalRanNodeListOk returns a tuple with the GlobalRanNodeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationTransferReqData) GetN2Information ¶
func (o *N2InformationTransferReqData) GetN2Information() N2InfoContainer
GetN2Information returns the N2Information field value
func (*N2InformationTransferReqData) GetN2InformationOk ¶
func (o *N2InformationTransferReqData) GetN2InformationOk() (*N2InfoContainer, bool)
GetN2InformationOk returns a tuple with the N2Information field value and a boolean to check if the value has been set.
func (*N2InformationTransferReqData) GetRatSelector ¶
func (o *N2InformationTransferReqData) GetRatSelector() RatSelector
GetRatSelector returns the RatSelector field value if set, zero value otherwise.
func (*N2InformationTransferReqData) GetRatSelectorOk ¶
func (o *N2InformationTransferReqData) GetRatSelectorOk() (*RatSelector, bool)
GetRatSelectorOk returns a tuple with the RatSelector field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationTransferReqData) GetSupportedFeatures ¶
func (o *N2InformationTransferReqData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*N2InformationTransferReqData) GetSupportedFeaturesOk ¶
func (o *N2InformationTransferReqData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationTransferReqData) GetTaiList ¶
func (o *N2InformationTransferReqData) GetTaiList() []Tai
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*N2InformationTransferReqData) GetTaiListOk ¶
func (o *N2InformationTransferReqData) GetTaiListOk() ([]Tai, bool)
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationTransferReqData) HasGlobalRanNodeList ¶
func (o *N2InformationTransferReqData) HasGlobalRanNodeList() bool
HasGlobalRanNodeList returns a boolean if a field has been set.
func (*N2InformationTransferReqData) HasRatSelector ¶
func (o *N2InformationTransferReqData) HasRatSelector() bool
HasRatSelector returns a boolean if a field has been set.
func (*N2InformationTransferReqData) HasSupportedFeatures ¶
func (o *N2InformationTransferReqData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*N2InformationTransferReqData) HasTaiList ¶
func (o *N2InformationTransferReqData) HasTaiList() bool
HasTaiList returns a boolean if a field has been set.
func (N2InformationTransferReqData) MarshalJSON ¶
func (o N2InformationTransferReqData) MarshalJSON() ([]byte, error)
func (*N2InformationTransferReqData) SetGlobalRanNodeList ¶
func (o *N2InformationTransferReqData) SetGlobalRanNodeList(v []GlobalRanNodeId)
SetGlobalRanNodeList gets a reference to the given []GlobalRanNodeId and assigns it to the GlobalRanNodeList field.
func (*N2InformationTransferReqData) SetN2Information ¶
func (o *N2InformationTransferReqData) SetN2Information(v N2InfoContainer)
SetN2Information sets field value
func (*N2InformationTransferReqData) SetRatSelector ¶
func (o *N2InformationTransferReqData) SetRatSelector(v RatSelector)
SetRatSelector gets a reference to the given RatSelector and assigns it to the RatSelector field.
func (*N2InformationTransferReqData) SetSupportedFeatures ¶
func (o *N2InformationTransferReqData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*N2InformationTransferReqData) SetTaiList ¶
func (o *N2InformationTransferReqData) SetTaiList(v []Tai)
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (N2InformationTransferReqData) ToMap ¶
func (o N2InformationTransferReqData) ToMap() (map[string]interface{}, error)
type N2InformationTransferResult ¶
type N2InformationTransferResult struct {
String *string
}
N2InformationTransferResult Describes the result of N2 information transfer by AMF to the AN
func (*N2InformationTransferResult) MarshalJSON ¶
func (src *N2InformationTransferResult) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N2InformationTransferResult) UnmarshalJSON ¶
func (dst *N2InformationTransferResult) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type N2InformationTransferRspData ¶
type N2InformationTransferRspData struct {
Result N2InformationTransferResult `json:"result"`
PwsRspData *PWSResponseData `json:"pwsRspData,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
}
N2InformationTransferRspData Data within a successful response to the N2 Information Transfer request to transfer N2 Information to the AN
func NewN2InformationTransferRspData ¶
func NewN2InformationTransferRspData(result N2InformationTransferResult) *N2InformationTransferRspData
NewN2InformationTransferRspData instantiates a new N2InformationTransferRspData 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 NewN2InformationTransferRspDataWithDefaults ¶
func NewN2InformationTransferRspDataWithDefaults() *N2InformationTransferRspData
NewN2InformationTransferRspDataWithDefaults instantiates a new N2InformationTransferRspData 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 (*N2InformationTransferRspData) GetPwsRspData ¶
func (o *N2InformationTransferRspData) GetPwsRspData() PWSResponseData
GetPwsRspData returns the PwsRspData field value if set, zero value otherwise.
func (*N2InformationTransferRspData) GetPwsRspDataOk ¶
func (o *N2InformationTransferRspData) GetPwsRspDataOk() (*PWSResponseData, bool)
GetPwsRspDataOk returns a tuple with the PwsRspData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationTransferRspData) GetResult ¶
func (o *N2InformationTransferRspData) GetResult() N2InformationTransferResult
GetResult returns the Result field value
func (*N2InformationTransferRspData) GetResultOk ¶
func (o *N2InformationTransferRspData) GetResultOk() (*N2InformationTransferResult, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*N2InformationTransferRspData) GetSupportedFeatures ¶
func (o *N2InformationTransferRspData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*N2InformationTransferRspData) GetSupportedFeaturesOk ¶
func (o *N2InformationTransferRspData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2InformationTransferRspData) HasPwsRspData ¶
func (o *N2InformationTransferRspData) HasPwsRspData() bool
HasPwsRspData returns a boolean if a field has been set.
func (*N2InformationTransferRspData) HasSupportedFeatures ¶
func (o *N2InformationTransferRspData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (N2InformationTransferRspData) MarshalJSON ¶
func (o N2InformationTransferRspData) MarshalJSON() ([]byte, error)
func (*N2InformationTransferRspData) SetPwsRspData ¶
func (o *N2InformationTransferRspData) SetPwsRspData(v PWSResponseData)
SetPwsRspData gets a reference to the given PWSResponseData and assigns it to the PwsRspData field.
func (*N2InformationTransferRspData) SetResult ¶
func (o *N2InformationTransferRspData) SetResult(v N2InformationTransferResult)
SetResult sets field value
func (*N2InformationTransferRspData) SetSupportedFeatures ¶
func (o *N2InformationTransferRspData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (N2InformationTransferRspData) ToMap ¶
func (o N2InformationTransferRspData) ToMap() (map[string]interface{}, error)
type N2RanInformation ¶
type N2RanInformation struct {
N2InfoContent N2InfoContent `json:"n2InfoContent"`
}
N2RanInformation Represents the RAN related N2 information data part
func NewN2RanInformation ¶
func NewN2RanInformation(n2InfoContent N2InfoContent) *N2RanInformation
NewN2RanInformation instantiates a new N2RanInformation 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 NewN2RanInformationWithDefaults ¶
func NewN2RanInformationWithDefaults() *N2RanInformation
NewN2RanInformationWithDefaults instantiates a new N2RanInformation 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 (*N2RanInformation) GetN2InfoContent ¶
func (o *N2RanInformation) GetN2InfoContent() N2InfoContent
GetN2InfoContent returns the N2InfoContent field value
func (*N2RanInformation) GetN2InfoContentOk ¶
func (o *N2RanInformation) GetN2InfoContentOk() (*N2InfoContent, bool)
GetN2InfoContentOk returns a tuple with the N2InfoContent field value and a boolean to check if the value has been set.
func (N2RanInformation) MarshalJSON ¶
func (o N2RanInformation) MarshalJSON() ([]byte, error)
func (*N2RanInformation) SetN2InfoContent ¶
func (o *N2RanInformation) SetN2InfoContent(v N2InfoContent)
SetN2InfoContent sets field value
func (N2RanInformation) ToMap ¶
func (o N2RanInformation) ToMap() (map[string]interface{}, error)
type N2SmInformation ¶
type N2SmInformation 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"`
N2InfoContent *N2InfoContent `json:"n2InfoContent,omitempty"`
SNssai *Snssai `json:"sNssai,omitempty"`
HomePlmnSnssai *Snssai `json:"homePlmnSnssai,omitempty"`
IwkSnssai *Snssai `json:"iwkSnssai,omitempty"`
SubjectToHo *bool `json:"subjectToHo,omitempty"`
}
N2SmInformation Represents the session management SMF related N2 information data part
func NewN2SmInformation ¶
func NewN2SmInformation(pduSessionId int32) *N2SmInformation
NewN2SmInformation instantiates a new N2SmInformation 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 NewN2SmInformationWithDefaults ¶
func NewN2SmInformationWithDefaults() *N2SmInformation
NewN2SmInformationWithDefaults instantiates a new N2SmInformation 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 (*N2SmInformation) GetHomePlmnSnssai ¶
func (o *N2SmInformation) GetHomePlmnSnssai() Snssai
GetHomePlmnSnssai returns the HomePlmnSnssai field value if set, zero value otherwise.
func (*N2SmInformation) GetHomePlmnSnssaiOk ¶
func (o *N2SmInformation) GetHomePlmnSnssaiOk() (*Snssai, bool)
GetHomePlmnSnssaiOk returns a tuple with the HomePlmnSnssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2SmInformation) GetIwkSnssai ¶
func (o *N2SmInformation) GetIwkSnssai() Snssai
GetIwkSnssai returns the IwkSnssai field value if set, zero value otherwise.
func (*N2SmInformation) GetIwkSnssaiOk ¶
func (o *N2SmInformation) GetIwkSnssaiOk() (*Snssai, bool)
GetIwkSnssaiOk returns a tuple with the IwkSnssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2SmInformation) GetN2InfoContent ¶
func (o *N2SmInformation) GetN2InfoContent() N2InfoContent
GetN2InfoContent returns the N2InfoContent field value if set, zero value otherwise.
func (*N2SmInformation) GetN2InfoContentOk ¶
func (o *N2SmInformation) GetN2InfoContentOk() (*N2InfoContent, bool)
GetN2InfoContentOk returns a tuple with the N2InfoContent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2SmInformation) GetPduSessionId ¶
func (o *N2SmInformation) GetPduSessionId() int32
GetPduSessionId returns the PduSessionId field value
func (*N2SmInformation) GetPduSessionIdOk ¶
func (o *N2SmInformation) GetPduSessionIdOk() (*int32, bool)
GetPduSessionIdOk returns a tuple with the PduSessionId field value and a boolean to check if the value has been set.
func (*N2SmInformation) GetSNssai ¶
func (o *N2SmInformation) GetSNssai() Snssai
GetSNssai returns the SNssai field value if set, zero value otherwise.
func (*N2SmInformation) GetSNssaiOk ¶
func (o *N2SmInformation) 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 (*N2SmInformation) GetSubjectToHo ¶
func (o *N2SmInformation) GetSubjectToHo() bool
GetSubjectToHo returns the SubjectToHo field value if set, zero value otherwise.
func (*N2SmInformation) GetSubjectToHoOk ¶
func (o *N2SmInformation) GetSubjectToHoOk() (*bool, bool)
GetSubjectToHoOk returns a tuple with the SubjectToHo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N2SmInformation) HasHomePlmnSnssai ¶
func (o *N2SmInformation) HasHomePlmnSnssai() bool
HasHomePlmnSnssai returns a boolean if a field has been set.
func (*N2SmInformation) HasIwkSnssai ¶
func (o *N2SmInformation) HasIwkSnssai() bool
HasIwkSnssai returns a boolean if a field has been set.
func (*N2SmInformation) HasN2InfoContent ¶
func (o *N2SmInformation) HasN2InfoContent() bool
HasN2InfoContent returns a boolean if a field has been set.
func (*N2SmInformation) HasSNssai ¶
func (o *N2SmInformation) HasSNssai() bool
HasSNssai returns a boolean if a field has been set.
func (*N2SmInformation) HasSubjectToHo ¶
func (o *N2SmInformation) HasSubjectToHo() bool
HasSubjectToHo returns a boolean if a field has been set.
func (N2SmInformation) MarshalJSON ¶
func (o N2SmInformation) MarshalJSON() ([]byte, error)
func (*N2SmInformation) SetHomePlmnSnssai ¶
func (o *N2SmInformation) SetHomePlmnSnssai(v Snssai)
SetHomePlmnSnssai gets a reference to the given Snssai and assigns it to the HomePlmnSnssai field.
func (*N2SmInformation) SetIwkSnssai ¶
func (o *N2SmInformation) SetIwkSnssai(v Snssai)
SetIwkSnssai gets a reference to the given Snssai and assigns it to the IwkSnssai field.
func (*N2SmInformation) SetN2InfoContent ¶
func (o *N2SmInformation) SetN2InfoContent(v N2InfoContent)
SetN2InfoContent gets a reference to the given N2InfoContent and assigns it to the N2InfoContent field.
func (*N2SmInformation) SetPduSessionId ¶
func (o *N2SmInformation) SetPduSessionId(v int32)
SetPduSessionId sets field value
func (*N2SmInformation) SetSNssai ¶
func (o *N2SmInformation) SetSNssai(v Snssai)
SetSNssai gets a reference to the given Snssai and assigns it to the SNssai field.
func (*N2SmInformation) SetSubjectToHo ¶
func (o *N2SmInformation) SetSubjectToHo(v bool)
SetSubjectToHo gets a reference to the given bool and assigns it to the SubjectToHo field.
func (N2SmInformation) ToMap ¶
func (o N2SmInformation) ToMap() (map[string]interface{}, error)
type N3gaLocation ¶
type N3gaLocation struct {
N3gppTai *Tai `json:"n3gppTai,omitempty"`
// This IE shall contain the N3IWF identifier received over NGAP and shall be encoded as a string of hexadecimal characters. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the N3IWF ID shall appear first in the string, and the character representing the 4 least significant bit of the N3IWF ID shall appear last in the string.
N3IwfId *string `json:"n3IwfId,omitempty"`
// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
UeIpv4Addr *string `json:"ueIpv4Addr,omitempty"`
UeIpv6Addr *Ipv6Addr `json:"ueIpv6Addr,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
PortNumber *int32 `json:"portNumber,omitempty"`
Protocol *TransportProtocol `json:"protocol,omitempty"`
TnapId *TnapId `json:"tnapId,omitempty"`
TwapId *TwapId `json:"twapId,omitempty"`
HfcNodeId *HfcNodeId `json:"hfcNodeId,omitempty"`
// string with format 'bytes' as defined in OpenAPI
Gli *string `json:"gli,omitempty"`
W5gbanLineType *LineType `json:"w5gbanLineType,omitempty"`
// Global Cable Identifier uniquely identifying the connection between the 5G-CRG or FN-CRG to the 5GS. See clause 28.15.4 of 3GPP TS 23.003. This shall be encoded as a string per clause 28.15.4 of 3GPP TS 23.003, and compliant with the syntax specified in clause 2.2 of IETF RFC 7542 for the username part of a NAI. The GCI value is specified in CableLabs WR-TR-5WWC-ARCH.
Gci *string `json:"gci,omitempty"`
}
N3gaLocation Contains the Non-3GPP access user location.
func NewN3gaLocation ¶
func NewN3gaLocation() *N3gaLocation
NewN3gaLocation instantiates a new N3gaLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewN3gaLocationWithDefaults ¶
func NewN3gaLocationWithDefaults() *N3gaLocation
NewN3gaLocationWithDefaults instantiates a new N3gaLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*N3gaLocation) GetGci ¶
func (o *N3gaLocation) GetGci() string
GetGci returns the Gci field value if set, zero value otherwise.
func (*N3gaLocation) GetGciOk ¶
func (o *N3gaLocation) GetGciOk() (*string, bool)
GetGciOk returns a tuple with the Gci field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetGli ¶
func (o *N3gaLocation) GetGli() string
GetGli returns the Gli field value if set, zero value otherwise.
func (*N3gaLocation) GetGliOk ¶
func (o *N3gaLocation) GetGliOk() (*string, bool)
GetGliOk returns a tuple with the Gli field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetHfcNodeId ¶
func (o *N3gaLocation) GetHfcNodeId() HfcNodeId
GetHfcNodeId returns the HfcNodeId field value if set, zero value otherwise.
func (*N3gaLocation) GetHfcNodeIdOk ¶
func (o *N3gaLocation) GetHfcNodeIdOk() (*HfcNodeId, bool)
GetHfcNodeIdOk returns a tuple with the HfcNodeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetN3IwfId ¶
func (o *N3gaLocation) GetN3IwfId() string
GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.
func (*N3gaLocation) GetN3IwfIdOk ¶
func (o *N3gaLocation) GetN3IwfIdOk() (*string, bool)
GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetN3gppTai ¶
func (o *N3gaLocation) GetN3gppTai() Tai
GetN3gppTai returns the N3gppTai field value if set, zero value otherwise.
func (*N3gaLocation) GetN3gppTaiOk ¶
func (o *N3gaLocation) GetN3gppTaiOk() (*Tai, bool)
GetN3gppTaiOk returns a tuple with the N3gppTai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetPortNumber ¶
func (o *N3gaLocation) GetPortNumber() int32
GetPortNumber returns the PortNumber field value if set, zero value otherwise.
func (*N3gaLocation) GetPortNumberOk ¶
func (o *N3gaLocation) GetPortNumberOk() (*int32, bool)
GetPortNumberOk returns a tuple with the PortNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetProtocol ¶
func (o *N3gaLocation) GetProtocol() TransportProtocol
GetProtocol returns the Protocol field value if set, zero value otherwise.
func (*N3gaLocation) GetProtocolOk ¶
func (o *N3gaLocation) GetProtocolOk() (*TransportProtocol, bool)
GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetTnapId ¶
func (o *N3gaLocation) GetTnapId() TnapId
GetTnapId returns the TnapId field value if set, zero value otherwise.
func (*N3gaLocation) GetTnapIdOk ¶
func (o *N3gaLocation) GetTnapIdOk() (*TnapId, bool)
GetTnapIdOk returns a tuple with the TnapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetTwapId ¶
func (o *N3gaLocation) GetTwapId() TwapId
GetTwapId returns the TwapId field value if set, zero value otherwise.
func (*N3gaLocation) GetTwapIdOk ¶
func (o *N3gaLocation) GetTwapIdOk() (*TwapId, bool)
GetTwapIdOk returns a tuple with the TwapId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetUeIpv4Addr ¶
func (o *N3gaLocation) GetUeIpv4Addr() string
GetUeIpv4Addr returns the UeIpv4Addr field value if set, zero value otherwise.
func (*N3gaLocation) GetUeIpv4AddrOk ¶
func (o *N3gaLocation) GetUeIpv4AddrOk() (*string, bool)
GetUeIpv4AddrOk returns a tuple with the UeIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetUeIpv6Addr ¶
func (o *N3gaLocation) GetUeIpv6Addr() Ipv6Addr
GetUeIpv6Addr returns the UeIpv6Addr field value if set, zero value otherwise.
func (*N3gaLocation) GetUeIpv6AddrOk ¶
func (o *N3gaLocation) GetUeIpv6AddrOk() (*Ipv6Addr, bool)
GetUeIpv6AddrOk returns a tuple with the UeIpv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) GetW5gbanLineType ¶
func (o *N3gaLocation) GetW5gbanLineType() LineType
GetW5gbanLineType returns the W5gbanLineType field value if set, zero value otherwise.
func (*N3gaLocation) GetW5gbanLineTypeOk ¶
func (o *N3gaLocation) GetW5gbanLineTypeOk() (*LineType, bool)
GetW5gbanLineTypeOk returns a tuple with the W5gbanLineType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*N3gaLocation) HasGci ¶
func (o *N3gaLocation) HasGci() bool
HasGci returns a boolean if a field has been set.
func (*N3gaLocation) HasGli ¶
func (o *N3gaLocation) HasGli() bool
HasGli returns a boolean if a field has been set.
func (*N3gaLocation) HasHfcNodeId ¶
func (o *N3gaLocation) HasHfcNodeId() bool
HasHfcNodeId returns a boolean if a field has been set.
func (*N3gaLocation) HasN3IwfId ¶
func (o *N3gaLocation) HasN3IwfId() bool
HasN3IwfId returns a boolean if a field has been set.
func (*N3gaLocation) HasN3gppTai ¶
func (o *N3gaLocation) HasN3gppTai() bool
HasN3gppTai returns a boolean if a field has been set.
func (*N3gaLocation) HasPortNumber ¶
func (o *N3gaLocation) HasPortNumber() bool
HasPortNumber returns a boolean if a field has been set.
func (*N3gaLocation) HasProtocol ¶
func (o *N3gaLocation) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (*N3gaLocation) HasTnapId ¶
func (o *N3gaLocation) HasTnapId() bool
HasTnapId returns a boolean if a field has been set.
func (*N3gaLocation) HasTwapId ¶
func (o *N3gaLocation) HasTwapId() bool
HasTwapId returns a boolean if a field has been set.
func (*N3gaLocation) HasUeIpv4Addr ¶
func (o *N3gaLocation) HasUeIpv4Addr() bool
HasUeIpv4Addr returns a boolean if a field has been set.
func (*N3gaLocation) HasUeIpv6Addr ¶
func (o *N3gaLocation) HasUeIpv6Addr() bool
HasUeIpv6Addr returns a boolean if a field has been set.
func (*N3gaLocation) HasW5gbanLineType ¶
func (o *N3gaLocation) HasW5gbanLineType() bool
HasW5gbanLineType returns a boolean if a field has been set.
func (N3gaLocation) MarshalJSON ¶
func (o N3gaLocation) MarshalJSON() ([]byte, error)
func (*N3gaLocation) SetGci ¶
func (o *N3gaLocation) SetGci(v string)
SetGci gets a reference to the given string and assigns it to the Gci field.
func (*N3gaLocation) SetGli ¶
func (o *N3gaLocation) SetGli(v string)
SetGli gets a reference to the given string and assigns it to the Gli field.
func (*N3gaLocation) SetHfcNodeId ¶
func (o *N3gaLocation) SetHfcNodeId(v HfcNodeId)
SetHfcNodeId gets a reference to the given HfcNodeId and assigns it to the HfcNodeId field.
func (*N3gaLocation) SetN3IwfId ¶
func (o *N3gaLocation) SetN3IwfId(v string)
SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.
func (*N3gaLocation) SetN3gppTai ¶
func (o *N3gaLocation) SetN3gppTai(v Tai)
SetN3gppTai gets a reference to the given Tai and assigns it to the N3gppTai field.
func (*N3gaLocation) SetPortNumber ¶
func (o *N3gaLocation) SetPortNumber(v int32)
SetPortNumber gets a reference to the given int32 and assigns it to the PortNumber field.
func (*N3gaLocation) SetProtocol ¶
func (o *N3gaLocation) SetProtocol(v TransportProtocol)
SetProtocol gets a reference to the given TransportProtocol and assigns it to the Protocol field.
func (*N3gaLocation) SetTnapId ¶
func (o *N3gaLocation) SetTnapId(v TnapId)
SetTnapId gets a reference to the given TnapId and assigns it to the TnapId field.
func (*N3gaLocation) SetTwapId ¶
func (o *N3gaLocation) SetTwapId(v TwapId)
SetTwapId gets a reference to the given TwapId and assigns it to the TwapId field.
func (*N3gaLocation) SetUeIpv4Addr ¶
func (o *N3gaLocation) SetUeIpv4Addr(v string)
SetUeIpv4Addr gets a reference to the given string and assigns it to the UeIpv4Addr field.
func (*N3gaLocation) SetUeIpv6Addr ¶
func (o *N3gaLocation) SetUeIpv6Addr(v Ipv6Addr)
SetUeIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the UeIpv6Addr field.
func (*N3gaLocation) SetW5gbanLineType ¶
func (o *N3gaLocation) SetW5gbanLineType(v LineType)
SetW5gbanLineType gets a reference to the given LineType and assigns it to the W5gbanLineType field.
func (N3gaLocation) ToMap ¶
func (o N3gaLocation) ToMap() (map[string]interface{}, error)
type NFType ¶
type NFType struct {
String *string
}
NFType NF types known to NRF
func (*NFType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type NasSecurityMode ¶
type NasSecurityMode struct {
IntegrityAlgorithm IntegrityAlgorithm `json:"integrityAlgorithm"`
CipheringAlgorithm CipheringAlgorithm `json:"cipheringAlgorithm"`
}
NasSecurityMode Indicates the NAS Security Mode
func NewNasSecurityMode ¶
func NewNasSecurityMode(integrityAlgorithm IntegrityAlgorithm, cipheringAlgorithm CipheringAlgorithm) *NasSecurityMode
NewNasSecurityMode instantiates a new NasSecurityMode 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 NewNasSecurityModeWithDefaults ¶
func NewNasSecurityModeWithDefaults() *NasSecurityMode
NewNasSecurityModeWithDefaults instantiates a new NasSecurityMode 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 (*NasSecurityMode) GetCipheringAlgorithm ¶
func (o *NasSecurityMode) GetCipheringAlgorithm() CipheringAlgorithm
GetCipheringAlgorithm returns the CipheringAlgorithm field value
func (*NasSecurityMode) GetCipheringAlgorithmOk ¶
func (o *NasSecurityMode) GetCipheringAlgorithmOk() (*CipheringAlgorithm, bool)
GetCipheringAlgorithmOk returns a tuple with the CipheringAlgorithm field value and a boolean to check if the value has been set.
func (*NasSecurityMode) GetIntegrityAlgorithm ¶
func (o *NasSecurityMode) GetIntegrityAlgorithm() IntegrityAlgorithm
GetIntegrityAlgorithm returns the IntegrityAlgorithm field value
func (*NasSecurityMode) GetIntegrityAlgorithmOk ¶
func (o *NasSecurityMode) GetIntegrityAlgorithmOk() (*IntegrityAlgorithm, bool)
GetIntegrityAlgorithmOk returns a tuple with the IntegrityAlgorithm field value and a boolean to check if the value has been set.
func (NasSecurityMode) MarshalJSON ¶
func (o NasSecurityMode) MarshalJSON() ([]byte, error)
func (*NasSecurityMode) SetCipheringAlgorithm ¶
func (o *NasSecurityMode) SetCipheringAlgorithm(v CipheringAlgorithm)
SetCipheringAlgorithm sets field value
func (*NasSecurityMode) SetIntegrityAlgorithm ¶
func (o *NasSecurityMode) SetIntegrityAlgorithm(v IntegrityAlgorithm)
SetIntegrityAlgorithm sets field value
func (NasSecurityMode) ToMap ¶
func (o NasSecurityMode) ToMap() (map[string]interface{}, error)
type Ncgi ¶
type Ncgi struct {
PlmnId PlmnId `json:"plmnId"`
// 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string.
NrCellId string `json:"nrCellId"`
// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
Nid *string `json:"nid,omitempty"`
}
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ncgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
type NetworkAreaInfo ¶
type NetworkAreaInfo struct {
// Contains a list of E-UTRA cell identities.
Ecgis []Ecgi `json:"ecgis,omitempty"`
// Contains a list of NR cell identities.
Ncgis []Ncgi `json:"ncgis,omitempty"`
// Contains a list of NG RAN nodes.
GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"`
// Contains a list of tracking area identities.
Tais []Tai `json:"tais,omitempty"`
}
NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.
func NewNetworkAreaInfo ¶
func NewNetworkAreaInfo() *NetworkAreaInfo
NewNetworkAreaInfo instantiates a new NetworkAreaInfo 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 NewNetworkAreaInfoWithDefaults ¶
func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo
NewNetworkAreaInfoWithDefaults instantiates a new NetworkAreaInfo 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 (*NetworkAreaInfo) GetEcgis ¶
func (o *NetworkAreaInfo) GetEcgis() []Ecgi
GetEcgis returns the Ecgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetEcgisOk ¶
func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetGRanNodeIds ¶
func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetGRanNodeIdsOk ¶
func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetNcgis ¶
func (o *NetworkAreaInfo) GetNcgis() []Ncgi
GetNcgis returns the Ncgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetNcgisOk ¶
func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetTais ¶
func (o *NetworkAreaInfo) GetTais() []Tai
GetTais returns the Tais field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetTaisOk ¶
func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) HasEcgis ¶
func (o *NetworkAreaInfo) HasEcgis() bool
HasEcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasGRanNodeIds ¶
func (o *NetworkAreaInfo) HasGRanNodeIds() bool
HasGRanNodeIds returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasNcgis ¶
func (o *NetworkAreaInfo) HasNcgis() bool
HasNcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasTais ¶
func (o *NetworkAreaInfo) HasTais() bool
HasTais returns a boolean if a field has been set.
func (NetworkAreaInfo) MarshalJSON ¶
func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NetworkAreaInfo) SetEcgis ¶
func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.
func (*NetworkAreaInfo) SetGRanNodeIds ¶
func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.
func (*NetworkAreaInfo) SetNcgis ¶
func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.
func (*NetworkAreaInfo) SetTais ¶
func (o *NetworkAreaInfo) SetTais(v []Tai)
SetTais gets a reference to the given []Tai and assigns it to the Tais field.
func (NetworkAreaInfo) ToMap ¶
func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
type NetworkAreaInfo1 ¶
type NetworkAreaInfo1 struct {
// Contains a list of E-UTRA cell identities.
Ecgis []Ecgi `json:"ecgis,omitempty"`
// Contains a list of NR cell identities.
Ncgis []Ncgi `json:"ncgis,omitempty"`
// Contains a list of NG RAN nodes.
GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"`
// Contains a list of tracking area identities.
Tais []Tai `json:"tais,omitempty"`
}
NetworkAreaInfo1 Describes a network area information in which the NF service consumer requests the number of UEs.
func NewNetworkAreaInfo1 ¶
func NewNetworkAreaInfo1() *NetworkAreaInfo1
NewNetworkAreaInfo1 instantiates a new NetworkAreaInfo1 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 NewNetworkAreaInfo1WithDefaults ¶
func NewNetworkAreaInfo1WithDefaults() *NetworkAreaInfo1
NewNetworkAreaInfo1WithDefaults instantiates a new NetworkAreaInfo1 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 (*NetworkAreaInfo1) GetEcgis ¶
func (o *NetworkAreaInfo1) GetEcgis() []Ecgi
GetEcgis returns the Ecgis field value if set, zero value otherwise.
func (*NetworkAreaInfo1) GetEcgisOk ¶
func (o *NetworkAreaInfo1) GetEcgisOk() ([]Ecgi, bool)
GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo1) GetGRanNodeIds ¶
func (o *NetworkAreaInfo1) GetGRanNodeIds() []GlobalRanNodeId
GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.
func (*NetworkAreaInfo1) GetGRanNodeIdsOk ¶
func (o *NetworkAreaInfo1) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo1) GetNcgis ¶
func (o *NetworkAreaInfo1) GetNcgis() []Ncgi
GetNcgis returns the Ncgis field value if set, zero value otherwise.
func (*NetworkAreaInfo1) GetNcgisOk ¶
func (o *NetworkAreaInfo1) GetNcgisOk() ([]Ncgi, bool)
GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo1) GetTais ¶
func (o *NetworkAreaInfo1) GetTais() []Tai
GetTais returns the Tais field value if set, zero value otherwise.
func (*NetworkAreaInfo1) GetTaisOk ¶
func (o *NetworkAreaInfo1) GetTaisOk() ([]Tai, bool)
GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo1) HasEcgis ¶
func (o *NetworkAreaInfo1) HasEcgis() bool
HasEcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo1) HasGRanNodeIds ¶
func (o *NetworkAreaInfo1) HasGRanNodeIds() bool
HasGRanNodeIds returns a boolean if a field has been set.
func (*NetworkAreaInfo1) HasNcgis ¶
func (o *NetworkAreaInfo1) HasNcgis() bool
HasNcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo1) HasTais ¶
func (o *NetworkAreaInfo1) HasTais() bool
HasTais returns a boolean if a field has been set.
func (NetworkAreaInfo1) MarshalJSON ¶
func (o NetworkAreaInfo1) MarshalJSON() ([]byte, error)
func (*NetworkAreaInfo1) SetEcgis ¶
func (o *NetworkAreaInfo1) SetEcgis(v []Ecgi)
SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.
func (*NetworkAreaInfo1) SetGRanNodeIds ¶
func (o *NetworkAreaInfo1) SetGRanNodeIds(v []GlobalRanNodeId)
SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.
func (*NetworkAreaInfo1) SetNcgis ¶
func (o *NetworkAreaInfo1) SetNcgis(v []Ncgi)
SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.
func (*NetworkAreaInfo1) SetTais ¶
func (o *NetworkAreaInfo1) SetTais(v []Tai)
SetTais gets a reference to the given []Tai and assigns it to the Tais field.
func (NetworkAreaInfo1) ToMap ¶
func (o NetworkAreaInfo1) ToMap() (map[string]interface{}, error)
type NetworkPerfInfo ¶
type NetworkPerfInfo struct {
NetworkArea *NetworkAreaInfo `json:"networkArea,omitempty"`
NwPerfType *NetworkPerfType `json:"nwPerfType,omitempty"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
RelativeRatio *int32 `json:"relativeRatio,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
AbsoluteNum *int32 `json:"absoluteNum,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Confidence *int32 `json:"confidence,omitempty"`
}
NetworkPerfInfo Represents the network performance information.
func NewNetworkPerfInfo ¶
func NewNetworkPerfInfo() *NetworkPerfInfo
NewNetworkPerfInfo instantiates a new NetworkPerfInfo 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 NewNetworkPerfInfoWithDefaults ¶
func NewNetworkPerfInfoWithDefaults() *NetworkPerfInfo
NewNetworkPerfInfoWithDefaults instantiates a new NetworkPerfInfo 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 (*NetworkPerfInfo) GetAbsoluteNum ¶
func (o *NetworkPerfInfo) GetAbsoluteNum() int32
GetAbsoluteNum returns the AbsoluteNum field value if set, zero value otherwise.
func (*NetworkPerfInfo) GetAbsoluteNumOk ¶
func (o *NetworkPerfInfo) GetAbsoluteNumOk() (*int32, bool)
GetAbsoluteNumOk returns a tuple with the AbsoluteNum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkPerfInfo) GetConfidence ¶
func (o *NetworkPerfInfo) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*NetworkPerfInfo) GetConfidenceOk ¶
func (o *NetworkPerfInfo) 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 (*NetworkPerfInfo) GetNetworkArea ¶
func (o *NetworkPerfInfo) GetNetworkArea() NetworkAreaInfo
GetNetworkArea returns the NetworkArea field value if set, zero value otherwise.
func (*NetworkPerfInfo) GetNetworkAreaOk ¶
func (o *NetworkPerfInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
GetNetworkAreaOk returns a tuple with the NetworkArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkPerfInfo) GetNwPerfType ¶
func (o *NetworkPerfInfo) GetNwPerfType() NetworkPerfType
GetNwPerfType returns the NwPerfType field value if set, zero value otherwise.
func (*NetworkPerfInfo) GetNwPerfTypeOk ¶
func (o *NetworkPerfInfo) GetNwPerfTypeOk() (*NetworkPerfType, bool)
GetNwPerfTypeOk returns a tuple with the NwPerfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkPerfInfo) GetRelativeRatio ¶
func (o *NetworkPerfInfo) GetRelativeRatio() int32
GetRelativeRatio returns the RelativeRatio field value if set, zero value otherwise.
func (*NetworkPerfInfo) GetRelativeRatioOk ¶
func (o *NetworkPerfInfo) GetRelativeRatioOk() (*int32, bool)
GetRelativeRatioOk returns a tuple with the RelativeRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkPerfInfo) HasAbsoluteNum ¶
func (o *NetworkPerfInfo) HasAbsoluteNum() bool
HasAbsoluteNum returns a boolean if a field has been set.
func (*NetworkPerfInfo) HasConfidence ¶
func (o *NetworkPerfInfo) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*NetworkPerfInfo) HasNetworkArea ¶
func (o *NetworkPerfInfo) HasNetworkArea() bool
HasNetworkArea returns a boolean if a field has been set.
func (*NetworkPerfInfo) HasNwPerfType ¶
func (o *NetworkPerfInfo) HasNwPerfType() bool
HasNwPerfType returns a boolean if a field has been set.
func (*NetworkPerfInfo) HasRelativeRatio ¶
func (o *NetworkPerfInfo) HasRelativeRatio() bool
HasRelativeRatio returns a boolean if a field has been set.
func (NetworkPerfInfo) MarshalJSON ¶
func (o NetworkPerfInfo) MarshalJSON() ([]byte, error)
func (*NetworkPerfInfo) SetAbsoluteNum ¶
func (o *NetworkPerfInfo) SetAbsoluteNum(v int32)
SetAbsoluteNum gets a reference to the given int32 and assigns it to the AbsoluteNum field.
func (*NetworkPerfInfo) SetConfidence ¶
func (o *NetworkPerfInfo) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*NetworkPerfInfo) SetNetworkArea ¶
func (o *NetworkPerfInfo) SetNetworkArea(v NetworkAreaInfo)
SetNetworkArea gets a reference to the given NetworkAreaInfo and assigns it to the NetworkArea field.
func (*NetworkPerfInfo) SetNwPerfType ¶
func (o *NetworkPerfInfo) SetNwPerfType(v NetworkPerfType)
SetNwPerfType gets a reference to the given NetworkPerfType and assigns it to the NwPerfType field.
func (*NetworkPerfInfo) SetRelativeRatio ¶
func (o *NetworkPerfInfo) SetRelativeRatio(v int32)
SetRelativeRatio gets a reference to the given int32 and assigns it to the RelativeRatio field.
func (NetworkPerfInfo) ToMap ¶
func (o NetworkPerfInfo) ToMap() (map[string]interface{}, error)
type NetworkPerfRequirement ¶
type NetworkPerfRequirement struct {
NwPerfType NetworkPerfType `json:"nwPerfType"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
RelativeRatio *int32 `json:"relativeRatio,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
AbsoluteNum *int32 `json:"absoluteNum,omitempty"`
}
NetworkPerfRequirement Represents a network performance requirement.
func NewNetworkPerfRequirement ¶
func NewNetworkPerfRequirement(nwPerfType NetworkPerfType) *NetworkPerfRequirement
NewNetworkPerfRequirement instantiates a new NetworkPerfRequirement 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 NewNetworkPerfRequirementWithDefaults ¶
func NewNetworkPerfRequirementWithDefaults() *NetworkPerfRequirement
NewNetworkPerfRequirementWithDefaults instantiates a new NetworkPerfRequirement 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 (*NetworkPerfRequirement) GetAbsoluteNum ¶
func (o *NetworkPerfRequirement) GetAbsoluteNum() int32
GetAbsoluteNum returns the AbsoluteNum field value if set, zero value otherwise.
func (*NetworkPerfRequirement) GetAbsoluteNumOk ¶
func (o *NetworkPerfRequirement) GetAbsoluteNumOk() (*int32, bool)
GetAbsoluteNumOk returns a tuple with the AbsoluteNum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkPerfRequirement) GetNwPerfType ¶
func (o *NetworkPerfRequirement) GetNwPerfType() NetworkPerfType
GetNwPerfType returns the NwPerfType field value
func (*NetworkPerfRequirement) GetNwPerfTypeOk ¶
func (o *NetworkPerfRequirement) GetNwPerfTypeOk() (*NetworkPerfType, bool)
GetNwPerfTypeOk returns a tuple with the NwPerfType field value and a boolean to check if the value has been set.
func (*NetworkPerfRequirement) GetRelativeRatio ¶
func (o *NetworkPerfRequirement) GetRelativeRatio() int32
GetRelativeRatio returns the RelativeRatio field value if set, zero value otherwise.
func (*NetworkPerfRequirement) GetRelativeRatioOk ¶
func (o *NetworkPerfRequirement) GetRelativeRatioOk() (*int32, bool)
GetRelativeRatioOk returns a tuple with the RelativeRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkPerfRequirement) HasAbsoluteNum ¶
func (o *NetworkPerfRequirement) HasAbsoluteNum() bool
HasAbsoluteNum returns a boolean if a field has been set.
func (*NetworkPerfRequirement) HasRelativeRatio ¶
func (o *NetworkPerfRequirement) HasRelativeRatio() bool
HasRelativeRatio returns a boolean if a field has been set.
func (NetworkPerfRequirement) MarshalJSON ¶
func (o NetworkPerfRequirement) MarshalJSON() ([]byte, error)
func (*NetworkPerfRequirement) SetAbsoluteNum ¶
func (o *NetworkPerfRequirement) SetAbsoluteNum(v int32)
SetAbsoluteNum gets a reference to the given int32 and assigns it to the AbsoluteNum field.
func (*NetworkPerfRequirement) SetNwPerfType ¶
func (o *NetworkPerfRequirement) SetNwPerfType(v NetworkPerfType)
SetNwPerfType sets field value
func (*NetworkPerfRequirement) SetRelativeRatio ¶
func (o *NetworkPerfRequirement) SetRelativeRatio(v int32)
SetRelativeRatio gets a reference to the given int32 and assigns it to the RelativeRatio field.
func (NetworkPerfRequirement) ToMap ¶
func (o NetworkPerfRequirement) ToMap() (map[string]interface{}, error)
type NetworkPerfType ¶
type NetworkPerfType struct {
String *string
}
NetworkPerfType Possible values are: - GNB_ACTIVE_RATIO: Indicates that the network performance requirement is gNodeB active (i.e. up and running) rate. Indicates the ratio of gNB active (i.e. up and running) number to the total number of gNB - GNB_COMPUTING_USAGE: Indicates gNodeB computing resource usage. - GNB_MEMORY_USAGE: Indicates gNodeB memory usage. - GNB_DISK_USAGE: Indicates gNodeB disk usage. - NUM_OF_UE: Indicates number of UEs. - SESS_SUCC_RATIO: Indicates ratio of successful setup of PDU sessions to total PDU session setup attempts. - HO_SUCC_RATIO: Indicates Ratio of successful handovers to the total handover attempts.
func (*NetworkPerfType) MarshalJSON ¶
func (src *NetworkPerfType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NetworkPerfType) UnmarshalJSON ¶
func (dst *NetworkPerfType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NfLoadLevelInformation ¶
type NfLoadLevelInformation struct {
NfType *NFType `json:"nfType,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.
NfInstanceId *string `json:"nfInstanceId,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.
NfSetId *string `json:"nfSetId,omitempty"`
NfStatus *NfStatus `json:"nfStatus,omitempty"`
NfCpuUsage *int32 `json:"nfCpuUsage,omitempty"`
NfMemoryUsage *int32 `json:"nfMemoryUsage,omitempty"`
NfStorageUsage *int32 `json:"nfStorageUsage,omitempty"`
NfLoadLevelAverage *int32 `json:"nfLoadLevelAverage,omitempty"`
NfLoadLevelpeak *int32 `json:"nfLoadLevelpeak,omitempty"`
NfLoadAvgInAoi *int32 `json:"nfLoadAvgInAoi,omitempty"`
Snssai *Snssai `json:"snssai,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Confidence *int32 `json:"confidence,omitempty"`
}
NfLoadLevelInformation Represents load level information of a given NF instance.
func NewNfLoadLevelInformation ¶
func NewNfLoadLevelInformation() *NfLoadLevelInformation
NewNfLoadLevelInformation instantiates a new NfLoadLevelInformation 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 NewNfLoadLevelInformationWithDefaults ¶
func NewNfLoadLevelInformationWithDefaults() *NfLoadLevelInformation
NewNfLoadLevelInformationWithDefaults instantiates a new NfLoadLevelInformation 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 (*NfLoadLevelInformation) GetConfidence ¶
func (o *NfLoadLevelInformation) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetConfidenceOk ¶
func (o *NfLoadLevelInformation) 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 (*NfLoadLevelInformation) GetNfCpuUsage ¶
func (o *NfLoadLevelInformation) GetNfCpuUsage() int32
GetNfCpuUsage returns the NfCpuUsage field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetNfCpuUsageOk ¶
func (o *NfLoadLevelInformation) GetNfCpuUsageOk() (*int32, bool)
GetNfCpuUsageOk returns a tuple with the NfCpuUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NfLoadLevelInformation) GetNfInstanceId ¶
func (o *NfLoadLevelInformation) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetNfInstanceIdOk ¶
func (o *NfLoadLevelInformation) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NfLoadLevelInformation) GetNfLoadAvgInAoi ¶
func (o *NfLoadLevelInformation) GetNfLoadAvgInAoi() int32
GetNfLoadAvgInAoi returns the NfLoadAvgInAoi field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetNfLoadAvgInAoiOk ¶
func (o *NfLoadLevelInformation) GetNfLoadAvgInAoiOk() (*int32, bool)
GetNfLoadAvgInAoiOk returns a tuple with the NfLoadAvgInAoi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NfLoadLevelInformation) GetNfLoadLevelAverage ¶
func (o *NfLoadLevelInformation) GetNfLoadLevelAverage() int32
GetNfLoadLevelAverage returns the NfLoadLevelAverage field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetNfLoadLevelAverageOk ¶
func (o *NfLoadLevelInformation) GetNfLoadLevelAverageOk() (*int32, bool)
GetNfLoadLevelAverageOk returns a tuple with the NfLoadLevelAverage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NfLoadLevelInformation) GetNfLoadLevelpeak ¶
func (o *NfLoadLevelInformation) GetNfLoadLevelpeak() int32
GetNfLoadLevelpeak returns the NfLoadLevelpeak field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetNfLoadLevelpeakOk ¶
func (o *NfLoadLevelInformation) GetNfLoadLevelpeakOk() (*int32, bool)
GetNfLoadLevelpeakOk returns a tuple with the NfLoadLevelpeak field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NfLoadLevelInformation) GetNfMemoryUsage ¶
func (o *NfLoadLevelInformation) GetNfMemoryUsage() int32
GetNfMemoryUsage returns the NfMemoryUsage field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetNfMemoryUsageOk ¶
func (o *NfLoadLevelInformation) GetNfMemoryUsageOk() (*int32, bool)
GetNfMemoryUsageOk returns a tuple with the NfMemoryUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NfLoadLevelInformation) GetNfSetId ¶
func (o *NfLoadLevelInformation) GetNfSetId() string
GetNfSetId returns the NfSetId field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetNfSetIdOk ¶
func (o *NfLoadLevelInformation) GetNfSetIdOk() (*string, bool)
GetNfSetIdOk returns a tuple with the NfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NfLoadLevelInformation) GetNfStatus ¶
func (o *NfLoadLevelInformation) GetNfStatus() NfStatus
GetNfStatus returns the NfStatus field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetNfStatusOk ¶
func (o *NfLoadLevelInformation) GetNfStatusOk() (*NfStatus, bool)
GetNfStatusOk returns a tuple with the NfStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NfLoadLevelInformation) GetNfStorageUsage ¶
func (o *NfLoadLevelInformation) GetNfStorageUsage() int32
GetNfStorageUsage returns the NfStorageUsage field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetNfStorageUsageOk ¶
func (o *NfLoadLevelInformation) GetNfStorageUsageOk() (*int32, bool)
GetNfStorageUsageOk returns a tuple with the NfStorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NfLoadLevelInformation) GetNfType ¶
func (o *NfLoadLevelInformation) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetNfTypeOk ¶
func (o *NfLoadLevelInformation) 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 (*NfLoadLevelInformation) GetSnssai ¶
func (o *NfLoadLevelInformation) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*NfLoadLevelInformation) GetSnssaiOk ¶
func (o *NfLoadLevelInformation) 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 (*NfLoadLevelInformation) HasConfidence ¶
func (o *NfLoadLevelInformation) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasNfCpuUsage ¶
func (o *NfLoadLevelInformation) HasNfCpuUsage() bool
HasNfCpuUsage returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasNfInstanceId ¶
func (o *NfLoadLevelInformation) HasNfInstanceId() bool
HasNfInstanceId returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasNfLoadAvgInAoi ¶
func (o *NfLoadLevelInformation) HasNfLoadAvgInAoi() bool
HasNfLoadAvgInAoi returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasNfLoadLevelAverage ¶
func (o *NfLoadLevelInformation) HasNfLoadLevelAverage() bool
HasNfLoadLevelAverage returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasNfLoadLevelpeak ¶
func (o *NfLoadLevelInformation) HasNfLoadLevelpeak() bool
HasNfLoadLevelpeak returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasNfMemoryUsage ¶
func (o *NfLoadLevelInformation) HasNfMemoryUsage() bool
HasNfMemoryUsage returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasNfSetId ¶
func (o *NfLoadLevelInformation) HasNfSetId() bool
HasNfSetId returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasNfStatus ¶
func (o *NfLoadLevelInformation) HasNfStatus() bool
HasNfStatus returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasNfStorageUsage ¶
func (o *NfLoadLevelInformation) HasNfStorageUsage() bool
HasNfStorageUsage returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasNfType ¶
func (o *NfLoadLevelInformation) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*NfLoadLevelInformation) HasSnssai ¶
func (o *NfLoadLevelInformation) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (NfLoadLevelInformation) MarshalJSON ¶
func (o NfLoadLevelInformation) MarshalJSON() ([]byte, error)
func (*NfLoadLevelInformation) SetConfidence ¶
func (o *NfLoadLevelInformation) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*NfLoadLevelInformation) SetNfCpuUsage ¶
func (o *NfLoadLevelInformation) SetNfCpuUsage(v int32)
SetNfCpuUsage gets a reference to the given int32 and assigns it to the NfCpuUsage field.
func (*NfLoadLevelInformation) SetNfInstanceId ¶
func (o *NfLoadLevelInformation) SetNfInstanceId(v string)
SetNfInstanceId gets a reference to the given string and assigns it to the NfInstanceId field.
func (*NfLoadLevelInformation) SetNfLoadAvgInAoi ¶
func (o *NfLoadLevelInformation) SetNfLoadAvgInAoi(v int32)
SetNfLoadAvgInAoi gets a reference to the given int32 and assigns it to the NfLoadAvgInAoi field.
func (*NfLoadLevelInformation) SetNfLoadLevelAverage ¶
func (o *NfLoadLevelInformation) SetNfLoadLevelAverage(v int32)
SetNfLoadLevelAverage gets a reference to the given int32 and assigns it to the NfLoadLevelAverage field.
func (*NfLoadLevelInformation) SetNfLoadLevelpeak ¶
func (o *NfLoadLevelInformation) SetNfLoadLevelpeak(v int32)
SetNfLoadLevelpeak gets a reference to the given int32 and assigns it to the NfLoadLevelpeak field.
func (*NfLoadLevelInformation) SetNfMemoryUsage ¶
func (o *NfLoadLevelInformation) SetNfMemoryUsage(v int32)
SetNfMemoryUsage gets a reference to the given int32 and assigns it to the NfMemoryUsage field.
func (*NfLoadLevelInformation) SetNfSetId ¶
func (o *NfLoadLevelInformation) SetNfSetId(v string)
SetNfSetId gets a reference to the given string and assigns it to the NfSetId field.
func (*NfLoadLevelInformation) SetNfStatus ¶
func (o *NfLoadLevelInformation) SetNfStatus(v NfStatus)
SetNfStatus gets a reference to the given NfStatus and assigns it to the NfStatus field.
func (*NfLoadLevelInformation) SetNfStorageUsage ¶
func (o *NfLoadLevelInformation) SetNfStorageUsage(v int32)
SetNfStorageUsage gets a reference to the given int32 and assigns it to the NfStorageUsage field.
func (*NfLoadLevelInformation) SetNfType ¶
func (o *NfLoadLevelInformation) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*NfLoadLevelInformation) SetSnssai ¶
func (o *NfLoadLevelInformation) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (NfLoadLevelInformation) ToMap ¶
func (o NfLoadLevelInformation) ToMap() (map[string]interface{}, error)
type NfStatus ¶
type NfStatus struct {
Interface *interface{}
}
NfStatus Contains the percentage of time spent on various NF states.
func (*NfStatus) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NfStatus) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type NgApCause ¶
type NgApCause struct {
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Group int32 `json:"group"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Value int32 `json:"value"`
}
NgApCause Represents the NGAP cause.
func NewNgApCause ¶
NewNgApCause instantiates a new NgApCause object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNgApCauseWithDefaults ¶
func NewNgApCauseWithDefaults() *NgApCause
NewNgApCauseWithDefaults instantiates a new NgApCause object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NgApCause) GetGroupOk ¶
GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.
func (*NgApCause) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (NgApCause) MarshalJSON ¶
type NgKsi ¶
NgKsi Represents the ngKSI
func NewNgKsi ¶
NewNgKsi instantiates a new NgKsi 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 NewNgKsiWithDefaults ¶
func NewNgKsiWithDefaults() *NgKsi
NewNgKsiWithDefaults instantiates a new NgKsi 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 (*NgKsi) GetKsiOk ¶
GetKsiOk returns a tuple with the Ksi field value and a boolean to check if the value has been set.
func (*NgKsi) GetTscOk ¶
GetTscOk returns a tuple with the Tsc field value and a boolean to check if the value has been set.
func (NgKsi) MarshalJSON ¶
type NgRanTargetId ¶
type NgRanTargetId struct {
RanNodeId GlobalRanNodeId `json:"ranNodeId"`
Tai Tai `json:"tai"`
}
NgRanTargetId Indicates a NG RAN as target of the handover
func NewNgRanTargetId ¶
func NewNgRanTargetId(ranNodeId GlobalRanNodeId, tai Tai) *NgRanTargetId
NewNgRanTargetId instantiates a new NgRanTargetId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNgRanTargetIdWithDefaults ¶
func NewNgRanTargetIdWithDefaults() *NgRanTargetId
NewNgRanTargetIdWithDefaults instantiates a new NgRanTargetId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NgRanTargetId) GetRanNodeId ¶
func (o *NgRanTargetId) GetRanNodeId() GlobalRanNodeId
GetRanNodeId returns the RanNodeId field value
func (*NgRanTargetId) GetRanNodeIdOk ¶
func (o *NgRanTargetId) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
GetRanNodeIdOk returns a tuple with the RanNodeId field value and a boolean to check if the value has been set.
func (*NgRanTargetId) GetTai ¶
func (o *NgRanTargetId) GetTai() Tai
GetTai returns the Tai field value
func (*NgRanTargetId) GetTaiOk ¶
func (o *NgRanTargetId) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value and a boolean to check if the value has been set.
func (NgRanTargetId) MarshalJSON ¶
func (o NgRanTargetId) MarshalJSON() ([]byte, error)
func (*NgRanTargetId) SetRanNodeId ¶
func (o *NgRanTargetId) SetRanNodeId(v GlobalRanNodeId)
SetRanNodeId sets field value
func (NgRanTargetId) ToMap ¶
func (o NgRanTargetId) ToMap() (map[string]interface{}, error)
type NgapIeType ¶
type NgapIeType struct {
String *string
}
NgapIeType Indicates the supported NGAP IE types
func (*NgapIeType) MarshalJSON ¶
func (src *NgapIeType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NgapIeType) UnmarshalJSON ¶
func (dst *NgapIeType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NnwdafEventsSubscription ¶
type NnwdafEventsSubscription struct {
// Subscribed events
EventSubscriptions []EventSubscription `json:"eventSubscriptions"`
EvtReq *ReportingInformation `json:"evtReq,omitempty"`
// String providing an URI formatted according to RFC 3986.
NotificationURI *string `json:"notificationURI,omitempty"`
// Notification correlation identifier.
NotifCorrId *string `json:"notifCorrId,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
EventNotifications []EventNotification `json:"eventNotifications,omitempty"`
FailEventReports []FailureEventInfo `json:"failEventReports,omitempty"`
PrevSub *PrevSubInfo `json:"prevSub,omitempty"`
ConsNfInfo *ConsumerNfInformation `json:"consNfInfo,omitempty"`
}
NnwdafEventsSubscription Represents an Individual NWDAF Event Subscription resource.
func NewNnwdafEventsSubscription ¶
func NewNnwdafEventsSubscription(eventSubscriptions []EventSubscription) *NnwdafEventsSubscription
NewNnwdafEventsSubscription instantiates a new NnwdafEventsSubscription 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 NewNnwdafEventsSubscriptionWithDefaults ¶
func NewNnwdafEventsSubscriptionWithDefaults() *NnwdafEventsSubscription
NewNnwdafEventsSubscriptionWithDefaults instantiates a new NnwdafEventsSubscription 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 (*NnwdafEventsSubscription) GetConsNfInfo ¶
func (o *NnwdafEventsSubscription) GetConsNfInfo() ConsumerNfInformation
GetConsNfInfo returns the ConsNfInfo field value if set, zero value otherwise.
func (*NnwdafEventsSubscription) GetConsNfInfoOk ¶
func (o *NnwdafEventsSubscription) GetConsNfInfoOk() (*ConsumerNfInformation, bool)
GetConsNfInfoOk returns a tuple with the ConsNfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NnwdafEventsSubscription) GetEventNotifications ¶
func (o *NnwdafEventsSubscription) GetEventNotifications() []EventNotification
GetEventNotifications returns the EventNotifications field value if set, zero value otherwise.
func (*NnwdafEventsSubscription) GetEventNotificationsOk ¶
func (o *NnwdafEventsSubscription) GetEventNotificationsOk() ([]EventNotification, bool)
GetEventNotificationsOk returns a tuple with the EventNotifications field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NnwdafEventsSubscription) GetEventSubscriptions ¶
func (o *NnwdafEventsSubscription) GetEventSubscriptions() []EventSubscription
GetEventSubscriptions returns the EventSubscriptions field value
func (*NnwdafEventsSubscription) GetEventSubscriptionsOk ¶
func (o *NnwdafEventsSubscription) GetEventSubscriptionsOk() ([]EventSubscription, bool)
GetEventSubscriptionsOk returns a tuple with the EventSubscriptions field value and a boolean to check if the value has been set.
func (*NnwdafEventsSubscription) GetEvtReq ¶
func (o *NnwdafEventsSubscription) GetEvtReq() ReportingInformation
GetEvtReq returns the EvtReq field value if set, zero value otherwise.
func (*NnwdafEventsSubscription) GetEvtReqOk ¶
func (o *NnwdafEventsSubscription) GetEvtReqOk() (*ReportingInformation, bool)
GetEvtReqOk returns a tuple with the EvtReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NnwdafEventsSubscription) GetFailEventReports ¶
func (o *NnwdafEventsSubscription) GetFailEventReports() []FailureEventInfo
GetFailEventReports returns the FailEventReports field value if set, zero value otherwise.
func (*NnwdafEventsSubscription) GetFailEventReportsOk ¶
func (o *NnwdafEventsSubscription) GetFailEventReportsOk() ([]FailureEventInfo, bool)
GetFailEventReportsOk returns a tuple with the FailEventReports field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NnwdafEventsSubscription) GetNotifCorrId ¶
func (o *NnwdafEventsSubscription) GetNotifCorrId() string
GetNotifCorrId returns the NotifCorrId field value if set, zero value otherwise.
func (*NnwdafEventsSubscription) GetNotifCorrIdOk ¶
func (o *NnwdafEventsSubscription) GetNotifCorrIdOk() (*string, bool)
GetNotifCorrIdOk returns a tuple with the NotifCorrId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NnwdafEventsSubscription) GetNotificationURI ¶
func (o *NnwdafEventsSubscription) GetNotificationURI() string
GetNotificationURI returns the NotificationURI field value if set, zero value otherwise.
func (*NnwdafEventsSubscription) GetNotificationURIOk ¶
func (o *NnwdafEventsSubscription) GetNotificationURIOk() (*string, bool)
GetNotificationURIOk returns a tuple with the NotificationURI field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NnwdafEventsSubscription) GetPrevSub ¶
func (o *NnwdafEventsSubscription) GetPrevSub() PrevSubInfo
GetPrevSub returns the PrevSub field value if set, zero value otherwise.
func (*NnwdafEventsSubscription) GetPrevSubOk ¶
func (o *NnwdafEventsSubscription) GetPrevSubOk() (*PrevSubInfo, bool)
GetPrevSubOk returns a tuple with the PrevSub field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NnwdafEventsSubscription) GetSupportedFeatures ¶
func (o *NnwdafEventsSubscription) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*NnwdafEventsSubscription) GetSupportedFeaturesOk ¶
func (o *NnwdafEventsSubscription) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NnwdafEventsSubscription) HasConsNfInfo ¶
func (o *NnwdafEventsSubscription) HasConsNfInfo() bool
HasConsNfInfo returns a boolean if a field has been set.
func (*NnwdafEventsSubscription) HasEventNotifications ¶
func (o *NnwdafEventsSubscription) HasEventNotifications() bool
HasEventNotifications returns a boolean if a field has been set.
func (*NnwdafEventsSubscription) HasEvtReq ¶
func (o *NnwdafEventsSubscription) HasEvtReq() bool
HasEvtReq returns a boolean if a field has been set.
func (*NnwdafEventsSubscription) HasFailEventReports ¶
func (o *NnwdafEventsSubscription) HasFailEventReports() bool
HasFailEventReports returns a boolean if a field has been set.
func (*NnwdafEventsSubscription) HasNotifCorrId ¶
func (o *NnwdafEventsSubscription) HasNotifCorrId() bool
HasNotifCorrId returns a boolean if a field has been set.
func (*NnwdafEventsSubscription) HasNotificationURI ¶
func (o *NnwdafEventsSubscription) HasNotificationURI() bool
HasNotificationURI returns a boolean if a field has been set.
func (*NnwdafEventsSubscription) HasPrevSub ¶
func (o *NnwdafEventsSubscription) HasPrevSub() bool
HasPrevSub returns a boolean if a field has been set.
func (*NnwdafEventsSubscription) HasSupportedFeatures ¶
func (o *NnwdafEventsSubscription) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (NnwdafEventsSubscription) MarshalJSON ¶
func (o NnwdafEventsSubscription) MarshalJSON() ([]byte, error)
func (*NnwdafEventsSubscription) SetConsNfInfo ¶
func (o *NnwdafEventsSubscription) SetConsNfInfo(v ConsumerNfInformation)
SetConsNfInfo gets a reference to the given ConsumerNfInformation and assigns it to the ConsNfInfo field.
func (*NnwdafEventsSubscription) SetEventNotifications ¶
func (o *NnwdafEventsSubscription) SetEventNotifications(v []EventNotification)
SetEventNotifications gets a reference to the given []EventNotification and assigns it to the EventNotifications field.
func (*NnwdafEventsSubscription) SetEventSubscriptions ¶
func (o *NnwdafEventsSubscription) SetEventSubscriptions(v []EventSubscription)
SetEventSubscriptions sets field value
func (*NnwdafEventsSubscription) SetEvtReq ¶
func (o *NnwdafEventsSubscription) SetEvtReq(v ReportingInformation)
SetEvtReq gets a reference to the given ReportingInformation and assigns it to the EvtReq field.
func (*NnwdafEventsSubscription) SetFailEventReports ¶
func (o *NnwdafEventsSubscription) SetFailEventReports(v []FailureEventInfo)
SetFailEventReports gets a reference to the given []FailureEventInfo and assigns it to the FailEventReports field.
func (*NnwdafEventsSubscription) SetNotifCorrId ¶
func (o *NnwdafEventsSubscription) SetNotifCorrId(v string)
SetNotifCorrId gets a reference to the given string and assigns it to the NotifCorrId field.
func (*NnwdafEventsSubscription) SetNotificationURI ¶
func (o *NnwdafEventsSubscription) SetNotificationURI(v string)
SetNotificationURI gets a reference to the given string and assigns it to the NotificationURI field.
func (*NnwdafEventsSubscription) SetPrevSub ¶
func (o *NnwdafEventsSubscription) SetPrevSub(v PrevSubInfo)
SetPrevSub gets a reference to the given PrevSubInfo and assigns it to the PrevSub field.
func (*NnwdafEventsSubscription) SetSupportedFeatures ¶
func (o *NnwdafEventsSubscription) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (NnwdafEventsSubscription) ToMap ¶
func (o NnwdafEventsSubscription) ToMap() (map[string]interface{}, error)
type NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService ¶
type NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService service
NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService NonUEN2MessageNotificationIndividualSubscriptionDocumentApi service
func (*NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService) NonUeN2InfoUnSubscribe ¶
func (a *NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService) NonUeN2InfoUnSubscribe(ctx context.Context, n2NotifySubscriptionId string) ApiNonUeN2InfoUnSubscribeRequest
NonUeN2InfoUnSubscribe Namf_Communication Non UE N2 Info UnSubscribe service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param n2NotifySubscriptionId N2 info Subscription Identifier @return ApiNonUeN2InfoUnSubscribeRequest
func (*NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService) NonUeN2InfoUnSubscribeExecute ¶
func (a *NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService) NonUeN2InfoUnSubscribeExecute(r ApiNonUeN2InfoUnSubscribeRequest) (*http.Response, error)
Execute executes the request
type NonUEN2MessagesCollectionCollectionApiService ¶
type NonUEN2MessagesCollectionCollectionApiService service
NonUEN2MessagesCollectionCollectionApiService NonUEN2MessagesCollectionCollectionApi service
func (*NonUEN2MessagesCollectionCollectionApiService) NonUeN2MessageTransfer ¶
func (a *NonUEN2MessagesCollectionCollectionApiService) NonUeN2MessageTransfer(ctx context.Context) ApiNonUeN2MessageTransferRequest
NonUeN2MessageTransfer Namf_Communication Non UE N2 Message Transfer service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiNonUeN2MessageTransferRequest
func (*NonUEN2MessagesCollectionCollectionApiService) NonUeN2MessageTransferExecute ¶
func (a *NonUEN2MessagesCollectionCollectionApiService) NonUeN2MessageTransferExecute(r ApiNonUeN2MessageTransferRequest) (*N2InformationTransferRspData, *http.Response, error)
Execute executes the request
@return N2InformationTransferRspData
type NonUEN2MessagesSubscriptionsCollectionCollectionApiService ¶
type NonUEN2MessagesSubscriptionsCollectionCollectionApiService service
NonUEN2MessagesSubscriptionsCollectionCollectionApiService NonUEN2MessagesSubscriptionsCollectionCollectionApi service
func (*NonUEN2MessagesSubscriptionsCollectionCollectionApiService) NonUeN2InfoSubscribe ¶
func (a *NonUEN2MessagesSubscriptionsCollectionCollectionApiService) NonUeN2InfoSubscribe(ctx context.Context) ApiNonUeN2InfoSubscribeRequest
NonUeN2InfoSubscribe Namf_Communication Non UE N2 Info Subscribe service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiNonUeN2InfoSubscribeRequest
func (*NonUEN2MessagesSubscriptionsCollectionCollectionApiService) NonUeN2InfoSubscribeExecute ¶
func (a *NonUEN2MessagesSubscriptionsCollectionCollectionApiService) NonUeN2InfoSubscribeExecute(r ApiNonUeN2InfoSubscribeRequest) (*NonUeN2InfoSubscriptionCreatedData, *http.Response, error)
Execute executes the request
@return NonUeN2InfoSubscriptionCreatedData
type NonUeN2InfoNotifyRequest ¶
type NonUeN2InfoNotifyRequest struct {
JsonData *N2InformationNotification `json:"jsonData,omitempty"`
BinaryDataN2Information **os.File `json:"binaryDataN2Information,omitempty"`
}
NonUeN2InfoNotifyRequest struct for NonUeN2InfoNotifyRequest
func NewNonUeN2InfoNotifyRequest ¶
func NewNonUeN2InfoNotifyRequest() *NonUeN2InfoNotifyRequest
NewNonUeN2InfoNotifyRequest instantiates a new NonUeN2InfoNotifyRequest 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 NewNonUeN2InfoNotifyRequestWithDefaults ¶
func NewNonUeN2InfoNotifyRequestWithDefaults() *NonUeN2InfoNotifyRequest
NewNonUeN2InfoNotifyRequestWithDefaults instantiates a new NonUeN2InfoNotifyRequest 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 (*NonUeN2InfoNotifyRequest) GetBinaryDataN2Information ¶
func (o *NonUeN2InfoNotifyRequest) GetBinaryDataN2Information() *os.File
GetBinaryDataN2Information returns the BinaryDataN2Information field value if set, zero value otherwise.
func (*NonUeN2InfoNotifyRequest) GetBinaryDataN2InformationOk ¶
func (o *NonUeN2InfoNotifyRequest) GetBinaryDataN2InformationOk() (**os.File, bool)
GetBinaryDataN2InformationOk returns a tuple with the BinaryDataN2Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonUeN2InfoNotifyRequest) GetJsonData ¶
func (o *NonUeN2InfoNotifyRequest) GetJsonData() N2InformationNotification
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*NonUeN2InfoNotifyRequest) GetJsonDataOk ¶
func (o *NonUeN2InfoNotifyRequest) GetJsonDataOk() (*N2InformationNotification, 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 (*NonUeN2InfoNotifyRequest) HasBinaryDataN2Information ¶
func (o *NonUeN2InfoNotifyRequest) HasBinaryDataN2Information() bool
HasBinaryDataN2Information returns a boolean if a field has been set.
func (*NonUeN2InfoNotifyRequest) HasJsonData ¶
func (o *NonUeN2InfoNotifyRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (NonUeN2InfoNotifyRequest) MarshalJSON ¶
func (o NonUeN2InfoNotifyRequest) MarshalJSON() ([]byte, error)
func (*NonUeN2InfoNotifyRequest) SetBinaryDataN2Information ¶
func (o *NonUeN2InfoNotifyRequest) SetBinaryDataN2Information(v *os.File)
SetBinaryDataN2Information gets a reference to the given *os.File and assigns it to the BinaryDataN2Information field.
func (*NonUeN2InfoNotifyRequest) SetJsonData ¶
func (o *NonUeN2InfoNotifyRequest) SetJsonData(v N2InformationNotification)
SetJsonData gets a reference to the given N2InformationNotification and assigns it to the JsonData field.
func (NonUeN2InfoNotifyRequest) ToMap ¶
func (o NonUeN2InfoNotifyRequest) ToMap() (map[string]interface{}, error)
type NonUeN2InfoSubscriptionCreateData ¶
type NonUeN2InfoSubscriptionCreateData struct {
GlobalRanNodeList []GlobalRanNodeId `json:"globalRanNodeList,omitempty"`
AnTypeList []AccessType `json:"anTypeList,omitempty"`
N2InformationClass N2InformationClass `json:"n2InformationClass"`
// String providing an URI formatted according to RFC 3986.
N2NotifyCallbackUri string `json:"n2NotifyCallbackUri"`
// 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,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
}
NonUeN2InfoSubscriptionCreateData Data within a create subscription request for non-UE specific N2 information notification
func NewNonUeN2InfoSubscriptionCreateData ¶
func NewNonUeN2InfoSubscriptionCreateData(n2InformationClass N2InformationClass, n2NotifyCallbackUri string) *NonUeN2InfoSubscriptionCreateData
NewNonUeN2InfoSubscriptionCreateData instantiates a new NonUeN2InfoSubscriptionCreateData 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 NewNonUeN2InfoSubscriptionCreateDataWithDefaults ¶
func NewNonUeN2InfoSubscriptionCreateDataWithDefaults() *NonUeN2InfoSubscriptionCreateData
NewNonUeN2InfoSubscriptionCreateDataWithDefaults instantiates a new NonUeN2InfoSubscriptionCreateData 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 (*NonUeN2InfoSubscriptionCreateData) GetAnTypeList ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetAnTypeList() []AccessType
GetAnTypeList returns the AnTypeList field value if set, zero value otherwise.
func (*NonUeN2InfoSubscriptionCreateData) GetAnTypeListOk ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetAnTypeListOk() ([]AccessType, bool)
GetAnTypeListOk returns a tuple with the AnTypeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonUeN2InfoSubscriptionCreateData) GetGlobalRanNodeList ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetGlobalRanNodeList() []GlobalRanNodeId
GetGlobalRanNodeList returns the GlobalRanNodeList field value if set, zero value otherwise.
func (*NonUeN2InfoSubscriptionCreateData) GetGlobalRanNodeListOk ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetGlobalRanNodeListOk() ([]GlobalRanNodeId, bool)
GetGlobalRanNodeListOk returns a tuple with the GlobalRanNodeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonUeN2InfoSubscriptionCreateData) GetN2InformationClass ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetN2InformationClass() N2InformationClass
GetN2InformationClass returns the N2InformationClass field value
func (*NonUeN2InfoSubscriptionCreateData) GetN2InformationClassOk ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetN2InformationClassOk() (*N2InformationClass, bool)
GetN2InformationClassOk returns a tuple with the N2InformationClass field value and a boolean to check if the value has been set.
func (*NonUeN2InfoSubscriptionCreateData) GetN2NotifyCallbackUri ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetN2NotifyCallbackUri() string
GetN2NotifyCallbackUri returns the N2NotifyCallbackUri field value
func (*NonUeN2InfoSubscriptionCreateData) GetN2NotifyCallbackUriOk ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetN2NotifyCallbackUriOk() (*string, bool)
GetN2NotifyCallbackUriOk returns a tuple with the N2NotifyCallbackUri field value and a boolean to check if the value has been set.
func (*NonUeN2InfoSubscriptionCreateData) GetNfId ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetNfId() string
GetNfId returns the NfId field value if set, zero value otherwise.
func (*NonUeN2InfoSubscriptionCreateData) GetNfIdOk ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetNfIdOk() (*string, bool)
GetNfIdOk returns a tuple with the NfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonUeN2InfoSubscriptionCreateData) GetSupportedFeatures ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*NonUeN2InfoSubscriptionCreateData) GetSupportedFeaturesOk ¶
func (o *NonUeN2InfoSubscriptionCreateData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonUeN2InfoSubscriptionCreateData) HasAnTypeList ¶
func (o *NonUeN2InfoSubscriptionCreateData) HasAnTypeList() bool
HasAnTypeList returns a boolean if a field has been set.
func (*NonUeN2InfoSubscriptionCreateData) HasGlobalRanNodeList ¶
func (o *NonUeN2InfoSubscriptionCreateData) HasGlobalRanNodeList() bool
HasGlobalRanNodeList returns a boolean if a field has been set.
func (*NonUeN2InfoSubscriptionCreateData) HasNfId ¶
func (o *NonUeN2InfoSubscriptionCreateData) HasNfId() bool
HasNfId returns a boolean if a field has been set.
func (*NonUeN2InfoSubscriptionCreateData) HasSupportedFeatures ¶
func (o *NonUeN2InfoSubscriptionCreateData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (NonUeN2InfoSubscriptionCreateData) MarshalJSON ¶
func (o NonUeN2InfoSubscriptionCreateData) MarshalJSON() ([]byte, error)
func (*NonUeN2InfoSubscriptionCreateData) SetAnTypeList ¶
func (o *NonUeN2InfoSubscriptionCreateData) SetAnTypeList(v []AccessType)
SetAnTypeList gets a reference to the given []AccessType and assigns it to the AnTypeList field.
func (*NonUeN2InfoSubscriptionCreateData) SetGlobalRanNodeList ¶
func (o *NonUeN2InfoSubscriptionCreateData) SetGlobalRanNodeList(v []GlobalRanNodeId)
SetGlobalRanNodeList gets a reference to the given []GlobalRanNodeId and assigns it to the GlobalRanNodeList field.
func (*NonUeN2InfoSubscriptionCreateData) SetN2InformationClass ¶
func (o *NonUeN2InfoSubscriptionCreateData) SetN2InformationClass(v N2InformationClass)
SetN2InformationClass sets field value
func (*NonUeN2InfoSubscriptionCreateData) SetN2NotifyCallbackUri ¶
func (o *NonUeN2InfoSubscriptionCreateData) SetN2NotifyCallbackUri(v string)
SetN2NotifyCallbackUri sets field value
func (*NonUeN2InfoSubscriptionCreateData) SetNfId ¶
func (o *NonUeN2InfoSubscriptionCreateData) SetNfId(v string)
SetNfId gets a reference to the given string and assigns it to the NfId field.
func (*NonUeN2InfoSubscriptionCreateData) SetSupportedFeatures ¶
func (o *NonUeN2InfoSubscriptionCreateData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (NonUeN2InfoSubscriptionCreateData) ToMap ¶
func (o NonUeN2InfoSubscriptionCreateData) ToMap() (map[string]interface{}, error)
type NonUeN2InfoSubscriptionCreatedData ¶
type NonUeN2InfoSubscriptionCreatedData struct {
N2NotifySubscriptionId string `json:"n2NotifySubscriptionId"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
N2InformationClass *N2InformationClass `json:"n2InformationClass,omitempty"`
}
NonUeN2InfoSubscriptionCreatedData Data for the created subscription for non-UE specific N2 information notification
func NewNonUeN2InfoSubscriptionCreatedData ¶
func NewNonUeN2InfoSubscriptionCreatedData(n2NotifySubscriptionId string) *NonUeN2InfoSubscriptionCreatedData
NewNonUeN2InfoSubscriptionCreatedData instantiates a new NonUeN2InfoSubscriptionCreatedData 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 NewNonUeN2InfoSubscriptionCreatedDataWithDefaults ¶
func NewNonUeN2InfoSubscriptionCreatedDataWithDefaults() *NonUeN2InfoSubscriptionCreatedData
NewNonUeN2InfoSubscriptionCreatedDataWithDefaults instantiates a new NonUeN2InfoSubscriptionCreatedData 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 (*NonUeN2InfoSubscriptionCreatedData) GetN2InformationClass ¶
func (o *NonUeN2InfoSubscriptionCreatedData) GetN2InformationClass() N2InformationClass
GetN2InformationClass returns the N2InformationClass field value if set, zero value otherwise.
func (*NonUeN2InfoSubscriptionCreatedData) GetN2InformationClassOk ¶
func (o *NonUeN2InfoSubscriptionCreatedData) GetN2InformationClassOk() (*N2InformationClass, bool)
GetN2InformationClassOk returns a tuple with the N2InformationClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonUeN2InfoSubscriptionCreatedData) GetN2NotifySubscriptionId ¶
func (o *NonUeN2InfoSubscriptionCreatedData) GetN2NotifySubscriptionId() string
GetN2NotifySubscriptionId returns the N2NotifySubscriptionId field value
func (*NonUeN2InfoSubscriptionCreatedData) GetN2NotifySubscriptionIdOk ¶
func (o *NonUeN2InfoSubscriptionCreatedData) GetN2NotifySubscriptionIdOk() (*string, bool)
GetN2NotifySubscriptionIdOk returns a tuple with the N2NotifySubscriptionId field value and a boolean to check if the value has been set.
func (*NonUeN2InfoSubscriptionCreatedData) GetSupportedFeatures ¶
func (o *NonUeN2InfoSubscriptionCreatedData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*NonUeN2InfoSubscriptionCreatedData) GetSupportedFeaturesOk ¶
func (o *NonUeN2InfoSubscriptionCreatedData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonUeN2InfoSubscriptionCreatedData) HasN2InformationClass ¶
func (o *NonUeN2InfoSubscriptionCreatedData) HasN2InformationClass() bool
HasN2InformationClass returns a boolean if a field has been set.
func (*NonUeN2InfoSubscriptionCreatedData) HasSupportedFeatures ¶
func (o *NonUeN2InfoSubscriptionCreatedData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (NonUeN2InfoSubscriptionCreatedData) MarshalJSON ¶
func (o NonUeN2InfoSubscriptionCreatedData) MarshalJSON() ([]byte, error)
func (*NonUeN2InfoSubscriptionCreatedData) SetN2InformationClass ¶
func (o *NonUeN2InfoSubscriptionCreatedData) SetN2InformationClass(v N2InformationClass)
SetN2InformationClass gets a reference to the given N2InformationClass and assigns it to the N2InformationClass field.
func (*NonUeN2InfoSubscriptionCreatedData) SetN2NotifySubscriptionId ¶
func (o *NonUeN2InfoSubscriptionCreatedData) SetN2NotifySubscriptionId(v string)
SetN2NotifySubscriptionId sets field value
func (*NonUeN2InfoSubscriptionCreatedData) SetSupportedFeatures ¶
func (o *NonUeN2InfoSubscriptionCreatedData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (NonUeN2InfoSubscriptionCreatedData) ToMap ¶
func (o NonUeN2InfoSubscriptionCreatedData) ToMap() (map[string]interface{}, error)
type NonUeN2MessageTransferRequest ¶
type NonUeN2MessageTransferRequest struct {
JsonData *N2InformationTransferReqData `json:"jsonData,omitempty"`
BinaryDataN2Information **os.File `json:"binaryDataN2Information,omitempty"`
}
NonUeN2MessageTransferRequest struct for NonUeN2MessageTransferRequest
func NewNonUeN2MessageTransferRequest ¶
func NewNonUeN2MessageTransferRequest() *NonUeN2MessageTransferRequest
NewNonUeN2MessageTransferRequest instantiates a new NonUeN2MessageTransferRequest 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 NewNonUeN2MessageTransferRequestWithDefaults ¶
func NewNonUeN2MessageTransferRequestWithDefaults() *NonUeN2MessageTransferRequest
NewNonUeN2MessageTransferRequestWithDefaults instantiates a new NonUeN2MessageTransferRequest 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 (*NonUeN2MessageTransferRequest) GetBinaryDataN2Information ¶
func (o *NonUeN2MessageTransferRequest) GetBinaryDataN2Information() *os.File
GetBinaryDataN2Information returns the BinaryDataN2Information field value if set, zero value otherwise.
func (*NonUeN2MessageTransferRequest) GetBinaryDataN2InformationOk ¶
func (o *NonUeN2MessageTransferRequest) GetBinaryDataN2InformationOk() (**os.File, bool)
GetBinaryDataN2InformationOk returns a tuple with the BinaryDataN2Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NonUeN2MessageTransferRequest) GetJsonData ¶
func (o *NonUeN2MessageTransferRequest) GetJsonData() N2InformationTransferReqData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*NonUeN2MessageTransferRequest) GetJsonDataOk ¶
func (o *NonUeN2MessageTransferRequest) GetJsonDataOk() (*N2InformationTransferReqData, 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 (*NonUeN2MessageTransferRequest) HasBinaryDataN2Information ¶
func (o *NonUeN2MessageTransferRequest) HasBinaryDataN2Information() bool
HasBinaryDataN2Information returns a boolean if a field has been set.
func (*NonUeN2MessageTransferRequest) HasJsonData ¶
func (o *NonUeN2MessageTransferRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (NonUeN2MessageTransferRequest) MarshalJSON ¶
func (o NonUeN2MessageTransferRequest) MarshalJSON() ([]byte, error)
func (*NonUeN2MessageTransferRequest) SetBinaryDataN2Information ¶
func (o *NonUeN2MessageTransferRequest) SetBinaryDataN2Information(v *os.File)
SetBinaryDataN2Information gets a reference to the given *os.File and assigns it to the BinaryDataN2Information field.
func (*NonUeN2MessageTransferRequest) SetJsonData ¶
func (o *NonUeN2MessageTransferRequest) SetJsonData(v N2InformationTransferReqData)
SetJsonData gets a reference to the given N2InformationTransferReqData and assigns it to the JsonData field.
func (NonUeN2MessageTransferRequest) ToMap ¶
func (o NonUeN2MessageTransferRequest) ToMap() (map[string]interface{}, error)
type NotificationFlag ¶
type NotificationFlag struct {
String *string
}
NotificationFlag Possible values are: - ACTIVATE: The event notification is activated. - DEACTIVATE: The event notification is deactivated and shall be muted. The available event(s) shall be stored. - RETRIEVAL: The event notification shall be sent to the NF service consumer(s), after that, is muted again.
func (*NotificationFlag) MarshalJSON ¶
func (src *NotificationFlag) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationFlag) UnmarshalJSON ¶
func (dst *NotificationFlag) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NotificationMethod ¶
type NotificationMethod struct {
String *string
}
NotificationMethod Possible values are: - PERIODIC: The subscribe of NWDAF Event is periodically. The periodic of the notification is identified by repetitionPeriod defined in clause 5.1.6.2.3. - THRESHOLD: The subscribe of NWDAF Event is upon threshold exceeded.
func (*NotificationMethod) MarshalJSON ¶
func (src *NotificationMethod) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationMethod) UnmarshalJSON ¶
func (dst *NotificationMethod) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NotificationMethod1 ¶
type NotificationMethod1 struct {
String *string
}
NotificationMethod1 Possible values are: - PERIODIC - ONE_TIME - ON_EVENT_DETECTION
func (*NotificationMethod1) MarshalJSON ¶
func (src *NotificationMethod1) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationMethod1) UnmarshalJSON ¶
func (dst *NotificationMethod1) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NpnAccessInfo ¶
type NpnAccessInfo struct {
CellCagInfo []string `json:"cellCagInfo,omitempty"`
}
NpnAccessInfo NPN Access Information.
func NewNpnAccessInfo ¶
func NewNpnAccessInfo() *NpnAccessInfo
NewNpnAccessInfo instantiates a new NpnAccessInfo 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 NewNpnAccessInfoWithDefaults ¶
func NewNpnAccessInfoWithDefaults() *NpnAccessInfo
NewNpnAccessInfoWithDefaults instantiates a new NpnAccessInfo 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 (*NpnAccessInfo) GetCellCagInfo ¶
func (o *NpnAccessInfo) GetCellCagInfo() []string
GetCellCagInfo returns the CellCagInfo field value if set, zero value otherwise.
func (*NpnAccessInfo) GetCellCagInfoOk ¶
func (o *NpnAccessInfo) GetCellCagInfoOk() ([]string, bool)
GetCellCagInfoOk returns a tuple with the CellCagInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NpnAccessInfo) HasCellCagInfo ¶
func (o *NpnAccessInfo) HasCellCagInfo() bool
HasCellCagInfo returns a boolean if a field has been set.
func (NpnAccessInfo) MarshalJSON ¶
func (o NpnAccessInfo) MarshalJSON() ([]byte, error)
func (*NpnAccessInfo) SetCellCagInfo ¶
func (o *NpnAccessInfo) SetCellCagInfo(v []string)
SetCellCagInfo gets a reference to the given []string and assigns it to the CellCagInfo field.
func (NpnAccessInfo) ToMap ¶
func (o NpnAccessInfo) ToMap() (map[string]interface{}, error)
type NrLocation ¶
type NrLocation struct {
Tai Tai `json:"tai"`
Ncgi Ncgi `json:"ncgi"`
IgnoreNcgi *bool `json:"ignoreNcgi,omitempty"`
// The value represents the elapsed time in minutes since the last network contact of the mobile station. Value \"0\" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful NG-RAN location reporting procedure with the eNB when the UE is in connected mode. Any other value than \"0\" indicates that the location information is the last known one. See 3GPP TS 29.002 clause 17.7.8.
AgeOfLocationInformation *int32 `json:"ageOfLocationInformation,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
UeLocationTimestamp *time.Time `json:"ueLocationTimestamp,omitempty"`
// Refer to geographical Information. See 3GPP TS 23.032 clause 7.3.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used.
GeographicalInformation *string `json:"geographicalInformation,omitempty"`
// Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used.
GeodeticInformation *string `json:"geodeticInformation,omitempty"`
GlobalGnbId *GlobalRanNodeId `json:"globalGnbId,omitempty"`
}
NrLocation Contains the NR user location.
func NewNrLocation ¶
func NewNrLocation(tai Tai, ncgi Ncgi) *NrLocation
NewNrLocation instantiates a new NrLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNrLocationWithDefaults ¶
func NewNrLocationWithDefaults() *NrLocation
NewNrLocationWithDefaults instantiates a new NrLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NrLocation) GetAgeOfLocationInformation ¶
func (o *NrLocation) GetAgeOfLocationInformation() int32
GetAgeOfLocationInformation returns the AgeOfLocationInformation field value if set, zero value otherwise.
func (*NrLocation) GetAgeOfLocationInformationOk ¶
func (o *NrLocation) GetAgeOfLocationInformationOk() (*int32, bool)
GetAgeOfLocationInformationOk returns a tuple with the AgeOfLocationInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetGeodeticInformation ¶
func (o *NrLocation) GetGeodeticInformation() string
GetGeodeticInformation returns the GeodeticInformation field value if set, zero value otherwise.
func (*NrLocation) GetGeodeticInformationOk ¶
func (o *NrLocation) GetGeodeticInformationOk() (*string, bool)
GetGeodeticInformationOk returns a tuple with the GeodeticInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetGeographicalInformation ¶
func (o *NrLocation) GetGeographicalInformation() string
GetGeographicalInformation returns the GeographicalInformation field value if set, zero value otherwise.
func (*NrLocation) GetGeographicalInformationOk ¶
func (o *NrLocation) GetGeographicalInformationOk() (*string, bool)
GetGeographicalInformationOk returns a tuple with the GeographicalInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetGlobalGnbId ¶
func (o *NrLocation) GetGlobalGnbId() GlobalRanNodeId
GetGlobalGnbId returns the GlobalGnbId field value if set, zero value otherwise.
func (*NrLocation) GetGlobalGnbIdOk ¶
func (o *NrLocation) GetGlobalGnbIdOk() (*GlobalRanNodeId, bool)
GetGlobalGnbIdOk returns a tuple with the GlobalGnbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetIgnoreNcgi ¶
func (o *NrLocation) GetIgnoreNcgi() bool
GetIgnoreNcgi returns the IgnoreNcgi field value if set, zero value otherwise.
func (*NrLocation) GetIgnoreNcgiOk ¶
func (o *NrLocation) GetIgnoreNcgiOk() (*bool, bool)
GetIgnoreNcgiOk returns a tuple with the IgnoreNcgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) GetNcgi ¶
func (o *NrLocation) GetNcgi() Ncgi
GetNcgi returns the Ncgi field value
func (*NrLocation) GetNcgiOk ¶
func (o *NrLocation) GetNcgiOk() (*Ncgi, bool)
GetNcgiOk returns a tuple with the Ncgi field value and a boolean to check if the value has been set.
func (*NrLocation) GetTaiOk ¶
func (o *NrLocation) GetTaiOk() (*Tai, bool)
GetTaiOk returns a tuple with the Tai field value and a boolean to check if the value has been set.
func (*NrLocation) GetUeLocationTimestamp ¶
func (o *NrLocation) GetUeLocationTimestamp() time.Time
GetUeLocationTimestamp returns the UeLocationTimestamp field value if set, zero value otherwise.
func (*NrLocation) GetUeLocationTimestampOk ¶
func (o *NrLocation) GetUeLocationTimestampOk() (*time.Time, bool)
GetUeLocationTimestampOk returns a tuple with the UeLocationTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrLocation) HasAgeOfLocationInformation ¶
func (o *NrLocation) HasAgeOfLocationInformation() bool
HasAgeOfLocationInformation returns a boolean if a field has been set.
func (*NrLocation) HasGeodeticInformation ¶
func (o *NrLocation) HasGeodeticInformation() bool
HasGeodeticInformation returns a boolean if a field has been set.
func (*NrLocation) HasGeographicalInformation ¶
func (o *NrLocation) HasGeographicalInformation() bool
HasGeographicalInformation returns a boolean if a field has been set.
func (*NrLocation) HasGlobalGnbId ¶
func (o *NrLocation) HasGlobalGnbId() bool
HasGlobalGnbId returns a boolean if a field has been set.
func (*NrLocation) HasIgnoreNcgi ¶
func (o *NrLocation) HasIgnoreNcgi() bool
HasIgnoreNcgi returns a boolean if a field has been set.
func (*NrLocation) HasUeLocationTimestamp ¶
func (o *NrLocation) HasUeLocationTimestamp() bool
HasUeLocationTimestamp returns a boolean if a field has been set.
func (NrLocation) MarshalJSON ¶
func (o NrLocation) MarshalJSON() ([]byte, error)
func (*NrLocation) SetAgeOfLocationInformation ¶
func (o *NrLocation) SetAgeOfLocationInformation(v int32)
SetAgeOfLocationInformation gets a reference to the given int32 and assigns it to the AgeOfLocationInformation field.
func (*NrLocation) SetGeodeticInformation ¶
func (o *NrLocation) SetGeodeticInformation(v string)
SetGeodeticInformation gets a reference to the given string and assigns it to the GeodeticInformation field.
func (*NrLocation) SetGeographicalInformation ¶
func (o *NrLocation) SetGeographicalInformation(v string)
SetGeographicalInformation gets a reference to the given string and assigns it to the GeographicalInformation field.
func (*NrLocation) SetGlobalGnbId ¶
func (o *NrLocation) SetGlobalGnbId(v GlobalRanNodeId)
SetGlobalGnbId gets a reference to the given GlobalRanNodeId and assigns it to the GlobalGnbId field.
func (*NrLocation) SetIgnoreNcgi ¶
func (o *NrLocation) SetIgnoreNcgi(v bool)
SetIgnoreNcgi gets a reference to the given bool and assigns it to the IgnoreNcgi field.
func (*NrLocation) SetUeLocationTimestamp ¶
func (o *NrLocation) SetUeLocationTimestamp(v time.Time)
SetUeLocationTimestamp gets a reference to the given time.Time and assigns it to the UeLocationTimestamp field.
func (NrLocation) ToMap ¶
func (o NrLocation) ToMap() (map[string]interface{}, error)
type NrV2xAuth ¶
type NrV2xAuth struct {
VehicleUeAuth *UeAuth `json:"vehicleUeAuth,omitempty"`
PedestrianUeAuth *UeAuth `json:"pedestrianUeAuth,omitempty"`
}
NrV2xAuth Contains NR V2X services authorized information.
func NewNrV2xAuth ¶
func NewNrV2xAuth() *NrV2xAuth
NewNrV2xAuth instantiates a new NrV2xAuth 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 NewNrV2xAuthWithDefaults ¶
func NewNrV2xAuthWithDefaults() *NrV2xAuth
NewNrV2xAuthWithDefaults instantiates a new NrV2xAuth 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 (*NrV2xAuth) GetPedestrianUeAuth ¶
GetPedestrianUeAuth returns the PedestrianUeAuth field value if set, zero value otherwise.
func (*NrV2xAuth) GetPedestrianUeAuthOk ¶
GetPedestrianUeAuthOk returns a tuple with the PedestrianUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrV2xAuth) GetVehicleUeAuth ¶
GetVehicleUeAuth returns the VehicleUeAuth field value if set, zero value otherwise.
func (*NrV2xAuth) GetVehicleUeAuthOk ¶
GetVehicleUeAuthOk returns a tuple with the VehicleUeAuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrV2xAuth) HasPedestrianUeAuth ¶
HasPedestrianUeAuth returns a boolean if a field has been set.
func (*NrV2xAuth) HasVehicleUeAuth ¶
HasVehicleUeAuth returns a boolean if a field has been set.
func (NrV2xAuth) MarshalJSON ¶
func (*NrV2xAuth) SetPedestrianUeAuth ¶
SetPedestrianUeAuth gets a reference to the given UeAuth and assigns it to the PedestrianUeAuth field.
func (*NrV2xAuth) SetVehicleUeAuth ¶
SetVehicleUeAuth gets a reference to the given UeAuth and assigns it to the VehicleUeAuth field.
type NrppaInformation ¶
type NrppaInformation 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.
NfId string `json:"nfId"`
NrppaPdu N2InfoContent `json:"nrppaPdu"`
ServiceInstanceId *string `json:"serviceInstanceId,omitempty"`
}
NrppaInformation Represents a NRPPa related N2 information data part
func NewNrppaInformation ¶
func NewNrppaInformation(nfId string, nrppaPdu N2InfoContent) *NrppaInformation
NewNrppaInformation instantiates a new NrppaInformation 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 NewNrppaInformationWithDefaults ¶
func NewNrppaInformationWithDefaults() *NrppaInformation
NewNrppaInformationWithDefaults instantiates a new NrppaInformation 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 (*NrppaInformation) GetNfId ¶
func (o *NrppaInformation) GetNfId() string
GetNfId returns the NfId field value
func (*NrppaInformation) GetNfIdOk ¶
func (o *NrppaInformation) GetNfIdOk() (*string, bool)
GetNfIdOk returns a tuple with the NfId field value and a boolean to check if the value has been set.
func (*NrppaInformation) GetNrppaPdu ¶
func (o *NrppaInformation) GetNrppaPdu() N2InfoContent
GetNrppaPdu returns the NrppaPdu field value
func (*NrppaInformation) GetNrppaPduOk ¶
func (o *NrppaInformation) GetNrppaPduOk() (*N2InfoContent, bool)
GetNrppaPduOk returns a tuple with the NrppaPdu field value and a boolean to check if the value has been set.
func (*NrppaInformation) GetServiceInstanceId ¶
func (o *NrppaInformation) GetServiceInstanceId() string
GetServiceInstanceId returns the ServiceInstanceId field value if set, zero value otherwise.
func (*NrppaInformation) GetServiceInstanceIdOk ¶
func (o *NrppaInformation) GetServiceInstanceIdOk() (*string, bool)
GetServiceInstanceIdOk returns a tuple with the ServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrppaInformation) HasServiceInstanceId ¶
func (o *NrppaInformation) HasServiceInstanceId() bool
HasServiceInstanceId returns a boolean if a field has been set.
func (NrppaInformation) MarshalJSON ¶
func (o NrppaInformation) MarshalJSON() ([]byte, error)
func (*NrppaInformation) SetNfId ¶
func (o *NrppaInformation) SetNfId(v string)
SetNfId sets field value
func (*NrppaInformation) SetNrppaPdu ¶
func (o *NrppaInformation) SetNrppaPdu(v N2InfoContent)
SetNrppaPdu sets field value
func (*NrppaInformation) SetServiceInstanceId ¶
func (o *NrppaInformation) SetServiceInstanceId(v string)
SetServiceInstanceId gets a reference to the given string and assigns it to the ServiceInstanceId field.
func (NrppaInformation) ToMap ¶
func (o NrppaInformation) ToMap() (map[string]interface{}, error)
type NsiIdInfo ¶
NsiIdInfo Represents the S-NSSAI and the optionally associated Network Slice Instance(s).
func NewNsiIdInfo ¶
NewNsiIdInfo instantiates a new NsiIdInfo 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 NewNsiIdInfoWithDefaults ¶
func NewNsiIdInfoWithDefaults() *NsiIdInfo
NewNsiIdInfoWithDefaults instantiates a new NsiIdInfo 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 (*NsiIdInfo) GetNsiIds ¶
GetNsiIds returns the NsiIds field value if set, zero value otherwise.
func (*NsiIdInfo) GetNsiIdsOk ¶
GetNsiIdsOk returns a tuple with the NsiIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiIdInfo) GetSnssaiOk ¶
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (NsiIdInfo) MarshalJSON ¶
type NsiInformation ¶
type NsiInformation struct {
// String providing an URI formatted according to RFC 3986.
NrfId string `json:"nrfId"`
// Contains the Identifier of the selected Network Slice instance
NsiId *string `json:"nsiId,omitempty"`
// String providing an URI formatted according to RFC 3986.
NrfNfMgtUri *string `json:"nrfNfMgtUri,omitempty"`
// String providing an URI formatted according to RFC 3986.
NrfAccessTokenUri *string `json:"nrfAccessTokenUri,omitempty"`
// Map indicating whether the NRF requires Oauth2-based authorization for accessing its services. The key of the map shall be the name of an NRF service, e.g. \"nnrf-nfm\" or \"nnrf-disc\"
NrfOauth2Required *map[string]bool `json:"nrfOauth2Required,omitempty"`
}
NsiInformation Contains the API URIs of NRF services to be used to discover NFs/services, subscribe to NF status changes and/or request access tokens within the selected Network Slice instance and optional the Identifier of the selected Network Slice instance
func NewNsiInformation ¶
func NewNsiInformation(nrfId string) *NsiInformation
NewNsiInformation instantiates a new NsiInformation 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 NewNsiInformationWithDefaults ¶
func NewNsiInformationWithDefaults() *NsiInformation
NewNsiInformationWithDefaults instantiates a new NsiInformation 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 (*NsiInformation) GetNrfAccessTokenUri ¶
func (o *NsiInformation) GetNrfAccessTokenUri() string
GetNrfAccessTokenUri returns the NrfAccessTokenUri field value if set, zero value otherwise.
func (*NsiInformation) GetNrfAccessTokenUriOk ¶
func (o *NsiInformation) GetNrfAccessTokenUriOk() (*string, bool)
GetNrfAccessTokenUriOk returns a tuple with the NrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiInformation) GetNrfId ¶
func (o *NsiInformation) GetNrfId() string
GetNrfId returns the NrfId field value
func (*NsiInformation) GetNrfIdOk ¶
func (o *NsiInformation) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId field value and a boolean to check if the value has been set.
func (*NsiInformation) GetNrfNfMgtUri ¶
func (o *NsiInformation) GetNrfNfMgtUri() string
GetNrfNfMgtUri returns the NrfNfMgtUri field value if set, zero value otherwise.
func (*NsiInformation) GetNrfNfMgtUriOk ¶
func (o *NsiInformation) GetNrfNfMgtUriOk() (*string, bool)
GetNrfNfMgtUriOk returns a tuple with the NrfNfMgtUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiInformation) GetNrfOauth2Required ¶
func (o *NsiInformation) GetNrfOauth2Required() map[string]bool
GetNrfOauth2Required returns the NrfOauth2Required field value if set, zero value otherwise.
func (*NsiInformation) GetNrfOauth2RequiredOk ¶
func (o *NsiInformation) GetNrfOauth2RequiredOk() (*map[string]bool, bool)
GetNrfOauth2RequiredOk returns a tuple with the NrfOauth2Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiInformation) GetNsiId ¶
func (o *NsiInformation) GetNsiId() string
GetNsiId returns the NsiId field value if set, zero value otherwise.
func (*NsiInformation) GetNsiIdOk ¶
func (o *NsiInformation) 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 (*NsiInformation) HasNrfAccessTokenUri ¶
func (o *NsiInformation) HasNrfAccessTokenUri() bool
HasNrfAccessTokenUri returns a boolean if a field has been set.
func (*NsiInformation) HasNrfNfMgtUri ¶
func (o *NsiInformation) HasNrfNfMgtUri() bool
HasNrfNfMgtUri returns a boolean if a field has been set.
func (*NsiInformation) HasNrfOauth2Required ¶
func (o *NsiInformation) HasNrfOauth2Required() bool
HasNrfOauth2Required returns a boolean if a field has been set.
func (*NsiInformation) HasNsiId ¶
func (o *NsiInformation) HasNsiId() bool
HasNsiId returns a boolean if a field has been set.
func (NsiInformation) MarshalJSON ¶
func (o NsiInformation) MarshalJSON() ([]byte, error)
func (*NsiInformation) SetNrfAccessTokenUri ¶
func (o *NsiInformation) SetNrfAccessTokenUri(v string)
SetNrfAccessTokenUri gets a reference to the given string and assigns it to the NrfAccessTokenUri field.
func (*NsiInformation) SetNrfId ¶
func (o *NsiInformation) SetNrfId(v string)
SetNrfId sets field value
func (*NsiInformation) SetNrfNfMgtUri ¶
func (o *NsiInformation) SetNrfNfMgtUri(v string)
SetNrfNfMgtUri gets a reference to the given string and assigns it to the NrfNfMgtUri field.
func (*NsiInformation) SetNrfOauth2Required ¶
func (o *NsiInformation) SetNrfOauth2Required(v map[string]bool)
SetNrfOauth2Required gets a reference to the given map[string]bool and assigns it to the NrfOauth2Required field.
func (*NsiInformation) SetNsiId ¶
func (o *NsiInformation) SetNsiId(v string)
SetNsiId gets a reference to the given string and assigns it to the NsiId field.
func (NsiInformation) ToMap ¶
func (o NsiInformation) ToMap() (map[string]interface{}, error)
type NsiLoadLevelInfo ¶
type NsiLoadLevelInfo struct {
// Load level information of the network slice and the optionally associated network slice instance.
LoadLevelInformation int32 `json:"loadLevelInformation"`
Snssai Snssai `json:"snssai"`
// Contains the Identifier of the selected Network Slice instance
NsiId *string `json:"nsiId,omitempty"`
ResUsage *ResourceUsage `json:"resUsage,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
NumOfExceedLoadLevelThr *int32 `json:"numOfExceedLoadLevelThr,omitempty"`
ExceedLoadLevelThrInd *bool `json:"exceedLoadLevelThrInd,omitempty"`
NetworkArea *NetworkAreaInfo `json:"networkArea,omitempty"`
TimePeriod *TimeWindow `json:"timePeriod,omitempty"`
// Each element indicates the time elapsed between times each threshold is met or exceeded or crossed. The start time and end time are the exact time stamps of the resource usage threshold is reached or exceeded. May be present if the \"listOfAnaSubsets\" attribute is provided and the maximum number of instances shall not exceed the value provided in the \"numOfExceedLoadLevelThr\" attribute.
ResUsgThrCrossTimePeriod []TimeWindow `json:"resUsgThrCrossTimePeriod,omitempty"`
NumOfUes *NumberAverage `json:"numOfUes,omitempty"`
NumOfPduSess *NumberAverage `json:"numOfPduSess,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Confidence *int32 `json:"confidence,omitempty"`
}
NsiLoadLevelInfo Represents the network slice and optionally the associated network slice instance and the load level information.
func NewNsiLoadLevelInfo ¶
func NewNsiLoadLevelInfo(loadLevelInformation int32, snssai Snssai) *NsiLoadLevelInfo
NewNsiLoadLevelInfo instantiates a new NsiLoadLevelInfo 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 NewNsiLoadLevelInfoWithDefaults ¶
func NewNsiLoadLevelInfoWithDefaults() *NsiLoadLevelInfo
NewNsiLoadLevelInfoWithDefaults instantiates a new NsiLoadLevelInfo 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 (*NsiLoadLevelInfo) GetConfidence ¶
func (o *NsiLoadLevelInfo) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetConfidenceOk ¶
func (o *NsiLoadLevelInfo) 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 (*NsiLoadLevelInfo) GetExceedLoadLevelThrInd ¶
func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrInd() bool
GetExceedLoadLevelThrInd returns the ExceedLoadLevelThrInd field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetExceedLoadLevelThrIndOk ¶
func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrIndOk() (*bool, bool)
GetExceedLoadLevelThrIndOk returns a tuple with the ExceedLoadLevelThrInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetLoadLevelInformation ¶
func (o *NsiLoadLevelInfo) GetLoadLevelInformation() int32
GetLoadLevelInformation returns the LoadLevelInformation field value
func (*NsiLoadLevelInfo) GetLoadLevelInformationOk ¶
func (o *NsiLoadLevelInfo) GetLoadLevelInformationOk() (*int32, bool)
GetLoadLevelInformationOk returns a tuple with the LoadLevelInformation field value and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetNetworkArea ¶
func (o *NsiLoadLevelInfo) GetNetworkArea() NetworkAreaInfo
GetNetworkArea returns the NetworkArea field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetNetworkAreaOk ¶
func (o *NsiLoadLevelInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
GetNetworkAreaOk returns a tuple with the NetworkArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetNsiId ¶
func (o *NsiLoadLevelInfo) GetNsiId() string
GetNsiId returns the NsiId field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetNsiIdOk ¶
func (o *NsiLoadLevelInfo) 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 (*NsiLoadLevelInfo) GetNumOfExceedLoadLevelThr ¶
func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThr() int32
GetNumOfExceedLoadLevelThr returns the NumOfExceedLoadLevelThr field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetNumOfExceedLoadLevelThrOk ¶
func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThrOk() (*int32, bool)
GetNumOfExceedLoadLevelThrOk returns a tuple with the NumOfExceedLoadLevelThr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetNumOfPduSess ¶
func (o *NsiLoadLevelInfo) GetNumOfPduSess() NumberAverage
GetNumOfPduSess returns the NumOfPduSess field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetNumOfPduSessOk ¶
func (o *NsiLoadLevelInfo) GetNumOfPduSessOk() (*NumberAverage, bool)
GetNumOfPduSessOk returns a tuple with the NumOfPduSess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetNumOfUes ¶
func (o *NsiLoadLevelInfo) GetNumOfUes() NumberAverage
GetNumOfUes returns the NumOfUes field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetNumOfUesOk ¶
func (o *NsiLoadLevelInfo) GetNumOfUesOk() (*NumberAverage, bool)
GetNumOfUesOk returns a tuple with the NumOfUes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetResUsage ¶
func (o *NsiLoadLevelInfo) GetResUsage() ResourceUsage
GetResUsage returns the ResUsage field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetResUsageOk ¶
func (o *NsiLoadLevelInfo) GetResUsageOk() (*ResourceUsage, bool)
GetResUsageOk returns a tuple with the ResUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetResUsgThrCrossTimePeriod ¶
func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriod() []TimeWindow
GetResUsgThrCrossTimePeriod returns the ResUsgThrCrossTimePeriod field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetResUsgThrCrossTimePeriodOk ¶
func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriodOk() ([]TimeWindow, bool)
GetResUsgThrCrossTimePeriodOk returns a tuple with the ResUsgThrCrossTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetSnssai ¶
func (o *NsiLoadLevelInfo) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*NsiLoadLevelInfo) GetSnssaiOk ¶
func (o *NsiLoadLevelInfo) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) GetTimePeriod ¶
func (o *NsiLoadLevelInfo) GetTimePeriod() TimeWindow
GetTimePeriod returns the TimePeriod field value if set, zero value otherwise.
func (*NsiLoadLevelInfo) GetTimePeriodOk ¶
func (o *NsiLoadLevelInfo) GetTimePeriodOk() (*TimeWindow, bool)
GetTimePeriodOk returns a tuple with the TimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsiLoadLevelInfo) HasConfidence ¶
func (o *NsiLoadLevelInfo) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasExceedLoadLevelThrInd ¶
func (o *NsiLoadLevelInfo) HasExceedLoadLevelThrInd() bool
HasExceedLoadLevelThrInd returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasNetworkArea ¶
func (o *NsiLoadLevelInfo) HasNetworkArea() bool
HasNetworkArea returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasNsiId ¶
func (o *NsiLoadLevelInfo) HasNsiId() bool
HasNsiId returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasNumOfExceedLoadLevelThr ¶
func (o *NsiLoadLevelInfo) HasNumOfExceedLoadLevelThr() bool
HasNumOfExceedLoadLevelThr returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasNumOfPduSess ¶
func (o *NsiLoadLevelInfo) HasNumOfPduSess() bool
HasNumOfPduSess returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasNumOfUes ¶
func (o *NsiLoadLevelInfo) HasNumOfUes() bool
HasNumOfUes returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasResUsage ¶
func (o *NsiLoadLevelInfo) HasResUsage() bool
HasResUsage returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasResUsgThrCrossTimePeriod ¶
func (o *NsiLoadLevelInfo) HasResUsgThrCrossTimePeriod() bool
HasResUsgThrCrossTimePeriod returns a boolean if a field has been set.
func (*NsiLoadLevelInfo) HasTimePeriod ¶
func (o *NsiLoadLevelInfo) HasTimePeriod() bool
HasTimePeriod returns a boolean if a field has been set.
func (NsiLoadLevelInfo) MarshalJSON ¶
func (o NsiLoadLevelInfo) MarshalJSON() ([]byte, error)
func (*NsiLoadLevelInfo) SetConfidence ¶
func (o *NsiLoadLevelInfo) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*NsiLoadLevelInfo) SetExceedLoadLevelThrInd ¶
func (o *NsiLoadLevelInfo) SetExceedLoadLevelThrInd(v bool)
SetExceedLoadLevelThrInd gets a reference to the given bool and assigns it to the ExceedLoadLevelThrInd field.
func (*NsiLoadLevelInfo) SetLoadLevelInformation ¶
func (o *NsiLoadLevelInfo) SetLoadLevelInformation(v int32)
SetLoadLevelInformation sets field value
func (*NsiLoadLevelInfo) SetNetworkArea ¶
func (o *NsiLoadLevelInfo) SetNetworkArea(v NetworkAreaInfo)
SetNetworkArea gets a reference to the given NetworkAreaInfo and assigns it to the NetworkArea field.
func (*NsiLoadLevelInfo) SetNsiId ¶
func (o *NsiLoadLevelInfo) SetNsiId(v string)
SetNsiId gets a reference to the given string and assigns it to the NsiId field.
func (*NsiLoadLevelInfo) SetNumOfExceedLoadLevelThr ¶
func (o *NsiLoadLevelInfo) SetNumOfExceedLoadLevelThr(v int32)
SetNumOfExceedLoadLevelThr gets a reference to the given int32 and assigns it to the NumOfExceedLoadLevelThr field.
func (*NsiLoadLevelInfo) SetNumOfPduSess ¶
func (o *NsiLoadLevelInfo) SetNumOfPduSess(v NumberAverage)
SetNumOfPduSess gets a reference to the given NumberAverage and assigns it to the NumOfPduSess field.
func (*NsiLoadLevelInfo) SetNumOfUes ¶
func (o *NsiLoadLevelInfo) SetNumOfUes(v NumberAverage)
SetNumOfUes gets a reference to the given NumberAverage and assigns it to the NumOfUes field.
func (*NsiLoadLevelInfo) SetResUsage ¶
func (o *NsiLoadLevelInfo) SetResUsage(v ResourceUsage)
SetResUsage gets a reference to the given ResourceUsage and assigns it to the ResUsage field.
func (*NsiLoadLevelInfo) SetResUsgThrCrossTimePeriod ¶
func (o *NsiLoadLevelInfo) SetResUsgThrCrossTimePeriod(v []TimeWindow)
SetResUsgThrCrossTimePeriod gets a reference to the given []TimeWindow and assigns it to the ResUsgThrCrossTimePeriod field.
func (*NsiLoadLevelInfo) SetSnssai ¶
func (o *NsiLoadLevelInfo) SetSnssai(v Snssai)
SetSnssai sets field value
func (*NsiLoadLevelInfo) SetTimePeriod ¶
func (o *NsiLoadLevelInfo) SetTimePeriod(v TimeWindow)
SetTimePeriod gets a reference to the given TimeWindow and assigns it to the TimePeriod field.
func (NsiLoadLevelInfo) ToMap ¶
func (o NsiLoadLevelInfo) ToMap() (map[string]interface{}, error)
type NssaaStatus ¶
type NssaaStatus struct {
Snssai Snssai `json:"snssai"`
Status AuthStatus `json:"status"`
}
NssaaStatus contains the Subscribed S-NSSAI subject to NSSAA procedure and the status.
func NewNssaaStatus ¶
func NewNssaaStatus(snssai Snssai, status AuthStatus) *NssaaStatus
NewNssaaStatus instantiates a new NssaaStatus 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 NewNssaaStatusWithDefaults ¶
func NewNssaaStatusWithDefaults() *NssaaStatus
NewNssaaStatusWithDefaults instantiates a new NssaaStatus 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 (*NssaaStatus) GetSnssai ¶
func (o *NssaaStatus) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*NssaaStatus) GetSnssaiOk ¶
func (o *NssaaStatus) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (*NssaaStatus) GetStatus ¶
func (o *NssaaStatus) GetStatus() AuthStatus
GetStatus returns the Status field value
func (*NssaaStatus) GetStatusOk ¶
func (o *NssaaStatus) GetStatusOk() (*AuthStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (NssaaStatus) MarshalJSON ¶
func (o NssaaStatus) MarshalJSON() ([]byte, error)
func (*NssaaStatus) SetSnssai ¶
func (o *NssaaStatus) SetSnssai(v Snssai)
SetSnssai sets field value
func (*NssaaStatus) SetStatus ¶
func (o *NssaaStatus) SetStatus(v AuthStatus)
SetStatus sets field value
func (NssaaStatus) ToMap ¶
func (o NssaaStatus) ToMap() (map[string]interface{}, error)
type NssaiMapping ¶
type NssaiMapping struct {
MappedSnssai Snssai `json:"mappedSnssai"`
HSnssai Snssai `json:"hSnssai"`
}
NssaiMapping Represents the mapping between a S-NSSAI in serving PLMN to a S-NSSAI in home PLMN
func NewNssaiMapping ¶
func NewNssaiMapping(mappedSnssai Snssai, hSnssai Snssai) *NssaiMapping
NewNssaiMapping instantiates a new NssaiMapping 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 NewNssaiMappingWithDefaults ¶
func NewNssaiMappingWithDefaults() *NssaiMapping
NewNssaiMappingWithDefaults instantiates a new NssaiMapping 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 (*NssaiMapping) GetHSnssai ¶
func (o *NssaiMapping) GetHSnssai() Snssai
GetHSnssai returns the HSnssai field value
func (*NssaiMapping) GetHSnssaiOk ¶
func (o *NssaiMapping) GetHSnssaiOk() (*Snssai, bool)
GetHSnssaiOk returns a tuple with the HSnssai field value and a boolean to check if the value has been set.
func (*NssaiMapping) GetMappedSnssai ¶
func (o *NssaiMapping) GetMappedSnssai() Snssai
GetMappedSnssai returns the MappedSnssai field value
func (*NssaiMapping) GetMappedSnssaiOk ¶
func (o *NssaiMapping) GetMappedSnssaiOk() (*Snssai, bool)
GetMappedSnssaiOk returns a tuple with the MappedSnssai field value and a boolean to check if the value has been set.
func (NssaiMapping) MarshalJSON ¶
func (o NssaiMapping) MarshalJSON() ([]byte, error)
func (*NssaiMapping) SetHSnssai ¶
func (o *NssaiMapping) SetHSnssai(v Snssai)
SetHSnssai sets field value
func (*NssaiMapping) SetMappedSnssai ¶
func (o *NssaiMapping) SetMappedSnssai(v Snssai)
SetMappedSnssai sets field value
func (NssaiMapping) ToMap ¶
func (o NssaiMapping) ToMap() (map[string]interface{}, error)
type NullableAbnormalBehaviour ¶
type NullableAbnormalBehaviour struct {
// contains filtered or unexported fields
}
func NewNullableAbnormalBehaviour ¶
func NewNullableAbnormalBehaviour(val *AbnormalBehaviour) *NullableAbnormalBehaviour
func (NullableAbnormalBehaviour) Get ¶
func (v NullableAbnormalBehaviour) Get() *AbnormalBehaviour
func (NullableAbnormalBehaviour) IsSet ¶
func (v NullableAbnormalBehaviour) IsSet() bool
func (NullableAbnormalBehaviour) MarshalJSON ¶
func (v NullableAbnormalBehaviour) MarshalJSON() ([]byte, error)
func (*NullableAbnormalBehaviour) Set ¶
func (v *NullableAbnormalBehaviour) Set(val *AbnormalBehaviour)
func (*NullableAbnormalBehaviour) UnmarshalJSON ¶
func (v *NullableAbnormalBehaviour) UnmarshalJSON(src []byte) error
func (*NullableAbnormalBehaviour) Unset ¶
func (v *NullableAbnormalBehaviour) Unset()
type NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableAccessType ¶
type NullableAccessType struct {
// contains filtered or unexported fields
}
func NewNullableAccessType ¶
func NewNullableAccessType(val *AccessType) *NullableAccessType
func (NullableAccessType) Get ¶
func (v NullableAccessType) Get() *AccessType
func (NullableAccessType) IsSet ¶
func (v NullableAccessType) IsSet() bool
func (NullableAccessType) MarshalJSON ¶
func (v NullableAccessType) MarshalJSON() ([]byte, error)
func (*NullableAccessType) Set ¶
func (v *NullableAccessType) Set(val *AccessType)
func (*NullableAccessType) UnmarshalJSON ¶
func (v *NullableAccessType) UnmarshalJSON(src []byte) error
func (*NullableAccessType) Unset ¶
func (v *NullableAccessType) Unset()
type NullableAccuracy ¶
type NullableAccuracy struct {
// contains filtered or unexported fields
}
func NewNullableAccuracy ¶
func NewNullableAccuracy(val *Accuracy) *NullableAccuracy
func (NullableAccuracy) Get ¶
func (v NullableAccuracy) Get() *Accuracy
func (NullableAccuracy) IsSet ¶
func (v NullableAccuracy) IsSet() bool
func (NullableAccuracy) MarshalJSON ¶
func (v NullableAccuracy) MarshalJSON() ([]byte, error)
func (*NullableAccuracy) Set ¶
func (v *NullableAccuracy) Set(val *Accuracy)
func (*NullableAccuracy) UnmarshalJSON ¶
func (v *NullableAccuracy) UnmarshalJSON(src []byte) error
func (*NullableAccuracy) Unset ¶
func (v *NullableAccuracy) Unset()
type NullableAdditionalMeasurement ¶
type NullableAdditionalMeasurement struct {
// contains filtered or unexported fields
}
func NewNullableAdditionalMeasurement ¶
func NewNullableAdditionalMeasurement(val *AdditionalMeasurement) *NullableAdditionalMeasurement
func (NullableAdditionalMeasurement) Get ¶
func (v NullableAdditionalMeasurement) Get() *AdditionalMeasurement
func (NullableAdditionalMeasurement) IsSet ¶
func (v NullableAdditionalMeasurement) IsSet() bool
func (NullableAdditionalMeasurement) MarshalJSON ¶
func (v NullableAdditionalMeasurement) MarshalJSON() ([]byte, error)
func (*NullableAdditionalMeasurement) Set ¶
func (v *NullableAdditionalMeasurement) Set(val *AdditionalMeasurement)
func (*NullableAdditionalMeasurement) UnmarshalJSON ¶
func (v *NullableAdditionalMeasurement) UnmarshalJSON(src []byte) error
func (*NullableAdditionalMeasurement) Unset ¶
func (v *NullableAdditionalMeasurement) Unset()
type NullableAddrFqdn ¶
type NullableAddrFqdn struct {
// contains filtered or unexported fields
}
func NewNullableAddrFqdn ¶
func NewNullableAddrFqdn(val *AddrFqdn) *NullableAddrFqdn
func (NullableAddrFqdn) Get ¶
func (v NullableAddrFqdn) Get() *AddrFqdn
func (NullableAddrFqdn) IsSet ¶
func (v NullableAddrFqdn) IsSet() bool
func (NullableAddrFqdn) MarshalJSON ¶
func (v NullableAddrFqdn) MarshalJSON() ([]byte, error)
func (*NullableAddrFqdn) Set ¶
func (v *NullableAddrFqdn) Set(val *AddrFqdn)
func (*NullableAddrFqdn) UnmarshalJSON ¶
func (v *NullableAddrFqdn) UnmarshalJSON(src []byte) error
func (*NullableAddrFqdn) Unset ¶
func (v *NullableAddrFqdn) Unset()
type NullableAddressList ¶
type NullableAddressList struct {
// contains filtered or unexported fields
}
func NewNullableAddressList ¶
func NewNullableAddressList(val *AddressList) *NullableAddressList
func (NullableAddressList) Get ¶
func (v NullableAddressList) Get() *AddressList
func (NullableAddressList) IsSet ¶
func (v NullableAddressList) IsSet() bool
func (NullableAddressList) MarshalJSON ¶
func (v NullableAddressList) MarshalJSON() ([]byte, error)
func (*NullableAddressList) Set ¶
func (v *NullableAddressList) Set(val *AddressList)
func (*NullableAddressList) UnmarshalJSON ¶
func (v *NullableAddressList) UnmarshalJSON(src []byte) error
func (*NullableAddressList) Unset ¶
func (v *NullableAddressList) Unset()
type NullableAllowedNssai ¶
type NullableAllowedNssai struct {
// contains filtered or unexported fields
}
func NewNullableAllowedNssai ¶
func NewNullableAllowedNssai(val *AllowedNssai) *NullableAllowedNssai
func (NullableAllowedNssai) Get ¶
func (v NullableAllowedNssai) Get() *AllowedNssai
func (NullableAllowedNssai) IsSet ¶
func (v NullableAllowedNssai) IsSet() bool
func (NullableAllowedNssai) MarshalJSON ¶
func (v NullableAllowedNssai) MarshalJSON() ([]byte, error)
func (*NullableAllowedNssai) Set ¶
func (v *NullableAllowedNssai) Set(val *AllowedNssai)
func (*NullableAllowedNssai) UnmarshalJSON ¶
func (v *NullableAllowedNssai) UnmarshalJSON(src []byte) error
func (*NullableAllowedNssai) Unset ¶
func (v *NullableAllowedNssai) Unset()
type NullableAllowedSnssai ¶
type NullableAllowedSnssai struct {
// contains filtered or unexported fields
}
func NewNullableAllowedSnssai ¶
func NewNullableAllowedSnssai(val *AllowedSnssai) *NullableAllowedSnssai
func (NullableAllowedSnssai) Get ¶
func (v NullableAllowedSnssai) Get() *AllowedSnssai
func (NullableAllowedSnssai) IsSet ¶
func (v NullableAllowedSnssai) IsSet() bool
func (NullableAllowedSnssai) MarshalJSON ¶
func (v NullableAllowedSnssai) MarshalJSON() ([]byte, error)
func (*NullableAllowedSnssai) Set ¶
func (v *NullableAllowedSnssai) Set(val *AllowedSnssai)
func (*NullableAllowedSnssai) UnmarshalJSON ¶
func (v *NullableAllowedSnssai) UnmarshalJSON(src []byte) error
func (*NullableAllowedSnssai) Unset ¶
func (v *NullableAllowedSnssai) Unset()
type NullableAmbr ¶
type NullableAmbr struct {
// contains filtered or unexported fields
}
func NewNullableAmbr ¶
func NewNullableAmbr(val *Ambr) *NullableAmbr
func (NullableAmbr) Get ¶
func (v NullableAmbr) Get() *Ambr
func (NullableAmbr) IsSet ¶
func (v NullableAmbr) IsSet() bool
func (NullableAmbr) MarshalJSON ¶
func (v NullableAmbr) MarshalJSON() ([]byte, error)
func (*NullableAmbr) Set ¶
func (v *NullableAmbr) Set(val *Ambr)
func (*NullableAmbr) UnmarshalJSON ¶
func (v *NullableAmbr) UnmarshalJSON(src []byte) error
func (*NullableAmbr) Unset ¶
func (v *NullableAmbr) Unset()
type NullableAmfEvent ¶
type NullableAmfEvent struct {
// contains filtered or unexported fields
}
func NewNullableAmfEvent ¶
func NewNullableAmfEvent(val *AmfEvent) *NullableAmfEvent
func (NullableAmfEvent) Get ¶
func (v NullableAmfEvent) Get() *AmfEvent
func (NullableAmfEvent) IsSet ¶
func (v NullableAmfEvent) IsSet() bool
func (NullableAmfEvent) MarshalJSON ¶
func (v NullableAmfEvent) MarshalJSON() ([]byte, error)
func (*NullableAmfEvent) Set ¶
func (v *NullableAmfEvent) Set(val *AmfEvent)
func (*NullableAmfEvent) UnmarshalJSON ¶
func (v *NullableAmfEvent) UnmarshalJSON(src []byte) error
func (*NullableAmfEvent) Unset ¶
func (v *NullableAmfEvent) Unset()
type NullableAmfEventArea ¶
type NullableAmfEventArea struct {
// contains filtered or unexported fields
}
func NewNullableAmfEventArea ¶
func NewNullableAmfEventArea(val *AmfEventArea) *NullableAmfEventArea
func (NullableAmfEventArea) Get ¶
func (v NullableAmfEventArea) Get() *AmfEventArea
func (NullableAmfEventArea) IsSet ¶
func (v NullableAmfEventArea) IsSet() bool
func (NullableAmfEventArea) MarshalJSON ¶
func (v NullableAmfEventArea) MarshalJSON() ([]byte, error)
func (*NullableAmfEventArea) Set ¶
func (v *NullableAmfEventArea) Set(val *AmfEventArea)
func (*NullableAmfEventArea) UnmarshalJSON ¶
func (v *NullableAmfEventArea) UnmarshalJSON(src []byte) error
func (*NullableAmfEventArea) Unset ¶
func (v *NullableAmfEventArea) Unset()
type NullableAmfEventMode ¶
type NullableAmfEventMode struct {
// contains filtered or unexported fields
}
func NewNullableAmfEventMode ¶
func NewNullableAmfEventMode(val *AmfEventMode) *NullableAmfEventMode
func (NullableAmfEventMode) Get ¶
func (v NullableAmfEventMode) Get() *AmfEventMode
func (NullableAmfEventMode) IsSet ¶
func (v NullableAmfEventMode) IsSet() bool
func (NullableAmfEventMode) MarshalJSON ¶
func (v NullableAmfEventMode) MarshalJSON() ([]byte, error)
func (*NullableAmfEventMode) Set ¶
func (v *NullableAmfEventMode) Set(val *AmfEventMode)
func (*NullableAmfEventMode) UnmarshalJSON ¶
func (v *NullableAmfEventMode) UnmarshalJSON(src []byte) error
func (*NullableAmfEventMode) Unset ¶
func (v *NullableAmfEventMode) Unset()
type NullableAmfEventSubscription ¶
type NullableAmfEventSubscription struct {
// contains filtered or unexported fields
}
func NewNullableAmfEventSubscription ¶
func NewNullableAmfEventSubscription(val *AmfEventSubscription) *NullableAmfEventSubscription
func (NullableAmfEventSubscription) Get ¶
func (v NullableAmfEventSubscription) Get() *AmfEventSubscription
func (NullableAmfEventSubscription) IsSet ¶
func (v NullableAmfEventSubscription) IsSet() bool
func (NullableAmfEventSubscription) MarshalJSON ¶
func (v NullableAmfEventSubscription) MarshalJSON() ([]byte, error)
func (*NullableAmfEventSubscription) Set ¶
func (v *NullableAmfEventSubscription) Set(val *AmfEventSubscription)
func (*NullableAmfEventSubscription) UnmarshalJSON ¶
func (v *NullableAmfEventSubscription) UnmarshalJSON(src []byte) error
func (*NullableAmfEventSubscription) Unset ¶
func (v *NullableAmfEventSubscription) Unset()
type NullableAmfEventSubscriptionAddInfo ¶
type NullableAmfEventSubscriptionAddInfo struct {
// contains filtered or unexported fields
}
func NewNullableAmfEventSubscriptionAddInfo ¶
func NewNullableAmfEventSubscriptionAddInfo(val *AmfEventSubscriptionAddInfo) *NullableAmfEventSubscriptionAddInfo
func (NullableAmfEventSubscriptionAddInfo) Get ¶
func (v NullableAmfEventSubscriptionAddInfo) Get() *AmfEventSubscriptionAddInfo
func (NullableAmfEventSubscriptionAddInfo) IsSet ¶
func (v NullableAmfEventSubscriptionAddInfo) IsSet() bool
func (NullableAmfEventSubscriptionAddInfo) MarshalJSON ¶
func (v NullableAmfEventSubscriptionAddInfo) MarshalJSON() ([]byte, error)
func (*NullableAmfEventSubscriptionAddInfo) Set ¶
func (v *NullableAmfEventSubscriptionAddInfo) Set(val *AmfEventSubscriptionAddInfo)
func (*NullableAmfEventSubscriptionAddInfo) UnmarshalJSON ¶
func (v *NullableAmfEventSubscriptionAddInfo) UnmarshalJSON(src []byte) error
func (*NullableAmfEventSubscriptionAddInfo) Unset ¶
func (v *NullableAmfEventSubscriptionAddInfo) Unset()
type NullableAmfEventTrigger ¶
type NullableAmfEventTrigger struct {
// contains filtered or unexported fields
}
func NewNullableAmfEventTrigger ¶
func NewNullableAmfEventTrigger(val *AmfEventTrigger) *NullableAmfEventTrigger
func (NullableAmfEventTrigger) Get ¶
func (v NullableAmfEventTrigger) Get() *AmfEventTrigger
func (NullableAmfEventTrigger) IsSet ¶
func (v NullableAmfEventTrigger) IsSet() bool
func (NullableAmfEventTrigger) MarshalJSON ¶
func (v NullableAmfEventTrigger) MarshalJSON() ([]byte, error)
func (*NullableAmfEventTrigger) Set ¶
func (v *NullableAmfEventTrigger) Set(val *AmfEventTrigger)
func (*NullableAmfEventTrigger) UnmarshalJSON ¶
func (v *NullableAmfEventTrigger) UnmarshalJSON(src []byte) error
func (*NullableAmfEventTrigger) Unset ¶
func (v *NullableAmfEventTrigger) Unset()
type NullableAmfEventType ¶
type NullableAmfEventType struct {
// contains filtered or unexported fields
}
func NewNullableAmfEventType ¶
func NewNullableAmfEventType(val *AmfEventType) *NullableAmfEventType
func (NullableAmfEventType) Get ¶
func (v NullableAmfEventType) Get() *AmfEventType
func (NullableAmfEventType) IsSet ¶
func (v NullableAmfEventType) IsSet() bool
func (NullableAmfEventType) MarshalJSON ¶
func (v NullableAmfEventType) MarshalJSON() ([]byte, error)
func (*NullableAmfEventType) Set ¶
func (v *NullableAmfEventType) Set(val *AmfEventType)
func (*NullableAmfEventType) UnmarshalJSON ¶
func (v *NullableAmfEventType) UnmarshalJSON(src []byte) error
func (*NullableAmfEventType) Unset ¶
func (v *NullableAmfEventType) Unset()
type NullableAmfStatusChangeNotification ¶
type NullableAmfStatusChangeNotification struct {
// contains filtered or unexported fields
}
func NewNullableAmfStatusChangeNotification ¶
func NewNullableAmfStatusChangeNotification(val *AmfStatusChangeNotification) *NullableAmfStatusChangeNotification
func (NullableAmfStatusChangeNotification) Get ¶
func (v NullableAmfStatusChangeNotification) Get() *AmfStatusChangeNotification
func (NullableAmfStatusChangeNotification) IsSet ¶
func (v NullableAmfStatusChangeNotification) IsSet() bool
func (NullableAmfStatusChangeNotification) MarshalJSON ¶
func (v NullableAmfStatusChangeNotification) MarshalJSON() ([]byte, error)
func (*NullableAmfStatusChangeNotification) Set ¶
func (v *NullableAmfStatusChangeNotification) Set(val *AmfStatusChangeNotification)
func (*NullableAmfStatusChangeNotification) UnmarshalJSON ¶
func (v *NullableAmfStatusChangeNotification) UnmarshalJSON(src []byte) error
func (*NullableAmfStatusChangeNotification) Unset ¶
func (v *NullableAmfStatusChangeNotification) Unset()
type NullableAmfStatusInfo ¶
type NullableAmfStatusInfo struct {
// contains filtered or unexported fields
}
func NewNullableAmfStatusInfo ¶
func NewNullableAmfStatusInfo(val *AmfStatusInfo) *NullableAmfStatusInfo
func (NullableAmfStatusInfo) Get ¶
func (v NullableAmfStatusInfo) Get() *AmfStatusInfo
func (NullableAmfStatusInfo) IsSet ¶
func (v NullableAmfStatusInfo) IsSet() bool
func (NullableAmfStatusInfo) MarshalJSON ¶
func (v NullableAmfStatusInfo) MarshalJSON() ([]byte, error)
func (*NullableAmfStatusInfo) Set ¶
func (v *NullableAmfStatusInfo) Set(val *AmfStatusInfo)
func (*NullableAmfStatusInfo) UnmarshalJSON ¶
func (v *NullableAmfStatusInfo) UnmarshalJSON(src []byte) error
func (*NullableAmfStatusInfo) Unset ¶
func (v *NullableAmfStatusInfo) Unset()
type NullableAnalyticsMetadata ¶
type NullableAnalyticsMetadata struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsMetadata ¶
func NewNullableAnalyticsMetadata(val *AnalyticsMetadata) *NullableAnalyticsMetadata
func (NullableAnalyticsMetadata) Get ¶
func (v NullableAnalyticsMetadata) Get() *AnalyticsMetadata
func (NullableAnalyticsMetadata) IsSet ¶
func (v NullableAnalyticsMetadata) IsSet() bool
func (NullableAnalyticsMetadata) MarshalJSON ¶
func (v NullableAnalyticsMetadata) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsMetadata) Set ¶
func (v *NullableAnalyticsMetadata) Set(val *AnalyticsMetadata)
func (*NullableAnalyticsMetadata) UnmarshalJSON ¶
func (v *NullableAnalyticsMetadata) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsMetadata) Unset ¶
func (v *NullableAnalyticsMetadata) Unset()
type NullableAnalyticsMetadataIndication ¶
type NullableAnalyticsMetadataIndication struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsMetadataIndication ¶
func NewNullableAnalyticsMetadataIndication(val *AnalyticsMetadataIndication) *NullableAnalyticsMetadataIndication
func (NullableAnalyticsMetadataIndication) Get ¶
func (v NullableAnalyticsMetadataIndication) Get() *AnalyticsMetadataIndication
func (NullableAnalyticsMetadataIndication) IsSet ¶
func (v NullableAnalyticsMetadataIndication) IsSet() bool
func (NullableAnalyticsMetadataIndication) MarshalJSON ¶
func (v NullableAnalyticsMetadataIndication) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsMetadataIndication) Set ¶
func (v *NullableAnalyticsMetadataIndication) Set(val *AnalyticsMetadataIndication)
func (*NullableAnalyticsMetadataIndication) UnmarshalJSON ¶
func (v *NullableAnalyticsMetadataIndication) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsMetadataIndication) Unset ¶
func (v *NullableAnalyticsMetadataIndication) Unset()
type NullableAnalyticsMetadataInfo ¶
type NullableAnalyticsMetadataInfo struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsMetadataInfo ¶
func NewNullableAnalyticsMetadataInfo(val *AnalyticsMetadataInfo) *NullableAnalyticsMetadataInfo
func (NullableAnalyticsMetadataInfo) Get ¶
func (v NullableAnalyticsMetadataInfo) Get() *AnalyticsMetadataInfo
func (NullableAnalyticsMetadataInfo) IsSet ¶
func (v NullableAnalyticsMetadataInfo) IsSet() bool
func (NullableAnalyticsMetadataInfo) MarshalJSON ¶
func (v NullableAnalyticsMetadataInfo) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsMetadataInfo) Set ¶
func (v *NullableAnalyticsMetadataInfo) Set(val *AnalyticsMetadataInfo)
func (*NullableAnalyticsMetadataInfo) UnmarshalJSON ¶
func (v *NullableAnalyticsMetadataInfo) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsMetadataInfo) Unset ¶
func (v *NullableAnalyticsMetadataInfo) Unset()
type NullableAnalyticsSubscription ¶
type NullableAnalyticsSubscription struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsSubscription ¶
func NewNullableAnalyticsSubscription(val *AnalyticsSubscription) *NullableAnalyticsSubscription
func (NullableAnalyticsSubscription) Get ¶
func (v NullableAnalyticsSubscription) Get() *AnalyticsSubscription
func (NullableAnalyticsSubscription) IsSet ¶
func (v NullableAnalyticsSubscription) IsSet() bool
func (NullableAnalyticsSubscription) MarshalJSON ¶
func (v NullableAnalyticsSubscription) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsSubscription) Set ¶
func (v *NullableAnalyticsSubscription) Set(val *AnalyticsSubscription)
func (*NullableAnalyticsSubscription) UnmarshalJSON ¶
func (v *NullableAnalyticsSubscription) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsSubscription) Unset ¶
func (v *NullableAnalyticsSubscription) Unset()
type NullableAnalyticsSubset ¶
type NullableAnalyticsSubset struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsSubset ¶
func NewNullableAnalyticsSubset(val *AnalyticsSubset) *NullableAnalyticsSubset
func (NullableAnalyticsSubset) Get ¶
func (v NullableAnalyticsSubset) Get() *AnalyticsSubset
func (NullableAnalyticsSubset) IsSet ¶
func (v NullableAnalyticsSubset) IsSet() bool
func (NullableAnalyticsSubset) MarshalJSON ¶
func (v NullableAnalyticsSubset) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsSubset) Set ¶
func (v *NullableAnalyticsSubset) Set(val *AnalyticsSubset)
func (*NullableAnalyticsSubset) UnmarshalJSON ¶
func (v *NullableAnalyticsSubset) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsSubset) Unset ¶
func (v *NullableAnalyticsSubset) Unset()
type NullableAppListForUeComm ¶
type NullableAppListForUeComm struct {
// contains filtered or unexported fields
}
func NewNullableAppListForUeComm ¶
func NewNullableAppListForUeComm(val *AppListForUeComm) *NullableAppListForUeComm
func (NullableAppListForUeComm) Get ¶
func (v NullableAppListForUeComm) Get() *AppListForUeComm
func (NullableAppListForUeComm) IsSet ¶
func (v NullableAppListForUeComm) IsSet() bool
func (NullableAppListForUeComm) MarshalJSON ¶
func (v NullableAppListForUeComm) MarshalJSON() ([]byte, error)
func (*NullableAppListForUeComm) Set ¶
func (v *NullableAppListForUeComm) Set(val *AppListForUeComm)
func (*NullableAppListForUeComm) UnmarshalJSON ¶
func (v *NullableAppListForUeComm) UnmarshalJSON(src []byte) error
func (*NullableAppListForUeComm) Unset ¶
func (v *NullableAppListForUeComm) Unset()
type NullableApplicationVolume ¶
type NullableApplicationVolume struct {
// contains filtered or unexported fields
}
func NewNullableApplicationVolume ¶
func NewNullableApplicationVolume(val *ApplicationVolume) *NullableApplicationVolume
func (NullableApplicationVolume) Get ¶
func (v NullableApplicationVolume) Get() *ApplicationVolume
func (NullableApplicationVolume) IsSet ¶
func (v NullableApplicationVolume) IsSet() bool
func (NullableApplicationVolume) MarshalJSON ¶
func (v NullableApplicationVolume) MarshalJSON() ([]byte, error)
func (*NullableApplicationVolume) Set ¶
func (v *NullableApplicationVolume) Set(val *ApplicationVolume)
func (*NullableApplicationVolume) UnmarshalJSON ¶
func (v *NullableApplicationVolume) UnmarshalJSON(src []byte) error
func (*NullableApplicationVolume) Unset ¶
func (v *NullableApplicationVolume) Unset()
type NullableArea ¶
type NullableArea struct {
// contains filtered or unexported fields
}
func NewNullableArea ¶
func NewNullableArea(val *Area) *NullableArea
func (NullableArea) Get ¶
func (v NullableArea) Get() *Area
func (NullableArea) IsSet ¶
func (v NullableArea) IsSet() bool
func (NullableArea) MarshalJSON ¶
func (v NullableArea) MarshalJSON() ([]byte, error)
func (*NullableArea) Set ¶
func (v *NullableArea) Set(val *Area)
func (*NullableArea) UnmarshalJSON ¶
func (v *NullableArea) UnmarshalJSON(src []byte) error
func (*NullableArea) Unset ¶
func (v *NullableArea) Unset()
type NullableAreaOfInterestEventState ¶
type NullableAreaOfInterestEventState struct {
// contains filtered or unexported fields
}
func NewNullableAreaOfInterestEventState ¶
func NewNullableAreaOfInterestEventState(val *AreaOfInterestEventState) *NullableAreaOfInterestEventState
func (NullableAreaOfInterestEventState) Get ¶
func (v NullableAreaOfInterestEventState) Get() *AreaOfInterestEventState
func (NullableAreaOfInterestEventState) IsSet ¶
func (v NullableAreaOfInterestEventState) IsSet() bool
func (NullableAreaOfInterestEventState) MarshalJSON ¶
func (v NullableAreaOfInterestEventState) MarshalJSON() ([]byte, error)
func (*NullableAreaOfInterestEventState) Set ¶
func (v *NullableAreaOfInterestEventState) Set(val *AreaOfInterestEventState)
func (*NullableAreaOfInterestEventState) UnmarshalJSON ¶
func (v *NullableAreaOfInterestEventState) UnmarshalJSON(src []byte) error
func (*NullableAreaOfInterestEventState) Unset ¶
func (v *NullableAreaOfInterestEventState) Unset()
type NullableAreaOfValidity ¶
type NullableAreaOfValidity struct {
// contains filtered or unexported fields
}
func NewNullableAreaOfValidity ¶
func NewNullableAreaOfValidity(val *AreaOfValidity) *NullableAreaOfValidity
func (NullableAreaOfValidity) Get ¶
func (v NullableAreaOfValidity) Get() *AreaOfValidity
func (NullableAreaOfValidity) IsSet ¶
func (v NullableAreaOfValidity) IsSet() bool
func (NullableAreaOfValidity) MarshalJSON ¶
func (v NullableAreaOfValidity) MarshalJSON() ([]byte, error)
func (*NullableAreaOfValidity) Set ¶
func (v *NullableAreaOfValidity) Set(val *AreaOfValidity)
func (*NullableAreaOfValidity) UnmarshalJSON ¶
func (v *NullableAreaOfValidity) UnmarshalJSON(src []byte) error
func (*NullableAreaOfValidity) Unset ¶
func (v *NullableAreaOfValidity) Unset()
type NullableAreaScope ¶
type NullableAreaScope struct {
// contains filtered or unexported fields
}
func NewNullableAreaScope ¶
func NewNullableAreaScope(val *AreaScope) *NullableAreaScope
func (NullableAreaScope) Get ¶
func (v NullableAreaScope) Get() *AreaScope
func (NullableAreaScope) IsSet ¶
func (v NullableAreaScope) IsSet() bool
func (NullableAreaScope) MarshalJSON ¶
func (v NullableAreaScope) MarshalJSON() ([]byte, error)
func (*NullableAreaScope) Set ¶
func (v *NullableAreaScope) Set(val *AreaScope)
func (*NullableAreaScope) UnmarshalJSON ¶
func (v *NullableAreaScope) UnmarshalJSON(src []byte) error
func (*NullableAreaScope) Unset ¶
func (v *NullableAreaScope) Unset()
type NullableArp ¶
type NullableArp struct {
// contains filtered or unexported fields
}
func NewNullableArp ¶
func NewNullableArp(val *Arp) *NullableArp
func (NullableArp) Get ¶
func (v NullableArp) Get() *Arp
func (NullableArp) IsSet ¶
func (v NullableArp) IsSet() bool
func (NullableArp) MarshalJSON ¶
func (v NullableArp) MarshalJSON() ([]byte, error)
func (*NullableArp) Set ¶
func (v *NullableArp) Set(val *Arp)
func (*NullableArp) UnmarshalJSON ¶
func (v *NullableArp) UnmarshalJSON(src []byte) error
func (*NullableArp) Unset ¶
func (v *NullableArp) Unset()
type NullableAssignEbiData ¶
type NullableAssignEbiData struct {
// contains filtered or unexported fields
}
func NewNullableAssignEbiData ¶
func NewNullableAssignEbiData(val *AssignEbiData) *NullableAssignEbiData
func (NullableAssignEbiData) Get ¶
func (v NullableAssignEbiData) Get() *AssignEbiData
func (NullableAssignEbiData) IsSet ¶
func (v NullableAssignEbiData) IsSet() bool
func (NullableAssignEbiData) MarshalJSON ¶
func (v NullableAssignEbiData) MarshalJSON() ([]byte, error)
func (*NullableAssignEbiData) Set ¶
func (v *NullableAssignEbiData) Set(val *AssignEbiData)
func (*NullableAssignEbiData) UnmarshalJSON ¶
func (v *NullableAssignEbiData) UnmarshalJSON(src []byte) error
func (*NullableAssignEbiData) Unset ¶
func (v *NullableAssignEbiData) Unset()
type NullableAssignEbiError ¶
type NullableAssignEbiError struct {
// contains filtered or unexported fields
}
func NewNullableAssignEbiError ¶
func NewNullableAssignEbiError(val *AssignEbiError) *NullableAssignEbiError
func (NullableAssignEbiError) Get ¶
func (v NullableAssignEbiError) Get() *AssignEbiError
func (NullableAssignEbiError) IsSet ¶
func (v NullableAssignEbiError) IsSet() bool
func (NullableAssignEbiError) MarshalJSON ¶
func (v NullableAssignEbiError) MarshalJSON() ([]byte, error)
func (*NullableAssignEbiError) Set ¶
func (v *NullableAssignEbiError) Set(val *AssignEbiError)
func (*NullableAssignEbiError) UnmarshalJSON ¶
func (v *NullableAssignEbiError) UnmarshalJSON(src []byte) error
func (*NullableAssignEbiError) Unset ¶
func (v *NullableAssignEbiError) Unset()
type NullableAssignEbiFailed ¶
type NullableAssignEbiFailed struct {
// contains filtered or unexported fields
}
func NewNullableAssignEbiFailed ¶
func NewNullableAssignEbiFailed(val *AssignEbiFailed) *NullableAssignEbiFailed
func (NullableAssignEbiFailed) Get ¶
func (v NullableAssignEbiFailed) Get() *AssignEbiFailed
func (NullableAssignEbiFailed) IsSet ¶
func (v NullableAssignEbiFailed) IsSet() bool
func (NullableAssignEbiFailed) MarshalJSON ¶
func (v NullableAssignEbiFailed) MarshalJSON() ([]byte, error)
func (*NullableAssignEbiFailed) Set ¶
func (v *NullableAssignEbiFailed) Set(val *AssignEbiFailed)
func (*NullableAssignEbiFailed) UnmarshalJSON ¶
func (v *NullableAssignEbiFailed) UnmarshalJSON(src []byte) error
func (*NullableAssignEbiFailed) Unset ¶
func (v *NullableAssignEbiFailed) Unset()
type NullableAssignedEbiData ¶
type NullableAssignedEbiData struct {
// contains filtered or unexported fields
}
func NewNullableAssignedEbiData ¶
func NewNullableAssignedEbiData(val *AssignedEbiData) *NullableAssignedEbiData
func (NullableAssignedEbiData) Get ¶
func (v NullableAssignedEbiData) Get() *AssignedEbiData
func (NullableAssignedEbiData) IsSet ¶
func (v NullableAssignedEbiData) IsSet() bool
func (NullableAssignedEbiData) MarshalJSON ¶
func (v NullableAssignedEbiData) MarshalJSON() ([]byte, error)
func (*NullableAssignedEbiData) Set ¶
func (v *NullableAssignedEbiData) Set(val *AssignedEbiData)
func (*NullableAssignedEbiData) UnmarshalJSON ¶
func (v *NullableAssignedEbiData) UnmarshalJSON(src []byte) error
func (*NullableAssignedEbiData) Unset ¶
func (v *NullableAssignedEbiData) Unset()
type NullableAuthStatus ¶
type NullableAuthStatus struct {
// contains filtered or unexported fields
}
func NewNullableAuthStatus ¶
func NewNullableAuthStatus(val *AuthStatus) *NullableAuthStatus
func (NullableAuthStatus) Get ¶
func (v NullableAuthStatus) Get() *AuthStatus
func (NullableAuthStatus) IsSet ¶
func (v NullableAuthStatus) IsSet() bool
func (NullableAuthStatus) MarshalJSON ¶
func (v NullableAuthStatus) MarshalJSON() ([]byte, error)
func (*NullableAuthStatus) Set ¶
func (v *NullableAuthStatus) Set(val *AuthStatus)
func (*NullableAuthStatus) UnmarshalJSON ¶
func (v *NullableAuthStatus) UnmarshalJSON(src []byte) error
func (*NullableAuthStatus) Unset ¶
func (v *NullableAuthStatus) Unset()
type NullableBatteryIndication ¶
type NullableBatteryIndication struct {
// contains filtered or unexported fields
}
func NewNullableBatteryIndication ¶
func NewNullableBatteryIndication(val *BatteryIndication) *NullableBatteryIndication
func (NullableBatteryIndication) Get ¶
func (v NullableBatteryIndication) Get() *BatteryIndication
func (NullableBatteryIndication) IsSet ¶
func (v NullableBatteryIndication) IsSet() bool
func (NullableBatteryIndication) MarshalJSON ¶
func (v NullableBatteryIndication) MarshalJSON() ([]byte, error)
func (*NullableBatteryIndication) Set ¶
func (v *NullableBatteryIndication) Set(val *BatteryIndication)
func (*NullableBatteryIndication) UnmarshalJSON ¶
func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error
func (*NullableBatteryIndication) Unset ¶
func (v *NullableBatteryIndication) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableBwRequirement ¶
type NullableBwRequirement struct {
// contains filtered or unexported fields
}
func NewNullableBwRequirement ¶
func NewNullableBwRequirement(val *BwRequirement) *NullableBwRequirement
func (NullableBwRequirement) Get ¶
func (v NullableBwRequirement) Get() *BwRequirement
func (NullableBwRequirement) IsSet ¶
func (v NullableBwRequirement) IsSet() bool
func (NullableBwRequirement) MarshalJSON ¶
func (v NullableBwRequirement) MarshalJSON() ([]byte, error)
func (*NullableBwRequirement) Set ¶
func (v *NullableBwRequirement) Set(val *BwRequirement)
func (*NullableBwRequirement) UnmarshalJSON ¶
func (v *NullableBwRequirement) UnmarshalJSON(src []byte) error
func (*NullableBwRequirement) Unset ¶
func (v *NullableBwRequirement) Unset()
type NullableCagData ¶
type NullableCagData struct {
// contains filtered or unexported fields
}
func NewNullableCagData ¶
func NewNullableCagData(val *CagData) *NullableCagData
func (NullableCagData) Get ¶
func (v NullableCagData) Get() *CagData
func (NullableCagData) IsSet ¶
func (v NullableCagData) IsSet() bool
func (NullableCagData) MarshalJSON ¶
func (v NullableCagData) MarshalJSON() ([]byte, error)
func (*NullableCagData) Set ¶
func (v *NullableCagData) Set(val *CagData)
func (*NullableCagData) UnmarshalJSON ¶
func (v *NullableCagData) UnmarshalJSON(src []byte) error
func (*NullableCagData) Unset ¶
func (v *NullableCagData) Unset()
type NullableCagInfo ¶
type NullableCagInfo struct {
// contains filtered or unexported fields
}
func NewNullableCagInfo ¶
func NewNullableCagInfo(val *CagInfo) *NullableCagInfo
func (NullableCagInfo) Get ¶
func (v NullableCagInfo) Get() *CagInfo
func (NullableCagInfo) IsSet ¶
func (v NullableCagInfo) IsSet() bool
func (NullableCagInfo) MarshalJSON ¶
func (v NullableCagInfo) MarshalJSON() ([]byte, error)
func (*NullableCagInfo) Set ¶
func (v *NullableCagInfo) Set(val *CagInfo)
func (*NullableCagInfo) UnmarshalJSON ¶
func (v *NullableCagInfo) UnmarshalJSON(src []byte) error
func (*NullableCagInfo) Unset ¶
func (v *NullableCagInfo) Unset()
type NullableCancelRelocateUEContextRequest ¶
type NullableCancelRelocateUEContextRequest struct {
// contains filtered or unexported fields
}
func NewNullableCancelRelocateUEContextRequest ¶
func NewNullableCancelRelocateUEContextRequest(val *CancelRelocateUEContextRequest) *NullableCancelRelocateUEContextRequest
func (NullableCancelRelocateUEContextRequest) Get ¶
func (v NullableCancelRelocateUEContextRequest) Get() *CancelRelocateUEContextRequest
func (NullableCancelRelocateUEContextRequest) IsSet ¶
func (v NullableCancelRelocateUEContextRequest) IsSet() bool
func (NullableCancelRelocateUEContextRequest) MarshalJSON ¶
func (v NullableCancelRelocateUEContextRequest) MarshalJSON() ([]byte, error)
func (*NullableCancelRelocateUEContextRequest) Set ¶
func (v *NullableCancelRelocateUEContextRequest) Set(val *CancelRelocateUEContextRequest)
func (*NullableCancelRelocateUEContextRequest) UnmarshalJSON ¶
func (v *NullableCancelRelocateUEContextRequest) UnmarshalJSON(src []byte) error
func (*NullableCancelRelocateUEContextRequest) Unset ¶
func (v *NullableCancelRelocateUEContextRequest) Unset()
type NullableCandidateForReplacement ¶
type NullableCandidateForReplacement struct {
// contains filtered or unexported fields
}
func NewNullableCandidateForReplacement ¶
func NewNullableCandidateForReplacement(val *CandidateForReplacement) *NullableCandidateForReplacement
func (NullableCandidateForReplacement) Get ¶
func (v NullableCandidateForReplacement) Get() *CandidateForReplacement
func (NullableCandidateForReplacement) IsSet ¶
func (v NullableCandidateForReplacement) IsSet() bool
func (NullableCandidateForReplacement) MarshalJSON ¶
func (v NullableCandidateForReplacement) MarshalJSON() ([]byte, error)
func (*NullableCandidateForReplacement) Set ¶
func (v *NullableCandidateForReplacement) Set(val *CandidateForReplacement)
func (*NullableCandidateForReplacement) UnmarshalJSON ¶
func (v *NullableCandidateForReplacement) UnmarshalJSON(src []byte) error
func (*NullableCandidateForReplacement) Unset ¶
func (v *NullableCandidateForReplacement) Unset()
type NullableCeModeBInd ¶
type NullableCeModeBInd struct {
// contains filtered or unexported fields
}
func NewNullableCeModeBInd ¶
func NewNullableCeModeBInd(val *CeModeBInd) *NullableCeModeBInd
func (NullableCeModeBInd) Get ¶
func (v NullableCeModeBInd) Get() *CeModeBInd
func (NullableCeModeBInd) IsSet ¶
func (v NullableCeModeBInd) IsSet() bool
func (NullableCeModeBInd) MarshalJSON ¶
func (v NullableCeModeBInd) MarshalJSON() ([]byte, error)
func (*NullableCeModeBInd) Set ¶
func (v *NullableCeModeBInd) Set(val *CeModeBInd)
func (*NullableCeModeBInd) UnmarshalJSON ¶
func (v *NullableCeModeBInd) UnmarshalJSON(src []byte) error
func (*NullableCeModeBInd) Unset ¶
func (v *NullableCeModeBInd) Unset()
type NullableCellGlobalId ¶
type NullableCellGlobalId struct {
// contains filtered or unexported fields
}
func NewNullableCellGlobalId ¶
func NewNullableCellGlobalId(val *CellGlobalId) *NullableCellGlobalId
func (NullableCellGlobalId) Get ¶
func (v NullableCellGlobalId) Get() *CellGlobalId
func (NullableCellGlobalId) IsSet ¶
func (v NullableCellGlobalId) IsSet() bool
func (NullableCellGlobalId) MarshalJSON ¶
func (v NullableCellGlobalId) MarshalJSON() ([]byte, error)
func (*NullableCellGlobalId) Set ¶
func (v *NullableCellGlobalId) Set(val *CellGlobalId)
func (*NullableCellGlobalId) UnmarshalJSON ¶
func (v *NullableCellGlobalId) UnmarshalJSON(src []byte) error
func (*NullableCellGlobalId) Unset ¶
func (v *NullableCellGlobalId) Unset()
type NullableCipheringAlgorithm ¶
type NullableCipheringAlgorithm struct {
// contains filtered or unexported fields
}
func NewNullableCipheringAlgorithm ¶
func NewNullableCipheringAlgorithm(val *CipheringAlgorithm) *NullableCipheringAlgorithm
func (NullableCipheringAlgorithm) Get ¶
func (v NullableCipheringAlgorithm) Get() *CipheringAlgorithm
func (NullableCipheringAlgorithm) IsSet ¶
func (v NullableCipheringAlgorithm) IsSet() bool
func (NullableCipheringAlgorithm) MarshalJSON ¶
func (v NullableCipheringAlgorithm) MarshalJSON() ([]byte, error)
func (*NullableCipheringAlgorithm) Set ¶
func (v *NullableCipheringAlgorithm) Set(val *CipheringAlgorithm)
func (*NullableCipheringAlgorithm) UnmarshalJSON ¶
func (v *NullableCipheringAlgorithm) UnmarshalJSON(src []byte) error
func (*NullableCipheringAlgorithm) Unset ¶
func (v *NullableCipheringAlgorithm) Unset()
type NullableCircumstanceDescription ¶
type NullableCircumstanceDescription struct {
// contains filtered or unexported fields
}
func NewNullableCircumstanceDescription ¶
func NewNullableCircumstanceDescription(val *CircumstanceDescription) *NullableCircumstanceDescription
func (NullableCircumstanceDescription) Get ¶
func (v NullableCircumstanceDescription) Get() *CircumstanceDescription
func (NullableCircumstanceDescription) IsSet ¶
func (v NullableCircumstanceDescription) IsSet() bool
func (NullableCircumstanceDescription) MarshalJSON ¶
func (v NullableCircumstanceDescription) MarshalJSON() ([]byte, error)
func (*NullableCircumstanceDescription) Set ¶
func (v *NullableCircumstanceDescription) Set(val *CircumstanceDescription)
func (*NullableCircumstanceDescription) UnmarshalJSON ¶
func (v *NullableCircumstanceDescription) UnmarshalJSON(src []byte) error
func (*NullableCircumstanceDescription) Unset ¶
func (v *NullableCircumstanceDescription) Unset()
type NullableCivicAddress ¶
type NullableCivicAddress struct {
// contains filtered or unexported fields
}
func NewNullableCivicAddress ¶
func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress
func (NullableCivicAddress) Get ¶
func (v NullableCivicAddress) Get() *CivicAddress
func (NullableCivicAddress) IsSet ¶
func (v NullableCivicAddress) IsSet() bool
func (NullableCivicAddress) MarshalJSON ¶
func (v NullableCivicAddress) MarshalJSON() ([]byte, error)
func (*NullableCivicAddress) Set ¶
func (v *NullableCivicAddress) Set(val *CivicAddress)
func (*NullableCivicAddress) UnmarshalJSON ¶
func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error
func (*NullableCivicAddress) Unset ¶
func (v *NullableCivicAddress) Unset()
type NullableClassCriterion ¶
type NullableClassCriterion struct {
// contains filtered or unexported fields
}
func NewNullableClassCriterion ¶
func NewNullableClassCriterion(val *ClassCriterion) *NullableClassCriterion
func (NullableClassCriterion) Get ¶
func (v NullableClassCriterion) Get() *ClassCriterion
func (NullableClassCriterion) IsSet ¶
func (v NullableClassCriterion) IsSet() bool
func (NullableClassCriterion) MarshalJSON ¶
func (v NullableClassCriterion) MarshalJSON() ([]byte, error)
func (*NullableClassCriterion) Set ¶
func (v *NullableClassCriterion) Set(val *ClassCriterion)
func (*NullableClassCriterion) UnmarshalJSON ¶
func (v *NullableClassCriterion) UnmarshalJSON(src []byte) error
func (*NullableClassCriterion) Unset ¶
func (v *NullableClassCriterion) Unset()
type NullableCnAssistedRanPara ¶
type NullableCnAssistedRanPara struct {
// contains filtered or unexported fields
}
func NewNullableCnAssistedRanPara ¶
func NewNullableCnAssistedRanPara(val *CnAssistedRanPara) *NullableCnAssistedRanPara
func (NullableCnAssistedRanPara) Get ¶
func (v NullableCnAssistedRanPara) Get() *CnAssistedRanPara
func (NullableCnAssistedRanPara) IsSet ¶
func (v NullableCnAssistedRanPara) IsSet() bool
func (NullableCnAssistedRanPara) MarshalJSON ¶
func (v NullableCnAssistedRanPara) MarshalJSON() ([]byte, error)
func (*NullableCnAssistedRanPara) Set ¶
func (v *NullableCnAssistedRanPara) Set(val *CnAssistedRanPara)
func (*NullableCnAssistedRanPara) UnmarshalJSON ¶
func (v *NullableCnAssistedRanPara) UnmarshalJSON(src []byte) error
func (*NullableCnAssistedRanPara) Unset ¶
func (v *NullableCnAssistedRanPara) Unset()
type NullableCollectionPeriodRmmLteMdt ¶
type NullableCollectionPeriodRmmLteMdt struct {
// contains filtered or unexported fields
}
func NewNullableCollectionPeriodRmmLteMdt ¶
func NewNullableCollectionPeriodRmmLteMdt(val *CollectionPeriodRmmLteMdt) *NullableCollectionPeriodRmmLteMdt
func (NullableCollectionPeriodRmmLteMdt) Get ¶
func (v NullableCollectionPeriodRmmLteMdt) Get() *CollectionPeriodRmmLteMdt
func (NullableCollectionPeriodRmmLteMdt) IsSet ¶
func (v NullableCollectionPeriodRmmLteMdt) IsSet() bool
func (NullableCollectionPeriodRmmLteMdt) MarshalJSON ¶
func (v NullableCollectionPeriodRmmLteMdt) MarshalJSON() ([]byte, error)
func (*NullableCollectionPeriodRmmLteMdt) Set ¶
func (v *NullableCollectionPeriodRmmLteMdt) Set(val *CollectionPeriodRmmLteMdt)
func (*NullableCollectionPeriodRmmLteMdt) UnmarshalJSON ¶
func (v *NullableCollectionPeriodRmmLteMdt) UnmarshalJSON(src []byte) error
func (*NullableCollectionPeriodRmmLteMdt) Unset ¶
func (v *NullableCollectionPeriodRmmLteMdt) Unset()
type NullableCollectionPeriodRmmNrMdt ¶
type NullableCollectionPeriodRmmNrMdt struct {
// contains filtered or unexported fields
}
func NewNullableCollectionPeriodRmmNrMdt ¶
func NewNullableCollectionPeriodRmmNrMdt(val *CollectionPeriodRmmNrMdt) *NullableCollectionPeriodRmmNrMdt
func (NullableCollectionPeriodRmmNrMdt) Get ¶
func (v NullableCollectionPeriodRmmNrMdt) Get() *CollectionPeriodRmmNrMdt
func (NullableCollectionPeriodRmmNrMdt) IsSet ¶
func (v NullableCollectionPeriodRmmNrMdt) IsSet() bool
func (NullableCollectionPeriodRmmNrMdt) MarshalJSON ¶
func (v NullableCollectionPeriodRmmNrMdt) MarshalJSON() ([]byte, error)
func (*NullableCollectionPeriodRmmNrMdt) Set ¶
func (v *NullableCollectionPeriodRmmNrMdt) Set(val *CollectionPeriodRmmNrMdt)
func (*NullableCollectionPeriodRmmNrMdt) UnmarshalJSON ¶
func (v *NullableCollectionPeriodRmmNrMdt) UnmarshalJSON(src []byte) error
func (*NullableCollectionPeriodRmmNrMdt) Unset ¶
func (v *NullableCollectionPeriodRmmNrMdt) Unset()
type NullableConfiguredSnssai ¶
type NullableConfiguredSnssai struct {
// contains filtered or unexported fields
}
func NewNullableConfiguredSnssai ¶
func NewNullableConfiguredSnssai(val *ConfiguredSnssai) *NullableConfiguredSnssai
func (NullableConfiguredSnssai) Get ¶
func (v NullableConfiguredSnssai) Get() *ConfiguredSnssai
func (NullableConfiguredSnssai) IsSet ¶
func (v NullableConfiguredSnssai) IsSet() bool
func (NullableConfiguredSnssai) MarshalJSON ¶
func (v NullableConfiguredSnssai) MarshalJSON() ([]byte, error)
func (*NullableConfiguredSnssai) Set ¶
func (v *NullableConfiguredSnssai) Set(val *ConfiguredSnssai)
func (*NullableConfiguredSnssai) UnmarshalJSON ¶
func (v *NullableConfiguredSnssai) UnmarshalJSON(src []byte) error
func (*NullableConfiguredSnssai) Unset ¶
func (v *NullableConfiguredSnssai) Unset()
type NullableCongestionInfo ¶
type NullableCongestionInfo struct {
// contains filtered or unexported fields
}
func NewNullableCongestionInfo ¶
func NewNullableCongestionInfo(val *CongestionInfo) *NullableCongestionInfo
func (NullableCongestionInfo) Get ¶
func (v NullableCongestionInfo) Get() *CongestionInfo
func (NullableCongestionInfo) IsSet ¶
func (v NullableCongestionInfo) IsSet() bool
func (NullableCongestionInfo) MarshalJSON ¶
func (v NullableCongestionInfo) MarshalJSON() ([]byte, error)
func (*NullableCongestionInfo) Set ¶
func (v *NullableCongestionInfo) Set(val *CongestionInfo)
func (*NullableCongestionInfo) UnmarshalJSON ¶
func (v *NullableCongestionInfo) UnmarshalJSON(src []byte) error
func (*NullableCongestionInfo) Unset ¶
func (v *NullableCongestionInfo) Unset()
type NullableCongestionType ¶
type NullableCongestionType struct {
// contains filtered or unexported fields
}
func NewNullableCongestionType ¶
func NewNullableCongestionType(val *CongestionType) *NullableCongestionType
func (NullableCongestionType) Get ¶
func (v NullableCongestionType) Get() *CongestionType
func (NullableCongestionType) IsSet ¶
func (v NullableCongestionType) IsSet() bool
func (NullableCongestionType) MarshalJSON ¶
func (v NullableCongestionType) MarshalJSON() ([]byte, error)
func (*NullableCongestionType) Set ¶
func (v *NullableCongestionType) Set(val *CongestionType)
func (*NullableCongestionType) UnmarshalJSON ¶
func (v *NullableCongestionType) UnmarshalJSON(src []byte) error
func (*NullableCongestionType) Unset ¶
func (v *NullableCongestionType) Unset()
type NullableConsumerNfInformation ¶
type NullableConsumerNfInformation struct {
// contains filtered or unexported fields
}
func NewNullableConsumerNfInformation ¶
func NewNullableConsumerNfInformation(val *ConsumerNfInformation) *NullableConsumerNfInformation
func (NullableConsumerNfInformation) Get ¶
func (v NullableConsumerNfInformation) Get() *ConsumerNfInformation
func (NullableConsumerNfInformation) IsSet ¶
func (v NullableConsumerNfInformation) IsSet() bool
func (NullableConsumerNfInformation) MarshalJSON ¶
func (v NullableConsumerNfInformation) MarshalJSON() ([]byte, error)
func (*NullableConsumerNfInformation) Set ¶
func (v *NullableConsumerNfInformation) Set(val *ConsumerNfInformation)
func (*NullableConsumerNfInformation) UnmarshalJSON ¶
func (v *NullableConsumerNfInformation) UnmarshalJSON(src []byte) error
func (*NullableConsumerNfInformation) Unset ¶
func (v *NullableConsumerNfInformation) Unset()
type NullableCoreNetworkType ¶
type NullableCoreNetworkType struct {
// contains filtered or unexported fields
}
func NewNullableCoreNetworkType ¶
func NewNullableCoreNetworkType(val *CoreNetworkType) *NullableCoreNetworkType
func (NullableCoreNetworkType) Get ¶
func (v NullableCoreNetworkType) Get() *CoreNetworkType
func (NullableCoreNetworkType) IsSet ¶
func (v NullableCoreNetworkType) IsSet() bool
func (NullableCoreNetworkType) MarshalJSON ¶
func (v NullableCoreNetworkType) MarshalJSON() ([]byte, error)
func (*NullableCoreNetworkType) Set ¶
func (v *NullableCoreNetworkType) Set(val *CoreNetworkType)
func (*NullableCoreNetworkType) UnmarshalJSON ¶
func (v *NullableCoreNetworkType) UnmarshalJSON(src []byte) error
func (*NullableCoreNetworkType) Unset ¶
func (v *NullableCoreNetworkType) Unset()
type NullableCreateUEContext201Response ¶
type NullableCreateUEContext201Response struct {
// contains filtered or unexported fields
}
func NewNullableCreateUEContext201Response ¶
func NewNullableCreateUEContext201Response(val *CreateUEContext201Response) *NullableCreateUEContext201Response
func (NullableCreateUEContext201Response) Get ¶
func (v NullableCreateUEContext201Response) Get() *CreateUEContext201Response
func (NullableCreateUEContext201Response) IsSet ¶
func (v NullableCreateUEContext201Response) IsSet() bool
func (NullableCreateUEContext201Response) MarshalJSON ¶
func (v NullableCreateUEContext201Response) MarshalJSON() ([]byte, error)
func (*NullableCreateUEContext201Response) Set ¶
func (v *NullableCreateUEContext201Response) Set(val *CreateUEContext201Response)
func (*NullableCreateUEContext201Response) UnmarshalJSON ¶
func (v *NullableCreateUEContext201Response) UnmarshalJSON(src []byte) error
func (*NullableCreateUEContext201Response) Unset ¶
func (v *NullableCreateUEContext201Response) Unset()
type NullableCreateUEContext403Response ¶
type NullableCreateUEContext403Response struct {
// contains filtered or unexported fields
}
func NewNullableCreateUEContext403Response ¶
func NewNullableCreateUEContext403Response(val *CreateUEContext403Response) *NullableCreateUEContext403Response
func (NullableCreateUEContext403Response) Get ¶
func (v NullableCreateUEContext403Response) Get() *CreateUEContext403Response
func (NullableCreateUEContext403Response) IsSet ¶
func (v NullableCreateUEContext403Response) IsSet() bool
func (NullableCreateUEContext403Response) MarshalJSON ¶
func (v NullableCreateUEContext403Response) MarshalJSON() ([]byte, error)
func (*NullableCreateUEContext403Response) Set ¶
func (v *NullableCreateUEContext403Response) Set(val *CreateUEContext403Response)
func (*NullableCreateUEContext403Response) UnmarshalJSON ¶
func (v *NullableCreateUEContext403Response) UnmarshalJSON(src []byte) error
func (*NullableCreateUEContext403Response) Unset ¶
func (v *NullableCreateUEContext403Response) Unset()
type NullableCreateUEContextRequest ¶
type NullableCreateUEContextRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateUEContextRequest ¶
func NewNullableCreateUEContextRequest(val *CreateUEContextRequest) *NullableCreateUEContextRequest
func (NullableCreateUEContextRequest) Get ¶
func (v NullableCreateUEContextRequest) Get() *CreateUEContextRequest
func (NullableCreateUEContextRequest) IsSet ¶
func (v NullableCreateUEContextRequest) IsSet() bool
func (NullableCreateUEContextRequest) MarshalJSON ¶
func (v NullableCreateUEContextRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateUEContextRequest) Set ¶
func (v *NullableCreateUEContextRequest) Set(val *CreateUEContextRequest)
func (*NullableCreateUEContextRequest) UnmarshalJSON ¶
func (v *NullableCreateUEContextRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateUEContextRequest) Unset ¶
func (v *NullableCreateUEContextRequest) Unset()
type NullableDatasetStatisticalProperty ¶
type NullableDatasetStatisticalProperty struct {
// contains filtered or unexported fields
}
func NewNullableDatasetStatisticalProperty ¶
func NewNullableDatasetStatisticalProperty(val *DatasetStatisticalProperty) *NullableDatasetStatisticalProperty
func (NullableDatasetStatisticalProperty) Get ¶
func (v NullableDatasetStatisticalProperty) Get() *DatasetStatisticalProperty
func (NullableDatasetStatisticalProperty) IsSet ¶
func (v NullableDatasetStatisticalProperty) IsSet() bool
func (NullableDatasetStatisticalProperty) MarshalJSON ¶
func (v NullableDatasetStatisticalProperty) MarshalJSON() ([]byte, error)
func (*NullableDatasetStatisticalProperty) Set ¶
func (v *NullableDatasetStatisticalProperty) Set(val *DatasetStatisticalProperty)
func (*NullableDatasetStatisticalProperty) UnmarshalJSON ¶
func (v *NullableDatasetStatisticalProperty) UnmarshalJSON(src []byte) error
func (*NullableDatasetStatisticalProperty) Unset ¶
func (v *NullableDatasetStatisticalProperty) Unset()
type NullableDddTrafficDescriptor ¶
type NullableDddTrafficDescriptor struct {
// contains filtered or unexported fields
}
func NewNullableDddTrafficDescriptor ¶
func NewNullableDddTrafficDescriptor(val *DddTrafficDescriptor) *NullableDddTrafficDescriptor
func (NullableDddTrafficDescriptor) Get ¶
func (v NullableDddTrafficDescriptor) Get() *DddTrafficDescriptor
func (NullableDddTrafficDescriptor) IsSet ¶
func (v NullableDddTrafficDescriptor) IsSet() bool
func (NullableDddTrafficDescriptor) MarshalJSON ¶
func (v NullableDddTrafficDescriptor) MarshalJSON() ([]byte, error)
func (*NullableDddTrafficDescriptor) Set ¶
func (v *NullableDddTrafficDescriptor) Set(val *DddTrafficDescriptor)
func (*NullableDddTrafficDescriptor) UnmarshalJSON ¶
func (v *NullableDddTrafficDescriptor) UnmarshalJSON(src []byte) error
func (*NullableDddTrafficDescriptor) Unset ¶
func (v *NullableDddTrafficDescriptor) Unset()
type NullableDispersionArea ¶
type NullableDispersionArea struct {
// contains filtered or unexported fields
}
func NewNullableDispersionArea ¶
func NewNullableDispersionArea(val *DispersionArea) *NullableDispersionArea
func (NullableDispersionArea) Get ¶
func (v NullableDispersionArea) Get() *DispersionArea
func (NullableDispersionArea) IsSet ¶
func (v NullableDispersionArea) IsSet() bool
func (NullableDispersionArea) MarshalJSON ¶
func (v NullableDispersionArea) MarshalJSON() ([]byte, error)
func (*NullableDispersionArea) Set ¶
func (v *NullableDispersionArea) Set(val *DispersionArea)
func (*NullableDispersionArea) UnmarshalJSON ¶
func (v *NullableDispersionArea) UnmarshalJSON(src []byte) error
func (*NullableDispersionArea) Unset ¶
func (v *NullableDispersionArea) Unset()
type NullableDispersionClass ¶
type NullableDispersionClass struct {
// contains filtered or unexported fields
}
func NewNullableDispersionClass ¶
func NewNullableDispersionClass(val *DispersionClass) *NullableDispersionClass
func (NullableDispersionClass) Get ¶
func (v NullableDispersionClass) Get() *DispersionClass
func (NullableDispersionClass) IsSet ¶
func (v NullableDispersionClass) IsSet() bool
func (NullableDispersionClass) MarshalJSON ¶
func (v NullableDispersionClass) MarshalJSON() ([]byte, error)
func (*NullableDispersionClass) Set ¶
func (v *NullableDispersionClass) Set(val *DispersionClass)
func (*NullableDispersionClass) UnmarshalJSON ¶
func (v *NullableDispersionClass) UnmarshalJSON(src []byte) error
func (*NullableDispersionClass) Unset ¶
func (v *NullableDispersionClass) Unset()
type NullableDispersionCollection ¶
type NullableDispersionCollection struct {
// contains filtered or unexported fields
}
func NewNullableDispersionCollection ¶
func NewNullableDispersionCollection(val *DispersionCollection) *NullableDispersionCollection
func (NullableDispersionCollection) Get ¶
func (v NullableDispersionCollection) Get() *DispersionCollection
func (NullableDispersionCollection) IsSet ¶
func (v NullableDispersionCollection) IsSet() bool
func (NullableDispersionCollection) MarshalJSON ¶
func (v NullableDispersionCollection) MarshalJSON() ([]byte, error)
func (*NullableDispersionCollection) Set ¶
func (v *NullableDispersionCollection) Set(val *DispersionCollection)
func (*NullableDispersionCollection) UnmarshalJSON ¶
func (v *NullableDispersionCollection) UnmarshalJSON(src []byte) error
func (*NullableDispersionCollection) Unset ¶
func (v *NullableDispersionCollection) Unset()
type NullableDispersionInfo ¶
type NullableDispersionInfo struct {
// contains filtered or unexported fields
}
func NewNullableDispersionInfo ¶
func NewNullableDispersionInfo(val *DispersionInfo) *NullableDispersionInfo
func (NullableDispersionInfo) Get ¶
func (v NullableDispersionInfo) Get() *DispersionInfo
func (NullableDispersionInfo) IsSet ¶
func (v NullableDispersionInfo) IsSet() bool
func (NullableDispersionInfo) MarshalJSON ¶
func (v NullableDispersionInfo) MarshalJSON() ([]byte, error)
func (*NullableDispersionInfo) Set ¶
func (v *NullableDispersionInfo) Set(val *DispersionInfo)
func (*NullableDispersionInfo) UnmarshalJSON ¶
func (v *NullableDispersionInfo) UnmarshalJSON(src []byte) error
func (*NullableDispersionInfo) Unset ¶
func (v *NullableDispersionInfo) Unset()
type NullableDispersionOrderingCriterion ¶
type NullableDispersionOrderingCriterion struct {
// contains filtered or unexported fields
}
func NewNullableDispersionOrderingCriterion ¶
func NewNullableDispersionOrderingCriterion(val *DispersionOrderingCriterion) *NullableDispersionOrderingCriterion
func (NullableDispersionOrderingCriterion) Get ¶
func (v NullableDispersionOrderingCriterion) Get() *DispersionOrderingCriterion
func (NullableDispersionOrderingCriterion) IsSet ¶
func (v NullableDispersionOrderingCriterion) IsSet() bool
func (NullableDispersionOrderingCriterion) MarshalJSON ¶
func (v NullableDispersionOrderingCriterion) MarshalJSON() ([]byte, error)
func (*NullableDispersionOrderingCriterion) Set ¶
func (v *NullableDispersionOrderingCriterion) Set(val *DispersionOrderingCriterion)
func (*NullableDispersionOrderingCriterion) UnmarshalJSON ¶
func (v *NullableDispersionOrderingCriterion) UnmarshalJSON(src []byte) error
func (*NullableDispersionOrderingCriterion) Unset ¶
func (v *NullableDispersionOrderingCriterion) Unset()
type NullableDispersionRequirement ¶
type NullableDispersionRequirement struct {
// contains filtered or unexported fields
}
func NewNullableDispersionRequirement ¶
func NewNullableDispersionRequirement(val *DispersionRequirement) *NullableDispersionRequirement
func (NullableDispersionRequirement) Get ¶
func (v NullableDispersionRequirement) Get() *DispersionRequirement
func (NullableDispersionRequirement) IsSet ¶
func (v NullableDispersionRequirement) IsSet() bool
func (NullableDispersionRequirement) MarshalJSON ¶
func (v NullableDispersionRequirement) MarshalJSON() ([]byte, error)
func (*NullableDispersionRequirement) Set ¶
func (v *NullableDispersionRequirement) Set(val *DispersionRequirement)
func (*NullableDispersionRequirement) UnmarshalJSON ¶
func (v *NullableDispersionRequirement) UnmarshalJSON(src []byte) error
func (*NullableDispersionRequirement) Unset ¶
func (v *NullableDispersionRequirement) Unset()
type NullableDispersionType ¶
type NullableDispersionType struct {
// contains filtered or unexported fields
}
func NewNullableDispersionType ¶
func NewNullableDispersionType(val *DispersionType) *NullableDispersionType
func (NullableDispersionType) Get ¶
func (v NullableDispersionType) Get() *DispersionType
func (NullableDispersionType) IsSet ¶
func (v NullableDispersionType) IsSet() bool
func (NullableDispersionType) MarshalJSON ¶
func (v NullableDispersionType) MarshalJSON() ([]byte, error)
func (*NullableDispersionType) Set ¶
func (v *NullableDispersionType) Set(val *DispersionType)
func (*NullableDispersionType) UnmarshalJSON ¶
func (v *NullableDispersionType) UnmarshalJSON(src []byte) error
func (*NullableDispersionType) Unset ¶
func (v *NullableDispersionType) Unset()
type NullableDnPerf ¶
type NullableDnPerf struct {
// contains filtered or unexported fields
}
func NewNullableDnPerf ¶
func NewNullableDnPerf(val *DnPerf) *NullableDnPerf
func (NullableDnPerf) Get ¶
func (v NullableDnPerf) Get() *DnPerf
func (NullableDnPerf) IsSet ¶
func (v NullableDnPerf) IsSet() bool
func (NullableDnPerf) MarshalJSON ¶
func (v NullableDnPerf) MarshalJSON() ([]byte, error)
func (*NullableDnPerf) Set ¶
func (v *NullableDnPerf) Set(val *DnPerf)
func (*NullableDnPerf) UnmarshalJSON ¶
func (v *NullableDnPerf) UnmarshalJSON(src []byte) error
func (*NullableDnPerf) Unset ¶
func (v *NullableDnPerf) Unset()
type NullableDnPerfInfo ¶
type NullableDnPerfInfo struct {
// contains filtered or unexported fields
}
func NewNullableDnPerfInfo ¶
func NewNullableDnPerfInfo(val *DnPerfInfo) *NullableDnPerfInfo
func (NullableDnPerfInfo) Get ¶
func (v NullableDnPerfInfo) Get() *DnPerfInfo
func (NullableDnPerfInfo) IsSet ¶
func (v NullableDnPerfInfo) IsSet() bool
func (NullableDnPerfInfo) MarshalJSON ¶
func (v NullableDnPerfInfo) MarshalJSON() ([]byte, error)
func (*NullableDnPerfInfo) Set ¶
func (v *NullableDnPerfInfo) Set(val *DnPerfInfo)
func (*NullableDnPerfInfo) UnmarshalJSON ¶
func (v *NullableDnPerfInfo) UnmarshalJSON(src []byte) error
func (*NullableDnPerfInfo) Unset ¶
func (v *NullableDnPerfInfo) Unset()
type NullableDnPerfOrderingCriterion ¶
type NullableDnPerfOrderingCriterion struct {
// contains filtered or unexported fields
}
func NewNullableDnPerfOrderingCriterion ¶
func NewNullableDnPerfOrderingCriterion(val *DnPerfOrderingCriterion) *NullableDnPerfOrderingCriterion
func (NullableDnPerfOrderingCriterion) Get ¶
func (v NullableDnPerfOrderingCriterion) Get() *DnPerfOrderingCriterion
func (NullableDnPerfOrderingCriterion) IsSet ¶
func (v NullableDnPerfOrderingCriterion) IsSet() bool
func (NullableDnPerfOrderingCriterion) MarshalJSON ¶
func (v NullableDnPerfOrderingCriterion) MarshalJSON() ([]byte, error)
func (*NullableDnPerfOrderingCriterion) Set ¶
func (v *NullableDnPerfOrderingCriterion) Set(val *DnPerfOrderingCriterion)
func (*NullableDnPerfOrderingCriterion) UnmarshalJSON ¶
func (v *NullableDnPerfOrderingCriterion) UnmarshalJSON(src []byte) error
func (*NullableDnPerfOrderingCriterion) Unset ¶
func (v *NullableDnPerfOrderingCriterion) Unset()
type NullableDnPerformanceReq ¶
type NullableDnPerformanceReq struct {
// contains filtered or unexported fields
}
func NewNullableDnPerformanceReq ¶
func NewNullableDnPerformanceReq(val *DnPerformanceReq) *NullableDnPerformanceReq
func (NullableDnPerformanceReq) Get ¶
func (v NullableDnPerformanceReq) Get() *DnPerformanceReq
func (NullableDnPerformanceReq) IsSet ¶
func (v NullableDnPerformanceReq) IsSet() bool
func (NullableDnPerformanceReq) MarshalJSON ¶
func (v NullableDnPerformanceReq) MarshalJSON() ([]byte, error)
func (*NullableDnPerformanceReq) Set ¶
func (v *NullableDnPerformanceReq) Set(val *DnPerformanceReq)
func (*NullableDnPerformanceReq) UnmarshalJSON ¶
func (v *NullableDnPerformanceReq) UnmarshalJSON(src []byte) error
func (*NullableDnPerformanceReq) Unset ¶
func (v *NullableDnPerformanceReq) Unset()
type NullableEbiArpMapping ¶
type NullableEbiArpMapping struct {
// contains filtered or unexported fields
}
func NewNullableEbiArpMapping ¶
func NewNullableEbiArpMapping(val *EbiArpMapping) *NullableEbiArpMapping
func (NullableEbiArpMapping) Get ¶
func (v NullableEbiArpMapping) Get() *EbiArpMapping
func (NullableEbiArpMapping) IsSet ¶
func (v NullableEbiArpMapping) IsSet() bool
func (NullableEbiArpMapping) MarshalJSON ¶
func (v NullableEbiArpMapping) MarshalJSON() ([]byte, error)
func (*NullableEbiArpMapping) Set ¶
func (v *NullableEbiArpMapping) Set(val *EbiArpMapping)
func (*NullableEbiArpMapping) UnmarshalJSON ¶
func (v *NullableEbiArpMapping) UnmarshalJSON(src []byte) error
func (*NullableEbiArpMapping) Unset ¶
func (v *NullableEbiArpMapping) Unset()
type NullableEcRestrictionDataWb ¶
type NullableEcRestrictionDataWb struct {
// contains filtered or unexported fields
}
func NewNullableEcRestrictionDataWb ¶
func NewNullableEcRestrictionDataWb(val *EcRestrictionDataWb) *NullableEcRestrictionDataWb
func (NullableEcRestrictionDataWb) Get ¶
func (v NullableEcRestrictionDataWb) Get() *EcRestrictionDataWb
func (NullableEcRestrictionDataWb) IsSet ¶
func (v NullableEcRestrictionDataWb) IsSet() bool
func (NullableEcRestrictionDataWb) MarshalJSON ¶
func (v NullableEcRestrictionDataWb) MarshalJSON() ([]byte, error)
func (*NullableEcRestrictionDataWb) Set ¶
func (v *NullableEcRestrictionDataWb) Set(val *EcRestrictionDataWb)
func (*NullableEcRestrictionDataWb) UnmarshalJSON ¶
func (v *NullableEcRestrictionDataWb) UnmarshalJSON(src []byte) error
func (*NullableEcRestrictionDataWb) Unset ¶
func (v *NullableEcRestrictionDataWb) Unset()
type NullableEcgi ¶
type NullableEcgi struct {
// contains filtered or unexported fields
}
func NewNullableEcgi ¶
func NewNullableEcgi(val *Ecgi) *NullableEcgi
func (NullableEcgi) Get ¶
func (v NullableEcgi) Get() *Ecgi
func (NullableEcgi) IsSet ¶
func (v NullableEcgi) IsSet() bool
func (NullableEcgi) MarshalJSON ¶
func (v NullableEcgi) MarshalJSON() ([]byte, error)
func (*NullableEcgi) Set ¶
func (v *NullableEcgi) Set(val *Ecgi)
func (*NullableEcgi) UnmarshalJSON ¶
func (v *NullableEcgi) UnmarshalJSON(src []byte) error
func (*NullableEcgi) Unset ¶
func (v *NullableEcgi) Unset()
type NullableEllipsoidArc ¶
type NullableEllipsoidArc struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArc ¶
func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc
func (NullableEllipsoidArc) Get ¶
func (v NullableEllipsoidArc) Get() *EllipsoidArc
func (NullableEllipsoidArc) IsSet ¶
func (v NullableEllipsoidArc) IsSet() bool
func (NullableEllipsoidArc) MarshalJSON ¶
func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArc) Set ¶
func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
func (*NullableEllipsoidArc) UnmarshalJSON ¶
func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArc) Unset ¶
func (v *NullableEllipsoidArc) Unset()
type NullableEllipsoidArcAllOf ¶
type NullableEllipsoidArcAllOf struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArcAllOf ¶
func NewNullableEllipsoidArcAllOf(val *EllipsoidArcAllOf) *NullableEllipsoidArcAllOf
func (NullableEllipsoidArcAllOf) Get ¶
func (v NullableEllipsoidArcAllOf) Get() *EllipsoidArcAllOf
func (NullableEllipsoidArcAllOf) IsSet ¶
func (v NullableEllipsoidArcAllOf) IsSet() bool
func (NullableEllipsoidArcAllOf) MarshalJSON ¶
func (v NullableEllipsoidArcAllOf) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArcAllOf) Set ¶
func (v *NullableEllipsoidArcAllOf) Set(val *EllipsoidArcAllOf)
func (*NullableEllipsoidArcAllOf) UnmarshalJSON ¶
func (v *NullableEllipsoidArcAllOf) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArcAllOf) Unset ¶
func (v *NullableEllipsoidArcAllOf) Unset()
type NullableEpsInterworkingInfo ¶
type NullableEpsInterworkingInfo struct {
// contains filtered or unexported fields
}
func NewNullableEpsInterworkingInfo ¶
func NewNullableEpsInterworkingInfo(val *EpsInterworkingInfo) *NullableEpsInterworkingInfo
func (NullableEpsInterworkingInfo) Get ¶
func (v NullableEpsInterworkingInfo) Get() *EpsInterworkingInfo
func (NullableEpsInterworkingInfo) IsSet ¶
func (v NullableEpsInterworkingInfo) IsSet() bool
func (NullableEpsInterworkingInfo) MarshalJSON ¶
func (v NullableEpsInterworkingInfo) MarshalJSON() ([]byte, error)
func (*NullableEpsInterworkingInfo) Set ¶
func (v *NullableEpsInterworkingInfo) Set(val *EpsInterworkingInfo)
func (*NullableEpsInterworkingInfo) UnmarshalJSON ¶
func (v *NullableEpsInterworkingInfo) UnmarshalJSON(src []byte) error
func (*NullableEpsInterworkingInfo) Unset ¶
func (v *NullableEpsInterworkingInfo) Unset()
type NullableEpsIwkPgw ¶
type NullableEpsIwkPgw struct {
// contains filtered or unexported fields
}
func NewNullableEpsIwkPgw ¶
func NewNullableEpsIwkPgw(val *EpsIwkPgw) *NullableEpsIwkPgw
func (NullableEpsIwkPgw) Get ¶
func (v NullableEpsIwkPgw) Get() *EpsIwkPgw
func (NullableEpsIwkPgw) IsSet ¶
func (v NullableEpsIwkPgw) IsSet() bool
func (NullableEpsIwkPgw) MarshalJSON ¶
func (v NullableEpsIwkPgw) MarshalJSON() ([]byte, error)
func (*NullableEpsIwkPgw) Set ¶
func (v *NullableEpsIwkPgw) Set(val *EpsIwkPgw)
func (*NullableEpsIwkPgw) UnmarshalJSON ¶
func (v *NullableEpsIwkPgw) UnmarshalJSON(src []byte) error
func (*NullableEpsIwkPgw) Unset ¶
func (v *NullableEpsIwkPgw) Unset()
type NullableEpsNasCipheringAlgorithm ¶
type NullableEpsNasCipheringAlgorithm struct {
// contains filtered or unexported fields
}
func NewNullableEpsNasCipheringAlgorithm ¶
func NewNullableEpsNasCipheringAlgorithm(val *EpsNasCipheringAlgorithm) *NullableEpsNasCipheringAlgorithm
func (NullableEpsNasCipheringAlgorithm) Get ¶
func (v NullableEpsNasCipheringAlgorithm) Get() *EpsNasCipheringAlgorithm
func (NullableEpsNasCipheringAlgorithm) IsSet ¶
func (v NullableEpsNasCipheringAlgorithm) IsSet() bool
func (NullableEpsNasCipheringAlgorithm) MarshalJSON ¶
func (v NullableEpsNasCipheringAlgorithm) MarshalJSON() ([]byte, error)
func (*NullableEpsNasCipheringAlgorithm) Set ¶
func (v *NullableEpsNasCipheringAlgorithm) Set(val *EpsNasCipheringAlgorithm)
func (*NullableEpsNasCipheringAlgorithm) UnmarshalJSON ¶
func (v *NullableEpsNasCipheringAlgorithm) UnmarshalJSON(src []byte) error
func (*NullableEpsNasCipheringAlgorithm) Unset ¶
func (v *NullableEpsNasCipheringAlgorithm) Unset()
type NullableEpsNasIntegrityAlgorithm ¶
type NullableEpsNasIntegrityAlgorithm struct {
// contains filtered or unexported fields
}
func NewNullableEpsNasIntegrityAlgorithm ¶
func NewNullableEpsNasIntegrityAlgorithm(val *EpsNasIntegrityAlgorithm) *NullableEpsNasIntegrityAlgorithm
func (NullableEpsNasIntegrityAlgorithm) Get ¶
func (v NullableEpsNasIntegrityAlgorithm) Get() *EpsNasIntegrityAlgorithm
func (NullableEpsNasIntegrityAlgorithm) IsSet ¶
func (v NullableEpsNasIntegrityAlgorithm) IsSet() bool
func (NullableEpsNasIntegrityAlgorithm) MarshalJSON ¶
func (v NullableEpsNasIntegrityAlgorithm) MarshalJSON() ([]byte, error)
func (*NullableEpsNasIntegrityAlgorithm) Set ¶
func (v *NullableEpsNasIntegrityAlgorithm) Set(val *EpsNasIntegrityAlgorithm)
func (*NullableEpsNasIntegrityAlgorithm) UnmarshalJSON ¶
func (v *NullableEpsNasIntegrityAlgorithm) UnmarshalJSON(src []byte) error
func (*NullableEpsNasIntegrityAlgorithm) Unset ¶
func (v *NullableEpsNasIntegrityAlgorithm) Unset()
type NullableEpsNasSecurityMode ¶
type NullableEpsNasSecurityMode struct {
// contains filtered or unexported fields
}
func NewNullableEpsNasSecurityMode ¶
func NewNullableEpsNasSecurityMode(val *EpsNasSecurityMode) *NullableEpsNasSecurityMode
func (NullableEpsNasSecurityMode) Get ¶
func (v NullableEpsNasSecurityMode) Get() *EpsNasSecurityMode
func (NullableEpsNasSecurityMode) IsSet ¶
func (v NullableEpsNasSecurityMode) IsSet() bool
func (NullableEpsNasSecurityMode) MarshalJSON ¶
func (v NullableEpsNasSecurityMode) MarshalJSON() ([]byte, error)
func (*NullableEpsNasSecurityMode) Set ¶
func (v *NullableEpsNasSecurityMode) Set(val *EpsNasSecurityMode)
func (*NullableEpsNasSecurityMode) UnmarshalJSON ¶
func (v *NullableEpsNasSecurityMode) UnmarshalJSON(src []byte) error
func (*NullableEpsNasSecurityMode) Unset ¶
func (v *NullableEpsNasSecurityMode) Unset()
type NullableEthFlowDescription ¶
type NullableEthFlowDescription struct {
// contains filtered or unexported fields
}
func NewNullableEthFlowDescription ¶
func NewNullableEthFlowDescription(val *EthFlowDescription) *NullableEthFlowDescription
func (NullableEthFlowDescription) Get ¶
func (v NullableEthFlowDescription) Get() *EthFlowDescription
func (NullableEthFlowDescription) IsSet ¶
func (v NullableEthFlowDescription) IsSet() bool
func (NullableEthFlowDescription) MarshalJSON ¶
func (v NullableEthFlowDescription) MarshalJSON() ([]byte, error)
func (*NullableEthFlowDescription) Set ¶
func (v *NullableEthFlowDescription) Set(val *EthFlowDescription)
func (*NullableEthFlowDescription) UnmarshalJSON ¶
func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error
func (*NullableEthFlowDescription) Unset ¶
func (v *NullableEthFlowDescription) Unset()
type NullableEutraLocation ¶
type NullableEutraLocation struct {
// contains filtered or unexported fields
}
func NewNullableEutraLocation ¶
func NewNullableEutraLocation(val *EutraLocation) *NullableEutraLocation
func (NullableEutraLocation) Get ¶
func (v NullableEutraLocation) Get() *EutraLocation
func (NullableEutraLocation) IsSet ¶
func (v NullableEutraLocation) IsSet() bool
func (NullableEutraLocation) MarshalJSON ¶
func (v NullableEutraLocation) MarshalJSON() ([]byte, error)
func (*NullableEutraLocation) Set ¶
func (v *NullableEutraLocation) Set(val *EutraLocation)
func (*NullableEutraLocation) UnmarshalJSON ¶
func (v *NullableEutraLocation) UnmarshalJSON(src []byte) error
func (*NullableEutraLocation) Unset ¶
func (v *NullableEutraLocation) Unset()
type NullableEventNotification ¶
type NullableEventNotification struct {
// contains filtered or unexported fields
}
func NewNullableEventNotification ¶
func NewNullableEventNotification(val *EventNotification) *NullableEventNotification
func (NullableEventNotification) Get ¶
func (v NullableEventNotification) Get() *EventNotification
func (NullableEventNotification) IsSet ¶
func (v NullableEventNotification) IsSet() bool
func (NullableEventNotification) MarshalJSON ¶
func (v NullableEventNotification) MarshalJSON() ([]byte, error)
func (*NullableEventNotification) Set ¶
func (v *NullableEventNotification) Set(val *EventNotification)
func (*NullableEventNotification) UnmarshalJSON ¶
func (v *NullableEventNotification) UnmarshalJSON(src []byte) error
func (*NullableEventNotification) Unset ¶
func (v *NullableEventNotification) Unset()
type NullableEventReportingRequirement ¶
type NullableEventReportingRequirement struct {
// contains filtered or unexported fields
}
func NewNullableEventReportingRequirement ¶
func NewNullableEventReportingRequirement(val *EventReportingRequirement) *NullableEventReportingRequirement
func (NullableEventReportingRequirement) Get ¶
func (v NullableEventReportingRequirement) Get() *EventReportingRequirement
func (NullableEventReportingRequirement) IsSet ¶
func (v NullableEventReportingRequirement) IsSet() bool
func (NullableEventReportingRequirement) MarshalJSON ¶
func (v NullableEventReportingRequirement) MarshalJSON() ([]byte, error)
func (*NullableEventReportingRequirement) Set ¶
func (v *NullableEventReportingRequirement) Set(val *EventReportingRequirement)
func (*NullableEventReportingRequirement) UnmarshalJSON ¶
func (v *NullableEventReportingRequirement) UnmarshalJSON(src []byte) error
func (*NullableEventReportingRequirement) Unset ¶
func (v *NullableEventReportingRequirement) Unset()
type NullableEventSubscription ¶
type NullableEventSubscription struct {
// contains filtered or unexported fields
}
func NewNullableEventSubscription ¶
func NewNullableEventSubscription(val *EventSubscription) *NullableEventSubscription
func (NullableEventSubscription) Get ¶
func (v NullableEventSubscription) Get() *EventSubscription
func (NullableEventSubscription) IsSet ¶
func (v NullableEventSubscription) IsSet() bool
func (NullableEventSubscription) MarshalJSON ¶
func (v NullableEventSubscription) MarshalJSON() ([]byte, error)
func (*NullableEventSubscription) Set ¶
func (v *NullableEventSubscription) Set(val *EventSubscription)
func (*NullableEventSubscription) UnmarshalJSON ¶
func (v *NullableEventSubscription) UnmarshalJSON(src []byte) error
func (*NullableEventSubscription) Unset ¶
func (v *NullableEventSubscription) Unset()
type NullableException ¶
type NullableException struct {
// contains filtered or unexported fields
}
func NewNullableException ¶
func NewNullableException(val *Exception) *NullableException
func (NullableException) Get ¶
func (v NullableException) Get() *Exception
func (NullableException) IsSet ¶
func (v NullableException) IsSet() bool
func (NullableException) MarshalJSON ¶
func (v NullableException) MarshalJSON() ([]byte, error)
func (*NullableException) Set ¶
func (v *NullableException) Set(val *Exception)
func (*NullableException) UnmarshalJSON ¶
func (v *NullableException) UnmarshalJSON(src []byte) error
func (*NullableException) Unset ¶
func (v *NullableException) Unset()
type NullableExceptionId ¶
type NullableExceptionId struct {
// contains filtered or unexported fields
}
func NewNullableExceptionId ¶
func NewNullableExceptionId(val *ExceptionId) *NullableExceptionId
func (NullableExceptionId) Get ¶
func (v NullableExceptionId) Get() *ExceptionId
func (NullableExceptionId) IsSet ¶
func (v NullableExceptionId) IsSet() bool
func (NullableExceptionId) MarshalJSON ¶
func (v NullableExceptionId) MarshalJSON() ([]byte, error)
func (*NullableExceptionId) Set ¶
func (v *NullableExceptionId) Set(val *ExceptionId)
func (*NullableExceptionId) UnmarshalJSON ¶
func (v *NullableExceptionId) UnmarshalJSON(src []byte) error
func (*NullableExceptionId) Unset ¶
func (v *NullableExceptionId) Unset()
type NullableExceptionTrend ¶
type NullableExceptionTrend struct {
// contains filtered or unexported fields
}
func NewNullableExceptionTrend ¶
func NewNullableExceptionTrend(val *ExceptionTrend) *NullableExceptionTrend
func (NullableExceptionTrend) Get ¶
func (v NullableExceptionTrend) Get() *ExceptionTrend
func (NullableExceptionTrend) IsSet ¶
func (v NullableExceptionTrend) IsSet() bool
func (NullableExceptionTrend) MarshalJSON ¶
func (v NullableExceptionTrend) MarshalJSON() ([]byte, error)
func (*NullableExceptionTrend) Set ¶
func (v *NullableExceptionTrend) Set(val *ExceptionTrend)
func (*NullableExceptionTrend) UnmarshalJSON ¶
func (v *NullableExceptionTrend) UnmarshalJSON(src []byte) error
func (*NullableExceptionTrend) Unset ¶
func (v *NullableExceptionTrend) Unset()
type NullableExpectedAnalyticsType ¶
type NullableExpectedAnalyticsType struct {
// contains filtered or unexported fields
}
func NewNullableExpectedAnalyticsType ¶
func NewNullableExpectedAnalyticsType(val *ExpectedAnalyticsType) *NullableExpectedAnalyticsType
func (NullableExpectedAnalyticsType) Get ¶
func (v NullableExpectedAnalyticsType) Get() *ExpectedAnalyticsType
func (NullableExpectedAnalyticsType) IsSet ¶
func (v NullableExpectedAnalyticsType) IsSet() bool
func (NullableExpectedAnalyticsType) MarshalJSON ¶
func (v NullableExpectedAnalyticsType) MarshalJSON() ([]byte, error)
func (*NullableExpectedAnalyticsType) Set ¶
func (v *NullableExpectedAnalyticsType) Set(val *ExpectedAnalyticsType)
func (*NullableExpectedAnalyticsType) UnmarshalJSON ¶
func (v *NullableExpectedAnalyticsType) UnmarshalJSON(src []byte) error
func (*NullableExpectedAnalyticsType) Unset ¶
func (v *NullableExpectedAnalyticsType) Unset()
type NullableExpectedUeBehavior ¶
type NullableExpectedUeBehavior struct {
// contains filtered or unexported fields
}
func NewNullableExpectedUeBehavior ¶
func NewNullableExpectedUeBehavior(val *ExpectedUeBehavior) *NullableExpectedUeBehavior
func (NullableExpectedUeBehavior) Get ¶
func (v NullableExpectedUeBehavior) Get() *ExpectedUeBehavior
func (NullableExpectedUeBehavior) IsSet ¶
func (v NullableExpectedUeBehavior) IsSet() bool
func (NullableExpectedUeBehavior) MarshalJSON ¶
func (v NullableExpectedUeBehavior) MarshalJSON() ([]byte, error)
func (*NullableExpectedUeBehavior) Set ¶
func (v *NullableExpectedUeBehavior) Set(val *ExpectedUeBehavior)
func (*NullableExpectedUeBehavior) UnmarshalJSON ¶
func (v *NullableExpectedUeBehavior) UnmarshalJSON(src []byte) error
func (*NullableExpectedUeBehavior) Unset ¶
func (v *NullableExpectedUeBehavior) Unset()
type NullableExpectedUeBehaviourData ¶
type NullableExpectedUeBehaviourData struct {
// contains filtered or unexported fields
}
func NewNullableExpectedUeBehaviourData ¶
func NewNullableExpectedUeBehaviourData(val *ExpectedUeBehaviourData) *NullableExpectedUeBehaviourData
func (NullableExpectedUeBehaviourData) Get ¶
func (v NullableExpectedUeBehaviourData) Get() *ExpectedUeBehaviourData
func (NullableExpectedUeBehaviourData) IsSet ¶
func (v NullableExpectedUeBehaviourData) IsSet() bool
func (NullableExpectedUeBehaviourData) MarshalJSON ¶
func (v NullableExpectedUeBehaviourData) MarshalJSON() ([]byte, error)
func (*NullableExpectedUeBehaviourData) Set ¶
func (v *NullableExpectedUeBehaviourData) Set(val *ExpectedUeBehaviourData)
func (*NullableExpectedUeBehaviourData) UnmarshalJSON ¶
func (v *NullableExpectedUeBehaviourData) UnmarshalJSON(src []byte) error
func (*NullableExpectedUeBehaviourData) Unset ¶
func (v *NullableExpectedUeBehaviourData) Unset()
type NullableExtAmfEventSubscription ¶
type NullableExtAmfEventSubscription struct {
// contains filtered or unexported fields
}
func NewNullableExtAmfEventSubscription ¶
func NewNullableExtAmfEventSubscription(val *ExtAmfEventSubscription) *NullableExtAmfEventSubscription
func (NullableExtAmfEventSubscription) Get ¶
func (v NullableExtAmfEventSubscription) Get() *ExtAmfEventSubscription
func (NullableExtAmfEventSubscription) IsSet ¶
func (v NullableExtAmfEventSubscription) IsSet() bool
func (NullableExtAmfEventSubscription) MarshalJSON ¶
func (v NullableExtAmfEventSubscription) MarshalJSON() ([]byte, error)
func (*NullableExtAmfEventSubscription) Set ¶
func (v *NullableExtAmfEventSubscription) Set(val *ExtAmfEventSubscription)
func (*NullableExtAmfEventSubscription) UnmarshalJSON ¶
func (v *NullableExtAmfEventSubscription) UnmarshalJSON(src []byte) error
func (*NullableExtAmfEventSubscription) Unset ¶
func (v *NullableExtAmfEventSubscription) Unset()
type NullableExtSnssai ¶
type NullableExtSnssai struct {
// contains filtered or unexported fields
}
func NewNullableExtSnssai ¶
func NewNullableExtSnssai(val *ExtSnssai) *NullableExtSnssai
func (NullableExtSnssai) Get ¶
func (v NullableExtSnssai) Get() *ExtSnssai
func (NullableExtSnssai) IsSet ¶
func (v NullableExtSnssai) IsSet() bool
func (NullableExtSnssai) MarshalJSON ¶
func (v NullableExtSnssai) MarshalJSON() ([]byte, error)
func (*NullableExtSnssai) Set ¶
func (v *NullableExtSnssai) Set(val *ExtSnssai)
func (*NullableExtSnssai) UnmarshalJSON ¶
func (v *NullableExtSnssai) UnmarshalJSON(src []byte) error
func (*NullableExtSnssai) Unset ¶
func (v *NullableExtSnssai) Unset()
type NullableFailureEventInfo ¶
type NullableFailureEventInfo struct {
// contains filtered or unexported fields
}
func NewNullableFailureEventInfo ¶
func NewNullableFailureEventInfo(val *FailureEventInfo) *NullableFailureEventInfo
func (NullableFailureEventInfo) Get ¶
func (v NullableFailureEventInfo) Get() *FailureEventInfo
func (NullableFailureEventInfo) IsSet ¶
func (v NullableFailureEventInfo) IsSet() bool
func (NullableFailureEventInfo) MarshalJSON ¶
func (v NullableFailureEventInfo) MarshalJSON() ([]byte, error)
func (*NullableFailureEventInfo) Set ¶
func (v *NullableFailureEventInfo) Set(val *FailureEventInfo)
func (*NullableFailureEventInfo) UnmarshalJSON ¶
func (v *NullableFailureEventInfo) UnmarshalJSON(src []byte) error
func (*NullableFailureEventInfo) Unset ¶
func (v *NullableFailureEventInfo) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableFlowDirection ¶
type NullableFlowDirection struct {
// contains filtered or unexported fields
}
func NewNullableFlowDirection ¶
func NewNullableFlowDirection(val *FlowDirection) *NullableFlowDirection
func (NullableFlowDirection) Get ¶
func (v NullableFlowDirection) Get() *FlowDirection
func (NullableFlowDirection) IsSet ¶
func (v NullableFlowDirection) IsSet() bool
func (NullableFlowDirection) MarshalJSON ¶
func (v NullableFlowDirection) MarshalJSON() ([]byte, error)
func (*NullableFlowDirection) Set ¶
func (v *NullableFlowDirection) Set(val *FlowDirection)
func (*NullableFlowDirection) UnmarshalJSON ¶
func (v *NullableFlowDirection) UnmarshalJSON(src []byte) error
func (*NullableFlowDirection) Unset ¶
func (v *NullableFlowDirection) Unset()
type NullableFlowInfo ¶
type NullableFlowInfo struct {
// contains filtered or unexported fields
}
func NewNullableFlowInfo ¶
func NewNullableFlowInfo(val *FlowInfo) *NullableFlowInfo
func (NullableFlowInfo) Get ¶
func (v NullableFlowInfo) Get() *FlowInfo
func (NullableFlowInfo) IsSet ¶
func (v NullableFlowInfo) IsSet() bool
func (NullableFlowInfo) MarshalJSON ¶
func (v NullableFlowInfo) MarshalJSON() ([]byte, error)
func (*NullableFlowInfo) Set ¶
func (v *NullableFlowInfo) Set(val *FlowInfo)
func (*NullableFlowInfo) UnmarshalJSON ¶
func (v *NullableFlowInfo) UnmarshalJSON(src []byte) error
func (*NullableFlowInfo) Unset ¶
func (v *NullableFlowInfo) Unset()
type NullableGADShape ¶
type NullableGADShape struct {
// contains filtered or unexported fields
}
func NewNullableGADShape ¶
func NewNullableGADShape(val *GADShape) *NullableGADShape
func (NullableGADShape) Get ¶
func (v NullableGADShape) Get() *GADShape
func (NullableGADShape) IsSet ¶
func (v NullableGADShape) IsSet() bool
func (NullableGADShape) MarshalJSON ¶
func (v NullableGADShape) MarshalJSON() ([]byte, error)
func (*NullableGADShape) Set ¶
func (v *NullableGADShape) Set(val *GADShape)
func (*NullableGADShape) UnmarshalJSON ¶
func (v *NullableGADShape) UnmarshalJSON(src []byte) error
func (*NullableGADShape) Unset ¶
func (v *NullableGADShape) Unset()
type NullableGNbId ¶
type NullableGNbId struct {
// contains filtered or unexported fields
}
func NewNullableGNbId ¶
func NewNullableGNbId(val *GNbId) *NullableGNbId
func (NullableGNbId) Get ¶
func (v NullableGNbId) Get() *GNbId
func (NullableGNbId) IsSet ¶
func (v NullableGNbId) IsSet() bool
func (NullableGNbId) MarshalJSON ¶
func (v NullableGNbId) MarshalJSON() ([]byte, error)
func (*NullableGNbId) Set ¶
func (v *NullableGNbId) Set(val *GNbId)
func (*NullableGNbId) UnmarshalJSON ¶
func (v *NullableGNbId) UnmarshalJSON(src []byte) error
func (*NullableGNbId) Unset ¶
func (v *NullableGNbId) Unset()
type NullableGeographicArea ¶
type NullableGeographicArea struct {
// contains filtered or unexported fields
}
func NewNullableGeographicArea ¶
func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea
func (NullableGeographicArea) Get ¶
func (v NullableGeographicArea) Get() *GeographicArea
func (NullableGeographicArea) IsSet ¶
func (v NullableGeographicArea) IsSet() bool
func (NullableGeographicArea) MarshalJSON ¶
func (v NullableGeographicArea) MarshalJSON() ([]byte, error)
func (*NullableGeographicArea) Set ¶
func (v *NullableGeographicArea) Set(val *GeographicArea)
func (*NullableGeographicArea) UnmarshalJSON ¶
func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error
func (*NullableGeographicArea) Unset ¶
func (v *NullableGeographicArea) Unset()
type NullableGeographicalCoordinates ¶
type NullableGeographicalCoordinates struct {
// contains filtered or unexported fields
}
func NewNullableGeographicalCoordinates ¶
func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates
func (NullableGeographicalCoordinates) Get ¶
func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
func (NullableGeographicalCoordinates) IsSet ¶
func (v NullableGeographicalCoordinates) IsSet() bool
func (NullableGeographicalCoordinates) MarshalJSON ¶
func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*NullableGeographicalCoordinates) Set ¶
func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
func (*NullableGeographicalCoordinates) UnmarshalJSON ¶
func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
func (*NullableGeographicalCoordinates) Unset ¶
func (v *NullableGeographicalCoordinates) Unset()
type NullableGeraLocation ¶
type NullableGeraLocation struct {
// contains filtered or unexported fields
}
func NewNullableGeraLocation ¶
func NewNullableGeraLocation(val *GeraLocation) *NullableGeraLocation
func (NullableGeraLocation) Get ¶
func (v NullableGeraLocation) Get() *GeraLocation
func (NullableGeraLocation) IsSet ¶
func (v NullableGeraLocation) IsSet() bool
func (NullableGeraLocation) MarshalJSON ¶
func (v NullableGeraLocation) MarshalJSON() ([]byte, error)
func (*NullableGeraLocation) Set ¶
func (v *NullableGeraLocation) Set(val *GeraLocation)
func (*NullableGeraLocation) UnmarshalJSON ¶
func (v *NullableGeraLocation) UnmarshalJSON(src []byte) error
func (*NullableGeraLocation) Unset ¶
func (v *NullableGeraLocation) Unset()
type NullableGlobalRanNodeId ¶
type NullableGlobalRanNodeId struct {
// contains filtered or unexported fields
}
func NewNullableGlobalRanNodeId ¶
func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId
func (NullableGlobalRanNodeId) Get ¶
func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
func (NullableGlobalRanNodeId) IsSet ¶
func (v NullableGlobalRanNodeId) IsSet() bool
func (NullableGlobalRanNodeId) MarshalJSON ¶
func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*NullableGlobalRanNodeId) Set ¶
func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
func (*NullableGlobalRanNodeId) UnmarshalJSON ¶
func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
func (*NullableGlobalRanNodeId) Unset ¶
func (v *NullableGlobalRanNodeId) Unset()
type NullableGuami ¶
type NullableGuami struct {
// contains filtered or unexported fields
}
func NewNullableGuami ¶
func NewNullableGuami(val *Guami) *NullableGuami
func (NullableGuami) Get ¶
func (v NullableGuami) Get() *Guami
func (NullableGuami) IsSet ¶
func (v NullableGuami) IsSet() bool
func (NullableGuami) MarshalJSON ¶
func (v NullableGuami) MarshalJSON() ([]byte, error)
func (*NullableGuami) Set ¶
func (v *NullableGuami) Set(val *Guami)
func (*NullableGuami) UnmarshalJSON ¶
func (v *NullableGuami) UnmarshalJSON(src []byte) error
func (*NullableGuami) Unset ¶
func (v *NullableGuami) Unset()
type NullableHfcNodeId ¶
type NullableHfcNodeId struct {
// contains filtered or unexported fields
}
func NewNullableHfcNodeId ¶
func NewNullableHfcNodeId(val *HfcNodeId) *NullableHfcNodeId
func (NullableHfcNodeId) Get ¶
func (v NullableHfcNodeId) Get() *HfcNodeId
func (NullableHfcNodeId) IsSet ¶
func (v NullableHfcNodeId) IsSet() bool
func (NullableHfcNodeId) MarshalJSON ¶
func (v NullableHfcNodeId) MarshalJSON() ([]byte, error)
func (*NullableHfcNodeId) Set ¶
func (v *NullableHfcNodeId) Set(val *HfcNodeId)
func (*NullableHfcNodeId) UnmarshalJSON ¶
func (v *NullableHfcNodeId) UnmarshalJSON(src []byte) error
func (*NullableHfcNodeId) Unset ¶
func (v *NullableHfcNodeId) Unset()
type NullableImmediateMdtConf ¶
type NullableImmediateMdtConf struct {
// contains filtered or unexported fields
}
func NewNullableImmediateMdtConf ¶
func NewNullableImmediateMdtConf(val *ImmediateMdtConf) *NullableImmediateMdtConf
func (NullableImmediateMdtConf) Get ¶
func (v NullableImmediateMdtConf) Get() *ImmediateMdtConf
func (NullableImmediateMdtConf) IsSet ¶
func (v NullableImmediateMdtConf) IsSet() bool
func (NullableImmediateMdtConf) MarshalJSON ¶
func (v NullableImmediateMdtConf) MarshalJSON() ([]byte, error)
func (*NullableImmediateMdtConf) Set ¶
func (v *NullableImmediateMdtConf) Set(val *ImmediateMdtConf)
func (*NullableImmediateMdtConf) UnmarshalJSON ¶
func (v *NullableImmediateMdtConf) UnmarshalJSON(src []byte) error
func (*NullableImmediateMdtConf) Unset ¶
func (v *NullableImmediateMdtConf) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableIntegrityAlgorithm ¶
type NullableIntegrityAlgorithm struct {
// contains filtered or unexported fields
}
func NewNullableIntegrityAlgorithm ¶
func NewNullableIntegrityAlgorithm(val *IntegrityAlgorithm) *NullableIntegrityAlgorithm
func (NullableIntegrityAlgorithm) Get ¶
func (v NullableIntegrityAlgorithm) Get() *IntegrityAlgorithm
func (NullableIntegrityAlgorithm) IsSet ¶
func (v NullableIntegrityAlgorithm) IsSet() bool
func (NullableIntegrityAlgorithm) MarshalJSON ¶
func (v NullableIntegrityAlgorithm) MarshalJSON() ([]byte, error)
func (*NullableIntegrityAlgorithm) Set ¶
func (v *NullableIntegrityAlgorithm) Set(val *IntegrityAlgorithm)
func (*NullableIntegrityAlgorithm) UnmarshalJSON ¶
func (v *NullableIntegrityAlgorithm) UnmarshalJSON(src []byte) error
func (*NullableIntegrityAlgorithm) Unset ¶
func (v *NullableIntegrityAlgorithm) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableIpAddr ¶
type NullableIpAddr struct {
// contains filtered or unexported fields
}
func NewNullableIpAddr ¶
func NewNullableIpAddr(val *IpAddr) *NullableIpAddr
func (NullableIpAddr) Get ¶
func (v NullableIpAddr) Get() *IpAddr
func (NullableIpAddr) IsSet ¶
func (v NullableIpAddr) IsSet() bool
func (NullableIpAddr) MarshalJSON ¶
func (v NullableIpAddr) MarshalJSON() ([]byte, error)
func (*NullableIpAddr) Set ¶
func (v *NullableIpAddr) Set(val *IpAddr)
func (*NullableIpAddr) UnmarshalJSON ¶
func (v *NullableIpAddr) UnmarshalJSON(src []byte) error
func (*NullableIpAddr) Unset ¶
func (v *NullableIpAddr) Unset()
type NullableIpAddress ¶
type NullableIpAddress struct {
// contains filtered or unexported fields
}
func NewNullableIpAddress ¶
func NewNullableIpAddress(val *IpAddress) *NullableIpAddress
func (NullableIpAddress) Get ¶
func (v NullableIpAddress) Get() *IpAddress
func (NullableIpAddress) IsSet ¶
func (v NullableIpAddress) IsSet() bool
func (NullableIpAddress) MarshalJSON ¶
func (v NullableIpAddress) MarshalJSON() ([]byte, error)
func (*NullableIpAddress) Set ¶
func (v *NullableIpAddress) Set(val *IpAddress)
func (*NullableIpAddress) UnmarshalJSON ¶
func (v *NullableIpAddress) UnmarshalJSON(src []byte) error
func (*NullableIpAddress) Unset ¶
func (v *NullableIpAddress) Unset()
type NullableIpEthFlowDescription ¶
type NullableIpEthFlowDescription struct {
// contains filtered or unexported fields
}
func NewNullableIpEthFlowDescription ¶
func NewNullableIpEthFlowDescription(val *IpEthFlowDescription) *NullableIpEthFlowDescription
func (NullableIpEthFlowDescription) Get ¶
func (v NullableIpEthFlowDescription) Get() *IpEthFlowDescription
func (NullableIpEthFlowDescription) IsSet ¶
func (v NullableIpEthFlowDescription) IsSet() bool
func (NullableIpEthFlowDescription) MarshalJSON ¶
func (v NullableIpEthFlowDescription) MarshalJSON() ([]byte, error)
func (*NullableIpEthFlowDescription) Set ¶
func (v *NullableIpEthFlowDescription) Set(val *IpEthFlowDescription)
func (*NullableIpEthFlowDescription) UnmarshalJSON ¶
func (v *NullableIpEthFlowDescription) UnmarshalJSON(src []byte) error
func (*NullableIpEthFlowDescription) Unset ¶
func (v *NullableIpEthFlowDescription) Unset()
type NullableIpv6Addr ¶
type NullableIpv6Addr struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Addr ¶
func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr
func (NullableIpv6Addr) Get ¶
func (v NullableIpv6Addr) Get() *Ipv6Addr
func (NullableIpv6Addr) IsSet ¶
func (v NullableIpv6Addr) IsSet() bool
func (NullableIpv6Addr) MarshalJSON ¶
func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)
func (*NullableIpv6Addr) Set ¶
func (v *NullableIpv6Addr) Set(val *Ipv6Addr)
func (*NullableIpv6Addr) UnmarshalJSON ¶
func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error
func (*NullableIpv6Addr) Unset ¶
func (v *NullableIpv6Addr) Unset()
type NullableIpv6Prefix ¶
type NullableIpv6Prefix struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Prefix ¶
func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix
func (NullableIpv6Prefix) Get ¶
func (v NullableIpv6Prefix) Get() *Ipv6Prefix
func (NullableIpv6Prefix) IsSet ¶
func (v NullableIpv6Prefix) IsSet() bool
func (NullableIpv6Prefix) MarshalJSON ¶
func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)
func (*NullableIpv6Prefix) Set ¶
func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)
func (*NullableIpv6Prefix) UnmarshalJSON ¶
func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error
func (*NullableIpv6Prefix) Unset ¶
func (v *NullableIpv6Prefix) Unset()
type NullableJobType ¶
type NullableJobType struct {
// contains filtered or unexported fields
}
func NewNullableJobType ¶
func NewNullableJobType(val *JobType) *NullableJobType
func (NullableJobType) Get ¶
func (v NullableJobType) Get() *JobType
func (NullableJobType) IsSet ¶
func (v NullableJobType) IsSet() bool
func (NullableJobType) MarshalJSON ¶
func (v NullableJobType) MarshalJSON() ([]byte, error)
func (*NullableJobType) Set ¶
func (v *NullableJobType) Set(val *JobType)
func (*NullableJobType) UnmarshalJSON ¶
func (v *NullableJobType) UnmarshalJSON(src []byte) error
func (*NullableJobType) Unset ¶
func (v *NullableJobType) Unset()
type NullableKeyAmf ¶
type NullableKeyAmf struct {
// contains filtered or unexported fields
}
func NewNullableKeyAmf ¶
func NewNullableKeyAmf(val *KeyAmf) *NullableKeyAmf
func (NullableKeyAmf) Get ¶
func (v NullableKeyAmf) Get() *KeyAmf
func (NullableKeyAmf) IsSet ¶
func (v NullableKeyAmf) IsSet() bool
func (NullableKeyAmf) MarshalJSON ¶
func (v NullableKeyAmf) MarshalJSON() ([]byte, error)
func (*NullableKeyAmf) Set ¶
func (v *NullableKeyAmf) Set(val *KeyAmf)
func (*NullableKeyAmf) UnmarshalJSON ¶
func (v *NullableKeyAmf) UnmarshalJSON(src []byte) error
func (*NullableKeyAmf) Unset ¶
func (v *NullableKeyAmf) Unset()
type NullableKeyAmfType ¶
type NullableKeyAmfType struct {
// contains filtered or unexported fields
}
func NewNullableKeyAmfType ¶
func NewNullableKeyAmfType(val *KeyAmfType) *NullableKeyAmfType
func (NullableKeyAmfType) Get ¶
func (v NullableKeyAmfType) Get() *KeyAmfType
func (NullableKeyAmfType) IsSet ¶
func (v NullableKeyAmfType) IsSet() bool
func (NullableKeyAmfType) MarshalJSON ¶
func (v NullableKeyAmfType) MarshalJSON() ([]byte, error)
func (*NullableKeyAmfType) Set ¶
func (v *NullableKeyAmfType) Set(val *KeyAmfType)
func (*NullableKeyAmfType) UnmarshalJSON ¶
func (v *NullableKeyAmfType) UnmarshalJSON(src []byte) error
func (*NullableKeyAmfType) Unset ¶
func (v *NullableKeyAmfType) Unset()
type NullableLadnInfo ¶
type NullableLadnInfo struct {
// contains filtered or unexported fields
}
func NewNullableLadnInfo ¶
func NewNullableLadnInfo(val *LadnInfo) *NullableLadnInfo
func (NullableLadnInfo) Get ¶
func (v NullableLadnInfo) Get() *LadnInfo
func (NullableLadnInfo) IsSet ¶
func (v NullableLadnInfo) IsSet() bool
func (NullableLadnInfo) MarshalJSON ¶
func (v NullableLadnInfo) MarshalJSON() ([]byte, error)
func (*NullableLadnInfo) Set ¶
func (v *NullableLadnInfo) Set(val *LadnInfo)
func (*NullableLadnInfo) UnmarshalJSON ¶
func (v *NullableLadnInfo) UnmarshalJSON(src []byte) error
func (*NullableLadnInfo) Unset ¶
func (v *NullableLadnInfo) Unset()
type NullableLineType ¶
type NullableLineType struct {
// contains filtered or unexported fields
}
func NewNullableLineType ¶
func NewNullableLineType(val *LineType) *NullableLineType
func (NullableLineType) Get ¶
func (v NullableLineType) Get() *LineType
func (NullableLineType) IsSet ¶
func (v NullableLineType) IsSet() bool
func (NullableLineType) MarshalJSON ¶
func (v NullableLineType) MarshalJSON() ([]byte, error)
func (*NullableLineType) Set ¶
func (v *NullableLineType) Set(val *LineType)
func (*NullableLineType) UnmarshalJSON ¶
func (v *NullableLineType) UnmarshalJSON(src []byte) error
func (*NullableLineType) Unset ¶
func (v *NullableLineType) Unset()
type NullableLocal2dPointUncertaintyEllipse ¶
type NullableLocal2dPointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableLocal2dPointUncertaintyEllipse ¶
func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) Get ¶
func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) IsSet ¶
func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
func (NullableLocal2dPointUncertaintyEllipse) MarshalJSON ¶
func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableLocal2dPointUncertaintyEllipse) Set ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
func (*NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableLocal2dPointUncertaintyEllipse) Unset ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
type NullableLocal2dPointUncertaintyEllipseAllOf ¶
type NullableLocal2dPointUncertaintyEllipseAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLocal2dPointUncertaintyEllipseAllOf ¶
func NewNullableLocal2dPointUncertaintyEllipseAllOf(val *Local2dPointUncertaintyEllipseAllOf) *NullableLocal2dPointUncertaintyEllipseAllOf
func (NullableLocal2dPointUncertaintyEllipseAllOf) IsSet ¶
func (v NullableLocal2dPointUncertaintyEllipseAllOf) IsSet() bool
func (NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON ¶
func (v NullableLocal2dPointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*NullableLocal2dPointUncertaintyEllipseAllOf) Set ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Set(val *Local2dPointUncertaintyEllipseAllOf)
func (*NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
func (*NullableLocal2dPointUncertaintyEllipseAllOf) Unset ¶
func (v *NullableLocal2dPointUncertaintyEllipseAllOf) Unset()
type NullableLocal3dPointUncertaintyEllipsoid ¶
type NullableLocal3dPointUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoid ¶
func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid
func (NullableLocal3dPointUncertaintyEllipsoid) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoid) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
func (*NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoid) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
type NullableLocal3dPointUncertaintyEllipsoidAllOf ¶
type NullableLocal3dPointUncertaintyEllipsoidAllOf struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoidAllOf ¶
func NewNullableLocal3dPointUncertaintyEllipsoidAllOf(val *Local3dPointUncertaintyEllipsoidAllOf) *NullableLocal3dPointUncertaintyEllipsoidAllOf
func (NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoidAllOf) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Set(val *Local3dPointUncertaintyEllipsoidAllOf)
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoidAllOf) Unset()
type NullableLocalOrigin ¶
type NullableLocalOrigin struct {
// contains filtered or unexported fields
}
func NewNullableLocalOrigin ¶
func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin
func (NullableLocalOrigin) Get ¶
func (v NullableLocalOrigin) Get() *LocalOrigin
func (NullableLocalOrigin) IsSet ¶
func (v NullableLocalOrigin) IsSet() bool
func (NullableLocalOrigin) MarshalJSON ¶
func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
func (*NullableLocalOrigin) Set ¶
func (v *NullableLocalOrigin) Set(val *LocalOrigin)
func (*NullableLocalOrigin) UnmarshalJSON ¶
func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
func (*NullableLocalOrigin) Unset ¶
func (v *NullableLocalOrigin) Unset()
type NullableLocationArea ¶
type NullableLocationArea struct {
// contains filtered or unexported fields
}
func NewNullableLocationArea ¶
func NewNullableLocationArea(val *LocationArea) *NullableLocationArea
func (NullableLocationArea) Get ¶
func (v NullableLocationArea) Get() *LocationArea
func (NullableLocationArea) IsSet ¶
func (v NullableLocationArea) IsSet() bool
func (NullableLocationArea) MarshalJSON ¶
func (v NullableLocationArea) MarshalJSON() ([]byte, error)
func (*NullableLocationArea) Set ¶
func (v *NullableLocationArea) Set(val *LocationArea)
func (*NullableLocationArea) UnmarshalJSON ¶
func (v *NullableLocationArea) UnmarshalJSON(src []byte) error
func (*NullableLocationArea) Unset ¶
func (v *NullableLocationArea) Unset()
type NullableLocationAreaId ¶
type NullableLocationAreaId struct {
// contains filtered or unexported fields
}
func NewNullableLocationAreaId ¶
func NewNullableLocationAreaId(val *LocationAreaId) *NullableLocationAreaId
func (NullableLocationAreaId) Get ¶
func (v NullableLocationAreaId) Get() *LocationAreaId
func (NullableLocationAreaId) IsSet ¶
func (v NullableLocationAreaId) IsSet() bool
func (NullableLocationAreaId) MarshalJSON ¶
func (v NullableLocationAreaId) MarshalJSON() ([]byte, error)
func (*NullableLocationAreaId) Set ¶
func (v *NullableLocationAreaId) Set(val *LocationAreaId)
func (*NullableLocationAreaId) UnmarshalJSON ¶
func (v *NullableLocationAreaId) UnmarshalJSON(src []byte) error
func (*NullableLocationAreaId) Unset ¶
func (v *NullableLocationAreaId) Unset()
type NullableLocationFilter ¶
type NullableLocationFilter struct {
// contains filtered or unexported fields
}
func NewNullableLocationFilter ¶
func NewNullableLocationFilter(val *LocationFilter) *NullableLocationFilter
func (NullableLocationFilter) Get ¶
func (v NullableLocationFilter) Get() *LocationFilter
func (NullableLocationFilter) IsSet ¶
func (v NullableLocationFilter) IsSet() bool
func (NullableLocationFilter) MarshalJSON ¶
func (v NullableLocationFilter) MarshalJSON() ([]byte, error)
func (*NullableLocationFilter) Set ¶
func (v *NullableLocationFilter) Set(val *LocationFilter)
func (*NullableLocationFilter) UnmarshalJSON ¶
func (v *NullableLocationFilter) UnmarshalJSON(src []byte) error
func (*NullableLocationFilter) Unset ¶
func (v *NullableLocationFilter) Unset()
type NullableLocationInfo ¶
type NullableLocationInfo struct {
// contains filtered or unexported fields
}
func NewNullableLocationInfo ¶
func NewNullableLocationInfo(val *LocationInfo) *NullableLocationInfo
func (NullableLocationInfo) Get ¶
func (v NullableLocationInfo) Get() *LocationInfo
func (NullableLocationInfo) IsSet ¶
func (v NullableLocationInfo) IsSet() bool
func (NullableLocationInfo) MarshalJSON ¶
func (v NullableLocationInfo) MarshalJSON() ([]byte, error)
func (*NullableLocationInfo) Set ¶
func (v *NullableLocationInfo) Set(val *LocationInfo)
func (*NullableLocationInfo) UnmarshalJSON ¶
func (v *NullableLocationInfo) UnmarshalJSON(src []byte) error
func (*NullableLocationInfo) Unset ¶
func (v *NullableLocationInfo) Unset()
type NullableLteMInd ¶
type NullableLteMInd struct {
// contains filtered or unexported fields
}
func NewNullableLteMInd ¶
func NewNullableLteMInd(val *LteMInd) *NullableLteMInd
func (NullableLteMInd) Get ¶
func (v NullableLteMInd) Get() *LteMInd
func (NullableLteMInd) IsSet ¶
func (v NullableLteMInd) IsSet() bool
func (NullableLteMInd) MarshalJSON ¶
func (v NullableLteMInd) MarshalJSON() ([]byte, error)
func (*NullableLteMInd) Set ¶
func (v *NullableLteMInd) Set(val *LteMInd)
func (*NullableLteMInd) UnmarshalJSON ¶
func (v *NullableLteMInd) UnmarshalJSON(src []byte) error
func (*NullableLteMInd) Unset ¶
func (v *NullableLteMInd) Unset()
type NullableLteV2xAuth ¶
type NullableLteV2xAuth struct {
// contains filtered or unexported fields
}
func NewNullableLteV2xAuth ¶
func NewNullableLteV2xAuth(val *LteV2xAuth) *NullableLteV2xAuth
func (NullableLteV2xAuth) Get ¶
func (v NullableLteV2xAuth) Get() *LteV2xAuth
func (NullableLteV2xAuth) IsSet ¶
func (v NullableLteV2xAuth) IsSet() bool
func (NullableLteV2xAuth) MarshalJSON ¶
func (v NullableLteV2xAuth) MarshalJSON() ([]byte, error)
func (*NullableLteV2xAuth) Set ¶
func (v *NullableLteV2xAuth) Set(val *LteV2xAuth)
func (*NullableLteV2xAuth) UnmarshalJSON ¶
func (v *NullableLteV2xAuth) UnmarshalJSON(src []byte) error
func (*NullableLteV2xAuth) Unset ¶
func (v *NullableLteV2xAuth) Unset()
type NullableMatchingDirection ¶
type NullableMatchingDirection struct {
// contains filtered or unexported fields
}
func NewNullableMatchingDirection ¶
func NewNullableMatchingDirection(val *MatchingDirection) *NullableMatchingDirection
func (NullableMatchingDirection) Get ¶
func (v NullableMatchingDirection) Get() *MatchingDirection
func (NullableMatchingDirection) IsSet ¶
func (v NullableMatchingDirection) IsSet() bool
func (NullableMatchingDirection) MarshalJSON ¶
func (v NullableMatchingDirection) MarshalJSON() ([]byte, error)
func (*NullableMatchingDirection) Set ¶
func (v *NullableMatchingDirection) Set(val *MatchingDirection)
func (*NullableMatchingDirection) UnmarshalJSON ¶
func (v *NullableMatchingDirection) UnmarshalJSON(src []byte) error
func (*NullableMatchingDirection) Unset ¶
func (v *NullableMatchingDirection) Unset()
type NullableMeasurementLteForMdt ¶
type NullableMeasurementLteForMdt struct {
// contains filtered or unexported fields
}
func NewNullableMeasurementLteForMdt ¶
func NewNullableMeasurementLteForMdt(val *MeasurementLteForMdt) *NullableMeasurementLteForMdt
func (NullableMeasurementLteForMdt) Get ¶
func (v NullableMeasurementLteForMdt) Get() *MeasurementLteForMdt
func (NullableMeasurementLteForMdt) IsSet ¶
func (v NullableMeasurementLteForMdt) IsSet() bool
func (NullableMeasurementLteForMdt) MarshalJSON ¶
func (v NullableMeasurementLteForMdt) MarshalJSON() ([]byte, error)
func (*NullableMeasurementLteForMdt) Set ¶
func (v *NullableMeasurementLteForMdt) Set(val *MeasurementLteForMdt)
func (*NullableMeasurementLteForMdt) UnmarshalJSON ¶
func (v *NullableMeasurementLteForMdt) UnmarshalJSON(src []byte) error
func (*NullableMeasurementLteForMdt) Unset ¶
func (v *NullableMeasurementLteForMdt) Unset()
type NullableMeasurementNrForMdt ¶
type NullableMeasurementNrForMdt struct {
// contains filtered or unexported fields
}
func NewNullableMeasurementNrForMdt ¶
func NewNullableMeasurementNrForMdt(val *MeasurementNrForMdt) *NullableMeasurementNrForMdt
func (NullableMeasurementNrForMdt) Get ¶
func (v NullableMeasurementNrForMdt) Get() *MeasurementNrForMdt
func (NullableMeasurementNrForMdt) IsSet ¶
func (v NullableMeasurementNrForMdt) IsSet() bool
func (NullableMeasurementNrForMdt) MarshalJSON ¶
func (v NullableMeasurementNrForMdt) MarshalJSON() ([]byte, error)
func (*NullableMeasurementNrForMdt) Set ¶
func (v *NullableMeasurementNrForMdt) Set(val *MeasurementNrForMdt)
func (*NullableMeasurementNrForMdt) UnmarshalJSON ¶
func (v *NullableMeasurementNrForMdt) UnmarshalJSON(src []byte) error
func (*NullableMeasurementNrForMdt) Unset ¶
func (v *NullableMeasurementNrForMdt) Unset()
type NullableMeasurementPeriodLteMdt ¶
type NullableMeasurementPeriodLteMdt struct {
// contains filtered or unexported fields
}
func NewNullableMeasurementPeriodLteMdt ¶
func NewNullableMeasurementPeriodLteMdt(val *MeasurementPeriodLteMdt) *NullableMeasurementPeriodLteMdt
func (NullableMeasurementPeriodLteMdt) Get ¶
func (v NullableMeasurementPeriodLteMdt) Get() *MeasurementPeriodLteMdt
func (NullableMeasurementPeriodLteMdt) IsSet ¶
func (v NullableMeasurementPeriodLteMdt) IsSet() bool
func (NullableMeasurementPeriodLteMdt) MarshalJSON ¶
func (v NullableMeasurementPeriodLteMdt) MarshalJSON() ([]byte, error)
func (*NullableMeasurementPeriodLteMdt) Set ¶
func (v *NullableMeasurementPeriodLteMdt) Set(val *MeasurementPeriodLteMdt)
func (*NullableMeasurementPeriodLteMdt) UnmarshalJSON ¶
func (v *NullableMeasurementPeriodLteMdt) UnmarshalJSON(src []byte) error
func (*NullableMeasurementPeriodLteMdt) Unset ¶
func (v *NullableMeasurementPeriodLteMdt) Unset()
type NullableMmContext ¶
type NullableMmContext struct {
// contains filtered or unexported fields
}
func NewNullableMmContext ¶
func NewNullableMmContext(val *MmContext) *NullableMmContext
func (NullableMmContext) Get ¶
func (v NullableMmContext) Get() *MmContext
func (NullableMmContext) IsSet ¶
func (v NullableMmContext) IsSet() bool
func (NullableMmContext) MarshalJSON ¶
func (v NullableMmContext) MarshalJSON() ([]byte, error)
func (*NullableMmContext) Set ¶
func (v *NullableMmContext) Set(val *MmContext)
func (*NullableMmContext) UnmarshalJSON ¶
func (v *NullableMmContext) UnmarshalJSON(src []byte) error
func (*NullableMmContext) Unset ¶
func (v *NullableMmContext) Unset()
type NullableMoExpDataCounter ¶
type NullableMoExpDataCounter struct {
// contains filtered or unexported fields
}
func NewNullableMoExpDataCounter ¶
func NewNullableMoExpDataCounter(val *MoExpDataCounter) *NullableMoExpDataCounter
func (NullableMoExpDataCounter) Get ¶
func (v NullableMoExpDataCounter) Get() *MoExpDataCounter
func (NullableMoExpDataCounter) IsSet ¶
func (v NullableMoExpDataCounter) IsSet() bool
func (NullableMoExpDataCounter) MarshalJSON ¶
func (v NullableMoExpDataCounter) MarshalJSON() ([]byte, error)
func (*NullableMoExpDataCounter) Set ¶
func (v *NullableMoExpDataCounter) Set(val *MoExpDataCounter)
func (*NullableMoExpDataCounter) UnmarshalJSON ¶
func (v *NullableMoExpDataCounter) UnmarshalJSON(src []byte) error
func (*NullableMoExpDataCounter) Unset ¶
func (v *NullableMoExpDataCounter) Unset()
type NullableN1MessageClass ¶
type NullableN1MessageClass struct {
// contains filtered or unexported fields
}
func NewNullableN1MessageClass ¶
func NewNullableN1MessageClass(val *N1MessageClass) *NullableN1MessageClass
func (NullableN1MessageClass) Get ¶
func (v NullableN1MessageClass) Get() *N1MessageClass
func (NullableN1MessageClass) IsSet ¶
func (v NullableN1MessageClass) IsSet() bool
func (NullableN1MessageClass) MarshalJSON ¶
func (v NullableN1MessageClass) MarshalJSON() ([]byte, error)
func (*NullableN1MessageClass) Set ¶
func (v *NullableN1MessageClass) Set(val *N1MessageClass)
func (*NullableN1MessageClass) UnmarshalJSON ¶
func (v *NullableN1MessageClass) UnmarshalJSON(src []byte) error
func (*NullableN1MessageClass) Unset ¶
func (v *NullableN1MessageClass) Unset()
type NullableN1MessageContainer ¶
type NullableN1MessageContainer struct {
// contains filtered or unexported fields
}
func NewNullableN1MessageContainer ¶
func NewNullableN1MessageContainer(val *N1MessageContainer) *NullableN1MessageContainer
func (NullableN1MessageContainer) Get ¶
func (v NullableN1MessageContainer) Get() *N1MessageContainer
func (NullableN1MessageContainer) IsSet ¶
func (v NullableN1MessageContainer) IsSet() bool
func (NullableN1MessageContainer) MarshalJSON ¶
func (v NullableN1MessageContainer) MarshalJSON() ([]byte, error)
func (*NullableN1MessageContainer) Set ¶
func (v *NullableN1MessageContainer) Set(val *N1MessageContainer)
func (*NullableN1MessageContainer) UnmarshalJSON ¶
func (v *NullableN1MessageContainer) UnmarshalJSON(src []byte) error
func (*NullableN1MessageContainer) Unset ¶
func (v *NullableN1MessageContainer) Unset()
type NullableN1MessageNotification ¶
type NullableN1MessageNotification struct {
// contains filtered or unexported fields
}
func NewNullableN1MessageNotification ¶
func NewNullableN1MessageNotification(val *N1MessageNotification) *NullableN1MessageNotification
func (NullableN1MessageNotification) Get ¶
func (v NullableN1MessageNotification) Get() *N1MessageNotification
func (NullableN1MessageNotification) IsSet ¶
func (v NullableN1MessageNotification) IsSet() bool
func (NullableN1MessageNotification) MarshalJSON ¶
func (v NullableN1MessageNotification) MarshalJSON() ([]byte, error)
func (*NullableN1MessageNotification) Set ¶
func (v *NullableN1MessageNotification) Set(val *N1MessageNotification)
func (*NullableN1MessageNotification) UnmarshalJSON ¶
func (v *NullableN1MessageNotification) UnmarshalJSON(src []byte) error
func (*NullableN1MessageNotification) Unset ¶
func (v *NullableN1MessageNotification) Unset()
type NullableN1N2MessageTransferCause ¶
type NullableN1N2MessageTransferCause struct {
// contains filtered or unexported fields
}
func NewNullableN1N2MessageTransferCause ¶
func NewNullableN1N2MessageTransferCause(val *N1N2MessageTransferCause) *NullableN1N2MessageTransferCause
func (NullableN1N2MessageTransferCause) Get ¶
func (v NullableN1N2MessageTransferCause) Get() *N1N2MessageTransferCause
func (NullableN1N2MessageTransferCause) IsSet ¶
func (v NullableN1N2MessageTransferCause) IsSet() bool
func (NullableN1N2MessageTransferCause) MarshalJSON ¶
func (v NullableN1N2MessageTransferCause) MarshalJSON() ([]byte, error)
func (*NullableN1N2MessageTransferCause) Set ¶
func (v *NullableN1N2MessageTransferCause) Set(val *N1N2MessageTransferCause)
func (*NullableN1N2MessageTransferCause) UnmarshalJSON ¶
func (v *NullableN1N2MessageTransferCause) UnmarshalJSON(src []byte) error
func (*NullableN1N2MessageTransferCause) Unset ¶
func (v *NullableN1N2MessageTransferCause) Unset()
type NullableN1N2MessageTransferError ¶
type NullableN1N2MessageTransferError struct {
// contains filtered or unexported fields
}
func NewNullableN1N2MessageTransferError ¶
func NewNullableN1N2MessageTransferError(val *N1N2MessageTransferError) *NullableN1N2MessageTransferError
func (NullableN1N2MessageTransferError) Get ¶
func (v NullableN1N2MessageTransferError) Get() *N1N2MessageTransferError
func (NullableN1N2MessageTransferError) IsSet ¶
func (v NullableN1N2MessageTransferError) IsSet() bool
func (NullableN1N2MessageTransferError) MarshalJSON ¶
func (v NullableN1N2MessageTransferError) MarshalJSON() ([]byte, error)
func (*NullableN1N2MessageTransferError) Set ¶
func (v *NullableN1N2MessageTransferError) Set(val *N1N2MessageTransferError)
func (*NullableN1N2MessageTransferError) UnmarshalJSON ¶
func (v *NullableN1N2MessageTransferError) UnmarshalJSON(src []byte) error
func (*NullableN1N2MessageTransferError) Unset ¶
func (v *NullableN1N2MessageTransferError) Unset()
type NullableN1N2MessageTransferReqData ¶
type NullableN1N2MessageTransferReqData struct {
// contains filtered or unexported fields
}
func NewNullableN1N2MessageTransferReqData ¶
func NewNullableN1N2MessageTransferReqData(val *N1N2MessageTransferReqData) *NullableN1N2MessageTransferReqData
func (NullableN1N2MessageTransferReqData) Get ¶
func (v NullableN1N2MessageTransferReqData) Get() *N1N2MessageTransferReqData
func (NullableN1N2MessageTransferReqData) IsSet ¶
func (v NullableN1N2MessageTransferReqData) IsSet() bool
func (NullableN1N2MessageTransferReqData) MarshalJSON ¶
func (v NullableN1N2MessageTransferReqData) MarshalJSON() ([]byte, error)
func (*NullableN1N2MessageTransferReqData) Set ¶
func (v *NullableN1N2MessageTransferReqData) Set(val *N1N2MessageTransferReqData)
func (*NullableN1N2MessageTransferReqData) UnmarshalJSON ¶
func (v *NullableN1N2MessageTransferReqData) UnmarshalJSON(src []byte) error
func (*NullableN1N2MessageTransferReqData) Unset ¶
func (v *NullableN1N2MessageTransferReqData) Unset()
type NullableN1N2MessageTransferRspData ¶
type NullableN1N2MessageTransferRspData struct {
// contains filtered or unexported fields
}
func NewNullableN1N2MessageTransferRspData ¶
func NewNullableN1N2MessageTransferRspData(val *N1N2MessageTransferRspData) *NullableN1N2MessageTransferRspData
func (NullableN1N2MessageTransferRspData) Get ¶
func (v NullableN1N2MessageTransferRspData) Get() *N1N2MessageTransferRspData
func (NullableN1N2MessageTransferRspData) IsSet ¶
func (v NullableN1N2MessageTransferRspData) IsSet() bool
func (NullableN1N2MessageTransferRspData) MarshalJSON ¶
func (v NullableN1N2MessageTransferRspData) MarshalJSON() ([]byte, error)
func (*NullableN1N2MessageTransferRspData) Set ¶
func (v *NullableN1N2MessageTransferRspData) Set(val *N1N2MessageTransferRspData)
func (*NullableN1N2MessageTransferRspData) UnmarshalJSON ¶
func (v *NullableN1N2MessageTransferRspData) UnmarshalJSON(src []byte) error
func (*NullableN1N2MessageTransferRspData) Unset ¶
func (v *NullableN1N2MessageTransferRspData) Unset()
type NullableN1N2MsgTxfrErrDetail ¶
type NullableN1N2MsgTxfrErrDetail struct {
// contains filtered or unexported fields
}
func NewNullableN1N2MsgTxfrErrDetail ¶
func NewNullableN1N2MsgTxfrErrDetail(val *N1N2MsgTxfrErrDetail) *NullableN1N2MsgTxfrErrDetail
func (NullableN1N2MsgTxfrErrDetail) Get ¶
func (v NullableN1N2MsgTxfrErrDetail) Get() *N1N2MsgTxfrErrDetail
func (NullableN1N2MsgTxfrErrDetail) IsSet ¶
func (v NullableN1N2MsgTxfrErrDetail) IsSet() bool
func (NullableN1N2MsgTxfrErrDetail) MarshalJSON ¶
func (v NullableN1N2MsgTxfrErrDetail) MarshalJSON() ([]byte, error)
func (*NullableN1N2MsgTxfrErrDetail) Set ¶
func (v *NullableN1N2MsgTxfrErrDetail) Set(val *N1N2MsgTxfrErrDetail)
func (*NullableN1N2MsgTxfrErrDetail) UnmarshalJSON ¶
func (v *NullableN1N2MsgTxfrErrDetail) UnmarshalJSON(src []byte) error
func (*NullableN1N2MsgTxfrErrDetail) Unset ¶
func (v *NullableN1N2MsgTxfrErrDetail) Unset()
type NullableN1N2MsgTxfrFailureNotification ¶
type NullableN1N2MsgTxfrFailureNotification struct {
// contains filtered or unexported fields
}
func NewNullableN1N2MsgTxfrFailureNotification ¶
func NewNullableN1N2MsgTxfrFailureNotification(val *N1N2MsgTxfrFailureNotification) *NullableN1N2MsgTxfrFailureNotification
func (NullableN1N2MsgTxfrFailureNotification) Get ¶
func (v NullableN1N2MsgTxfrFailureNotification) Get() *N1N2MsgTxfrFailureNotification
func (NullableN1N2MsgTxfrFailureNotification) IsSet ¶
func (v NullableN1N2MsgTxfrFailureNotification) IsSet() bool
func (NullableN1N2MsgTxfrFailureNotification) MarshalJSON ¶
func (v NullableN1N2MsgTxfrFailureNotification) MarshalJSON() ([]byte, error)
func (*NullableN1N2MsgTxfrFailureNotification) Set ¶
func (v *NullableN1N2MsgTxfrFailureNotification) Set(val *N1N2MsgTxfrFailureNotification)
func (*NullableN1N2MsgTxfrFailureNotification) UnmarshalJSON ¶
func (v *NullableN1N2MsgTxfrFailureNotification) UnmarshalJSON(src []byte) error
func (*NullableN1N2MsgTxfrFailureNotification) Unset ¶
func (v *NullableN1N2MsgTxfrFailureNotification) Unset()
type NullableN2InfoContainer ¶
type NullableN2InfoContainer struct {
// contains filtered or unexported fields
}
func NewNullableN2InfoContainer ¶
func NewNullableN2InfoContainer(val *N2InfoContainer) *NullableN2InfoContainer
func (NullableN2InfoContainer) Get ¶
func (v NullableN2InfoContainer) Get() *N2InfoContainer
func (NullableN2InfoContainer) IsSet ¶
func (v NullableN2InfoContainer) IsSet() bool
func (NullableN2InfoContainer) MarshalJSON ¶
func (v NullableN2InfoContainer) MarshalJSON() ([]byte, error)
func (*NullableN2InfoContainer) Set ¶
func (v *NullableN2InfoContainer) Set(val *N2InfoContainer)
func (*NullableN2InfoContainer) UnmarshalJSON ¶
func (v *NullableN2InfoContainer) UnmarshalJSON(src []byte) error
func (*NullableN2InfoContainer) Unset ¶
func (v *NullableN2InfoContainer) Unset()
type NullableN2InfoContent ¶
type NullableN2InfoContent struct {
// contains filtered or unexported fields
}
func NewNullableN2InfoContent ¶
func NewNullableN2InfoContent(val *N2InfoContent) *NullableN2InfoContent
func (NullableN2InfoContent) Get ¶
func (v NullableN2InfoContent) Get() *N2InfoContent
func (NullableN2InfoContent) IsSet ¶
func (v NullableN2InfoContent) IsSet() bool
func (NullableN2InfoContent) MarshalJSON ¶
func (v NullableN2InfoContent) MarshalJSON() ([]byte, error)
func (*NullableN2InfoContent) Set ¶
func (v *NullableN2InfoContent) Set(val *N2InfoContent)
func (*NullableN2InfoContent) UnmarshalJSON ¶
func (v *NullableN2InfoContent) UnmarshalJSON(src []byte) error
func (*NullableN2InfoContent) Unset ¶
func (v *NullableN2InfoContent) Unset()
type NullableN2InfoNotificationRspData ¶
type NullableN2InfoNotificationRspData struct {
// contains filtered or unexported fields
}
func NewNullableN2InfoNotificationRspData ¶
func NewNullableN2InfoNotificationRspData(val *N2InfoNotificationRspData) *NullableN2InfoNotificationRspData
func (NullableN2InfoNotificationRspData) Get ¶
func (v NullableN2InfoNotificationRspData) Get() *N2InfoNotificationRspData
func (NullableN2InfoNotificationRspData) IsSet ¶
func (v NullableN2InfoNotificationRspData) IsSet() bool
func (NullableN2InfoNotificationRspData) MarshalJSON ¶
func (v NullableN2InfoNotificationRspData) MarshalJSON() ([]byte, error)
func (*NullableN2InfoNotificationRspData) Set ¶
func (v *NullableN2InfoNotificationRspData) Set(val *N2InfoNotificationRspData)
func (*NullableN2InfoNotificationRspData) UnmarshalJSON ¶
func (v *NullableN2InfoNotificationRspData) UnmarshalJSON(src []byte) error
func (*NullableN2InfoNotificationRspData) Unset ¶
func (v *NullableN2InfoNotificationRspData) Unset()
type NullableN2InfoNotifyHandoverComplete200Response ¶
type NullableN2InfoNotifyHandoverComplete200Response struct {
// contains filtered or unexported fields
}
func NewNullableN2InfoNotifyHandoverComplete200Response ¶
func NewNullableN2InfoNotifyHandoverComplete200Response(val *N2InfoNotifyHandoverComplete200Response) *NullableN2InfoNotifyHandoverComplete200Response
func (NullableN2InfoNotifyHandoverComplete200Response) IsSet ¶
func (v NullableN2InfoNotifyHandoverComplete200Response) IsSet() bool
func (NullableN2InfoNotifyHandoverComplete200Response) MarshalJSON ¶
func (v NullableN2InfoNotifyHandoverComplete200Response) MarshalJSON() ([]byte, error)
func (*NullableN2InfoNotifyHandoverComplete200Response) UnmarshalJSON ¶
func (v *NullableN2InfoNotifyHandoverComplete200Response) UnmarshalJSON(src []byte) error
func (*NullableN2InfoNotifyHandoverComplete200Response) Unset ¶
func (v *NullableN2InfoNotifyHandoverComplete200Response) Unset()
type NullableN2InfoNotifyReason ¶
type NullableN2InfoNotifyReason struct {
// contains filtered or unexported fields
}
func NewNullableN2InfoNotifyReason ¶
func NewNullableN2InfoNotifyReason(val *N2InfoNotifyReason) *NullableN2InfoNotifyReason
func (NullableN2InfoNotifyReason) Get ¶
func (v NullableN2InfoNotifyReason) Get() *N2InfoNotifyReason
func (NullableN2InfoNotifyReason) IsSet ¶
func (v NullableN2InfoNotifyReason) IsSet() bool
func (NullableN2InfoNotifyReason) MarshalJSON ¶
func (v NullableN2InfoNotifyReason) MarshalJSON() ([]byte, error)
func (*NullableN2InfoNotifyReason) Set ¶
func (v *NullableN2InfoNotifyReason) Set(val *N2InfoNotifyReason)
func (*NullableN2InfoNotifyReason) UnmarshalJSON ¶
func (v *NullableN2InfoNotifyReason) UnmarshalJSON(src []byte) error
func (*NullableN2InfoNotifyReason) Unset ¶
func (v *NullableN2InfoNotifyReason) Unset()
type NullableN2InfoNotifyRequest ¶
type NullableN2InfoNotifyRequest struct {
// contains filtered or unexported fields
}
func NewNullableN2InfoNotifyRequest ¶
func NewNullableN2InfoNotifyRequest(val *N2InfoNotifyRequest) *NullableN2InfoNotifyRequest
func (NullableN2InfoNotifyRequest) Get ¶
func (v NullableN2InfoNotifyRequest) Get() *N2InfoNotifyRequest
func (NullableN2InfoNotifyRequest) IsSet ¶
func (v NullableN2InfoNotifyRequest) IsSet() bool
func (NullableN2InfoNotifyRequest) MarshalJSON ¶
func (v NullableN2InfoNotifyRequest) MarshalJSON() ([]byte, error)
func (*NullableN2InfoNotifyRequest) Set ¶
func (v *NullableN2InfoNotifyRequest) Set(val *N2InfoNotifyRequest)
func (*NullableN2InfoNotifyRequest) UnmarshalJSON ¶
func (v *NullableN2InfoNotifyRequest) UnmarshalJSON(src []byte) error
func (*NullableN2InfoNotifyRequest) Unset ¶
func (v *NullableN2InfoNotifyRequest) Unset()
type NullableN2InformationClass ¶
type NullableN2InformationClass struct {
// contains filtered or unexported fields
}
func NewNullableN2InformationClass ¶
func NewNullableN2InformationClass(val *N2InformationClass) *NullableN2InformationClass
func (NullableN2InformationClass) Get ¶
func (v NullableN2InformationClass) Get() *N2InformationClass
func (NullableN2InformationClass) IsSet ¶
func (v NullableN2InformationClass) IsSet() bool
func (NullableN2InformationClass) MarshalJSON ¶
func (v NullableN2InformationClass) MarshalJSON() ([]byte, error)
func (*NullableN2InformationClass) Set ¶
func (v *NullableN2InformationClass) Set(val *N2InformationClass)
func (*NullableN2InformationClass) UnmarshalJSON ¶
func (v *NullableN2InformationClass) UnmarshalJSON(src []byte) error
func (*NullableN2InformationClass) Unset ¶
func (v *NullableN2InformationClass) Unset()
type NullableN2InformationNotification ¶
type NullableN2InformationNotification struct {
// contains filtered or unexported fields
}
func NewNullableN2InformationNotification ¶
func NewNullableN2InformationNotification(val *N2InformationNotification) *NullableN2InformationNotification
func (NullableN2InformationNotification) Get ¶
func (v NullableN2InformationNotification) Get() *N2InformationNotification
func (NullableN2InformationNotification) IsSet ¶
func (v NullableN2InformationNotification) IsSet() bool
func (NullableN2InformationNotification) MarshalJSON ¶
func (v NullableN2InformationNotification) MarshalJSON() ([]byte, error)
func (*NullableN2InformationNotification) Set ¶
func (v *NullableN2InformationNotification) Set(val *N2InformationNotification)
func (*NullableN2InformationNotification) UnmarshalJSON ¶
func (v *NullableN2InformationNotification) UnmarshalJSON(src []byte) error
func (*NullableN2InformationNotification) Unset ¶
func (v *NullableN2InformationNotification) Unset()
type NullableN2InformationTransferError ¶
type NullableN2InformationTransferError struct {
// contains filtered or unexported fields
}
func NewNullableN2InformationTransferError ¶
func NewNullableN2InformationTransferError(val *N2InformationTransferError) *NullableN2InformationTransferError
func (NullableN2InformationTransferError) Get ¶
func (v NullableN2InformationTransferError) Get() *N2InformationTransferError
func (NullableN2InformationTransferError) IsSet ¶
func (v NullableN2InformationTransferError) IsSet() bool
func (NullableN2InformationTransferError) MarshalJSON ¶
func (v NullableN2InformationTransferError) MarshalJSON() ([]byte, error)
func (*NullableN2InformationTransferError) Set ¶
func (v *NullableN2InformationTransferError) Set(val *N2InformationTransferError)
func (*NullableN2InformationTransferError) UnmarshalJSON ¶
func (v *NullableN2InformationTransferError) UnmarshalJSON(src []byte) error
func (*NullableN2InformationTransferError) Unset ¶
func (v *NullableN2InformationTransferError) Unset()
type NullableN2InformationTransferReqData ¶
type NullableN2InformationTransferReqData struct {
// contains filtered or unexported fields
}
func NewNullableN2InformationTransferReqData ¶
func NewNullableN2InformationTransferReqData(val *N2InformationTransferReqData) *NullableN2InformationTransferReqData
func (NullableN2InformationTransferReqData) Get ¶
func (v NullableN2InformationTransferReqData) Get() *N2InformationTransferReqData
func (NullableN2InformationTransferReqData) IsSet ¶
func (v NullableN2InformationTransferReqData) IsSet() bool
func (NullableN2InformationTransferReqData) MarshalJSON ¶
func (v NullableN2InformationTransferReqData) MarshalJSON() ([]byte, error)
func (*NullableN2InformationTransferReqData) Set ¶
func (v *NullableN2InformationTransferReqData) Set(val *N2InformationTransferReqData)
func (*NullableN2InformationTransferReqData) UnmarshalJSON ¶
func (v *NullableN2InformationTransferReqData) UnmarshalJSON(src []byte) error
func (*NullableN2InformationTransferReqData) Unset ¶
func (v *NullableN2InformationTransferReqData) Unset()
type NullableN2InformationTransferResult ¶
type NullableN2InformationTransferResult struct {
// contains filtered or unexported fields
}
func NewNullableN2InformationTransferResult ¶
func NewNullableN2InformationTransferResult(val *N2InformationTransferResult) *NullableN2InformationTransferResult
func (NullableN2InformationTransferResult) Get ¶
func (v NullableN2InformationTransferResult) Get() *N2InformationTransferResult
func (NullableN2InformationTransferResult) IsSet ¶
func (v NullableN2InformationTransferResult) IsSet() bool
func (NullableN2InformationTransferResult) MarshalJSON ¶
func (v NullableN2InformationTransferResult) MarshalJSON() ([]byte, error)
func (*NullableN2InformationTransferResult) Set ¶
func (v *NullableN2InformationTransferResult) Set(val *N2InformationTransferResult)
func (*NullableN2InformationTransferResult) UnmarshalJSON ¶
func (v *NullableN2InformationTransferResult) UnmarshalJSON(src []byte) error
func (*NullableN2InformationTransferResult) Unset ¶
func (v *NullableN2InformationTransferResult) Unset()
type NullableN2InformationTransferRspData ¶
type NullableN2InformationTransferRspData struct {
// contains filtered or unexported fields
}
func NewNullableN2InformationTransferRspData ¶
func NewNullableN2InformationTransferRspData(val *N2InformationTransferRspData) *NullableN2InformationTransferRspData
func (NullableN2InformationTransferRspData) Get ¶
func (v NullableN2InformationTransferRspData) Get() *N2InformationTransferRspData
func (NullableN2InformationTransferRspData) IsSet ¶
func (v NullableN2InformationTransferRspData) IsSet() bool
func (NullableN2InformationTransferRspData) MarshalJSON ¶
func (v NullableN2InformationTransferRspData) MarshalJSON() ([]byte, error)
func (*NullableN2InformationTransferRspData) Set ¶
func (v *NullableN2InformationTransferRspData) Set(val *N2InformationTransferRspData)
func (*NullableN2InformationTransferRspData) UnmarshalJSON ¶
func (v *NullableN2InformationTransferRspData) UnmarshalJSON(src []byte) error
func (*NullableN2InformationTransferRspData) Unset ¶
func (v *NullableN2InformationTransferRspData) Unset()
type NullableN2RanInformation ¶
type NullableN2RanInformation struct {
// contains filtered or unexported fields
}
func NewNullableN2RanInformation ¶
func NewNullableN2RanInformation(val *N2RanInformation) *NullableN2RanInformation
func (NullableN2RanInformation) Get ¶
func (v NullableN2RanInformation) Get() *N2RanInformation
func (NullableN2RanInformation) IsSet ¶
func (v NullableN2RanInformation) IsSet() bool
func (NullableN2RanInformation) MarshalJSON ¶
func (v NullableN2RanInformation) MarshalJSON() ([]byte, error)
func (*NullableN2RanInformation) Set ¶
func (v *NullableN2RanInformation) Set(val *N2RanInformation)
func (*NullableN2RanInformation) UnmarshalJSON ¶
func (v *NullableN2RanInformation) UnmarshalJSON(src []byte) error
func (*NullableN2RanInformation) Unset ¶
func (v *NullableN2RanInformation) Unset()
type NullableN2SmInformation ¶
type NullableN2SmInformation struct {
// contains filtered or unexported fields
}
func NewNullableN2SmInformation ¶
func NewNullableN2SmInformation(val *N2SmInformation) *NullableN2SmInformation
func (NullableN2SmInformation) Get ¶
func (v NullableN2SmInformation) Get() *N2SmInformation
func (NullableN2SmInformation) IsSet ¶
func (v NullableN2SmInformation) IsSet() bool
func (NullableN2SmInformation) MarshalJSON ¶
func (v NullableN2SmInformation) MarshalJSON() ([]byte, error)
func (*NullableN2SmInformation) Set ¶
func (v *NullableN2SmInformation) Set(val *N2SmInformation)
func (*NullableN2SmInformation) UnmarshalJSON ¶
func (v *NullableN2SmInformation) UnmarshalJSON(src []byte) error
func (*NullableN2SmInformation) Unset ¶
func (v *NullableN2SmInformation) Unset()
type NullableN3gaLocation ¶
type NullableN3gaLocation struct {
// contains filtered or unexported fields
}
func NewNullableN3gaLocation ¶
func NewNullableN3gaLocation(val *N3gaLocation) *NullableN3gaLocation
func (NullableN3gaLocation) Get ¶
func (v NullableN3gaLocation) Get() *N3gaLocation
func (NullableN3gaLocation) IsSet ¶
func (v NullableN3gaLocation) IsSet() bool
func (NullableN3gaLocation) MarshalJSON ¶
func (v NullableN3gaLocation) MarshalJSON() ([]byte, error)
func (*NullableN3gaLocation) Set ¶
func (v *NullableN3gaLocation) Set(val *N3gaLocation)
func (*NullableN3gaLocation) UnmarshalJSON ¶
func (v *NullableN3gaLocation) UnmarshalJSON(src []byte) error
func (*NullableN3gaLocation) Unset ¶
func (v *NullableN3gaLocation) Unset()
type NullableNFType ¶
type NullableNFType struct {
// contains filtered or unexported fields
}
func NewNullableNFType ¶
func NewNullableNFType(val *NFType) *NullableNFType
func (NullableNFType) Get ¶
func (v NullableNFType) Get() *NFType
func (NullableNFType) IsSet ¶
func (v NullableNFType) IsSet() bool
func (NullableNFType) MarshalJSON ¶
func (v NullableNFType) MarshalJSON() ([]byte, error)
func (*NullableNFType) Set ¶
func (v *NullableNFType) Set(val *NFType)
func (*NullableNFType) UnmarshalJSON ¶
func (v *NullableNFType) UnmarshalJSON(src []byte) error
func (*NullableNFType) Unset ¶
func (v *NullableNFType) Unset()
type NullableNasSecurityMode ¶
type NullableNasSecurityMode struct {
// contains filtered or unexported fields
}
func NewNullableNasSecurityMode ¶
func NewNullableNasSecurityMode(val *NasSecurityMode) *NullableNasSecurityMode
func (NullableNasSecurityMode) Get ¶
func (v NullableNasSecurityMode) Get() *NasSecurityMode
func (NullableNasSecurityMode) IsSet ¶
func (v NullableNasSecurityMode) IsSet() bool
func (NullableNasSecurityMode) MarshalJSON ¶
func (v NullableNasSecurityMode) MarshalJSON() ([]byte, error)
func (*NullableNasSecurityMode) Set ¶
func (v *NullableNasSecurityMode) Set(val *NasSecurityMode)
func (*NullableNasSecurityMode) UnmarshalJSON ¶
func (v *NullableNasSecurityMode) UnmarshalJSON(src []byte) error
func (*NullableNasSecurityMode) Unset ¶
func (v *NullableNasSecurityMode) Unset()
type NullableNcgi ¶
type NullableNcgi struct {
// contains filtered or unexported fields
}
func NewNullableNcgi ¶
func NewNullableNcgi(val *Ncgi) *NullableNcgi
func (NullableNcgi) Get ¶
func (v NullableNcgi) Get() *Ncgi
func (NullableNcgi) IsSet ¶
func (v NullableNcgi) IsSet() bool
func (NullableNcgi) MarshalJSON ¶
func (v NullableNcgi) MarshalJSON() ([]byte, error)
func (*NullableNcgi) Set ¶
func (v *NullableNcgi) Set(val *Ncgi)
func (*NullableNcgi) UnmarshalJSON ¶
func (v *NullableNcgi) UnmarshalJSON(src []byte) error
func (*NullableNcgi) Unset ¶
func (v *NullableNcgi) Unset()
type NullableNetworkAreaInfo ¶
type NullableNetworkAreaInfo struct {
// contains filtered or unexported fields
}
func NewNullableNetworkAreaInfo ¶
func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo
func (NullableNetworkAreaInfo) Get ¶
func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
func (NullableNetworkAreaInfo) IsSet ¶
func (v NullableNetworkAreaInfo) IsSet() bool
func (NullableNetworkAreaInfo) MarshalJSON ¶
func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NullableNetworkAreaInfo) Set ¶
func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
func (*NullableNetworkAreaInfo) UnmarshalJSON ¶
func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
func (*NullableNetworkAreaInfo) Unset ¶
func (v *NullableNetworkAreaInfo) Unset()
type NullableNetworkAreaInfo1 ¶
type NullableNetworkAreaInfo1 struct {
// contains filtered or unexported fields
}
func NewNullableNetworkAreaInfo1 ¶
func NewNullableNetworkAreaInfo1(val *NetworkAreaInfo1) *NullableNetworkAreaInfo1
func (NullableNetworkAreaInfo1) Get ¶
func (v NullableNetworkAreaInfo1) Get() *NetworkAreaInfo1
func (NullableNetworkAreaInfo1) IsSet ¶
func (v NullableNetworkAreaInfo1) IsSet() bool
func (NullableNetworkAreaInfo1) MarshalJSON ¶
func (v NullableNetworkAreaInfo1) MarshalJSON() ([]byte, error)
func (*NullableNetworkAreaInfo1) Set ¶
func (v *NullableNetworkAreaInfo1) Set(val *NetworkAreaInfo1)
func (*NullableNetworkAreaInfo1) UnmarshalJSON ¶
func (v *NullableNetworkAreaInfo1) UnmarshalJSON(src []byte) error
func (*NullableNetworkAreaInfo1) Unset ¶
func (v *NullableNetworkAreaInfo1) Unset()
type NullableNetworkPerfInfo ¶
type NullableNetworkPerfInfo struct {
// contains filtered or unexported fields
}
func NewNullableNetworkPerfInfo ¶
func NewNullableNetworkPerfInfo(val *NetworkPerfInfo) *NullableNetworkPerfInfo
func (NullableNetworkPerfInfo) Get ¶
func (v NullableNetworkPerfInfo) Get() *NetworkPerfInfo
func (NullableNetworkPerfInfo) IsSet ¶
func (v NullableNetworkPerfInfo) IsSet() bool
func (NullableNetworkPerfInfo) MarshalJSON ¶
func (v NullableNetworkPerfInfo) MarshalJSON() ([]byte, error)
func (*NullableNetworkPerfInfo) Set ¶
func (v *NullableNetworkPerfInfo) Set(val *NetworkPerfInfo)
func (*NullableNetworkPerfInfo) UnmarshalJSON ¶
func (v *NullableNetworkPerfInfo) UnmarshalJSON(src []byte) error
func (*NullableNetworkPerfInfo) Unset ¶
func (v *NullableNetworkPerfInfo) Unset()
type NullableNetworkPerfRequirement ¶
type NullableNetworkPerfRequirement struct {
// contains filtered or unexported fields
}
func NewNullableNetworkPerfRequirement ¶
func NewNullableNetworkPerfRequirement(val *NetworkPerfRequirement) *NullableNetworkPerfRequirement
func (NullableNetworkPerfRequirement) Get ¶
func (v NullableNetworkPerfRequirement) Get() *NetworkPerfRequirement
func (NullableNetworkPerfRequirement) IsSet ¶
func (v NullableNetworkPerfRequirement) IsSet() bool
func (NullableNetworkPerfRequirement) MarshalJSON ¶
func (v NullableNetworkPerfRequirement) MarshalJSON() ([]byte, error)
func (*NullableNetworkPerfRequirement) Set ¶
func (v *NullableNetworkPerfRequirement) Set(val *NetworkPerfRequirement)
func (*NullableNetworkPerfRequirement) UnmarshalJSON ¶
func (v *NullableNetworkPerfRequirement) UnmarshalJSON(src []byte) error
func (*NullableNetworkPerfRequirement) Unset ¶
func (v *NullableNetworkPerfRequirement) Unset()
type NullableNetworkPerfType ¶
type NullableNetworkPerfType struct {
// contains filtered or unexported fields
}
func NewNullableNetworkPerfType ¶
func NewNullableNetworkPerfType(val *NetworkPerfType) *NullableNetworkPerfType
func (NullableNetworkPerfType) Get ¶
func (v NullableNetworkPerfType) Get() *NetworkPerfType
func (NullableNetworkPerfType) IsSet ¶
func (v NullableNetworkPerfType) IsSet() bool
func (NullableNetworkPerfType) MarshalJSON ¶
func (v NullableNetworkPerfType) MarshalJSON() ([]byte, error)
func (*NullableNetworkPerfType) Set ¶
func (v *NullableNetworkPerfType) Set(val *NetworkPerfType)
func (*NullableNetworkPerfType) UnmarshalJSON ¶
func (v *NullableNetworkPerfType) UnmarshalJSON(src []byte) error
func (*NullableNetworkPerfType) Unset ¶
func (v *NullableNetworkPerfType) Unset()
type NullableNfLoadLevelInformation ¶
type NullableNfLoadLevelInformation struct {
// contains filtered or unexported fields
}
func NewNullableNfLoadLevelInformation ¶
func NewNullableNfLoadLevelInformation(val *NfLoadLevelInformation) *NullableNfLoadLevelInformation
func (NullableNfLoadLevelInformation) Get ¶
func (v NullableNfLoadLevelInformation) Get() *NfLoadLevelInformation
func (NullableNfLoadLevelInformation) IsSet ¶
func (v NullableNfLoadLevelInformation) IsSet() bool
func (NullableNfLoadLevelInformation) MarshalJSON ¶
func (v NullableNfLoadLevelInformation) MarshalJSON() ([]byte, error)
func (*NullableNfLoadLevelInformation) Set ¶
func (v *NullableNfLoadLevelInformation) Set(val *NfLoadLevelInformation)
func (*NullableNfLoadLevelInformation) UnmarshalJSON ¶
func (v *NullableNfLoadLevelInformation) UnmarshalJSON(src []byte) error
func (*NullableNfLoadLevelInformation) Unset ¶
func (v *NullableNfLoadLevelInformation) Unset()
type NullableNfStatus ¶
type NullableNfStatus struct {
// contains filtered or unexported fields
}
func NewNullableNfStatus ¶
func NewNullableNfStatus(val *NfStatus) *NullableNfStatus
func (NullableNfStatus) Get ¶
func (v NullableNfStatus) Get() *NfStatus
func (NullableNfStatus) IsSet ¶
func (v NullableNfStatus) IsSet() bool
func (NullableNfStatus) MarshalJSON ¶
func (v NullableNfStatus) MarshalJSON() ([]byte, error)
func (*NullableNfStatus) Set ¶
func (v *NullableNfStatus) Set(val *NfStatus)
func (*NullableNfStatus) UnmarshalJSON ¶
func (v *NullableNfStatus) UnmarshalJSON(src []byte) error
func (*NullableNfStatus) Unset ¶
func (v *NullableNfStatus) Unset()
type NullableNgApCause ¶
type NullableNgApCause struct {
// contains filtered or unexported fields
}
func NewNullableNgApCause ¶
func NewNullableNgApCause(val *NgApCause) *NullableNgApCause
func (NullableNgApCause) Get ¶
func (v NullableNgApCause) Get() *NgApCause
func (NullableNgApCause) IsSet ¶
func (v NullableNgApCause) IsSet() bool
func (NullableNgApCause) MarshalJSON ¶
func (v NullableNgApCause) MarshalJSON() ([]byte, error)
func (*NullableNgApCause) Set ¶
func (v *NullableNgApCause) Set(val *NgApCause)
func (*NullableNgApCause) UnmarshalJSON ¶
func (v *NullableNgApCause) UnmarshalJSON(src []byte) error
func (*NullableNgApCause) Unset ¶
func (v *NullableNgApCause) Unset()
type NullableNgKsi ¶
type NullableNgKsi struct {
// contains filtered or unexported fields
}
func NewNullableNgKsi ¶
func NewNullableNgKsi(val *NgKsi) *NullableNgKsi
func (NullableNgKsi) Get ¶
func (v NullableNgKsi) Get() *NgKsi
func (NullableNgKsi) IsSet ¶
func (v NullableNgKsi) IsSet() bool
func (NullableNgKsi) MarshalJSON ¶
func (v NullableNgKsi) MarshalJSON() ([]byte, error)
func (*NullableNgKsi) Set ¶
func (v *NullableNgKsi) Set(val *NgKsi)
func (*NullableNgKsi) UnmarshalJSON ¶
func (v *NullableNgKsi) UnmarshalJSON(src []byte) error
func (*NullableNgKsi) Unset ¶
func (v *NullableNgKsi) Unset()
type NullableNgRanTargetId ¶
type NullableNgRanTargetId struct {
// contains filtered or unexported fields
}
func NewNullableNgRanTargetId ¶
func NewNullableNgRanTargetId(val *NgRanTargetId) *NullableNgRanTargetId
func (NullableNgRanTargetId) Get ¶
func (v NullableNgRanTargetId) Get() *NgRanTargetId
func (NullableNgRanTargetId) IsSet ¶
func (v NullableNgRanTargetId) IsSet() bool
func (NullableNgRanTargetId) MarshalJSON ¶
func (v NullableNgRanTargetId) MarshalJSON() ([]byte, error)
func (*NullableNgRanTargetId) Set ¶
func (v *NullableNgRanTargetId) Set(val *NgRanTargetId)
func (*NullableNgRanTargetId) UnmarshalJSON ¶
func (v *NullableNgRanTargetId) UnmarshalJSON(src []byte) error
func (*NullableNgRanTargetId) Unset ¶
func (v *NullableNgRanTargetId) Unset()
type NullableNgapIeType ¶
type NullableNgapIeType struct {
// contains filtered or unexported fields
}
func NewNullableNgapIeType ¶
func NewNullableNgapIeType(val *NgapIeType) *NullableNgapIeType
func (NullableNgapIeType) Get ¶
func (v NullableNgapIeType) Get() *NgapIeType
func (NullableNgapIeType) IsSet ¶
func (v NullableNgapIeType) IsSet() bool
func (NullableNgapIeType) MarshalJSON ¶
func (v NullableNgapIeType) MarshalJSON() ([]byte, error)
func (*NullableNgapIeType) Set ¶
func (v *NullableNgapIeType) Set(val *NgapIeType)
func (*NullableNgapIeType) UnmarshalJSON ¶
func (v *NullableNgapIeType) UnmarshalJSON(src []byte) error
func (*NullableNgapIeType) Unset ¶
func (v *NullableNgapIeType) Unset()
type NullableNnwdafEventsSubscription ¶
type NullableNnwdafEventsSubscription struct {
// contains filtered or unexported fields
}
func NewNullableNnwdafEventsSubscription ¶
func NewNullableNnwdafEventsSubscription(val *NnwdafEventsSubscription) *NullableNnwdafEventsSubscription
func (NullableNnwdafEventsSubscription) Get ¶
func (v NullableNnwdafEventsSubscription) Get() *NnwdafEventsSubscription
func (NullableNnwdafEventsSubscription) IsSet ¶
func (v NullableNnwdafEventsSubscription) IsSet() bool
func (NullableNnwdafEventsSubscription) MarshalJSON ¶
func (v NullableNnwdafEventsSubscription) MarshalJSON() ([]byte, error)
func (*NullableNnwdafEventsSubscription) Set ¶
func (v *NullableNnwdafEventsSubscription) Set(val *NnwdafEventsSubscription)
func (*NullableNnwdafEventsSubscription) UnmarshalJSON ¶
func (v *NullableNnwdafEventsSubscription) UnmarshalJSON(src []byte) error
func (*NullableNnwdafEventsSubscription) Unset ¶
func (v *NullableNnwdafEventsSubscription) Unset()
type NullableNonUeN2InfoNotifyRequest ¶
type NullableNonUeN2InfoNotifyRequest struct {
// contains filtered or unexported fields
}
func NewNullableNonUeN2InfoNotifyRequest ¶
func NewNullableNonUeN2InfoNotifyRequest(val *NonUeN2InfoNotifyRequest) *NullableNonUeN2InfoNotifyRequest
func (NullableNonUeN2InfoNotifyRequest) Get ¶
func (v NullableNonUeN2InfoNotifyRequest) Get() *NonUeN2InfoNotifyRequest
func (NullableNonUeN2InfoNotifyRequest) IsSet ¶
func (v NullableNonUeN2InfoNotifyRequest) IsSet() bool
func (NullableNonUeN2InfoNotifyRequest) MarshalJSON ¶
func (v NullableNonUeN2InfoNotifyRequest) MarshalJSON() ([]byte, error)
func (*NullableNonUeN2InfoNotifyRequest) Set ¶
func (v *NullableNonUeN2InfoNotifyRequest) Set(val *NonUeN2InfoNotifyRequest)
func (*NullableNonUeN2InfoNotifyRequest) UnmarshalJSON ¶
func (v *NullableNonUeN2InfoNotifyRequest) UnmarshalJSON(src []byte) error
func (*NullableNonUeN2InfoNotifyRequest) Unset ¶
func (v *NullableNonUeN2InfoNotifyRequest) Unset()
type NullableNonUeN2InfoSubscriptionCreateData ¶
type NullableNonUeN2InfoSubscriptionCreateData struct {
// contains filtered or unexported fields
}
func NewNullableNonUeN2InfoSubscriptionCreateData ¶
func NewNullableNonUeN2InfoSubscriptionCreateData(val *NonUeN2InfoSubscriptionCreateData) *NullableNonUeN2InfoSubscriptionCreateData
func (NullableNonUeN2InfoSubscriptionCreateData) IsSet ¶
func (v NullableNonUeN2InfoSubscriptionCreateData) IsSet() bool
func (NullableNonUeN2InfoSubscriptionCreateData) MarshalJSON ¶
func (v NullableNonUeN2InfoSubscriptionCreateData) MarshalJSON() ([]byte, error)
func (*NullableNonUeN2InfoSubscriptionCreateData) Set ¶
func (v *NullableNonUeN2InfoSubscriptionCreateData) Set(val *NonUeN2InfoSubscriptionCreateData)
func (*NullableNonUeN2InfoSubscriptionCreateData) UnmarshalJSON ¶
func (v *NullableNonUeN2InfoSubscriptionCreateData) UnmarshalJSON(src []byte) error
func (*NullableNonUeN2InfoSubscriptionCreateData) Unset ¶
func (v *NullableNonUeN2InfoSubscriptionCreateData) Unset()
type NullableNonUeN2InfoSubscriptionCreatedData ¶
type NullableNonUeN2InfoSubscriptionCreatedData struct {
// contains filtered or unexported fields
}
func NewNullableNonUeN2InfoSubscriptionCreatedData ¶
func NewNullableNonUeN2InfoSubscriptionCreatedData(val *NonUeN2InfoSubscriptionCreatedData) *NullableNonUeN2InfoSubscriptionCreatedData
func (NullableNonUeN2InfoSubscriptionCreatedData) IsSet ¶
func (v NullableNonUeN2InfoSubscriptionCreatedData) IsSet() bool
func (NullableNonUeN2InfoSubscriptionCreatedData) MarshalJSON ¶
func (v NullableNonUeN2InfoSubscriptionCreatedData) MarshalJSON() ([]byte, error)
func (*NullableNonUeN2InfoSubscriptionCreatedData) Set ¶
func (v *NullableNonUeN2InfoSubscriptionCreatedData) Set(val *NonUeN2InfoSubscriptionCreatedData)
func (*NullableNonUeN2InfoSubscriptionCreatedData) UnmarshalJSON ¶
func (v *NullableNonUeN2InfoSubscriptionCreatedData) UnmarshalJSON(src []byte) error
func (*NullableNonUeN2InfoSubscriptionCreatedData) Unset ¶
func (v *NullableNonUeN2InfoSubscriptionCreatedData) Unset()
type NullableNonUeN2MessageTransferRequest ¶
type NullableNonUeN2MessageTransferRequest struct {
// contains filtered or unexported fields
}
func NewNullableNonUeN2MessageTransferRequest ¶
func NewNullableNonUeN2MessageTransferRequest(val *NonUeN2MessageTransferRequest) *NullableNonUeN2MessageTransferRequest
func (NullableNonUeN2MessageTransferRequest) Get ¶
func (v NullableNonUeN2MessageTransferRequest) Get() *NonUeN2MessageTransferRequest
func (NullableNonUeN2MessageTransferRequest) IsSet ¶
func (v NullableNonUeN2MessageTransferRequest) IsSet() bool
func (NullableNonUeN2MessageTransferRequest) MarshalJSON ¶
func (v NullableNonUeN2MessageTransferRequest) MarshalJSON() ([]byte, error)
func (*NullableNonUeN2MessageTransferRequest) Set ¶
func (v *NullableNonUeN2MessageTransferRequest) Set(val *NonUeN2MessageTransferRequest)
func (*NullableNonUeN2MessageTransferRequest) UnmarshalJSON ¶
func (v *NullableNonUeN2MessageTransferRequest) UnmarshalJSON(src []byte) error
func (*NullableNonUeN2MessageTransferRequest) Unset ¶
func (v *NullableNonUeN2MessageTransferRequest) Unset()
type NullableNotificationFlag ¶
type NullableNotificationFlag struct {
// contains filtered or unexported fields
}
func NewNullableNotificationFlag ¶
func NewNullableNotificationFlag(val *NotificationFlag) *NullableNotificationFlag
func (NullableNotificationFlag) Get ¶
func (v NullableNotificationFlag) Get() *NotificationFlag
func (NullableNotificationFlag) IsSet ¶
func (v NullableNotificationFlag) IsSet() bool
func (NullableNotificationFlag) MarshalJSON ¶
func (v NullableNotificationFlag) MarshalJSON() ([]byte, error)
func (*NullableNotificationFlag) Set ¶
func (v *NullableNotificationFlag) Set(val *NotificationFlag)
func (*NullableNotificationFlag) UnmarshalJSON ¶
func (v *NullableNotificationFlag) UnmarshalJSON(src []byte) error
func (*NullableNotificationFlag) Unset ¶
func (v *NullableNotificationFlag) Unset()
type NullableNotificationMethod ¶
type NullableNotificationMethod struct {
// contains filtered or unexported fields
}
func NewNullableNotificationMethod ¶
func NewNullableNotificationMethod(val *NotificationMethod) *NullableNotificationMethod
func (NullableNotificationMethod) Get ¶
func (v NullableNotificationMethod) Get() *NotificationMethod
func (NullableNotificationMethod) IsSet ¶
func (v NullableNotificationMethod) IsSet() bool
func (NullableNotificationMethod) MarshalJSON ¶
func (v NullableNotificationMethod) MarshalJSON() ([]byte, error)
func (*NullableNotificationMethod) Set ¶
func (v *NullableNotificationMethod) Set(val *NotificationMethod)
func (*NullableNotificationMethod) UnmarshalJSON ¶
func (v *NullableNotificationMethod) UnmarshalJSON(src []byte) error
func (*NullableNotificationMethod) Unset ¶
func (v *NullableNotificationMethod) Unset()
type NullableNotificationMethod1 ¶
type NullableNotificationMethod1 struct {
// contains filtered or unexported fields
}
func NewNullableNotificationMethod1 ¶
func NewNullableNotificationMethod1(val *NotificationMethod1) *NullableNotificationMethod1
func (NullableNotificationMethod1) Get ¶
func (v NullableNotificationMethod1) Get() *NotificationMethod1
func (NullableNotificationMethod1) IsSet ¶
func (v NullableNotificationMethod1) IsSet() bool
func (NullableNotificationMethod1) MarshalJSON ¶
func (v NullableNotificationMethod1) MarshalJSON() ([]byte, error)
func (*NullableNotificationMethod1) Set ¶
func (v *NullableNotificationMethod1) Set(val *NotificationMethod1)
func (*NullableNotificationMethod1) UnmarshalJSON ¶
func (v *NullableNotificationMethod1) UnmarshalJSON(src []byte) error
func (*NullableNotificationMethod1) Unset ¶
func (v *NullableNotificationMethod1) Unset()
type NullableNpnAccessInfo ¶
type NullableNpnAccessInfo struct {
// contains filtered or unexported fields
}
func NewNullableNpnAccessInfo ¶
func NewNullableNpnAccessInfo(val *NpnAccessInfo) *NullableNpnAccessInfo
func (NullableNpnAccessInfo) Get ¶
func (v NullableNpnAccessInfo) Get() *NpnAccessInfo
func (NullableNpnAccessInfo) IsSet ¶
func (v NullableNpnAccessInfo) IsSet() bool
func (NullableNpnAccessInfo) MarshalJSON ¶
func (v NullableNpnAccessInfo) MarshalJSON() ([]byte, error)
func (*NullableNpnAccessInfo) Set ¶
func (v *NullableNpnAccessInfo) Set(val *NpnAccessInfo)
func (*NullableNpnAccessInfo) UnmarshalJSON ¶
func (v *NullableNpnAccessInfo) UnmarshalJSON(src []byte) error
func (*NullableNpnAccessInfo) Unset ¶
func (v *NullableNpnAccessInfo) Unset()
type NullableNrLocation ¶
type NullableNrLocation struct {
// contains filtered or unexported fields
}
func NewNullableNrLocation ¶
func NewNullableNrLocation(val *NrLocation) *NullableNrLocation
func (NullableNrLocation) Get ¶
func (v NullableNrLocation) Get() *NrLocation
func (NullableNrLocation) IsSet ¶
func (v NullableNrLocation) IsSet() bool
func (NullableNrLocation) MarshalJSON ¶
func (v NullableNrLocation) MarshalJSON() ([]byte, error)
func (*NullableNrLocation) Set ¶
func (v *NullableNrLocation) Set(val *NrLocation)
func (*NullableNrLocation) UnmarshalJSON ¶
func (v *NullableNrLocation) UnmarshalJSON(src []byte) error
func (*NullableNrLocation) Unset ¶
func (v *NullableNrLocation) Unset()
type NullableNrV2xAuth ¶
type NullableNrV2xAuth struct {
// contains filtered or unexported fields
}
func NewNullableNrV2xAuth ¶
func NewNullableNrV2xAuth(val *NrV2xAuth) *NullableNrV2xAuth
func (NullableNrV2xAuth) Get ¶
func (v NullableNrV2xAuth) Get() *NrV2xAuth
func (NullableNrV2xAuth) IsSet ¶
func (v NullableNrV2xAuth) IsSet() bool
func (NullableNrV2xAuth) MarshalJSON ¶
func (v NullableNrV2xAuth) MarshalJSON() ([]byte, error)
func (*NullableNrV2xAuth) Set ¶
func (v *NullableNrV2xAuth) Set(val *NrV2xAuth)
func (*NullableNrV2xAuth) UnmarshalJSON ¶
func (v *NullableNrV2xAuth) UnmarshalJSON(src []byte) error
func (*NullableNrV2xAuth) Unset ¶
func (v *NullableNrV2xAuth) Unset()
type NullableNrppaInformation ¶
type NullableNrppaInformation struct {
// contains filtered or unexported fields
}
func NewNullableNrppaInformation ¶
func NewNullableNrppaInformation(val *NrppaInformation) *NullableNrppaInformation
func (NullableNrppaInformation) Get ¶
func (v NullableNrppaInformation) Get() *NrppaInformation
func (NullableNrppaInformation) IsSet ¶
func (v NullableNrppaInformation) IsSet() bool
func (NullableNrppaInformation) MarshalJSON ¶
func (v NullableNrppaInformation) MarshalJSON() ([]byte, error)
func (*NullableNrppaInformation) Set ¶
func (v *NullableNrppaInformation) Set(val *NrppaInformation)
func (*NullableNrppaInformation) UnmarshalJSON ¶
func (v *NullableNrppaInformation) UnmarshalJSON(src []byte) error
func (*NullableNrppaInformation) Unset ¶
func (v *NullableNrppaInformation) Unset()
type NullableNsiIdInfo ¶
type NullableNsiIdInfo struct {
// contains filtered or unexported fields
}
func NewNullableNsiIdInfo ¶
func NewNullableNsiIdInfo(val *NsiIdInfo) *NullableNsiIdInfo
func (NullableNsiIdInfo) Get ¶
func (v NullableNsiIdInfo) Get() *NsiIdInfo
func (NullableNsiIdInfo) IsSet ¶
func (v NullableNsiIdInfo) IsSet() bool
func (NullableNsiIdInfo) MarshalJSON ¶
func (v NullableNsiIdInfo) MarshalJSON() ([]byte, error)
func (*NullableNsiIdInfo) Set ¶
func (v *NullableNsiIdInfo) Set(val *NsiIdInfo)
func (*NullableNsiIdInfo) UnmarshalJSON ¶
func (v *NullableNsiIdInfo) UnmarshalJSON(src []byte) error
func (*NullableNsiIdInfo) Unset ¶
func (v *NullableNsiIdInfo) Unset()
type NullableNsiInformation ¶
type NullableNsiInformation struct {
// contains filtered or unexported fields
}
func NewNullableNsiInformation ¶
func NewNullableNsiInformation(val *NsiInformation) *NullableNsiInformation
func (NullableNsiInformation) Get ¶
func (v NullableNsiInformation) Get() *NsiInformation
func (NullableNsiInformation) IsSet ¶
func (v NullableNsiInformation) IsSet() bool
func (NullableNsiInformation) MarshalJSON ¶
func (v NullableNsiInformation) MarshalJSON() ([]byte, error)
func (*NullableNsiInformation) Set ¶
func (v *NullableNsiInformation) Set(val *NsiInformation)
func (*NullableNsiInformation) UnmarshalJSON ¶
func (v *NullableNsiInformation) UnmarshalJSON(src []byte) error
func (*NullableNsiInformation) Unset ¶
func (v *NullableNsiInformation) Unset()
type NullableNsiLoadLevelInfo ¶
type NullableNsiLoadLevelInfo struct {
// contains filtered or unexported fields
}
func NewNullableNsiLoadLevelInfo ¶
func NewNullableNsiLoadLevelInfo(val *NsiLoadLevelInfo) *NullableNsiLoadLevelInfo
func (NullableNsiLoadLevelInfo) Get ¶
func (v NullableNsiLoadLevelInfo) Get() *NsiLoadLevelInfo
func (NullableNsiLoadLevelInfo) IsSet ¶
func (v NullableNsiLoadLevelInfo) IsSet() bool
func (NullableNsiLoadLevelInfo) MarshalJSON ¶
func (v NullableNsiLoadLevelInfo) MarshalJSON() ([]byte, error)
func (*NullableNsiLoadLevelInfo) Set ¶
func (v *NullableNsiLoadLevelInfo) Set(val *NsiLoadLevelInfo)
func (*NullableNsiLoadLevelInfo) UnmarshalJSON ¶
func (v *NullableNsiLoadLevelInfo) UnmarshalJSON(src []byte) error
func (*NullableNsiLoadLevelInfo) Unset ¶
func (v *NullableNsiLoadLevelInfo) Unset()
type NullableNssaaStatus ¶
type NullableNssaaStatus struct {
// contains filtered or unexported fields
}
func NewNullableNssaaStatus ¶
func NewNullableNssaaStatus(val *NssaaStatus) *NullableNssaaStatus
func (NullableNssaaStatus) Get ¶
func (v NullableNssaaStatus) Get() *NssaaStatus
func (NullableNssaaStatus) IsSet ¶
func (v NullableNssaaStatus) IsSet() bool
func (NullableNssaaStatus) MarshalJSON ¶
func (v NullableNssaaStatus) MarshalJSON() ([]byte, error)
func (*NullableNssaaStatus) Set ¶
func (v *NullableNssaaStatus) Set(val *NssaaStatus)
func (*NullableNssaaStatus) UnmarshalJSON ¶
func (v *NullableNssaaStatus) UnmarshalJSON(src []byte) error
func (*NullableNssaaStatus) Unset ¶
func (v *NullableNssaaStatus) Unset()
type NullableNssaiMapping ¶
type NullableNssaiMapping struct {
// contains filtered or unexported fields
}
func NewNullableNssaiMapping ¶
func NewNullableNssaiMapping(val *NssaiMapping) *NullableNssaiMapping
func (NullableNssaiMapping) Get ¶
func (v NullableNssaiMapping) Get() *NssaiMapping
func (NullableNssaiMapping) IsSet ¶
func (v NullableNssaiMapping) IsSet() bool
func (NullableNssaiMapping) MarshalJSON ¶
func (v NullableNssaiMapping) MarshalJSON() ([]byte, error)
func (*NullableNssaiMapping) Set ¶
func (v *NullableNssaiMapping) Set(val *NssaiMapping)
func (*NullableNssaiMapping) UnmarshalJSON ¶
func (v *NullableNssaiMapping) UnmarshalJSON(src []byte) error
func (*NullableNssaiMapping) Unset ¶
func (v *NullableNssaiMapping) Unset()
type NullableNumberAverage ¶
type NullableNumberAverage struct {
// contains filtered or unexported fields
}
func NewNullableNumberAverage ¶
func NewNullableNumberAverage(val *NumberAverage) *NullableNumberAverage
func (NullableNumberAverage) Get ¶
func (v NullableNumberAverage) Get() *NumberAverage
func (NullableNumberAverage) IsSet ¶
func (v NullableNumberAverage) IsSet() bool
func (NullableNumberAverage) MarshalJSON ¶
func (v NullableNumberAverage) MarshalJSON() ([]byte, error)
func (*NullableNumberAverage) Set ¶
func (v *NullableNumberAverage) Set(val *NumberAverage)
func (*NullableNumberAverage) UnmarshalJSON ¶
func (v *NullableNumberAverage) UnmarshalJSON(src []byte) error
func (*NullableNumberAverage) Unset ¶
func (v *NullableNumberAverage) Unset()
type NullableNwdafEvent ¶
type NullableNwdafEvent struct {
// contains filtered or unexported fields
}
func NewNullableNwdafEvent ¶
func NewNullableNwdafEvent(val *NwdafEvent) *NullableNwdafEvent
func (NullableNwdafEvent) Get ¶
func (v NullableNwdafEvent) Get() *NwdafEvent
func (NullableNwdafEvent) IsSet ¶
func (v NullableNwdafEvent) IsSet() bool
func (NullableNwdafEvent) MarshalJSON ¶
func (v NullableNwdafEvent) MarshalJSON() ([]byte, error)
func (*NullableNwdafEvent) Set ¶
func (v *NullableNwdafEvent) Set(val *NwdafEvent)
func (*NullableNwdafEvent) UnmarshalJSON ¶
func (v *NullableNwdafEvent) UnmarshalJSON(src []byte) error
func (*NullableNwdafEvent) Unset ¶
func (v *NullableNwdafEvent) Unset()
type NullableNwdafFailureCode ¶
type NullableNwdafFailureCode struct {
// contains filtered or unexported fields
}
func NewNullableNwdafFailureCode ¶
func NewNullableNwdafFailureCode(val *NwdafFailureCode) *NullableNwdafFailureCode
func (NullableNwdafFailureCode) Get ¶
func (v NullableNwdafFailureCode) Get() *NwdafFailureCode
func (NullableNwdafFailureCode) IsSet ¶
func (v NullableNwdafFailureCode) IsSet() bool
func (NullableNwdafFailureCode) MarshalJSON ¶
func (v NullableNwdafFailureCode) MarshalJSON() ([]byte, error)
func (*NullableNwdafFailureCode) Set ¶
func (v *NullableNwdafFailureCode) Set(val *NwdafFailureCode)
func (*NullableNwdafFailureCode) UnmarshalJSON ¶
func (v *NullableNwdafFailureCode) UnmarshalJSON(src []byte) error
func (*NullableNwdafFailureCode) Unset ¶
func (v *NullableNwdafFailureCode) Unset()
type NullableNwdafSubscription ¶
type NullableNwdafSubscription struct {
// contains filtered or unexported fields
}
func NewNullableNwdafSubscription ¶
func NewNullableNwdafSubscription(val *NwdafSubscription) *NullableNwdafSubscription
func (NullableNwdafSubscription) Get ¶
func (v NullableNwdafSubscription) Get() *NwdafSubscription
func (NullableNwdafSubscription) IsSet ¶
func (v NullableNwdafSubscription) IsSet() bool
func (NullableNwdafSubscription) MarshalJSON ¶
func (v NullableNwdafSubscription) MarshalJSON() ([]byte, error)
func (*NullableNwdafSubscription) Set ¶
func (v *NullableNwdafSubscription) Set(val *NwdafSubscription)
func (*NullableNwdafSubscription) UnmarshalJSON ¶
func (v *NullableNwdafSubscription) UnmarshalJSON(src []byte) error
func (*NullableNwdafSubscription) Unset ¶
func (v *NullableNwdafSubscription) Unset()
type NullableObservedRedundantTransExp ¶
type NullableObservedRedundantTransExp struct {
// contains filtered or unexported fields
}
func NewNullableObservedRedundantTransExp ¶
func NewNullableObservedRedundantTransExp(val *ObservedRedundantTransExp) *NullableObservedRedundantTransExp
func (NullableObservedRedundantTransExp) Get ¶
func (v NullableObservedRedundantTransExp) Get() *ObservedRedundantTransExp
func (NullableObservedRedundantTransExp) IsSet ¶
func (v NullableObservedRedundantTransExp) IsSet() bool
func (NullableObservedRedundantTransExp) MarshalJSON ¶
func (v NullableObservedRedundantTransExp) MarshalJSON() ([]byte, error)
func (*NullableObservedRedundantTransExp) Set ¶
func (v *NullableObservedRedundantTransExp) Set(val *ObservedRedundantTransExp)
func (*NullableObservedRedundantTransExp) UnmarshalJSON ¶
func (v *NullableObservedRedundantTransExp) UnmarshalJSON(src []byte) error
func (*NullableObservedRedundantTransExp) Unset ¶
func (v *NullableObservedRedundantTransExp) Unset()
type NullableOutputStrategy ¶
type NullableOutputStrategy struct {
// contains filtered or unexported fields
}
func NewNullableOutputStrategy ¶
func NewNullableOutputStrategy(val *OutputStrategy) *NullableOutputStrategy
func (NullableOutputStrategy) Get ¶
func (v NullableOutputStrategy) Get() *OutputStrategy
func (NullableOutputStrategy) IsSet ¶
func (v NullableOutputStrategy) IsSet() bool
func (NullableOutputStrategy) MarshalJSON ¶
func (v NullableOutputStrategy) MarshalJSON() ([]byte, error)
func (*NullableOutputStrategy) Set ¶
func (v *NullableOutputStrategy) Set(val *OutputStrategy)
func (*NullableOutputStrategy) UnmarshalJSON ¶
func (v *NullableOutputStrategy) UnmarshalJSON(src []byte) error
func (*NullableOutputStrategy) Unset ¶
func (v *NullableOutputStrategy) Unset()
type NullablePWSErrorData ¶
type NullablePWSErrorData struct {
// contains filtered or unexported fields
}
func NewNullablePWSErrorData ¶
func NewNullablePWSErrorData(val *PWSErrorData) *NullablePWSErrorData
func (NullablePWSErrorData) Get ¶
func (v NullablePWSErrorData) Get() *PWSErrorData
func (NullablePWSErrorData) IsSet ¶
func (v NullablePWSErrorData) IsSet() bool
func (NullablePWSErrorData) MarshalJSON ¶
func (v NullablePWSErrorData) MarshalJSON() ([]byte, error)
func (*NullablePWSErrorData) Set ¶
func (v *NullablePWSErrorData) Set(val *PWSErrorData)
func (*NullablePWSErrorData) UnmarshalJSON ¶
func (v *NullablePWSErrorData) UnmarshalJSON(src []byte) error
func (*NullablePWSErrorData) Unset ¶
func (v *NullablePWSErrorData) Unset()
type NullablePWSResponseData ¶
type NullablePWSResponseData struct {
// contains filtered or unexported fields
}
func NewNullablePWSResponseData ¶
func NewNullablePWSResponseData(val *PWSResponseData) *NullablePWSResponseData
func (NullablePWSResponseData) Get ¶
func (v NullablePWSResponseData) Get() *PWSResponseData
func (NullablePWSResponseData) IsSet ¶
func (v NullablePWSResponseData) IsSet() bool
func (NullablePWSResponseData) MarshalJSON ¶
func (v NullablePWSResponseData) MarshalJSON() ([]byte, error)
func (*NullablePWSResponseData) Set ¶
func (v *NullablePWSResponseData) Set(val *PWSResponseData)
func (*NullablePWSResponseData) UnmarshalJSON ¶
func (v *NullablePWSResponseData) UnmarshalJSON(src []byte) error
func (*NullablePWSResponseData) Unset ¶
func (v *NullablePWSResponseData) Unset()
type NullablePartitioningCriteria ¶
type NullablePartitioningCriteria struct {
// contains filtered or unexported fields
}
func NewNullablePartitioningCriteria ¶
func NewNullablePartitioningCriteria(val *PartitioningCriteria) *NullablePartitioningCriteria
func (NullablePartitioningCriteria) Get ¶
func (v NullablePartitioningCriteria) Get() *PartitioningCriteria
func (NullablePartitioningCriteria) IsSet ¶
func (v NullablePartitioningCriteria) IsSet() bool
func (NullablePartitioningCriteria) MarshalJSON ¶
func (v NullablePartitioningCriteria) MarshalJSON() ([]byte, error)
func (*NullablePartitioningCriteria) Set ¶
func (v *NullablePartitioningCriteria) Set(val *PartitioningCriteria)
func (*NullablePartitioningCriteria) UnmarshalJSON ¶
func (v *NullablePartitioningCriteria) UnmarshalJSON(src []byte) error
func (*NullablePartitioningCriteria) Unset ¶
func (v *NullablePartitioningCriteria) Unset()
type NullablePc5FlowBitRates ¶
type NullablePc5FlowBitRates struct {
// contains filtered or unexported fields
}
func NewNullablePc5FlowBitRates ¶
func NewNullablePc5FlowBitRates(val *Pc5FlowBitRates) *NullablePc5FlowBitRates
func (NullablePc5FlowBitRates) Get ¶
func (v NullablePc5FlowBitRates) Get() *Pc5FlowBitRates
func (NullablePc5FlowBitRates) IsSet ¶
func (v NullablePc5FlowBitRates) IsSet() bool
func (NullablePc5FlowBitRates) MarshalJSON ¶
func (v NullablePc5FlowBitRates) MarshalJSON() ([]byte, error)
func (*NullablePc5FlowBitRates) Set ¶
func (v *NullablePc5FlowBitRates) Set(val *Pc5FlowBitRates)
func (*NullablePc5FlowBitRates) UnmarshalJSON ¶
func (v *NullablePc5FlowBitRates) UnmarshalJSON(src []byte) error
func (*NullablePc5FlowBitRates) Unset ¶
func (v *NullablePc5FlowBitRates) Unset()
type NullablePc5QoSPara ¶
type NullablePc5QoSPara struct {
// contains filtered or unexported fields
}
func NewNullablePc5QoSPara ¶
func NewNullablePc5QoSPara(val *Pc5QoSPara) *NullablePc5QoSPara
func (NullablePc5QoSPara) Get ¶
func (v NullablePc5QoSPara) Get() *Pc5QoSPara
func (NullablePc5QoSPara) IsSet ¶
func (v NullablePc5QoSPara) IsSet() bool
func (NullablePc5QoSPara) MarshalJSON ¶
func (v NullablePc5QoSPara) MarshalJSON() ([]byte, error)
func (*NullablePc5QoSPara) Set ¶
func (v *NullablePc5QoSPara) Set(val *Pc5QoSPara)
func (*NullablePc5QoSPara) UnmarshalJSON ¶
func (v *NullablePc5QoSPara) UnmarshalJSON(src []byte) error
func (*NullablePc5QoSPara) Unset ¶
func (v *NullablePc5QoSPara) Unset()
type NullablePc5QosFlowItem ¶
type NullablePc5QosFlowItem struct {
// contains filtered or unexported fields
}
func NewNullablePc5QosFlowItem ¶
func NewNullablePc5QosFlowItem(val *Pc5QosFlowItem) *NullablePc5QosFlowItem
func (NullablePc5QosFlowItem) Get ¶
func (v NullablePc5QosFlowItem) Get() *Pc5QosFlowItem
func (NullablePc5QosFlowItem) IsSet ¶
func (v NullablePc5QosFlowItem) IsSet() bool
func (NullablePc5QosFlowItem) MarshalJSON ¶
func (v NullablePc5QosFlowItem) MarshalJSON() ([]byte, error)
func (*NullablePc5QosFlowItem) Set ¶
func (v *NullablePc5QosFlowItem) Set(val *Pc5QosFlowItem)
func (*NullablePc5QosFlowItem) UnmarshalJSON ¶
func (v *NullablePc5QosFlowItem) UnmarshalJSON(src []byte) error
func (*NullablePc5QosFlowItem) Unset ¶
func (v *NullablePc5QosFlowItem) Unset()
type NullablePcfUeCallbackInfo ¶
type NullablePcfUeCallbackInfo struct {
// contains filtered or unexported fields
}
func NewNullablePcfUeCallbackInfo ¶
func NewNullablePcfUeCallbackInfo(val *PcfUeCallbackInfo) *NullablePcfUeCallbackInfo
func (NullablePcfUeCallbackInfo) Get ¶
func (v NullablePcfUeCallbackInfo) Get() *PcfUeCallbackInfo
func (NullablePcfUeCallbackInfo) IsSet ¶
func (v NullablePcfUeCallbackInfo) IsSet() bool
func (NullablePcfUeCallbackInfo) MarshalJSON ¶
func (v NullablePcfUeCallbackInfo) MarshalJSON() ([]byte, error)
func (*NullablePcfUeCallbackInfo) Set ¶
func (v *NullablePcfUeCallbackInfo) Set(val *PcfUeCallbackInfo)
func (*NullablePcfUeCallbackInfo) UnmarshalJSON ¶
func (v *NullablePcfUeCallbackInfo) UnmarshalJSON(src []byte) error
func (*NullablePcfUeCallbackInfo) Unset ¶
func (v *NullablePcfUeCallbackInfo) Unset()
type NullablePduSessionContext ¶
type NullablePduSessionContext struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionContext ¶
func NewNullablePduSessionContext(val *PduSessionContext) *NullablePduSessionContext
func (NullablePduSessionContext) Get ¶
func (v NullablePduSessionContext) Get() *PduSessionContext
func (NullablePduSessionContext) IsSet ¶
func (v NullablePduSessionContext) IsSet() bool
func (NullablePduSessionContext) MarshalJSON ¶
func (v NullablePduSessionContext) MarshalJSON() ([]byte, error)
func (*NullablePduSessionContext) Set ¶
func (v *NullablePduSessionContext) Set(val *PduSessionContext)
func (*NullablePduSessionContext) UnmarshalJSON ¶
func (v *NullablePduSessionContext) UnmarshalJSON(src []byte) error
func (*NullablePduSessionContext) Unset ¶
func (v *NullablePduSessionContext) Unset()
type NullablePduSessionInfo ¶
type NullablePduSessionInfo struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionInfo ¶
func NewNullablePduSessionInfo(val *PduSessionInfo) *NullablePduSessionInfo
func (NullablePduSessionInfo) Get ¶
func (v NullablePduSessionInfo) Get() *PduSessionInfo
func (NullablePduSessionInfo) IsSet ¶
func (v NullablePduSessionInfo) IsSet() bool
func (NullablePduSessionInfo) MarshalJSON ¶
func (v NullablePduSessionInfo) MarshalJSON() ([]byte, error)
func (*NullablePduSessionInfo) Set ¶
func (v *NullablePduSessionInfo) Set(val *PduSessionInfo)
func (*NullablePduSessionInfo) UnmarshalJSON ¶
func (v *NullablePduSessionInfo) UnmarshalJSON(src []byte) error
func (*NullablePduSessionInfo) Unset ¶
func (v *NullablePduSessionInfo) Unset()
type NullablePerfData ¶
type NullablePerfData struct {
// contains filtered or unexported fields
}
func NewNullablePerfData ¶
func NewNullablePerfData(val *PerfData) *NullablePerfData
func (NullablePerfData) Get ¶
func (v NullablePerfData) Get() *PerfData
func (NullablePerfData) IsSet ¶
func (v NullablePerfData) IsSet() bool
func (NullablePerfData) MarshalJSON ¶
func (v NullablePerfData) MarshalJSON() ([]byte, error)
func (*NullablePerfData) Set ¶
func (v *NullablePerfData) Set(val *PerfData)
func (*NullablePerfData) UnmarshalJSON ¶
func (v *NullablePerfData) UnmarshalJSON(src []byte) error
func (*NullablePerfData) Unset ¶
func (v *NullablePerfData) Unset()
type NullablePeriodicCommunicationIndicator ¶
type NullablePeriodicCommunicationIndicator struct {
// contains filtered or unexported fields
}
func NewNullablePeriodicCommunicationIndicator ¶
func NewNullablePeriodicCommunicationIndicator(val *PeriodicCommunicationIndicator) *NullablePeriodicCommunicationIndicator
func (NullablePeriodicCommunicationIndicator) Get ¶
func (v NullablePeriodicCommunicationIndicator) Get() *PeriodicCommunicationIndicator
func (NullablePeriodicCommunicationIndicator) IsSet ¶
func (v NullablePeriodicCommunicationIndicator) IsSet() bool
func (NullablePeriodicCommunicationIndicator) MarshalJSON ¶
func (v NullablePeriodicCommunicationIndicator) MarshalJSON() ([]byte, error)
func (*NullablePeriodicCommunicationIndicator) Set ¶
func (v *NullablePeriodicCommunicationIndicator) Set(val *PeriodicCommunicationIndicator)
func (*NullablePeriodicCommunicationIndicator) UnmarshalJSON ¶
func (v *NullablePeriodicCommunicationIndicator) UnmarshalJSON(src []byte) error
func (*NullablePeriodicCommunicationIndicator) Unset ¶
func (v *NullablePeriodicCommunicationIndicator) Unset()
type NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnIdNid ¶
type NullablePlmnIdNid struct {
// contains filtered or unexported fields
}
func NewNullablePlmnIdNid ¶
func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid
func (NullablePlmnIdNid) Get ¶
func (v NullablePlmnIdNid) Get() *PlmnIdNid
func (NullablePlmnIdNid) IsSet ¶
func (v NullablePlmnIdNid) IsSet() bool
func (NullablePlmnIdNid) MarshalJSON ¶
func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)
func (*NullablePlmnIdNid) Set ¶
func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)
func (*NullablePlmnIdNid) UnmarshalJSON ¶
func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error
func (*NullablePlmnIdNid) Unset ¶
func (v *NullablePlmnIdNid) Unset()
type NullablePoint ¶
type NullablePoint struct {
// contains filtered or unexported fields
}
func NewNullablePoint ¶
func NewNullablePoint(val *Point) *NullablePoint
func (NullablePoint) Get ¶
func (v NullablePoint) Get() *Point
func (NullablePoint) IsSet ¶
func (v NullablePoint) IsSet() bool
func (NullablePoint) MarshalJSON ¶
func (v NullablePoint) MarshalJSON() ([]byte, error)
func (*NullablePoint) Set ¶
func (v *NullablePoint) Set(val *Point)
func (*NullablePoint) UnmarshalJSON ¶
func (v *NullablePoint) UnmarshalJSON(src []byte) error
func (*NullablePoint) Unset ¶
func (v *NullablePoint) Unset()
type NullablePointAllOf ¶
type NullablePointAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAllOf ¶
func NewNullablePointAllOf(val *PointAllOf) *NullablePointAllOf
func (NullablePointAllOf) Get ¶
func (v NullablePointAllOf) Get() *PointAllOf
func (NullablePointAllOf) IsSet ¶
func (v NullablePointAllOf) IsSet() bool
func (NullablePointAllOf) MarshalJSON ¶
func (v NullablePointAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAllOf) Set ¶
func (v *NullablePointAllOf) Set(val *PointAllOf)
func (*NullablePointAllOf) UnmarshalJSON ¶
func (v *NullablePointAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAllOf) Unset ¶
func (v *NullablePointAllOf) Unset()
type NullablePointAltitude ¶
type NullablePointAltitude struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitude ¶
func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude
func (NullablePointAltitude) Get ¶
func (v NullablePointAltitude) Get() *PointAltitude
func (NullablePointAltitude) IsSet ¶
func (v NullablePointAltitude) IsSet() bool
func (NullablePointAltitude) MarshalJSON ¶
func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
func (*NullablePointAltitude) Set ¶
func (v *NullablePointAltitude) Set(val *PointAltitude)
func (*NullablePointAltitude) UnmarshalJSON ¶
func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
func (*NullablePointAltitude) Unset ¶
func (v *NullablePointAltitude) Unset()
type NullablePointAltitudeAllOf ¶
type NullablePointAltitudeAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeAllOf ¶
func NewNullablePointAltitudeAllOf(val *PointAltitudeAllOf) *NullablePointAltitudeAllOf
func (NullablePointAltitudeAllOf) Get ¶
func (v NullablePointAltitudeAllOf) Get() *PointAltitudeAllOf
func (NullablePointAltitudeAllOf) IsSet ¶
func (v NullablePointAltitudeAllOf) IsSet() bool
func (NullablePointAltitudeAllOf) MarshalJSON ¶
func (v NullablePointAltitudeAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeAllOf) Set ¶
func (v *NullablePointAltitudeAllOf) Set(val *PointAltitudeAllOf)
func (*NullablePointAltitudeAllOf) UnmarshalJSON ¶
func (v *NullablePointAltitudeAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeAllOf) Unset ¶
func (v *NullablePointAltitudeAllOf) Unset()
type NullablePointAltitudeUncertainty ¶
type NullablePointAltitudeUncertainty struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertainty ¶
func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) Get ¶
func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) IsSet ¶
func (v NullablePointAltitudeUncertainty) IsSet() bool
func (NullablePointAltitudeUncertainty) MarshalJSON ¶
func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertainty) Set ¶
func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
func (*NullablePointAltitudeUncertainty) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertainty) Unset ¶
func (v *NullablePointAltitudeUncertainty) Unset()
type NullablePointAltitudeUncertaintyAllOf ¶
type NullablePointAltitudeUncertaintyAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertaintyAllOf ¶
func NewNullablePointAltitudeUncertaintyAllOf(val *PointAltitudeUncertaintyAllOf) *NullablePointAltitudeUncertaintyAllOf
func (NullablePointAltitudeUncertaintyAllOf) Get ¶
func (v NullablePointAltitudeUncertaintyAllOf) Get() *PointAltitudeUncertaintyAllOf
func (NullablePointAltitudeUncertaintyAllOf) IsSet ¶
func (v NullablePointAltitudeUncertaintyAllOf) IsSet() bool
func (NullablePointAltitudeUncertaintyAllOf) MarshalJSON ¶
func (v NullablePointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertaintyAllOf) Set ¶
func (v *NullablePointAltitudeUncertaintyAllOf) Set(val *PointAltitudeUncertaintyAllOf)
func (*NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertaintyAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertaintyAllOf) Unset ¶
func (v *NullablePointAltitudeUncertaintyAllOf) Unset()
type NullablePointUncertaintyCircle ¶
type NullablePointUncertaintyCircle struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircle ¶
func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle
func (NullablePointUncertaintyCircle) Get ¶
func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
func (NullablePointUncertaintyCircle) IsSet ¶
func (v NullablePointUncertaintyCircle) IsSet() bool
func (NullablePointUncertaintyCircle) MarshalJSON ¶
func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircle) Set ¶
func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
func (*NullablePointUncertaintyCircle) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircle) Unset ¶
func (v *NullablePointUncertaintyCircle) Unset()
type NullablePointUncertaintyCircleAllOf ¶
type NullablePointUncertaintyCircleAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircleAllOf ¶
func NewNullablePointUncertaintyCircleAllOf(val *PointUncertaintyCircleAllOf) *NullablePointUncertaintyCircleAllOf
func (NullablePointUncertaintyCircleAllOf) Get ¶
func (v NullablePointUncertaintyCircleAllOf) Get() *PointUncertaintyCircleAllOf
func (NullablePointUncertaintyCircleAllOf) IsSet ¶
func (v NullablePointUncertaintyCircleAllOf) IsSet() bool
func (NullablePointUncertaintyCircleAllOf) MarshalJSON ¶
func (v NullablePointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircleAllOf) Set ¶
func (v *NullablePointUncertaintyCircleAllOf) Set(val *PointUncertaintyCircleAllOf)
func (*NullablePointUncertaintyCircleAllOf) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircleAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircleAllOf) Unset ¶
func (v *NullablePointUncertaintyCircleAllOf) Unset()
type NullablePointUncertaintyEllipse ¶
type NullablePointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipse ¶
func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) Get ¶
func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) IsSet ¶
func (v NullablePointUncertaintyEllipse) IsSet() bool
func (NullablePointUncertaintyEllipse) MarshalJSON ¶
func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipse) Set ¶
func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
func (*NullablePointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipse) Unset ¶
func (v *NullablePointUncertaintyEllipse) Unset()
type NullablePointUncertaintyEllipseAllOf ¶
type NullablePointUncertaintyEllipseAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipseAllOf ¶
func NewNullablePointUncertaintyEllipseAllOf(val *PointUncertaintyEllipseAllOf) *NullablePointUncertaintyEllipseAllOf
func (NullablePointUncertaintyEllipseAllOf) Get ¶
func (v NullablePointUncertaintyEllipseAllOf) Get() *PointUncertaintyEllipseAllOf
func (NullablePointUncertaintyEllipseAllOf) IsSet ¶
func (v NullablePointUncertaintyEllipseAllOf) IsSet() bool
func (NullablePointUncertaintyEllipseAllOf) MarshalJSON ¶
func (v NullablePointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipseAllOf) Set ¶
func (v *NullablePointUncertaintyEllipseAllOf) Set(val *PointUncertaintyEllipseAllOf)
func (*NullablePointUncertaintyEllipseAllOf) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipseAllOf) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipseAllOf) Unset ¶
func (v *NullablePointUncertaintyEllipseAllOf) Unset()
type NullablePolicyReqTrigger ¶
type NullablePolicyReqTrigger struct {
// contains filtered or unexported fields
}
func NewNullablePolicyReqTrigger ¶
func NewNullablePolicyReqTrigger(val *PolicyReqTrigger) *NullablePolicyReqTrigger
func (NullablePolicyReqTrigger) Get ¶
func (v NullablePolicyReqTrigger) Get() *PolicyReqTrigger
func (NullablePolicyReqTrigger) IsSet ¶
func (v NullablePolicyReqTrigger) IsSet() bool
func (NullablePolicyReqTrigger) MarshalJSON ¶
func (v NullablePolicyReqTrigger) MarshalJSON() ([]byte, error)
func (*NullablePolicyReqTrigger) Set ¶
func (v *NullablePolicyReqTrigger) Set(val *PolicyReqTrigger)
func (*NullablePolicyReqTrigger) UnmarshalJSON ¶
func (v *NullablePolicyReqTrigger) UnmarshalJSON(src []byte) error
func (*NullablePolicyReqTrigger) Unset ¶
func (v *NullablePolicyReqTrigger) Unset()
type NullablePolygon ¶
type NullablePolygon struct {
// contains filtered or unexported fields
}
func NewNullablePolygon ¶
func NewNullablePolygon(val *Polygon) *NullablePolygon
func (NullablePolygon) Get ¶
func (v NullablePolygon) Get() *Polygon
func (NullablePolygon) IsSet ¶
func (v NullablePolygon) IsSet() bool
func (NullablePolygon) MarshalJSON ¶
func (v NullablePolygon) MarshalJSON() ([]byte, error)
func (*NullablePolygon) Set ¶
func (v *NullablePolygon) Set(val *Polygon)
func (*NullablePolygon) UnmarshalJSON ¶
func (v *NullablePolygon) UnmarshalJSON(src []byte) error
func (*NullablePolygon) Unset ¶
func (v *NullablePolygon) Unset()
type NullablePolygonAllOf ¶
type NullablePolygonAllOf struct {
// contains filtered or unexported fields
}
func NewNullablePolygonAllOf ¶
func NewNullablePolygonAllOf(val *PolygonAllOf) *NullablePolygonAllOf
func (NullablePolygonAllOf) Get ¶
func (v NullablePolygonAllOf) Get() *PolygonAllOf
func (NullablePolygonAllOf) IsSet ¶
func (v NullablePolygonAllOf) IsSet() bool
func (NullablePolygonAllOf) MarshalJSON ¶
func (v NullablePolygonAllOf) MarshalJSON() ([]byte, error)
func (*NullablePolygonAllOf) Set ¶
func (v *NullablePolygonAllOf) Set(val *PolygonAllOf)
func (*NullablePolygonAllOf) UnmarshalJSON ¶
func (v *NullablePolygonAllOf) UnmarshalJSON(src []byte) error
func (*NullablePolygonAllOf) Unset ¶
func (v *NullablePolygonAllOf) Unset()
type NullablePositioningMethodMdt ¶
type NullablePositioningMethodMdt struct {
// contains filtered or unexported fields
}
func NewNullablePositioningMethodMdt ¶
func NewNullablePositioningMethodMdt(val *PositioningMethodMdt) *NullablePositioningMethodMdt
func (NullablePositioningMethodMdt) Get ¶
func (v NullablePositioningMethodMdt) Get() *PositioningMethodMdt
func (NullablePositioningMethodMdt) IsSet ¶
func (v NullablePositioningMethodMdt) IsSet() bool
func (NullablePositioningMethodMdt) MarshalJSON ¶
func (v NullablePositioningMethodMdt) MarshalJSON() ([]byte, error)
func (*NullablePositioningMethodMdt) Set ¶
func (v *NullablePositioningMethodMdt) Set(val *PositioningMethodMdt)
func (*NullablePositioningMethodMdt) UnmarshalJSON ¶
func (v *NullablePositioningMethodMdt) UnmarshalJSON(src []byte) error
func (*NullablePositioningMethodMdt) Unset ¶
func (v *NullablePositioningMethodMdt) Unset()
type NullablePreemptionCapability ¶
type NullablePreemptionCapability struct {
// contains filtered or unexported fields
}
func NewNullablePreemptionCapability ¶
func NewNullablePreemptionCapability(val *PreemptionCapability) *NullablePreemptionCapability
func (NullablePreemptionCapability) Get ¶
func (v NullablePreemptionCapability) Get() *PreemptionCapability
func (NullablePreemptionCapability) IsSet ¶
func (v NullablePreemptionCapability) IsSet() bool
func (NullablePreemptionCapability) MarshalJSON ¶
func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error)
func (*NullablePreemptionCapability) Set ¶
func (v *NullablePreemptionCapability) Set(val *PreemptionCapability)
func (*NullablePreemptionCapability) UnmarshalJSON ¶
func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error
func (*NullablePreemptionCapability) Unset ¶
func (v *NullablePreemptionCapability) Unset()
type NullablePreemptionVulnerability ¶
type NullablePreemptionVulnerability struct {
// contains filtered or unexported fields
}
func NewNullablePreemptionVulnerability ¶
func NewNullablePreemptionVulnerability(val *PreemptionVulnerability) *NullablePreemptionVulnerability
func (NullablePreemptionVulnerability) Get ¶
func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability
func (NullablePreemptionVulnerability) IsSet ¶
func (v NullablePreemptionVulnerability) IsSet() bool
func (NullablePreemptionVulnerability) MarshalJSON ¶
func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error)
func (*NullablePreemptionVulnerability) Set ¶
func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability)
func (*NullablePreemptionVulnerability) UnmarshalJSON ¶
func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error
func (*NullablePreemptionVulnerability) Unset ¶
func (v *NullablePreemptionVulnerability) Unset()
type NullablePresenceInfo ¶
type NullablePresenceInfo struct {
// contains filtered or unexported fields
}
func NewNullablePresenceInfo ¶
func NewNullablePresenceInfo(val *PresenceInfo) *NullablePresenceInfo
func (NullablePresenceInfo) Get ¶
func (v NullablePresenceInfo) Get() *PresenceInfo
func (NullablePresenceInfo) IsSet ¶
func (v NullablePresenceInfo) IsSet() bool
func (NullablePresenceInfo) MarshalJSON ¶
func (v NullablePresenceInfo) MarshalJSON() ([]byte, error)
func (*NullablePresenceInfo) Set ¶
func (v *NullablePresenceInfo) Set(val *PresenceInfo)
func (*NullablePresenceInfo) UnmarshalJSON ¶
func (v *NullablePresenceInfo) UnmarshalJSON(src []byte) error
func (*NullablePresenceInfo) Unset ¶
func (v *NullablePresenceInfo) Unset()
type NullablePresenceState ¶
type NullablePresenceState struct {
// contains filtered or unexported fields
}
func NewNullablePresenceState ¶
func NewNullablePresenceState(val *PresenceState) *NullablePresenceState
func (NullablePresenceState) Get ¶
func (v NullablePresenceState) Get() *PresenceState
func (NullablePresenceState) IsSet ¶
func (v NullablePresenceState) IsSet() bool
func (NullablePresenceState) MarshalJSON ¶
func (v NullablePresenceState) MarshalJSON() ([]byte, error)
func (*NullablePresenceState) Set ¶
func (v *NullablePresenceState) Set(val *PresenceState)
func (*NullablePresenceState) UnmarshalJSON ¶
func (v *NullablePresenceState) UnmarshalJSON(src []byte) error
func (*NullablePresenceState) Unset ¶
func (v *NullablePresenceState) Unset()
type NullablePrevSubInfo ¶
type NullablePrevSubInfo struct {
// contains filtered or unexported fields
}
func NewNullablePrevSubInfo ¶
func NewNullablePrevSubInfo(val *PrevSubInfo) *NullablePrevSubInfo
func (NullablePrevSubInfo) Get ¶
func (v NullablePrevSubInfo) Get() *PrevSubInfo
func (NullablePrevSubInfo) IsSet ¶
func (v NullablePrevSubInfo) IsSet() bool
func (NullablePrevSubInfo) MarshalJSON ¶
func (v NullablePrevSubInfo) MarshalJSON() ([]byte, error)
func (*NullablePrevSubInfo) Set ¶
func (v *NullablePrevSubInfo) Set(val *PrevSubInfo)
func (*NullablePrevSubInfo) UnmarshalJSON ¶
func (v *NullablePrevSubInfo) UnmarshalJSON(src []byte) error
func (*NullablePrevSubInfo) Unset ¶
func (v *NullablePrevSubInfo) Unset()
type NullableProSeInformation ¶
type NullableProSeInformation struct {
// contains filtered or unexported fields
}
func NewNullableProSeInformation ¶
func NewNullableProSeInformation(val *ProSeInformation) *NullableProSeInformation
func (NullableProSeInformation) Get ¶
func (v NullableProSeInformation) Get() *ProSeInformation
func (NullableProSeInformation) IsSet ¶
func (v NullableProSeInformation) IsSet() bool
func (NullableProSeInformation) MarshalJSON ¶
func (v NullableProSeInformation) MarshalJSON() ([]byte, error)
func (*NullableProSeInformation) Set ¶
func (v *NullableProSeInformation) Set(val *ProSeInformation)
func (*NullableProSeInformation) UnmarshalJSON ¶
func (v *NullableProSeInformation) UnmarshalJSON(src []byte) error
func (*NullableProSeInformation) Unset ¶
func (v *NullableProSeInformation) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableProseContext ¶
type NullableProseContext struct {
// contains filtered or unexported fields
}
func NewNullableProseContext ¶
func NewNullableProseContext(val *ProseContext) *NullableProseContext
func (NullableProseContext) Get ¶
func (v NullableProseContext) Get() *ProseContext
func (NullableProseContext) IsSet ¶
func (v NullableProseContext) IsSet() bool
func (NullableProseContext) MarshalJSON ¶
func (v NullableProseContext) MarshalJSON() ([]byte, error)
func (*NullableProseContext) Set ¶
func (v *NullableProseContext) Set(val *ProseContext)
func (*NullableProseContext) UnmarshalJSON ¶
func (v *NullableProseContext) UnmarshalJSON(src []byte) error
func (*NullableProseContext) Unset ¶
func (v *NullableProseContext) Unset()
type NullablePwsInformation ¶
type NullablePwsInformation struct {
// contains filtered or unexported fields
}
func NewNullablePwsInformation ¶
func NewNullablePwsInformation(val *PwsInformation) *NullablePwsInformation
func (NullablePwsInformation) Get ¶
func (v NullablePwsInformation) Get() *PwsInformation
func (NullablePwsInformation) IsSet ¶
func (v NullablePwsInformation) IsSet() bool
func (NullablePwsInformation) MarshalJSON ¶
func (v NullablePwsInformation) MarshalJSON() ([]byte, error)
func (*NullablePwsInformation) Set ¶
func (v *NullablePwsInformation) Set(val *PwsInformation)
func (*NullablePwsInformation) UnmarshalJSON ¶
func (v *NullablePwsInformation) UnmarshalJSON(src []byte) error
func (*NullablePwsInformation) Unset ¶
func (v *NullablePwsInformation) Unset()
type NullableQosRequirement ¶
type NullableQosRequirement struct {
// contains filtered or unexported fields
}
func NewNullableQosRequirement ¶
func NewNullableQosRequirement(val *QosRequirement) *NullableQosRequirement
func (NullableQosRequirement) Get ¶
func (v NullableQosRequirement) Get() *QosRequirement
func (NullableQosRequirement) IsSet ¶
func (v NullableQosRequirement) IsSet() bool
func (NullableQosRequirement) MarshalJSON ¶
func (v NullableQosRequirement) MarshalJSON() ([]byte, error)
func (*NullableQosRequirement) Set ¶
func (v *NullableQosRequirement) Set(val *QosRequirement)
func (*NullableQosRequirement) UnmarshalJSON ¶
func (v *NullableQosRequirement) UnmarshalJSON(src []byte) error
func (*NullableQosRequirement) Unset ¶
func (v *NullableQosRequirement) Unset()
type NullableQosResourceType ¶
type NullableQosResourceType struct {
// contains filtered or unexported fields
}
func NewNullableQosResourceType ¶
func NewNullableQosResourceType(val *QosResourceType) *NullableQosResourceType
func (NullableQosResourceType) Get ¶
func (v NullableQosResourceType) Get() *QosResourceType
func (NullableQosResourceType) IsSet ¶
func (v NullableQosResourceType) IsSet() bool
func (NullableQosResourceType) MarshalJSON ¶
func (v NullableQosResourceType) MarshalJSON() ([]byte, error)
func (*NullableQosResourceType) Set ¶
func (v *NullableQosResourceType) Set(val *QosResourceType)
func (*NullableQosResourceType) UnmarshalJSON ¶
func (v *NullableQosResourceType) UnmarshalJSON(src []byte) error
func (*NullableQosResourceType) Unset ¶
func (v *NullableQosResourceType) Unset()
type NullableQosSustainabilityInfo ¶
type NullableQosSustainabilityInfo struct {
// contains filtered or unexported fields
}
func NewNullableQosSustainabilityInfo ¶
func NewNullableQosSustainabilityInfo(val *QosSustainabilityInfo) *NullableQosSustainabilityInfo
func (NullableQosSustainabilityInfo) Get ¶
func (v NullableQosSustainabilityInfo) Get() *QosSustainabilityInfo
func (NullableQosSustainabilityInfo) IsSet ¶
func (v NullableQosSustainabilityInfo) IsSet() bool
func (NullableQosSustainabilityInfo) MarshalJSON ¶
func (v NullableQosSustainabilityInfo) MarshalJSON() ([]byte, error)
func (*NullableQosSustainabilityInfo) Set ¶
func (v *NullableQosSustainabilityInfo) Set(val *QosSustainabilityInfo)
func (*NullableQosSustainabilityInfo) UnmarshalJSON ¶
func (v *NullableQosSustainabilityInfo) UnmarshalJSON(src []byte) error
func (*NullableQosSustainabilityInfo) Unset ¶
func (v *NullableQosSustainabilityInfo) Unset()
type NullableRankingCriterion ¶
type NullableRankingCriterion struct {
// contains filtered or unexported fields
}
func NewNullableRankingCriterion ¶
func NewNullableRankingCriterion(val *RankingCriterion) *NullableRankingCriterion
func (NullableRankingCriterion) Get ¶
func (v NullableRankingCriterion) Get() *RankingCriterion
func (NullableRankingCriterion) IsSet ¶
func (v NullableRankingCriterion) IsSet() bool
func (NullableRankingCriterion) MarshalJSON ¶
func (v NullableRankingCriterion) MarshalJSON() ([]byte, error)
func (*NullableRankingCriterion) Set ¶
func (v *NullableRankingCriterion) Set(val *RankingCriterion)
func (*NullableRankingCriterion) UnmarshalJSON ¶
func (v *NullableRankingCriterion) UnmarshalJSON(src []byte) error
func (*NullableRankingCriterion) Unset ¶
func (v *NullableRankingCriterion) Unset()
type NullableRatFreqInformation ¶
type NullableRatFreqInformation struct {
// contains filtered or unexported fields
}
func NewNullableRatFreqInformation ¶
func NewNullableRatFreqInformation(val *RatFreqInformation) *NullableRatFreqInformation
func (NullableRatFreqInformation) Get ¶
func (v NullableRatFreqInformation) Get() *RatFreqInformation
func (NullableRatFreqInformation) IsSet ¶
func (v NullableRatFreqInformation) IsSet() bool
func (NullableRatFreqInformation) MarshalJSON ¶
func (v NullableRatFreqInformation) MarshalJSON() ([]byte, error)
func (*NullableRatFreqInformation) Set ¶
func (v *NullableRatFreqInformation) Set(val *RatFreqInformation)
func (*NullableRatFreqInformation) UnmarshalJSON ¶
func (v *NullableRatFreqInformation) UnmarshalJSON(src []byte) error
func (*NullableRatFreqInformation) Unset ¶
func (v *NullableRatFreqInformation) Unset()
type NullableRatSelector ¶
type NullableRatSelector struct {
// contains filtered or unexported fields
}
func NewNullableRatSelector ¶
func NewNullableRatSelector(val *RatSelector) *NullableRatSelector
func (NullableRatSelector) Get ¶
func (v NullableRatSelector) Get() *RatSelector
func (NullableRatSelector) IsSet ¶
func (v NullableRatSelector) IsSet() bool
func (NullableRatSelector) MarshalJSON ¶
func (v NullableRatSelector) MarshalJSON() ([]byte, error)
func (*NullableRatSelector) Set ¶
func (v *NullableRatSelector) Set(val *RatSelector)
func (*NullableRatSelector) UnmarshalJSON ¶
func (v *NullableRatSelector) UnmarshalJSON(src []byte) error
func (*NullableRatSelector) Unset ¶
func (v *NullableRatSelector) Unset()
type NullableRatType ¶
type NullableRatType struct {
// contains filtered or unexported fields
}
func NewNullableRatType ¶
func NewNullableRatType(val *RatType) *NullableRatType
func (NullableRatType) Get ¶
func (v NullableRatType) Get() *RatType
func (NullableRatType) IsSet ¶
func (v NullableRatType) IsSet() bool
func (NullableRatType) MarshalJSON ¶
func (v NullableRatType) MarshalJSON() ([]byte, error)
func (*NullableRatType) Set ¶
func (v *NullableRatType) Set(val *RatType)
func (*NullableRatType) UnmarshalJSON ¶
func (v *NullableRatType) UnmarshalJSON(src []byte) error
func (*NullableRatType) Unset ¶
func (v *NullableRatType) Unset()
type NullableReachabilityFilter ¶
type NullableReachabilityFilter struct {
// contains filtered or unexported fields
}
func NewNullableReachabilityFilter ¶
func NewNullableReachabilityFilter(val *ReachabilityFilter) *NullableReachabilityFilter
func (NullableReachabilityFilter) Get ¶
func (v NullableReachabilityFilter) Get() *ReachabilityFilter
func (NullableReachabilityFilter) IsSet ¶
func (v NullableReachabilityFilter) IsSet() bool
func (NullableReachabilityFilter) MarshalJSON ¶
func (v NullableReachabilityFilter) MarshalJSON() ([]byte, error)
func (*NullableReachabilityFilter) Set ¶
func (v *NullableReachabilityFilter) Set(val *ReachabilityFilter)
func (*NullableReachabilityFilter) UnmarshalJSON ¶
func (v *NullableReachabilityFilter) UnmarshalJSON(src []byte) error
func (*NullableReachabilityFilter) Unset ¶
func (v *NullableReachabilityFilter) Unset()
type NullableRedTransExpOrderingCriterion ¶
type NullableRedTransExpOrderingCriterion struct {
// contains filtered or unexported fields
}
func NewNullableRedTransExpOrderingCriterion ¶
func NewNullableRedTransExpOrderingCriterion(val *RedTransExpOrderingCriterion) *NullableRedTransExpOrderingCriterion
func (NullableRedTransExpOrderingCriterion) Get ¶
func (v NullableRedTransExpOrderingCriterion) Get() *RedTransExpOrderingCriterion
func (NullableRedTransExpOrderingCriterion) IsSet ¶
func (v NullableRedTransExpOrderingCriterion) IsSet() bool
func (NullableRedTransExpOrderingCriterion) MarshalJSON ¶
func (v NullableRedTransExpOrderingCriterion) MarshalJSON() ([]byte, error)
func (*NullableRedTransExpOrderingCriterion) Set ¶
func (v *NullableRedTransExpOrderingCriterion) Set(val *RedTransExpOrderingCriterion)
func (*NullableRedTransExpOrderingCriterion) UnmarshalJSON ¶
func (v *NullableRedTransExpOrderingCriterion) UnmarshalJSON(src []byte) error
func (*NullableRedTransExpOrderingCriterion) Unset ¶
func (v *NullableRedTransExpOrderingCriterion) Unset()
type NullableRedirectResponse ¶
type NullableRedirectResponse struct {
// contains filtered or unexported fields
}
func NewNullableRedirectResponse ¶
func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse
func (NullableRedirectResponse) Get ¶
func (v NullableRedirectResponse) Get() *RedirectResponse
func (NullableRedirectResponse) IsSet ¶
func (v NullableRedirectResponse) IsSet() bool
func (NullableRedirectResponse) MarshalJSON ¶
func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
func (*NullableRedirectResponse) Set ¶
func (v *NullableRedirectResponse) Set(val *RedirectResponse)
func (*NullableRedirectResponse) UnmarshalJSON ¶
func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
func (*NullableRedirectResponse) Unset ¶
func (v *NullableRedirectResponse) Unset()
type NullableRedundantTransmissionExpInfo ¶
type NullableRedundantTransmissionExpInfo struct {
// contains filtered or unexported fields
}
func NewNullableRedundantTransmissionExpInfo ¶
func NewNullableRedundantTransmissionExpInfo(val *RedundantTransmissionExpInfo) *NullableRedundantTransmissionExpInfo
func (NullableRedundantTransmissionExpInfo) Get ¶
func (v NullableRedundantTransmissionExpInfo) Get() *RedundantTransmissionExpInfo
func (NullableRedundantTransmissionExpInfo) IsSet ¶
func (v NullableRedundantTransmissionExpInfo) IsSet() bool
func (NullableRedundantTransmissionExpInfo) MarshalJSON ¶
func (v NullableRedundantTransmissionExpInfo) MarshalJSON() ([]byte, error)
func (*NullableRedundantTransmissionExpInfo) Set ¶
func (v *NullableRedundantTransmissionExpInfo) Set(val *RedundantTransmissionExpInfo)
func (*NullableRedundantTransmissionExpInfo) UnmarshalJSON ¶
func (v *NullableRedundantTransmissionExpInfo) UnmarshalJSON(src []byte) error
func (*NullableRedundantTransmissionExpInfo) Unset ¶
func (v *NullableRedundantTransmissionExpInfo) Unset()
type NullableRedundantTransmissionExpPerTS ¶
type NullableRedundantTransmissionExpPerTS struct {
// contains filtered or unexported fields
}
func NewNullableRedundantTransmissionExpPerTS ¶
func NewNullableRedundantTransmissionExpPerTS(val *RedundantTransmissionExpPerTS) *NullableRedundantTransmissionExpPerTS
func (NullableRedundantTransmissionExpPerTS) Get ¶
func (v NullableRedundantTransmissionExpPerTS) Get() *RedundantTransmissionExpPerTS
func (NullableRedundantTransmissionExpPerTS) IsSet ¶
func (v NullableRedundantTransmissionExpPerTS) IsSet() bool
func (NullableRedundantTransmissionExpPerTS) MarshalJSON ¶
func (v NullableRedundantTransmissionExpPerTS) MarshalJSON() ([]byte, error)
func (*NullableRedundantTransmissionExpPerTS) Set ¶
func (v *NullableRedundantTransmissionExpPerTS) Set(val *RedundantTransmissionExpPerTS)
func (*NullableRedundantTransmissionExpPerTS) UnmarshalJSON ¶
func (v *NullableRedundantTransmissionExpPerTS) UnmarshalJSON(src []byte) error
func (*NullableRedundantTransmissionExpPerTS) Unset ¶
func (v *NullableRedundantTransmissionExpPerTS) Unset()
type NullableRedundantTransmissionExpReq ¶
type NullableRedundantTransmissionExpReq struct {
// contains filtered or unexported fields
}
func NewNullableRedundantTransmissionExpReq ¶
func NewNullableRedundantTransmissionExpReq(val *RedundantTransmissionExpReq) *NullableRedundantTransmissionExpReq
func (NullableRedundantTransmissionExpReq) Get ¶
func (v NullableRedundantTransmissionExpReq) Get() *RedundantTransmissionExpReq
func (NullableRedundantTransmissionExpReq) IsSet ¶
func (v NullableRedundantTransmissionExpReq) IsSet() bool
func (NullableRedundantTransmissionExpReq) MarshalJSON ¶
func (v NullableRedundantTransmissionExpReq) MarshalJSON() ([]byte, error)
func (*NullableRedundantTransmissionExpReq) Set ¶
func (v *NullableRedundantTransmissionExpReq) Set(val *RedundantTransmissionExpReq)
func (*NullableRedundantTransmissionExpReq) UnmarshalJSON ¶
func (v *NullableRedundantTransmissionExpReq) UnmarshalJSON(src []byte) error
func (*NullableRedundantTransmissionExpReq) Unset ¶
func (v *NullableRedundantTransmissionExpReq) Unset()
type NullableRefToBinaryData ¶
type NullableRefToBinaryData struct {
// contains filtered or unexported fields
}
func NewNullableRefToBinaryData ¶
func NewNullableRefToBinaryData(val *RefToBinaryData) *NullableRefToBinaryData
func (NullableRefToBinaryData) Get ¶
func (v NullableRefToBinaryData) Get() *RefToBinaryData
func (NullableRefToBinaryData) IsSet ¶
func (v NullableRefToBinaryData) IsSet() bool
func (NullableRefToBinaryData) MarshalJSON ¶
func (v NullableRefToBinaryData) MarshalJSON() ([]byte, error)
func (*NullableRefToBinaryData) Set ¶
func (v *NullableRefToBinaryData) Set(val *RefToBinaryData)
func (*NullableRefToBinaryData) UnmarshalJSON ¶
func (v *NullableRefToBinaryData) UnmarshalJSON(src []byte) error
func (*NullableRefToBinaryData) Unset ¶
func (v *NullableRefToBinaryData) Unset()
type NullableRegistrationContextContainer ¶
type NullableRegistrationContextContainer struct {
// contains filtered or unexported fields
}
func NewNullableRegistrationContextContainer ¶
func NewNullableRegistrationContextContainer(val *RegistrationContextContainer) *NullableRegistrationContextContainer
func (NullableRegistrationContextContainer) Get ¶
func (v NullableRegistrationContextContainer) Get() *RegistrationContextContainer
func (NullableRegistrationContextContainer) IsSet ¶
func (v NullableRegistrationContextContainer) IsSet() bool
func (NullableRegistrationContextContainer) MarshalJSON ¶
func (v NullableRegistrationContextContainer) MarshalJSON() ([]byte, error)
func (*NullableRegistrationContextContainer) Set ¶
func (v *NullableRegistrationContextContainer) Set(val *RegistrationContextContainer)
func (*NullableRegistrationContextContainer) UnmarshalJSON ¶
func (v *NullableRegistrationContextContainer) UnmarshalJSON(src []byte) error
func (*NullableRegistrationContextContainer) Unset ¶
func (v *NullableRegistrationContextContainer) Unset()
type NullableRelativeCartesianLocation ¶
type NullableRelativeCartesianLocation struct {
// contains filtered or unexported fields
}
func NewNullableRelativeCartesianLocation ¶
func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation
func (NullableRelativeCartesianLocation) Get ¶
func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
func (NullableRelativeCartesianLocation) IsSet ¶
func (v NullableRelativeCartesianLocation) IsSet() bool
func (NullableRelativeCartesianLocation) MarshalJSON ¶
func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*NullableRelativeCartesianLocation) Set ¶
func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
func (*NullableRelativeCartesianLocation) UnmarshalJSON ¶
func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
func (*NullableRelativeCartesianLocation) Unset ¶
func (v *NullableRelativeCartesianLocation) Unset()
type NullableReleaseCause ¶
type NullableReleaseCause struct {
// contains filtered or unexported fields
}
func NewNullableReleaseCause ¶
func NewNullableReleaseCause(val *ReleaseCause) *NullableReleaseCause
func (NullableReleaseCause) Get ¶
func (v NullableReleaseCause) Get() *ReleaseCause
func (NullableReleaseCause) IsSet ¶
func (v NullableReleaseCause) IsSet() bool
func (NullableReleaseCause) MarshalJSON ¶
func (v NullableReleaseCause) MarshalJSON() ([]byte, error)
func (*NullableReleaseCause) Set ¶
func (v *NullableReleaseCause) Set(val *ReleaseCause)
func (*NullableReleaseCause) UnmarshalJSON ¶
func (v *NullableReleaseCause) UnmarshalJSON(src []byte) error
func (*NullableReleaseCause) Unset ¶
func (v *NullableReleaseCause) Unset()
type NullableReleaseSessionInfo ¶
type NullableReleaseSessionInfo struct {
// contains filtered or unexported fields
}
func NewNullableReleaseSessionInfo ¶
func NewNullableReleaseSessionInfo(val *ReleaseSessionInfo) *NullableReleaseSessionInfo
func (NullableReleaseSessionInfo) Get ¶
func (v NullableReleaseSessionInfo) Get() *ReleaseSessionInfo
func (NullableReleaseSessionInfo) IsSet ¶
func (v NullableReleaseSessionInfo) IsSet() bool
func (NullableReleaseSessionInfo) MarshalJSON ¶
func (v NullableReleaseSessionInfo) MarshalJSON() ([]byte, error)
func (*NullableReleaseSessionInfo) Set ¶
func (v *NullableReleaseSessionInfo) Set(val *ReleaseSessionInfo)
func (*NullableReleaseSessionInfo) UnmarshalJSON ¶
func (v *NullableReleaseSessionInfo) UnmarshalJSON(src []byte) error
func (*NullableReleaseSessionInfo) Unset ¶
func (v *NullableReleaseSessionInfo) Unset()
type NullableRelocateUEContextRequest ¶
type NullableRelocateUEContextRequest struct {
// contains filtered or unexported fields
}
func NewNullableRelocateUEContextRequest ¶
func NewNullableRelocateUEContextRequest(val *RelocateUEContextRequest) *NullableRelocateUEContextRequest
func (NullableRelocateUEContextRequest) Get ¶
func (v NullableRelocateUEContextRequest) Get() *RelocateUEContextRequest
func (NullableRelocateUEContextRequest) IsSet ¶
func (v NullableRelocateUEContextRequest) IsSet() bool
func (NullableRelocateUEContextRequest) MarshalJSON ¶
func (v NullableRelocateUEContextRequest) MarshalJSON() ([]byte, error)
func (*NullableRelocateUEContextRequest) Set ¶
func (v *NullableRelocateUEContextRequest) Set(val *RelocateUEContextRequest)
func (*NullableRelocateUEContextRequest) UnmarshalJSON ¶
func (v *NullableRelocateUEContextRequest) UnmarshalJSON(src []byte) error
func (*NullableRelocateUEContextRequest) Unset ¶
func (v *NullableRelocateUEContextRequest) Unset()
type NullableReportAmountMdt ¶
type NullableReportAmountMdt struct {
// contains filtered or unexported fields
}
func NewNullableReportAmountMdt ¶
func NewNullableReportAmountMdt(val *ReportAmountMdt) *NullableReportAmountMdt
func (NullableReportAmountMdt) Get ¶
func (v NullableReportAmountMdt) Get() *ReportAmountMdt
func (NullableReportAmountMdt) IsSet ¶
func (v NullableReportAmountMdt) IsSet() bool
func (NullableReportAmountMdt) MarshalJSON ¶
func (v NullableReportAmountMdt) MarshalJSON() ([]byte, error)
func (*NullableReportAmountMdt) Set ¶
func (v *NullableReportAmountMdt) Set(val *ReportAmountMdt)
func (*NullableReportAmountMdt) UnmarshalJSON ¶
func (v *NullableReportAmountMdt) UnmarshalJSON(src []byte) error
func (*NullableReportAmountMdt) Unset ¶
func (v *NullableReportAmountMdt) Unset()
type NullableReportIntervalMdt ¶
type NullableReportIntervalMdt struct {
// contains filtered or unexported fields
}
func NewNullableReportIntervalMdt ¶
func NewNullableReportIntervalMdt(val *ReportIntervalMdt) *NullableReportIntervalMdt
func (NullableReportIntervalMdt) Get ¶
func (v NullableReportIntervalMdt) Get() *ReportIntervalMdt
func (NullableReportIntervalMdt) IsSet ¶
func (v NullableReportIntervalMdt) IsSet() bool
func (NullableReportIntervalMdt) MarshalJSON ¶
func (v NullableReportIntervalMdt) MarshalJSON() ([]byte, error)
func (*NullableReportIntervalMdt) Set ¶
func (v *NullableReportIntervalMdt) Set(val *ReportIntervalMdt)
func (*NullableReportIntervalMdt) UnmarshalJSON ¶
func (v *NullableReportIntervalMdt) UnmarshalJSON(src []byte) error
func (*NullableReportIntervalMdt) Unset ¶
func (v *NullableReportIntervalMdt) Unset()
type NullableReportIntervalNrMdt ¶
type NullableReportIntervalNrMdt struct {
// contains filtered or unexported fields
}
func NewNullableReportIntervalNrMdt ¶
func NewNullableReportIntervalNrMdt(val *ReportIntervalNrMdt) *NullableReportIntervalNrMdt
func (NullableReportIntervalNrMdt) Get ¶
func (v NullableReportIntervalNrMdt) Get() *ReportIntervalNrMdt
func (NullableReportIntervalNrMdt) IsSet ¶
func (v NullableReportIntervalNrMdt) IsSet() bool
func (NullableReportIntervalNrMdt) MarshalJSON ¶
func (v NullableReportIntervalNrMdt) MarshalJSON() ([]byte, error)
func (*NullableReportIntervalNrMdt) Set ¶
func (v *NullableReportIntervalNrMdt) Set(val *ReportIntervalNrMdt)
func (*NullableReportIntervalNrMdt) UnmarshalJSON ¶
func (v *NullableReportIntervalNrMdt) UnmarshalJSON(src []byte) error
func (*NullableReportIntervalNrMdt) Unset ¶
func (v *NullableReportIntervalNrMdt) Unset()
type NullableReportingInformation ¶
type NullableReportingInformation struct {
// contains filtered or unexported fields
}
func NewNullableReportingInformation ¶
func NewNullableReportingInformation(val *ReportingInformation) *NullableReportingInformation
func (NullableReportingInformation) Get ¶
func (v NullableReportingInformation) Get() *ReportingInformation
func (NullableReportingInformation) IsSet ¶
func (v NullableReportingInformation) IsSet() bool
func (NullableReportingInformation) MarshalJSON ¶
func (v NullableReportingInformation) MarshalJSON() ([]byte, error)
func (*NullableReportingInformation) Set ¶
func (v *NullableReportingInformation) Set(val *ReportingInformation)
func (*NullableReportingInformation) UnmarshalJSON ¶
func (v *NullableReportingInformation) UnmarshalJSON(src []byte) error
func (*NullableReportingInformation) Unset ¶
func (v *NullableReportingInformation) Unset()
type NullableReportingTrigger ¶
type NullableReportingTrigger struct {
// contains filtered or unexported fields
}
func NewNullableReportingTrigger ¶
func NewNullableReportingTrigger(val *ReportingTrigger) *NullableReportingTrigger
func (NullableReportingTrigger) Get ¶
func (v NullableReportingTrigger) Get() *ReportingTrigger
func (NullableReportingTrigger) IsSet ¶
func (v NullableReportingTrigger) IsSet() bool
func (NullableReportingTrigger) MarshalJSON ¶
func (v NullableReportingTrigger) MarshalJSON() ([]byte, error)
func (*NullableReportingTrigger) Set ¶
func (v *NullableReportingTrigger) Set(val *ReportingTrigger)
func (*NullableReportingTrigger) UnmarshalJSON ¶
func (v *NullableReportingTrigger) UnmarshalJSON(src []byte) error
func (*NullableReportingTrigger) Unset ¶
func (v *NullableReportingTrigger) Unset()
type NullableResourceUsage ¶
type NullableResourceUsage struct {
// contains filtered or unexported fields
}
func NewNullableResourceUsage ¶
func NewNullableResourceUsage(val *ResourceUsage) *NullableResourceUsage
func (NullableResourceUsage) Get ¶
func (v NullableResourceUsage) Get() *ResourceUsage
func (NullableResourceUsage) IsSet ¶
func (v NullableResourceUsage) IsSet() bool
func (NullableResourceUsage) MarshalJSON ¶
func (v NullableResourceUsage) MarshalJSON() ([]byte, error)
func (*NullableResourceUsage) Set ¶
func (v *NullableResourceUsage) Set(val *ResourceUsage)
func (*NullableResourceUsage) UnmarshalJSON ¶
func (v *NullableResourceUsage) UnmarshalJSON(src []byte) error
func (*NullableResourceUsage) Unset ¶
func (v *NullableResourceUsage) Unset()
type NullableRestrictionType ¶
type NullableRestrictionType struct {
// contains filtered or unexported fields
}
func NewNullableRestrictionType ¶
func NewNullableRestrictionType(val *RestrictionType) *NullableRestrictionType
func (NullableRestrictionType) Get ¶
func (v NullableRestrictionType) Get() *RestrictionType
func (NullableRestrictionType) IsSet ¶
func (v NullableRestrictionType) IsSet() bool
func (NullableRestrictionType) MarshalJSON ¶
func (v NullableRestrictionType) MarshalJSON() ([]byte, error)
func (*NullableRestrictionType) Set ¶
func (v *NullableRestrictionType) Set(val *RestrictionType)
func (*NullableRestrictionType) UnmarshalJSON ¶
func (v *NullableRestrictionType) UnmarshalJSON(src []byte) error
func (*NullableRestrictionType) Unset ¶
func (v *NullableRestrictionType) Unset()
type NullableRetainabilityThreshold ¶
type NullableRetainabilityThreshold struct {
// contains filtered or unexported fields
}
func NewNullableRetainabilityThreshold ¶
func NewNullableRetainabilityThreshold(val *RetainabilityThreshold) *NullableRetainabilityThreshold
func (NullableRetainabilityThreshold) Get ¶
func (v NullableRetainabilityThreshold) Get() *RetainabilityThreshold
func (NullableRetainabilityThreshold) IsSet ¶
func (v NullableRetainabilityThreshold) IsSet() bool
func (NullableRetainabilityThreshold) MarshalJSON ¶
func (v NullableRetainabilityThreshold) MarshalJSON() ([]byte, error)
func (*NullableRetainabilityThreshold) Set ¶
func (v *NullableRetainabilityThreshold) Set(val *RetainabilityThreshold)
func (*NullableRetainabilityThreshold) UnmarshalJSON ¶
func (v *NullableRetainabilityThreshold) UnmarshalJSON(src []byte) error
func (*NullableRetainabilityThreshold) Unset ¶
func (v *NullableRetainabilityThreshold) Unset()
type NullableRoutingAreaId ¶
type NullableRoutingAreaId struct {
// contains filtered or unexported fields
}
func NewNullableRoutingAreaId ¶
func NewNullableRoutingAreaId(val *RoutingAreaId) *NullableRoutingAreaId
func (NullableRoutingAreaId) Get ¶
func (v NullableRoutingAreaId) Get() *RoutingAreaId
func (NullableRoutingAreaId) IsSet ¶
func (v NullableRoutingAreaId) IsSet() bool
func (NullableRoutingAreaId) MarshalJSON ¶
func (v NullableRoutingAreaId) MarshalJSON() ([]byte, error)
func (*NullableRoutingAreaId) Set ¶
func (v *NullableRoutingAreaId) Set(val *RoutingAreaId)
func (*NullableRoutingAreaId) UnmarshalJSON ¶
func (v *NullableRoutingAreaId) UnmarshalJSON(src []byte) error
func (*NullableRoutingAreaId) Unset ¶
func (v *NullableRoutingAreaId) Unset()
type NullableSbiBindingLevel ¶
type NullableSbiBindingLevel struct {
// contains filtered or unexported fields
}
func NewNullableSbiBindingLevel ¶
func NewNullableSbiBindingLevel(val *SbiBindingLevel) *NullableSbiBindingLevel
func (NullableSbiBindingLevel) Get ¶
func (v NullableSbiBindingLevel) Get() *SbiBindingLevel
func (NullableSbiBindingLevel) IsSet ¶
func (v NullableSbiBindingLevel) IsSet() bool
func (NullableSbiBindingLevel) MarshalJSON ¶
func (v NullableSbiBindingLevel) MarshalJSON() ([]byte, error)
func (*NullableSbiBindingLevel) Set ¶
func (v *NullableSbiBindingLevel) Set(val *SbiBindingLevel)
func (*NullableSbiBindingLevel) UnmarshalJSON ¶
func (v *NullableSbiBindingLevel) UnmarshalJSON(src []byte) error
func (*NullableSbiBindingLevel) Unset ¶
func (v *NullableSbiBindingLevel) Unset()
type NullableScType ¶
type NullableScType struct {
// contains filtered or unexported fields
}
func NewNullableScType ¶
func NewNullableScType(val *ScType) *NullableScType
func (NullableScType) Get ¶
func (v NullableScType) Get() *ScType
func (NullableScType) IsSet ¶
func (v NullableScType) IsSet() bool
func (NullableScType) MarshalJSON ¶
func (v NullableScType) MarshalJSON() ([]byte, error)
func (*NullableScType) Set ¶
func (v *NullableScType) Set(val *ScType)
func (*NullableScType) UnmarshalJSON ¶
func (v *NullableScType) UnmarshalJSON(src []byte) error
func (*NullableScType) Unset ¶
func (v *NullableScType) Unset()
type NullableScheduledCommunicationTime ¶
type NullableScheduledCommunicationTime struct {
// contains filtered or unexported fields
}
func NewNullableScheduledCommunicationTime ¶
func NewNullableScheduledCommunicationTime(val *ScheduledCommunicationTime) *NullableScheduledCommunicationTime
func (NullableScheduledCommunicationTime) Get ¶
func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime
func (NullableScheduledCommunicationTime) IsSet ¶
func (v NullableScheduledCommunicationTime) IsSet() bool
func (NullableScheduledCommunicationTime) MarshalJSON ¶
func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error)
func (*NullableScheduledCommunicationTime) Set ¶
func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime)
func (*NullableScheduledCommunicationTime) UnmarshalJSON ¶
func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error
func (*NullableScheduledCommunicationTime) Unset ¶
func (v *NullableScheduledCommunicationTime) Unset()
type NullableScheduledCommunicationTime1 ¶
type NullableScheduledCommunicationTime1 struct {
// contains filtered or unexported fields
}
func NewNullableScheduledCommunicationTime1 ¶
func NewNullableScheduledCommunicationTime1(val *ScheduledCommunicationTime1) *NullableScheduledCommunicationTime1
func (NullableScheduledCommunicationTime1) Get ¶
func (v NullableScheduledCommunicationTime1) Get() *ScheduledCommunicationTime1
func (NullableScheduledCommunicationTime1) IsSet ¶
func (v NullableScheduledCommunicationTime1) IsSet() bool
func (NullableScheduledCommunicationTime1) MarshalJSON ¶
func (v NullableScheduledCommunicationTime1) MarshalJSON() ([]byte, error)
func (*NullableScheduledCommunicationTime1) Set ¶
func (v *NullableScheduledCommunicationTime1) Set(val *ScheduledCommunicationTime1)
func (*NullableScheduledCommunicationTime1) UnmarshalJSON ¶
func (v *NullableScheduledCommunicationTime1) UnmarshalJSON(src []byte) error
func (*NullableScheduledCommunicationTime1) Unset ¶
func (v *NullableScheduledCommunicationTime1) Unset()
type NullableScheduledCommunicationType ¶
type NullableScheduledCommunicationType struct {
// contains filtered or unexported fields
}
func NewNullableScheduledCommunicationType ¶
func NewNullableScheduledCommunicationType(val *ScheduledCommunicationType) *NullableScheduledCommunicationType
func (NullableScheduledCommunicationType) Get ¶
func (v NullableScheduledCommunicationType) Get() *ScheduledCommunicationType
func (NullableScheduledCommunicationType) IsSet ¶
func (v NullableScheduledCommunicationType) IsSet() bool
func (NullableScheduledCommunicationType) MarshalJSON ¶
func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error)
func (*NullableScheduledCommunicationType) Set ¶
func (v *NullableScheduledCommunicationType) Set(val *ScheduledCommunicationType)
func (*NullableScheduledCommunicationType) UnmarshalJSON ¶
func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error
func (*NullableScheduledCommunicationType) Unset ¶
func (v *NullableScheduledCommunicationType) Unset()
type NullableSdRange ¶
type NullableSdRange struct {
// contains filtered or unexported fields
}
func NewNullableSdRange ¶
func NewNullableSdRange(val *SdRange) *NullableSdRange
func (NullableSdRange) Get ¶
func (v NullableSdRange) Get() *SdRange
func (NullableSdRange) IsSet ¶
func (v NullableSdRange) IsSet() bool
func (NullableSdRange) MarshalJSON ¶
func (v NullableSdRange) MarshalJSON() ([]byte, error)
func (*NullableSdRange) Set ¶
func (v *NullableSdRange) Set(val *SdRange)
func (*NullableSdRange) UnmarshalJSON ¶
func (v *NullableSdRange) UnmarshalJSON(src []byte) error
func (*NullableSdRange) Unset ¶
func (v *NullableSdRange) Unset()
type NullableSeafData ¶
type NullableSeafData struct {
// contains filtered or unexported fields
}
func NewNullableSeafData ¶
func NewNullableSeafData(val *SeafData) *NullableSeafData
func (NullableSeafData) Get ¶
func (v NullableSeafData) Get() *SeafData
func (NullableSeafData) IsSet ¶
func (v NullableSeafData) IsSet() bool
func (NullableSeafData) MarshalJSON ¶
func (v NullableSeafData) MarshalJSON() ([]byte, error)
func (*NullableSeafData) Set ¶
func (v *NullableSeafData) Set(val *SeafData)
func (*NullableSeafData) UnmarshalJSON ¶
func (v *NullableSeafData) UnmarshalJSON(src []byte) error
func (*NullableSeafData) Unset ¶
func (v *NullableSeafData) Unset()
type NullableSensorMeasurement ¶
type NullableSensorMeasurement struct {
// contains filtered or unexported fields
}
func NewNullableSensorMeasurement ¶
func NewNullableSensorMeasurement(val *SensorMeasurement) *NullableSensorMeasurement
func (NullableSensorMeasurement) Get ¶
func (v NullableSensorMeasurement) Get() *SensorMeasurement
func (NullableSensorMeasurement) IsSet ¶
func (v NullableSensorMeasurement) IsSet() bool
func (NullableSensorMeasurement) MarshalJSON ¶
func (v NullableSensorMeasurement) MarshalJSON() ([]byte, error)
func (*NullableSensorMeasurement) Set ¶
func (v *NullableSensorMeasurement) Set(val *SensorMeasurement)
func (*NullableSensorMeasurement) UnmarshalJSON ¶
func (v *NullableSensorMeasurement) UnmarshalJSON(src []byte) error
func (*NullableSensorMeasurement) Unset ¶
func (v *NullableSensorMeasurement) Unset()
type NullableServiceAreaId ¶
type NullableServiceAreaId struct {
// contains filtered or unexported fields
}
func NewNullableServiceAreaId ¶
func NewNullableServiceAreaId(val *ServiceAreaId) *NullableServiceAreaId
func (NullableServiceAreaId) Get ¶
func (v NullableServiceAreaId) Get() *ServiceAreaId
func (NullableServiceAreaId) IsSet ¶
func (v NullableServiceAreaId) IsSet() bool
func (NullableServiceAreaId) MarshalJSON ¶
func (v NullableServiceAreaId) MarshalJSON() ([]byte, error)
func (*NullableServiceAreaId) Set ¶
func (v *NullableServiceAreaId) Set(val *ServiceAreaId)
func (*NullableServiceAreaId) UnmarshalJSON ¶
func (v *NullableServiceAreaId) UnmarshalJSON(src []byte) error
func (*NullableServiceAreaId) Unset ¶
func (v *NullableServiceAreaId) Unset()
type NullableServiceAreaRestriction ¶
type NullableServiceAreaRestriction struct {
// contains filtered or unexported fields
}
func NewNullableServiceAreaRestriction ¶
func NewNullableServiceAreaRestriction(val *ServiceAreaRestriction) *NullableServiceAreaRestriction
func (NullableServiceAreaRestriction) Get ¶
func (v NullableServiceAreaRestriction) Get() *ServiceAreaRestriction
func (NullableServiceAreaRestriction) IsSet ¶
func (v NullableServiceAreaRestriction) IsSet() bool
func (NullableServiceAreaRestriction) MarshalJSON ¶
func (v NullableServiceAreaRestriction) MarshalJSON() ([]byte, error)
func (*NullableServiceAreaRestriction) Set ¶
func (v *NullableServiceAreaRestriction) Set(val *ServiceAreaRestriction)
func (*NullableServiceAreaRestriction) UnmarshalJSON ¶
func (v *NullableServiceAreaRestriction) UnmarshalJSON(src []byte) error
func (*NullableServiceAreaRestriction) Unset ¶
func (v *NullableServiceAreaRestriction) Unset()
type NullableServiceExperienceInfo ¶
type NullableServiceExperienceInfo struct {
// contains filtered or unexported fields
}
func NewNullableServiceExperienceInfo ¶
func NewNullableServiceExperienceInfo(val *ServiceExperienceInfo) *NullableServiceExperienceInfo
func (NullableServiceExperienceInfo) Get ¶
func (v NullableServiceExperienceInfo) Get() *ServiceExperienceInfo
func (NullableServiceExperienceInfo) IsSet ¶
func (v NullableServiceExperienceInfo) IsSet() bool
func (NullableServiceExperienceInfo) MarshalJSON ¶
func (v NullableServiceExperienceInfo) MarshalJSON() ([]byte, error)
func (*NullableServiceExperienceInfo) Set ¶
func (v *NullableServiceExperienceInfo) Set(val *ServiceExperienceInfo)
func (*NullableServiceExperienceInfo) UnmarshalJSON ¶
func (v *NullableServiceExperienceInfo) UnmarshalJSON(src []byte) error
func (*NullableServiceExperienceInfo) Unset ¶
func (v *NullableServiceExperienceInfo) Unset()
type NullableServiceExperienceType ¶
type NullableServiceExperienceType struct {
// contains filtered or unexported fields
}
func NewNullableServiceExperienceType ¶
func NewNullableServiceExperienceType(val *ServiceExperienceType) *NullableServiceExperienceType
func (NullableServiceExperienceType) Get ¶
func (v NullableServiceExperienceType) Get() *ServiceExperienceType
func (NullableServiceExperienceType) IsSet ¶
func (v NullableServiceExperienceType) IsSet() bool
func (NullableServiceExperienceType) MarshalJSON ¶
func (v NullableServiceExperienceType) MarshalJSON() ([]byte, error)
func (*NullableServiceExperienceType) Set ¶
func (v *NullableServiceExperienceType) Set(val *ServiceExperienceType)
func (*NullableServiceExperienceType) UnmarshalJSON ¶
func (v *NullableServiceExperienceType) UnmarshalJSON(src []byte) error
func (*NullableServiceExperienceType) Unset ¶
func (v *NullableServiceExperienceType) Unset()
type NullableSessInactTimerForUeComm ¶
type NullableSessInactTimerForUeComm struct {
// contains filtered or unexported fields
}
func NewNullableSessInactTimerForUeComm ¶
func NewNullableSessInactTimerForUeComm(val *SessInactTimerForUeComm) *NullableSessInactTimerForUeComm
func (NullableSessInactTimerForUeComm) Get ¶
func (v NullableSessInactTimerForUeComm) Get() *SessInactTimerForUeComm
func (NullableSessInactTimerForUeComm) IsSet ¶
func (v NullableSessInactTimerForUeComm) IsSet() bool
func (NullableSessInactTimerForUeComm) MarshalJSON ¶
func (v NullableSessInactTimerForUeComm) MarshalJSON() ([]byte, error)
func (*NullableSessInactTimerForUeComm) Set ¶
func (v *NullableSessInactTimerForUeComm) Set(val *SessInactTimerForUeComm)
func (*NullableSessInactTimerForUeComm) UnmarshalJSON ¶
func (v *NullableSessInactTimerForUeComm) UnmarshalJSON(src []byte) error
func (*NullableSessInactTimerForUeComm) Unset ¶
func (v *NullableSessInactTimerForUeComm) Unset()
type NullableSliceLoadLevelInformation ¶
type NullableSliceLoadLevelInformation struct {
// contains filtered or unexported fields
}
func NewNullableSliceLoadLevelInformation ¶
func NewNullableSliceLoadLevelInformation(val *SliceLoadLevelInformation) *NullableSliceLoadLevelInformation
func (NullableSliceLoadLevelInformation) Get ¶
func (v NullableSliceLoadLevelInformation) Get() *SliceLoadLevelInformation
func (NullableSliceLoadLevelInformation) IsSet ¶
func (v NullableSliceLoadLevelInformation) IsSet() bool
func (NullableSliceLoadLevelInformation) MarshalJSON ¶
func (v NullableSliceLoadLevelInformation) MarshalJSON() ([]byte, error)
func (*NullableSliceLoadLevelInformation) Set ¶
func (v *NullableSliceLoadLevelInformation) Set(val *SliceLoadLevelInformation)
func (*NullableSliceLoadLevelInformation) UnmarshalJSON ¶
func (v *NullableSliceLoadLevelInformation) UnmarshalJSON(src []byte) error
func (*NullableSliceLoadLevelInformation) Unset ¶
func (v *NullableSliceLoadLevelInformation) Unset()
type NullableSliceMbr ¶
type NullableSliceMbr struct {
// contains filtered or unexported fields
}
func NewNullableSliceMbr ¶
func NewNullableSliceMbr(val *SliceMbr) *NullableSliceMbr
func (NullableSliceMbr) Get ¶
func (v NullableSliceMbr) Get() *SliceMbr
func (NullableSliceMbr) IsSet ¶
func (v NullableSliceMbr) IsSet() bool
func (NullableSliceMbr) MarshalJSON ¶
func (v NullableSliceMbr) MarshalJSON() ([]byte, error)
func (*NullableSliceMbr) Set ¶
func (v *NullableSliceMbr) Set(val *SliceMbr)
func (*NullableSliceMbr) UnmarshalJSON ¶
func (v *NullableSliceMbr) UnmarshalJSON(src []byte) error
func (*NullableSliceMbr) Unset ¶
func (v *NullableSliceMbr) Unset()
type NullableSmallDataRateStatus ¶
type NullableSmallDataRateStatus struct {
// contains filtered or unexported fields
}
func NewNullableSmallDataRateStatus ¶
func NewNullableSmallDataRateStatus(val *SmallDataRateStatus) *NullableSmallDataRateStatus
func (NullableSmallDataRateStatus) Get ¶
func (v NullableSmallDataRateStatus) Get() *SmallDataRateStatus
func (NullableSmallDataRateStatus) IsSet ¶
func (v NullableSmallDataRateStatus) IsSet() bool
func (NullableSmallDataRateStatus) MarshalJSON ¶
func (v NullableSmallDataRateStatus) MarshalJSON() ([]byte, error)
func (*NullableSmallDataRateStatus) Set ¶
func (v *NullableSmallDataRateStatus) Set(val *SmallDataRateStatus)
func (*NullableSmallDataRateStatus) UnmarshalJSON ¶
func (v *NullableSmallDataRateStatus) UnmarshalJSON(src []byte) error
func (*NullableSmallDataRateStatus) Unset ¶
func (v *NullableSmallDataRateStatus) Unset()
type NullableSmallDataRateStatusInfo ¶
type NullableSmallDataRateStatusInfo struct {
// contains filtered or unexported fields
}
func NewNullableSmallDataRateStatusInfo ¶
func NewNullableSmallDataRateStatusInfo(val *SmallDataRateStatusInfo) *NullableSmallDataRateStatusInfo
func (NullableSmallDataRateStatusInfo) Get ¶
func (v NullableSmallDataRateStatusInfo) Get() *SmallDataRateStatusInfo
func (NullableSmallDataRateStatusInfo) IsSet ¶
func (v NullableSmallDataRateStatusInfo) IsSet() bool
func (NullableSmallDataRateStatusInfo) MarshalJSON ¶
func (v NullableSmallDataRateStatusInfo) MarshalJSON() ([]byte, error)
func (*NullableSmallDataRateStatusInfo) Set ¶
func (v *NullableSmallDataRateStatusInfo) Set(val *SmallDataRateStatusInfo)
func (*NullableSmallDataRateStatusInfo) UnmarshalJSON ¶
func (v *NullableSmallDataRateStatusInfo) UnmarshalJSON(src []byte) error
func (*NullableSmallDataRateStatusInfo) Unset ¶
func (v *NullableSmallDataRateStatusInfo) Unset()
type NullableSmcceInfo ¶
type NullableSmcceInfo struct {
// contains filtered or unexported fields
}
func NewNullableSmcceInfo ¶
func NewNullableSmcceInfo(val *SmcceInfo) *NullableSmcceInfo
func (NullableSmcceInfo) Get ¶
func (v NullableSmcceInfo) Get() *SmcceInfo
func (NullableSmcceInfo) IsSet ¶
func (v NullableSmcceInfo) IsSet() bool
func (NullableSmcceInfo) MarshalJSON ¶
func (v NullableSmcceInfo) MarshalJSON() ([]byte, error)
func (*NullableSmcceInfo) Set ¶
func (v *NullableSmcceInfo) Set(val *SmcceInfo)
func (*NullableSmcceInfo) UnmarshalJSON ¶
func (v *NullableSmcceInfo) UnmarshalJSON(src []byte) error
func (*NullableSmcceInfo) Unset ¶
func (v *NullableSmcceInfo) Unset()
type NullableSmcceUeList ¶
type NullableSmcceUeList struct {
// contains filtered or unexported fields
}
func NewNullableSmcceUeList ¶
func NewNullableSmcceUeList(val *SmcceUeList) *NullableSmcceUeList
func (NullableSmcceUeList) Get ¶
func (v NullableSmcceUeList) Get() *SmcceUeList
func (NullableSmcceUeList) IsSet ¶
func (v NullableSmcceUeList) IsSet() bool
func (NullableSmcceUeList) MarshalJSON ¶
func (v NullableSmcceUeList) MarshalJSON() ([]byte, error)
func (*NullableSmcceUeList) Set ¶
func (v *NullableSmcceUeList) Set(val *SmcceUeList)
func (*NullableSmcceUeList) UnmarshalJSON ¶
func (v *NullableSmcceUeList) UnmarshalJSON(src []byte) error
func (*NullableSmcceUeList) Unset ¶
func (v *NullableSmcceUeList) Unset()
type NullableSmfChangeIndication ¶
type NullableSmfChangeIndication struct {
// contains filtered or unexported fields
}
func NewNullableSmfChangeIndication ¶
func NewNullableSmfChangeIndication(val *SmfChangeIndication) *NullableSmfChangeIndication
func (NullableSmfChangeIndication) Get ¶
func (v NullableSmfChangeIndication) Get() *SmfChangeIndication
func (NullableSmfChangeIndication) IsSet ¶
func (v NullableSmfChangeIndication) IsSet() bool
func (NullableSmfChangeIndication) MarshalJSON ¶
func (v NullableSmfChangeIndication) MarshalJSON() ([]byte, error)
func (*NullableSmfChangeIndication) Set ¶
func (v *NullableSmfChangeIndication) Set(val *SmfChangeIndication)
func (*NullableSmfChangeIndication) UnmarshalJSON ¶
func (v *NullableSmfChangeIndication) UnmarshalJSON(src []byte) error
func (*NullableSmfChangeIndication) Unset ¶
func (v *NullableSmfChangeIndication) Unset()
type NullableSmfChangeInfo ¶
type NullableSmfChangeInfo struct {
// contains filtered or unexported fields
}
func NewNullableSmfChangeInfo ¶
func NewNullableSmfChangeInfo(val *SmfChangeInfo) *NullableSmfChangeInfo
func (NullableSmfChangeInfo) Get ¶
func (v NullableSmfChangeInfo) Get() *SmfChangeInfo
func (NullableSmfChangeInfo) IsSet ¶
func (v NullableSmfChangeInfo) IsSet() bool
func (NullableSmfChangeInfo) MarshalJSON ¶
func (v NullableSmfChangeInfo) MarshalJSON() ([]byte, error)
func (*NullableSmfChangeInfo) Set ¶
func (v *NullableSmfChangeInfo) Set(val *SmfChangeInfo)
func (*NullableSmfChangeInfo) UnmarshalJSON ¶
func (v *NullableSmfChangeInfo) UnmarshalJSON(src []byte) error
func (*NullableSmfChangeInfo) Unset ¶
func (v *NullableSmfChangeInfo) Unset()
type NullableSmfSelectionData ¶
type NullableSmfSelectionData struct {
// contains filtered or unexported fields
}
func NewNullableSmfSelectionData ¶
func NewNullableSmfSelectionData(val *SmfSelectionData) *NullableSmfSelectionData
func (NullableSmfSelectionData) Get ¶
func (v NullableSmfSelectionData) Get() *SmfSelectionData
func (NullableSmfSelectionData) IsSet ¶
func (v NullableSmfSelectionData) IsSet() bool
func (NullableSmfSelectionData) MarshalJSON ¶
func (v NullableSmfSelectionData) MarshalJSON() ([]byte, error)
func (*NullableSmfSelectionData) Set ¶
func (v *NullableSmfSelectionData) Set(val *SmfSelectionData)
func (*NullableSmfSelectionData) UnmarshalJSON ¶
func (v *NullableSmfSelectionData) UnmarshalJSON(src []byte) error
func (*NullableSmfSelectionData) Unset ¶
func (v *NullableSmfSelectionData) Unset()
type NullableSmsSupport ¶
type NullableSmsSupport struct {
// contains filtered or unexported fields
}
func NewNullableSmsSupport ¶
func NewNullableSmsSupport(val *SmsSupport) *NullableSmsSupport
func (NullableSmsSupport) Get ¶
func (v NullableSmsSupport) Get() *SmsSupport
func (NullableSmsSupport) IsSet ¶
func (v NullableSmsSupport) IsSet() bool
func (NullableSmsSupport) MarshalJSON ¶
func (v NullableSmsSupport) MarshalJSON() ([]byte, error)
func (*NullableSmsSupport) Set ¶
func (v *NullableSmsSupport) Set(val *SmsSupport)
func (*NullableSmsSupport) UnmarshalJSON ¶
func (v *NullableSmsSupport) UnmarshalJSON(src []byte) error
func (*NullableSmsSupport) Unset ¶
func (v *NullableSmsSupport) Unset()
type NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) Unset()
type NullableSnssaiExtension ¶
type NullableSnssaiExtension struct {
// contains filtered or unexported fields
}
func NewNullableSnssaiExtension ¶
func NewNullableSnssaiExtension(val *SnssaiExtension) *NullableSnssaiExtension
func (NullableSnssaiExtension) Get ¶
func (v NullableSnssaiExtension) Get() *SnssaiExtension
func (NullableSnssaiExtension) IsSet ¶
func (v NullableSnssaiExtension) IsSet() bool
func (NullableSnssaiExtension) MarshalJSON ¶
func (v NullableSnssaiExtension) MarshalJSON() ([]byte, error)
func (*NullableSnssaiExtension) Set ¶
func (v *NullableSnssaiExtension) Set(val *SnssaiExtension)
func (*NullableSnssaiExtension) UnmarshalJSON ¶
func (v *NullableSnssaiExtension) UnmarshalJSON(src []byte) error
func (*NullableSnssaiExtension) Unset ¶
func (v *NullableSnssaiExtension) Unset()
type NullableStationaryIndication ¶
type NullableStationaryIndication struct {
// contains filtered or unexported fields
}
func NewNullableStationaryIndication ¶
func NewNullableStationaryIndication(val *StationaryIndication) *NullableStationaryIndication
func (NullableStationaryIndication) Get ¶
func (v NullableStationaryIndication) Get() *StationaryIndication
func (NullableStationaryIndication) IsSet ¶
func (v NullableStationaryIndication) IsSet() bool
func (NullableStationaryIndication) MarshalJSON ¶
func (v NullableStationaryIndication) MarshalJSON() ([]byte, error)
func (*NullableStationaryIndication) Set ¶
func (v *NullableStationaryIndication) Set(val *StationaryIndication)
func (*NullableStationaryIndication) UnmarshalJSON ¶
func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error
func (*NullableStationaryIndication) Unset ¶
func (v *NullableStationaryIndication) Unset()
type NullableStatusChange ¶
type NullableStatusChange struct {
// contains filtered or unexported fields
}
func NewNullableStatusChange ¶
func NewNullableStatusChange(val *StatusChange) *NullableStatusChange
func (NullableStatusChange) Get ¶
func (v NullableStatusChange) Get() *StatusChange
func (NullableStatusChange) IsSet ¶
func (v NullableStatusChange) IsSet() bool
func (NullableStatusChange) MarshalJSON ¶
func (v NullableStatusChange) MarshalJSON() ([]byte, error)
func (*NullableStatusChange) Set ¶
func (v *NullableStatusChange) Set(val *StatusChange)
func (*NullableStatusChange) UnmarshalJSON ¶
func (v *NullableStatusChange) UnmarshalJSON(src []byte) error
func (*NullableStatusChange) Unset ¶
func (v *NullableStatusChange) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSubscriptionData ¶
type NullableSubscriptionData struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionData ¶
func NewNullableSubscriptionData(val *SubscriptionData) *NullableSubscriptionData
func (NullableSubscriptionData) Get ¶
func (v NullableSubscriptionData) Get() *SubscriptionData
func (NullableSubscriptionData) IsSet ¶
func (v NullableSubscriptionData) IsSet() bool
func (NullableSubscriptionData) MarshalJSON ¶
func (v NullableSubscriptionData) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionData) Set ¶
func (v *NullableSubscriptionData) Set(val *SubscriptionData)
func (*NullableSubscriptionData) UnmarshalJSON ¶
func (v *NullableSubscriptionData) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionData) Unset ¶
func (v *NullableSubscriptionData) Unset()
type NullableSupportedGADShapes ¶
type NullableSupportedGADShapes struct {
// contains filtered or unexported fields
}
func NewNullableSupportedGADShapes ¶
func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes
func (NullableSupportedGADShapes) Get ¶
func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
func (NullableSupportedGADShapes) IsSet ¶
func (v NullableSupportedGADShapes) IsSet() bool
func (NullableSupportedGADShapes) MarshalJSON ¶
func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
func (*NullableSupportedGADShapes) Set ¶
func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
func (*NullableSupportedGADShapes) UnmarshalJSON ¶
func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
func (*NullableSupportedGADShapes) Unset ¶
func (v *NullableSupportedGADShapes) Unset()
type NullableSvcExperience ¶
type NullableSvcExperience struct {
// contains filtered or unexported fields
}
func NewNullableSvcExperience ¶
func NewNullableSvcExperience(val *SvcExperience) *NullableSvcExperience
func (NullableSvcExperience) Get ¶
func (v NullableSvcExperience) Get() *SvcExperience
func (NullableSvcExperience) IsSet ¶
func (v NullableSvcExperience) IsSet() bool
func (NullableSvcExperience) MarshalJSON ¶
func (v NullableSvcExperience) MarshalJSON() ([]byte, error)
func (*NullableSvcExperience) Set ¶
func (v *NullableSvcExperience) Set(val *SvcExperience)
func (*NullableSvcExperience) UnmarshalJSON ¶
func (v *NullableSvcExperience) UnmarshalJSON(src []byte) error
func (*NullableSvcExperience) Unset ¶
func (v *NullableSvcExperience) Unset()
type NullableTacInfo ¶
type NullableTacInfo struct {
// contains filtered or unexported fields
}
func NewNullableTacInfo ¶
func NewNullableTacInfo(val *TacInfo) *NullableTacInfo
func (NullableTacInfo) Get ¶
func (v NullableTacInfo) Get() *TacInfo
func (NullableTacInfo) IsSet ¶
func (v NullableTacInfo) IsSet() bool
func (NullableTacInfo) MarshalJSON ¶
func (v NullableTacInfo) MarshalJSON() ([]byte, error)
func (*NullableTacInfo) Set ¶
func (v *NullableTacInfo) Set(val *TacInfo)
func (*NullableTacInfo) UnmarshalJSON ¶
func (v *NullableTacInfo) UnmarshalJSON(src []byte) error
func (*NullableTacInfo) Unset ¶
func (v *NullableTacInfo) Unset()
type NullableTacRange ¶
type NullableTacRange struct {
// contains filtered or unexported fields
}
func NewNullableTacRange ¶
func NewNullableTacRange(val *TacRange) *NullableTacRange
func (NullableTacRange) Get ¶
func (v NullableTacRange) Get() *TacRange
func (NullableTacRange) IsSet ¶
func (v NullableTacRange) IsSet() bool
func (NullableTacRange) MarshalJSON ¶
func (v NullableTacRange) MarshalJSON() ([]byte, error)
func (*NullableTacRange) Set ¶
func (v *NullableTacRange) Set(val *TacRange)
func (*NullableTacRange) UnmarshalJSON ¶
func (v *NullableTacRange) UnmarshalJSON(src []byte) error
func (*NullableTacRange) Unset ¶
func (v *NullableTacRange) Unset()
type NullableTai ¶
type NullableTai struct {
// contains filtered or unexported fields
}
func NewNullableTai ¶
func NewNullableTai(val *Tai) *NullableTai
func (NullableTai) Get ¶
func (v NullableTai) Get() *Tai
func (NullableTai) IsSet ¶
func (v NullableTai) IsSet() bool
func (NullableTai) MarshalJSON ¶
func (v NullableTai) MarshalJSON() ([]byte, error)
func (*NullableTai) Set ¶
func (v *NullableTai) Set(val *Tai)
func (*NullableTai) UnmarshalJSON ¶
func (v *NullableTai) UnmarshalJSON(src []byte) error
func (*NullableTai) Unset ¶
func (v *NullableTai) Unset()
type NullableTaiRange ¶
type NullableTaiRange struct {
// contains filtered or unexported fields
}
func NewNullableTaiRange ¶
func NewNullableTaiRange(val *TaiRange) *NullableTaiRange
func (NullableTaiRange) Get ¶
func (v NullableTaiRange) Get() *TaiRange
func (NullableTaiRange) IsSet ¶
func (v NullableTaiRange) IsSet() bool
func (NullableTaiRange) MarshalJSON ¶
func (v NullableTaiRange) MarshalJSON() ([]byte, error)
func (*NullableTaiRange) Set ¶
func (v *NullableTaiRange) Set(val *TaiRange)
func (*NullableTaiRange) UnmarshalJSON ¶
func (v *NullableTaiRange) UnmarshalJSON(src []byte) error
func (*NullableTaiRange) Unset ¶
func (v *NullableTaiRange) Unset()
type NullableTargetArea ¶
type NullableTargetArea struct {
// contains filtered or unexported fields
}
func NewNullableTargetArea ¶
func NewNullableTargetArea(val *TargetArea) *NullableTargetArea
func (NullableTargetArea) Get ¶
func (v NullableTargetArea) Get() *TargetArea
func (NullableTargetArea) IsSet ¶
func (v NullableTargetArea) IsSet() bool
func (NullableTargetArea) MarshalJSON ¶
func (v NullableTargetArea) MarshalJSON() ([]byte, error)
func (*NullableTargetArea) Set ¶
func (v *NullableTargetArea) Set(val *TargetArea)
func (*NullableTargetArea) UnmarshalJSON ¶
func (v *NullableTargetArea) UnmarshalJSON(src []byte) error
func (*NullableTargetArea) Unset ¶
func (v *NullableTargetArea) Unset()
type NullableTargetUeInformation ¶
type NullableTargetUeInformation struct {
// contains filtered or unexported fields
}
func NewNullableTargetUeInformation ¶
func NewNullableTargetUeInformation(val *TargetUeInformation) *NullableTargetUeInformation
func (NullableTargetUeInformation) Get ¶
func (v NullableTargetUeInformation) Get() *TargetUeInformation
func (NullableTargetUeInformation) IsSet ¶
func (v NullableTargetUeInformation) IsSet() bool
func (NullableTargetUeInformation) MarshalJSON ¶
func (v NullableTargetUeInformation) MarshalJSON() ([]byte, error)
func (*NullableTargetUeInformation) Set ¶
func (v *NullableTargetUeInformation) Set(val *TargetUeInformation)
func (*NullableTargetUeInformation) UnmarshalJSON ¶
func (v *NullableTargetUeInformation) UnmarshalJSON(src []byte) error
func (*NullableTargetUeInformation) Unset ¶
func (v *NullableTargetUeInformation) Unset()
type NullableThresholdLevel ¶
type NullableThresholdLevel struct {
// contains filtered or unexported fields
}
func NewNullableThresholdLevel ¶
func NewNullableThresholdLevel(val *ThresholdLevel) *NullableThresholdLevel
func (NullableThresholdLevel) Get ¶
func (v NullableThresholdLevel) Get() *ThresholdLevel
func (NullableThresholdLevel) IsSet ¶
func (v NullableThresholdLevel) IsSet() bool
func (NullableThresholdLevel) MarshalJSON ¶
func (v NullableThresholdLevel) MarshalJSON() ([]byte, error)
func (*NullableThresholdLevel) Set ¶
func (v *NullableThresholdLevel) Set(val *ThresholdLevel)
func (*NullableThresholdLevel) UnmarshalJSON ¶
func (v *NullableThresholdLevel) UnmarshalJSON(src []byte) error
func (*NullableThresholdLevel) Unset ¶
func (v *NullableThresholdLevel) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimeUnit ¶
type NullableTimeUnit struct {
// contains filtered or unexported fields
}
func NewNullableTimeUnit ¶
func NewNullableTimeUnit(val *TimeUnit) *NullableTimeUnit
func (NullableTimeUnit) Get ¶
func (v NullableTimeUnit) Get() *TimeUnit
func (NullableTimeUnit) IsSet ¶
func (v NullableTimeUnit) IsSet() bool
func (NullableTimeUnit) MarshalJSON ¶
func (v NullableTimeUnit) MarshalJSON() ([]byte, error)
func (*NullableTimeUnit) Set ¶
func (v *NullableTimeUnit) Set(val *TimeUnit)
func (*NullableTimeUnit) UnmarshalJSON ¶
func (v *NullableTimeUnit) UnmarshalJSON(src []byte) error
func (*NullableTimeUnit) Unset ¶
func (v *NullableTimeUnit) Unset()
type NullableTimeWindow ¶
type NullableTimeWindow struct {
// contains filtered or unexported fields
}
func NewNullableTimeWindow ¶
func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow
func (NullableTimeWindow) Get ¶
func (v NullableTimeWindow) Get() *TimeWindow
func (NullableTimeWindow) IsSet ¶
func (v NullableTimeWindow) IsSet() bool
func (NullableTimeWindow) MarshalJSON ¶
func (v NullableTimeWindow) MarshalJSON() ([]byte, error)
func (*NullableTimeWindow) Set ¶
func (v *NullableTimeWindow) Set(val *TimeWindow)
func (*NullableTimeWindow) UnmarshalJSON ¶
func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error
func (*NullableTimeWindow) Unset ¶
func (v *NullableTimeWindow) Unset()
type NullableTnapId ¶
type NullableTnapId struct {
// contains filtered or unexported fields
}
func NewNullableTnapId ¶
func NewNullableTnapId(val *TnapId) *NullableTnapId
func (NullableTnapId) Get ¶
func (v NullableTnapId) Get() *TnapId
func (NullableTnapId) IsSet ¶
func (v NullableTnapId) IsSet() bool
func (NullableTnapId) MarshalJSON ¶
func (v NullableTnapId) MarshalJSON() ([]byte, error)
func (*NullableTnapId) Set ¶
func (v *NullableTnapId) Set(val *TnapId)
func (*NullableTnapId) UnmarshalJSON ¶
func (v *NullableTnapId) UnmarshalJSON(src []byte) error
func (*NullableTnapId) Unset ¶
func (v *NullableTnapId) Unset()
type NullableTopApplication ¶
type NullableTopApplication struct {
// contains filtered or unexported fields
}
func NewNullableTopApplication ¶
func NewNullableTopApplication(val *TopApplication) *NullableTopApplication
func (NullableTopApplication) Get ¶
func (v NullableTopApplication) Get() *TopApplication
func (NullableTopApplication) IsSet ¶
func (v NullableTopApplication) IsSet() bool
func (NullableTopApplication) MarshalJSON ¶
func (v NullableTopApplication) MarshalJSON() ([]byte, error)
func (*NullableTopApplication) Set ¶
func (v *NullableTopApplication) Set(val *TopApplication)
func (*NullableTopApplication) UnmarshalJSON ¶
func (v *NullableTopApplication) UnmarshalJSON(src []byte) error
func (*NullableTopApplication) Unset ¶
func (v *NullableTopApplication) Unset()
type NullableTraceData ¶
type NullableTraceData struct {
// contains filtered or unexported fields
}
func NewNullableTraceData ¶
func NewNullableTraceData(val *TraceData) *NullableTraceData
func (NullableTraceData) Get ¶
func (v NullableTraceData) Get() *TraceData
func (NullableTraceData) IsSet ¶
func (v NullableTraceData) IsSet() bool
func (NullableTraceData) MarshalJSON ¶
func (v NullableTraceData) MarshalJSON() ([]byte, error)
func (*NullableTraceData) Set ¶
func (v *NullableTraceData) Set(val *TraceData)
func (*NullableTraceData) UnmarshalJSON ¶
func (v *NullableTraceData) UnmarshalJSON(src []byte) error
func (*NullableTraceData) Unset ¶
func (v *NullableTraceData) Unset()
type NullableTraceDepth ¶
type NullableTraceDepth struct {
// contains filtered or unexported fields
}
func NewNullableTraceDepth ¶
func NewNullableTraceDepth(val *TraceDepth) *NullableTraceDepth
func (NullableTraceDepth) Get ¶
func (v NullableTraceDepth) Get() *TraceDepth
func (NullableTraceDepth) IsSet ¶
func (v NullableTraceDepth) IsSet() bool
func (NullableTraceDepth) MarshalJSON ¶
func (v NullableTraceDepth) MarshalJSON() ([]byte, error)
func (*NullableTraceDepth) Set ¶
func (v *NullableTraceDepth) Set(val *TraceDepth)
func (*NullableTraceDepth) UnmarshalJSON ¶
func (v *NullableTraceDepth) UnmarshalJSON(src []byte) error
func (*NullableTraceDepth) Unset ¶
func (v *NullableTraceDepth) Unset()
type NullableTrafficCharacterization ¶
type NullableTrafficCharacterization struct {
// contains filtered or unexported fields
}
func NewNullableTrafficCharacterization ¶
func NewNullableTrafficCharacterization(val *TrafficCharacterization) *NullableTrafficCharacterization
func (NullableTrafficCharacterization) Get ¶
func (v NullableTrafficCharacterization) Get() *TrafficCharacterization
func (NullableTrafficCharacterization) IsSet ¶
func (v NullableTrafficCharacterization) IsSet() bool
func (NullableTrafficCharacterization) MarshalJSON ¶
func (v NullableTrafficCharacterization) MarshalJSON() ([]byte, error)
func (*NullableTrafficCharacterization) Set ¶
func (v *NullableTrafficCharacterization) Set(val *TrafficCharacterization)
func (*NullableTrafficCharacterization) UnmarshalJSON ¶
func (v *NullableTrafficCharacterization) UnmarshalJSON(src []byte) error
func (*NullableTrafficCharacterization) Unset ¶
func (v *NullableTrafficCharacterization) Unset()
type NullableTrafficDescriptor ¶
type NullableTrafficDescriptor struct {
// contains filtered or unexported fields
}
func NewNullableTrafficDescriptor ¶
func NewNullableTrafficDescriptor(val *TrafficDescriptor) *NullableTrafficDescriptor
func (NullableTrafficDescriptor) Get ¶
func (v NullableTrafficDescriptor) Get() *TrafficDescriptor
func (NullableTrafficDescriptor) IsSet ¶
func (v NullableTrafficDescriptor) IsSet() bool
func (NullableTrafficDescriptor) MarshalJSON ¶
func (v NullableTrafficDescriptor) MarshalJSON() ([]byte, error)
func (*NullableTrafficDescriptor) Set ¶
func (v *NullableTrafficDescriptor) Set(val *TrafficDescriptor)
func (*NullableTrafficDescriptor) UnmarshalJSON ¶
func (v *NullableTrafficDescriptor) UnmarshalJSON(src []byte) error
func (*NullableTrafficDescriptor) Unset ¶
func (v *NullableTrafficDescriptor) Unset()
type NullableTrafficInformation ¶
type NullableTrafficInformation struct {
// contains filtered or unexported fields
}
func NewNullableTrafficInformation ¶
func NewNullableTrafficInformation(val *TrafficInformation) *NullableTrafficInformation
func (NullableTrafficInformation) Get ¶
func (v NullableTrafficInformation) Get() *TrafficInformation
func (NullableTrafficInformation) IsSet ¶
func (v NullableTrafficInformation) IsSet() bool
func (NullableTrafficInformation) MarshalJSON ¶
func (v NullableTrafficInformation) MarshalJSON() ([]byte, error)
func (*NullableTrafficInformation) Set ¶
func (v *NullableTrafficInformation) Set(val *TrafficInformation)
func (*NullableTrafficInformation) UnmarshalJSON ¶
func (v *NullableTrafficInformation) UnmarshalJSON(src []byte) error
func (*NullableTrafficInformation) Unset ¶
func (v *NullableTrafficInformation) Unset()
type NullableTrafficProfile ¶
type NullableTrafficProfile struct {
// contains filtered or unexported fields
}
func NewNullableTrafficProfile ¶
func NewNullableTrafficProfile(val *TrafficProfile) *NullableTrafficProfile
func (NullableTrafficProfile) Get ¶
func (v NullableTrafficProfile) Get() *TrafficProfile
func (NullableTrafficProfile) IsSet ¶
func (v NullableTrafficProfile) IsSet() bool
func (NullableTrafficProfile) MarshalJSON ¶
func (v NullableTrafficProfile) MarshalJSON() ([]byte, error)
func (*NullableTrafficProfile) Set ¶
func (v *NullableTrafficProfile) Set(val *TrafficProfile)
func (*NullableTrafficProfile) UnmarshalJSON ¶
func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error
func (*NullableTrafficProfile) Unset ¶
func (v *NullableTrafficProfile) Unset()
type NullableTransferReason ¶
type NullableTransferReason struct {
// contains filtered or unexported fields
}
func NewNullableTransferReason ¶
func NewNullableTransferReason(val *TransferReason) *NullableTransferReason
func (NullableTransferReason) Get ¶
func (v NullableTransferReason) Get() *TransferReason
func (NullableTransferReason) IsSet ¶
func (v NullableTransferReason) IsSet() bool
func (NullableTransferReason) MarshalJSON ¶
func (v NullableTransferReason) MarshalJSON() ([]byte, error)
func (*NullableTransferReason) Set ¶
func (v *NullableTransferReason) Set(val *TransferReason)
func (*NullableTransferReason) UnmarshalJSON ¶
func (v *NullableTransferReason) UnmarshalJSON(src []byte) error
func (*NullableTransferReason) Unset ¶
func (v *NullableTransferReason) Unset()
type NullableTransportProtocol ¶
type NullableTransportProtocol struct {
// contains filtered or unexported fields
}
func NewNullableTransportProtocol ¶
func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol
func (NullableTransportProtocol) Get ¶
func (v NullableTransportProtocol) Get() *TransportProtocol
func (NullableTransportProtocol) IsSet ¶
func (v NullableTransportProtocol) IsSet() bool
func (NullableTransportProtocol) MarshalJSON ¶
func (v NullableTransportProtocol) MarshalJSON() ([]byte, error)
func (*NullableTransportProtocol) Set ¶
func (v *NullableTransportProtocol) Set(val *TransportProtocol)
func (*NullableTransportProtocol) UnmarshalJSON ¶
func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error
func (*NullableTransportProtocol) Unset ¶
func (v *NullableTransportProtocol) Unset()
type NullableTwapId ¶
type NullableTwapId struct {
// contains filtered or unexported fields
}
func NewNullableTwapId ¶
func NewNullableTwapId(val *TwapId) *NullableTwapId
func (NullableTwapId) Get ¶
func (v NullableTwapId) Get() *TwapId
func (NullableTwapId) IsSet ¶
func (v NullableTwapId) IsSet() bool
func (NullableTwapId) MarshalJSON ¶
func (v NullableTwapId) MarshalJSON() ([]byte, error)
func (*NullableTwapId) Set ¶
func (v *NullableTwapId) Set(val *TwapId)
func (*NullableTwapId) UnmarshalJSON ¶
func (v *NullableTwapId) UnmarshalJSON(src []byte) error
func (*NullableTwapId) Unset ¶
func (v *NullableTwapId) Unset()
type NullableUEContextRelease ¶
type NullableUEContextRelease struct {
// contains filtered or unexported fields
}
func NewNullableUEContextRelease ¶
func NewNullableUEContextRelease(val *UEContextRelease) *NullableUEContextRelease
func (NullableUEContextRelease) Get ¶
func (v NullableUEContextRelease) Get() *UEContextRelease
func (NullableUEContextRelease) IsSet ¶
func (v NullableUEContextRelease) IsSet() bool
func (NullableUEContextRelease) MarshalJSON ¶
func (v NullableUEContextRelease) MarshalJSON() ([]byte, error)
func (*NullableUEContextRelease) Set ¶
func (v *NullableUEContextRelease) Set(val *UEContextRelease)
func (*NullableUEContextRelease) UnmarshalJSON ¶
func (v *NullableUEContextRelease) UnmarshalJSON(src []byte) error
func (*NullableUEContextRelease) Unset ¶
func (v *NullableUEContextRelease) Unset()
type NullableUEContextTransfer200Response ¶
type NullableUEContextTransfer200Response struct {
// contains filtered or unexported fields
}
func NewNullableUEContextTransfer200Response ¶
func NewNullableUEContextTransfer200Response(val *UEContextTransfer200Response) *NullableUEContextTransfer200Response
func (NullableUEContextTransfer200Response) Get ¶
func (v NullableUEContextTransfer200Response) Get() *UEContextTransfer200Response
func (NullableUEContextTransfer200Response) IsSet ¶
func (v NullableUEContextTransfer200Response) IsSet() bool
func (NullableUEContextTransfer200Response) MarshalJSON ¶
func (v NullableUEContextTransfer200Response) MarshalJSON() ([]byte, error)
func (*NullableUEContextTransfer200Response) Set ¶
func (v *NullableUEContextTransfer200Response) Set(val *UEContextTransfer200Response)
func (*NullableUEContextTransfer200Response) UnmarshalJSON ¶
func (v *NullableUEContextTransfer200Response) UnmarshalJSON(src []byte) error
func (*NullableUEContextTransfer200Response) Unset ¶
func (v *NullableUEContextTransfer200Response) Unset()
type NullableUEContextTransferRequest ¶
type NullableUEContextTransferRequest struct {
// contains filtered or unexported fields
}
func NewNullableUEContextTransferRequest ¶
func NewNullableUEContextTransferRequest(val *UEContextTransferRequest) *NullableUEContextTransferRequest
func (NullableUEContextTransferRequest) Get ¶
func (v NullableUEContextTransferRequest) Get() *UEContextTransferRequest
func (NullableUEContextTransferRequest) IsSet ¶
func (v NullableUEContextTransferRequest) IsSet() bool
func (NullableUEContextTransferRequest) MarshalJSON ¶
func (v NullableUEContextTransferRequest) MarshalJSON() ([]byte, error)
func (*NullableUEContextTransferRequest) Set ¶
func (v *NullableUEContextTransferRequest) Set(val *UEContextTransferRequest)
func (*NullableUEContextTransferRequest) UnmarshalJSON ¶
func (v *NullableUEContextTransferRequest) UnmarshalJSON(src []byte) error
func (*NullableUEContextTransferRequest) Unset ¶
func (v *NullableUEContextTransferRequest) Unset()
type NullableUeAnalyticsContextDescriptor ¶
type NullableUeAnalyticsContextDescriptor struct {
// contains filtered or unexported fields
}
func NewNullableUeAnalyticsContextDescriptor ¶
func NewNullableUeAnalyticsContextDescriptor(val *UeAnalyticsContextDescriptor) *NullableUeAnalyticsContextDescriptor
func (NullableUeAnalyticsContextDescriptor) Get ¶
func (v NullableUeAnalyticsContextDescriptor) Get() *UeAnalyticsContextDescriptor
func (NullableUeAnalyticsContextDescriptor) IsSet ¶
func (v NullableUeAnalyticsContextDescriptor) IsSet() bool
func (NullableUeAnalyticsContextDescriptor) MarshalJSON ¶
func (v NullableUeAnalyticsContextDescriptor) MarshalJSON() ([]byte, error)
func (*NullableUeAnalyticsContextDescriptor) Set ¶
func (v *NullableUeAnalyticsContextDescriptor) Set(val *UeAnalyticsContextDescriptor)
func (*NullableUeAnalyticsContextDescriptor) UnmarshalJSON ¶
func (v *NullableUeAnalyticsContextDescriptor) UnmarshalJSON(src []byte) error
func (*NullableUeAnalyticsContextDescriptor) Unset ¶
func (v *NullableUeAnalyticsContextDescriptor) Unset()
type NullableUeAuth ¶
type NullableUeAuth struct {
// contains filtered or unexported fields
}
func NewNullableUeAuth ¶
func NewNullableUeAuth(val *UeAuth) *NullableUeAuth
func (NullableUeAuth) Get ¶
func (v NullableUeAuth) Get() *UeAuth
func (NullableUeAuth) IsSet ¶
func (v NullableUeAuth) IsSet() bool
func (NullableUeAuth) MarshalJSON ¶
func (v NullableUeAuth) MarshalJSON() ([]byte, error)
func (*NullableUeAuth) Set ¶
func (v *NullableUeAuth) Set(val *UeAuth)
func (*NullableUeAuth) UnmarshalJSON ¶
func (v *NullableUeAuth) UnmarshalJSON(src []byte) error
func (*NullableUeAuth) Unset ¶
func (v *NullableUeAuth) Unset()
type NullableUeCommunication ¶
type NullableUeCommunication struct {
// contains filtered or unexported fields
}
func NewNullableUeCommunication ¶
func NewNullableUeCommunication(val *UeCommunication) *NullableUeCommunication
func (NullableUeCommunication) Get ¶
func (v NullableUeCommunication) Get() *UeCommunication
func (NullableUeCommunication) IsSet ¶
func (v NullableUeCommunication) IsSet() bool
func (NullableUeCommunication) MarshalJSON ¶
func (v NullableUeCommunication) MarshalJSON() ([]byte, error)
func (*NullableUeCommunication) Set ¶
func (v *NullableUeCommunication) Set(val *UeCommunication)
func (*NullableUeCommunication) UnmarshalJSON ¶
func (v *NullableUeCommunication) UnmarshalJSON(src []byte) error
func (*NullableUeCommunication) Unset ¶
func (v *NullableUeCommunication) Unset()
type NullableUeContext ¶
type NullableUeContext struct {
// contains filtered or unexported fields
}
func NewNullableUeContext ¶
func NewNullableUeContext(val *UeContext) *NullableUeContext
func (NullableUeContext) Get ¶
func (v NullableUeContext) Get() *UeContext
func (NullableUeContext) IsSet ¶
func (v NullableUeContext) IsSet() bool
func (NullableUeContext) MarshalJSON ¶
func (v NullableUeContext) MarshalJSON() ([]byte, error)
func (*NullableUeContext) Set ¶
func (v *NullableUeContext) Set(val *UeContext)
func (*NullableUeContext) UnmarshalJSON ¶
func (v *NullableUeContext) UnmarshalJSON(src []byte) error
func (*NullableUeContext) Unset ¶
func (v *NullableUeContext) Unset()
type NullableUeContextCancelRelocateData ¶
type NullableUeContextCancelRelocateData struct {
// contains filtered or unexported fields
}
func NewNullableUeContextCancelRelocateData ¶
func NewNullableUeContextCancelRelocateData(val *UeContextCancelRelocateData) *NullableUeContextCancelRelocateData
func (NullableUeContextCancelRelocateData) Get ¶
func (v NullableUeContextCancelRelocateData) Get() *UeContextCancelRelocateData
func (NullableUeContextCancelRelocateData) IsSet ¶
func (v NullableUeContextCancelRelocateData) IsSet() bool
func (NullableUeContextCancelRelocateData) MarshalJSON ¶
func (v NullableUeContextCancelRelocateData) MarshalJSON() ([]byte, error)
func (*NullableUeContextCancelRelocateData) Set ¶
func (v *NullableUeContextCancelRelocateData) Set(val *UeContextCancelRelocateData)
func (*NullableUeContextCancelRelocateData) UnmarshalJSON ¶
func (v *NullableUeContextCancelRelocateData) UnmarshalJSON(src []byte) error
func (*NullableUeContextCancelRelocateData) Unset ¶
func (v *NullableUeContextCancelRelocateData) Unset()
type NullableUeContextCreateData ¶
type NullableUeContextCreateData struct {
// contains filtered or unexported fields
}
func NewNullableUeContextCreateData ¶
func NewNullableUeContextCreateData(val *UeContextCreateData) *NullableUeContextCreateData
func (NullableUeContextCreateData) Get ¶
func (v NullableUeContextCreateData) Get() *UeContextCreateData
func (NullableUeContextCreateData) IsSet ¶
func (v NullableUeContextCreateData) IsSet() bool
func (NullableUeContextCreateData) MarshalJSON ¶
func (v NullableUeContextCreateData) MarshalJSON() ([]byte, error)
func (*NullableUeContextCreateData) Set ¶
func (v *NullableUeContextCreateData) Set(val *UeContextCreateData)
func (*NullableUeContextCreateData) UnmarshalJSON ¶
func (v *NullableUeContextCreateData) UnmarshalJSON(src []byte) error
func (*NullableUeContextCreateData) Unset ¶
func (v *NullableUeContextCreateData) Unset()
type NullableUeContextCreateError ¶
type NullableUeContextCreateError struct {
// contains filtered or unexported fields
}
func NewNullableUeContextCreateError ¶
func NewNullableUeContextCreateError(val *UeContextCreateError) *NullableUeContextCreateError
func (NullableUeContextCreateError) Get ¶
func (v NullableUeContextCreateError) Get() *UeContextCreateError
func (NullableUeContextCreateError) IsSet ¶
func (v NullableUeContextCreateError) IsSet() bool
func (NullableUeContextCreateError) MarshalJSON ¶
func (v NullableUeContextCreateError) MarshalJSON() ([]byte, error)
func (*NullableUeContextCreateError) Set ¶
func (v *NullableUeContextCreateError) Set(val *UeContextCreateError)
func (*NullableUeContextCreateError) UnmarshalJSON ¶
func (v *NullableUeContextCreateError) UnmarshalJSON(src []byte) error
func (*NullableUeContextCreateError) Unset ¶
func (v *NullableUeContextCreateError) Unset()
type NullableUeContextCreatedData ¶
type NullableUeContextCreatedData struct {
// contains filtered or unexported fields
}
func NewNullableUeContextCreatedData ¶
func NewNullableUeContextCreatedData(val *UeContextCreatedData) *NullableUeContextCreatedData
func (NullableUeContextCreatedData) Get ¶
func (v NullableUeContextCreatedData) Get() *UeContextCreatedData
func (NullableUeContextCreatedData) IsSet ¶
func (v NullableUeContextCreatedData) IsSet() bool
func (NullableUeContextCreatedData) MarshalJSON ¶
func (v NullableUeContextCreatedData) MarshalJSON() ([]byte, error)
func (*NullableUeContextCreatedData) Set ¶
func (v *NullableUeContextCreatedData) Set(val *UeContextCreatedData)
func (*NullableUeContextCreatedData) UnmarshalJSON ¶
func (v *NullableUeContextCreatedData) UnmarshalJSON(src []byte) error
func (*NullableUeContextCreatedData) Unset ¶
func (v *NullableUeContextCreatedData) Unset()
type NullableUeContextRelocateData ¶
type NullableUeContextRelocateData struct {
// contains filtered or unexported fields
}
func NewNullableUeContextRelocateData ¶
func NewNullableUeContextRelocateData(val *UeContextRelocateData) *NullableUeContextRelocateData
func (NullableUeContextRelocateData) Get ¶
func (v NullableUeContextRelocateData) Get() *UeContextRelocateData
func (NullableUeContextRelocateData) IsSet ¶
func (v NullableUeContextRelocateData) IsSet() bool
func (NullableUeContextRelocateData) MarshalJSON ¶
func (v NullableUeContextRelocateData) MarshalJSON() ([]byte, error)
func (*NullableUeContextRelocateData) Set ¶
func (v *NullableUeContextRelocateData) Set(val *UeContextRelocateData)
func (*NullableUeContextRelocateData) UnmarshalJSON ¶
func (v *NullableUeContextRelocateData) UnmarshalJSON(src []byte) error
func (*NullableUeContextRelocateData) Unset ¶
func (v *NullableUeContextRelocateData) Unset()
type NullableUeContextRelocatedData ¶
type NullableUeContextRelocatedData struct {
// contains filtered or unexported fields
}
func NewNullableUeContextRelocatedData ¶
func NewNullableUeContextRelocatedData(val *UeContextRelocatedData) *NullableUeContextRelocatedData
func (NullableUeContextRelocatedData) Get ¶
func (v NullableUeContextRelocatedData) Get() *UeContextRelocatedData
func (NullableUeContextRelocatedData) IsSet ¶
func (v NullableUeContextRelocatedData) IsSet() bool
func (NullableUeContextRelocatedData) MarshalJSON ¶
func (v NullableUeContextRelocatedData) MarshalJSON() ([]byte, error)
func (*NullableUeContextRelocatedData) Set ¶
func (v *NullableUeContextRelocatedData) Set(val *UeContextRelocatedData)
func (*NullableUeContextRelocatedData) UnmarshalJSON ¶
func (v *NullableUeContextRelocatedData) UnmarshalJSON(src []byte) error
func (*NullableUeContextRelocatedData) Unset ¶
func (v *NullableUeContextRelocatedData) Unset()
type NullableUeContextTransferReqData ¶
type NullableUeContextTransferReqData struct {
// contains filtered or unexported fields
}
func NewNullableUeContextTransferReqData ¶
func NewNullableUeContextTransferReqData(val *UeContextTransferReqData) *NullableUeContextTransferReqData
func (NullableUeContextTransferReqData) Get ¶
func (v NullableUeContextTransferReqData) Get() *UeContextTransferReqData
func (NullableUeContextTransferReqData) IsSet ¶
func (v NullableUeContextTransferReqData) IsSet() bool
func (NullableUeContextTransferReqData) MarshalJSON ¶
func (v NullableUeContextTransferReqData) MarshalJSON() ([]byte, error)
func (*NullableUeContextTransferReqData) Set ¶
func (v *NullableUeContextTransferReqData) Set(val *UeContextTransferReqData)
func (*NullableUeContextTransferReqData) UnmarshalJSON ¶
func (v *NullableUeContextTransferReqData) UnmarshalJSON(src []byte) error
func (*NullableUeContextTransferReqData) Unset ¶
func (v *NullableUeContextTransferReqData) Unset()
type NullableUeContextTransferRspData ¶
type NullableUeContextTransferRspData struct {
// contains filtered or unexported fields
}
func NewNullableUeContextTransferRspData ¶
func NewNullableUeContextTransferRspData(val *UeContextTransferRspData) *NullableUeContextTransferRspData
func (NullableUeContextTransferRspData) Get ¶
func (v NullableUeContextTransferRspData) Get() *UeContextTransferRspData
func (NullableUeContextTransferRspData) IsSet ¶
func (v NullableUeContextTransferRspData) IsSet() bool
func (NullableUeContextTransferRspData) MarshalJSON ¶
func (v NullableUeContextTransferRspData) MarshalJSON() ([]byte, error)
func (*NullableUeContextTransferRspData) Set ¶
func (v *NullableUeContextTransferRspData) Set(val *UeContextTransferRspData)
func (*NullableUeContextTransferRspData) UnmarshalJSON ¶
func (v *NullableUeContextTransferRspData) UnmarshalJSON(src []byte) error
func (*NullableUeContextTransferRspData) Unset ¶
func (v *NullableUeContextTransferRspData) Unset()
type NullableUeContextTransferStatus ¶
type NullableUeContextTransferStatus struct {
// contains filtered or unexported fields
}
func NewNullableUeContextTransferStatus ¶
func NewNullableUeContextTransferStatus(val *UeContextTransferStatus) *NullableUeContextTransferStatus
func (NullableUeContextTransferStatus) Get ¶
func (v NullableUeContextTransferStatus) Get() *UeContextTransferStatus
func (NullableUeContextTransferStatus) IsSet ¶
func (v NullableUeContextTransferStatus) IsSet() bool
func (NullableUeContextTransferStatus) MarshalJSON ¶
func (v NullableUeContextTransferStatus) MarshalJSON() ([]byte, error)
func (*NullableUeContextTransferStatus) Set ¶
func (v *NullableUeContextTransferStatus) Set(val *UeContextTransferStatus)
func (*NullableUeContextTransferStatus) UnmarshalJSON ¶
func (v *NullableUeContextTransferStatus) UnmarshalJSON(src []byte) error
func (*NullableUeContextTransferStatus) Unset ¶
func (v *NullableUeContextTransferStatus) Unset()
type NullableUeDifferentiationInfo ¶
type NullableUeDifferentiationInfo struct {
// contains filtered or unexported fields
}
func NewNullableUeDifferentiationInfo ¶
func NewNullableUeDifferentiationInfo(val *UeDifferentiationInfo) *NullableUeDifferentiationInfo
func (NullableUeDifferentiationInfo) Get ¶
func (v NullableUeDifferentiationInfo) Get() *UeDifferentiationInfo
func (NullableUeDifferentiationInfo) IsSet ¶
func (v NullableUeDifferentiationInfo) IsSet() bool
func (NullableUeDifferentiationInfo) MarshalJSON ¶
func (v NullableUeDifferentiationInfo) MarshalJSON() ([]byte, error)
func (*NullableUeDifferentiationInfo) Set ¶
func (v *NullableUeDifferentiationInfo) Set(val *UeDifferentiationInfo)
func (*NullableUeDifferentiationInfo) UnmarshalJSON ¶
func (v *NullableUeDifferentiationInfo) UnmarshalJSON(src []byte) error
func (*NullableUeDifferentiationInfo) Unset ¶
func (v *NullableUeDifferentiationInfo) Unset()
type NullableUeInAreaFilter ¶
type NullableUeInAreaFilter struct {
// contains filtered or unexported fields
}
func NewNullableUeInAreaFilter ¶
func NewNullableUeInAreaFilter(val *UeInAreaFilter) *NullableUeInAreaFilter
func (NullableUeInAreaFilter) Get ¶
func (v NullableUeInAreaFilter) Get() *UeInAreaFilter
func (NullableUeInAreaFilter) IsSet ¶
func (v NullableUeInAreaFilter) IsSet() bool
func (NullableUeInAreaFilter) MarshalJSON ¶
func (v NullableUeInAreaFilter) MarshalJSON() ([]byte, error)
func (*NullableUeInAreaFilter) Set ¶
func (v *NullableUeInAreaFilter) Set(val *UeInAreaFilter)
func (*NullableUeInAreaFilter) UnmarshalJSON ¶
func (v *NullableUeInAreaFilter) UnmarshalJSON(src []byte) error
func (*NullableUeInAreaFilter) Unset ¶
func (v *NullableUeInAreaFilter) Unset()
type NullableUeMobility ¶
type NullableUeMobility struct {
// contains filtered or unexported fields
}
func NewNullableUeMobility ¶
func NewNullableUeMobility(val *UeMobility) *NullableUeMobility
func (NullableUeMobility) Get ¶
func (v NullableUeMobility) Get() *UeMobility
func (NullableUeMobility) IsSet ¶
func (v NullableUeMobility) IsSet() bool
func (NullableUeMobility) MarshalJSON ¶
func (v NullableUeMobility) MarshalJSON() ([]byte, error)
func (*NullableUeMobility) Set ¶
func (v *NullableUeMobility) Set(val *UeMobility)
func (*NullableUeMobility) UnmarshalJSON ¶
func (v *NullableUeMobility) UnmarshalJSON(src []byte) error
func (*NullableUeMobility) Unset ¶
func (v *NullableUeMobility) Unset()
type NullableUeN1N2InfoSubscriptionCreateData ¶
type NullableUeN1N2InfoSubscriptionCreateData struct {
// contains filtered or unexported fields
}
func NewNullableUeN1N2InfoSubscriptionCreateData ¶
func NewNullableUeN1N2InfoSubscriptionCreateData(val *UeN1N2InfoSubscriptionCreateData) *NullableUeN1N2InfoSubscriptionCreateData
func (NullableUeN1N2InfoSubscriptionCreateData) IsSet ¶
func (v NullableUeN1N2InfoSubscriptionCreateData) IsSet() bool
func (NullableUeN1N2InfoSubscriptionCreateData) MarshalJSON ¶
func (v NullableUeN1N2InfoSubscriptionCreateData) MarshalJSON() ([]byte, error)
func (*NullableUeN1N2InfoSubscriptionCreateData) Set ¶
func (v *NullableUeN1N2InfoSubscriptionCreateData) Set(val *UeN1N2InfoSubscriptionCreateData)
func (*NullableUeN1N2InfoSubscriptionCreateData) UnmarshalJSON ¶
func (v *NullableUeN1N2InfoSubscriptionCreateData) UnmarshalJSON(src []byte) error
func (*NullableUeN1N2InfoSubscriptionCreateData) Unset ¶
func (v *NullableUeN1N2InfoSubscriptionCreateData) Unset()
type NullableUeN1N2InfoSubscriptionCreatedData ¶
type NullableUeN1N2InfoSubscriptionCreatedData struct {
// contains filtered or unexported fields
}
func NewNullableUeN1N2InfoSubscriptionCreatedData ¶
func NewNullableUeN1N2InfoSubscriptionCreatedData(val *UeN1N2InfoSubscriptionCreatedData) *NullableUeN1N2InfoSubscriptionCreatedData
func (NullableUeN1N2InfoSubscriptionCreatedData) IsSet ¶
func (v NullableUeN1N2InfoSubscriptionCreatedData) IsSet() bool
func (NullableUeN1N2InfoSubscriptionCreatedData) MarshalJSON ¶
func (v NullableUeN1N2InfoSubscriptionCreatedData) MarshalJSON() ([]byte, error)
func (*NullableUeN1N2InfoSubscriptionCreatedData) Set ¶
func (v *NullableUeN1N2InfoSubscriptionCreatedData) Set(val *UeN1N2InfoSubscriptionCreatedData)
func (*NullableUeN1N2InfoSubscriptionCreatedData) UnmarshalJSON ¶
func (v *NullableUeN1N2InfoSubscriptionCreatedData) UnmarshalJSON(src []byte) error
func (*NullableUeN1N2InfoSubscriptionCreatedData) Unset ¶
func (v *NullableUeN1N2InfoSubscriptionCreatedData) Unset()
type NullableUeRegStatusUpdateReqData ¶
type NullableUeRegStatusUpdateReqData struct {
// contains filtered or unexported fields
}
func NewNullableUeRegStatusUpdateReqData ¶
func NewNullableUeRegStatusUpdateReqData(val *UeRegStatusUpdateReqData) *NullableUeRegStatusUpdateReqData
func (NullableUeRegStatusUpdateReqData) Get ¶
func (v NullableUeRegStatusUpdateReqData) Get() *UeRegStatusUpdateReqData
func (NullableUeRegStatusUpdateReqData) IsSet ¶
func (v NullableUeRegStatusUpdateReqData) IsSet() bool
func (NullableUeRegStatusUpdateReqData) MarshalJSON ¶
func (v NullableUeRegStatusUpdateReqData) MarshalJSON() ([]byte, error)
func (*NullableUeRegStatusUpdateReqData) Set ¶
func (v *NullableUeRegStatusUpdateReqData) Set(val *UeRegStatusUpdateReqData)
func (*NullableUeRegStatusUpdateReqData) UnmarshalJSON ¶
func (v *NullableUeRegStatusUpdateReqData) UnmarshalJSON(src []byte) error
func (*NullableUeRegStatusUpdateReqData) Unset ¶
func (v *NullableUeRegStatusUpdateReqData) Unset()
type NullableUeRegStatusUpdateRspData ¶
type NullableUeRegStatusUpdateRspData struct {
// contains filtered or unexported fields
}
func NewNullableUeRegStatusUpdateRspData ¶
func NewNullableUeRegStatusUpdateRspData(val *UeRegStatusUpdateRspData) *NullableUeRegStatusUpdateRspData
func (NullableUeRegStatusUpdateRspData) Get ¶
func (v NullableUeRegStatusUpdateRspData) Get() *UeRegStatusUpdateRspData
func (NullableUeRegStatusUpdateRspData) IsSet ¶
func (v NullableUeRegStatusUpdateRspData) IsSet() bool
func (NullableUeRegStatusUpdateRspData) MarshalJSON ¶
func (v NullableUeRegStatusUpdateRspData) MarshalJSON() ([]byte, error)
func (*NullableUeRegStatusUpdateRspData) Set ¶
func (v *NullableUeRegStatusUpdateRspData) Set(val *UeRegStatusUpdateRspData)
func (*NullableUeRegStatusUpdateRspData) UnmarshalJSON ¶
func (v *NullableUeRegStatusUpdateRspData) UnmarshalJSON(src []byte) error
func (*NullableUeRegStatusUpdateRspData) Unset ¶
func (v *NullableUeRegStatusUpdateRspData) Unset()
type NullableUeType ¶
type NullableUeType struct {
// contains filtered or unexported fields
}
func NewNullableUeType ¶
func NewNullableUeType(val *UeType) *NullableUeType
func (NullableUeType) Get ¶
func (v NullableUeType) Get() *UeType
func (NullableUeType) IsSet ¶
func (v NullableUeType) IsSet() bool
func (NullableUeType) MarshalJSON ¶
func (v NullableUeType) MarshalJSON() ([]byte, error)
func (*NullableUeType) Set ¶
func (v *NullableUeType) Set(val *UeType)
func (*NullableUeType) UnmarshalJSON ¶
func (v *NullableUeType) UnmarshalJSON(src []byte) error
func (*NullableUeType) Unset ¶
func (v *NullableUeType) Unset()
type NullableUmtTime ¶
type NullableUmtTime struct {
// contains filtered or unexported fields
}
func NewNullableUmtTime ¶
func NewNullableUmtTime(val *UmtTime) *NullableUmtTime
func (NullableUmtTime) Get ¶
func (v NullableUmtTime) Get() *UmtTime
func (NullableUmtTime) IsSet ¶
func (v NullableUmtTime) IsSet() bool
func (NullableUmtTime) MarshalJSON ¶
func (v NullableUmtTime) MarshalJSON() ([]byte, error)
func (*NullableUmtTime) Set ¶
func (v *NullableUmtTime) Set(val *UmtTime)
func (*NullableUmtTime) UnmarshalJSON ¶
func (v *NullableUmtTime) UnmarshalJSON(src []byte) error
func (*NullableUmtTime) Unset ¶
func (v *NullableUmtTime) Unset()
type NullableUncertaintyEllipse ¶
type NullableUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableUncertaintyEllipse ¶
func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse
func (NullableUncertaintyEllipse) Get ¶
func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
func (NullableUncertaintyEllipse) IsSet ¶
func (v NullableUncertaintyEllipse) IsSet() bool
func (NullableUncertaintyEllipse) MarshalJSON ¶
func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableUncertaintyEllipse) Set ¶
func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
func (*NullableUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableUncertaintyEllipse) Unset ¶
func (v *NullableUncertaintyEllipse) Unset()
type NullableUncertaintyEllipsoid ¶
type NullableUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableUncertaintyEllipsoid ¶
func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid
func (NullableUncertaintyEllipsoid) Get ¶
func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
func (NullableUncertaintyEllipsoid) IsSet ¶
func (v NullableUncertaintyEllipsoid) IsSet() bool
func (NullableUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableUncertaintyEllipsoid) Set ¶
func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
func (*NullableUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableUncertaintyEllipsoid) Unset ¶
func (v *NullableUncertaintyEllipsoid) Unset()
type NullableUpdpSubscriptionData ¶
type NullableUpdpSubscriptionData struct {
// contains filtered or unexported fields
}
func NewNullableUpdpSubscriptionData ¶
func NewNullableUpdpSubscriptionData(val *UpdpSubscriptionData) *NullableUpdpSubscriptionData
func (NullableUpdpSubscriptionData) Get ¶
func (v NullableUpdpSubscriptionData) Get() *UpdpSubscriptionData
func (NullableUpdpSubscriptionData) IsSet ¶
func (v NullableUpdpSubscriptionData) IsSet() bool
func (NullableUpdpSubscriptionData) MarshalJSON ¶
func (v NullableUpdpSubscriptionData) MarshalJSON() ([]byte, error)
func (*NullableUpdpSubscriptionData) Set ¶
func (v *NullableUpdpSubscriptionData) Set(val *UpdpSubscriptionData)
func (*NullableUpdpSubscriptionData) UnmarshalJSON ¶
func (v *NullableUpdpSubscriptionData) UnmarshalJSON(src []byte) error
func (*NullableUpdpSubscriptionData) Unset ¶
func (v *NullableUpdpSubscriptionData) Unset()
type NullableUpfInformation ¶
type NullableUpfInformation struct {
// contains filtered or unexported fields
}
func NewNullableUpfInformation ¶
func NewNullableUpfInformation(val *UpfInformation) *NullableUpfInformation
func (NullableUpfInformation) Get ¶
func (v NullableUpfInformation) Get() *UpfInformation
func (NullableUpfInformation) IsSet ¶
func (v NullableUpfInformation) IsSet() bool
func (NullableUpfInformation) MarshalJSON ¶
func (v NullableUpfInformation) MarshalJSON() ([]byte, error)
func (*NullableUpfInformation) Set ¶
func (v *NullableUpfInformation) Set(val *UpfInformation)
func (*NullableUpfInformation) UnmarshalJSON ¶
func (v *NullableUpfInformation) UnmarshalJSON(src []byte) error
func (*NullableUpfInformation) Unset ¶
func (v *NullableUpfInformation) Unset()
type NullableUserDataCongestionInfo ¶
type NullableUserDataCongestionInfo struct {
// contains filtered or unexported fields
}
func NewNullableUserDataCongestionInfo ¶
func NewNullableUserDataCongestionInfo(val *UserDataCongestionInfo) *NullableUserDataCongestionInfo
func (NullableUserDataCongestionInfo) Get ¶
func (v NullableUserDataCongestionInfo) Get() *UserDataCongestionInfo
func (NullableUserDataCongestionInfo) IsSet ¶
func (v NullableUserDataCongestionInfo) IsSet() bool
func (NullableUserDataCongestionInfo) MarshalJSON ¶
func (v NullableUserDataCongestionInfo) MarshalJSON() ([]byte, error)
func (*NullableUserDataCongestionInfo) Set ¶
func (v *NullableUserDataCongestionInfo) Set(val *UserDataCongestionInfo)
func (*NullableUserDataCongestionInfo) UnmarshalJSON ¶
func (v *NullableUserDataCongestionInfo) UnmarshalJSON(src []byte) error
func (*NullableUserDataCongestionInfo) Unset ¶
func (v *NullableUserDataCongestionInfo) Unset()
type NullableUserLocation ¶
type NullableUserLocation struct {
// contains filtered or unexported fields
}
func NewNullableUserLocation ¶
func NewNullableUserLocation(val *UserLocation) *NullableUserLocation
func (NullableUserLocation) Get ¶
func (v NullableUserLocation) Get() *UserLocation
func (NullableUserLocation) IsSet ¶
func (v NullableUserLocation) IsSet() bool
func (NullableUserLocation) MarshalJSON ¶
func (v NullableUserLocation) MarshalJSON() ([]byte, error)
func (*NullableUserLocation) Set ¶
func (v *NullableUserLocation) Set(val *UserLocation)
func (*NullableUserLocation) UnmarshalJSON ¶
func (v *NullableUserLocation) UnmarshalJSON(src []byte) error
func (*NullableUserLocation) Unset ¶
func (v *NullableUserLocation) Unset()
type NullableUtraLocation ¶
type NullableUtraLocation struct {
// contains filtered or unexported fields
}
func NewNullableUtraLocation ¶
func NewNullableUtraLocation(val *UtraLocation) *NullableUtraLocation
func (NullableUtraLocation) Get ¶
func (v NullableUtraLocation) Get() *UtraLocation
func (NullableUtraLocation) IsSet ¶
func (v NullableUtraLocation) IsSet() bool
func (NullableUtraLocation) MarshalJSON ¶
func (v NullableUtraLocation) MarshalJSON() ([]byte, error)
func (*NullableUtraLocation) Set ¶
func (v *NullableUtraLocation) Set(val *UtraLocation)
func (*NullableUtraLocation) UnmarshalJSON ¶
func (v *NullableUtraLocation) UnmarshalJSON(src []byte) error
func (*NullableUtraLocation) Unset ¶
func (v *NullableUtraLocation) Unset()
type NullableUuaaMmStatus ¶
type NullableUuaaMmStatus struct {
// contains filtered or unexported fields
}
func NewNullableUuaaMmStatus ¶
func NewNullableUuaaMmStatus(val *UuaaMmStatus) *NullableUuaaMmStatus
func (NullableUuaaMmStatus) Get ¶
func (v NullableUuaaMmStatus) Get() *UuaaMmStatus
func (NullableUuaaMmStatus) IsSet ¶
func (v NullableUuaaMmStatus) IsSet() bool
func (NullableUuaaMmStatus) MarshalJSON ¶
func (v NullableUuaaMmStatus) MarshalJSON() ([]byte, error)
func (*NullableUuaaMmStatus) Set ¶
func (v *NullableUuaaMmStatus) Set(val *UuaaMmStatus)
func (*NullableUuaaMmStatus) UnmarshalJSON ¶
func (v *NullableUuaaMmStatus) UnmarshalJSON(src []byte) error
func (*NullableUuaaMmStatus) Unset ¶
func (v *NullableUuaaMmStatus) Unset()
type NullableV2xContext ¶
type NullableV2xContext struct {
// contains filtered or unexported fields
}
func NewNullableV2xContext ¶
func NewNullableV2xContext(val *V2xContext) *NullableV2xContext
func (NullableV2xContext) Get ¶
func (v NullableV2xContext) Get() *V2xContext
func (NullableV2xContext) IsSet ¶
func (v NullableV2xContext) IsSet() bool
func (NullableV2xContext) MarshalJSON ¶
func (v NullableV2xContext) MarshalJSON() ([]byte, error)
func (*NullableV2xContext) Set ¶
func (v *NullableV2xContext) Set(val *V2xContext)
func (*NullableV2xContext) UnmarshalJSON ¶
func (v *NullableV2xContext) UnmarshalJSON(src []byte) error
func (*NullableV2xContext) Unset ¶
func (v *NullableV2xContext) Unset()
type NullableV2xInformation ¶
type NullableV2xInformation struct {
// contains filtered or unexported fields
}
func NewNullableV2xInformation ¶
func NewNullableV2xInformation(val *V2xInformation) *NullableV2xInformation
func (NullableV2xInformation) Get ¶
func (v NullableV2xInformation) Get() *V2xInformation
func (NullableV2xInformation) IsSet ¶
func (v NullableV2xInformation) IsSet() bool
func (NullableV2xInformation) MarshalJSON ¶
func (v NullableV2xInformation) MarshalJSON() ([]byte, error)
func (*NullableV2xInformation) Set ¶
func (v *NullableV2xInformation) Set(val *V2xInformation)
func (*NullableV2xInformation) UnmarshalJSON ¶
func (v *NullableV2xInformation) UnmarshalJSON(src []byte) error
func (*NullableV2xInformation) Unset ¶
func (v *NullableV2xInformation) Unset()
type NullableWlanOrderingCriterion ¶
type NullableWlanOrderingCriterion struct {
// contains filtered or unexported fields
}
func NewNullableWlanOrderingCriterion ¶
func NewNullableWlanOrderingCriterion(val *WlanOrderingCriterion) *NullableWlanOrderingCriterion
func (NullableWlanOrderingCriterion) Get ¶
func (v NullableWlanOrderingCriterion) Get() *WlanOrderingCriterion
func (NullableWlanOrderingCriterion) IsSet ¶
func (v NullableWlanOrderingCriterion) IsSet() bool
func (NullableWlanOrderingCriterion) MarshalJSON ¶
func (v NullableWlanOrderingCriterion) MarshalJSON() ([]byte, error)
func (*NullableWlanOrderingCriterion) Set ¶
func (v *NullableWlanOrderingCriterion) Set(val *WlanOrderingCriterion)
func (*NullableWlanOrderingCriterion) UnmarshalJSON ¶
func (v *NullableWlanOrderingCriterion) UnmarshalJSON(src []byte) error
func (*NullableWlanOrderingCriterion) Unset ¶
func (v *NullableWlanOrderingCriterion) Unset()
type NullableWlanPerSsIdPerformanceInfo ¶
type NullableWlanPerSsIdPerformanceInfo struct {
// contains filtered or unexported fields
}
func NewNullableWlanPerSsIdPerformanceInfo ¶
func NewNullableWlanPerSsIdPerformanceInfo(val *WlanPerSsIdPerformanceInfo) *NullableWlanPerSsIdPerformanceInfo
func (NullableWlanPerSsIdPerformanceInfo) Get ¶
func (v NullableWlanPerSsIdPerformanceInfo) Get() *WlanPerSsIdPerformanceInfo
func (NullableWlanPerSsIdPerformanceInfo) IsSet ¶
func (v NullableWlanPerSsIdPerformanceInfo) IsSet() bool
func (NullableWlanPerSsIdPerformanceInfo) MarshalJSON ¶
func (v NullableWlanPerSsIdPerformanceInfo) MarshalJSON() ([]byte, error)
func (*NullableWlanPerSsIdPerformanceInfo) Set ¶
func (v *NullableWlanPerSsIdPerformanceInfo) Set(val *WlanPerSsIdPerformanceInfo)
func (*NullableWlanPerSsIdPerformanceInfo) UnmarshalJSON ¶
func (v *NullableWlanPerSsIdPerformanceInfo) UnmarshalJSON(src []byte) error
func (*NullableWlanPerSsIdPerformanceInfo) Unset ¶
func (v *NullableWlanPerSsIdPerformanceInfo) Unset()
type NullableWlanPerTsPerformanceInfo ¶
type NullableWlanPerTsPerformanceInfo struct {
// contains filtered or unexported fields
}
func NewNullableWlanPerTsPerformanceInfo ¶
func NewNullableWlanPerTsPerformanceInfo(val *WlanPerTsPerformanceInfo) *NullableWlanPerTsPerformanceInfo
func (NullableWlanPerTsPerformanceInfo) Get ¶
func (v NullableWlanPerTsPerformanceInfo) Get() *WlanPerTsPerformanceInfo
func (NullableWlanPerTsPerformanceInfo) IsSet ¶
func (v NullableWlanPerTsPerformanceInfo) IsSet() bool
func (NullableWlanPerTsPerformanceInfo) MarshalJSON ¶
func (v NullableWlanPerTsPerformanceInfo) MarshalJSON() ([]byte, error)
func (*NullableWlanPerTsPerformanceInfo) Set ¶
func (v *NullableWlanPerTsPerformanceInfo) Set(val *WlanPerTsPerformanceInfo)
func (*NullableWlanPerTsPerformanceInfo) UnmarshalJSON ¶
func (v *NullableWlanPerTsPerformanceInfo) UnmarshalJSON(src []byte) error
func (*NullableWlanPerTsPerformanceInfo) Unset ¶
func (v *NullableWlanPerTsPerformanceInfo) Unset()
type NullableWlanPerformanceInfo ¶
type NullableWlanPerformanceInfo struct {
// contains filtered or unexported fields
}
func NewNullableWlanPerformanceInfo ¶
func NewNullableWlanPerformanceInfo(val *WlanPerformanceInfo) *NullableWlanPerformanceInfo
func (NullableWlanPerformanceInfo) Get ¶
func (v NullableWlanPerformanceInfo) Get() *WlanPerformanceInfo
func (NullableWlanPerformanceInfo) IsSet ¶
func (v NullableWlanPerformanceInfo) IsSet() bool
func (NullableWlanPerformanceInfo) MarshalJSON ¶
func (v NullableWlanPerformanceInfo) MarshalJSON() ([]byte, error)
func (*NullableWlanPerformanceInfo) Set ¶
func (v *NullableWlanPerformanceInfo) Set(val *WlanPerformanceInfo)
func (*NullableWlanPerformanceInfo) UnmarshalJSON ¶
func (v *NullableWlanPerformanceInfo) UnmarshalJSON(src []byte) error
func (*NullableWlanPerformanceInfo) Unset ¶
func (v *NullableWlanPerformanceInfo) Unset()
type NullableWlanPerformanceReq ¶
type NullableWlanPerformanceReq struct {
// contains filtered or unexported fields
}
func NewNullableWlanPerformanceReq ¶
func NewNullableWlanPerformanceReq(val *WlanPerformanceReq) *NullableWlanPerformanceReq
func (NullableWlanPerformanceReq) Get ¶
func (v NullableWlanPerformanceReq) Get() *WlanPerformanceReq
func (NullableWlanPerformanceReq) IsSet ¶
func (v NullableWlanPerformanceReq) IsSet() bool
func (NullableWlanPerformanceReq) MarshalJSON ¶
func (v NullableWlanPerformanceReq) MarshalJSON() ([]byte, error)
func (*NullableWlanPerformanceReq) Set ¶
func (v *NullableWlanPerformanceReq) Set(val *WlanPerformanceReq)
func (*NullableWlanPerformanceReq) UnmarshalJSON ¶
func (v *NullableWlanPerformanceReq) UnmarshalJSON(src []byte) error
func (*NullableWlanPerformanceReq) Unset ¶
func (v *NullableWlanPerformanceReq) Unset()
type NumberAverage ¶
type NumberAverage struct {
// string with format 'float' as defined in OpenAPI.
Number float32 `json:"number"`
// string with format 'float' as defined in OpenAPI.
Variance float32 `json:"variance"`
// string with format 'float' as defined in OpenAPI.
Skewness *float32 `json:"skewness,omitempty"`
}
NumberAverage Represents average and variance information.
func NewNumberAverage ¶
func NewNumberAverage(number float32, variance float32) *NumberAverage
NewNumberAverage instantiates a new NumberAverage 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 NewNumberAverageWithDefaults ¶
func NewNumberAverageWithDefaults() *NumberAverage
NewNumberAverageWithDefaults instantiates a new NumberAverage 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 (*NumberAverage) GetNumber ¶
func (o *NumberAverage) GetNumber() float32
GetNumber returns the Number field value
func (*NumberAverage) GetNumberOk ¶
func (o *NumberAverage) GetNumberOk() (*float32, bool)
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*NumberAverage) GetSkewness ¶
func (o *NumberAverage) GetSkewness() float32
GetSkewness returns the Skewness field value if set, zero value otherwise.
func (*NumberAverage) GetSkewnessOk ¶
func (o *NumberAverage) GetSkewnessOk() (*float32, bool)
GetSkewnessOk returns a tuple with the Skewness field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NumberAverage) GetVariance ¶
func (o *NumberAverage) GetVariance() float32
GetVariance returns the Variance field value
func (*NumberAverage) GetVarianceOk ¶
func (o *NumberAverage) GetVarianceOk() (*float32, bool)
GetVarianceOk returns a tuple with the Variance field value and a boolean to check if the value has been set.
func (*NumberAverage) HasSkewness ¶
func (o *NumberAverage) HasSkewness() bool
HasSkewness returns a boolean if a field has been set.
func (NumberAverage) MarshalJSON ¶
func (o NumberAverage) MarshalJSON() ([]byte, error)
func (*NumberAverage) SetNumber ¶
func (o *NumberAverage) SetNumber(v float32)
SetNumber sets field value
func (*NumberAverage) SetSkewness ¶
func (o *NumberAverage) SetSkewness(v float32)
SetSkewness gets a reference to the given float32 and assigns it to the Skewness field.
func (*NumberAverage) SetVariance ¶
func (o *NumberAverage) SetVariance(v float32)
SetVariance sets field value
func (NumberAverage) ToMap ¶
func (o NumberAverage) ToMap() (map[string]interface{}, error)
type NwdafEvent ¶
type NwdafEvent struct {
String *string
}
NwdafEvent Possible values are: - SLICE_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice - NETWORK_PERFORMANCE: Indicates that the event subscribed is network performance information. - NF_LOAD: Indicates that the event subscribed is load level and status of one or several Network Functions. - SERVICE_EXPERIENCE: Indicates that the event subscribed is service experience. - UE_MOBILITY: Indicates that the event subscribed is UE mobility information. - UE_COMMUNICATION: Indicates that the event subscribed is UE communication information. - QOS_SUSTAINABILITY: Indicates that the event subscribed is QoS sustainability. - ABNORMAL_BEHAVIOUR: Indicates that the event subscribed is abnormal behaviour. - USER_DATA_CONGESTION: Indicates that the event subscribed is user data congestion information. - NSI_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice and the optionally associated Network Slice Instance - DN_PERFORMANCE: Indicates that the event subscribed is DN performance information. - DISPERSION: Indicates that the event subscribed is dispersion information. - RED_TRANS_EXP: Indicates that the event subscribed is redundant transmission experience. - WLAN_PERFORMANCE: Indicates that the event subscribed is WLAN performance. - SM_CONGESTION: Indicates the Session Management Congestion Control Experience information for specific DNN and/or S-NSSAI.
func (*NwdafEvent) MarshalJSON ¶
func (src *NwdafEvent) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NwdafEvent) UnmarshalJSON ¶
func (dst *NwdafEvent) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NwdafFailureCode ¶
type NwdafFailureCode struct {
String *string
}
NwdafFailureCode Possible values are: - UNAVAILABLE_DATA: Indicates the requested statistics information for the event is rejected since necessary data to perform the service is unavailable. - BOTH_STAT_PRED_NOT_ALLOWED: Indicates the requested analysis information for the event is rejected since the start time is in the past and the end time is in the future, which means the NF service consumer requested both statistics and prediction for the analytics. - UNSATISFIED_REQUESTED_ANALYTICS_TIME: Indicates that the requested event is rejected since the analytics information is not ready when the time indicated by the \"timeAnaNeeded\" attribute (as provided during the creation or modification of subscription) is reached. - OTHER: Indicates the requested analysis information for the event is rejected due to other reasons.
func (*NwdafFailureCode) MarshalJSON ¶
func (src *NwdafFailureCode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NwdafFailureCode) UnmarshalJSON ¶
func (dst *NwdafFailureCode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NwdafSubscription ¶
type NwdafSubscription struct {
// String providing an URI formatted according to RFC 3986.
NwdafEvtSubsServiceUri string `json:"nwdafEvtSubsServiceUri"`
NwdafEventsSubscription NnwdafEventsSubscription `json:"nwdafEventsSubscription"`
}
NwdafSubscription Individual NWDAF subscription identified by the subscription Id.
func NewNwdafSubscription ¶
func NewNwdafSubscription(nwdafEvtSubsServiceUri string, nwdafEventsSubscription NnwdafEventsSubscription) *NwdafSubscription
NewNwdafSubscription instantiates a new NwdafSubscription 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 NewNwdafSubscriptionWithDefaults ¶
func NewNwdafSubscriptionWithDefaults() *NwdafSubscription
NewNwdafSubscriptionWithDefaults instantiates a new NwdafSubscription 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 (*NwdafSubscription) GetNwdafEventsSubscription ¶
func (o *NwdafSubscription) GetNwdafEventsSubscription() NnwdafEventsSubscription
GetNwdafEventsSubscription returns the NwdafEventsSubscription field value
func (*NwdafSubscription) GetNwdafEventsSubscriptionOk ¶
func (o *NwdafSubscription) GetNwdafEventsSubscriptionOk() (*NnwdafEventsSubscription, bool)
GetNwdafEventsSubscriptionOk returns a tuple with the NwdafEventsSubscription field value and a boolean to check if the value has been set.
func (*NwdafSubscription) GetNwdafEvtSubsServiceUri ¶
func (o *NwdafSubscription) GetNwdafEvtSubsServiceUri() string
GetNwdafEvtSubsServiceUri returns the NwdafEvtSubsServiceUri field value
func (*NwdafSubscription) GetNwdafEvtSubsServiceUriOk ¶
func (o *NwdafSubscription) GetNwdafEvtSubsServiceUriOk() (*string, bool)
GetNwdafEvtSubsServiceUriOk returns a tuple with the NwdafEvtSubsServiceUri field value and a boolean to check if the value has been set.
func (NwdafSubscription) MarshalJSON ¶
func (o NwdafSubscription) MarshalJSON() ([]byte, error)
func (*NwdafSubscription) SetNwdafEventsSubscription ¶
func (o *NwdafSubscription) SetNwdafEventsSubscription(v NnwdafEventsSubscription)
SetNwdafEventsSubscription sets field value
func (*NwdafSubscription) SetNwdafEvtSubsServiceUri ¶
func (o *NwdafSubscription) SetNwdafEvtSubsServiceUri(v string)
SetNwdafEvtSubsServiceUri sets field value
func (NwdafSubscription) ToMap ¶
func (o NwdafSubscription) ToMap() (map[string]interface{}, error)
type ObservedRedundantTransExp ¶
type ObservedRedundantTransExp struct {
// Unsigned integer indicating Packet Loss Rate (see clauses 5.7.2.8 and 5.7.4 of 3GPP TS 23.501), expressed in tenth of percent.
AvgPktDropRateUl *int32 `json:"avgPktDropRateUl,omitempty"`
// string with format 'float' as defined in OpenAPI.
VarPktDropRateUl *float32 `json:"varPktDropRateUl,omitempty"`
// Unsigned integer indicating Packet Loss Rate (see clauses 5.7.2.8 and 5.7.4 of 3GPP TS 23.501), expressed in tenth of percent.
AvgPktDropRateDl *int32 `json:"avgPktDropRateDl,omitempty"`
// string with format 'float' as defined in OpenAPI.
VarPktDropRateDl *float32 `json:"varPktDropRateDl,omitempty"`
// Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds.
AvgPktDelayUl *int32 `json:"avgPktDelayUl,omitempty"`
// string with format 'float' as defined in OpenAPI.
VarPktDelayUl *float32 `json:"varPktDelayUl,omitempty"`
// Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds.
AvgPktDelayDl *int32 `json:"avgPktDelayDl,omitempty"`
// string with format 'float' as defined in OpenAPI.
VarPktDelayDl *float32 `json:"varPktDelayDl,omitempty"`
}
ObservedRedundantTransExp Represents the observed redundant transmission experience related information.
func NewObservedRedundantTransExp ¶
func NewObservedRedundantTransExp() *ObservedRedundantTransExp
NewObservedRedundantTransExp instantiates a new ObservedRedundantTransExp 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 NewObservedRedundantTransExpWithDefaults ¶
func NewObservedRedundantTransExpWithDefaults() *ObservedRedundantTransExp
NewObservedRedundantTransExpWithDefaults instantiates a new ObservedRedundantTransExp 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 (*ObservedRedundantTransExp) GetAvgPktDelayDl ¶
func (o *ObservedRedundantTransExp) GetAvgPktDelayDl() int32
GetAvgPktDelayDl returns the AvgPktDelayDl field value if set, zero value otherwise.
func (*ObservedRedundantTransExp) GetAvgPktDelayDlOk ¶
func (o *ObservedRedundantTransExp) GetAvgPktDelayDlOk() (*int32, bool)
GetAvgPktDelayDlOk returns a tuple with the AvgPktDelayDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObservedRedundantTransExp) GetAvgPktDelayUl ¶
func (o *ObservedRedundantTransExp) GetAvgPktDelayUl() int32
GetAvgPktDelayUl returns the AvgPktDelayUl field value if set, zero value otherwise.
func (*ObservedRedundantTransExp) GetAvgPktDelayUlOk ¶
func (o *ObservedRedundantTransExp) GetAvgPktDelayUlOk() (*int32, bool)
GetAvgPktDelayUlOk returns a tuple with the AvgPktDelayUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObservedRedundantTransExp) GetAvgPktDropRateDl ¶
func (o *ObservedRedundantTransExp) GetAvgPktDropRateDl() int32
GetAvgPktDropRateDl returns the AvgPktDropRateDl field value if set, zero value otherwise.
func (*ObservedRedundantTransExp) GetAvgPktDropRateDlOk ¶
func (o *ObservedRedundantTransExp) GetAvgPktDropRateDlOk() (*int32, bool)
GetAvgPktDropRateDlOk returns a tuple with the AvgPktDropRateDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObservedRedundantTransExp) GetAvgPktDropRateUl ¶
func (o *ObservedRedundantTransExp) GetAvgPktDropRateUl() int32
GetAvgPktDropRateUl returns the AvgPktDropRateUl field value if set, zero value otherwise.
func (*ObservedRedundantTransExp) GetAvgPktDropRateUlOk ¶
func (o *ObservedRedundantTransExp) GetAvgPktDropRateUlOk() (*int32, bool)
GetAvgPktDropRateUlOk returns a tuple with the AvgPktDropRateUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObservedRedundantTransExp) GetVarPktDelayDl ¶
func (o *ObservedRedundantTransExp) GetVarPktDelayDl() float32
GetVarPktDelayDl returns the VarPktDelayDl field value if set, zero value otherwise.
func (*ObservedRedundantTransExp) GetVarPktDelayDlOk ¶
func (o *ObservedRedundantTransExp) GetVarPktDelayDlOk() (*float32, bool)
GetVarPktDelayDlOk returns a tuple with the VarPktDelayDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObservedRedundantTransExp) GetVarPktDelayUl ¶
func (o *ObservedRedundantTransExp) GetVarPktDelayUl() float32
GetVarPktDelayUl returns the VarPktDelayUl field value if set, zero value otherwise.
func (*ObservedRedundantTransExp) GetVarPktDelayUlOk ¶
func (o *ObservedRedundantTransExp) GetVarPktDelayUlOk() (*float32, bool)
GetVarPktDelayUlOk returns a tuple with the VarPktDelayUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObservedRedundantTransExp) GetVarPktDropRateDl ¶
func (o *ObservedRedundantTransExp) GetVarPktDropRateDl() float32
GetVarPktDropRateDl returns the VarPktDropRateDl field value if set, zero value otherwise.
func (*ObservedRedundantTransExp) GetVarPktDropRateDlOk ¶
func (o *ObservedRedundantTransExp) GetVarPktDropRateDlOk() (*float32, bool)
GetVarPktDropRateDlOk returns a tuple with the VarPktDropRateDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObservedRedundantTransExp) GetVarPktDropRateUl ¶
func (o *ObservedRedundantTransExp) GetVarPktDropRateUl() float32
GetVarPktDropRateUl returns the VarPktDropRateUl field value if set, zero value otherwise.
func (*ObservedRedundantTransExp) GetVarPktDropRateUlOk ¶
func (o *ObservedRedundantTransExp) GetVarPktDropRateUlOk() (*float32, bool)
GetVarPktDropRateUlOk returns a tuple with the VarPktDropRateUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObservedRedundantTransExp) HasAvgPktDelayDl ¶
func (o *ObservedRedundantTransExp) HasAvgPktDelayDl() bool
HasAvgPktDelayDl returns a boolean if a field has been set.
func (*ObservedRedundantTransExp) HasAvgPktDelayUl ¶
func (o *ObservedRedundantTransExp) HasAvgPktDelayUl() bool
HasAvgPktDelayUl returns a boolean if a field has been set.
func (*ObservedRedundantTransExp) HasAvgPktDropRateDl ¶
func (o *ObservedRedundantTransExp) HasAvgPktDropRateDl() bool
HasAvgPktDropRateDl returns a boolean if a field has been set.
func (*ObservedRedundantTransExp) HasAvgPktDropRateUl ¶
func (o *ObservedRedundantTransExp) HasAvgPktDropRateUl() bool
HasAvgPktDropRateUl returns a boolean if a field has been set.
func (*ObservedRedundantTransExp) HasVarPktDelayDl ¶
func (o *ObservedRedundantTransExp) HasVarPktDelayDl() bool
HasVarPktDelayDl returns a boolean if a field has been set.
func (*ObservedRedundantTransExp) HasVarPktDelayUl ¶
func (o *ObservedRedundantTransExp) HasVarPktDelayUl() bool
HasVarPktDelayUl returns a boolean if a field has been set.
func (*ObservedRedundantTransExp) HasVarPktDropRateDl ¶
func (o *ObservedRedundantTransExp) HasVarPktDropRateDl() bool
HasVarPktDropRateDl returns a boolean if a field has been set.
func (*ObservedRedundantTransExp) HasVarPktDropRateUl ¶
func (o *ObservedRedundantTransExp) HasVarPktDropRateUl() bool
HasVarPktDropRateUl returns a boolean if a field has been set.
func (ObservedRedundantTransExp) MarshalJSON ¶
func (o ObservedRedundantTransExp) MarshalJSON() ([]byte, error)
func (*ObservedRedundantTransExp) SetAvgPktDelayDl ¶
func (o *ObservedRedundantTransExp) SetAvgPktDelayDl(v int32)
SetAvgPktDelayDl gets a reference to the given int32 and assigns it to the AvgPktDelayDl field.
func (*ObservedRedundantTransExp) SetAvgPktDelayUl ¶
func (o *ObservedRedundantTransExp) SetAvgPktDelayUl(v int32)
SetAvgPktDelayUl gets a reference to the given int32 and assigns it to the AvgPktDelayUl field.
func (*ObservedRedundantTransExp) SetAvgPktDropRateDl ¶
func (o *ObservedRedundantTransExp) SetAvgPktDropRateDl(v int32)
SetAvgPktDropRateDl gets a reference to the given int32 and assigns it to the AvgPktDropRateDl field.
func (*ObservedRedundantTransExp) SetAvgPktDropRateUl ¶
func (o *ObservedRedundantTransExp) SetAvgPktDropRateUl(v int32)
SetAvgPktDropRateUl gets a reference to the given int32 and assigns it to the AvgPktDropRateUl field.
func (*ObservedRedundantTransExp) SetVarPktDelayDl ¶
func (o *ObservedRedundantTransExp) SetVarPktDelayDl(v float32)
SetVarPktDelayDl gets a reference to the given float32 and assigns it to the VarPktDelayDl field.
func (*ObservedRedundantTransExp) SetVarPktDelayUl ¶
func (o *ObservedRedundantTransExp) SetVarPktDelayUl(v float32)
SetVarPktDelayUl gets a reference to the given float32 and assigns it to the VarPktDelayUl field.
func (*ObservedRedundantTransExp) SetVarPktDropRateDl ¶
func (o *ObservedRedundantTransExp) SetVarPktDropRateDl(v float32)
SetVarPktDropRateDl gets a reference to the given float32 and assigns it to the VarPktDropRateDl field.
func (*ObservedRedundantTransExp) SetVarPktDropRateUl ¶
func (o *ObservedRedundantTransExp) SetVarPktDropRateUl(v float32)
SetVarPktDropRateUl gets a reference to the given float32 and assigns it to the VarPktDropRateUl field.
func (ObservedRedundantTransExp) ToMap ¶
func (o ObservedRedundantTransExp) ToMap() (map[string]interface{}, error)
type OutputStrategy ¶
type OutputStrategy struct {
String *string
}
OutputStrategy Possible values are: - BINARY: Indicates that the analytics shall only be reported when the requested level of accuracy is reached within a cycle of periodic notification. - GRADIENT: Indicates that the analytics shall be reported according with the periodicity irrespective of whether the requested level of accuracy has been reached or not.
func (*OutputStrategy) MarshalJSON ¶
func (src *OutputStrategy) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*OutputStrategy) UnmarshalJSON ¶
func (dst *OutputStrategy) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PWSErrorData ¶
type PWSErrorData struct {
NamfCause int32 `json:"namfCause"`
}
PWSErrorData Data related to PWS error included in a N2 Information Transfer failure response
func NewPWSErrorData ¶
func NewPWSErrorData(namfCause int32) *PWSErrorData
NewPWSErrorData instantiates a new PWSErrorData 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 NewPWSErrorDataWithDefaults ¶
func NewPWSErrorDataWithDefaults() *PWSErrorData
NewPWSErrorDataWithDefaults instantiates a new PWSErrorData 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 (*PWSErrorData) GetNamfCause ¶
func (o *PWSErrorData) GetNamfCause() int32
GetNamfCause returns the NamfCause field value
func (*PWSErrorData) GetNamfCauseOk ¶
func (o *PWSErrorData) GetNamfCauseOk() (*int32, bool)
GetNamfCauseOk returns a tuple with the NamfCause field value and a boolean to check if the value has been set.
func (PWSErrorData) MarshalJSON ¶
func (o PWSErrorData) MarshalJSON() ([]byte, error)
func (*PWSErrorData) SetNamfCause ¶
func (o *PWSErrorData) SetNamfCause(v int32)
SetNamfCause sets field value
func (PWSErrorData) ToMap ¶
func (o PWSErrorData) ToMap() (map[string]interface{}, error)
type PWSResponseData ¶
type PWSResponseData struct {
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
NgapMessageType int32 `json:"ngapMessageType"`
// Integer where the allowed values correspond to the value range of an unsigned 16-bit integer.
SerialNumber int32 `json:"serialNumber"`
MessageIdentifier int32 `json:"messageIdentifier"`
UnknownTaiList []Tai `json:"unknownTaiList,omitempty"`
}
PWSResponseData Data related PWS included in a N2 Information Transfer response
func NewPWSResponseData ¶
func NewPWSResponseData(ngapMessageType int32, serialNumber int32, messageIdentifier int32) *PWSResponseData
NewPWSResponseData instantiates a new PWSResponseData 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 NewPWSResponseDataWithDefaults ¶
func NewPWSResponseDataWithDefaults() *PWSResponseData
NewPWSResponseDataWithDefaults instantiates a new PWSResponseData 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 (*PWSResponseData) GetMessageIdentifier ¶
func (o *PWSResponseData) GetMessageIdentifier() int32
GetMessageIdentifier returns the MessageIdentifier field value
func (*PWSResponseData) GetMessageIdentifierOk ¶
func (o *PWSResponseData) GetMessageIdentifierOk() (*int32, bool)
GetMessageIdentifierOk returns a tuple with the MessageIdentifier field value and a boolean to check if the value has been set.
func (*PWSResponseData) GetNgapMessageType ¶
func (o *PWSResponseData) GetNgapMessageType() int32
GetNgapMessageType returns the NgapMessageType field value
func (*PWSResponseData) GetNgapMessageTypeOk ¶
func (o *PWSResponseData) GetNgapMessageTypeOk() (*int32, bool)
GetNgapMessageTypeOk returns a tuple with the NgapMessageType field value and a boolean to check if the value has been set.
func (*PWSResponseData) GetSerialNumber ¶
func (o *PWSResponseData) GetSerialNumber() int32
GetSerialNumber returns the SerialNumber field value
func (*PWSResponseData) GetSerialNumberOk ¶
func (o *PWSResponseData) GetSerialNumberOk() (*int32, bool)
GetSerialNumberOk returns a tuple with the SerialNumber field value and a boolean to check if the value has been set.
func (*PWSResponseData) GetUnknownTaiList ¶
func (o *PWSResponseData) GetUnknownTaiList() []Tai
GetUnknownTaiList returns the UnknownTaiList field value if set, zero value otherwise.
func (*PWSResponseData) GetUnknownTaiListOk ¶
func (o *PWSResponseData) GetUnknownTaiListOk() ([]Tai, bool)
GetUnknownTaiListOk returns a tuple with the UnknownTaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PWSResponseData) HasUnknownTaiList ¶
func (o *PWSResponseData) HasUnknownTaiList() bool
HasUnknownTaiList returns a boolean if a field has been set.
func (PWSResponseData) MarshalJSON ¶
func (o PWSResponseData) MarshalJSON() ([]byte, error)
func (*PWSResponseData) SetMessageIdentifier ¶
func (o *PWSResponseData) SetMessageIdentifier(v int32)
SetMessageIdentifier sets field value
func (*PWSResponseData) SetNgapMessageType ¶
func (o *PWSResponseData) SetNgapMessageType(v int32)
SetNgapMessageType sets field value
func (*PWSResponseData) SetSerialNumber ¶
func (o *PWSResponseData) SetSerialNumber(v int32)
SetSerialNumber sets field value
func (*PWSResponseData) SetUnknownTaiList ¶
func (o *PWSResponseData) SetUnknownTaiList(v []Tai)
SetUnknownTaiList gets a reference to the given []Tai and assigns it to the UnknownTaiList field.
func (PWSResponseData) ToMap ¶
func (o PWSResponseData) ToMap() (map[string]interface{}, error)
type PartitioningCriteria ¶
type PartitioningCriteria struct {
String *string
}
PartitioningCriteria Possible values are: - \"TAC\": Type Allocation Code - \"SUBPLMN\": Subscriber PLMN ID - \"GEOAREA\": Geographical area, i.e. list(s) of TAI(s) - \"SNSSAI\": S-NSSAI - \"DNN\": DNN
func (*PartitioningCriteria) MarshalJSON ¶
func (src *PartitioningCriteria) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PartitioningCriteria) UnmarshalJSON ¶
func (dst *PartitioningCriteria) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Pc5FlowBitRates ¶
type Pc5FlowBitRates 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\".
GuaFbr *string `json:"guaFbr,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\".
MaxFbr *string `json:"maxFbr,omitempty"`
}
Pc5FlowBitRates it shall represent the PC5 Flow Bit Rates
func NewPc5FlowBitRates ¶
func NewPc5FlowBitRates() *Pc5FlowBitRates
NewPc5FlowBitRates instantiates a new Pc5FlowBitRates 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 NewPc5FlowBitRatesWithDefaults ¶
func NewPc5FlowBitRatesWithDefaults() *Pc5FlowBitRates
NewPc5FlowBitRatesWithDefaults instantiates a new Pc5FlowBitRates 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 (*Pc5FlowBitRates) GetGuaFbr ¶
func (o *Pc5FlowBitRates) GetGuaFbr() string
GetGuaFbr returns the GuaFbr field value if set, zero value otherwise.
func (*Pc5FlowBitRates) GetGuaFbrOk ¶
func (o *Pc5FlowBitRates) GetGuaFbrOk() (*string, bool)
GetGuaFbrOk returns a tuple with the GuaFbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pc5FlowBitRates) GetMaxFbr ¶
func (o *Pc5FlowBitRates) GetMaxFbr() string
GetMaxFbr returns the MaxFbr field value if set, zero value otherwise.
func (*Pc5FlowBitRates) GetMaxFbrOk ¶
func (o *Pc5FlowBitRates) GetMaxFbrOk() (*string, bool)
GetMaxFbrOk returns a tuple with the MaxFbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pc5FlowBitRates) HasGuaFbr ¶
func (o *Pc5FlowBitRates) HasGuaFbr() bool
HasGuaFbr returns a boolean if a field has been set.
func (*Pc5FlowBitRates) HasMaxFbr ¶
func (o *Pc5FlowBitRates) HasMaxFbr() bool
HasMaxFbr returns a boolean if a field has been set.
func (Pc5FlowBitRates) MarshalJSON ¶
func (o Pc5FlowBitRates) MarshalJSON() ([]byte, error)
func (*Pc5FlowBitRates) SetGuaFbr ¶
func (o *Pc5FlowBitRates) SetGuaFbr(v string)
SetGuaFbr gets a reference to the given string and assigns it to the GuaFbr field.
func (*Pc5FlowBitRates) SetMaxFbr ¶
func (o *Pc5FlowBitRates) SetMaxFbr(v string)
SetMaxFbr gets a reference to the given string and assigns it to the MaxFbr field.
func (Pc5FlowBitRates) ToMap ¶
func (o Pc5FlowBitRates) ToMap() (map[string]interface{}, error)
type Pc5QoSPara ¶
type Pc5QoSPara struct {
Pc5QosFlowList []Pc5QosFlowItem `json:"pc5QosFlowList"`
// 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\".
Pc5LinkAmbr *string `json:"pc5LinkAmbr,omitempty"`
}
Pc5QoSPara Contains policy data on the PC5 QoS parameters.
func NewPc5QoSPara ¶
func NewPc5QoSPara(pc5QosFlowList []Pc5QosFlowItem) *Pc5QoSPara
NewPc5QoSPara instantiates a new Pc5QoSPara 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 NewPc5QoSParaWithDefaults ¶
func NewPc5QoSParaWithDefaults() *Pc5QoSPara
NewPc5QoSParaWithDefaults instantiates a new Pc5QoSPara 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 (*Pc5QoSPara) GetPc5LinkAmbr ¶
func (o *Pc5QoSPara) GetPc5LinkAmbr() string
GetPc5LinkAmbr returns the Pc5LinkAmbr field value if set, zero value otherwise.
func (*Pc5QoSPara) GetPc5LinkAmbrOk ¶
func (o *Pc5QoSPara) GetPc5LinkAmbrOk() (*string, bool)
GetPc5LinkAmbrOk returns a tuple with the Pc5LinkAmbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pc5QoSPara) GetPc5QosFlowList ¶
func (o *Pc5QoSPara) GetPc5QosFlowList() []Pc5QosFlowItem
GetPc5QosFlowList returns the Pc5QosFlowList field value
func (*Pc5QoSPara) GetPc5QosFlowListOk ¶
func (o *Pc5QoSPara) GetPc5QosFlowListOk() ([]Pc5QosFlowItem, bool)
GetPc5QosFlowListOk returns a tuple with the Pc5QosFlowList field value and a boolean to check if the value has been set.
func (*Pc5QoSPara) HasPc5LinkAmbr ¶
func (o *Pc5QoSPara) HasPc5LinkAmbr() bool
HasPc5LinkAmbr returns a boolean if a field has been set.
func (Pc5QoSPara) MarshalJSON ¶
func (o Pc5QoSPara) MarshalJSON() ([]byte, error)
func (*Pc5QoSPara) SetPc5LinkAmbr ¶
func (o *Pc5QoSPara) SetPc5LinkAmbr(v string)
SetPc5LinkAmbr gets a reference to the given string and assigns it to the Pc5LinkAmbr field.
func (*Pc5QoSPara) SetPc5QosFlowList ¶
func (o *Pc5QoSPara) SetPc5QosFlowList(v []Pc5QosFlowItem)
SetPc5QosFlowList sets field value
func (Pc5QoSPara) ToMap ¶
func (o Pc5QoSPara) ToMap() (map[string]interface{}, error)
type Pc5QosFlowItem ¶
type Pc5QosFlowItem struct {
// Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255.
Pqi int32 `json:"pqi"`
Pc5FlowBitRates *Pc5FlowBitRates `json:"pc5FlowBitRates,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Range *int32 `json:"range,omitempty"`
}
Pc5QosFlowItem Contains a PC5 QOS flow.
func NewPc5QosFlowItem ¶
func NewPc5QosFlowItem(pqi int32) *Pc5QosFlowItem
NewPc5QosFlowItem instantiates a new Pc5QosFlowItem 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 NewPc5QosFlowItemWithDefaults ¶
func NewPc5QosFlowItemWithDefaults() *Pc5QosFlowItem
NewPc5QosFlowItemWithDefaults instantiates a new Pc5QosFlowItem 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 (*Pc5QosFlowItem) GetPc5FlowBitRates ¶
func (o *Pc5QosFlowItem) GetPc5FlowBitRates() Pc5FlowBitRates
GetPc5FlowBitRates returns the Pc5FlowBitRates field value if set, zero value otherwise.
func (*Pc5QosFlowItem) GetPc5FlowBitRatesOk ¶
func (o *Pc5QosFlowItem) GetPc5FlowBitRatesOk() (*Pc5FlowBitRates, bool)
GetPc5FlowBitRatesOk returns a tuple with the Pc5FlowBitRates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pc5QosFlowItem) GetPqi ¶
func (o *Pc5QosFlowItem) GetPqi() int32
GetPqi returns the Pqi field value
func (*Pc5QosFlowItem) GetPqiOk ¶
func (o *Pc5QosFlowItem) GetPqiOk() (*int32, bool)
GetPqiOk returns a tuple with the Pqi field value and a boolean to check if the value has been set.
func (*Pc5QosFlowItem) GetRange ¶
func (o *Pc5QosFlowItem) GetRange() int32
GetRange returns the Range field value if set, zero value otherwise.
func (*Pc5QosFlowItem) GetRangeOk ¶
func (o *Pc5QosFlowItem) GetRangeOk() (*int32, bool)
GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pc5QosFlowItem) HasPc5FlowBitRates ¶
func (o *Pc5QosFlowItem) HasPc5FlowBitRates() bool
HasPc5FlowBitRates returns a boolean if a field has been set.
func (*Pc5QosFlowItem) HasRange ¶
func (o *Pc5QosFlowItem) HasRange() bool
HasRange returns a boolean if a field has been set.
func (Pc5QosFlowItem) MarshalJSON ¶
func (o Pc5QosFlowItem) MarshalJSON() ([]byte, error)
func (*Pc5QosFlowItem) SetPc5FlowBitRates ¶
func (o *Pc5QosFlowItem) SetPc5FlowBitRates(v Pc5FlowBitRates)
SetPc5FlowBitRates gets a reference to the given Pc5FlowBitRates and assigns it to the Pc5FlowBitRates field.
func (*Pc5QosFlowItem) SetRange ¶
func (o *Pc5QosFlowItem) SetRange(v int32)
SetRange gets a reference to the given int32 and assigns it to the Range field.
func (Pc5QosFlowItem) ToMap ¶
func (o Pc5QosFlowItem) ToMap() (map[string]interface{}, error)
type PcfUeCallbackInfo ¶
type PcfUeCallbackInfo struct {
// String providing an URI formatted according to RFC 3986.
CallbackUri string `json:"callbackUri"`
BindingInfo *string `json:"bindingInfo,omitempty"`
}
PcfUeCallbackInfo Contains the PCF for the UE information necessary for the PCF for the PDU session to send SM Policy Association Establishment and Termination events.
func NewPcfUeCallbackInfo ¶
func NewPcfUeCallbackInfo(callbackUri string) *PcfUeCallbackInfo
NewPcfUeCallbackInfo instantiates a new PcfUeCallbackInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPcfUeCallbackInfoWithDefaults ¶
func NewPcfUeCallbackInfoWithDefaults() *PcfUeCallbackInfo
NewPcfUeCallbackInfoWithDefaults instantiates a new PcfUeCallbackInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PcfUeCallbackInfo) GetBindingInfo ¶
func (o *PcfUeCallbackInfo) GetBindingInfo() string
GetBindingInfo returns the BindingInfo field value if set, zero value otherwise.
func (*PcfUeCallbackInfo) GetBindingInfoOk ¶
func (o *PcfUeCallbackInfo) GetBindingInfoOk() (*string, bool)
GetBindingInfoOk returns a tuple with the BindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfUeCallbackInfo) GetCallbackUri ¶
func (o *PcfUeCallbackInfo) GetCallbackUri() string
GetCallbackUri returns the CallbackUri field value
func (*PcfUeCallbackInfo) GetCallbackUriOk ¶
func (o *PcfUeCallbackInfo) GetCallbackUriOk() (*string, bool)
GetCallbackUriOk returns a tuple with the CallbackUri field value and a boolean to check if the value has been set.
func (*PcfUeCallbackInfo) HasBindingInfo ¶
func (o *PcfUeCallbackInfo) HasBindingInfo() bool
HasBindingInfo returns a boolean if a field has been set.
func (PcfUeCallbackInfo) MarshalJSON ¶
func (o PcfUeCallbackInfo) MarshalJSON() ([]byte, error)
func (*PcfUeCallbackInfo) SetBindingInfo ¶
func (o *PcfUeCallbackInfo) SetBindingInfo(v string)
SetBindingInfo gets a reference to the given string and assigns it to the BindingInfo field.
func (*PcfUeCallbackInfo) SetCallbackUri ¶
func (o *PcfUeCallbackInfo) SetCallbackUri(v string)
SetCallbackUri sets field value
func (PcfUeCallbackInfo) ToMap ¶
func (o PcfUeCallbackInfo) ToMap() (map[string]interface{}, error)
type PduSessionContext ¶
type PduSessionContext struct {
// Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network.
PduSessionId int32 `json:"pduSessionId"`
// String providing an URI formatted according to RFC 3986.
SmContextRef string `json:"smContextRef"`
SNssai Snssai `json:"sNssai"`
// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\").
Dnn string `json:"dnn"`
// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\").
SelectedDnn *string `json:"selectedDnn,omitempty"`
AccessType AccessType `json:"accessType"`
AdditionalAccessType *AccessType `json:"additionalAccessType,omitempty"`
AllocatedEbiList []EbiArpMapping `json:"allocatedEbiList,omitempty"`
// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
HsmfId *string `json:"hsmfId,omitempty"`
// 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.
HsmfSetId *string `json:"hsmfSetId,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.
HsmfServiceSetId *string `json:"hsmfServiceSetId,omitempty"`
SmfBinding *SbiBindingLevel `json:"smfBinding,omitempty"`
// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
VsmfId *string `json:"vsmfId,omitempty"`
// 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.
VsmfSetId *string `json:"vsmfSetId,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.
VsmfServiceSetId *string `json:"vsmfServiceSetId,omitempty"`
VsmfBinding *SbiBindingLevel `json:"vsmfBinding,omitempty"`
// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
IsmfId *string `json:"ismfId,omitempty"`
// 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.
IsmfSetId *string `json:"ismfSetId,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.
IsmfServiceSetId *string `json:"ismfServiceSetId,omitempty"`
IsmfBinding *SbiBindingLevel `json:"ismfBinding,omitempty"`
// Contains the Identifier of the selected Network Slice instance
NsInstance *string `json:"nsInstance,omitempty"`
SmfServiceInstanceId *string `json:"smfServiceInstanceId,omitempty"`
MaPduSession *bool `json:"maPduSession,omitempty"`
CnAssistedRanPara *CnAssistedRanPara `json:"cnAssistedRanPara,omitempty"`
// String providing an URI formatted according to RFC 3986.
NrfManagementUri *string `json:"nrfManagementUri,omitempty"`
// String providing an URI formatted according to RFC 3986.
NrfDiscoveryUri *string `json:"nrfDiscoveryUri,omitempty"`
// String providing an URI formatted according to RFC 3986.
NrfAccessTokenUri *string `json:"nrfAccessTokenUri,omitempty"`
SmfBindingInfo *string `json:"smfBindingInfo,omitempty"`
VsmfBindingInfo *string `json:"vsmfBindingInfo,omitempty"`
IsmfBindingInfo *string `json:"ismfBindingInfo,omitempty"`
AdditionalSnssai *Snssai `json:"additionalSnssai,omitempty"`
// String providing an URI formatted according to RFC 3986.
InterPlmnApiRoot *string `json:"interPlmnApiRoot,omitempty"`
// Fully Qualified Domain Name
PgwFqdn *string `json:"pgwFqdn,omitempty"`
PgwIpAddr *IpAddress `json:"pgwIpAddr,omitempty"`
PlmnId *PlmnId `json:"plmnId,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
AnchorSmfSupportedFeatures *string `json:"anchorSmfSupportedFeatures,omitempty"`
AnchorSmfOauth2Required *bool `json:"anchorSmfOauth2Required,omitempty"`
}
PduSessionContext Represents a PDU Session Context in UE Context
func NewPduSessionContext ¶
func NewPduSessionContext(pduSessionId int32, smContextRef string, sNssai Snssai, dnn string, accessType AccessType) *PduSessionContext
NewPduSessionContext instantiates a new PduSessionContext 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 NewPduSessionContextWithDefaults ¶
func NewPduSessionContextWithDefaults() *PduSessionContext
NewPduSessionContextWithDefaults instantiates a new PduSessionContext 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 (*PduSessionContext) GetAccessType ¶
func (o *PduSessionContext) GetAccessType() AccessType
GetAccessType returns the AccessType field value
func (*PduSessionContext) GetAccessTypeOk ¶
func (o *PduSessionContext) GetAccessTypeOk() (*AccessType, bool)
GetAccessTypeOk returns a tuple with the AccessType field value and a boolean to check if the value has been set.
func (*PduSessionContext) GetAdditionalAccessType ¶
func (o *PduSessionContext) GetAdditionalAccessType() AccessType
GetAdditionalAccessType returns the AdditionalAccessType field value if set, zero value otherwise.
func (*PduSessionContext) GetAdditionalAccessTypeOk ¶
func (o *PduSessionContext) GetAdditionalAccessTypeOk() (*AccessType, bool)
GetAdditionalAccessTypeOk returns a tuple with the AdditionalAccessType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetAdditionalSnssai ¶
func (o *PduSessionContext) GetAdditionalSnssai() Snssai
GetAdditionalSnssai returns the AdditionalSnssai field value if set, zero value otherwise.
func (*PduSessionContext) GetAdditionalSnssaiOk ¶
func (o *PduSessionContext) GetAdditionalSnssaiOk() (*Snssai, bool)
GetAdditionalSnssaiOk returns a tuple with the AdditionalSnssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetAllocatedEbiList ¶
func (o *PduSessionContext) GetAllocatedEbiList() []EbiArpMapping
GetAllocatedEbiList returns the AllocatedEbiList field value if set, zero value otherwise.
func (*PduSessionContext) GetAllocatedEbiListOk ¶
func (o *PduSessionContext) GetAllocatedEbiListOk() ([]EbiArpMapping, bool)
GetAllocatedEbiListOk returns a tuple with the AllocatedEbiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetAnchorSmfOauth2Required ¶
func (o *PduSessionContext) GetAnchorSmfOauth2Required() bool
GetAnchorSmfOauth2Required returns the AnchorSmfOauth2Required field value if set, zero value otherwise.
func (*PduSessionContext) GetAnchorSmfOauth2RequiredOk ¶
func (o *PduSessionContext) GetAnchorSmfOauth2RequiredOk() (*bool, bool)
GetAnchorSmfOauth2RequiredOk returns a tuple with the AnchorSmfOauth2Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetAnchorSmfSupportedFeatures ¶
func (o *PduSessionContext) GetAnchorSmfSupportedFeatures() string
GetAnchorSmfSupportedFeatures returns the AnchorSmfSupportedFeatures field value if set, zero value otherwise.
func (*PduSessionContext) GetAnchorSmfSupportedFeaturesOk ¶
func (o *PduSessionContext) GetAnchorSmfSupportedFeaturesOk() (*string, bool)
GetAnchorSmfSupportedFeaturesOk returns a tuple with the AnchorSmfSupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetCnAssistedRanPara ¶
func (o *PduSessionContext) GetCnAssistedRanPara() CnAssistedRanPara
GetCnAssistedRanPara returns the CnAssistedRanPara field value if set, zero value otherwise.
func (*PduSessionContext) GetCnAssistedRanParaOk ¶
func (o *PduSessionContext) GetCnAssistedRanParaOk() (*CnAssistedRanPara, bool)
GetCnAssistedRanParaOk returns a tuple with the CnAssistedRanPara field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetDnn ¶
func (o *PduSessionContext) GetDnn() string
GetDnn returns the Dnn field value
func (*PduSessionContext) GetDnnOk ¶
func (o *PduSessionContext) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*PduSessionContext) GetHsmfId ¶
func (o *PduSessionContext) GetHsmfId() string
GetHsmfId returns the HsmfId field value if set, zero value otherwise.
func (*PduSessionContext) GetHsmfIdOk ¶
func (o *PduSessionContext) GetHsmfIdOk() (*string, bool)
GetHsmfIdOk returns a tuple with the HsmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetHsmfServiceSetId ¶
func (o *PduSessionContext) GetHsmfServiceSetId() string
GetHsmfServiceSetId returns the HsmfServiceSetId field value if set, zero value otherwise.
func (*PduSessionContext) GetHsmfServiceSetIdOk ¶
func (o *PduSessionContext) GetHsmfServiceSetIdOk() (*string, bool)
GetHsmfServiceSetIdOk returns a tuple with the HsmfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetHsmfSetId ¶
func (o *PduSessionContext) GetHsmfSetId() string
GetHsmfSetId returns the HsmfSetId field value if set, zero value otherwise.
func (*PduSessionContext) GetHsmfSetIdOk ¶
func (o *PduSessionContext) GetHsmfSetIdOk() (*string, bool)
GetHsmfSetIdOk returns a tuple with the HsmfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetInterPlmnApiRoot ¶
func (o *PduSessionContext) GetInterPlmnApiRoot() string
GetInterPlmnApiRoot returns the InterPlmnApiRoot field value if set, zero value otherwise.
func (*PduSessionContext) GetInterPlmnApiRootOk ¶
func (o *PduSessionContext) GetInterPlmnApiRootOk() (*string, bool)
GetInterPlmnApiRootOk returns a tuple with the InterPlmnApiRoot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetIsmfBinding ¶
func (o *PduSessionContext) GetIsmfBinding() SbiBindingLevel
GetIsmfBinding returns the IsmfBinding field value if set, zero value otherwise.
func (*PduSessionContext) GetIsmfBindingInfo ¶
func (o *PduSessionContext) GetIsmfBindingInfo() string
GetIsmfBindingInfo returns the IsmfBindingInfo field value if set, zero value otherwise.
func (*PduSessionContext) GetIsmfBindingInfoOk ¶
func (o *PduSessionContext) GetIsmfBindingInfoOk() (*string, bool)
GetIsmfBindingInfoOk returns a tuple with the IsmfBindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetIsmfBindingOk ¶
func (o *PduSessionContext) GetIsmfBindingOk() (*SbiBindingLevel, bool)
GetIsmfBindingOk returns a tuple with the IsmfBinding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetIsmfId ¶
func (o *PduSessionContext) GetIsmfId() string
GetIsmfId returns the IsmfId field value if set, zero value otherwise.
func (*PduSessionContext) GetIsmfIdOk ¶
func (o *PduSessionContext) GetIsmfIdOk() (*string, bool)
GetIsmfIdOk returns a tuple with the IsmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetIsmfServiceSetId ¶
func (o *PduSessionContext) GetIsmfServiceSetId() string
GetIsmfServiceSetId returns the IsmfServiceSetId field value if set, zero value otherwise.
func (*PduSessionContext) GetIsmfServiceSetIdOk ¶
func (o *PduSessionContext) GetIsmfServiceSetIdOk() (*string, bool)
GetIsmfServiceSetIdOk returns a tuple with the IsmfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetIsmfSetId ¶
func (o *PduSessionContext) GetIsmfSetId() string
GetIsmfSetId returns the IsmfSetId field value if set, zero value otherwise.
func (*PduSessionContext) GetIsmfSetIdOk ¶
func (o *PduSessionContext) GetIsmfSetIdOk() (*string, bool)
GetIsmfSetIdOk returns a tuple with the IsmfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetMaPduSession ¶
func (o *PduSessionContext) GetMaPduSession() bool
GetMaPduSession returns the MaPduSession field value if set, zero value otherwise.
func (*PduSessionContext) GetMaPduSessionOk ¶
func (o *PduSessionContext) GetMaPduSessionOk() (*bool, bool)
GetMaPduSessionOk returns a tuple with the MaPduSession field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetNrfAccessTokenUri ¶
func (o *PduSessionContext) GetNrfAccessTokenUri() string
GetNrfAccessTokenUri returns the NrfAccessTokenUri field value if set, zero value otherwise.
func (*PduSessionContext) GetNrfAccessTokenUriOk ¶
func (o *PduSessionContext) GetNrfAccessTokenUriOk() (*string, bool)
GetNrfAccessTokenUriOk returns a tuple with the NrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetNrfDiscoveryUri ¶
func (o *PduSessionContext) GetNrfDiscoveryUri() string
GetNrfDiscoveryUri returns the NrfDiscoveryUri field value if set, zero value otherwise.
func (*PduSessionContext) GetNrfDiscoveryUriOk ¶
func (o *PduSessionContext) GetNrfDiscoveryUriOk() (*string, bool)
GetNrfDiscoveryUriOk returns a tuple with the NrfDiscoveryUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetNrfManagementUri ¶
func (o *PduSessionContext) GetNrfManagementUri() string
GetNrfManagementUri returns the NrfManagementUri field value if set, zero value otherwise.
func (*PduSessionContext) GetNrfManagementUriOk ¶
func (o *PduSessionContext) GetNrfManagementUriOk() (*string, bool)
GetNrfManagementUriOk returns a tuple with the NrfManagementUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetNsInstance ¶
func (o *PduSessionContext) GetNsInstance() string
GetNsInstance returns the NsInstance field value if set, zero value otherwise.
func (*PduSessionContext) GetNsInstanceOk ¶
func (o *PduSessionContext) GetNsInstanceOk() (*string, bool)
GetNsInstanceOk returns a tuple with the NsInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetPduSessionId ¶
func (o *PduSessionContext) GetPduSessionId() int32
GetPduSessionId returns the PduSessionId field value
func (*PduSessionContext) GetPduSessionIdOk ¶
func (o *PduSessionContext) GetPduSessionIdOk() (*int32, bool)
GetPduSessionIdOk returns a tuple with the PduSessionId field value and a boolean to check if the value has been set.
func (*PduSessionContext) GetPgwFqdn ¶
func (o *PduSessionContext) GetPgwFqdn() string
GetPgwFqdn returns the PgwFqdn field value if set, zero value otherwise.
func (*PduSessionContext) GetPgwFqdnOk ¶
func (o *PduSessionContext) GetPgwFqdnOk() (*string, bool)
GetPgwFqdnOk returns a tuple with the PgwFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetPgwIpAddr ¶
func (o *PduSessionContext) GetPgwIpAddr() IpAddress
GetPgwIpAddr returns the PgwIpAddr field value if set, zero value otherwise.
func (*PduSessionContext) GetPgwIpAddrOk ¶
func (o *PduSessionContext) GetPgwIpAddrOk() (*IpAddress, bool)
GetPgwIpAddrOk returns a tuple with the PgwIpAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetPlmnId ¶
func (o *PduSessionContext) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*PduSessionContext) GetPlmnIdOk ¶
func (o *PduSessionContext) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetSNssai ¶
func (o *PduSessionContext) GetSNssai() Snssai
GetSNssai returns the SNssai field value
func (*PduSessionContext) GetSNssaiOk ¶
func (o *PduSessionContext) GetSNssaiOk() (*Snssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.
func (*PduSessionContext) GetSelectedDnn ¶
func (o *PduSessionContext) GetSelectedDnn() string
GetSelectedDnn returns the SelectedDnn field value if set, zero value otherwise.
func (*PduSessionContext) GetSelectedDnnOk ¶
func (o *PduSessionContext) GetSelectedDnnOk() (*string, bool)
GetSelectedDnnOk returns a tuple with the SelectedDnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetSmContextRef ¶
func (o *PduSessionContext) GetSmContextRef() string
GetSmContextRef returns the SmContextRef field value
func (*PduSessionContext) GetSmContextRefOk ¶
func (o *PduSessionContext) GetSmContextRefOk() (*string, bool)
GetSmContextRefOk returns a tuple with the SmContextRef field value and a boolean to check if the value has been set.
func (*PduSessionContext) GetSmfBinding ¶
func (o *PduSessionContext) GetSmfBinding() SbiBindingLevel
GetSmfBinding returns the SmfBinding field value if set, zero value otherwise.
func (*PduSessionContext) GetSmfBindingInfo ¶
func (o *PduSessionContext) GetSmfBindingInfo() string
GetSmfBindingInfo returns the SmfBindingInfo field value if set, zero value otherwise.
func (*PduSessionContext) GetSmfBindingInfoOk ¶
func (o *PduSessionContext) GetSmfBindingInfoOk() (*string, bool)
GetSmfBindingInfoOk returns a tuple with the SmfBindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetSmfBindingOk ¶
func (o *PduSessionContext) GetSmfBindingOk() (*SbiBindingLevel, bool)
GetSmfBindingOk returns a tuple with the SmfBinding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetSmfServiceInstanceId ¶
func (o *PduSessionContext) GetSmfServiceInstanceId() string
GetSmfServiceInstanceId returns the SmfServiceInstanceId field value if set, zero value otherwise.
func (*PduSessionContext) GetSmfServiceInstanceIdOk ¶
func (o *PduSessionContext) GetSmfServiceInstanceIdOk() (*string, bool)
GetSmfServiceInstanceIdOk returns a tuple with the SmfServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetVsmfBinding ¶
func (o *PduSessionContext) GetVsmfBinding() SbiBindingLevel
GetVsmfBinding returns the VsmfBinding field value if set, zero value otherwise.
func (*PduSessionContext) GetVsmfBindingInfo ¶
func (o *PduSessionContext) GetVsmfBindingInfo() string
GetVsmfBindingInfo returns the VsmfBindingInfo field value if set, zero value otherwise.
func (*PduSessionContext) GetVsmfBindingInfoOk ¶
func (o *PduSessionContext) GetVsmfBindingInfoOk() (*string, bool)
GetVsmfBindingInfoOk returns a tuple with the VsmfBindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetVsmfBindingOk ¶
func (o *PduSessionContext) GetVsmfBindingOk() (*SbiBindingLevel, bool)
GetVsmfBindingOk returns a tuple with the VsmfBinding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetVsmfId ¶
func (o *PduSessionContext) GetVsmfId() string
GetVsmfId returns the VsmfId field value if set, zero value otherwise.
func (*PduSessionContext) GetVsmfIdOk ¶
func (o *PduSessionContext) GetVsmfIdOk() (*string, bool)
GetVsmfIdOk returns a tuple with the VsmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetVsmfServiceSetId ¶
func (o *PduSessionContext) GetVsmfServiceSetId() string
GetVsmfServiceSetId returns the VsmfServiceSetId field value if set, zero value otherwise.
func (*PduSessionContext) GetVsmfServiceSetIdOk ¶
func (o *PduSessionContext) GetVsmfServiceSetIdOk() (*string, bool)
GetVsmfServiceSetIdOk returns a tuple with the VsmfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) GetVsmfSetId ¶
func (o *PduSessionContext) GetVsmfSetId() string
GetVsmfSetId returns the VsmfSetId field value if set, zero value otherwise.
func (*PduSessionContext) GetVsmfSetIdOk ¶
func (o *PduSessionContext) GetVsmfSetIdOk() (*string, bool)
GetVsmfSetIdOk returns a tuple with the VsmfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PduSessionContext) HasAdditionalAccessType ¶
func (o *PduSessionContext) HasAdditionalAccessType() bool
HasAdditionalAccessType returns a boolean if a field has been set.
func (*PduSessionContext) HasAdditionalSnssai ¶
func (o *PduSessionContext) HasAdditionalSnssai() bool
HasAdditionalSnssai returns a boolean if a field has been set.
func (*PduSessionContext) HasAllocatedEbiList ¶
func (o *PduSessionContext) HasAllocatedEbiList() bool
HasAllocatedEbiList returns a boolean if a field has been set.
func (*PduSessionContext) HasAnchorSmfOauth2Required ¶
func (o *PduSessionContext) HasAnchorSmfOauth2Required() bool
HasAnchorSmfOauth2Required returns a boolean if a field has been set.
func (*PduSessionContext) HasAnchorSmfSupportedFeatures ¶
func (o *PduSessionContext) HasAnchorSmfSupportedFeatures() bool
HasAnchorSmfSupportedFeatures returns a boolean if a field has been set.
func (*PduSessionContext) HasCnAssistedRanPara ¶
func (o *PduSessionContext) HasCnAssistedRanPara() bool
HasCnAssistedRanPara returns a boolean if a field has been set.
func (*PduSessionContext) HasHsmfId ¶
func (o *PduSessionContext) HasHsmfId() bool
HasHsmfId returns a boolean if a field has been set.
func (*PduSessionContext) HasHsmfServiceSetId ¶
func (o *PduSessionContext) HasHsmfServiceSetId() bool
HasHsmfServiceSetId returns a boolean if a field has been set.
func (*PduSessionContext) HasHsmfSetId ¶
func (o *PduSessionContext) HasHsmfSetId() bool
HasHsmfSetId returns a boolean if a field has been set.
func (*PduSessionContext) HasInterPlmnApiRoot ¶
func (o *PduSessionContext) HasInterPlmnApiRoot() bool
HasInterPlmnApiRoot returns a boolean if a field has been set.
func (*PduSessionContext) HasIsmfBinding ¶
func (o *PduSessionContext) HasIsmfBinding() bool
HasIsmfBinding returns a boolean if a field has been set.
func (*PduSessionContext) HasIsmfBindingInfo ¶
func (o *PduSessionContext) HasIsmfBindingInfo() bool
HasIsmfBindingInfo returns a boolean if a field has been set.
func (*PduSessionContext) HasIsmfId ¶
func (o *PduSessionContext) HasIsmfId() bool
HasIsmfId returns a boolean if a field has been set.
func (*PduSessionContext) HasIsmfServiceSetId ¶
func (o *PduSessionContext) HasIsmfServiceSetId() bool
HasIsmfServiceSetId returns a boolean if a field has been set.
func (*PduSessionContext) HasIsmfSetId ¶
func (o *PduSessionContext) HasIsmfSetId() bool
HasIsmfSetId returns a boolean if a field has been set.
func (*PduSessionContext) HasMaPduSession ¶
func (o *PduSessionContext) HasMaPduSession() bool
HasMaPduSession returns a boolean if a field has been set.
func (*PduSessionContext) HasNrfAccessTokenUri ¶
func (o *PduSessionContext) HasNrfAccessTokenUri() bool
HasNrfAccessTokenUri returns a boolean if a field has been set.
func (*PduSessionContext) HasNrfDiscoveryUri ¶
func (o *PduSessionContext) HasNrfDiscoveryUri() bool
HasNrfDiscoveryUri returns a boolean if a field has been set.
func (*PduSessionContext) HasNrfManagementUri ¶
func (o *PduSessionContext) HasNrfManagementUri() bool
HasNrfManagementUri returns a boolean if a field has been set.
func (*PduSessionContext) HasNsInstance ¶
func (o *PduSessionContext) HasNsInstance() bool
HasNsInstance returns a boolean if a field has been set.
func (*PduSessionContext) HasPgwFqdn ¶
func (o *PduSessionContext) HasPgwFqdn() bool
HasPgwFqdn returns a boolean if a field has been set.
func (*PduSessionContext) HasPgwIpAddr ¶
func (o *PduSessionContext) HasPgwIpAddr() bool
HasPgwIpAddr returns a boolean if a field has been set.
func (*PduSessionContext) HasPlmnId ¶
func (o *PduSessionContext) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (*PduSessionContext) HasSelectedDnn ¶
func (o *PduSessionContext) HasSelectedDnn() bool
HasSelectedDnn returns a boolean if a field has been set.
func (*PduSessionContext) HasSmfBinding ¶
func (o *PduSessionContext) HasSmfBinding() bool
HasSmfBinding returns a boolean if a field has been set.
func (*PduSessionContext) HasSmfBindingInfo ¶
func (o *PduSessionContext) HasSmfBindingInfo() bool
HasSmfBindingInfo returns a boolean if a field has been set.
func (*PduSessionContext) HasSmfServiceInstanceId ¶
func (o *PduSessionContext) HasSmfServiceInstanceId() bool
HasSmfServiceInstanceId returns a boolean if a field has been set.
func (*PduSessionContext) HasVsmfBinding ¶
func (o *PduSessionContext) HasVsmfBinding() bool
HasVsmfBinding returns a boolean if a field has been set.
func (*PduSessionContext) HasVsmfBindingInfo ¶
func (o *PduSessionContext) HasVsmfBindingInfo() bool
HasVsmfBindingInfo returns a boolean if a field has been set.
func (*PduSessionContext) HasVsmfId ¶
func (o *PduSessionContext) HasVsmfId() bool
HasVsmfId returns a boolean if a field has been set.
func (*PduSessionContext) HasVsmfServiceSetId ¶
func (o *PduSessionContext) HasVsmfServiceSetId() bool
HasVsmfServiceSetId returns a boolean if a field has been set.
func (*PduSessionContext) HasVsmfSetId ¶
func (o *PduSessionContext) HasVsmfSetId() bool
HasVsmfSetId returns a boolean if a field has been set.
func (PduSessionContext) MarshalJSON ¶
func (o PduSessionContext) MarshalJSON() ([]byte, error)
func (*PduSessionContext) SetAccessType ¶
func (o *PduSessionContext) SetAccessType(v AccessType)
SetAccessType sets field value
func (*PduSessionContext) SetAdditionalAccessType ¶
func (o *PduSessionContext) SetAdditionalAccessType(v AccessType)
SetAdditionalAccessType gets a reference to the given AccessType and assigns it to the AdditionalAccessType field.
func (*PduSessionContext) SetAdditionalSnssai ¶
func (o *PduSessionContext) SetAdditionalSnssai(v Snssai)
SetAdditionalSnssai gets a reference to the given Snssai and assigns it to the AdditionalSnssai field.
func (*PduSessionContext) SetAllocatedEbiList ¶
func (o *PduSessionContext) SetAllocatedEbiList(v []EbiArpMapping)
SetAllocatedEbiList gets a reference to the given []EbiArpMapping and assigns it to the AllocatedEbiList field.
func (*PduSessionContext) SetAnchorSmfOauth2Required ¶
func (o *PduSessionContext) SetAnchorSmfOauth2Required(v bool)
SetAnchorSmfOauth2Required gets a reference to the given bool and assigns it to the AnchorSmfOauth2Required field.
func (*PduSessionContext) SetAnchorSmfSupportedFeatures ¶
func (o *PduSessionContext) SetAnchorSmfSupportedFeatures(v string)
SetAnchorSmfSupportedFeatures gets a reference to the given string and assigns it to the AnchorSmfSupportedFeatures field.
func (*PduSessionContext) SetCnAssistedRanPara ¶
func (o *PduSessionContext) SetCnAssistedRanPara(v CnAssistedRanPara)
SetCnAssistedRanPara gets a reference to the given CnAssistedRanPara and assigns it to the CnAssistedRanPara field.
func (*PduSessionContext) SetDnn ¶
func (o *PduSessionContext) SetDnn(v string)
SetDnn sets field value
func (*PduSessionContext) SetHsmfId ¶
func (o *PduSessionContext) SetHsmfId(v string)
SetHsmfId gets a reference to the given string and assigns it to the HsmfId field.
func (*PduSessionContext) SetHsmfServiceSetId ¶
func (o *PduSessionContext) SetHsmfServiceSetId(v string)
SetHsmfServiceSetId gets a reference to the given string and assigns it to the HsmfServiceSetId field.
func (*PduSessionContext) SetHsmfSetId ¶
func (o *PduSessionContext) SetHsmfSetId(v string)
SetHsmfSetId gets a reference to the given string and assigns it to the HsmfSetId field.
func (*PduSessionContext) SetInterPlmnApiRoot ¶
func (o *PduSessionContext) SetInterPlmnApiRoot(v string)
SetInterPlmnApiRoot gets a reference to the given string and assigns it to the InterPlmnApiRoot field.
func (*PduSessionContext) SetIsmfBinding ¶
func (o *PduSessionContext) SetIsmfBinding(v SbiBindingLevel)
SetIsmfBinding gets a reference to the given SbiBindingLevel and assigns it to the IsmfBinding field.
func (*PduSessionContext) SetIsmfBindingInfo ¶
func (o *PduSessionContext) SetIsmfBindingInfo(v string)
SetIsmfBindingInfo gets a reference to the given string and assigns it to the IsmfBindingInfo field.
func (*PduSessionContext) SetIsmfId ¶
func (o *PduSessionContext) SetIsmfId(v string)
SetIsmfId gets a reference to the given string and assigns it to the IsmfId field.
func (*PduSessionContext) SetIsmfServiceSetId ¶
func (o *PduSessionContext) SetIsmfServiceSetId(v string)
SetIsmfServiceSetId gets a reference to the given string and assigns it to the IsmfServiceSetId field.
func (*PduSessionContext) SetIsmfSetId ¶
func (o *PduSessionContext) SetIsmfSetId(v string)
SetIsmfSetId gets a reference to the given string and assigns it to the IsmfSetId field.
func (*PduSessionContext) SetMaPduSession ¶
func (o *PduSessionContext) SetMaPduSession(v bool)
SetMaPduSession gets a reference to the given bool and assigns it to the MaPduSession field.
func (*PduSessionContext) SetNrfAccessTokenUri ¶
func (o *PduSessionContext) SetNrfAccessTokenUri(v string)
SetNrfAccessTokenUri gets a reference to the given string and assigns it to the NrfAccessTokenUri field.
func (*PduSessionContext) SetNrfDiscoveryUri ¶
func (o *PduSessionContext) SetNrfDiscoveryUri(v string)
SetNrfDiscoveryUri gets a reference to the given string and assigns it to the NrfDiscoveryUri field.
func (*PduSessionContext) SetNrfManagementUri ¶
func (o *PduSessionContext) SetNrfManagementUri(v string)
SetNrfManagementUri gets a reference to the given string and assigns it to the NrfManagementUri field.
func (*PduSessionContext) SetNsInstance ¶
func (o *PduSessionContext) SetNsInstance(v string)
SetNsInstance gets a reference to the given string and assigns it to the NsInstance field.
func (*PduSessionContext) SetPduSessionId ¶
func (o *PduSessionContext) SetPduSessionId(v int32)
SetPduSessionId sets field value
func (*PduSessionContext) SetPgwFqdn ¶
func (o *PduSessionContext) SetPgwFqdn(v string)
SetPgwFqdn gets a reference to the given string and assigns it to the PgwFqdn field.
func (*PduSessionContext) SetPgwIpAddr ¶
func (o *PduSessionContext) SetPgwIpAddr(v IpAddress)
SetPgwIpAddr gets a reference to the given IpAddress and assigns it to the PgwIpAddr field.
func (*PduSessionContext) SetPlmnId ¶
func (o *PduSessionContext) SetPlmnId(v PlmnId)
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
func (*PduSessionContext) SetSNssai ¶
func (o *PduSessionContext) SetSNssai(v Snssai)
SetSNssai sets field value
func (*PduSessionContext) SetSelectedDnn ¶
func (o *PduSessionContext) SetSelectedDnn(v string)
SetSelectedDnn gets a reference to the given string and assigns it to the SelectedDnn field.
func (*PduSessionContext) SetSmContextRef ¶
func (o *PduSessionContext) SetSmContextRef(v string)
SetSmContextRef sets field value
func (*PduSessionContext) SetSmfBinding ¶
func (o *PduSessionContext) SetSmfBinding(v SbiBindingLevel)
SetSmfBinding gets a reference to the given SbiBindingLevel and assigns it to the SmfBinding field.
func (*PduSessionContext) SetSmfBindingInfo ¶
func (o *PduSessionContext) SetSmfBindingInfo(v string)
SetSmfBindingInfo gets a reference to the given string and assigns it to the SmfBindingInfo field.
func (*PduSessionContext) SetSmfServiceInstanceId ¶
func (o *PduSessionContext) SetSmfServiceInstanceId(v string)
SetSmfServiceInstanceId gets a reference to the given string and assigns it to the SmfServiceInstanceId field.
func (*PduSessionContext) SetVsmfBinding ¶
func (o *PduSessionContext) SetVsmfBinding(v SbiBindingLevel)
SetVsmfBinding gets a reference to the given SbiBindingLevel and assigns it to the VsmfBinding field.
func (*PduSessionContext) SetVsmfBindingInfo ¶
func (o *PduSessionContext) SetVsmfBindingInfo(v string)
SetVsmfBindingInfo gets a reference to the given string and assigns it to the VsmfBindingInfo field.
func (*PduSessionContext) SetVsmfId ¶
func (o *PduSessionContext) SetVsmfId(v string)
SetVsmfId gets a reference to the given string and assigns it to the VsmfId field.
func (*PduSessionContext) SetVsmfServiceSetId ¶
func (o *PduSessionContext) SetVsmfServiceSetId(v string)
SetVsmfServiceSetId gets a reference to the given string and assigns it to the VsmfServiceSetId field.
func (*PduSessionContext) SetVsmfSetId ¶
func (o *PduSessionContext) SetVsmfSetId(v string)
SetVsmfSetId gets a reference to the given string and assigns it to the VsmfSetId field.
func (PduSessionContext) ToMap ¶
func (o PduSessionContext) ToMap() (map[string]interface{}, error)
type PduSessionInfo ¶
type PduSessionInfo struct {
Snssai Snssai `json:"snssai"`
// 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"`
}
PduSessionInfo indicates the DNN and S-NSSAI combination of a PDU session.
func NewPduSessionInfo ¶
func NewPduSessionInfo(snssai Snssai, dnn string) *PduSessionInfo
NewPduSessionInfo instantiates a new PduSessionInfo 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 NewPduSessionInfoWithDefaults ¶
func NewPduSessionInfoWithDefaults() *PduSessionInfo
NewPduSessionInfoWithDefaults instantiates a new PduSessionInfo 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 (*PduSessionInfo) GetDnn ¶
func (o *PduSessionInfo) GetDnn() string
GetDnn returns the Dnn field value
func (*PduSessionInfo) GetDnnOk ¶
func (o *PduSessionInfo) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*PduSessionInfo) GetSnssai ¶
func (o *PduSessionInfo) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*PduSessionInfo) GetSnssaiOk ¶
func (o *PduSessionInfo) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (PduSessionInfo) MarshalJSON ¶
func (o PduSessionInfo) MarshalJSON() ([]byte, error)
func (*PduSessionInfo) SetSnssai ¶
func (o *PduSessionInfo) SetSnssai(v Snssai)
SetSnssai sets field value
func (PduSessionInfo) ToMap ¶
func (o PduSessionInfo) ToMap() (map[string]interface{}, error)
type PerfData ¶
type PerfData 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\".
AvgTrafficRate *string `json:"avgTrafficRate,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\".
MaxTrafficRate *string `json:"maxTrafficRate,omitempty"`
// Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds.
AvePacketDelay *int32 `json:"avePacketDelay,omitempty"`
// Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds.
MaxPacketDelay *int32 `json:"maxPacketDelay,omitempty"`
// Unsigned integer indicating Packet Loss Rate (see clauses 5.7.2.8 and 5.7.4 of 3GPP TS 23.501), expressed in tenth of percent.
AvgPacketLossRate *int32 `json:"avgPacketLossRate,omitempty"`
}
PerfData Represents DN performance data.
func NewPerfData ¶
func NewPerfData() *PerfData
NewPerfData instantiates a new PerfData 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 NewPerfDataWithDefaults ¶
func NewPerfDataWithDefaults() *PerfData
NewPerfDataWithDefaults instantiates a new PerfData 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 (*PerfData) GetAvePacketDelay ¶
GetAvePacketDelay returns the AvePacketDelay field value if set, zero value otherwise.
func (*PerfData) GetAvePacketDelayOk ¶
GetAvePacketDelayOk returns a tuple with the AvePacketDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfData) GetAvgPacketLossRate ¶
GetAvgPacketLossRate returns the AvgPacketLossRate field value if set, zero value otherwise.
func (*PerfData) GetAvgPacketLossRateOk ¶
GetAvgPacketLossRateOk returns a tuple with the AvgPacketLossRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfData) GetAvgTrafficRate ¶
GetAvgTrafficRate returns the AvgTrafficRate field value if set, zero value otherwise.
func (*PerfData) GetAvgTrafficRateOk ¶
GetAvgTrafficRateOk returns a tuple with the AvgTrafficRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfData) GetMaxPacketDelay ¶
GetMaxPacketDelay returns the MaxPacketDelay field value if set, zero value otherwise.
func (*PerfData) GetMaxPacketDelayOk ¶
GetMaxPacketDelayOk returns a tuple with the MaxPacketDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfData) GetMaxTrafficRate ¶
GetMaxTrafficRate returns the MaxTrafficRate field value if set, zero value otherwise.
func (*PerfData) GetMaxTrafficRateOk ¶
GetMaxTrafficRateOk returns a tuple with the MaxTrafficRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerfData) HasAvePacketDelay ¶
HasAvePacketDelay returns a boolean if a field has been set.
func (*PerfData) HasAvgPacketLossRate ¶
HasAvgPacketLossRate returns a boolean if a field has been set.
func (*PerfData) HasAvgTrafficRate ¶
HasAvgTrafficRate returns a boolean if a field has been set.
func (*PerfData) HasMaxPacketDelay ¶
HasMaxPacketDelay returns a boolean if a field has been set.
func (*PerfData) HasMaxTrafficRate ¶
HasMaxTrafficRate returns a boolean if a field has been set.
func (PerfData) MarshalJSON ¶
func (*PerfData) SetAvePacketDelay ¶
SetAvePacketDelay gets a reference to the given int32 and assigns it to the AvePacketDelay field.
func (*PerfData) SetAvgPacketLossRate ¶
SetAvgPacketLossRate gets a reference to the given int32 and assigns it to the AvgPacketLossRate field.
func (*PerfData) SetAvgTrafficRate ¶
SetAvgTrafficRate gets a reference to the given string and assigns it to the AvgTrafficRate field.
func (*PerfData) SetMaxPacketDelay ¶
SetMaxPacketDelay gets a reference to the given int32 and assigns it to the MaxPacketDelay field.
func (*PerfData) SetMaxTrafficRate ¶
SetMaxTrafficRate gets a reference to the given string and assigns it to the MaxTrafficRate field.
type PeriodicCommunicationIndicator ¶
type PeriodicCommunicationIndicator struct {
String *string
}
PeriodicCommunicationIndicator Indicates the Periodic Communication Indicator
func (*PeriodicCommunicationIndicator) MarshalJSON ¶
func (src *PeriodicCommunicationIndicator) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PeriodicCommunicationIndicator) UnmarshalJSON ¶
func (dst *PeriodicCommunicationIndicator) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PlmnId ¶
type PlmnId struct {
// Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
Mcc string `json:"mcc"`
// Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
Mnc string `json:"mnc"`
}
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
type PlmnIdNid ¶
type PlmnIdNid struct {
// Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
Mcc string `json:"mcc"`
// Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
Mnc string `json:"mnc"`
// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
Nid *string `json:"nid,omitempty"`
}
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
type Point ¶
type Point struct {
GADShape
Point GeographicalCoordinates `json:"point"`
}
Point Ellipsoid Point.
func NewPoint ¶
func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point
NewPoint instantiates a new Point 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 NewPointWithDefaults ¶
func NewPointWithDefaults() *Point
NewPointWithDefaults instantiates a new Point 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 (*Point) GetPoint ¶
func (o *Point) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*Point) GetPointOk ¶
func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (Point) MarshalJSON ¶
func (*Point) SetPoint ¶
func (o *Point) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
type PointAllOf ¶
type PointAllOf struct {
Point GeographicalCoordinates `json:"point"`
}
PointAllOf struct for PointAllOf
func NewPointAllOf ¶
func NewPointAllOf(point GeographicalCoordinates) *PointAllOf
NewPointAllOf instantiates a new PointAllOf 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 NewPointAllOfWithDefaults ¶
func NewPointAllOfWithDefaults() *PointAllOf
NewPointAllOfWithDefaults instantiates a new PointAllOf 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 (*PointAllOf) GetPoint ¶
func (o *PointAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAllOf) GetPointOk ¶
func (o *PointAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAllOf) MarshalJSON ¶
func (o PointAllOf) MarshalJSON() ([]byte, error)
func (*PointAllOf) SetPoint ¶
func (o *PointAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAllOf) ToMap ¶
func (o PointAllOf) ToMap() (map[string]interface{}, error)
type PointAltitude ¶
type PointAltitude struct {
GADShape
Point GeographicalCoordinates `json:"point"`
// Indicates value of altitude.
Altitude float64 `json:"altitude"`
}
PointAltitude Ellipsoid point with altitude.
func NewPointAltitude ¶
func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude
NewPointAltitude instantiates a new PointAltitude 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 NewPointAltitudeWithDefaults ¶
func NewPointAltitudeWithDefaults() *PointAltitude
NewPointAltitudeWithDefaults instantiates a new PointAltitude 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 (*PointAltitude) GetAltitude ¶
func (o *PointAltitude) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitude) GetAltitudeOk ¶
func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitude) GetPoint ¶
func (o *PointAltitude) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitude) GetPointOk ¶
func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitude) MarshalJSON ¶
func (o PointAltitude) MarshalJSON() ([]byte, error)
func (*PointAltitude) SetAltitude ¶
func (o *PointAltitude) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitude) SetPoint ¶
func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitude) ToMap ¶
func (o PointAltitude) ToMap() (map[string]interface{}, error)
type PointAltitudeAllOf ¶
type PointAltitudeAllOf struct {
Point GeographicalCoordinates `json:"point"`
// Indicates value of altitude.
Altitude float64 `json:"altitude"`
}
PointAltitudeAllOf struct for PointAltitudeAllOf
func NewPointAltitudeAllOf ¶
func NewPointAltitudeAllOf(point GeographicalCoordinates, altitude float64) *PointAltitudeAllOf
NewPointAltitudeAllOf instantiates a new PointAltitudeAllOf 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 NewPointAltitudeAllOfWithDefaults ¶
func NewPointAltitudeAllOfWithDefaults() *PointAltitudeAllOf
NewPointAltitudeAllOfWithDefaults instantiates a new PointAltitudeAllOf 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 (*PointAltitudeAllOf) GetAltitude ¶
func (o *PointAltitudeAllOf) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeAllOf) GetAltitudeOk ¶
func (o *PointAltitudeAllOf) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeAllOf) GetPoint ¶
func (o *PointAltitudeAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeAllOf) GetPointOk ¶
func (o *PointAltitudeAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitudeAllOf) MarshalJSON ¶
func (o PointAltitudeAllOf) MarshalJSON() ([]byte, error)
func (*PointAltitudeAllOf) SetAltitude ¶
func (o *PointAltitudeAllOf) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeAllOf) SetPoint ¶
func (o *PointAltitudeAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitudeAllOf) ToMap ¶
func (o PointAltitudeAllOf) ToMap() (map[string]interface{}, error)
type PointAltitudeUncertainty ¶
type PointAltitudeUncertainty struct {
GADShape
Point GeographicalCoordinates `json:"point"`
// Indicates value of altitude.
Altitude float64 `json:"altitude"`
UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"`
// Indicates value of uncertainty.
UncertaintyAltitude float32 `json:"uncertaintyAltitude"`
// Indicates value of confidence.
Confidence int32 `json:"confidence"`
}
PointAltitudeUncertainty Ellipsoid point with altitude and uncertainty ellipsoid.
func NewPointAltitudeUncertainty ¶
func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32, shape SupportedGADShapes) *PointAltitudeUncertainty
NewPointAltitudeUncertainty instantiates a new PointAltitudeUncertainty 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 NewPointAltitudeUncertaintyWithDefaults ¶
func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty
NewPointAltitudeUncertaintyWithDefaults instantiates a new PointAltitudeUncertainty 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 (*PointAltitudeUncertainty) GetAltitude ¶
func (o *PointAltitudeUncertainty) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertainty) GetAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetConfidence ¶
func (o *PointAltitudeUncertainty) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertainty) GetConfidenceOk ¶
func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetPoint ¶
func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertainty) GetPointOk ¶
func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertainty) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertainty) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertainty) MarshalJSON ¶
func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertainty) SetAltitude ¶
func (o *PointAltitudeUncertainty) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertainty) SetConfidence ¶
func (o *PointAltitudeUncertainty) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertainty) SetPoint ¶
func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertainty) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertainty) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertainty) ToMap ¶
func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
type PointAltitudeUncertaintyAllOf ¶
type PointAltitudeUncertaintyAllOf struct {
Point GeographicalCoordinates `json:"point"`
// Indicates value of altitude.
Altitude float64 `json:"altitude"`
UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"`
// Indicates value of uncertainty.
UncertaintyAltitude float32 `json:"uncertaintyAltitude"`
// Indicates value of confidence.
Confidence int32 `json:"confidence"`
}
PointAltitudeUncertaintyAllOf struct for PointAltitudeUncertaintyAllOf
func NewPointAltitudeUncertaintyAllOf ¶
func NewPointAltitudeUncertaintyAllOf(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32) *PointAltitudeUncertaintyAllOf
NewPointAltitudeUncertaintyAllOf instantiates a new PointAltitudeUncertaintyAllOf 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 NewPointAltitudeUncertaintyAllOfWithDefaults ¶
func NewPointAltitudeUncertaintyAllOfWithDefaults() *PointAltitudeUncertaintyAllOf
NewPointAltitudeUncertaintyAllOfWithDefaults instantiates a new PointAltitudeUncertaintyAllOf 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 (*PointAltitudeUncertaintyAllOf) GetAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertaintyAllOf) GetAltitudeOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetConfidence ¶
func (o *PointAltitudeUncertaintyAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertaintyAllOf) GetConfidenceOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetPoint ¶
func (o *PointAltitudeUncertaintyAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertaintyAllOf) GetPointOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertaintyAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertaintyAllOf) MarshalJSON ¶
func (o PointAltitudeUncertaintyAllOf) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertaintyAllOf) SetAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertaintyAllOf) SetConfidence ¶
func (o *PointAltitudeUncertaintyAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertaintyAllOf) SetPoint ¶
func (o *PointAltitudeUncertaintyAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertaintyAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertaintyAllOf) ToMap ¶
func (o PointAltitudeUncertaintyAllOf) ToMap() (map[string]interface{}, error)
type PointUncertaintyCircle ¶
type PointUncertaintyCircle struct {
GADShape
Point GeographicalCoordinates `json:"point"`
// Indicates value of uncertainty.
Uncertainty float32 `json:"uncertainty"`
}
PointUncertaintyCircle Ellipsoid point with uncertainty circle.
func NewPointUncertaintyCircle ¶
func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle
NewPointUncertaintyCircle instantiates a new PointUncertaintyCircle 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 NewPointUncertaintyCircleWithDefaults ¶
func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle
NewPointUncertaintyCircleWithDefaults instantiates a new PointUncertaintyCircle 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 (*PointUncertaintyCircle) GetPoint ¶
func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircle) GetPointOk ¶
func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircle) GetUncertainty ¶
func (o *PointUncertaintyCircle) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircle) GetUncertaintyOk ¶
func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircle) MarshalJSON ¶
func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircle) SetPoint ¶
func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircle) SetUncertainty ¶
func (o *PointUncertaintyCircle) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircle) ToMap ¶
func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
type PointUncertaintyCircleAllOf ¶
type PointUncertaintyCircleAllOf struct {
Point GeographicalCoordinates `json:"point"`
// Indicates value of uncertainty.
Uncertainty float32 `json:"uncertainty"`
}
PointUncertaintyCircleAllOf struct for PointUncertaintyCircleAllOf
func NewPointUncertaintyCircleAllOf ¶
func NewPointUncertaintyCircleAllOf(point GeographicalCoordinates, uncertainty float32) *PointUncertaintyCircleAllOf
NewPointUncertaintyCircleAllOf instantiates a new PointUncertaintyCircleAllOf 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 NewPointUncertaintyCircleAllOfWithDefaults ¶
func NewPointUncertaintyCircleAllOfWithDefaults() *PointUncertaintyCircleAllOf
NewPointUncertaintyCircleAllOfWithDefaults instantiates a new PointUncertaintyCircleAllOf 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 (*PointUncertaintyCircleAllOf) GetPoint ¶
func (o *PointUncertaintyCircleAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircleAllOf) GetPointOk ¶
func (o *PointUncertaintyCircleAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircleAllOf) GetUncertainty ¶
func (o *PointUncertaintyCircleAllOf) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircleAllOf) GetUncertaintyOk ¶
func (o *PointUncertaintyCircleAllOf) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircleAllOf) MarshalJSON ¶
func (o PointUncertaintyCircleAllOf) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircleAllOf) SetPoint ¶
func (o *PointUncertaintyCircleAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircleAllOf) SetUncertainty ¶
func (o *PointUncertaintyCircleAllOf) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircleAllOf) ToMap ¶
func (o PointUncertaintyCircleAllOf) ToMap() (map[string]interface{}, error)
type PointUncertaintyEllipse ¶
type PointUncertaintyEllipse struct {
GADShape
Point GeographicalCoordinates `json:"point"`
UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"`
// Indicates value of confidence.
Confidence int32 `json:"confidence"`
}
PointUncertaintyEllipse Ellipsoid point with uncertainty ellipse.
func NewPointUncertaintyEllipse ¶
func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *PointUncertaintyEllipse
NewPointUncertaintyEllipse instantiates a new PointUncertaintyEllipse 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 NewPointUncertaintyEllipseWithDefaults ¶
func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse
NewPointUncertaintyEllipseWithDefaults instantiates a new PointUncertaintyEllipse 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 (*PointUncertaintyEllipse) GetConfidence ¶
func (o *PointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipse) GetConfidenceOk ¶
func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetPoint ¶
func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipse) GetPointOk ¶
func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipse) MarshalJSON ¶
func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipse) SetConfidence ¶
func (o *PointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipse) SetPoint ¶
func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipse) ToMap ¶
func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
type PointUncertaintyEllipseAllOf ¶
type PointUncertaintyEllipseAllOf struct {
Point GeographicalCoordinates `json:"point"`
UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"`
// Indicates value of confidence.
Confidence int32 `json:"confidence"`
}
PointUncertaintyEllipseAllOf struct for PointUncertaintyEllipseAllOf
func NewPointUncertaintyEllipseAllOf ¶
func NewPointUncertaintyEllipseAllOf(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32) *PointUncertaintyEllipseAllOf
NewPointUncertaintyEllipseAllOf instantiates a new PointUncertaintyEllipseAllOf 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 NewPointUncertaintyEllipseAllOfWithDefaults ¶
func NewPointUncertaintyEllipseAllOfWithDefaults() *PointUncertaintyEllipseAllOf
NewPointUncertaintyEllipseAllOfWithDefaults instantiates a new PointUncertaintyEllipseAllOf 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 (*PointUncertaintyEllipseAllOf) GetConfidence ¶
func (o *PointUncertaintyEllipseAllOf) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipseAllOf) GetConfidenceOk ¶
func (o *PointUncertaintyEllipseAllOf) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipseAllOf) GetPoint ¶
func (o *PointUncertaintyEllipseAllOf) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipseAllOf) GetPointOk ¶
func (o *PointUncertaintyEllipseAllOf) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipseAllOf) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipseAllOf) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipseAllOf) MarshalJSON ¶
func (o PointUncertaintyEllipseAllOf) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipseAllOf) SetConfidence ¶
func (o *PointUncertaintyEllipseAllOf) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipseAllOf) SetPoint ¶
func (o *PointUncertaintyEllipseAllOf) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipseAllOf) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipseAllOf) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipseAllOf) ToMap ¶
func (o PointUncertaintyEllipseAllOf) ToMap() (map[string]interface{}, error)
type PolicyReqTrigger ¶
type PolicyReqTrigger struct {
String *string
}
PolicyReqTrigger Policy Request Triggers
func (*PolicyReqTrigger) MarshalJSON ¶
func (src *PolicyReqTrigger) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PolicyReqTrigger) UnmarshalJSON ¶
func (dst *PolicyReqTrigger) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Polygon ¶
type Polygon struct {
GADShape
// List of points.
PointList []GeographicalCoordinates `json:"pointList"`
}
Polygon Polygon.
func NewPolygon ¶
func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon
NewPolygon instantiates a new Polygon 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 NewPolygonWithDefaults ¶
func NewPolygonWithDefaults() *Polygon
NewPolygonWithDefaults instantiates a new Polygon 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 (*Polygon) GetPointList ¶
func (o *Polygon) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*Polygon) GetPointListOk ¶
func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (Polygon) MarshalJSON ¶
func (*Polygon) SetPointList ¶
func (o *Polygon) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
type PolygonAllOf ¶
type PolygonAllOf struct {
// List of points.
PointList []GeographicalCoordinates `json:"pointList"`
}
PolygonAllOf struct for PolygonAllOf
func NewPolygonAllOf ¶
func NewPolygonAllOf(pointList []GeographicalCoordinates) *PolygonAllOf
NewPolygonAllOf instantiates a new PolygonAllOf 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 NewPolygonAllOfWithDefaults ¶
func NewPolygonAllOfWithDefaults() *PolygonAllOf
NewPolygonAllOfWithDefaults instantiates a new PolygonAllOf 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 (*PolygonAllOf) GetPointList ¶
func (o *PolygonAllOf) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*PolygonAllOf) GetPointListOk ¶
func (o *PolygonAllOf) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (PolygonAllOf) MarshalJSON ¶
func (o PolygonAllOf) MarshalJSON() ([]byte, error)
func (*PolygonAllOf) SetPointList ¶
func (o *PolygonAllOf) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
func (PolygonAllOf) ToMap ¶
func (o PolygonAllOf) ToMap() (map[string]interface{}, error)
type PositioningMethodMdt ¶
type PositioningMethodMdt struct {
String *string
}
PositioningMethodMdt The enumeration LoggingDurationMdt defines Logging Duration for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.13-1.
func (*PositioningMethodMdt) MarshalJSON ¶
func (src *PositioningMethodMdt) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PositioningMethodMdt) UnmarshalJSON ¶
func (dst *PositioningMethodMdt) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PreemptionCapability ¶
type PreemptionCapability struct {
String *string
}
PreemptionCapability The enumeration PreemptionCapability indicates the pre-emption capability of a request on other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.1-1.
func (*PreemptionCapability) MarshalJSON ¶
func (src *PreemptionCapability) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PreemptionCapability) UnmarshalJSON ¶
func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PreemptionVulnerability ¶
type PreemptionVulnerability struct {
String *string
}
PreemptionVulnerability The enumeration PreemptionVulnerability indicates the pre-emption vulnerability of the QoS flow to pre-emption from other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.2-1
func (*PreemptionVulnerability) MarshalJSON ¶
func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PreemptionVulnerability) UnmarshalJSON ¶
func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PresenceInfo ¶
type PresenceInfo struct {
// Represents an identifier of the Presence Reporting Area (see clause 28.10 of 3GPP TS 23.003. This IE shall be present if the Area of Interest subscribed or reported is a Presence Reporting Area or a Set of Core Network predefined Presence Reporting Areas. When present, it shall be encoded as a string representing an integer in the following ranges: 0 to 8 388 607 for UE-dedicated PRA 8 388 608 to 16 777 215 for Core Network predefined PRA Examples: PRA ID 123 is encoded as \"123\" PRA ID 11 238 660 is encoded as \"11238660\"
PraId *string `json:"praId,omitempty"`
// This IE may be present if the praId IE is present and if it contains a PRA identifier referring to a set of Core Network predefined Presence Reporting Areas. When present, this IE shall contain a PRA Identifier of an individual PRA within the Set of Core Network predefined Presence Reporting Areas indicated by the praId IE.
AdditionalPraId *string `json:"additionalPraId,omitempty"`
PresenceState *PresenceState `json:"presenceState,omitempty"`
// Represents the list of tracking areas that constitutes the area. This IE shall be present if the subscription or the event report is for tracking UE presence in the tracking areas. For non 3GPP access the TAI shall be the N3GPP TAI.
TrackingAreaList []Tai `json:"trackingAreaList,omitempty"`
// Represents the list of EUTRAN cell Ids that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of EUTRAN cell Ids.
EcgiList []Ecgi `json:"ecgiList,omitempty"`
// Represents the list of NR cell Ids that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of NR cell Ids.
NcgiList []Ncgi `json:"ncgiList,omitempty"`
// Represents the list of NG RAN node identifiers that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of NG RAN node identifiers.
GlobalRanNodeIdList []GlobalRanNodeId `json:"globalRanNodeIdList,omitempty"`
// Represents the list of eNodeB identifiers that constitutes the area. This IE shall be present if the Area of Interest subscribed is a list of eNodeB identifiers.
GlobaleNbIdList []GlobalRanNodeId `json:"globaleNbIdList,omitempty"`
}
PresenceInfo If the additionalPraId IE is present, this IE shall state the presence information of the UE for the individual PRA identified by the additionalPraId IE; If the additionalPraId IE is not present, this IE shall state the presence information of the UE for the PRA identified by the praId IE.
func NewPresenceInfo ¶
func NewPresenceInfo() *PresenceInfo
NewPresenceInfo instantiates a new PresenceInfo 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 NewPresenceInfoWithDefaults ¶
func NewPresenceInfoWithDefaults() *PresenceInfo
NewPresenceInfoWithDefaults instantiates a new PresenceInfo 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 (*PresenceInfo) GetAdditionalPraId ¶
func (o *PresenceInfo) GetAdditionalPraId() string
GetAdditionalPraId returns the AdditionalPraId field value if set, zero value otherwise.
func (*PresenceInfo) GetAdditionalPraIdOk ¶
func (o *PresenceInfo) GetAdditionalPraIdOk() (*string, bool)
GetAdditionalPraIdOk returns a tuple with the AdditionalPraId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetEcgiList ¶
func (o *PresenceInfo) GetEcgiList() []Ecgi
GetEcgiList returns the EcgiList field value if set, zero value otherwise.
func (*PresenceInfo) GetEcgiListOk ¶
func (o *PresenceInfo) GetEcgiListOk() ([]Ecgi, bool)
GetEcgiListOk returns a tuple with the EcgiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetGlobalRanNodeIdList ¶
func (o *PresenceInfo) GetGlobalRanNodeIdList() []GlobalRanNodeId
GetGlobalRanNodeIdList returns the GlobalRanNodeIdList field value if set, zero value otherwise.
func (*PresenceInfo) GetGlobalRanNodeIdListOk ¶
func (o *PresenceInfo) GetGlobalRanNodeIdListOk() ([]GlobalRanNodeId, bool)
GetGlobalRanNodeIdListOk returns a tuple with the GlobalRanNodeIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetGlobaleNbIdList ¶
func (o *PresenceInfo) GetGlobaleNbIdList() []GlobalRanNodeId
GetGlobaleNbIdList returns the GlobaleNbIdList field value if set, zero value otherwise.
func (*PresenceInfo) GetGlobaleNbIdListOk ¶
func (o *PresenceInfo) GetGlobaleNbIdListOk() ([]GlobalRanNodeId, bool)
GetGlobaleNbIdListOk returns a tuple with the GlobaleNbIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetNcgiList ¶
func (o *PresenceInfo) GetNcgiList() []Ncgi
GetNcgiList returns the NcgiList field value if set, zero value otherwise.
func (*PresenceInfo) GetNcgiListOk ¶
func (o *PresenceInfo) GetNcgiListOk() ([]Ncgi, bool)
GetNcgiListOk returns a tuple with the NcgiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetPraId ¶
func (o *PresenceInfo) GetPraId() string
GetPraId returns the PraId field value if set, zero value otherwise.
func (*PresenceInfo) GetPraIdOk ¶
func (o *PresenceInfo) GetPraIdOk() (*string, bool)
GetPraIdOk returns a tuple with the PraId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetPresenceState ¶
func (o *PresenceInfo) GetPresenceState() PresenceState
GetPresenceState returns the PresenceState field value if set, zero value otherwise.
func (*PresenceInfo) GetPresenceStateOk ¶
func (o *PresenceInfo) GetPresenceStateOk() (*PresenceState, bool)
GetPresenceStateOk returns a tuple with the PresenceState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) GetTrackingAreaList ¶
func (o *PresenceInfo) GetTrackingAreaList() []Tai
GetTrackingAreaList returns the TrackingAreaList field value if set, zero value otherwise.
func (*PresenceInfo) GetTrackingAreaListOk ¶
func (o *PresenceInfo) GetTrackingAreaListOk() ([]Tai, bool)
GetTrackingAreaListOk returns a tuple with the TrackingAreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PresenceInfo) HasAdditionalPraId ¶
func (o *PresenceInfo) HasAdditionalPraId() bool
HasAdditionalPraId returns a boolean if a field has been set.
func (*PresenceInfo) HasEcgiList ¶
func (o *PresenceInfo) HasEcgiList() bool
HasEcgiList returns a boolean if a field has been set.
func (*PresenceInfo) HasGlobalRanNodeIdList ¶
func (o *PresenceInfo) HasGlobalRanNodeIdList() bool
HasGlobalRanNodeIdList returns a boolean if a field has been set.
func (*PresenceInfo) HasGlobaleNbIdList ¶
func (o *PresenceInfo) HasGlobaleNbIdList() bool
HasGlobaleNbIdList returns a boolean if a field has been set.
func (*PresenceInfo) HasNcgiList ¶
func (o *PresenceInfo) HasNcgiList() bool
HasNcgiList returns a boolean if a field has been set.
func (*PresenceInfo) HasPraId ¶
func (o *PresenceInfo) HasPraId() bool
HasPraId returns a boolean if a field has been set.
func (*PresenceInfo) HasPresenceState ¶
func (o *PresenceInfo) HasPresenceState() bool
HasPresenceState returns a boolean if a field has been set.
func (*PresenceInfo) HasTrackingAreaList ¶
func (o *PresenceInfo) HasTrackingAreaList() bool
HasTrackingAreaList returns a boolean if a field has been set.
func (PresenceInfo) MarshalJSON ¶
func (o PresenceInfo) MarshalJSON() ([]byte, error)
func (*PresenceInfo) SetAdditionalPraId ¶
func (o *PresenceInfo) SetAdditionalPraId(v string)
SetAdditionalPraId gets a reference to the given string and assigns it to the AdditionalPraId field.
func (*PresenceInfo) SetEcgiList ¶
func (o *PresenceInfo) SetEcgiList(v []Ecgi)
SetEcgiList gets a reference to the given []Ecgi and assigns it to the EcgiList field.
func (*PresenceInfo) SetGlobalRanNodeIdList ¶
func (o *PresenceInfo) SetGlobalRanNodeIdList(v []GlobalRanNodeId)
SetGlobalRanNodeIdList gets a reference to the given []GlobalRanNodeId and assigns it to the GlobalRanNodeIdList field.
func (*PresenceInfo) SetGlobaleNbIdList ¶
func (o *PresenceInfo) SetGlobaleNbIdList(v []GlobalRanNodeId)
SetGlobaleNbIdList gets a reference to the given []GlobalRanNodeId and assigns it to the GlobaleNbIdList field.
func (*PresenceInfo) SetNcgiList ¶
func (o *PresenceInfo) SetNcgiList(v []Ncgi)
SetNcgiList gets a reference to the given []Ncgi and assigns it to the NcgiList field.
func (*PresenceInfo) SetPraId ¶
func (o *PresenceInfo) SetPraId(v string)
SetPraId gets a reference to the given string and assigns it to the PraId field.
func (*PresenceInfo) SetPresenceState ¶
func (o *PresenceInfo) SetPresenceState(v PresenceState)
SetPresenceState gets a reference to the given PresenceState and assigns it to the PresenceState field.
func (*PresenceInfo) SetTrackingAreaList ¶
func (o *PresenceInfo) SetTrackingAreaList(v []Tai)
SetTrackingAreaList gets a reference to the given []Tai and assigns it to the TrackingAreaList field.
func (PresenceInfo) ToMap ¶
func (o PresenceInfo) ToMap() (map[string]interface{}, error)
type PresenceState ¶
type PresenceState struct {
String *string
}
PresenceState Possible values are: -IN_AREA: Indicates that the UE is inside or enters the presence reporting area. -OUT_OF_AREA: Indicates that the UE is outside or leaves the presence reporting area -UNKNOW: Indicates it is unknown whether the UE is in the presence reporting area or not -INACTIVE: Indicates that the presence reporting area is inactive in the serving node.
func (*PresenceState) MarshalJSON ¶
func (src *PresenceState) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PresenceState) UnmarshalJSON ¶
func (dst *PresenceState) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PrevSubInfo ¶
type PrevSubInfo struct {
Interface *interface{}
}
PrevSubInfo - Information of the previous subscription.
func InterfaceAsPrevSubInfo ¶
func InterfaceAsPrevSubInfo(v *interface{}) PrevSubInfo
interface{}AsPrevSubInfo is a convenience function that returns interface{} wrapped in PrevSubInfo
func (*PrevSubInfo) GetActualInstance ¶
func (obj *PrevSubInfo) GetActualInstance() interface{}
Get the actual instance
func (PrevSubInfo) MarshalJSON ¶
func (src PrevSubInfo) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PrevSubInfo) UnmarshalJSON ¶
func (dst *PrevSubInfo) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ProSeInformation ¶
type ProSeInformation struct {
N2Pc5ProSePol *N2InfoContent `json:"n2Pc5ProSePol,omitempty"`
}
ProSeInformation Represents 5G ProSe related N2 information.
func NewProSeInformation ¶
func NewProSeInformation() *ProSeInformation
NewProSeInformation instantiates a new ProSeInformation 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 NewProSeInformationWithDefaults ¶
func NewProSeInformationWithDefaults() *ProSeInformation
NewProSeInformationWithDefaults instantiates a new ProSeInformation 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 (*ProSeInformation) GetN2Pc5ProSePol ¶
func (o *ProSeInformation) GetN2Pc5ProSePol() N2InfoContent
GetN2Pc5ProSePol returns the N2Pc5ProSePol field value if set, zero value otherwise.
func (*ProSeInformation) GetN2Pc5ProSePolOk ¶
func (o *ProSeInformation) GetN2Pc5ProSePolOk() (*N2InfoContent, bool)
GetN2Pc5ProSePolOk returns a tuple with the N2Pc5ProSePol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProSeInformation) HasN2Pc5ProSePol ¶
func (o *ProSeInformation) HasN2Pc5ProSePol() bool
HasN2Pc5ProSePol returns a boolean if a field has been set.
func (ProSeInformation) MarshalJSON ¶
func (o ProSeInformation) MarshalJSON() ([]byte, error)
func (*ProSeInformation) SetN2Pc5ProSePol ¶
func (o *ProSeInformation) SetN2Pc5ProSePol(v N2InfoContent)
SetN2Pc5ProSePol gets a reference to the given N2InfoContent and assigns it to the N2Pc5ProSePol field.
func (ProSeInformation) ToMap ¶
func (o ProSeInformation) ToMap() (map[string]interface{}, error)
type ProblemDetails ¶
type ProblemDetails struct {
// String providing an URI formatted according to RFC 3986.
Type *string `json:"type,omitempty"`
Title *string `json:"title,omitempty"`
Status *int32 `json:"status,omitempty"`
// A human-readable explanation specific to this occurrence of the problem.
Detail *string `json:"detail,omitempty"`
// String providing an URI formatted according to RFC 3986.
Instance *string `json:"instance,omitempty"`
// A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available.
Cause *string `json:"cause,omitempty"`
InvalidParams []InvalidParam `json:"invalidParams,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"`
AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"`
// Fully Qualified Domain Name
NrfId *string `json:"nrfId,omitempty"`
SupportedApiVersions []string `json:"supportedApiVersions,omitempty"`
}
ProblemDetails Provides additional information in an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails) GetAccessTokenError ¶
func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenErrorOk ¶
func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetAccessTokenRequest ¶
func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenRequestOk ¶
func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetNrfId ¶
func (o *ProblemDetails) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails) GetNrfIdOk ¶
func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedApiVersions ¶
func (o *ProblemDetails) GetSupportedApiVersions() []string
GetSupportedApiVersions returns the SupportedApiVersions field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedApiVersionsOk ¶
func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool)
GetSupportedApiVersionsOk returns a tuple with the SupportedApiVersions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasAccessTokenError ¶
func (o *ProblemDetails) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails) HasAccessTokenRequest ¶
func (o *ProblemDetails) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasNrfId ¶
func (o *ProblemDetails) HasNrfId() bool
HasNrfId returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedApiVersions ¶
func (o *ProblemDetails) HasSupportedApiVersions() bool
HasSupportedApiVersions returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetAccessTokenError ¶
func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails) SetAccessTokenRequest ¶
func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetNrfId ¶
func (o *ProblemDetails) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedApiVersions ¶
func (o *ProblemDetails) SetSupportedApiVersions(v []string)
SetSupportedApiVersions gets a reference to the given []string and assigns it to the SupportedApiVersions field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type ProseContext ¶
type ProseContext struct {
DirectDiscovery *UeAuth `json:"directDiscovery,omitempty"`
DirectComm *UeAuth `json:"directComm,omitempty"`
L2Relay *UeAuth `json:"l2Relay,omitempty"`
L3Relay *UeAuth `json:"l3Relay,omitempty"`
L2Remote *UeAuth `json:"l2Remote,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\".
NrUePc5Ambr *string `json:"nrUePc5Ambr,omitempty"`
Pc5QoSPara *Pc5QoSPara `json:"pc5QoSPara,omitempty"`
}
ProseContext Represents the ProSe services related parameters.
func NewProseContext ¶
func NewProseContext() *ProseContext
NewProseContext instantiates a new ProseContext 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 NewProseContextWithDefaults ¶
func NewProseContextWithDefaults() *ProseContext
NewProseContextWithDefaults instantiates a new ProseContext 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 (*ProseContext) GetDirectComm ¶
func (o *ProseContext) GetDirectComm() UeAuth
GetDirectComm returns the DirectComm field value if set, zero value otherwise.
func (*ProseContext) GetDirectCommOk ¶
func (o *ProseContext) GetDirectCommOk() (*UeAuth, bool)
GetDirectCommOk returns a tuple with the DirectComm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseContext) GetDirectDiscovery ¶
func (o *ProseContext) GetDirectDiscovery() UeAuth
GetDirectDiscovery returns the DirectDiscovery field value if set, zero value otherwise.
func (*ProseContext) GetDirectDiscoveryOk ¶
func (o *ProseContext) GetDirectDiscoveryOk() (*UeAuth, bool)
GetDirectDiscoveryOk returns a tuple with the DirectDiscovery field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseContext) GetL2Relay ¶
func (o *ProseContext) GetL2Relay() UeAuth
GetL2Relay returns the L2Relay field value if set, zero value otherwise.
func (*ProseContext) GetL2RelayOk ¶
func (o *ProseContext) GetL2RelayOk() (*UeAuth, bool)
GetL2RelayOk returns a tuple with the L2Relay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseContext) GetL2Remote ¶
func (o *ProseContext) GetL2Remote() UeAuth
GetL2Remote returns the L2Remote field value if set, zero value otherwise.
func (*ProseContext) GetL2RemoteOk ¶
func (o *ProseContext) GetL2RemoteOk() (*UeAuth, bool)
GetL2RemoteOk returns a tuple with the L2Remote field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseContext) GetL3Relay ¶
func (o *ProseContext) GetL3Relay() UeAuth
GetL3Relay returns the L3Relay field value if set, zero value otherwise.
func (*ProseContext) GetL3RelayOk ¶
func (o *ProseContext) GetL3RelayOk() (*UeAuth, bool)
GetL3RelayOk returns a tuple with the L3Relay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseContext) GetNrUePc5Ambr ¶
func (o *ProseContext) GetNrUePc5Ambr() string
GetNrUePc5Ambr returns the NrUePc5Ambr field value if set, zero value otherwise.
func (*ProseContext) GetNrUePc5AmbrOk ¶
func (o *ProseContext) GetNrUePc5AmbrOk() (*string, bool)
GetNrUePc5AmbrOk returns a tuple with the NrUePc5Ambr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseContext) GetPc5QoSPara ¶
func (o *ProseContext) GetPc5QoSPara() Pc5QoSPara
GetPc5QoSPara returns the Pc5QoSPara field value if set, zero value otherwise.
func (*ProseContext) GetPc5QoSParaOk ¶
func (o *ProseContext) GetPc5QoSParaOk() (*Pc5QoSPara, bool)
GetPc5QoSParaOk returns a tuple with the Pc5QoSPara field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProseContext) HasDirectComm ¶
func (o *ProseContext) HasDirectComm() bool
HasDirectComm returns a boolean if a field has been set.
func (*ProseContext) HasDirectDiscovery ¶
func (o *ProseContext) HasDirectDiscovery() bool
HasDirectDiscovery returns a boolean if a field has been set.
func (*ProseContext) HasL2Relay ¶
func (o *ProseContext) HasL2Relay() bool
HasL2Relay returns a boolean if a field has been set.
func (*ProseContext) HasL2Remote ¶
func (o *ProseContext) HasL2Remote() bool
HasL2Remote returns a boolean if a field has been set.
func (*ProseContext) HasL3Relay ¶
func (o *ProseContext) HasL3Relay() bool
HasL3Relay returns a boolean if a field has been set.
func (*ProseContext) HasNrUePc5Ambr ¶
func (o *ProseContext) HasNrUePc5Ambr() bool
HasNrUePc5Ambr returns a boolean if a field has been set.
func (*ProseContext) HasPc5QoSPara ¶
func (o *ProseContext) HasPc5QoSPara() bool
HasPc5QoSPara returns a boolean if a field has been set.
func (ProseContext) MarshalJSON ¶
func (o ProseContext) MarshalJSON() ([]byte, error)
func (*ProseContext) SetDirectComm ¶
func (o *ProseContext) SetDirectComm(v UeAuth)
SetDirectComm gets a reference to the given UeAuth and assigns it to the DirectComm field.
func (*ProseContext) SetDirectDiscovery ¶
func (o *ProseContext) SetDirectDiscovery(v UeAuth)
SetDirectDiscovery gets a reference to the given UeAuth and assigns it to the DirectDiscovery field.
func (*ProseContext) SetL2Relay ¶
func (o *ProseContext) SetL2Relay(v UeAuth)
SetL2Relay gets a reference to the given UeAuth and assigns it to the L2Relay field.
func (*ProseContext) SetL2Remote ¶
func (o *ProseContext) SetL2Remote(v UeAuth)
SetL2Remote gets a reference to the given UeAuth and assigns it to the L2Remote field.
func (*ProseContext) SetL3Relay ¶
func (o *ProseContext) SetL3Relay(v UeAuth)
SetL3Relay gets a reference to the given UeAuth and assigns it to the L3Relay field.
func (*ProseContext) SetNrUePc5Ambr ¶
func (o *ProseContext) SetNrUePc5Ambr(v string)
SetNrUePc5Ambr gets a reference to the given string and assigns it to the NrUePc5Ambr field.
func (*ProseContext) SetPc5QoSPara ¶
func (o *ProseContext) SetPc5QoSPara(v Pc5QoSPara)
SetPc5QoSPara gets a reference to the given Pc5QoSPara and assigns it to the Pc5QoSPara field.
func (ProseContext) ToMap ¶
func (o ProseContext) ToMap() (map[string]interface{}, error)
type PwsInformation ¶
type PwsInformation struct {
// Integer where the allowed values correspond to the value range of an unsigned 16-bit integer.
MessageIdentifier int32 `json:"messageIdentifier"`
// Integer where the allowed values correspond to the value range of an unsigned 16-bit integer.
SerialNumber int32 `json:"serialNumber"`
PwsContainer N2InfoContent `json:"pwsContainer"`
BcEmptyAreaList []GlobalRanNodeId `json:"bcEmptyAreaList,omitempty"`
SendRanResponse *bool `json:"sendRanResponse,omitempty"`
// Represents the OMC Identifier
OmcId *string `json:"omcId,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.
NfId *string `json:"nfId,omitempty"`
}
PwsInformation Represents a PWS related information data part
func NewPwsInformation ¶
func NewPwsInformation(messageIdentifier int32, serialNumber int32, pwsContainer N2InfoContent) *PwsInformation
NewPwsInformation instantiates a new PwsInformation 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 NewPwsInformationWithDefaults ¶
func NewPwsInformationWithDefaults() *PwsInformation
NewPwsInformationWithDefaults instantiates a new PwsInformation 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 (*PwsInformation) GetBcEmptyAreaList ¶
func (o *PwsInformation) GetBcEmptyAreaList() []GlobalRanNodeId
GetBcEmptyAreaList returns the BcEmptyAreaList field value if set, zero value otherwise.
func (*PwsInformation) GetBcEmptyAreaListOk ¶
func (o *PwsInformation) GetBcEmptyAreaListOk() ([]GlobalRanNodeId, bool)
GetBcEmptyAreaListOk returns a tuple with the BcEmptyAreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PwsInformation) GetMessageIdentifier ¶
func (o *PwsInformation) GetMessageIdentifier() int32
GetMessageIdentifier returns the MessageIdentifier field value
func (*PwsInformation) GetMessageIdentifierOk ¶
func (o *PwsInformation) GetMessageIdentifierOk() (*int32, bool)
GetMessageIdentifierOk returns a tuple with the MessageIdentifier field value and a boolean to check if the value has been set.
func (*PwsInformation) GetNfId ¶
func (o *PwsInformation) GetNfId() string
GetNfId returns the NfId field value if set, zero value otherwise.
func (*PwsInformation) GetNfIdOk ¶
func (o *PwsInformation) GetNfIdOk() (*string, bool)
GetNfIdOk returns a tuple with the NfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PwsInformation) GetOmcId ¶
func (o *PwsInformation) GetOmcId() string
GetOmcId returns the OmcId field value if set, zero value otherwise.
func (*PwsInformation) GetOmcIdOk ¶
func (o *PwsInformation) GetOmcIdOk() (*string, bool)
GetOmcIdOk returns a tuple with the OmcId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PwsInformation) GetPwsContainer ¶
func (o *PwsInformation) GetPwsContainer() N2InfoContent
GetPwsContainer returns the PwsContainer field value
func (*PwsInformation) GetPwsContainerOk ¶
func (o *PwsInformation) GetPwsContainerOk() (*N2InfoContent, bool)
GetPwsContainerOk returns a tuple with the PwsContainer field value and a boolean to check if the value has been set.
func (*PwsInformation) GetSendRanResponse ¶
func (o *PwsInformation) GetSendRanResponse() bool
GetSendRanResponse returns the SendRanResponse field value if set, zero value otherwise.
func (*PwsInformation) GetSendRanResponseOk ¶
func (o *PwsInformation) GetSendRanResponseOk() (*bool, bool)
GetSendRanResponseOk returns a tuple with the SendRanResponse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PwsInformation) GetSerialNumber ¶
func (o *PwsInformation) GetSerialNumber() int32
GetSerialNumber returns the SerialNumber field value
func (*PwsInformation) GetSerialNumberOk ¶
func (o *PwsInformation) GetSerialNumberOk() (*int32, bool)
GetSerialNumberOk returns a tuple with the SerialNumber field value and a boolean to check if the value has been set.
func (*PwsInformation) HasBcEmptyAreaList ¶
func (o *PwsInformation) HasBcEmptyAreaList() bool
HasBcEmptyAreaList returns a boolean if a field has been set.
func (*PwsInformation) HasNfId ¶
func (o *PwsInformation) HasNfId() bool
HasNfId returns a boolean if a field has been set.
func (*PwsInformation) HasOmcId ¶
func (o *PwsInformation) HasOmcId() bool
HasOmcId returns a boolean if a field has been set.
func (*PwsInformation) HasSendRanResponse ¶
func (o *PwsInformation) HasSendRanResponse() bool
HasSendRanResponse returns a boolean if a field has been set.
func (PwsInformation) MarshalJSON ¶
func (o PwsInformation) MarshalJSON() ([]byte, error)
func (*PwsInformation) SetBcEmptyAreaList ¶
func (o *PwsInformation) SetBcEmptyAreaList(v []GlobalRanNodeId)
SetBcEmptyAreaList gets a reference to the given []GlobalRanNodeId and assigns it to the BcEmptyAreaList field.
func (*PwsInformation) SetMessageIdentifier ¶
func (o *PwsInformation) SetMessageIdentifier(v int32)
SetMessageIdentifier sets field value
func (*PwsInformation) SetNfId ¶
func (o *PwsInformation) SetNfId(v string)
SetNfId gets a reference to the given string and assigns it to the NfId field.
func (*PwsInformation) SetOmcId ¶
func (o *PwsInformation) SetOmcId(v string)
SetOmcId gets a reference to the given string and assigns it to the OmcId field.
func (*PwsInformation) SetPwsContainer ¶
func (o *PwsInformation) SetPwsContainer(v N2InfoContent)
SetPwsContainer sets field value
func (*PwsInformation) SetSendRanResponse ¶
func (o *PwsInformation) SetSendRanResponse(v bool)
SetSendRanResponse gets a reference to the given bool and assigns it to the SendRanResponse field.
func (*PwsInformation) SetSerialNumber ¶
func (o *PwsInformation) SetSerialNumber(v int32)
SetSerialNumber sets field value
func (PwsInformation) ToMap ¶
func (o PwsInformation) ToMap() (map[string]interface{}, error)
type QosRequirement ¶
type QosRequirement struct {
Interface *interface{}
}
QosRequirement - Represents the QoS requirements.
func InterfaceAsQosRequirement ¶
func InterfaceAsQosRequirement(v *interface{}) QosRequirement
interface{}AsQosRequirement is a convenience function that returns interface{} wrapped in QosRequirement
func (*QosRequirement) GetActualInstance ¶
func (obj *QosRequirement) GetActualInstance() interface{}
Get the actual instance
func (QosRequirement) MarshalJSON ¶
func (src QosRequirement) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*QosRequirement) UnmarshalJSON ¶
func (dst *QosRequirement) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type QosResourceType ¶
type QosResourceType struct {
String *string
}
QosResourceType The enumeration QosResourceType indicates whether a QoS Flow is non-GBR, delay critical GBR, or non-delay critical GBR (see clauses 5.7.3.4 and 5.7.3.5 of 3GPP TS 23.501). It shall comply with the provisions defined in table 5.5.3.6-1.
func (*QosResourceType) MarshalJSON ¶
func (src *QosResourceType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*QosResourceType) UnmarshalJSON ¶
func (dst *QosResourceType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type QosSustainabilityInfo ¶
type QosSustainabilityInfo struct {
Interface *interface{}
}
QosSustainabilityInfo - Represents the QoS Sustainability information.
func InterfaceAsQosSustainabilityInfo ¶
func InterfaceAsQosSustainabilityInfo(v *interface{}) QosSustainabilityInfo
interface{}AsQosSustainabilityInfo is a convenience function that returns interface{} wrapped in QosSustainabilityInfo
func (*QosSustainabilityInfo) GetActualInstance ¶
func (obj *QosSustainabilityInfo) GetActualInstance() interface{}
Get the actual instance
func (QosSustainabilityInfo) MarshalJSON ¶
func (src QosSustainabilityInfo) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*QosSustainabilityInfo) UnmarshalJSON ¶
func (dst *QosSustainabilityInfo) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type RankingCriterion ¶
type RankingCriterion struct {
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
HighBase int32 `json:"highBase"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
LowBase int32 `json:"lowBase"`
}
RankingCriterion Indicates the usage ranking criterion between the high, medium and low usage UE.
func NewRankingCriterion ¶
func NewRankingCriterion(highBase int32, lowBase int32) *RankingCriterion
NewRankingCriterion instantiates a new RankingCriterion 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 NewRankingCriterionWithDefaults ¶
func NewRankingCriterionWithDefaults() *RankingCriterion
NewRankingCriterionWithDefaults instantiates a new RankingCriterion 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 (*RankingCriterion) GetHighBase ¶
func (o *RankingCriterion) GetHighBase() int32
GetHighBase returns the HighBase field value
func (*RankingCriterion) GetHighBaseOk ¶
func (o *RankingCriterion) GetHighBaseOk() (*int32, bool)
GetHighBaseOk returns a tuple with the HighBase field value and a boolean to check if the value has been set.
func (*RankingCriterion) GetLowBase ¶
func (o *RankingCriterion) GetLowBase() int32
GetLowBase returns the LowBase field value
func (*RankingCriterion) GetLowBaseOk ¶
func (o *RankingCriterion) GetLowBaseOk() (*int32, bool)
GetLowBaseOk returns a tuple with the LowBase field value and a boolean to check if the value has been set.
func (RankingCriterion) MarshalJSON ¶
func (o RankingCriterion) MarshalJSON() ([]byte, error)
func (*RankingCriterion) SetHighBase ¶
func (o *RankingCriterion) SetHighBase(v int32)
SetHighBase sets field value
func (*RankingCriterion) SetLowBase ¶
func (o *RankingCriterion) SetLowBase(v int32)
SetLowBase sets field value
func (RankingCriterion) ToMap ¶
func (o RankingCriterion) ToMap() (map[string]interface{}, error)
type RatFreqInformation ¶
type RatFreqInformation struct {
// Set to \"true\" to indicate to handle all the frequencies the NWDAF received, otherwise set to \"false\" or omit. The \"allFreq\" attribute and the \"freq\" attribute are mutually exclusive.
AllFreq *bool `json:"allFreq,omitempty"`
// Set to \"true\" to indicate to handle all the RAT Types the NWDAF received, otherwise set to \"false\" or omit. The \"allRat\" attribute and the \"ratType\" attribute are mutually exclusive.
AllRat *bool `json:"allRat,omitempty"`
// Integer value indicating the ARFCN applicable for a downlink, uplink or bi-directional (TDD) NR global frequency raster, as definition of \"ARFCN-ValueNR\" IE in clause 6.3.2 of 3GPP TS 38.331.
Freq *int32 `json:"freq,omitempty"`
RatType *RatType `json:"ratType,omitempty"`
SvcExpThreshold *ThresholdLevel `json:"svcExpThreshold,omitempty"`
MatchingDir *MatchingDirection `json:"matchingDir,omitempty"`
}
RatFreqInformation Represents the RAT type and/or Frequency information.
func NewRatFreqInformation ¶
func NewRatFreqInformation() *RatFreqInformation
NewRatFreqInformation instantiates a new RatFreqInformation 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 NewRatFreqInformationWithDefaults ¶
func NewRatFreqInformationWithDefaults() *RatFreqInformation
NewRatFreqInformationWithDefaults instantiates a new RatFreqInformation 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 (*RatFreqInformation) GetAllFreq ¶
func (o *RatFreqInformation) GetAllFreq() bool
GetAllFreq returns the AllFreq field value if set, zero value otherwise.
func (*RatFreqInformation) GetAllFreqOk ¶
func (o *RatFreqInformation) GetAllFreqOk() (*bool, bool)
GetAllFreqOk returns a tuple with the AllFreq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetAllRat ¶
func (o *RatFreqInformation) GetAllRat() bool
GetAllRat returns the AllRat field value if set, zero value otherwise.
func (*RatFreqInformation) GetAllRatOk ¶
func (o *RatFreqInformation) GetAllRatOk() (*bool, bool)
GetAllRatOk returns a tuple with the AllRat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetFreq ¶
func (o *RatFreqInformation) GetFreq() int32
GetFreq returns the Freq field value if set, zero value otherwise.
func (*RatFreqInformation) GetFreqOk ¶
func (o *RatFreqInformation) GetFreqOk() (*int32, bool)
GetFreqOk returns a tuple with the Freq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetMatchingDir ¶
func (o *RatFreqInformation) GetMatchingDir() MatchingDirection
GetMatchingDir returns the MatchingDir field value if set, zero value otherwise.
func (*RatFreqInformation) GetMatchingDirOk ¶
func (o *RatFreqInformation) GetMatchingDirOk() (*MatchingDirection, bool)
GetMatchingDirOk returns a tuple with the MatchingDir field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetRatType ¶
func (o *RatFreqInformation) GetRatType() RatType
GetRatType returns the RatType field value if set, zero value otherwise.
func (*RatFreqInformation) GetRatTypeOk ¶
func (o *RatFreqInformation) GetRatTypeOk() (*RatType, bool)
GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) GetSvcExpThreshold ¶
func (o *RatFreqInformation) GetSvcExpThreshold() ThresholdLevel
GetSvcExpThreshold returns the SvcExpThreshold field value if set, zero value otherwise.
func (*RatFreqInformation) GetSvcExpThresholdOk ¶
func (o *RatFreqInformation) GetSvcExpThresholdOk() (*ThresholdLevel, bool)
GetSvcExpThresholdOk returns a tuple with the SvcExpThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RatFreqInformation) HasAllFreq ¶
func (o *RatFreqInformation) HasAllFreq() bool
HasAllFreq returns a boolean if a field has been set.
func (*RatFreqInformation) HasAllRat ¶
func (o *RatFreqInformation) HasAllRat() bool
HasAllRat returns a boolean if a field has been set.
func (*RatFreqInformation) HasFreq ¶
func (o *RatFreqInformation) HasFreq() bool
HasFreq returns a boolean if a field has been set.
func (*RatFreqInformation) HasMatchingDir ¶
func (o *RatFreqInformation) HasMatchingDir() bool
HasMatchingDir returns a boolean if a field has been set.
func (*RatFreqInformation) HasRatType ¶
func (o *RatFreqInformation) HasRatType() bool
HasRatType returns a boolean if a field has been set.
func (*RatFreqInformation) HasSvcExpThreshold ¶
func (o *RatFreqInformation) HasSvcExpThreshold() bool
HasSvcExpThreshold returns a boolean if a field has been set.
func (RatFreqInformation) MarshalJSON ¶
func (o RatFreqInformation) MarshalJSON() ([]byte, error)
func (*RatFreqInformation) SetAllFreq ¶
func (o *RatFreqInformation) SetAllFreq(v bool)
SetAllFreq gets a reference to the given bool and assigns it to the AllFreq field.
func (*RatFreqInformation) SetAllRat ¶
func (o *RatFreqInformation) SetAllRat(v bool)
SetAllRat gets a reference to the given bool and assigns it to the AllRat field.
func (*RatFreqInformation) SetFreq ¶
func (o *RatFreqInformation) SetFreq(v int32)
SetFreq gets a reference to the given int32 and assigns it to the Freq field.
func (*RatFreqInformation) SetMatchingDir ¶
func (o *RatFreqInformation) SetMatchingDir(v MatchingDirection)
SetMatchingDir gets a reference to the given MatchingDirection and assigns it to the MatchingDir field.
func (*RatFreqInformation) SetRatType ¶
func (o *RatFreqInformation) SetRatType(v RatType)
SetRatType gets a reference to the given RatType and assigns it to the RatType field.
func (*RatFreqInformation) SetSvcExpThreshold ¶
func (o *RatFreqInformation) SetSvcExpThreshold(v ThresholdLevel)
SetSvcExpThreshold gets a reference to the given ThresholdLevel and assigns it to the SvcExpThreshold field.
func (RatFreqInformation) ToMap ¶
func (o RatFreqInformation) ToMap() (map[string]interface{}, error)
type RatSelector ¶
type RatSelector struct {
String *string
}
RatSelector Indicates the RAT type for the transfer of N2 information
func (*RatSelector) MarshalJSON ¶
func (src *RatSelector) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RatSelector) UnmarshalJSON ¶
func (dst *RatSelector) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RatType ¶
type RatType struct {
String *string
}
RatType Indicates the radio access used.
func (*RatType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*RatType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type ReachabilityFilter ¶
type ReachabilityFilter struct {
String *string
}
ReachabilityFilter Event filter for REACHABILITY_REPORT event type
func (*ReachabilityFilter) MarshalJSON ¶
func (src *ReachabilityFilter) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReachabilityFilter) UnmarshalJSON ¶
func (dst *ReachabilityFilter) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RedTransExpOrderingCriterion ¶
type RedTransExpOrderingCriterion struct {
String *string
}
RedTransExpOrderingCriterion Possible values are: - TIME_SLOT_START: Indicates the order of time slot start. - RED_TRANS_EXP: Indicates the order of Redundant Transmission Experience.
func (*RedTransExpOrderingCriterion) MarshalJSON ¶
func (src *RedTransExpOrderingCriterion) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RedTransExpOrderingCriterion) UnmarshalJSON ¶
func (dst *RedTransExpOrderingCriterion) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RedirectResponse ¶
type RedirectResponse struct {
Cause *string `json:"cause,omitempty"`
// String providing an URI formatted according to RFC 3986.
TargetScp *string `json:"targetScp,omitempty"`
// String providing an URI formatted according to RFC 3986.
TargetSepp *string `json:"targetSepp,omitempty"`
}
RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.
func NewRedirectResponse ¶
func NewRedirectResponse() *RedirectResponse
NewRedirectResponse instantiates a new RedirectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedirectResponseWithDefaults ¶
func NewRedirectResponseWithDefaults() *RedirectResponse
NewRedirectResponseWithDefaults instantiates a new RedirectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedirectResponse) GetCause ¶
func (o *RedirectResponse) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*RedirectResponse) GetCauseOk ¶
func (o *RedirectResponse) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetScp ¶
func (o *RedirectResponse) GetTargetScp() string
GetTargetScp returns the TargetScp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetScpOk ¶
func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
GetTargetScpOk returns a tuple with the TargetScp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetSepp ¶
func (o *RedirectResponse) GetTargetSepp() string
GetTargetSepp returns the TargetSepp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetSeppOk ¶
func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
GetTargetSeppOk returns a tuple with the TargetSepp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) HasCause ¶
func (o *RedirectResponse) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetScp ¶
func (o *RedirectResponse) HasTargetScp() bool
HasTargetScp returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetSepp ¶
func (o *RedirectResponse) HasTargetSepp() bool
HasTargetSepp returns a boolean if a field has been set.
func (RedirectResponse) MarshalJSON ¶
func (o RedirectResponse) MarshalJSON() ([]byte, error)
func (*RedirectResponse) SetCause ¶
func (o *RedirectResponse) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*RedirectResponse) SetTargetScp ¶
func (o *RedirectResponse) SetTargetScp(v string)
SetTargetScp gets a reference to the given string and assigns it to the TargetScp field.
func (*RedirectResponse) SetTargetSepp ¶
func (o *RedirectResponse) SetTargetSepp(v string)
SetTargetSepp gets a reference to the given string and assigns it to the TargetSepp field.
func (RedirectResponse) ToMap ¶
func (o RedirectResponse) ToMap() (map[string]interface{}, error)
type RedundantTransmissionExpInfo ¶
type RedundantTransmissionExpInfo struct {
SpatialValidCon *NetworkAreaInfo `json:"spatialValidCon,omitempty"`
// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\").
Dnn *string `json:"dnn,omitempty"`
RedTransExps []RedundantTransmissionExpPerTS `json:"redTransExps"`
}
RedundantTransmissionExpInfo The redundant transmission experience related information. When subscribed event is \"RED_TRANS_EXP\", the \"redTransInfos\" attribute shall be included.
func NewRedundantTransmissionExpInfo ¶
func NewRedundantTransmissionExpInfo(redTransExps []RedundantTransmissionExpPerTS) *RedundantTransmissionExpInfo
NewRedundantTransmissionExpInfo instantiates a new RedundantTransmissionExpInfo 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 NewRedundantTransmissionExpInfoWithDefaults ¶
func NewRedundantTransmissionExpInfoWithDefaults() *RedundantTransmissionExpInfo
NewRedundantTransmissionExpInfoWithDefaults instantiates a new RedundantTransmissionExpInfo 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 (*RedundantTransmissionExpInfo) GetDnn ¶
func (o *RedundantTransmissionExpInfo) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*RedundantTransmissionExpInfo) GetDnnOk ¶
func (o *RedundantTransmissionExpInfo) 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 (*RedundantTransmissionExpInfo) GetRedTransExps ¶
func (o *RedundantTransmissionExpInfo) GetRedTransExps() []RedundantTransmissionExpPerTS
GetRedTransExps returns the RedTransExps field value
func (*RedundantTransmissionExpInfo) GetRedTransExpsOk ¶
func (o *RedundantTransmissionExpInfo) GetRedTransExpsOk() ([]RedundantTransmissionExpPerTS, bool)
GetRedTransExpsOk returns a tuple with the RedTransExps field value and a boolean to check if the value has been set.
func (*RedundantTransmissionExpInfo) GetSpatialValidCon ¶
func (o *RedundantTransmissionExpInfo) GetSpatialValidCon() NetworkAreaInfo
GetSpatialValidCon returns the SpatialValidCon field value if set, zero value otherwise.
func (*RedundantTransmissionExpInfo) GetSpatialValidConOk ¶
func (o *RedundantTransmissionExpInfo) GetSpatialValidConOk() (*NetworkAreaInfo, bool)
GetSpatialValidConOk returns a tuple with the SpatialValidCon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedundantTransmissionExpInfo) HasDnn ¶
func (o *RedundantTransmissionExpInfo) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*RedundantTransmissionExpInfo) HasSpatialValidCon ¶
func (o *RedundantTransmissionExpInfo) HasSpatialValidCon() bool
HasSpatialValidCon returns a boolean if a field has been set.
func (RedundantTransmissionExpInfo) MarshalJSON ¶
func (o RedundantTransmissionExpInfo) MarshalJSON() ([]byte, error)
func (*RedundantTransmissionExpInfo) SetDnn ¶
func (o *RedundantTransmissionExpInfo) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*RedundantTransmissionExpInfo) SetRedTransExps ¶
func (o *RedundantTransmissionExpInfo) SetRedTransExps(v []RedundantTransmissionExpPerTS)
SetRedTransExps sets field value
func (*RedundantTransmissionExpInfo) SetSpatialValidCon ¶
func (o *RedundantTransmissionExpInfo) SetSpatialValidCon(v NetworkAreaInfo)
SetSpatialValidCon gets a reference to the given NetworkAreaInfo and assigns it to the SpatialValidCon field.
func (RedundantTransmissionExpInfo) ToMap ¶
func (o RedundantTransmissionExpInfo) ToMap() (map[string]interface{}, error)
type RedundantTransmissionExpPerTS ¶
type RedundantTransmissionExpPerTS struct {
// string with format 'date-time' as defined in OpenAPI.
TsStart time.Time `json:"tsStart"`
// indicating a time in seconds.
TsDuration int32 `json:"tsDuration"`
ObsvRedTransExp ObservedRedundantTransExp `json:"obsvRedTransExp"`
// Redundant Transmission Status. Set to \"true\" if redundant transmission was activated, otherwise set to \"false\". Default value is \"false\" if omitted.
RedTransStatus *bool `json:"redTransStatus,omitempty"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
UeRatio *int32 `json:"ueRatio,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Confidence *int32 `json:"confidence,omitempty"`
}
RedundantTransmissionExpPerTS The redundant transmission experience per Time Slot.
func NewRedundantTransmissionExpPerTS ¶
func NewRedundantTransmissionExpPerTS(tsStart time.Time, tsDuration int32, obsvRedTransExp ObservedRedundantTransExp) *RedundantTransmissionExpPerTS
NewRedundantTransmissionExpPerTS instantiates a new RedundantTransmissionExpPerTS 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 NewRedundantTransmissionExpPerTSWithDefaults ¶
func NewRedundantTransmissionExpPerTSWithDefaults() *RedundantTransmissionExpPerTS
NewRedundantTransmissionExpPerTSWithDefaults instantiates a new RedundantTransmissionExpPerTS 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 (*RedundantTransmissionExpPerTS) GetConfidence ¶
func (o *RedundantTransmissionExpPerTS) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*RedundantTransmissionExpPerTS) GetConfidenceOk ¶
func (o *RedundantTransmissionExpPerTS) 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 (*RedundantTransmissionExpPerTS) GetObsvRedTransExp ¶
func (o *RedundantTransmissionExpPerTS) GetObsvRedTransExp() ObservedRedundantTransExp
GetObsvRedTransExp returns the ObsvRedTransExp field value
func (*RedundantTransmissionExpPerTS) GetObsvRedTransExpOk ¶
func (o *RedundantTransmissionExpPerTS) GetObsvRedTransExpOk() (*ObservedRedundantTransExp, bool)
GetObsvRedTransExpOk returns a tuple with the ObsvRedTransExp field value and a boolean to check if the value has been set.
func (*RedundantTransmissionExpPerTS) GetRedTransStatus ¶
func (o *RedundantTransmissionExpPerTS) GetRedTransStatus() bool
GetRedTransStatus returns the RedTransStatus field value if set, zero value otherwise.
func (*RedundantTransmissionExpPerTS) GetRedTransStatusOk ¶
func (o *RedundantTransmissionExpPerTS) GetRedTransStatusOk() (*bool, bool)
GetRedTransStatusOk returns a tuple with the RedTransStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedundantTransmissionExpPerTS) GetTsDuration ¶
func (o *RedundantTransmissionExpPerTS) GetTsDuration() int32
GetTsDuration returns the TsDuration field value
func (*RedundantTransmissionExpPerTS) GetTsDurationOk ¶
func (o *RedundantTransmissionExpPerTS) GetTsDurationOk() (*int32, bool)
GetTsDurationOk returns a tuple with the TsDuration field value and a boolean to check if the value has been set.
func (*RedundantTransmissionExpPerTS) GetTsStart ¶
func (o *RedundantTransmissionExpPerTS) GetTsStart() time.Time
GetTsStart returns the TsStart field value
func (*RedundantTransmissionExpPerTS) GetTsStartOk ¶
func (o *RedundantTransmissionExpPerTS) GetTsStartOk() (*time.Time, bool)
GetTsStartOk returns a tuple with the TsStart field value and a boolean to check if the value has been set.
func (*RedundantTransmissionExpPerTS) GetUeRatio ¶
func (o *RedundantTransmissionExpPerTS) GetUeRatio() int32
GetUeRatio returns the UeRatio field value if set, zero value otherwise.
func (*RedundantTransmissionExpPerTS) GetUeRatioOk ¶
func (o *RedundantTransmissionExpPerTS) GetUeRatioOk() (*int32, bool)
GetUeRatioOk returns a tuple with the UeRatio field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedundantTransmissionExpPerTS) HasConfidence ¶
func (o *RedundantTransmissionExpPerTS) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*RedundantTransmissionExpPerTS) HasRedTransStatus ¶
func (o *RedundantTransmissionExpPerTS) HasRedTransStatus() bool
HasRedTransStatus returns a boolean if a field has been set.
func (*RedundantTransmissionExpPerTS) HasUeRatio ¶
func (o *RedundantTransmissionExpPerTS) HasUeRatio() bool
HasUeRatio returns a boolean if a field has been set.
func (RedundantTransmissionExpPerTS) MarshalJSON ¶
func (o RedundantTransmissionExpPerTS) MarshalJSON() ([]byte, error)
func (*RedundantTransmissionExpPerTS) SetConfidence ¶
func (o *RedundantTransmissionExpPerTS) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*RedundantTransmissionExpPerTS) SetObsvRedTransExp ¶
func (o *RedundantTransmissionExpPerTS) SetObsvRedTransExp(v ObservedRedundantTransExp)
SetObsvRedTransExp sets field value
func (*RedundantTransmissionExpPerTS) SetRedTransStatus ¶
func (o *RedundantTransmissionExpPerTS) SetRedTransStatus(v bool)
SetRedTransStatus gets a reference to the given bool and assigns it to the RedTransStatus field.
func (*RedundantTransmissionExpPerTS) SetTsDuration ¶
func (o *RedundantTransmissionExpPerTS) SetTsDuration(v int32)
SetTsDuration sets field value
func (*RedundantTransmissionExpPerTS) SetTsStart ¶
func (o *RedundantTransmissionExpPerTS) SetTsStart(v time.Time)
SetTsStart sets field value
func (*RedundantTransmissionExpPerTS) SetUeRatio ¶
func (o *RedundantTransmissionExpPerTS) SetUeRatio(v int32)
SetUeRatio gets a reference to the given int32 and assigns it to the UeRatio field.
func (RedundantTransmissionExpPerTS) ToMap ¶
func (o RedundantTransmissionExpPerTS) ToMap() (map[string]interface{}, error)
type RedundantTransmissionExpReq ¶
type RedundantTransmissionExpReq struct {
RedTOrderCriter *RedTransExpOrderingCriterion `json:"redTOrderCriter,omitempty"`
Order *MatchingDirection `json:"order,omitempty"`
}
RedundantTransmissionExpReq Represents other redundant transmission experience analytics requirements.
func NewRedundantTransmissionExpReq ¶
func NewRedundantTransmissionExpReq() *RedundantTransmissionExpReq
NewRedundantTransmissionExpReq instantiates a new RedundantTransmissionExpReq 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 NewRedundantTransmissionExpReqWithDefaults ¶
func NewRedundantTransmissionExpReqWithDefaults() *RedundantTransmissionExpReq
NewRedundantTransmissionExpReqWithDefaults instantiates a new RedundantTransmissionExpReq 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 (*RedundantTransmissionExpReq) GetOrder ¶
func (o *RedundantTransmissionExpReq) GetOrder() MatchingDirection
GetOrder returns the Order field value if set, zero value otherwise.
func (*RedundantTransmissionExpReq) GetOrderOk ¶
func (o *RedundantTransmissionExpReq) GetOrderOk() (*MatchingDirection, bool)
GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedundantTransmissionExpReq) GetRedTOrderCriter ¶
func (o *RedundantTransmissionExpReq) GetRedTOrderCriter() RedTransExpOrderingCriterion
GetRedTOrderCriter returns the RedTOrderCriter field value if set, zero value otherwise.
func (*RedundantTransmissionExpReq) GetRedTOrderCriterOk ¶
func (o *RedundantTransmissionExpReq) GetRedTOrderCriterOk() (*RedTransExpOrderingCriterion, bool)
GetRedTOrderCriterOk returns a tuple with the RedTOrderCriter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedundantTransmissionExpReq) HasOrder ¶
func (o *RedundantTransmissionExpReq) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (*RedundantTransmissionExpReq) HasRedTOrderCriter ¶
func (o *RedundantTransmissionExpReq) HasRedTOrderCriter() bool
HasRedTOrderCriter returns a boolean if a field has been set.
func (RedundantTransmissionExpReq) MarshalJSON ¶
func (o RedundantTransmissionExpReq) MarshalJSON() ([]byte, error)
func (*RedundantTransmissionExpReq) SetOrder ¶
func (o *RedundantTransmissionExpReq) SetOrder(v MatchingDirection)
SetOrder gets a reference to the given MatchingDirection and assigns it to the Order field.
func (*RedundantTransmissionExpReq) SetRedTOrderCriter ¶
func (o *RedundantTransmissionExpReq) SetRedTOrderCriter(v RedTransExpOrderingCriterion)
SetRedTOrderCriter gets a reference to the given RedTransExpOrderingCriterion and assigns it to the RedTOrderCriter field.
func (RedundantTransmissionExpReq) ToMap ¶
func (o RedundantTransmissionExpReq) ToMap() (map[string]interface{}, error)
type RefToBinaryData ¶
type RefToBinaryData struct {
// This IE shall contain the value of the Content-ID header of the referenced binary body part.
ContentId string `json:"contentId"`
}
RefToBinaryData This parameter provides information about the referenced binary body data.
func NewRefToBinaryData ¶
func NewRefToBinaryData(contentId string) *RefToBinaryData
NewRefToBinaryData instantiates a new RefToBinaryData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRefToBinaryDataWithDefaults ¶
func NewRefToBinaryDataWithDefaults() *RefToBinaryData
NewRefToBinaryDataWithDefaults instantiates a new RefToBinaryData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RefToBinaryData) GetContentId ¶
func (o *RefToBinaryData) GetContentId() string
GetContentId returns the ContentId field value
func (*RefToBinaryData) GetContentIdOk ¶
func (o *RefToBinaryData) GetContentIdOk() (*string, bool)
GetContentIdOk returns a tuple with the ContentId field value and a boolean to check if the value has been set.
func (RefToBinaryData) MarshalJSON ¶
func (o RefToBinaryData) MarshalJSON() ([]byte, error)
func (*RefToBinaryData) SetContentId ¶
func (o *RefToBinaryData) SetContentId(v string)
SetContentId sets field value
func (RefToBinaryData) ToMap ¶
func (o RefToBinaryData) ToMap() (map[string]interface{}, error)
type RegistrationContextContainer ¶
type RegistrationContextContainer struct {
UeContext UeContext `json:"ueContext"`
// String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339; - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment. The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time.
LocalTimeZone *string `json:"localTimeZone,omitempty"`
AnType AccessType `json:"anType"`
AnN2ApId int32 `json:"anN2ApId"`
RanNodeId GlobalRanNodeId `json:"ranNodeId"`
// Fully Qualified Domain Name
InitialAmfName string `json:"initialAmfName"`
UserLocation UserLocation `json:"userLocation"`
RrcEstCause *string `json:"rrcEstCause,omitempty"`
UeContextRequest *bool `json:"ueContextRequest,omitempty"`
InitialAmfN2ApId *int32 `json:"initialAmfN2ApId,omitempty"`
// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
AnN2IPv4Addr *string `json:"anN2IPv4Addr,omitempty"`
AnN2IPv6Addr *Ipv6Addr `json:"anN2IPv6Addr,omitempty"`
AllowedNssai *AllowedNssai `json:"allowedNssai,omitempty"`
ConfiguredNssai []ConfiguredSnssai `json:"configuredNssai,omitempty"`
RejectedNssaiInPlmn []Snssai `json:"rejectedNssaiInPlmn,omitempty"`
RejectedNssaiInTa []Snssai `json:"rejectedNssaiInTa,omitempty"`
SelectedPlmnId *PlmnId `json:"selectedPlmnId,omitempty"`
IabNodeInd *bool `json:"iabNodeInd,omitempty"`
CeModeBInd *CeModeBInd `json:"ceModeBInd,omitempty"`
LteMInd *LteMInd `json:"lteMInd,omitempty"`
AuthenticatedInd *bool `json:"authenticatedInd,omitempty"`
NpnAccessInfo *NpnAccessInfo `json:"npnAccessInfo,omitempty"`
}
RegistrationContextContainer Registration Context Container used to send the UE context information, N1 message from UE, AN address etc during Registration with AMF re-allocation procedure
func NewRegistrationContextContainer ¶
func NewRegistrationContextContainer(ueContext UeContext, anType AccessType, anN2ApId int32, ranNodeId GlobalRanNodeId, initialAmfName string, userLocation UserLocation) *RegistrationContextContainer
NewRegistrationContextContainer instantiates a new RegistrationContextContainer 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 NewRegistrationContextContainerWithDefaults ¶
func NewRegistrationContextContainerWithDefaults() *RegistrationContextContainer
NewRegistrationContextContainerWithDefaults instantiates a new RegistrationContextContainer 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 (*RegistrationContextContainer) GetAllowedNssai ¶
func (o *RegistrationContextContainer) GetAllowedNssai() AllowedNssai
GetAllowedNssai returns the AllowedNssai field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetAllowedNssaiOk ¶
func (o *RegistrationContextContainer) GetAllowedNssaiOk() (*AllowedNssai, bool)
GetAllowedNssaiOk returns a tuple with the AllowedNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetAnN2ApId ¶
func (o *RegistrationContextContainer) GetAnN2ApId() int32
GetAnN2ApId returns the AnN2ApId field value
func (*RegistrationContextContainer) GetAnN2ApIdOk ¶
func (o *RegistrationContextContainer) GetAnN2ApIdOk() (*int32, bool)
GetAnN2ApIdOk returns a tuple with the AnN2ApId field value and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetAnN2IPv4Addr ¶
func (o *RegistrationContextContainer) GetAnN2IPv4Addr() string
GetAnN2IPv4Addr returns the AnN2IPv4Addr field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetAnN2IPv4AddrOk ¶
func (o *RegistrationContextContainer) GetAnN2IPv4AddrOk() (*string, bool)
GetAnN2IPv4AddrOk returns a tuple with the AnN2IPv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetAnN2IPv6Addr ¶
func (o *RegistrationContextContainer) GetAnN2IPv6Addr() Ipv6Addr
GetAnN2IPv6Addr returns the AnN2IPv6Addr field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetAnN2IPv6AddrOk ¶
func (o *RegistrationContextContainer) GetAnN2IPv6AddrOk() (*Ipv6Addr, bool)
GetAnN2IPv6AddrOk returns a tuple with the AnN2IPv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetAnType ¶
func (o *RegistrationContextContainer) GetAnType() AccessType
GetAnType returns the AnType field value
func (*RegistrationContextContainer) GetAnTypeOk ¶
func (o *RegistrationContextContainer) GetAnTypeOk() (*AccessType, bool)
GetAnTypeOk returns a tuple with the AnType field value and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetAuthenticatedInd ¶
func (o *RegistrationContextContainer) GetAuthenticatedInd() bool
GetAuthenticatedInd returns the AuthenticatedInd field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetAuthenticatedIndOk ¶
func (o *RegistrationContextContainer) GetAuthenticatedIndOk() (*bool, bool)
GetAuthenticatedIndOk returns a tuple with the AuthenticatedInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetCeModeBInd ¶
func (o *RegistrationContextContainer) GetCeModeBInd() CeModeBInd
GetCeModeBInd returns the CeModeBInd field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetCeModeBIndOk ¶
func (o *RegistrationContextContainer) GetCeModeBIndOk() (*CeModeBInd, bool)
GetCeModeBIndOk returns a tuple with the CeModeBInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetConfiguredNssai ¶
func (o *RegistrationContextContainer) GetConfiguredNssai() []ConfiguredSnssai
GetConfiguredNssai returns the ConfiguredNssai field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetConfiguredNssaiOk ¶
func (o *RegistrationContextContainer) GetConfiguredNssaiOk() ([]ConfiguredSnssai, bool)
GetConfiguredNssaiOk returns a tuple with the ConfiguredNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetIabNodeInd ¶
func (o *RegistrationContextContainer) GetIabNodeInd() bool
GetIabNodeInd returns the IabNodeInd field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetIabNodeIndOk ¶
func (o *RegistrationContextContainer) GetIabNodeIndOk() (*bool, bool)
GetIabNodeIndOk returns a tuple with the IabNodeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetInitialAmfN2ApId ¶
func (o *RegistrationContextContainer) GetInitialAmfN2ApId() int32
GetInitialAmfN2ApId returns the InitialAmfN2ApId field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetInitialAmfN2ApIdOk ¶
func (o *RegistrationContextContainer) GetInitialAmfN2ApIdOk() (*int32, bool)
GetInitialAmfN2ApIdOk returns a tuple with the InitialAmfN2ApId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetInitialAmfName ¶
func (o *RegistrationContextContainer) GetInitialAmfName() string
GetInitialAmfName returns the InitialAmfName field value
func (*RegistrationContextContainer) GetInitialAmfNameOk ¶
func (o *RegistrationContextContainer) GetInitialAmfNameOk() (*string, bool)
GetInitialAmfNameOk returns a tuple with the InitialAmfName field value and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetLocalTimeZone ¶
func (o *RegistrationContextContainer) GetLocalTimeZone() string
GetLocalTimeZone returns the LocalTimeZone field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetLocalTimeZoneOk ¶
func (o *RegistrationContextContainer) GetLocalTimeZoneOk() (*string, bool)
GetLocalTimeZoneOk returns a tuple with the LocalTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetLteMInd ¶
func (o *RegistrationContextContainer) GetLteMInd() LteMInd
GetLteMInd returns the LteMInd field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetLteMIndOk ¶
func (o *RegistrationContextContainer) GetLteMIndOk() (*LteMInd, bool)
GetLteMIndOk returns a tuple with the LteMInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetNpnAccessInfo ¶
func (o *RegistrationContextContainer) GetNpnAccessInfo() NpnAccessInfo
GetNpnAccessInfo returns the NpnAccessInfo field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetNpnAccessInfoOk ¶
func (o *RegistrationContextContainer) GetNpnAccessInfoOk() (*NpnAccessInfo, bool)
GetNpnAccessInfoOk returns a tuple with the NpnAccessInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetRanNodeId ¶
func (o *RegistrationContextContainer) GetRanNodeId() GlobalRanNodeId
GetRanNodeId returns the RanNodeId field value
func (*RegistrationContextContainer) GetRanNodeIdOk ¶
func (o *RegistrationContextContainer) GetRanNodeIdOk() (*GlobalRanNodeId, bool)
GetRanNodeIdOk returns a tuple with the RanNodeId field value and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetRejectedNssaiInPlmn ¶
func (o *RegistrationContextContainer) GetRejectedNssaiInPlmn() []Snssai
GetRejectedNssaiInPlmn returns the RejectedNssaiInPlmn field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetRejectedNssaiInPlmnOk ¶
func (o *RegistrationContextContainer) GetRejectedNssaiInPlmnOk() ([]Snssai, bool)
GetRejectedNssaiInPlmnOk returns a tuple with the RejectedNssaiInPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetRejectedNssaiInTa ¶
func (o *RegistrationContextContainer) GetRejectedNssaiInTa() []Snssai
GetRejectedNssaiInTa returns the RejectedNssaiInTa field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetRejectedNssaiInTaOk ¶
func (o *RegistrationContextContainer) GetRejectedNssaiInTaOk() ([]Snssai, bool)
GetRejectedNssaiInTaOk returns a tuple with the RejectedNssaiInTa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetRrcEstCause ¶
func (o *RegistrationContextContainer) GetRrcEstCause() string
GetRrcEstCause returns the RrcEstCause field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetRrcEstCauseOk ¶
func (o *RegistrationContextContainer) GetRrcEstCauseOk() (*string, bool)
GetRrcEstCauseOk returns a tuple with the RrcEstCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetSelectedPlmnId ¶
func (o *RegistrationContextContainer) GetSelectedPlmnId() PlmnId
GetSelectedPlmnId returns the SelectedPlmnId field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetSelectedPlmnIdOk ¶
func (o *RegistrationContextContainer) GetSelectedPlmnIdOk() (*PlmnId, bool)
GetSelectedPlmnIdOk returns a tuple with the SelectedPlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetUeContext ¶
func (o *RegistrationContextContainer) GetUeContext() UeContext
GetUeContext returns the UeContext field value
func (*RegistrationContextContainer) GetUeContextOk ¶
func (o *RegistrationContextContainer) GetUeContextOk() (*UeContext, bool)
GetUeContextOk returns a tuple with the UeContext field value and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetUeContextRequest ¶
func (o *RegistrationContextContainer) GetUeContextRequest() bool
GetUeContextRequest returns the UeContextRequest field value if set, zero value otherwise.
func (*RegistrationContextContainer) GetUeContextRequestOk ¶
func (o *RegistrationContextContainer) GetUeContextRequestOk() (*bool, bool)
GetUeContextRequestOk returns a tuple with the UeContextRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistrationContextContainer) GetUserLocation ¶
func (o *RegistrationContextContainer) GetUserLocation() UserLocation
GetUserLocation returns the UserLocation field value
func (*RegistrationContextContainer) GetUserLocationOk ¶
func (o *RegistrationContextContainer) GetUserLocationOk() (*UserLocation, bool)
GetUserLocationOk returns a tuple with the UserLocation field value and a boolean to check if the value has been set.
func (*RegistrationContextContainer) HasAllowedNssai ¶
func (o *RegistrationContextContainer) HasAllowedNssai() bool
HasAllowedNssai returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasAnN2IPv4Addr ¶
func (o *RegistrationContextContainer) HasAnN2IPv4Addr() bool
HasAnN2IPv4Addr returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasAnN2IPv6Addr ¶
func (o *RegistrationContextContainer) HasAnN2IPv6Addr() bool
HasAnN2IPv6Addr returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasAuthenticatedInd ¶
func (o *RegistrationContextContainer) HasAuthenticatedInd() bool
HasAuthenticatedInd returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasCeModeBInd ¶
func (o *RegistrationContextContainer) HasCeModeBInd() bool
HasCeModeBInd returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasConfiguredNssai ¶
func (o *RegistrationContextContainer) HasConfiguredNssai() bool
HasConfiguredNssai returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasIabNodeInd ¶
func (o *RegistrationContextContainer) HasIabNodeInd() bool
HasIabNodeInd returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasInitialAmfN2ApId ¶
func (o *RegistrationContextContainer) HasInitialAmfN2ApId() bool
HasInitialAmfN2ApId returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasLocalTimeZone ¶
func (o *RegistrationContextContainer) HasLocalTimeZone() bool
HasLocalTimeZone returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasLteMInd ¶
func (o *RegistrationContextContainer) HasLteMInd() bool
HasLteMInd returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasNpnAccessInfo ¶
func (o *RegistrationContextContainer) HasNpnAccessInfo() bool
HasNpnAccessInfo returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasRejectedNssaiInPlmn ¶
func (o *RegistrationContextContainer) HasRejectedNssaiInPlmn() bool
HasRejectedNssaiInPlmn returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasRejectedNssaiInTa ¶
func (o *RegistrationContextContainer) HasRejectedNssaiInTa() bool
HasRejectedNssaiInTa returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasRrcEstCause ¶
func (o *RegistrationContextContainer) HasRrcEstCause() bool
HasRrcEstCause returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasSelectedPlmnId ¶
func (o *RegistrationContextContainer) HasSelectedPlmnId() bool
HasSelectedPlmnId returns a boolean if a field has been set.
func (*RegistrationContextContainer) HasUeContextRequest ¶
func (o *RegistrationContextContainer) HasUeContextRequest() bool
HasUeContextRequest returns a boolean if a field has been set.
func (RegistrationContextContainer) MarshalJSON ¶
func (o RegistrationContextContainer) MarshalJSON() ([]byte, error)
func (*RegistrationContextContainer) SetAllowedNssai ¶
func (o *RegistrationContextContainer) SetAllowedNssai(v AllowedNssai)
SetAllowedNssai gets a reference to the given AllowedNssai and assigns it to the AllowedNssai field.
func (*RegistrationContextContainer) SetAnN2ApId ¶
func (o *RegistrationContextContainer) SetAnN2ApId(v int32)
SetAnN2ApId sets field value
func (*RegistrationContextContainer) SetAnN2IPv4Addr ¶
func (o *RegistrationContextContainer) SetAnN2IPv4Addr(v string)
SetAnN2IPv4Addr gets a reference to the given string and assigns it to the AnN2IPv4Addr field.
func (*RegistrationContextContainer) SetAnN2IPv6Addr ¶
func (o *RegistrationContextContainer) SetAnN2IPv6Addr(v Ipv6Addr)
SetAnN2IPv6Addr gets a reference to the given Ipv6Addr and assigns it to the AnN2IPv6Addr field.
func (*RegistrationContextContainer) SetAnType ¶
func (o *RegistrationContextContainer) SetAnType(v AccessType)
SetAnType sets field value
func (*RegistrationContextContainer) SetAuthenticatedInd ¶
func (o *RegistrationContextContainer) SetAuthenticatedInd(v bool)
SetAuthenticatedInd gets a reference to the given bool and assigns it to the AuthenticatedInd field.
func (*RegistrationContextContainer) SetCeModeBInd ¶
func (o *RegistrationContextContainer) SetCeModeBInd(v CeModeBInd)
SetCeModeBInd gets a reference to the given CeModeBInd and assigns it to the CeModeBInd field.
func (*RegistrationContextContainer) SetConfiguredNssai ¶
func (o *RegistrationContextContainer) SetConfiguredNssai(v []ConfiguredSnssai)
SetConfiguredNssai gets a reference to the given []ConfiguredSnssai and assigns it to the ConfiguredNssai field.
func (*RegistrationContextContainer) SetIabNodeInd ¶
func (o *RegistrationContextContainer) SetIabNodeInd(v bool)
SetIabNodeInd gets a reference to the given bool and assigns it to the IabNodeInd field.
func (*RegistrationContextContainer) SetInitialAmfN2ApId ¶
func (o *RegistrationContextContainer) SetInitialAmfN2ApId(v int32)
SetInitialAmfN2ApId gets a reference to the given int32 and assigns it to the InitialAmfN2ApId field.
func (*RegistrationContextContainer) SetInitialAmfName ¶
func (o *RegistrationContextContainer) SetInitialAmfName(v string)
SetInitialAmfName sets field value
func (*RegistrationContextContainer) SetLocalTimeZone ¶
func (o *RegistrationContextContainer) SetLocalTimeZone(v string)
SetLocalTimeZone gets a reference to the given string and assigns it to the LocalTimeZone field.
func (*RegistrationContextContainer) SetLteMInd ¶
func (o *RegistrationContextContainer) SetLteMInd(v LteMInd)
SetLteMInd gets a reference to the given LteMInd and assigns it to the LteMInd field.
func (*RegistrationContextContainer) SetNpnAccessInfo ¶
func (o *RegistrationContextContainer) SetNpnAccessInfo(v NpnAccessInfo)
SetNpnAccessInfo gets a reference to the given NpnAccessInfo and assigns it to the NpnAccessInfo field.
func (*RegistrationContextContainer) SetRanNodeId ¶
func (o *RegistrationContextContainer) SetRanNodeId(v GlobalRanNodeId)
SetRanNodeId sets field value
func (*RegistrationContextContainer) SetRejectedNssaiInPlmn ¶
func (o *RegistrationContextContainer) SetRejectedNssaiInPlmn(v []Snssai)
SetRejectedNssaiInPlmn gets a reference to the given []Snssai and assigns it to the RejectedNssaiInPlmn field.
func (*RegistrationContextContainer) SetRejectedNssaiInTa ¶
func (o *RegistrationContextContainer) SetRejectedNssaiInTa(v []Snssai)
SetRejectedNssaiInTa gets a reference to the given []Snssai and assigns it to the RejectedNssaiInTa field.
func (*RegistrationContextContainer) SetRrcEstCause ¶
func (o *RegistrationContextContainer) SetRrcEstCause(v string)
SetRrcEstCause gets a reference to the given string and assigns it to the RrcEstCause field.
func (*RegistrationContextContainer) SetSelectedPlmnId ¶
func (o *RegistrationContextContainer) SetSelectedPlmnId(v PlmnId)
SetSelectedPlmnId gets a reference to the given PlmnId and assigns it to the SelectedPlmnId field.
func (*RegistrationContextContainer) SetUeContext ¶
func (o *RegistrationContextContainer) SetUeContext(v UeContext)
SetUeContext sets field value
func (*RegistrationContextContainer) SetUeContextRequest ¶
func (o *RegistrationContextContainer) SetUeContextRequest(v bool)
SetUeContextRequest gets a reference to the given bool and assigns it to the UeContextRequest field.
func (*RegistrationContextContainer) SetUserLocation ¶
func (o *RegistrationContextContainer) SetUserLocation(v UserLocation)
SetUserLocation sets field value
func (RegistrationContextContainer) ToMap ¶
func (o RegistrationContextContainer) ToMap() (map[string]interface{}, error)
type RelativeCartesianLocation ¶
type RelativeCartesianLocation struct {
// string with format 'float' as defined in OpenAPI.
X float32 `json:"x"`
// string with format 'float' as defined in OpenAPI.
Y float32 `json:"y"`
// string with format 'float' as defined in OpenAPI.
Z *float32 `json:"z,omitempty"`
}
RelativeCartesianLocation Relative Cartesian Location
func NewRelativeCartesianLocation ¶
func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation
NewRelativeCartesianLocation instantiates a new RelativeCartesianLocation 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 NewRelativeCartesianLocationWithDefaults ¶
func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation
NewRelativeCartesianLocationWithDefaults instantiates a new RelativeCartesianLocation 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 (*RelativeCartesianLocation) GetX ¶
func (o *RelativeCartesianLocation) GetX() float32
GetX returns the X field value
func (*RelativeCartesianLocation) GetXOk ¶
func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
GetXOk returns a tuple with the X field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetY ¶
func (o *RelativeCartesianLocation) GetY() float32
GetY returns the Y field value
func (*RelativeCartesianLocation) GetYOk ¶
func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
GetYOk returns a tuple with the Y field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetZ ¶
func (o *RelativeCartesianLocation) GetZ() float32
GetZ returns the Z field value if set, zero value otherwise.
func (*RelativeCartesianLocation) GetZOk ¶
func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
GetZOk returns a tuple with the Z field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) HasZ ¶
func (o *RelativeCartesianLocation) HasZ() bool
HasZ returns a boolean if a field has been set.
func (RelativeCartesianLocation) MarshalJSON ¶
func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*RelativeCartesianLocation) SetX ¶
func (o *RelativeCartesianLocation) SetX(v float32)
SetX sets field value
func (*RelativeCartesianLocation) SetY ¶
func (o *RelativeCartesianLocation) SetY(v float32)
SetY sets field value
func (*RelativeCartesianLocation) SetZ ¶
func (o *RelativeCartesianLocation) SetZ(v float32)
SetZ gets a reference to the given float32 and assigns it to the Z field.
func (RelativeCartesianLocation) ToMap ¶
func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
type ReleaseCause ¶
type ReleaseCause struct {
String *string
}
ReleaseCause The cause for triggering the release.
func (*ReleaseCause) MarshalJSON ¶
func (src *ReleaseCause) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReleaseCause) UnmarshalJSON ¶
func (dst *ReleaseCause) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ReleaseSessionInfo ¶
type ReleaseSessionInfo struct {
ReleaseSessionList []int32 `json:"releaseSessionList"`
ReleaseCause ReleaseCause `json:"releaseCause"`
}
ReleaseSessionInfo PDU session Id(s) and the cause for triggering the release.
func NewReleaseSessionInfo ¶
func NewReleaseSessionInfo(releaseSessionList []int32, releaseCause ReleaseCause) *ReleaseSessionInfo
NewReleaseSessionInfo instantiates a new ReleaseSessionInfo 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 NewReleaseSessionInfoWithDefaults ¶
func NewReleaseSessionInfoWithDefaults() *ReleaseSessionInfo
NewReleaseSessionInfoWithDefaults instantiates a new ReleaseSessionInfo 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 (*ReleaseSessionInfo) GetReleaseCause ¶
func (o *ReleaseSessionInfo) GetReleaseCause() ReleaseCause
GetReleaseCause returns the ReleaseCause field value
func (*ReleaseSessionInfo) GetReleaseCauseOk ¶
func (o *ReleaseSessionInfo) GetReleaseCauseOk() (*ReleaseCause, bool)
GetReleaseCauseOk returns a tuple with the ReleaseCause field value and a boolean to check if the value has been set.
func (*ReleaseSessionInfo) GetReleaseSessionList ¶
func (o *ReleaseSessionInfo) GetReleaseSessionList() []int32
GetReleaseSessionList returns the ReleaseSessionList field value
func (*ReleaseSessionInfo) GetReleaseSessionListOk ¶
func (o *ReleaseSessionInfo) GetReleaseSessionListOk() ([]int32, bool)
GetReleaseSessionListOk returns a tuple with the ReleaseSessionList field value and a boolean to check if the value has been set.
func (ReleaseSessionInfo) MarshalJSON ¶
func (o ReleaseSessionInfo) MarshalJSON() ([]byte, error)
func (*ReleaseSessionInfo) SetReleaseCause ¶
func (o *ReleaseSessionInfo) SetReleaseCause(v ReleaseCause)
SetReleaseCause sets field value
func (*ReleaseSessionInfo) SetReleaseSessionList ¶
func (o *ReleaseSessionInfo) SetReleaseSessionList(v []int32)
SetReleaseSessionList sets field value
func (ReleaseSessionInfo) ToMap ¶
func (o ReleaseSessionInfo) ToMap() (map[string]interface{}, error)
type RelocateUEContextRequest ¶
type RelocateUEContextRequest struct {
JsonData *UeContextRelocateData `json:"jsonData,omitempty"`
BinaryDataForwardRelocationRequest **os.File `json:"binaryDataForwardRelocationRequest,omitempty"`
BinaryDataN2Information **os.File `json:"binaryDataN2Information,omitempty"`
BinaryDataN2InformationExt1 **os.File `json:"binaryDataN2InformationExt1,omitempty"`
BinaryDataN2InformationExt2 **os.File `json:"binaryDataN2InformationExt2,omitempty"`
BinaryDataN2InformationExt3 **os.File `json:"binaryDataN2InformationExt3,omitempty"`
BinaryDataN2InformationExt4 **os.File `json:"binaryDataN2InformationExt4,omitempty"`
BinaryDataN2InformationExt5 **os.File `json:"binaryDataN2InformationExt5,omitempty"`
BinaryDataN2InformationExt6 **os.File `json:"binaryDataN2InformationExt6,omitempty"`
BinaryDataN2InformationExt7 **os.File `json:"binaryDataN2InformationExt7,omitempty"`
BinaryDataN2InformationExt8 **os.File `json:"binaryDataN2InformationExt8,omitempty"`
BinaryDataN2InformationExt9 **os.File `json:"binaryDataN2InformationExt9,omitempty"`
BinaryDataN2InformationExt10 **os.File `json:"binaryDataN2InformationExt10,omitempty"`
BinaryDataN2InformationExt11 **os.File `json:"binaryDataN2InformationExt11,omitempty"`
BinaryDataN2InformationExt12 **os.File `json:"binaryDataN2InformationExt12,omitempty"`
BinaryDataN2InformationExt13 **os.File `json:"binaryDataN2InformationExt13,omitempty"`
BinaryDataN2InformationExt14 **os.File `json:"binaryDataN2InformationExt14,omitempty"`
BinaryDataN2InformationExt15 **os.File `json:"binaryDataN2InformationExt15,omitempty"`
BinaryDataN2InformationExt16 **os.File `json:"binaryDataN2InformationExt16,omitempty"`
}
RelocateUEContextRequest struct for RelocateUEContextRequest
func NewRelocateUEContextRequest ¶
func NewRelocateUEContextRequest() *RelocateUEContextRequest
NewRelocateUEContextRequest instantiates a new RelocateUEContextRequest 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 NewRelocateUEContextRequestWithDefaults ¶
func NewRelocateUEContextRequestWithDefaults() *RelocateUEContextRequest
NewRelocateUEContextRequestWithDefaults instantiates a new RelocateUEContextRequest 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 (*RelocateUEContextRequest) GetBinaryDataForwardRelocationRequest ¶
func (o *RelocateUEContextRequest) GetBinaryDataForwardRelocationRequest() *os.File
GetBinaryDataForwardRelocationRequest returns the BinaryDataForwardRelocationRequest field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataForwardRelocationRequestOk ¶
func (o *RelocateUEContextRequest) GetBinaryDataForwardRelocationRequestOk() (**os.File, bool)
GetBinaryDataForwardRelocationRequestOk returns a tuple with the BinaryDataForwardRelocationRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2Information ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2Information() *os.File
GetBinaryDataN2Information returns the BinaryDataN2Information field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt1 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt1() *os.File
GetBinaryDataN2InformationExt1 returns the BinaryDataN2InformationExt1 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt1Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt1Ok() (**os.File, bool)
GetBinaryDataN2InformationExt1Ok returns a tuple with the BinaryDataN2InformationExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt2 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt2() *os.File
GetBinaryDataN2InformationExt2 returns the BinaryDataN2InformationExt2 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt2Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt2Ok() (**os.File, bool)
GetBinaryDataN2InformationExt2Ok returns a tuple with the BinaryDataN2InformationExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt3 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt3() *os.File
GetBinaryDataN2InformationExt3 returns the BinaryDataN2InformationExt3 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt3Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt3Ok() (**os.File, bool)
GetBinaryDataN2InformationExt3Ok returns a tuple with the BinaryDataN2InformationExt3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt4 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt4() *os.File
GetBinaryDataN2InformationExt4 returns the BinaryDataN2InformationExt4 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt4Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt4Ok() (**os.File, bool)
GetBinaryDataN2InformationExt4Ok returns a tuple with the BinaryDataN2InformationExt4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt5 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt5() *os.File
GetBinaryDataN2InformationExt5 returns the BinaryDataN2InformationExt5 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt5Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt5Ok() (**os.File, bool)
GetBinaryDataN2InformationExt5Ok returns a tuple with the BinaryDataN2InformationExt5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt6 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt6() *os.File
GetBinaryDataN2InformationExt6 returns the BinaryDataN2InformationExt6 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt6Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt6Ok() (**os.File, bool)
GetBinaryDataN2InformationExt6Ok returns a tuple with the BinaryDataN2InformationExt6 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt7 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt7() *os.File
GetBinaryDataN2InformationExt7 returns the BinaryDataN2InformationExt7 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt7Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt7Ok() (**os.File, bool)
GetBinaryDataN2InformationExt7Ok returns a tuple with the BinaryDataN2InformationExt7 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt8 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt8() *os.File
GetBinaryDataN2InformationExt8 returns the BinaryDataN2InformationExt8 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt8Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt8Ok() (**os.File, bool)
GetBinaryDataN2InformationExt8Ok returns a tuple with the BinaryDataN2InformationExt8 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt9 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt9() *os.File
GetBinaryDataN2InformationExt9 returns the BinaryDataN2InformationExt9 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt9Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt9Ok() (**os.File, bool)
GetBinaryDataN2InformationExt9Ok returns a tuple with the BinaryDataN2InformationExt9 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt10 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt10() *os.File
GetBinaryDataN2InformationExt10 returns the BinaryDataN2InformationExt10 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt10Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt10Ok() (**os.File, bool)
GetBinaryDataN2InformationExt10Ok returns a tuple with the BinaryDataN2InformationExt10 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt11 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt11() *os.File
GetBinaryDataN2InformationExt11 returns the BinaryDataN2InformationExt11 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt11Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt11Ok() (**os.File, bool)
GetBinaryDataN2InformationExt11Ok returns a tuple with the BinaryDataN2InformationExt11 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt12 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt12() *os.File
GetBinaryDataN2InformationExt12 returns the BinaryDataN2InformationExt12 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt12Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt12Ok() (**os.File, bool)
GetBinaryDataN2InformationExt12Ok returns a tuple with the BinaryDataN2InformationExt12 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt13 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt13() *os.File
GetBinaryDataN2InformationExt13 returns the BinaryDataN2InformationExt13 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt13Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt13Ok() (**os.File, bool)
GetBinaryDataN2InformationExt13Ok returns a tuple with the BinaryDataN2InformationExt13 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt14 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt14() *os.File
GetBinaryDataN2InformationExt14 returns the BinaryDataN2InformationExt14 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt14Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt14Ok() (**os.File, bool)
GetBinaryDataN2InformationExt14Ok returns a tuple with the BinaryDataN2InformationExt14 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt15 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt15() *os.File
GetBinaryDataN2InformationExt15 returns the BinaryDataN2InformationExt15 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt15Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt15Ok() (**os.File, bool)
GetBinaryDataN2InformationExt15Ok returns a tuple with the BinaryDataN2InformationExt15 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt16 ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt16() *os.File
GetBinaryDataN2InformationExt16 returns the BinaryDataN2InformationExt16 field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationExt16Ok ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationExt16Ok() (**os.File, bool)
GetBinaryDataN2InformationExt16Ok returns a tuple with the BinaryDataN2InformationExt16 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetBinaryDataN2InformationOk ¶
func (o *RelocateUEContextRequest) GetBinaryDataN2InformationOk() (**os.File, bool)
GetBinaryDataN2InformationOk returns a tuple with the BinaryDataN2Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelocateUEContextRequest) GetJsonData ¶
func (o *RelocateUEContextRequest) GetJsonData() UeContextRelocateData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*RelocateUEContextRequest) GetJsonDataOk ¶
func (o *RelocateUEContextRequest) GetJsonDataOk() (*UeContextRelocateData, 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 (*RelocateUEContextRequest) HasBinaryDataForwardRelocationRequest ¶
func (o *RelocateUEContextRequest) HasBinaryDataForwardRelocationRequest() bool
HasBinaryDataForwardRelocationRequest returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2Information ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2Information() bool
HasBinaryDataN2Information returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt1 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt1() bool
HasBinaryDataN2InformationExt1 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt2 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt2() bool
HasBinaryDataN2InformationExt2 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt3 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt3() bool
HasBinaryDataN2InformationExt3 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt4 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt4() bool
HasBinaryDataN2InformationExt4 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt5 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt5() bool
HasBinaryDataN2InformationExt5 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt6 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt6() bool
HasBinaryDataN2InformationExt6 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt7 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt7() bool
HasBinaryDataN2InformationExt7 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt8 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt8() bool
HasBinaryDataN2InformationExt8 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt9 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt9() bool
HasBinaryDataN2InformationExt9 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt10 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt10() bool
HasBinaryDataN2InformationExt10 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt11 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt11() bool
HasBinaryDataN2InformationExt11 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt12 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt12() bool
HasBinaryDataN2InformationExt12 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt13 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt13() bool
HasBinaryDataN2InformationExt13 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt14 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt14() bool
HasBinaryDataN2InformationExt14 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt15 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt15() bool
HasBinaryDataN2InformationExt15 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasBinaryDataN2InformationExt16 ¶
func (o *RelocateUEContextRequest) HasBinaryDataN2InformationExt16() bool
HasBinaryDataN2InformationExt16 returns a boolean if a field has been set.
func (*RelocateUEContextRequest) HasJsonData ¶
func (o *RelocateUEContextRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (RelocateUEContextRequest) MarshalJSON ¶
func (o RelocateUEContextRequest) MarshalJSON() ([]byte, error)
func (*RelocateUEContextRequest) SetBinaryDataForwardRelocationRequest ¶
func (o *RelocateUEContextRequest) SetBinaryDataForwardRelocationRequest(v *os.File)
SetBinaryDataForwardRelocationRequest gets a reference to the given *os.File and assigns it to the BinaryDataForwardRelocationRequest field.
func (*RelocateUEContextRequest) SetBinaryDataN2Information ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2Information(v *os.File)
SetBinaryDataN2Information gets a reference to the given *os.File and assigns it to the BinaryDataN2Information field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt1 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt1(v *os.File)
SetBinaryDataN2InformationExt1 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt1 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt2 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt2(v *os.File)
SetBinaryDataN2InformationExt2 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt2 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt3 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt3(v *os.File)
SetBinaryDataN2InformationExt3 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt3 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt4 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt4(v *os.File)
SetBinaryDataN2InformationExt4 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt4 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt5 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt5(v *os.File)
SetBinaryDataN2InformationExt5 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt5 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt6 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt6(v *os.File)
SetBinaryDataN2InformationExt6 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt6 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt7 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt7(v *os.File)
SetBinaryDataN2InformationExt7 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt7 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt8 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt8(v *os.File)
SetBinaryDataN2InformationExt8 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt8 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt9 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt9(v *os.File)
SetBinaryDataN2InformationExt9 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt9 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt10 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt10(v *os.File)
SetBinaryDataN2InformationExt10 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt10 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt11 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt11(v *os.File)
SetBinaryDataN2InformationExt11 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt11 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt12 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt12(v *os.File)
SetBinaryDataN2InformationExt12 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt12 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt13 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt13(v *os.File)
SetBinaryDataN2InformationExt13 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt13 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt14 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt14(v *os.File)
SetBinaryDataN2InformationExt14 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt14 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt15 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt15(v *os.File)
SetBinaryDataN2InformationExt15 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt15 field.
func (*RelocateUEContextRequest) SetBinaryDataN2InformationExt16 ¶
func (o *RelocateUEContextRequest) SetBinaryDataN2InformationExt16(v *os.File)
SetBinaryDataN2InformationExt16 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt16 field.
func (*RelocateUEContextRequest) SetJsonData ¶
func (o *RelocateUEContextRequest) SetJsonData(v UeContextRelocateData)
SetJsonData gets a reference to the given UeContextRelocateData and assigns it to the JsonData field.
func (RelocateUEContextRequest) ToMap ¶
func (o RelocateUEContextRequest) ToMap() (map[string]interface{}, error)
type ReportAmountMdt ¶
type ReportAmountMdt struct {
String *string
}
ReportAmountMdt The enumeration ReportAmountMdt defines Report Amount for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.10-1.
func (*ReportAmountMdt) MarshalJSON ¶
func (src *ReportAmountMdt) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReportAmountMdt) UnmarshalJSON ¶
func (dst *ReportAmountMdt) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ReportIntervalMdt ¶
type ReportIntervalMdt struct {
String *string
}
ReportIntervalMdt The enumeration ReportIntervalMdt defines Report Interval for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.9-1.
func (*ReportIntervalMdt) MarshalJSON ¶
func (src *ReportIntervalMdt) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReportIntervalMdt) UnmarshalJSON ¶
func (dst *ReportIntervalMdt) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ReportIntervalNrMdt ¶
type ReportIntervalNrMdt struct {
String *string
}
ReportIntervalNrMdt The enumeration ReportIntervalNrMdt defines Report Interval in NR for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.17-1.
func (*ReportIntervalNrMdt) MarshalJSON ¶
func (src *ReportIntervalNrMdt) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReportIntervalNrMdt) UnmarshalJSON ¶
func (dst *ReportIntervalNrMdt) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ReportingInformation ¶
type ReportingInformation struct {
ImmRep *bool `json:"immRep,omitempty"`
NotifMethod *NotificationMethod1 `json:"notifMethod,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
MaxReportNbr *int32 `json:"maxReportNbr,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
MonDur *time.Time `json:"monDur,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"`
// Criteria for partitioning the UEs before applying the sampling ratio.
PartitionCriteria []PartitioningCriteria `json:"partitionCriteria,omitempty"`
// indicating a time in seconds.
GrpRepTime *int32 `json:"grpRepTime,omitempty"`
NotifFlag *NotificationFlag `json:"notifFlag,omitempty"`
}
ReportingInformation Represents the type of reporting that the subscription requires.
func NewReportingInformation ¶
func NewReportingInformation() *ReportingInformation
NewReportingInformation instantiates a new ReportingInformation 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 NewReportingInformationWithDefaults ¶
func NewReportingInformationWithDefaults() *ReportingInformation
NewReportingInformationWithDefaults instantiates a new ReportingInformation 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 (*ReportingInformation) GetGrpRepTime ¶
func (o *ReportingInformation) GetGrpRepTime() int32
GetGrpRepTime returns the GrpRepTime field value if set, zero value otherwise.
func (*ReportingInformation) GetGrpRepTimeOk ¶
func (o *ReportingInformation) GetGrpRepTimeOk() (*int32, bool)
GetGrpRepTimeOk returns a tuple with the GrpRepTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetImmRep ¶
func (o *ReportingInformation) GetImmRep() bool
GetImmRep returns the ImmRep field value if set, zero value otherwise.
func (*ReportingInformation) GetImmRepOk ¶
func (o *ReportingInformation) GetImmRepOk() (*bool, bool)
GetImmRepOk returns a tuple with the ImmRep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetMaxReportNbr ¶
func (o *ReportingInformation) GetMaxReportNbr() int32
GetMaxReportNbr returns the MaxReportNbr field value if set, zero value otherwise.
func (*ReportingInformation) GetMaxReportNbrOk ¶
func (o *ReportingInformation) GetMaxReportNbrOk() (*int32, bool)
GetMaxReportNbrOk returns a tuple with the MaxReportNbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetMonDur ¶
func (o *ReportingInformation) GetMonDur() time.Time
GetMonDur returns the MonDur field value if set, zero value otherwise.
func (*ReportingInformation) GetMonDurOk ¶
func (o *ReportingInformation) GetMonDurOk() (*time.Time, bool)
GetMonDurOk returns a tuple with the MonDur field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetNotifFlag ¶
func (o *ReportingInformation) GetNotifFlag() NotificationFlag
GetNotifFlag returns the NotifFlag field value if set, zero value otherwise.
func (*ReportingInformation) GetNotifFlagOk ¶
func (o *ReportingInformation) 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 (*ReportingInformation) GetNotifMethod ¶
func (o *ReportingInformation) GetNotifMethod() NotificationMethod1
GetNotifMethod returns the NotifMethod field value if set, zero value otherwise.
func (*ReportingInformation) GetNotifMethodOk ¶
func (o *ReportingInformation) GetNotifMethodOk() (*NotificationMethod1, bool)
GetNotifMethodOk returns a tuple with the NotifMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetPartitionCriteria ¶
func (o *ReportingInformation) GetPartitionCriteria() []PartitioningCriteria
GetPartitionCriteria returns the PartitionCriteria field value if set, zero value otherwise.
func (*ReportingInformation) GetPartitionCriteriaOk ¶
func (o *ReportingInformation) GetPartitionCriteriaOk() ([]PartitioningCriteria, bool)
GetPartitionCriteriaOk returns a tuple with the PartitionCriteria field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReportingInformation) GetRepPeriod ¶
func (o *ReportingInformation) GetRepPeriod() int32
GetRepPeriod returns the RepPeriod field value if set, zero value otherwise.
func (*ReportingInformation) GetRepPeriodOk ¶
func (o *ReportingInformation) 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 (*ReportingInformation) GetSampRatio ¶
func (o *ReportingInformation) GetSampRatio() int32
GetSampRatio returns the SampRatio field value if set, zero value otherwise.
func (*ReportingInformation) GetSampRatioOk ¶
func (o *ReportingInformation) 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 (*ReportingInformation) HasGrpRepTime ¶
func (o *ReportingInformation) HasGrpRepTime() bool
HasGrpRepTime returns a boolean if a field has been set.
func (*ReportingInformation) HasImmRep ¶
func (o *ReportingInformation) HasImmRep() bool
HasImmRep returns a boolean if a field has been set.
func (*ReportingInformation) HasMaxReportNbr ¶
func (o *ReportingInformation) HasMaxReportNbr() bool
HasMaxReportNbr returns a boolean if a field has been set.
func (*ReportingInformation) HasMonDur ¶
func (o *ReportingInformation) HasMonDur() bool
HasMonDur returns a boolean if a field has been set.
func (*ReportingInformation) HasNotifFlag ¶
func (o *ReportingInformation) HasNotifFlag() bool
HasNotifFlag returns a boolean if a field has been set.
func (*ReportingInformation) HasNotifMethod ¶
func (o *ReportingInformation) HasNotifMethod() bool
HasNotifMethod returns a boolean if a field has been set.
func (*ReportingInformation) HasPartitionCriteria ¶
func (o *ReportingInformation) HasPartitionCriteria() bool
HasPartitionCriteria returns a boolean if a field has been set.
func (*ReportingInformation) HasRepPeriod ¶
func (o *ReportingInformation) HasRepPeriod() bool
HasRepPeriod returns a boolean if a field has been set.
func (*ReportingInformation) HasSampRatio ¶
func (o *ReportingInformation) HasSampRatio() bool
HasSampRatio returns a boolean if a field has been set.
func (ReportingInformation) MarshalJSON ¶
func (o ReportingInformation) MarshalJSON() ([]byte, error)
func (*ReportingInformation) SetGrpRepTime ¶
func (o *ReportingInformation) SetGrpRepTime(v int32)
SetGrpRepTime gets a reference to the given int32 and assigns it to the GrpRepTime field.
func (*ReportingInformation) SetImmRep ¶
func (o *ReportingInformation) SetImmRep(v bool)
SetImmRep gets a reference to the given bool and assigns it to the ImmRep field.
func (*ReportingInformation) SetMaxReportNbr ¶
func (o *ReportingInformation) SetMaxReportNbr(v int32)
SetMaxReportNbr gets a reference to the given int32 and assigns it to the MaxReportNbr field.
func (*ReportingInformation) SetMonDur ¶
func (o *ReportingInformation) SetMonDur(v time.Time)
SetMonDur gets a reference to the given time.Time and assigns it to the MonDur field.
func (*ReportingInformation) SetNotifFlag ¶
func (o *ReportingInformation) SetNotifFlag(v NotificationFlag)
SetNotifFlag gets a reference to the given NotificationFlag and assigns it to the NotifFlag field.
func (*ReportingInformation) SetNotifMethod ¶
func (o *ReportingInformation) SetNotifMethod(v NotificationMethod1)
SetNotifMethod gets a reference to the given NotificationMethod1 and assigns it to the NotifMethod field.
func (*ReportingInformation) SetPartitionCriteria ¶
func (o *ReportingInformation) SetPartitionCriteria(v []PartitioningCriteria)
SetPartitionCriteria gets a reference to the given []PartitioningCriteria and assigns it to the PartitionCriteria field.
func (*ReportingInformation) SetRepPeriod ¶
func (o *ReportingInformation) SetRepPeriod(v int32)
SetRepPeriod gets a reference to the given int32 and assigns it to the RepPeriod field.
func (*ReportingInformation) SetSampRatio ¶
func (o *ReportingInformation) SetSampRatio(v int32)
SetSampRatio gets a reference to the given int32 and assigns it to the SampRatio field.
func (ReportingInformation) ToMap ¶
func (o ReportingInformation) ToMap() (map[string]interface{}, error)
type ReportingTrigger ¶
type ReportingTrigger struct {
String *string
}
ReportingTrigger The enumeration ReportingTrigger defines Reporting Triggers for MDT in the trace. See 3GPP TS 32.42] for further description of the values. It shall comply with the provisions defined in table 5.6.3.8-1.
func (*ReportingTrigger) MarshalJSON ¶
func (src *ReportingTrigger) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ReportingTrigger) UnmarshalJSON ¶
func (dst *ReportingTrigger) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ResourceUsage ¶
type ResourceUsage struct {
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
CpuUsage *int32 `json:"cpuUsage,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
MemoryUsage *int32 `json:"memoryUsage,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
StorageUsage *int32 `json:"storageUsage,omitempty"`
}
ResourceUsage The current usage of the virtual resources assigned to the NF instances belonging to a particular network slice instance.
func NewResourceUsage ¶
func NewResourceUsage() *ResourceUsage
NewResourceUsage instantiates a new ResourceUsage 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 NewResourceUsageWithDefaults ¶
func NewResourceUsageWithDefaults() *ResourceUsage
NewResourceUsageWithDefaults instantiates a new ResourceUsage 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 (*ResourceUsage) GetCpuUsage ¶
func (o *ResourceUsage) GetCpuUsage() int32
GetCpuUsage returns the CpuUsage field value if set, zero value otherwise.
func (*ResourceUsage) GetCpuUsageOk ¶
func (o *ResourceUsage) GetCpuUsageOk() (*int32, bool)
GetCpuUsageOk returns a tuple with the CpuUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUsage) GetMemoryUsage ¶
func (o *ResourceUsage) GetMemoryUsage() int32
GetMemoryUsage returns the MemoryUsage field value if set, zero value otherwise.
func (*ResourceUsage) GetMemoryUsageOk ¶
func (o *ResourceUsage) GetMemoryUsageOk() (*int32, bool)
GetMemoryUsageOk returns a tuple with the MemoryUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUsage) GetStorageUsage ¶
func (o *ResourceUsage) GetStorageUsage() int32
GetStorageUsage returns the StorageUsage field value if set, zero value otherwise.
func (*ResourceUsage) GetStorageUsageOk ¶
func (o *ResourceUsage) GetStorageUsageOk() (*int32, bool)
GetStorageUsageOk returns a tuple with the StorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUsage) HasCpuUsage ¶
func (o *ResourceUsage) HasCpuUsage() bool
HasCpuUsage returns a boolean if a field has been set.
func (*ResourceUsage) HasMemoryUsage ¶
func (o *ResourceUsage) HasMemoryUsage() bool
HasMemoryUsage returns a boolean if a field has been set.
func (*ResourceUsage) HasStorageUsage ¶
func (o *ResourceUsage) HasStorageUsage() bool
HasStorageUsage returns a boolean if a field has been set.
func (ResourceUsage) MarshalJSON ¶
func (o ResourceUsage) MarshalJSON() ([]byte, error)
func (*ResourceUsage) SetCpuUsage ¶
func (o *ResourceUsage) SetCpuUsage(v int32)
SetCpuUsage gets a reference to the given int32 and assigns it to the CpuUsage field.
func (*ResourceUsage) SetMemoryUsage ¶
func (o *ResourceUsage) SetMemoryUsage(v int32)
SetMemoryUsage gets a reference to the given int32 and assigns it to the MemoryUsage field.
func (*ResourceUsage) SetStorageUsage ¶
func (o *ResourceUsage) SetStorageUsage(v int32)
SetStorageUsage gets a reference to the given int32 and assigns it to the StorageUsage field.
func (ResourceUsage) ToMap ¶
func (o ResourceUsage) ToMap() (map[string]interface{}, error)
type RestrictionType ¶
type RestrictionType struct {
String *string
}
RestrictionType It contains the restriction type ALLOWED_AREAS or NOT_ALLOWED_AREAS.
func (*RestrictionType) MarshalJSON ¶
func (src *RestrictionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RestrictionType) UnmarshalJSON ¶
func (dst *RestrictionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RetainabilityThreshold ¶
type RetainabilityThreshold struct {
Interface *interface{}
}
RetainabilityThreshold - Represents a QoS flow retainability threshold.
func InterfaceAsRetainabilityThreshold ¶
func InterfaceAsRetainabilityThreshold(v *interface{}) RetainabilityThreshold
interface{}AsRetainabilityThreshold is a convenience function that returns interface{} wrapped in RetainabilityThreshold
func (*RetainabilityThreshold) GetActualInstance ¶
func (obj *RetainabilityThreshold) GetActualInstance() interface{}
Get the actual instance
func (RetainabilityThreshold) MarshalJSON ¶
func (src RetainabilityThreshold) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*RetainabilityThreshold) UnmarshalJSON ¶
func (dst *RetainabilityThreshold) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type RoutingAreaId ¶
type RoutingAreaId struct {
PlmnId PlmnId `json:"plmnId"`
// Location Area Code
Lac string `json:"lac"`
// Routing Area Code
Rac string `json:"rac"`
}
RoutingAreaId Contains a Routing Area Identification as defined in 3GPP TS 23.003, clause 4.2.
func NewRoutingAreaId ¶
func NewRoutingAreaId(plmnId PlmnId, lac string, rac string) *RoutingAreaId
NewRoutingAreaId instantiates a new RoutingAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoutingAreaIdWithDefaults ¶
func NewRoutingAreaIdWithDefaults() *RoutingAreaId
NewRoutingAreaIdWithDefaults instantiates a new RoutingAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RoutingAreaId) GetLac ¶
func (o *RoutingAreaId) GetLac() string
GetLac returns the Lac field value
func (*RoutingAreaId) GetLacOk ¶
func (o *RoutingAreaId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*RoutingAreaId) GetPlmnId ¶
func (o *RoutingAreaId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*RoutingAreaId) GetPlmnIdOk ¶
func (o *RoutingAreaId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*RoutingAreaId) GetRac ¶
func (o *RoutingAreaId) GetRac() string
GetRac returns the Rac field value
func (*RoutingAreaId) GetRacOk ¶
func (o *RoutingAreaId) GetRacOk() (*string, bool)
GetRacOk returns a tuple with the Rac field value and a boolean to check if the value has been set.
func (RoutingAreaId) MarshalJSON ¶
func (o RoutingAreaId) MarshalJSON() ([]byte, error)
func (*RoutingAreaId) SetPlmnId ¶
func (o *RoutingAreaId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (RoutingAreaId) ToMap ¶
func (o RoutingAreaId) ToMap() (map[string]interface{}, error)
type SbiBindingLevel ¶
type SbiBindingLevel struct {
String *string
}
SbiBindingLevel SBI Binding Level
func (*SbiBindingLevel) MarshalJSON ¶
func (src *SbiBindingLevel) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SbiBindingLevel) UnmarshalJSON ¶
func (dst *SbiBindingLevel) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ScType ¶
type ScType struct {
String *string
}
ScType Indicates the security context type
func (*ScType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*ScType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type ScheduledCommunicationTime ¶
type ScheduledCommunicationTime struct {
// Identifies the day(s) of the week. If absent, it indicates every day of the week.
DaysOfWeek []int32 `json:"daysOfWeek,omitempty"`
// String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
TimeOfDayStart *string `json:"timeOfDayStart,omitempty"`
// String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
TimeOfDayEnd *string `json:"timeOfDayEnd,omitempty"`
}
ScheduledCommunicationTime Identifies time and day of the week when the UE is available for communication.
func NewScheduledCommunicationTime ¶
func NewScheduledCommunicationTime() *ScheduledCommunicationTime
NewScheduledCommunicationTime instantiates a new ScheduledCommunicationTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewScheduledCommunicationTimeWithDefaults ¶
func NewScheduledCommunicationTimeWithDefaults() *ScheduledCommunicationTime
NewScheduledCommunicationTimeWithDefaults instantiates a new ScheduledCommunicationTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ScheduledCommunicationTime) GetDaysOfWeek ¶
func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32
GetDaysOfWeek returns the DaysOfWeek field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetDaysOfWeekOk ¶
func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool)
GetDaysOfWeekOk returns a tuple with the DaysOfWeek field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) GetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string
GetTimeOfDayEnd returns the TimeOfDayEnd field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetTimeOfDayEndOk ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool)
GetTimeOfDayEndOk returns a tuple with the TimeOfDayEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) GetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string
GetTimeOfDayStart returns the TimeOfDayStart field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetTimeOfDayStartOk ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool)
GetTimeOfDayStartOk returns a tuple with the TimeOfDayStart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) HasDaysOfWeek ¶
func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool
HasDaysOfWeek returns a boolean if a field has been set.
func (*ScheduledCommunicationTime) HasTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool
HasTimeOfDayEnd returns a boolean if a field has been set.
func (*ScheduledCommunicationTime) HasTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool
HasTimeOfDayStart returns a boolean if a field has been set.
func (ScheduledCommunicationTime) MarshalJSON ¶
func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error)
func (*ScheduledCommunicationTime) SetDaysOfWeek ¶
func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32)
SetDaysOfWeek gets a reference to the given []int32 and assigns it to the DaysOfWeek field.
func (*ScheduledCommunicationTime) SetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string)
SetTimeOfDayEnd gets a reference to the given string and assigns it to the TimeOfDayEnd field.
func (*ScheduledCommunicationTime) SetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string)
SetTimeOfDayStart gets a reference to the given string and assigns it to the TimeOfDayStart field.
func (ScheduledCommunicationTime) ToMap ¶
func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error)
type ScheduledCommunicationTime1 ¶
type ScheduledCommunicationTime1 struct {
// Identifies the day(s) of the week. If absent, it indicates every day of the week.
DaysOfWeek []int32 `json:"daysOfWeek,omitempty"`
// String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
TimeOfDayStart *string `json:"timeOfDayStart,omitempty"`
// String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
TimeOfDayEnd *string `json:"timeOfDayEnd,omitempty"`
}
ScheduledCommunicationTime1 Represents an offered scheduled communication time.
func NewScheduledCommunicationTime1 ¶
func NewScheduledCommunicationTime1() *ScheduledCommunicationTime1
NewScheduledCommunicationTime1 instantiates a new ScheduledCommunicationTime1 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 NewScheduledCommunicationTime1WithDefaults ¶
func NewScheduledCommunicationTime1WithDefaults() *ScheduledCommunicationTime1
NewScheduledCommunicationTime1WithDefaults instantiates a new ScheduledCommunicationTime1 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 (*ScheduledCommunicationTime1) GetDaysOfWeek ¶
func (o *ScheduledCommunicationTime1) GetDaysOfWeek() []int32
GetDaysOfWeek returns the DaysOfWeek field value if set, zero value otherwise.
func (*ScheduledCommunicationTime1) GetDaysOfWeekOk ¶
func (o *ScheduledCommunicationTime1) GetDaysOfWeekOk() ([]int32, bool)
GetDaysOfWeekOk returns a tuple with the DaysOfWeek field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime1) GetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime1) GetTimeOfDayEnd() string
GetTimeOfDayEnd returns the TimeOfDayEnd field value if set, zero value otherwise.
func (*ScheduledCommunicationTime1) GetTimeOfDayEndOk ¶
func (o *ScheduledCommunicationTime1) GetTimeOfDayEndOk() (*string, bool)
GetTimeOfDayEndOk returns a tuple with the TimeOfDayEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime1) GetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime1) GetTimeOfDayStart() string
GetTimeOfDayStart returns the TimeOfDayStart field value if set, zero value otherwise.
func (*ScheduledCommunicationTime1) GetTimeOfDayStartOk ¶
func (o *ScheduledCommunicationTime1) GetTimeOfDayStartOk() (*string, bool)
GetTimeOfDayStartOk returns a tuple with the TimeOfDayStart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime1) HasDaysOfWeek ¶
func (o *ScheduledCommunicationTime1) HasDaysOfWeek() bool
HasDaysOfWeek returns a boolean if a field has been set.
func (*ScheduledCommunicationTime1) HasTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime1) HasTimeOfDayEnd() bool
HasTimeOfDayEnd returns a boolean if a field has been set.
func (*ScheduledCommunicationTime1) HasTimeOfDayStart ¶
func (o *ScheduledCommunicationTime1) HasTimeOfDayStart() bool
HasTimeOfDayStart returns a boolean if a field has been set.
func (ScheduledCommunicationTime1) MarshalJSON ¶
func (o ScheduledCommunicationTime1) MarshalJSON() ([]byte, error)
func (*ScheduledCommunicationTime1) SetDaysOfWeek ¶
func (o *ScheduledCommunicationTime1) SetDaysOfWeek(v []int32)
SetDaysOfWeek gets a reference to the given []int32 and assigns it to the DaysOfWeek field.
func (*ScheduledCommunicationTime1) SetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime1) SetTimeOfDayEnd(v string)
SetTimeOfDayEnd gets a reference to the given string and assigns it to the TimeOfDayEnd field.
func (*ScheduledCommunicationTime1) SetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime1) SetTimeOfDayStart(v string)
SetTimeOfDayStart gets a reference to the given string and assigns it to the TimeOfDayStart field.
func (ScheduledCommunicationTime1) ToMap ¶
func (o ScheduledCommunicationTime1) ToMap() (map[string]interface{}, error)
type ScheduledCommunicationType ¶
type ScheduledCommunicationType struct {
String *string
}
ScheduledCommunicationType Possible values are: -DOWNLINK_ONLY: Downlink only -UPLINK_ONLY: Uplink only -BIDIRECTIONA: Bi-directional
func (*ScheduledCommunicationType) MarshalJSON ¶
func (src *ScheduledCommunicationType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ScheduledCommunicationType) UnmarshalJSON ¶
func (dst *ScheduledCommunicationType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SdRange ¶
type SdRange struct {
// First value identifying the start of an SD range. This string shall be formatted as specified for the sd attribute of the Snssai data type in clause 5.4.4.2.
Start *string `json:"start,omitempty"`
// Last value identifying the end of an SD range. This string shall be formatted as specified for the sd attribute of the Snssai data type in clause 5.4.4.2.
End *string `json:"end,omitempty"`
}
SdRange A range of SDs (Slice Differentiators)
func NewSdRange ¶
func NewSdRange() *SdRange
NewSdRange instantiates a new SdRange 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 NewSdRangeWithDefaults ¶
func NewSdRangeWithDefaults() *SdRange
NewSdRangeWithDefaults instantiates a new SdRange 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 (*SdRange) GetEndOk ¶
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SdRange) GetStartOk ¶
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (SdRange) MarshalJSON ¶
func (*SdRange) SetEnd ¶
SetEnd gets a reference to the given string and assigns it to the End field.
type SeafData ¶
type SeafData struct {
NgKsi NgKsi `json:"ngKsi"`
KeyAmf KeyAmf `json:"keyAmf"`
Nh *string `json:"nh,omitempty"`
Ncc *int32 `json:"ncc,omitempty"`
KeyAmfChangeInd *bool `json:"keyAmfChangeInd,omitempty"`
KeyAmfHDerivationInd *bool `json:"keyAmfHDerivationInd,omitempty"`
}
SeafData Represents SEAF data derived from data received from AUSF
func NewSeafData ¶
NewSeafData instantiates a new SeafData 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 NewSeafDataWithDefaults ¶
func NewSeafDataWithDefaults() *SeafData
NewSeafDataWithDefaults instantiates a new SeafData 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 (*SeafData) GetKeyAmfChangeInd ¶
GetKeyAmfChangeInd returns the KeyAmfChangeInd field value if set, zero value otherwise.
func (*SeafData) GetKeyAmfChangeIndOk ¶
GetKeyAmfChangeIndOk returns a tuple with the KeyAmfChangeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SeafData) GetKeyAmfHDerivationInd ¶
GetKeyAmfHDerivationInd returns the KeyAmfHDerivationInd field value if set, zero value otherwise.
func (*SeafData) GetKeyAmfHDerivationIndOk ¶
GetKeyAmfHDerivationIndOk returns a tuple with the KeyAmfHDerivationInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SeafData) GetKeyAmfOk ¶
GetKeyAmfOk returns a tuple with the KeyAmf field value and a boolean to check if the value has been set.
func (*SeafData) GetNccOk ¶
GetNccOk returns a tuple with the Ncc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SeafData) GetNgKsiOk ¶
GetNgKsiOk returns a tuple with the NgKsi field value and a boolean to check if the value has been set.
func (*SeafData) GetNhOk ¶
GetNhOk returns a tuple with the Nh field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SeafData) HasKeyAmfChangeInd ¶
HasKeyAmfChangeInd returns a boolean if a field has been set.
func (*SeafData) HasKeyAmfHDerivationInd ¶
HasKeyAmfHDerivationInd returns a boolean if a field has been set.
func (SeafData) MarshalJSON ¶
func (*SeafData) SetKeyAmfChangeInd ¶
SetKeyAmfChangeInd gets a reference to the given bool and assigns it to the KeyAmfChangeInd field.
func (*SeafData) SetKeyAmfHDerivationInd ¶
SetKeyAmfHDerivationInd gets a reference to the given bool and assigns it to the KeyAmfHDerivationInd field.
func (*SeafData) SetNcc ¶
SetNcc gets a reference to the given int32 and assigns it to the Ncc field.
type SensorMeasurement ¶
type SensorMeasurement struct {
String *string
}
SensorMeasurement The enumeration SensorMeasurement defines sensor measurement type for MDT in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.7-1.
func (*SensorMeasurement) MarshalJSON ¶
func (src *SensorMeasurement) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SensorMeasurement) UnmarshalJSON ¶
func (dst *SensorMeasurement) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ServerConfiguration ¶
type ServerConfiguration struct {
URL string
Description string
Variables map[string]ServerVariable
}
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type ServiceAreaId ¶
type ServiceAreaId struct {
PlmnId PlmnId `json:"plmnId"`
// Location Area Code.
Lac string `json:"lac"`
// Service Area Code.
Sac string `json:"sac"`
}
ServiceAreaId Contains a Service Area Identifier as defined in 3GPP TS 23.003, clause 12.5.
func NewServiceAreaId ¶
func NewServiceAreaId(plmnId PlmnId, lac string, sac string) *ServiceAreaId
NewServiceAreaId instantiates a new ServiceAreaId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAreaIdWithDefaults ¶
func NewServiceAreaIdWithDefaults() *ServiceAreaId
NewServiceAreaIdWithDefaults instantiates a new ServiceAreaId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAreaId) GetLac ¶
func (o *ServiceAreaId) GetLac() string
GetLac returns the Lac field value
func (*ServiceAreaId) GetLacOk ¶
func (o *ServiceAreaId) GetLacOk() (*string, bool)
GetLacOk returns a tuple with the Lac field value and a boolean to check if the value has been set.
func (*ServiceAreaId) GetPlmnId ¶
func (o *ServiceAreaId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*ServiceAreaId) GetPlmnIdOk ¶
func (o *ServiceAreaId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*ServiceAreaId) GetSac ¶
func (o *ServiceAreaId) GetSac() string
GetSac returns the Sac field value
func (*ServiceAreaId) GetSacOk ¶
func (o *ServiceAreaId) GetSacOk() (*string, bool)
GetSacOk returns a tuple with the Sac field value and a boolean to check if the value has been set.
func (ServiceAreaId) MarshalJSON ¶
func (o ServiceAreaId) MarshalJSON() ([]byte, error)
func (*ServiceAreaId) SetPlmnId ¶
func (o *ServiceAreaId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (ServiceAreaId) ToMap ¶
func (o ServiceAreaId) ToMap() (map[string]interface{}, error)
type ServiceAreaRestriction ¶
type ServiceAreaRestriction struct {
RestrictionType *RestrictionType `json:"restrictionType,omitempty"`
Areas []Area `json:"areas,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
MaxNumOfTAs *int32 `json:"maxNumOfTAs,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
MaxNumOfTAsForNotAllowedAreas *int32 `json:"maxNumOfTAsForNotAllowedAreas,omitempty"`
}
ServiceAreaRestriction Provides information about allowed or not allowed areas.
func NewServiceAreaRestriction ¶
func NewServiceAreaRestriction() *ServiceAreaRestriction
NewServiceAreaRestriction instantiates a new ServiceAreaRestriction 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 NewServiceAreaRestrictionWithDefaults ¶
func NewServiceAreaRestrictionWithDefaults() *ServiceAreaRestriction
NewServiceAreaRestrictionWithDefaults instantiates a new ServiceAreaRestriction 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 (*ServiceAreaRestriction) GetAreas ¶
func (o *ServiceAreaRestriction) GetAreas() []Area
GetAreas returns the Areas field value if set, zero value otherwise.
func (*ServiceAreaRestriction) GetAreasOk ¶
func (o *ServiceAreaRestriction) GetAreasOk() ([]Area, bool)
GetAreasOk returns a tuple with the Areas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAreaRestriction) GetMaxNumOfTAs ¶
func (o *ServiceAreaRestriction) GetMaxNumOfTAs() int32
GetMaxNumOfTAs returns the MaxNumOfTAs field value if set, zero value otherwise.
func (*ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreas ¶
func (o *ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreas() int32
GetMaxNumOfTAsForNotAllowedAreas returns the MaxNumOfTAsForNotAllowedAreas field value if set, zero value otherwise.
func (*ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreasOk ¶
func (o *ServiceAreaRestriction) GetMaxNumOfTAsForNotAllowedAreasOk() (*int32, bool)
GetMaxNumOfTAsForNotAllowedAreasOk returns a tuple with the MaxNumOfTAsForNotAllowedAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAreaRestriction) GetMaxNumOfTAsOk ¶
func (o *ServiceAreaRestriction) GetMaxNumOfTAsOk() (*int32, bool)
GetMaxNumOfTAsOk returns a tuple with the MaxNumOfTAs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAreaRestriction) GetRestrictionType ¶
func (o *ServiceAreaRestriction) GetRestrictionType() RestrictionType
GetRestrictionType returns the RestrictionType field value if set, zero value otherwise.
func (*ServiceAreaRestriction) GetRestrictionTypeOk ¶
func (o *ServiceAreaRestriction) GetRestrictionTypeOk() (*RestrictionType, bool)
GetRestrictionTypeOk returns a tuple with the RestrictionType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceAreaRestriction) HasAreas ¶
func (o *ServiceAreaRestriction) HasAreas() bool
HasAreas returns a boolean if a field has been set.
func (*ServiceAreaRestriction) HasMaxNumOfTAs ¶
func (o *ServiceAreaRestriction) HasMaxNumOfTAs() bool
HasMaxNumOfTAs returns a boolean if a field has been set.
func (*ServiceAreaRestriction) HasMaxNumOfTAsForNotAllowedAreas ¶
func (o *ServiceAreaRestriction) HasMaxNumOfTAsForNotAllowedAreas() bool
HasMaxNumOfTAsForNotAllowedAreas returns a boolean if a field has been set.
func (*ServiceAreaRestriction) HasRestrictionType ¶
func (o *ServiceAreaRestriction) HasRestrictionType() bool
HasRestrictionType returns a boolean if a field has been set.
func (ServiceAreaRestriction) MarshalJSON ¶
func (o ServiceAreaRestriction) MarshalJSON() ([]byte, error)
func (*ServiceAreaRestriction) SetAreas ¶
func (o *ServiceAreaRestriction) SetAreas(v []Area)
SetAreas gets a reference to the given []Area and assigns it to the Areas field.
func (*ServiceAreaRestriction) SetMaxNumOfTAs ¶
func (o *ServiceAreaRestriction) SetMaxNumOfTAs(v int32)
SetMaxNumOfTAs gets a reference to the given int32 and assigns it to the MaxNumOfTAs field.
func (*ServiceAreaRestriction) SetMaxNumOfTAsForNotAllowedAreas ¶
func (o *ServiceAreaRestriction) SetMaxNumOfTAsForNotAllowedAreas(v int32)
SetMaxNumOfTAsForNotAllowedAreas gets a reference to the given int32 and assigns it to the MaxNumOfTAsForNotAllowedAreas field.
func (*ServiceAreaRestriction) SetRestrictionType ¶
func (o *ServiceAreaRestriction) SetRestrictionType(v RestrictionType)
SetRestrictionType gets a reference to the given RestrictionType and assigns it to the RestrictionType field.
func (ServiceAreaRestriction) ToMap ¶
func (o ServiceAreaRestriction) ToMap() (map[string]interface{}, error)
type ServiceExperienceInfo ¶
type ServiceExperienceInfo struct {
SvcExprc SvcExperience `json:"svcExprc"`
// string with format 'float' as defined in OpenAPI.
SvcExprcVariance *float32 `json:"svcExprcVariance,omitempty"`
Supis []string `json:"supis,omitempty"`
Snssai *Snssai `json:"snssai,omitempty"`
// String providing an application identifier.
AppId *string `json:"appId,omitempty"`
SrvExpcType *ServiceExperienceType `json:"srvExpcType,omitempty"`
UeLocs []LocationInfo `json:"ueLocs,omitempty"`
UpfInfo *UpfInformation `json:"upfInfo,omitempty"`
// DNAI (Data network access identifier), see clause 5.6.7 of 3GPP TS 23.501.
Dnai *string `json:"dnai,omitempty"`
AppServerInst *AddrFqdn `json:"appServerInst,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Confidence *int32 `json:"confidence,omitempty"`
// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\").
Dnn *string `json:"dnn,omitempty"`
NetworkArea *NetworkAreaInfo `json:"networkArea,omitempty"`
// Contains the Identifier of the selected Network Slice instance
NsiId *string `json:"nsiId,omitempty"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
Ratio *int32 `json:"ratio,omitempty"`
RatFreq *RatFreqInformation `json:"ratFreq,omitempty"`
}
ServiceExperienceInfo Represents service experience information.
func NewServiceExperienceInfo ¶
func NewServiceExperienceInfo(svcExprc SvcExperience) *ServiceExperienceInfo
NewServiceExperienceInfo instantiates a new ServiceExperienceInfo 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 NewServiceExperienceInfoWithDefaults ¶
func NewServiceExperienceInfoWithDefaults() *ServiceExperienceInfo
NewServiceExperienceInfoWithDefaults instantiates a new ServiceExperienceInfo 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 (*ServiceExperienceInfo) GetAppId ¶
func (o *ServiceExperienceInfo) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetAppIdOk ¶
func (o *ServiceExperienceInfo) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetAppServerInst ¶
func (o *ServiceExperienceInfo) GetAppServerInst() AddrFqdn
GetAppServerInst returns the AppServerInst field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetAppServerInstOk ¶
func (o *ServiceExperienceInfo) GetAppServerInstOk() (*AddrFqdn, bool)
GetAppServerInstOk returns a tuple with the AppServerInst field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetConfidence ¶
func (o *ServiceExperienceInfo) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetConfidenceOk ¶
func (o *ServiceExperienceInfo) 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 (*ServiceExperienceInfo) GetDnai ¶
func (o *ServiceExperienceInfo) GetDnai() string
GetDnai returns the Dnai field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetDnaiOk ¶
func (o *ServiceExperienceInfo) GetDnaiOk() (*string, bool)
GetDnaiOk returns a tuple with the Dnai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetDnn ¶
func (o *ServiceExperienceInfo) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetDnnOk ¶
func (o *ServiceExperienceInfo) 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 (*ServiceExperienceInfo) GetNetworkArea ¶
func (o *ServiceExperienceInfo) GetNetworkArea() NetworkAreaInfo
GetNetworkArea returns the NetworkArea field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetNetworkAreaOk ¶
func (o *ServiceExperienceInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
GetNetworkAreaOk returns a tuple with the NetworkArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetNsiId ¶
func (o *ServiceExperienceInfo) GetNsiId() string
GetNsiId returns the NsiId field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetNsiIdOk ¶
func (o *ServiceExperienceInfo) 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 (*ServiceExperienceInfo) GetRatFreq ¶
func (o *ServiceExperienceInfo) GetRatFreq() RatFreqInformation
GetRatFreq returns the RatFreq field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetRatFreqOk ¶
func (o *ServiceExperienceInfo) GetRatFreqOk() (*RatFreqInformation, bool)
GetRatFreqOk returns a tuple with the RatFreq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetRatio ¶
func (o *ServiceExperienceInfo) GetRatio() int32
GetRatio returns the Ratio field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetRatioOk ¶
func (o *ServiceExperienceInfo) 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 (*ServiceExperienceInfo) GetSnssai ¶
func (o *ServiceExperienceInfo) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetSnssaiOk ¶
func (o *ServiceExperienceInfo) 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 (*ServiceExperienceInfo) GetSrvExpcType ¶
func (o *ServiceExperienceInfo) GetSrvExpcType() ServiceExperienceType
GetSrvExpcType returns the SrvExpcType field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetSrvExpcTypeOk ¶
func (o *ServiceExperienceInfo) GetSrvExpcTypeOk() (*ServiceExperienceType, bool)
GetSrvExpcTypeOk returns a tuple with the SrvExpcType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetSupis ¶
func (o *ServiceExperienceInfo) GetSupis() []string
GetSupis returns the Supis field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetSupisOk ¶
func (o *ServiceExperienceInfo) 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 (*ServiceExperienceInfo) GetSvcExprc ¶
func (o *ServiceExperienceInfo) GetSvcExprc() SvcExperience
GetSvcExprc returns the SvcExprc field value
func (*ServiceExperienceInfo) GetSvcExprcOk ¶
func (o *ServiceExperienceInfo) GetSvcExprcOk() (*SvcExperience, bool)
GetSvcExprcOk returns a tuple with the SvcExprc field value and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetSvcExprcVariance ¶
func (o *ServiceExperienceInfo) GetSvcExprcVariance() float32
GetSvcExprcVariance returns the SvcExprcVariance field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetSvcExprcVarianceOk ¶
func (o *ServiceExperienceInfo) GetSvcExprcVarianceOk() (*float32, bool)
GetSvcExprcVarianceOk returns a tuple with the SvcExprcVariance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetUeLocs ¶
func (o *ServiceExperienceInfo) GetUeLocs() []LocationInfo
GetUeLocs returns the UeLocs field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetUeLocsOk ¶
func (o *ServiceExperienceInfo) GetUeLocsOk() ([]LocationInfo, bool)
GetUeLocsOk returns a tuple with the UeLocs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) GetUpfInfo ¶
func (o *ServiceExperienceInfo) GetUpfInfo() UpfInformation
GetUpfInfo returns the UpfInfo field value if set, zero value otherwise.
func (*ServiceExperienceInfo) GetUpfInfoOk ¶
func (o *ServiceExperienceInfo) GetUpfInfoOk() (*UpfInformation, bool)
GetUpfInfoOk returns a tuple with the UpfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfo) HasAppId ¶
func (o *ServiceExperienceInfo) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasAppServerInst ¶
func (o *ServiceExperienceInfo) HasAppServerInst() bool
HasAppServerInst returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasConfidence ¶
func (o *ServiceExperienceInfo) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasDnai ¶
func (o *ServiceExperienceInfo) HasDnai() bool
HasDnai returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasDnn ¶
func (o *ServiceExperienceInfo) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasNetworkArea ¶
func (o *ServiceExperienceInfo) HasNetworkArea() bool
HasNetworkArea returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasNsiId ¶
func (o *ServiceExperienceInfo) HasNsiId() bool
HasNsiId returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasRatFreq ¶
func (o *ServiceExperienceInfo) HasRatFreq() bool
HasRatFreq returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasRatio ¶
func (o *ServiceExperienceInfo) HasRatio() bool
HasRatio returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasSnssai ¶
func (o *ServiceExperienceInfo) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasSrvExpcType ¶
func (o *ServiceExperienceInfo) HasSrvExpcType() bool
HasSrvExpcType returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasSupis ¶
func (o *ServiceExperienceInfo) HasSupis() bool
HasSupis returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasSvcExprcVariance ¶
func (o *ServiceExperienceInfo) HasSvcExprcVariance() bool
HasSvcExprcVariance returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasUeLocs ¶
func (o *ServiceExperienceInfo) HasUeLocs() bool
HasUeLocs returns a boolean if a field has been set.
func (*ServiceExperienceInfo) HasUpfInfo ¶
func (o *ServiceExperienceInfo) HasUpfInfo() bool
HasUpfInfo returns a boolean if a field has been set.
func (ServiceExperienceInfo) MarshalJSON ¶
func (o ServiceExperienceInfo) MarshalJSON() ([]byte, error)
func (*ServiceExperienceInfo) SetAppId ¶
func (o *ServiceExperienceInfo) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*ServiceExperienceInfo) SetAppServerInst ¶
func (o *ServiceExperienceInfo) SetAppServerInst(v AddrFqdn)
SetAppServerInst gets a reference to the given AddrFqdn and assigns it to the AppServerInst field.
func (*ServiceExperienceInfo) SetConfidence ¶
func (o *ServiceExperienceInfo) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*ServiceExperienceInfo) SetDnai ¶
func (o *ServiceExperienceInfo) SetDnai(v string)
SetDnai gets a reference to the given string and assigns it to the Dnai field.
func (*ServiceExperienceInfo) SetDnn ¶
func (o *ServiceExperienceInfo) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*ServiceExperienceInfo) SetNetworkArea ¶
func (o *ServiceExperienceInfo) SetNetworkArea(v NetworkAreaInfo)
SetNetworkArea gets a reference to the given NetworkAreaInfo and assigns it to the NetworkArea field.
func (*ServiceExperienceInfo) SetNsiId ¶
func (o *ServiceExperienceInfo) SetNsiId(v string)
SetNsiId gets a reference to the given string and assigns it to the NsiId field.
func (*ServiceExperienceInfo) SetRatFreq ¶
func (o *ServiceExperienceInfo) SetRatFreq(v RatFreqInformation)
SetRatFreq gets a reference to the given RatFreqInformation and assigns it to the RatFreq field.
func (*ServiceExperienceInfo) SetRatio ¶
func (o *ServiceExperienceInfo) SetRatio(v int32)
SetRatio gets a reference to the given int32 and assigns it to the Ratio field.
func (*ServiceExperienceInfo) SetSnssai ¶
func (o *ServiceExperienceInfo) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*ServiceExperienceInfo) SetSrvExpcType ¶
func (o *ServiceExperienceInfo) SetSrvExpcType(v ServiceExperienceType)
SetSrvExpcType gets a reference to the given ServiceExperienceType and assigns it to the SrvExpcType field.
func (*ServiceExperienceInfo) SetSupis ¶
func (o *ServiceExperienceInfo) SetSupis(v []string)
SetSupis gets a reference to the given []string and assigns it to the Supis field.
func (*ServiceExperienceInfo) SetSvcExprc ¶
func (o *ServiceExperienceInfo) SetSvcExprc(v SvcExperience)
SetSvcExprc sets field value
func (*ServiceExperienceInfo) SetSvcExprcVariance ¶
func (o *ServiceExperienceInfo) SetSvcExprcVariance(v float32)
SetSvcExprcVariance gets a reference to the given float32 and assigns it to the SvcExprcVariance field.
func (*ServiceExperienceInfo) SetUeLocs ¶
func (o *ServiceExperienceInfo) SetUeLocs(v []LocationInfo)
SetUeLocs gets a reference to the given []LocationInfo and assigns it to the UeLocs field.
func (*ServiceExperienceInfo) SetUpfInfo ¶
func (o *ServiceExperienceInfo) SetUpfInfo(v UpfInformation)
SetUpfInfo gets a reference to the given UpfInformation and assigns it to the UpfInfo field.
func (ServiceExperienceInfo) ToMap ¶
func (o ServiceExperienceInfo) ToMap() (map[string]interface{}, error)
type ServiceExperienceType ¶
type ServiceExperienceType struct {
String *string
}
ServiceExperienceType Possible values are: - VOICE: Indicates that the service experience analytics is for voice service. - VIDEO: Indicates that the service experience analytics is for video service. - OTHER: Indicates that the service experience analytics is for other service.
func (*ServiceExperienceType) MarshalJSON ¶
func (src *ServiceExperienceType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ServiceExperienceType) UnmarshalJSON ¶
func (dst *ServiceExperienceType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SessInactTimerForUeComm ¶
type SessInactTimerForUeComm 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.
N4SessId int32 `json:"n4SessId"`
// indicating a time in seconds.
SessInactiveTimer int32 `json:"sessInactiveTimer"`
}
SessInactTimerForUeComm Represents the N4 Session inactivity timer.
func NewSessInactTimerForUeComm ¶
func NewSessInactTimerForUeComm(n4SessId int32, sessInactiveTimer int32) *SessInactTimerForUeComm
NewSessInactTimerForUeComm instantiates a new SessInactTimerForUeComm 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 NewSessInactTimerForUeCommWithDefaults ¶
func NewSessInactTimerForUeCommWithDefaults() *SessInactTimerForUeComm
NewSessInactTimerForUeCommWithDefaults instantiates a new SessInactTimerForUeComm 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 (*SessInactTimerForUeComm) GetN4SessId ¶
func (o *SessInactTimerForUeComm) GetN4SessId() int32
GetN4SessId returns the N4SessId field value
func (*SessInactTimerForUeComm) GetN4SessIdOk ¶
func (o *SessInactTimerForUeComm) GetN4SessIdOk() (*int32, bool)
GetN4SessIdOk returns a tuple with the N4SessId field value and a boolean to check if the value has been set.
func (*SessInactTimerForUeComm) GetSessInactiveTimer ¶
func (o *SessInactTimerForUeComm) GetSessInactiveTimer() int32
GetSessInactiveTimer returns the SessInactiveTimer field value
func (*SessInactTimerForUeComm) GetSessInactiveTimerOk ¶
func (o *SessInactTimerForUeComm) GetSessInactiveTimerOk() (*int32, bool)
GetSessInactiveTimerOk returns a tuple with the SessInactiveTimer field value and a boolean to check if the value has been set.
func (SessInactTimerForUeComm) MarshalJSON ¶
func (o SessInactTimerForUeComm) MarshalJSON() ([]byte, error)
func (*SessInactTimerForUeComm) SetN4SessId ¶
func (o *SessInactTimerForUeComm) SetN4SessId(v int32)
SetN4SessId sets field value
func (*SessInactTimerForUeComm) SetSessInactiveTimer ¶
func (o *SessInactTimerForUeComm) SetSessInactiveTimer(v int32)
SetSessInactiveTimer sets field value
func (SessInactTimerForUeComm) ToMap ¶
func (o SessInactTimerForUeComm) ToMap() (map[string]interface{}, error)
type SliceLoadLevelInformation ¶
type SliceLoadLevelInformation struct {
// Load level information of the network slice and the optionally associated network slice instance.
LoadLevelInformation int32 `json:"loadLevelInformation"`
// Identification(s) of network slice to which the subscription applies.
Snssais []Snssai `json:"snssais"`
}
SliceLoadLevelInformation Contains load level information applicable for one or several slices.
func NewSliceLoadLevelInformation ¶
func NewSliceLoadLevelInformation(loadLevelInformation int32, snssais []Snssai) *SliceLoadLevelInformation
NewSliceLoadLevelInformation instantiates a new SliceLoadLevelInformation 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 NewSliceLoadLevelInformationWithDefaults ¶
func NewSliceLoadLevelInformationWithDefaults() *SliceLoadLevelInformation
NewSliceLoadLevelInformationWithDefaults instantiates a new SliceLoadLevelInformation 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 (*SliceLoadLevelInformation) GetLoadLevelInformation ¶
func (o *SliceLoadLevelInformation) GetLoadLevelInformation() int32
GetLoadLevelInformation returns the LoadLevelInformation field value
func (*SliceLoadLevelInformation) GetLoadLevelInformationOk ¶
func (o *SliceLoadLevelInformation) GetLoadLevelInformationOk() (*int32, bool)
GetLoadLevelInformationOk returns a tuple with the LoadLevelInformation field value and a boolean to check if the value has been set.
func (*SliceLoadLevelInformation) GetSnssais ¶
func (o *SliceLoadLevelInformation) GetSnssais() []Snssai
GetSnssais returns the Snssais field value
func (*SliceLoadLevelInformation) GetSnssaisOk ¶
func (o *SliceLoadLevelInformation) GetSnssaisOk() ([]Snssai, bool)
GetSnssaisOk returns a tuple with the Snssais field value and a boolean to check if the value has been set.
func (SliceLoadLevelInformation) MarshalJSON ¶
func (o SliceLoadLevelInformation) MarshalJSON() ([]byte, error)
func (*SliceLoadLevelInformation) SetLoadLevelInformation ¶
func (o *SliceLoadLevelInformation) SetLoadLevelInformation(v int32)
SetLoadLevelInformation sets field value
func (*SliceLoadLevelInformation) SetSnssais ¶
func (o *SliceLoadLevelInformation) SetSnssais(v []Snssai)
SetSnssais sets field value
func (SliceLoadLevelInformation) ToMap ¶
func (o SliceLoadLevelInformation) ToMap() (map[string]interface{}, error)
type SliceMbr ¶
type SliceMbr 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"`
}
SliceMbr MBR related to slice
func NewSliceMbr ¶
NewSliceMbr instantiates a new SliceMbr 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 NewSliceMbrWithDefaults ¶
func NewSliceMbrWithDefaults() *SliceMbr
NewSliceMbrWithDefaults instantiates a new SliceMbr 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 (*SliceMbr) GetDownlink ¶
GetDownlink returns the Downlink field value
func (*SliceMbr) GetDownlinkOk ¶
GetDownlinkOk returns a tuple with the Downlink field value and a boolean to check if the value has been set.
func (*SliceMbr) GetUplinkOk ¶
GetUplinkOk returns a tuple with the Uplink field value and a boolean to check if the value has been set.
func (SliceMbr) MarshalJSON ¶
func (*SliceMbr) SetDownlink ¶
SetDownlink sets field value
type SmallDataRateStatus ¶
type SmallDataRateStatus struct {
// When present, it shall contain the number of packets the UE is allowed to send uplink in the given time unit for the given PDU session (see clause 5.31.14.3 of 3GPP TS 23.501.
RemainPacketsUl *int32 `json:"remainPacketsUl,omitempty"`
// When present it shall contain the number of packets the AF is allowed to send downlink in the given time unit for the given PDU session (see clause 5.31.14.3 of 3GPP TS 23.501.
RemainPacketsDl *int32 `json:"remainPacketsDl,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
ValidityTime *time.Time `json:"validityTime,omitempty"`
// When present, it shall indicate number of additional exception reports the UE is allowed to send uplink in the given time unit for the given PDU session (see clause 5.31.14.3 of 3GPP TS 23.501.
RemainExReportsUl *int32 `json:"remainExReportsUl,omitempty"`
// When present, it shall indicate number of additional exception reports the AF is allowed to send downlink in the given time unit for the given PDU session (see clause 5.31.14.3 in 3GPP TS 23.501
RemainExReportsDl *int32 `json:"remainExReportsDl,omitempty"`
}
SmallDataRateStatus It indicates theSmall Data Rate Control Status
func NewSmallDataRateStatus ¶
func NewSmallDataRateStatus() *SmallDataRateStatus
NewSmallDataRateStatus instantiates a new SmallDataRateStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSmallDataRateStatusWithDefaults ¶
func NewSmallDataRateStatusWithDefaults() *SmallDataRateStatus
NewSmallDataRateStatusWithDefaults instantiates a new SmallDataRateStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SmallDataRateStatus) GetRemainExReportsDl ¶
func (o *SmallDataRateStatus) GetRemainExReportsDl() int32
GetRemainExReportsDl returns the RemainExReportsDl field value if set, zero value otherwise.
func (*SmallDataRateStatus) GetRemainExReportsDlOk ¶
func (o *SmallDataRateStatus) GetRemainExReportsDlOk() (*int32, bool)
GetRemainExReportsDlOk returns a tuple with the RemainExReportsDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmallDataRateStatus) GetRemainExReportsUl ¶
func (o *SmallDataRateStatus) GetRemainExReportsUl() int32
GetRemainExReportsUl returns the RemainExReportsUl field value if set, zero value otherwise.
func (*SmallDataRateStatus) GetRemainExReportsUlOk ¶
func (o *SmallDataRateStatus) GetRemainExReportsUlOk() (*int32, bool)
GetRemainExReportsUlOk returns a tuple with the RemainExReportsUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmallDataRateStatus) GetRemainPacketsDl ¶
func (o *SmallDataRateStatus) GetRemainPacketsDl() int32
GetRemainPacketsDl returns the RemainPacketsDl field value if set, zero value otherwise.
func (*SmallDataRateStatus) GetRemainPacketsDlOk ¶
func (o *SmallDataRateStatus) GetRemainPacketsDlOk() (*int32, bool)
GetRemainPacketsDlOk returns a tuple with the RemainPacketsDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmallDataRateStatus) GetRemainPacketsUl ¶
func (o *SmallDataRateStatus) GetRemainPacketsUl() int32
GetRemainPacketsUl returns the RemainPacketsUl field value if set, zero value otherwise.
func (*SmallDataRateStatus) GetRemainPacketsUlOk ¶
func (o *SmallDataRateStatus) GetRemainPacketsUlOk() (*int32, bool)
GetRemainPacketsUlOk returns a tuple with the RemainPacketsUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmallDataRateStatus) GetValidityTime ¶
func (o *SmallDataRateStatus) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*SmallDataRateStatus) GetValidityTimeOk ¶
func (o *SmallDataRateStatus) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmallDataRateStatus) HasRemainExReportsDl ¶
func (o *SmallDataRateStatus) HasRemainExReportsDl() bool
HasRemainExReportsDl returns a boolean if a field has been set.
func (*SmallDataRateStatus) HasRemainExReportsUl ¶
func (o *SmallDataRateStatus) HasRemainExReportsUl() bool
HasRemainExReportsUl returns a boolean if a field has been set.
func (*SmallDataRateStatus) HasRemainPacketsDl ¶
func (o *SmallDataRateStatus) HasRemainPacketsDl() bool
HasRemainPacketsDl returns a boolean if a field has been set.
func (*SmallDataRateStatus) HasRemainPacketsUl ¶
func (o *SmallDataRateStatus) HasRemainPacketsUl() bool
HasRemainPacketsUl returns a boolean if a field has been set.
func (*SmallDataRateStatus) HasValidityTime ¶
func (o *SmallDataRateStatus) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (SmallDataRateStatus) MarshalJSON ¶
func (o SmallDataRateStatus) MarshalJSON() ([]byte, error)
func (*SmallDataRateStatus) SetRemainExReportsDl ¶
func (o *SmallDataRateStatus) SetRemainExReportsDl(v int32)
SetRemainExReportsDl gets a reference to the given int32 and assigns it to the RemainExReportsDl field.
func (*SmallDataRateStatus) SetRemainExReportsUl ¶
func (o *SmallDataRateStatus) SetRemainExReportsUl(v int32)
SetRemainExReportsUl gets a reference to the given int32 and assigns it to the RemainExReportsUl field.
func (*SmallDataRateStatus) SetRemainPacketsDl ¶
func (o *SmallDataRateStatus) SetRemainPacketsDl(v int32)
SetRemainPacketsDl gets a reference to the given int32 and assigns it to the RemainPacketsDl field.
func (*SmallDataRateStatus) SetRemainPacketsUl ¶
func (o *SmallDataRateStatus) SetRemainPacketsUl(v int32)
SetRemainPacketsUl gets a reference to the given int32 and assigns it to the RemainPacketsUl field.
func (*SmallDataRateStatus) SetValidityTime ¶
func (o *SmallDataRateStatus) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (SmallDataRateStatus) ToMap ¶
func (o SmallDataRateStatus) ToMap() (map[string]interface{}, error)
type SmallDataRateStatusInfo ¶
type SmallDataRateStatusInfo struct {
Snssai Snssai `json:"Snssai"`
// 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"`
SmallDataRateStatus SmallDataRateStatus `json:"SmallDataRateStatus"`
}
SmallDataRateStatusInfo Represents the small data rate status
func NewSmallDataRateStatusInfo ¶
func NewSmallDataRateStatusInfo(snssai Snssai, dnn string, smallDataRateStatus SmallDataRateStatus) *SmallDataRateStatusInfo
NewSmallDataRateStatusInfo instantiates a new SmallDataRateStatusInfo 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 NewSmallDataRateStatusInfoWithDefaults ¶
func NewSmallDataRateStatusInfoWithDefaults() *SmallDataRateStatusInfo
NewSmallDataRateStatusInfoWithDefaults instantiates a new SmallDataRateStatusInfo 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 (*SmallDataRateStatusInfo) GetDnn ¶
func (o *SmallDataRateStatusInfo) GetDnn() string
GetDnn returns the Dnn field value
func (*SmallDataRateStatusInfo) GetDnnOk ¶
func (o *SmallDataRateStatusInfo) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*SmallDataRateStatusInfo) GetSmallDataRateStatus ¶
func (o *SmallDataRateStatusInfo) GetSmallDataRateStatus() SmallDataRateStatus
GetSmallDataRateStatus returns the SmallDataRateStatus field value
func (*SmallDataRateStatusInfo) GetSmallDataRateStatusOk ¶
func (o *SmallDataRateStatusInfo) GetSmallDataRateStatusOk() (*SmallDataRateStatus, bool)
GetSmallDataRateStatusOk returns a tuple with the SmallDataRateStatus field value and a boolean to check if the value has been set.
func (*SmallDataRateStatusInfo) GetSnssai ¶
func (o *SmallDataRateStatusInfo) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*SmallDataRateStatusInfo) GetSnssaiOk ¶
func (o *SmallDataRateStatusInfo) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (SmallDataRateStatusInfo) MarshalJSON ¶
func (o SmallDataRateStatusInfo) MarshalJSON() ([]byte, error)
func (*SmallDataRateStatusInfo) SetDnn ¶
func (o *SmallDataRateStatusInfo) SetDnn(v string)
SetDnn sets field value
func (*SmallDataRateStatusInfo) SetSmallDataRateStatus ¶
func (o *SmallDataRateStatusInfo) SetSmallDataRateStatus(v SmallDataRateStatus)
SetSmallDataRateStatus sets field value
func (*SmallDataRateStatusInfo) SetSnssai ¶
func (o *SmallDataRateStatusInfo) SetSnssai(v Snssai)
SetSnssai sets field value
func (SmallDataRateStatusInfo) ToMap ¶
func (o SmallDataRateStatusInfo) ToMap() (map[string]interface{}, error)
type SmcceInfo ¶
type SmcceInfo struct {
// 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"`
SmcceUeList SmcceUeList `json:"smcceUeList"`
}
SmcceInfo Represents the Session Management congestion control experience information.
func NewSmcceInfo ¶
func NewSmcceInfo(smcceUeList SmcceUeList) *SmcceInfo
NewSmcceInfo instantiates a new SmcceInfo 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 NewSmcceInfoWithDefaults ¶
func NewSmcceInfoWithDefaults() *SmcceInfo
NewSmcceInfoWithDefaults instantiates a new SmcceInfo 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 (*SmcceInfo) GetDnnOk ¶
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 (*SmcceInfo) GetSmcceUeList ¶
func (o *SmcceInfo) GetSmcceUeList() SmcceUeList
GetSmcceUeList returns the SmcceUeList field value
func (*SmcceInfo) GetSmcceUeListOk ¶
func (o *SmcceInfo) GetSmcceUeListOk() (*SmcceUeList, bool)
GetSmcceUeListOk returns a tuple with the SmcceUeList field value and a boolean to check if the value has been set.
func (*SmcceInfo) GetSnssai ¶
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*SmcceInfo) GetSnssaiOk ¶
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 (SmcceInfo) MarshalJSON ¶
func (*SmcceInfo) SetDnn ¶
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*SmcceInfo) SetSmcceUeList ¶
func (o *SmcceInfo) SetSmcceUeList(v SmcceUeList)
SetSmcceUeList sets field value
type SmcceUeList ¶
type SmcceUeList struct {
Interface *interface{}
}
SmcceUeList Represents the List of UEs classified based on experience level of Session Management congestion control.
func (*SmcceUeList) MarshalJSON ¶
func (src *SmcceUeList) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SmcceUeList) UnmarshalJSON ¶
func (dst *SmcceUeList) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SmfChangeIndication ¶
type SmfChangeIndication struct {
String *string
}
SmfChangeIndication Indicates the I-SMF or V-SMF change or removal
func (*SmfChangeIndication) MarshalJSON ¶
func (src *SmfChangeIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SmfChangeIndication) UnmarshalJSON ¶
func (dst *SmfChangeIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SmfChangeInfo ¶
type SmfChangeInfo struct {
PduSessionIdList []int32 `json:"pduSessionIdList"`
SmfChangeInd SmfChangeIndication `json:"smfChangeInd"`
}
SmfChangeInfo SMF change information for PDU session(s)
func NewSmfChangeInfo ¶
func NewSmfChangeInfo(pduSessionIdList []int32, smfChangeInd SmfChangeIndication) *SmfChangeInfo
NewSmfChangeInfo instantiates a new SmfChangeInfo 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 NewSmfChangeInfoWithDefaults ¶
func NewSmfChangeInfoWithDefaults() *SmfChangeInfo
NewSmfChangeInfoWithDefaults instantiates a new SmfChangeInfo 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 (*SmfChangeInfo) GetPduSessionIdList ¶
func (o *SmfChangeInfo) GetPduSessionIdList() []int32
GetPduSessionIdList returns the PduSessionIdList field value
func (*SmfChangeInfo) GetPduSessionIdListOk ¶
func (o *SmfChangeInfo) GetPduSessionIdListOk() ([]int32, bool)
GetPduSessionIdListOk returns a tuple with the PduSessionIdList field value and a boolean to check if the value has been set.
func (*SmfChangeInfo) GetSmfChangeInd ¶
func (o *SmfChangeInfo) GetSmfChangeInd() SmfChangeIndication
GetSmfChangeInd returns the SmfChangeInd field value
func (*SmfChangeInfo) GetSmfChangeIndOk ¶
func (o *SmfChangeInfo) GetSmfChangeIndOk() (*SmfChangeIndication, bool)
GetSmfChangeIndOk returns a tuple with the SmfChangeInd field value and a boolean to check if the value has been set.
func (SmfChangeInfo) MarshalJSON ¶
func (o SmfChangeInfo) MarshalJSON() ([]byte, error)
func (*SmfChangeInfo) SetPduSessionIdList ¶
func (o *SmfChangeInfo) SetPduSessionIdList(v []int32)
SetPduSessionIdList sets field value
func (*SmfChangeInfo) SetSmfChangeInd ¶
func (o *SmfChangeInfo) SetSmfChangeInd(v SmfChangeIndication)
SetSmfChangeInd sets field value
func (SmfChangeInfo) ToMap ¶
func (o SmfChangeInfo) ToMap() (map[string]interface{}, error)
type SmfSelectionData ¶
type SmfSelectionData struct {
UnsuppDnn *bool `json:"unsuppDnn,omitempty"`
// Contains the list of DNNs per S-NSSAI that are candidates for replacement. The snssai attribute within the CandidateForReplacement data type is the key of the map.
Candidates map[string]CandidateForReplacement `json:"candidates,omitempty"`
Snssai *Snssai `json:"snssai,omitempty"`
MappingSnssai *Snssai `json:"mappingSnssai,omitempty"`
// String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\").
Dnn *string `json:"dnn,omitempty"`
}
SmfSelectionData Represents the SMF Selection information that may be replaced by the PCF.
func NewSmfSelectionData ¶
func NewSmfSelectionData() *SmfSelectionData
NewSmfSelectionData instantiates a new SmfSelectionData 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 NewSmfSelectionDataWithDefaults ¶
func NewSmfSelectionDataWithDefaults() *SmfSelectionData
NewSmfSelectionDataWithDefaults instantiates a new SmfSelectionData 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 (*SmfSelectionData) GetCandidates ¶
func (o *SmfSelectionData) GetCandidates() map[string]CandidateForReplacement
GetCandidates returns the Candidates field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SmfSelectionData) GetCandidatesOk ¶
func (o *SmfSelectionData) GetCandidatesOk() (*map[string]CandidateForReplacement, bool)
GetCandidatesOk returns a tuple with the Candidates 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 (*SmfSelectionData) GetDnn ¶
func (o *SmfSelectionData) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*SmfSelectionData) GetDnnOk ¶
func (o *SmfSelectionData) 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 (*SmfSelectionData) GetMappingSnssai ¶
func (o *SmfSelectionData) GetMappingSnssai() Snssai
GetMappingSnssai returns the MappingSnssai field value if set, zero value otherwise.
func (*SmfSelectionData) GetMappingSnssaiOk ¶
func (o *SmfSelectionData) GetMappingSnssaiOk() (*Snssai, bool)
GetMappingSnssaiOk returns a tuple with the MappingSnssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfSelectionData) GetSnssai ¶
func (o *SmfSelectionData) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*SmfSelectionData) GetSnssaiOk ¶
func (o *SmfSelectionData) 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 (*SmfSelectionData) GetUnsuppDnn ¶
func (o *SmfSelectionData) GetUnsuppDnn() bool
GetUnsuppDnn returns the UnsuppDnn field value if set, zero value otherwise.
func (*SmfSelectionData) GetUnsuppDnnOk ¶
func (o *SmfSelectionData) GetUnsuppDnnOk() (*bool, bool)
GetUnsuppDnnOk returns a tuple with the UnsuppDnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfSelectionData) HasCandidates ¶
func (o *SmfSelectionData) HasCandidates() bool
HasCandidates returns a boolean if a field has been set.
func (*SmfSelectionData) HasDnn ¶
func (o *SmfSelectionData) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*SmfSelectionData) HasMappingSnssai ¶
func (o *SmfSelectionData) HasMappingSnssai() bool
HasMappingSnssai returns a boolean if a field has been set.
func (*SmfSelectionData) HasSnssai ¶
func (o *SmfSelectionData) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*SmfSelectionData) HasUnsuppDnn ¶
func (o *SmfSelectionData) HasUnsuppDnn() bool
HasUnsuppDnn returns a boolean if a field has been set.
func (SmfSelectionData) MarshalJSON ¶
func (o SmfSelectionData) MarshalJSON() ([]byte, error)
func (*SmfSelectionData) SetCandidates ¶
func (o *SmfSelectionData) SetCandidates(v map[string]CandidateForReplacement)
SetCandidates gets a reference to the given map[string]CandidateForReplacement and assigns it to the Candidates field.
func (*SmfSelectionData) SetDnn ¶
func (o *SmfSelectionData) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*SmfSelectionData) SetMappingSnssai ¶
func (o *SmfSelectionData) SetMappingSnssai(v Snssai)
SetMappingSnssai gets a reference to the given Snssai and assigns it to the MappingSnssai field.
func (*SmfSelectionData) SetSnssai ¶
func (o *SmfSelectionData) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*SmfSelectionData) SetUnsuppDnn ¶
func (o *SmfSelectionData) SetUnsuppDnn(v bool)
SetUnsuppDnn gets a reference to the given bool and assigns it to the UnsuppDnn field.
func (SmfSelectionData) ToMap ¶
func (o SmfSelectionData) ToMap() (map[string]interface{}, error)
type SmsSupport ¶
type SmsSupport struct {
String *string
}
SmsSupport Indicates the supported SMS delivery of a UE
func (*SmsSupport) MarshalJSON ¶
func (src *SmsSupport) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SmsSupport) UnmarshalJSON ¶
func (dst *SmsSupport) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Snssai ¶
type Snssai struct {
// Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501.
Sst int32 `json:"sst"`
// 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST.
Sd *string `json:"sd,omitempty"`
}
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
type SnssaiExtension ¶
type SnssaiExtension struct {
// When present, it shall contain the range(s) of Slice Differentiator values supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type
SdRanges []SdRange `json:"sdRanges,omitempty"`
// When present, it shall be set to true, to indicate that all SD values are supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type.
WildcardSd *bool `json:"wildcardSd,omitempty"`
}
SnssaiExtension Extensions to the Snssai data type, sdRanges and wildcardSd shall not be present simultaneously
func NewSnssaiExtension ¶
func NewSnssaiExtension() *SnssaiExtension
NewSnssaiExtension instantiates a new SnssaiExtension 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 NewSnssaiExtensionWithDefaults ¶
func NewSnssaiExtensionWithDefaults() *SnssaiExtension
NewSnssaiExtensionWithDefaults instantiates a new SnssaiExtension 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 (*SnssaiExtension) GetSdRanges ¶
func (o *SnssaiExtension) GetSdRanges() []SdRange
GetSdRanges returns the SdRanges field value if set, zero value otherwise.
func (*SnssaiExtension) GetSdRangesOk ¶
func (o *SnssaiExtension) GetSdRangesOk() ([]SdRange, bool)
GetSdRangesOk returns a tuple with the SdRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnssaiExtension) GetWildcardSd ¶
func (o *SnssaiExtension) GetWildcardSd() bool
GetWildcardSd returns the WildcardSd field value if set, zero value otherwise.
func (*SnssaiExtension) GetWildcardSdOk ¶
func (o *SnssaiExtension) GetWildcardSdOk() (*bool, bool)
GetWildcardSdOk returns a tuple with the WildcardSd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnssaiExtension) HasSdRanges ¶
func (o *SnssaiExtension) HasSdRanges() bool
HasSdRanges returns a boolean if a field has been set.
func (*SnssaiExtension) HasWildcardSd ¶
func (o *SnssaiExtension) HasWildcardSd() bool
HasWildcardSd returns a boolean if a field has been set.
func (SnssaiExtension) MarshalJSON ¶
func (o SnssaiExtension) MarshalJSON() ([]byte, error)
func (*SnssaiExtension) SetSdRanges ¶
func (o *SnssaiExtension) SetSdRanges(v []SdRange)
SetSdRanges gets a reference to the given []SdRange and assigns it to the SdRanges field.
func (*SnssaiExtension) SetWildcardSd ¶
func (o *SnssaiExtension) SetWildcardSd(v bool)
SetWildcardSd gets a reference to the given bool and assigns it to the WildcardSd field.
func (SnssaiExtension) ToMap ¶
func (o SnssaiExtension) ToMap() (map[string]interface{}, error)
type StationaryIndication ¶
type StationaryIndication struct {
String *string
}
StationaryIndication Possible values are: - STATIONARY: Identifies the UE is stationary - MOBILE: Identifies the UE is mobile
func (*StationaryIndication) MarshalJSON ¶
func (src *StationaryIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*StationaryIndication) UnmarshalJSON ¶
func (dst *StationaryIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type StatusChange ¶
type StatusChange struct {
String *string
}
StatusChange Enumeration for AMF status
func (*StatusChange) MarshalJSON ¶
func (src *StatusChange) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*StatusChange) UnmarshalJSON ¶
func (dst *StatusChange) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SubscriptionData ¶
type SubscriptionData struct {
// String providing an URI formatted according to RFC 3986.
AmfStatusUri string `json:"amfStatusUri"`
GuamiList []Guami `json:"guamiList,omitempty"`
}
SubscriptionData Data within an AMF Status Change Subscription request and response
func NewSubscriptionData ¶
func NewSubscriptionData(amfStatusUri string) *SubscriptionData
NewSubscriptionData instantiates a new SubscriptionData 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 NewSubscriptionDataWithDefaults ¶
func NewSubscriptionDataWithDefaults() *SubscriptionData
NewSubscriptionDataWithDefaults instantiates a new SubscriptionData 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 (*SubscriptionData) GetAmfStatusUri ¶
func (o *SubscriptionData) GetAmfStatusUri() string
GetAmfStatusUri returns the AmfStatusUri field value
func (*SubscriptionData) GetAmfStatusUriOk ¶
func (o *SubscriptionData) GetAmfStatusUriOk() (*string, bool)
GetAmfStatusUriOk returns a tuple with the AmfStatusUri field value and a boolean to check if the value has been set.
func (*SubscriptionData) GetGuamiList ¶
func (o *SubscriptionData) GetGuamiList() []Guami
GetGuamiList returns the GuamiList field value if set, zero value otherwise.
func (*SubscriptionData) GetGuamiListOk ¶
func (o *SubscriptionData) GetGuamiListOk() ([]Guami, bool)
GetGuamiListOk returns a tuple with the GuamiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) HasGuamiList ¶
func (o *SubscriptionData) HasGuamiList() bool
HasGuamiList returns a boolean if a field has been set.
func (SubscriptionData) MarshalJSON ¶
func (o SubscriptionData) MarshalJSON() ([]byte, error)
func (*SubscriptionData) SetAmfStatusUri ¶
func (o *SubscriptionData) SetAmfStatusUri(v string)
SetAmfStatusUri sets field value
func (*SubscriptionData) SetGuamiList ¶
func (o *SubscriptionData) SetGuamiList(v []Guami)
SetGuamiList gets a reference to the given []Guami and assigns it to the GuamiList field.
func (SubscriptionData) ToMap ¶
func (o SubscriptionData) ToMap() (map[string]interface{}, error)
type SubscriptionsCollectionCollectionApiService ¶
type SubscriptionsCollectionCollectionApiService service
SubscriptionsCollectionCollectionApiService SubscriptionsCollectionCollectionApi service
func (*SubscriptionsCollectionCollectionApiService) AMFStatusChangeSubscribe ¶
func (a *SubscriptionsCollectionCollectionApiService) AMFStatusChangeSubscribe(ctx context.Context) ApiAMFStatusChangeSubscribeRequest
AMFStatusChangeSubscribe Namf_Communication AMF Status Change Subscribe service Operation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAMFStatusChangeSubscribeRequest
func (*SubscriptionsCollectionCollectionApiService) AMFStatusChangeSubscribeExecute ¶
func (a *SubscriptionsCollectionCollectionApiService) AMFStatusChangeSubscribeExecute(r ApiAMFStatusChangeSubscribeRequest) (*SubscriptionData, *http.Response, error)
Execute executes the request
@return SubscriptionData
type SupportedGADShapes ¶
type SupportedGADShapes struct {
String *string
}
SupportedGADShapes Indicates supported GAD shapes.
func (*SupportedGADShapes) MarshalJSON ¶
func (src *SupportedGADShapes) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupportedGADShapes) UnmarshalJSON ¶
func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SvcExperience ¶
type SvcExperience struct {
// string with format 'float' as defined in OpenAPI.
Mos *float32 `json:"mos,omitempty"`
// string with format 'float' as defined in OpenAPI.
UpperRange *float32 `json:"upperRange,omitempty"`
// string with format 'float' as defined in OpenAPI.
LowerRange *float32 `json:"lowerRange,omitempty"`
}
SvcExperience Contains a mean opinion score with the customized range.
func NewSvcExperience ¶
func NewSvcExperience() *SvcExperience
NewSvcExperience instantiates a new SvcExperience 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 NewSvcExperienceWithDefaults ¶
func NewSvcExperienceWithDefaults() *SvcExperience
NewSvcExperienceWithDefaults instantiates a new SvcExperience 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 (*SvcExperience) GetLowerRange ¶
func (o *SvcExperience) GetLowerRange() float32
GetLowerRange returns the LowerRange field value if set, zero value otherwise.
func (*SvcExperience) GetLowerRangeOk ¶
func (o *SvcExperience) GetLowerRangeOk() (*float32, bool)
GetLowerRangeOk returns a tuple with the LowerRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SvcExperience) GetMos ¶
func (o *SvcExperience) GetMos() float32
GetMos returns the Mos field value if set, zero value otherwise.
func (*SvcExperience) GetMosOk ¶
func (o *SvcExperience) GetMosOk() (*float32, bool)
GetMosOk returns a tuple with the Mos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SvcExperience) GetUpperRange ¶
func (o *SvcExperience) GetUpperRange() float32
GetUpperRange returns the UpperRange field value if set, zero value otherwise.
func (*SvcExperience) GetUpperRangeOk ¶
func (o *SvcExperience) GetUpperRangeOk() (*float32, bool)
GetUpperRangeOk returns a tuple with the UpperRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SvcExperience) HasLowerRange ¶
func (o *SvcExperience) HasLowerRange() bool
HasLowerRange returns a boolean if a field has been set.
func (*SvcExperience) HasMos ¶
func (o *SvcExperience) HasMos() bool
HasMos returns a boolean if a field has been set.
func (*SvcExperience) HasUpperRange ¶
func (o *SvcExperience) HasUpperRange() bool
HasUpperRange returns a boolean if a field has been set.
func (SvcExperience) MarshalJSON ¶
func (o SvcExperience) MarshalJSON() ([]byte, error)
func (*SvcExperience) SetLowerRange ¶
func (o *SvcExperience) SetLowerRange(v float32)
SetLowerRange gets a reference to the given float32 and assigns it to the LowerRange field.
func (*SvcExperience) SetMos ¶
func (o *SvcExperience) SetMos(v float32)
SetMos gets a reference to the given float32 and assigns it to the Mos field.
func (*SvcExperience) SetUpperRange ¶
func (o *SvcExperience) SetUpperRange(v float32)
SetUpperRange gets a reference to the given float32 and assigns it to the UpperRange field.
func (SvcExperience) ToMap ¶
func (o SvcExperience) ToMap() (map[string]interface{}, error)
type TacInfo ¶
type TacInfo struct {
TacList []string `json:"tacList"`
}
TacInfo contains tracking area information (tracking area codes).
func NewTacInfo ¶
NewTacInfo instantiates a new TacInfo 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 NewTacInfoWithDefaults ¶
func NewTacInfoWithDefaults() *TacInfo
NewTacInfoWithDefaults instantiates a new TacInfo 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 (*TacInfo) GetTacList ¶
GetTacList returns the TacList field value
func (*TacInfo) GetTacListOk ¶
GetTacListOk returns a tuple with the TacList field value and a boolean to check if the value has been set.
func (TacInfo) MarshalJSON ¶
type TacRange ¶
type TacRange struct {
Interface *interface{}
}
TacRange - Range of TACs (Tracking Area Codes)
func InterfaceAsTacRange ¶
func InterfaceAsTacRange(v *interface{}) TacRange
interface{}AsTacRange is a convenience function that returns interface{} wrapped in TacRange
func (*TacRange) GetActualInstance ¶
func (obj *TacRange) GetActualInstance() interface{}
Get the actual instance
func (TacRange) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*TacRange) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type Tai ¶
type Tai struct {
PlmnId PlmnId `json:"plmnId"`
// 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string.
Tac string `json:"tac"`
// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
Nid *string `json:"nid,omitempty"`
}
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
type TaiRange ¶
type TaiRange struct {
PlmnId PlmnId `json:"plmnId"`
TacRangeList []TacRange `json:"tacRangeList"`
// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
Nid *string `json:"nid,omitempty"`
}
TaiRange Range of TAIs (Tracking Area Identities)
func NewTaiRange ¶
NewTaiRange instantiates a new TaiRange 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 NewTaiRangeWithDefaults ¶
func NewTaiRangeWithDefaults() *TaiRange
NewTaiRangeWithDefaults instantiates a new TaiRange 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 (*TaiRange) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TaiRange) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*TaiRange) GetTacRangeList ¶
GetTacRangeList returns the TacRangeList field value
func (*TaiRange) GetTacRangeListOk ¶
GetTacRangeListOk returns a tuple with the TacRangeList field value and a boolean to check if the value has been set.
func (TaiRange) MarshalJSON ¶
func (*TaiRange) SetNid ¶
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*TaiRange) SetTacRangeList ¶
SetTacRangeList sets field value
type TargetArea ¶
type TargetArea struct {
TaList []Tai `json:"taList,omitempty"`
TaiRangeList []TaiRange `json:"taiRangeList,omitempty"`
AnyTa *bool `json:"anyTa,omitempty"`
}
TargetArea TA list or TAI range list or any TA
func NewTargetArea ¶
func NewTargetArea() *TargetArea
NewTargetArea instantiates a new TargetArea 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 NewTargetAreaWithDefaults ¶
func NewTargetAreaWithDefaults() *TargetArea
NewTargetAreaWithDefaults instantiates a new TargetArea 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 (*TargetArea) GetAnyTa ¶
func (o *TargetArea) GetAnyTa() bool
GetAnyTa returns the AnyTa field value if set, zero value otherwise.
func (*TargetArea) GetAnyTaOk ¶
func (o *TargetArea) GetAnyTaOk() (*bool, bool)
GetAnyTaOk returns a tuple with the AnyTa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetArea) GetTaList ¶
func (o *TargetArea) GetTaList() []Tai
GetTaList returns the TaList field value if set, zero value otherwise.
func (*TargetArea) GetTaListOk ¶
func (o *TargetArea) GetTaListOk() ([]Tai, bool)
GetTaListOk returns a tuple with the TaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetArea) GetTaiRangeList ¶
func (o *TargetArea) GetTaiRangeList() []TaiRange
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*TargetArea) GetTaiRangeListOk ¶
func (o *TargetArea) GetTaiRangeListOk() ([]TaiRange, bool)
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetArea) HasAnyTa ¶
func (o *TargetArea) HasAnyTa() bool
HasAnyTa returns a boolean if a field has been set.
func (*TargetArea) HasTaList ¶
func (o *TargetArea) HasTaList() bool
HasTaList returns a boolean if a field has been set.
func (*TargetArea) HasTaiRangeList ¶
func (o *TargetArea) HasTaiRangeList() bool
HasTaiRangeList returns a boolean if a field has been set.
func (TargetArea) MarshalJSON ¶
func (o TargetArea) MarshalJSON() ([]byte, error)
func (*TargetArea) SetAnyTa ¶
func (o *TargetArea) SetAnyTa(v bool)
SetAnyTa gets a reference to the given bool and assigns it to the AnyTa field.
func (*TargetArea) SetTaList ¶
func (o *TargetArea) SetTaList(v []Tai)
SetTaList gets a reference to the given []Tai and assigns it to the TaList field.
func (*TargetArea) SetTaiRangeList ¶
func (o *TargetArea) SetTaiRangeList(v []TaiRange)
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
func (TargetArea) ToMap ¶
func (o TargetArea) ToMap() (map[string]interface{}, error)
type TargetUeInformation ¶
type TargetUeInformation struct {
AnyUe *bool `json:"anyUe,omitempty"`
Supis []string `json:"supis,omitempty"`
Gpsis []string `json:"gpsis,omitempty"`
IntGroupIds []string `json:"intGroupIds,omitempty"`
}
TargetUeInformation Identifies the target UE information.
func NewTargetUeInformation ¶
func NewTargetUeInformation() *TargetUeInformation
NewTargetUeInformation instantiates a new TargetUeInformation 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 NewTargetUeInformationWithDefaults ¶
func NewTargetUeInformationWithDefaults() *TargetUeInformation
NewTargetUeInformationWithDefaults instantiates a new TargetUeInformation 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 (*TargetUeInformation) GetAnyUe ¶
func (o *TargetUeInformation) GetAnyUe() bool
GetAnyUe returns the AnyUe field value if set, zero value otherwise.
func (*TargetUeInformation) GetAnyUeOk ¶
func (o *TargetUeInformation) 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 (*TargetUeInformation) GetGpsis ¶
func (o *TargetUeInformation) GetGpsis() []string
GetGpsis returns the Gpsis field value if set, zero value otherwise.
func (*TargetUeInformation) GetGpsisOk ¶
func (o *TargetUeInformation) GetGpsisOk() ([]string, bool)
GetGpsisOk returns a tuple with the Gpsis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetUeInformation) GetIntGroupIds ¶
func (o *TargetUeInformation) GetIntGroupIds() []string
GetIntGroupIds returns the IntGroupIds field value if set, zero value otherwise.
func (*TargetUeInformation) GetIntGroupIdsOk ¶
func (o *TargetUeInformation) GetIntGroupIdsOk() ([]string, bool)
GetIntGroupIdsOk returns a tuple with the IntGroupIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetUeInformation) GetSupis ¶
func (o *TargetUeInformation) GetSupis() []string
GetSupis returns the Supis field value if set, zero value otherwise.
func (*TargetUeInformation) GetSupisOk ¶
func (o *TargetUeInformation) 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 (*TargetUeInformation) HasAnyUe ¶
func (o *TargetUeInformation) HasAnyUe() bool
HasAnyUe returns a boolean if a field has been set.
func (*TargetUeInformation) HasGpsis ¶
func (o *TargetUeInformation) HasGpsis() bool
HasGpsis returns a boolean if a field has been set.
func (*TargetUeInformation) HasIntGroupIds ¶
func (o *TargetUeInformation) HasIntGroupIds() bool
HasIntGroupIds returns a boolean if a field has been set.
func (*TargetUeInformation) HasSupis ¶
func (o *TargetUeInformation) HasSupis() bool
HasSupis returns a boolean if a field has been set.
func (TargetUeInformation) MarshalJSON ¶
func (o TargetUeInformation) MarshalJSON() ([]byte, error)
func (*TargetUeInformation) SetAnyUe ¶
func (o *TargetUeInformation) SetAnyUe(v bool)
SetAnyUe gets a reference to the given bool and assigns it to the AnyUe field.
func (*TargetUeInformation) SetGpsis ¶
func (o *TargetUeInformation) SetGpsis(v []string)
SetGpsis gets a reference to the given []string and assigns it to the Gpsis field.
func (*TargetUeInformation) SetIntGroupIds ¶
func (o *TargetUeInformation) SetIntGroupIds(v []string)
SetIntGroupIds gets a reference to the given []string and assigns it to the IntGroupIds field.
func (*TargetUeInformation) SetSupis ¶
func (o *TargetUeInformation) SetSupis(v []string)
SetSupis gets a reference to the given []string and assigns it to the Supis field.
func (TargetUeInformation) ToMap ¶
func (o TargetUeInformation) ToMap() (map[string]interface{}, error)
type ThresholdLevel ¶
type ThresholdLevel struct {
CongLevel *int32 `json:"congLevel,omitempty"`
NfLoadLevel *int32 `json:"nfLoadLevel,omitempty"`
NfCpuUsage *int32 `json:"nfCpuUsage,omitempty"`
NfMemoryUsage *int32 `json:"nfMemoryUsage,omitempty"`
NfStorageUsage *int32 `json:"nfStorageUsage,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\".
AvgTrafficRate *string `json:"avgTrafficRate,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\".
MaxTrafficRate *string `json:"maxTrafficRate,omitempty"`
// Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds.
AvgPacketDelay *int32 `json:"avgPacketDelay,omitempty"`
// Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds.
MaxPacketDelay *int32 `json:"maxPacketDelay,omitempty"`
// Unsigned integer indicating Packet Loss Rate (see clauses 5.7.2.8 and 5.7.4 of 3GPP TS 23.501), expressed in tenth of percent.
AvgPacketLossRate *int32 `json:"avgPacketLossRate,omitempty"`
// string with format 'float' as defined in OpenAPI.
SvcExpLevel *float32 `json:"svcExpLevel,omitempty"`
}
ThresholdLevel Represents a threshold level.
func NewThresholdLevel ¶
func NewThresholdLevel() *ThresholdLevel
NewThresholdLevel instantiates a new ThresholdLevel 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 NewThresholdLevelWithDefaults ¶
func NewThresholdLevelWithDefaults() *ThresholdLevel
NewThresholdLevelWithDefaults instantiates a new ThresholdLevel 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 (*ThresholdLevel) GetAvgPacketDelay ¶
func (o *ThresholdLevel) GetAvgPacketDelay() int32
GetAvgPacketDelay returns the AvgPacketDelay field value if set, zero value otherwise.
func (*ThresholdLevel) GetAvgPacketDelayOk ¶
func (o *ThresholdLevel) GetAvgPacketDelayOk() (*int32, bool)
GetAvgPacketDelayOk returns a tuple with the AvgPacketDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetAvgPacketLossRate ¶
func (o *ThresholdLevel) GetAvgPacketLossRate() int32
GetAvgPacketLossRate returns the AvgPacketLossRate field value if set, zero value otherwise.
func (*ThresholdLevel) GetAvgPacketLossRateOk ¶
func (o *ThresholdLevel) GetAvgPacketLossRateOk() (*int32, bool)
GetAvgPacketLossRateOk returns a tuple with the AvgPacketLossRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetAvgTrafficRate ¶
func (o *ThresholdLevel) GetAvgTrafficRate() string
GetAvgTrafficRate returns the AvgTrafficRate field value if set, zero value otherwise.
func (*ThresholdLevel) GetAvgTrafficRateOk ¶
func (o *ThresholdLevel) GetAvgTrafficRateOk() (*string, bool)
GetAvgTrafficRateOk returns a tuple with the AvgTrafficRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetCongLevel ¶
func (o *ThresholdLevel) GetCongLevel() int32
GetCongLevel returns the CongLevel field value if set, zero value otherwise.
func (*ThresholdLevel) GetCongLevelOk ¶
func (o *ThresholdLevel) GetCongLevelOk() (*int32, bool)
GetCongLevelOk returns a tuple with the CongLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetMaxPacketDelay ¶
func (o *ThresholdLevel) GetMaxPacketDelay() int32
GetMaxPacketDelay returns the MaxPacketDelay field value if set, zero value otherwise.
func (*ThresholdLevel) GetMaxPacketDelayOk ¶
func (o *ThresholdLevel) GetMaxPacketDelayOk() (*int32, bool)
GetMaxPacketDelayOk returns a tuple with the MaxPacketDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetMaxTrafficRate ¶
func (o *ThresholdLevel) GetMaxTrafficRate() string
GetMaxTrafficRate returns the MaxTrafficRate field value if set, zero value otherwise.
func (*ThresholdLevel) GetMaxTrafficRateOk ¶
func (o *ThresholdLevel) GetMaxTrafficRateOk() (*string, bool)
GetMaxTrafficRateOk returns a tuple with the MaxTrafficRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfCpuUsage ¶
func (o *ThresholdLevel) GetNfCpuUsage() int32
GetNfCpuUsage returns the NfCpuUsage field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfCpuUsageOk ¶
func (o *ThresholdLevel) GetNfCpuUsageOk() (*int32, bool)
GetNfCpuUsageOk returns a tuple with the NfCpuUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfLoadLevel ¶
func (o *ThresholdLevel) GetNfLoadLevel() int32
GetNfLoadLevel returns the NfLoadLevel field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfLoadLevelOk ¶
func (o *ThresholdLevel) GetNfLoadLevelOk() (*int32, bool)
GetNfLoadLevelOk returns a tuple with the NfLoadLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfMemoryUsage ¶
func (o *ThresholdLevel) GetNfMemoryUsage() int32
GetNfMemoryUsage returns the NfMemoryUsage field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfMemoryUsageOk ¶
func (o *ThresholdLevel) GetNfMemoryUsageOk() (*int32, bool)
GetNfMemoryUsageOk returns a tuple with the NfMemoryUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetNfStorageUsage ¶
func (o *ThresholdLevel) GetNfStorageUsage() int32
GetNfStorageUsage returns the NfStorageUsage field value if set, zero value otherwise.
func (*ThresholdLevel) GetNfStorageUsageOk ¶
func (o *ThresholdLevel) GetNfStorageUsageOk() (*int32, bool)
GetNfStorageUsageOk returns a tuple with the NfStorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) GetSvcExpLevel ¶
func (o *ThresholdLevel) GetSvcExpLevel() float32
GetSvcExpLevel returns the SvcExpLevel field value if set, zero value otherwise.
func (*ThresholdLevel) GetSvcExpLevelOk ¶
func (o *ThresholdLevel) GetSvcExpLevelOk() (*float32, bool)
GetSvcExpLevelOk returns a tuple with the SvcExpLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThresholdLevel) HasAvgPacketDelay ¶
func (o *ThresholdLevel) HasAvgPacketDelay() bool
HasAvgPacketDelay returns a boolean if a field has been set.
func (*ThresholdLevel) HasAvgPacketLossRate ¶
func (o *ThresholdLevel) HasAvgPacketLossRate() bool
HasAvgPacketLossRate returns a boolean if a field has been set.
func (*ThresholdLevel) HasAvgTrafficRate ¶
func (o *ThresholdLevel) HasAvgTrafficRate() bool
HasAvgTrafficRate returns a boolean if a field has been set.
func (*ThresholdLevel) HasCongLevel ¶
func (o *ThresholdLevel) HasCongLevel() bool
HasCongLevel returns a boolean if a field has been set.
func (*ThresholdLevel) HasMaxPacketDelay ¶
func (o *ThresholdLevel) HasMaxPacketDelay() bool
HasMaxPacketDelay returns a boolean if a field has been set.
func (*ThresholdLevel) HasMaxTrafficRate ¶
func (o *ThresholdLevel) HasMaxTrafficRate() bool
HasMaxTrafficRate returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfCpuUsage ¶
func (o *ThresholdLevel) HasNfCpuUsage() bool
HasNfCpuUsage returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfLoadLevel ¶
func (o *ThresholdLevel) HasNfLoadLevel() bool
HasNfLoadLevel returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfMemoryUsage ¶
func (o *ThresholdLevel) HasNfMemoryUsage() bool
HasNfMemoryUsage returns a boolean if a field has been set.
func (*ThresholdLevel) HasNfStorageUsage ¶
func (o *ThresholdLevel) HasNfStorageUsage() bool
HasNfStorageUsage returns a boolean if a field has been set.
func (*ThresholdLevel) HasSvcExpLevel ¶
func (o *ThresholdLevel) HasSvcExpLevel() bool
HasSvcExpLevel returns a boolean if a field has been set.
func (ThresholdLevel) MarshalJSON ¶
func (o ThresholdLevel) MarshalJSON() ([]byte, error)
func (*ThresholdLevel) SetAvgPacketDelay ¶
func (o *ThresholdLevel) SetAvgPacketDelay(v int32)
SetAvgPacketDelay gets a reference to the given int32 and assigns it to the AvgPacketDelay field.
func (*ThresholdLevel) SetAvgPacketLossRate ¶
func (o *ThresholdLevel) SetAvgPacketLossRate(v int32)
SetAvgPacketLossRate gets a reference to the given int32 and assigns it to the AvgPacketLossRate field.
func (*ThresholdLevel) SetAvgTrafficRate ¶
func (o *ThresholdLevel) SetAvgTrafficRate(v string)
SetAvgTrafficRate gets a reference to the given string and assigns it to the AvgTrafficRate field.
func (*ThresholdLevel) SetCongLevel ¶
func (o *ThresholdLevel) SetCongLevel(v int32)
SetCongLevel gets a reference to the given int32 and assigns it to the CongLevel field.
func (*ThresholdLevel) SetMaxPacketDelay ¶
func (o *ThresholdLevel) SetMaxPacketDelay(v int32)
SetMaxPacketDelay gets a reference to the given int32 and assigns it to the MaxPacketDelay field.
func (*ThresholdLevel) SetMaxTrafficRate ¶
func (o *ThresholdLevel) SetMaxTrafficRate(v string)
SetMaxTrafficRate gets a reference to the given string and assigns it to the MaxTrafficRate field.
func (*ThresholdLevel) SetNfCpuUsage ¶
func (o *ThresholdLevel) SetNfCpuUsage(v int32)
SetNfCpuUsage gets a reference to the given int32 and assigns it to the NfCpuUsage field.
func (*ThresholdLevel) SetNfLoadLevel ¶
func (o *ThresholdLevel) SetNfLoadLevel(v int32)
SetNfLoadLevel gets a reference to the given int32 and assigns it to the NfLoadLevel field.
func (*ThresholdLevel) SetNfMemoryUsage ¶
func (o *ThresholdLevel) SetNfMemoryUsage(v int32)
SetNfMemoryUsage gets a reference to the given int32 and assigns it to the NfMemoryUsage field.
func (*ThresholdLevel) SetNfStorageUsage ¶
func (o *ThresholdLevel) SetNfStorageUsage(v int32)
SetNfStorageUsage gets a reference to the given int32 and assigns it to the NfStorageUsage field.
func (*ThresholdLevel) SetSvcExpLevel ¶
func (o *ThresholdLevel) SetSvcExpLevel(v float32)
SetSvcExpLevel gets a reference to the given float32 and assigns it to the SvcExpLevel field.
func (ThresholdLevel) ToMap ¶
func (o ThresholdLevel) ToMap() (map[string]interface{}, error)
type TimeUnit ¶
type TimeUnit struct {
String *string
}
TimeUnit Possible values are: - MINUTE: Time unit is per minute. - HOUR: Time unit is per hour. - DAY: Time unit is per day.
func (*TimeUnit) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*TimeUnit) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type TimeWindow ¶
type TimeWindow struct {
// string with format \"date-time\" as defined in OpenAPI.
StartTime time.Time `json:"startTime"`
// string with format \"date-time\" as defined in OpenAPI.
StopTime time.Time `json:"stopTime"`
}
TimeWindow Represents a time window identified by a start time and a stop time.
func NewTimeWindow ¶
func NewTimeWindow(startTime time.Time, stopTime time.Time) *TimeWindow
NewTimeWindow instantiates a new TimeWindow 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 NewTimeWindowWithDefaults ¶
func NewTimeWindowWithDefaults() *TimeWindow
NewTimeWindowWithDefaults instantiates a new TimeWindow 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 (*TimeWindow) GetStartTime ¶
func (o *TimeWindow) GetStartTime() time.Time
GetStartTime returns the StartTime field value
func (*TimeWindow) GetStartTimeOk ¶
func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value and a boolean to check if the value has been set.
func (*TimeWindow) GetStopTime ¶
func (o *TimeWindow) GetStopTime() time.Time
GetStopTime returns the StopTime field value
func (*TimeWindow) GetStopTimeOk ¶
func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool)
GetStopTimeOk returns a tuple with the StopTime field value and a boolean to check if the value has been set.
func (TimeWindow) MarshalJSON ¶
func (o TimeWindow) MarshalJSON() ([]byte, error)
func (*TimeWindow) SetStartTime ¶
func (o *TimeWindow) SetStartTime(v time.Time)
SetStartTime sets field value
func (*TimeWindow) SetStopTime ¶
func (o *TimeWindow) SetStopTime(v time.Time)
SetStopTime sets field value
func (TimeWindow) ToMap ¶
func (o TimeWindow) ToMap() (map[string]interface{}, error)
type TnapId ¶
type TnapId struct {
// This IE shall be present if the UE is accessing the 5GC via a trusted WLAN access network.When present, it shall contain the SSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012.
SsId *string `json:"ssId,omitempty"`
// When present, it shall contain the BSSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012.
BssId *string `json:"bssId,omitempty"`
// string with format 'bytes' as defined in OpenAPI
CivicAddress *string `json:"civicAddress,omitempty"`
}
TnapId Contain the TNAP Identifier see clause5.6.2 of 3GPP TS 23.501.
func NewTnapId ¶
func NewTnapId() *TnapId
NewTnapId instantiates a new TnapId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTnapIdWithDefaults ¶
func NewTnapIdWithDefaults() *TnapId
NewTnapIdWithDefaults instantiates a new TnapId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TnapId) GetBssIdOk ¶
GetBssIdOk returns a tuple with the BssId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) GetCivicAddress ¶
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*TnapId) GetCivicAddressOk ¶
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) GetSsIdOk ¶
GetSsIdOk returns a tuple with the SsId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TnapId) HasCivicAddress ¶
HasCivicAddress returns a boolean if a field has been set.
func (TnapId) MarshalJSON ¶
func (*TnapId) SetBssId ¶
SetBssId gets a reference to the given string and assigns it to the BssId field.
func (*TnapId) SetCivicAddress ¶
SetCivicAddress gets a reference to the given string and assigns it to the CivicAddress field.
type TopApplication ¶
type TopApplication struct {
Interface *interface{}
}
TopApplication - Top application that contributes the most to the traffic.
func InterfaceAsTopApplication ¶
func InterfaceAsTopApplication(v *interface{}) TopApplication
interface{}AsTopApplication is a convenience function that returns interface{} wrapped in TopApplication
func (*TopApplication) GetActualInstance ¶
func (obj *TopApplication) GetActualInstance() interface{}
Get the actual instance
func (TopApplication) MarshalJSON ¶
func (src TopApplication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TopApplication) UnmarshalJSON ¶
func (dst *TopApplication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type TraceData ¶
type TraceData struct {
// Trace Reference (see 3GPP TS 32.422).It shall be encoded as the concatenation of MCC, MNC and Trace ID as follows: 'MCC'<MNC'-'Trace ID'The Trace ID shall be encoded as a 3 octet string in hexadecimal representation. Each character in the Trace ID string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Trace ID shall appear first in the string, and the character representing the 4 least significant bit of the Trace ID shall appear last in the string.
TraceRef string `json:"traceRef"`
TraceDepth TraceDepth `json:"traceDepth"`
// List of NE Types (see 3GPP TS 32.422).It shall be encoded as an octet string in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits shall appear first in the string, and the character representing the 4 least significant bit shall appear last in the string.Octets shall be coded according to 3GPP TS 32.422.
NeTypeList string `json:"neTypeList"`
// Triggering events (see 3GPP TS 32.422).It shall be encoded as an octet string in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits shall appear first in the string, and the character representing the 4 least significant bit shall appear last in the string. Octets shall be coded according to 3GPP TS 32.422.
EventList string `json:"eventList"`
// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
CollectionEntityIpv4Addr *string `json:"collectionEntityIpv4Addr,omitempty"`
CollectionEntityIpv6Addr *Ipv6Addr `json:"collectionEntityIpv6Addr,omitempty"`
// List of Interfaces (see 3GPP TS 32.422).It shall be encoded as an octet string in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits shall appear first in the string, and the character representing the 4 least significant bit shall appear last in the string. Octets shall be coded according to 3GPP TS 32.422. If this attribute is not present, all the interfaces applicable to the list of NE types indicated in the neTypeList attribute should be traced.
InterfaceList *string `json:"interfaceList,omitempty"`
}
TraceData contains Trace control and configuration parameters.
func NewTraceData ¶
func NewTraceData(traceRef string, traceDepth TraceDepth, neTypeList string, eventList string) *TraceData
NewTraceData instantiates a new TraceData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTraceDataWithDefaults ¶
func NewTraceDataWithDefaults() *TraceData
NewTraceDataWithDefaults instantiates a new TraceData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TraceData) GetCollectionEntityIpv4Addr ¶
GetCollectionEntityIpv4Addr returns the CollectionEntityIpv4Addr field value if set, zero value otherwise.
func (*TraceData) GetCollectionEntityIpv4AddrOk ¶
GetCollectionEntityIpv4AddrOk returns a tuple with the CollectionEntityIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceData) GetCollectionEntityIpv6Addr ¶
GetCollectionEntityIpv6Addr returns the CollectionEntityIpv6Addr field value if set, zero value otherwise.
func (*TraceData) GetCollectionEntityIpv6AddrOk ¶
GetCollectionEntityIpv6AddrOk returns a tuple with the CollectionEntityIpv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceData) GetEventList ¶
GetEventList returns the EventList field value
func (*TraceData) GetEventListOk ¶
GetEventListOk returns a tuple with the EventList field value and a boolean to check if the value has been set.
func (*TraceData) GetInterfaceList ¶
GetInterfaceList returns the InterfaceList field value if set, zero value otherwise.
func (*TraceData) GetInterfaceListOk ¶
GetInterfaceListOk returns a tuple with the InterfaceList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceData) GetNeTypeList ¶
GetNeTypeList returns the NeTypeList field value
func (*TraceData) GetNeTypeListOk ¶
GetNeTypeListOk returns a tuple with the NeTypeList field value and a boolean to check if the value has been set.
func (*TraceData) GetTraceDepth ¶
func (o *TraceData) GetTraceDepth() TraceDepth
GetTraceDepth returns the TraceDepth field value
func (*TraceData) GetTraceDepthOk ¶
func (o *TraceData) GetTraceDepthOk() (*TraceDepth, bool)
GetTraceDepthOk returns a tuple with the TraceDepth field value and a boolean to check if the value has been set.
func (*TraceData) GetTraceRef ¶
GetTraceRef returns the TraceRef field value
func (*TraceData) GetTraceRefOk ¶
GetTraceRefOk returns a tuple with the TraceRef field value and a boolean to check if the value has been set.
func (*TraceData) HasCollectionEntityIpv4Addr ¶
HasCollectionEntityIpv4Addr returns a boolean if a field has been set.
func (*TraceData) HasCollectionEntityIpv6Addr ¶
HasCollectionEntityIpv6Addr returns a boolean if a field has been set.
func (*TraceData) HasInterfaceList ¶
HasInterfaceList returns a boolean if a field has been set.
func (TraceData) MarshalJSON ¶
func (*TraceData) SetCollectionEntityIpv4Addr ¶
SetCollectionEntityIpv4Addr gets a reference to the given string and assigns it to the CollectionEntityIpv4Addr field.
func (*TraceData) SetCollectionEntityIpv6Addr ¶
SetCollectionEntityIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the CollectionEntityIpv6Addr field.
func (*TraceData) SetEventList ¶
SetEventList sets field value
func (*TraceData) SetInterfaceList ¶
SetInterfaceList gets a reference to the given string and assigns it to the InterfaceList field.
func (*TraceData) SetNeTypeList ¶
SetNeTypeList sets field value
func (*TraceData) SetTraceDepth ¶
func (o *TraceData) SetTraceDepth(v TraceDepth)
SetTraceDepth sets field value
func (*TraceData) SetTraceRef ¶
SetTraceRef sets field value
type TraceDepth ¶
type TraceDepth struct {
String *string
}
TraceDepth The enumeration TraceDepth defines how detailed information should be recorded in the trace. See 3GPP TS 32.422 for further description of the values. It shall comply with the provisions defined in table 5.6.3.1-1
func (*TraceDepth) MarshalJSON ¶
func (src *TraceDepth) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TraceDepth) UnmarshalJSON ¶
func (dst *TraceDepth) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TrafficCharacterization ¶
type TrafficCharacterization struct {
Interface *interface{}
}
TrafficCharacterization Identifies the detailed traffic characterization.
func (*TrafficCharacterization) MarshalJSON ¶
func (src *TrafficCharacterization) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TrafficCharacterization) UnmarshalJSON ¶
func (dst *TrafficCharacterization) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TrafficDescriptor ¶
type TrafficDescriptor struct {
// 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"`
DddTrafficDescriptorList []DddTrafficDescriptor `json:"dddTrafficDescriptorList,omitempty"`
}
TrafficDescriptor Represents the Traffic Descriptor
func NewTrafficDescriptor ¶
func NewTrafficDescriptor() *TrafficDescriptor
NewTrafficDescriptor instantiates a new TrafficDescriptor 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 NewTrafficDescriptorWithDefaults ¶
func NewTrafficDescriptorWithDefaults() *TrafficDescriptor
NewTrafficDescriptorWithDefaults instantiates a new TrafficDescriptor 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 (*TrafficDescriptor) GetDddTrafficDescriptorList ¶
func (o *TrafficDescriptor) GetDddTrafficDescriptorList() []DddTrafficDescriptor
GetDddTrafficDescriptorList returns the DddTrafficDescriptorList field value if set, zero value otherwise.
func (*TrafficDescriptor) GetDddTrafficDescriptorListOk ¶
func (o *TrafficDescriptor) GetDddTrafficDescriptorListOk() ([]DddTrafficDescriptor, bool)
GetDddTrafficDescriptorListOk returns a tuple with the DddTrafficDescriptorList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrafficDescriptor) GetDnn ¶
func (o *TrafficDescriptor) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*TrafficDescriptor) GetDnnOk ¶
func (o *TrafficDescriptor) 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 (*TrafficDescriptor) GetSNssai ¶
func (o *TrafficDescriptor) GetSNssai() Snssai
GetSNssai returns the SNssai field value if set, zero value otherwise.
func (*TrafficDescriptor) GetSNssaiOk ¶
func (o *TrafficDescriptor) 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 (*TrafficDescriptor) HasDddTrafficDescriptorList ¶
func (o *TrafficDescriptor) HasDddTrafficDescriptorList() bool
HasDddTrafficDescriptorList returns a boolean if a field has been set.
func (*TrafficDescriptor) HasDnn ¶
func (o *TrafficDescriptor) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*TrafficDescriptor) HasSNssai ¶
func (o *TrafficDescriptor) HasSNssai() bool
HasSNssai returns a boolean if a field has been set.
func (TrafficDescriptor) MarshalJSON ¶
func (o TrafficDescriptor) MarshalJSON() ([]byte, error)
func (*TrafficDescriptor) SetDddTrafficDescriptorList ¶
func (o *TrafficDescriptor) SetDddTrafficDescriptorList(v []DddTrafficDescriptor)
SetDddTrafficDescriptorList gets a reference to the given []DddTrafficDescriptor and assigns it to the DddTrafficDescriptorList field.
func (*TrafficDescriptor) SetDnn ¶
func (o *TrafficDescriptor) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*TrafficDescriptor) SetSNssai ¶
func (o *TrafficDescriptor) SetSNssai(v Snssai)
SetSNssai gets a reference to the given Snssai and assigns it to the SNssai field.
func (TrafficDescriptor) ToMap ¶
func (o TrafficDescriptor) ToMap() (map[string]interface{}, error)
type TrafficInformation ¶
type TrafficInformation struct {
Interface *interface{}
}
TrafficInformation Traffic information including UL/DL data rate and/or Traffic volume.
func (*TrafficInformation) MarshalJSON ¶
func (src *TrafficInformation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TrafficInformation) UnmarshalJSON ¶
func (dst *TrafficInformation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TrafficProfile ¶
type TrafficProfile struct {
String *string
}
TrafficProfile Possible values are: - SINGLE_TRANS_UL: Uplink single packet transmission. - SINGLE_TRANS_DL: Downlink single packet transmission. - DUAL_TRANS_UL_FIRST: Dual packet transmission, firstly uplink packet transmission with subsequent downlink packet transmission. - DUAL_TRANS_DL_FIRST: Dual packet transmission, firstly downlink packet transmission with subsequent uplink packet transmission.
func (*TrafficProfile) MarshalJSON ¶
func (src *TrafficProfile) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TrafficProfile) UnmarshalJSON ¶
func (dst *TrafficProfile) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TransferReason ¶
type TransferReason struct {
String *string
}
TransferReason Indicates UE Context Transfer Reason
func (*TransferReason) MarshalJSON ¶
func (src *TransferReason) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TransferReason) UnmarshalJSON ¶
func (dst *TransferReason) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TransportProtocol ¶
type TransportProtocol struct {
String *string
}
TransportProtocol Possible values are: - UDP: User Datagram Protocol. - TCP: Transmission Control Protocol.
func (*TransportProtocol) MarshalJSON ¶
func (src *TransportProtocol) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TransportProtocol) UnmarshalJSON ¶
func (dst *TransportProtocol) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TwapId ¶
type TwapId struct {
// This IE shall contain the SSID of the access point to which the UE is attached, that is received over NGAP, see IEEE Std 802.11-2012.
SsId string `json:"ssId"`
// When present, it shall contain the BSSID of the access point to which the UE is attached, for trusted WLAN access, see IEEE Std 802.11-2012.
BssId *string `json:"bssId,omitempty"`
// string with format 'bytes' as defined in OpenAPI
CivicAddress *string `json:"civicAddress,omitempty"`
}
TwapId Contain the TWAP Identifier as defined in clause 4.2.8.5.3 of 3GPP TS 23.501 or the WLAN location information as defined in clause 4.5.7.2.8 of 3GPP TS 23.402.
func NewTwapId ¶
NewTwapId instantiates a new TwapId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTwapIdWithDefaults ¶
func NewTwapIdWithDefaults() *TwapId
NewTwapIdWithDefaults instantiates a new TwapId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TwapId) GetBssIdOk ¶
GetBssIdOk returns a tuple with the BssId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwapId) GetCivicAddress ¶
GetCivicAddress returns the CivicAddress field value if set, zero value otherwise.
func (*TwapId) GetCivicAddressOk ¶
GetCivicAddressOk returns a tuple with the CivicAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TwapId) GetSsIdOk ¶
GetSsIdOk returns a tuple with the SsId field value and a boolean to check if the value has been set.
func (*TwapId) HasCivicAddress ¶
HasCivicAddress returns a boolean if a field has been set.
func (TwapId) MarshalJSON ¶
func (*TwapId) SetBssId ¶
SetBssId gets a reference to the given string and assigns it to the BssId field.
func (*TwapId) SetCivicAddress ¶
SetCivicAddress gets a reference to the given string and assigns it to the CivicAddress field.
type UEContextRelease ¶
type UEContextRelease struct {
// String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501.
Supi *string `json:"supi,omitempty"`
UnauthenticatedSupi *bool `json:"unauthenticatedSupi,omitempty"`
NgapCause NgApCause `json:"ngapCause"`
}
UEContextRelease Data within a Release UE Context request
func NewUEContextRelease ¶
func NewUEContextRelease(ngapCause NgApCause) *UEContextRelease
NewUEContextRelease instantiates a new UEContextRelease 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 NewUEContextReleaseWithDefaults ¶
func NewUEContextReleaseWithDefaults() *UEContextRelease
NewUEContextReleaseWithDefaults instantiates a new UEContextRelease 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 (*UEContextRelease) GetNgapCause ¶
func (o *UEContextRelease) GetNgapCause() NgApCause
GetNgapCause returns the NgapCause field value
func (*UEContextRelease) GetNgapCauseOk ¶
func (o *UEContextRelease) GetNgapCauseOk() (*NgApCause, bool)
GetNgapCauseOk returns a tuple with the NgapCause field value and a boolean to check if the value has been set.
func (*UEContextRelease) GetSupi ¶
func (o *UEContextRelease) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*UEContextRelease) GetSupiOk ¶
func (o *UEContextRelease) 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 (*UEContextRelease) GetUnauthenticatedSupi ¶
func (o *UEContextRelease) GetUnauthenticatedSupi() bool
GetUnauthenticatedSupi returns the UnauthenticatedSupi field value if set, zero value otherwise.
func (*UEContextRelease) GetUnauthenticatedSupiOk ¶
func (o *UEContextRelease) GetUnauthenticatedSupiOk() (*bool, bool)
GetUnauthenticatedSupiOk returns a tuple with the UnauthenticatedSupi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UEContextRelease) HasSupi ¶
func (o *UEContextRelease) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (*UEContextRelease) HasUnauthenticatedSupi ¶
func (o *UEContextRelease) HasUnauthenticatedSupi() bool
HasUnauthenticatedSupi returns a boolean if a field has been set.
func (UEContextRelease) MarshalJSON ¶
func (o UEContextRelease) MarshalJSON() ([]byte, error)
func (*UEContextRelease) SetNgapCause ¶
func (o *UEContextRelease) SetNgapCause(v NgApCause)
SetNgapCause sets field value
func (*UEContextRelease) SetSupi ¶
func (o *UEContextRelease) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*UEContextRelease) SetUnauthenticatedSupi ¶
func (o *UEContextRelease) SetUnauthenticatedSupi(v bool)
SetUnauthenticatedSupi gets a reference to the given bool and assigns it to the UnauthenticatedSupi field.
func (UEContextRelease) ToMap ¶
func (o UEContextRelease) ToMap() (map[string]interface{}, error)
type UEContextTransfer200Response ¶
type UEContextTransfer200Response struct {
JsonData *UeContextTransferRspData `json:"jsonData,omitempty"`
BinaryDataN2Information **os.File `json:"binaryDataN2Information,omitempty"`
BinaryDataN2InformationExt1 **os.File `json:"binaryDataN2InformationExt1,omitempty"`
BinaryDataN2InformationExt2 **os.File `json:"binaryDataN2InformationExt2,omitempty"`
}
UEContextTransfer200Response struct for UEContextTransfer200Response
func NewUEContextTransfer200Response ¶
func NewUEContextTransfer200Response() *UEContextTransfer200Response
NewUEContextTransfer200Response instantiates a new UEContextTransfer200Response 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 NewUEContextTransfer200ResponseWithDefaults ¶
func NewUEContextTransfer200ResponseWithDefaults() *UEContextTransfer200Response
NewUEContextTransfer200ResponseWithDefaults instantiates a new UEContextTransfer200Response 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 (*UEContextTransfer200Response) GetBinaryDataN2Information ¶
func (o *UEContextTransfer200Response) GetBinaryDataN2Information() *os.File
GetBinaryDataN2Information returns the BinaryDataN2Information field value if set, zero value otherwise.
func (*UEContextTransfer200Response) GetBinaryDataN2InformationExt1 ¶
func (o *UEContextTransfer200Response) GetBinaryDataN2InformationExt1() *os.File
GetBinaryDataN2InformationExt1 returns the BinaryDataN2InformationExt1 field value if set, zero value otherwise.
func (*UEContextTransfer200Response) GetBinaryDataN2InformationExt1Ok ¶
func (o *UEContextTransfer200Response) GetBinaryDataN2InformationExt1Ok() (**os.File, bool)
GetBinaryDataN2InformationExt1Ok returns a tuple with the BinaryDataN2InformationExt1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UEContextTransfer200Response) GetBinaryDataN2InformationExt2 ¶
func (o *UEContextTransfer200Response) GetBinaryDataN2InformationExt2() *os.File
GetBinaryDataN2InformationExt2 returns the BinaryDataN2InformationExt2 field value if set, zero value otherwise.
func (*UEContextTransfer200Response) GetBinaryDataN2InformationExt2Ok ¶
func (o *UEContextTransfer200Response) GetBinaryDataN2InformationExt2Ok() (**os.File, bool)
GetBinaryDataN2InformationExt2Ok returns a tuple with the BinaryDataN2InformationExt2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UEContextTransfer200Response) GetBinaryDataN2InformationOk ¶
func (o *UEContextTransfer200Response) GetBinaryDataN2InformationOk() (**os.File, bool)
GetBinaryDataN2InformationOk returns a tuple with the BinaryDataN2Information field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UEContextTransfer200Response) GetJsonData ¶
func (o *UEContextTransfer200Response) GetJsonData() UeContextTransferRspData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*UEContextTransfer200Response) GetJsonDataOk ¶
func (o *UEContextTransfer200Response) GetJsonDataOk() (*UeContextTransferRspData, 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 (*UEContextTransfer200Response) HasBinaryDataN2Information ¶
func (o *UEContextTransfer200Response) HasBinaryDataN2Information() bool
HasBinaryDataN2Information returns a boolean if a field has been set.
func (*UEContextTransfer200Response) HasBinaryDataN2InformationExt1 ¶
func (o *UEContextTransfer200Response) HasBinaryDataN2InformationExt1() bool
HasBinaryDataN2InformationExt1 returns a boolean if a field has been set.
func (*UEContextTransfer200Response) HasBinaryDataN2InformationExt2 ¶
func (o *UEContextTransfer200Response) HasBinaryDataN2InformationExt2() bool
HasBinaryDataN2InformationExt2 returns a boolean if a field has been set.
func (*UEContextTransfer200Response) HasJsonData ¶
func (o *UEContextTransfer200Response) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (UEContextTransfer200Response) MarshalJSON ¶
func (o UEContextTransfer200Response) MarshalJSON() ([]byte, error)
func (*UEContextTransfer200Response) SetBinaryDataN2Information ¶
func (o *UEContextTransfer200Response) SetBinaryDataN2Information(v *os.File)
SetBinaryDataN2Information gets a reference to the given *os.File and assigns it to the BinaryDataN2Information field.
func (*UEContextTransfer200Response) SetBinaryDataN2InformationExt1 ¶
func (o *UEContextTransfer200Response) SetBinaryDataN2InformationExt1(v *os.File)
SetBinaryDataN2InformationExt1 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt1 field.
func (*UEContextTransfer200Response) SetBinaryDataN2InformationExt2 ¶
func (o *UEContextTransfer200Response) SetBinaryDataN2InformationExt2(v *os.File)
SetBinaryDataN2InformationExt2 gets a reference to the given *os.File and assigns it to the BinaryDataN2InformationExt2 field.
func (*UEContextTransfer200Response) SetJsonData ¶
func (o *UEContextTransfer200Response) SetJsonData(v UeContextTransferRspData)
SetJsonData gets a reference to the given UeContextTransferRspData and assigns it to the JsonData field.
func (UEContextTransfer200Response) ToMap ¶
func (o UEContextTransfer200Response) ToMap() (map[string]interface{}, error)
type UEContextTransferRequest ¶
type UEContextTransferRequest struct {
JsonData *UeContextTransferReqData `json:"jsonData,omitempty"`
BinaryDataN1Message **os.File `json:"binaryDataN1Message,omitempty"`
}
UEContextTransferRequest struct for UEContextTransferRequest
func NewUEContextTransferRequest ¶
func NewUEContextTransferRequest() *UEContextTransferRequest
NewUEContextTransferRequest instantiates a new UEContextTransferRequest 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 NewUEContextTransferRequestWithDefaults ¶
func NewUEContextTransferRequestWithDefaults() *UEContextTransferRequest
NewUEContextTransferRequestWithDefaults instantiates a new UEContextTransferRequest 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 (*UEContextTransferRequest) GetBinaryDataN1Message ¶
func (o *UEContextTransferRequest) GetBinaryDataN1Message() *os.File
GetBinaryDataN1Message returns the BinaryDataN1Message field value if set, zero value otherwise.
func (*UEContextTransferRequest) GetBinaryDataN1MessageOk ¶
func (o *UEContextTransferRequest) GetBinaryDataN1MessageOk() (**os.File, bool)
GetBinaryDataN1MessageOk returns a tuple with the BinaryDataN1Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UEContextTransferRequest) GetJsonData ¶
func (o *UEContextTransferRequest) GetJsonData() UeContextTransferReqData
GetJsonData returns the JsonData field value if set, zero value otherwise.
func (*UEContextTransferRequest) GetJsonDataOk ¶
func (o *UEContextTransferRequest) GetJsonDataOk() (*UeContextTransferReqData, 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 (*UEContextTransferRequest) HasBinaryDataN1Message ¶
func (o *UEContextTransferRequest) HasBinaryDataN1Message() bool
HasBinaryDataN1Message returns a boolean if a field has been set.
func (*UEContextTransferRequest) HasJsonData ¶
func (o *UEContextTransferRequest) HasJsonData() bool
HasJsonData returns a boolean if a field has been set.
func (UEContextTransferRequest) MarshalJSON ¶
func (o UEContextTransferRequest) MarshalJSON() ([]byte, error)
func (*UEContextTransferRequest) SetBinaryDataN1Message ¶
func (o *UEContextTransferRequest) SetBinaryDataN1Message(v *os.File)
SetBinaryDataN1Message gets a reference to the given *os.File and assigns it to the BinaryDataN1Message field.
func (*UEContextTransferRequest) SetJsonData ¶
func (o *UEContextTransferRequest) SetJsonData(v UeContextTransferReqData)
SetJsonData gets a reference to the given UeContextTransferReqData and assigns it to the JsonData field.
func (UEContextTransferRequest) ToMap ¶
func (o UEContextTransferRequest) ToMap() (map[string]interface{}, error)
type UeAnalyticsContextDescriptor ¶
type UeAnalyticsContextDescriptor struct {
// String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501.
Supi string `json:"supi"`
// List of analytics types for which UE related analytics contexts can be retrieved.
AnaTypes []NwdafEvent `json:"anaTypes"`
}
UeAnalyticsContextDescriptor Contains information about available UE related analytics contexts.
func NewUeAnalyticsContextDescriptor ¶
func NewUeAnalyticsContextDescriptor(supi string, anaTypes []NwdafEvent) *UeAnalyticsContextDescriptor
NewUeAnalyticsContextDescriptor instantiates a new UeAnalyticsContextDescriptor 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 NewUeAnalyticsContextDescriptorWithDefaults ¶
func NewUeAnalyticsContextDescriptorWithDefaults() *UeAnalyticsContextDescriptor
NewUeAnalyticsContextDescriptorWithDefaults instantiates a new UeAnalyticsContextDescriptor 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 (*UeAnalyticsContextDescriptor) GetAnaTypes ¶
func (o *UeAnalyticsContextDescriptor) GetAnaTypes() []NwdafEvent
GetAnaTypes returns the AnaTypes field value
func (*UeAnalyticsContextDescriptor) GetAnaTypesOk ¶
func (o *UeAnalyticsContextDescriptor) GetAnaTypesOk() ([]NwdafEvent, bool)
GetAnaTypesOk returns a tuple with the AnaTypes field value and a boolean to check if the value has been set.
func (*UeAnalyticsContextDescriptor) GetSupi ¶
func (o *UeAnalyticsContextDescriptor) GetSupi() string
GetSupi returns the Supi field value
func (*UeAnalyticsContextDescriptor) GetSupiOk ¶
func (o *UeAnalyticsContextDescriptor) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value and a boolean to check if the value has been set.
func (UeAnalyticsContextDescriptor) MarshalJSON ¶
func (o UeAnalyticsContextDescriptor) MarshalJSON() ([]byte, error)
func (*UeAnalyticsContextDescriptor) SetAnaTypes ¶
func (o *UeAnalyticsContextDescriptor) SetAnaTypes(v []NwdafEvent)
SetAnaTypes sets field value
func (*UeAnalyticsContextDescriptor) SetSupi ¶
func (o *UeAnalyticsContextDescriptor) SetSupi(v string)
SetSupi sets field value
func (UeAnalyticsContextDescriptor) ToMap ¶
func (o UeAnalyticsContextDescriptor) ToMap() (map[string]interface{}, error)
type UeAuth ¶
type UeAuth struct {
String *string
}
UeAuth Possible values are: - AUTHORIZED: Indicates that the UE is authorized. - NOT_AUTHORIZED: Indicates that the UE is not authorized.
func (*UeAuth) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*UeAuth) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type UeCommunication ¶
type UeCommunication struct {
// indicating a time in seconds.
CommDur *int32 `json:"commDur,omitempty"`
// string with format 'float' as defined in OpenAPI.
CommDurVariance *float32 `json:"commDurVariance,omitempty"`
// indicating a time in seconds.
PerioTime *int32 `json:"perioTime,omitempty"`
// string with format 'float' as defined in OpenAPI.
PerioTimeVariance *float32 `json:"perioTimeVariance,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
Ts *time.Time `json:"ts,omitempty"`
// string with format 'float' as defined in OpenAPI.
TsVariance *float32 `json:"tsVariance,omitempty"`
RecurringTime *ScheduledCommunicationTime1 `json:"recurringTime,omitempty"`
TrafChar *TrafficCharacterization `json:"trafChar,omitempty"`
// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
Ratio *int32 `json:"ratio,omitempty"`
PerioCommInd *bool `json:"perioCommInd,omitempty"`
// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
Confidence *int32 `json:"confidence,omitempty"`
AnaOfAppList *AppListForUeComm `json:"anaOfAppList,omitempty"`
SessInactTimer *SessInactTimerForUeComm `json:"sessInactTimer,omitempty"`
}
UeCommunication Represents UE communication information.
func NewUeCommunication ¶
func NewUeCommunication() *UeCommunication
NewUeCommunication instantiates a new UeCommunication 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 NewUeCommunicationWithDefaults ¶
func NewUeCommunicationWithDefaults() *UeCommunication
NewUeCommunicationWithDefaults instantiates a new UeCommunication 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 (*UeCommunication) GetAnaOfAppList ¶
func (o *UeCommunication) GetAnaOfAppList() AppListForUeComm
GetAnaOfAppList returns the AnaOfAppList field value if set, zero value otherwise.
func (*UeCommunication) GetAnaOfAppListOk ¶
func (o *UeCommunication) GetAnaOfAppListOk() (*AppListForUeComm, bool)
GetAnaOfAppListOk returns a tuple with the AnaOfAppList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) GetCommDur ¶
func (o *UeCommunication) GetCommDur() int32
GetCommDur returns the CommDur field value if set, zero value otherwise.
func (*UeCommunication) GetCommDurOk ¶
func (o *UeCommunication) GetCommDurOk() (*int32, bool)
GetCommDurOk returns a tuple with the CommDur field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) GetCommDurVariance ¶
func (o *UeCommunication) GetCommDurVariance() float32
GetCommDurVariance returns the CommDurVariance field value if set, zero value otherwise.
func (*UeCommunication) GetCommDurVarianceOk ¶
func (o *UeCommunication) GetCommDurVarianceOk() (*float32, bool)
GetCommDurVarianceOk returns a tuple with the CommDurVariance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) GetConfidence ¶
func (o *UeCommunication) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*UeCommunication) GetConfidenceOk ¶
func (o *UeCommunication) 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 (*UeCommunication) GetPerioCommInd ¶
func (o *UeCommunication) GetPerioCommInd() bool
GetPerioCommInd returns the PerioCommInd field value if set, zero value otherwise.
func (*UeCommunication) GetPerioCommIndOk ¶
func (o *UeCommunication) GetPerioCommIndOk() (*bool, bool)
GetPerioCommIndOk returns a tuple with the PerioCommInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) GetPerioTime ¶
func (o *UeCommunication) GetPerioTime() int32
GetPerioTime returns the PerioTime field value if set, zero value otherwise.
func (*UeCommunication) GetPerioTimeOk ¶
func (o *UeCommunication) GetPerioTimeOk() (*int32, bool)
GetPerioTimeOk returns a tuple with the PerioTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) GetPerioTimeVariance ¶
func (o *UeCommunication) GetPerioTimeVariance() float32
GetPerioTimeVariance returns the PerioTimeVariance field value if set, zero value otherwise.
func (*UeCommunication) GetPerioTimeVarianceOk ¶
func (o *UeCommunication) GetPerioTimeVarianceOk() (*float32, bool)
GetPerioTimeVarianceOk returns a tuple with the PerioTimeVariance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) GetRatio ¶
func (o *UeCommunication) GetRatio() int32
GetRatio returns the Ratio field value if set, zero value otherwise.
func (*UeCommunication) GetRatioOk ¶
func (o *UeCommunication) 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 (*UeCommunication) GetRecurringTime ¶
func (o *UeCommunication) GetRecurringTime() ScheduledCommunicationTime1
GetRecurringTime returns the RecurringTime field value if set, zero value otherwise.
func (*UeCommunication) GetRecurringTimeOk ¶
func (o *UeCommunication) GetRecurringTimeOk() (*ScheduledCommunicationTime1, bool)
GetRecurringTimeOk returns a tuple with the RecurringTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) GetSessInactTimer ¶
func (o *UeCommunication) GetSessInactTimer() SessInactTimerForUeComm
GetSessInactTimer returns the SessInactTimer field value if set, zero value otherwise.
func (*UeCommunication) GetSessInactTimerOk ¶
func (o *UeCommunication) GetSessInactTimerOk() (*SessInactTimerForUeComm, bool)
GetSessInactTimerOk returns a tuple with the SessInactTimer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) GetTrafChar ¶
func (o *UeCommunication) GetTrafChar() TrafficCharacterization
GetTrafChar returns the TrafChar field value if set, zero value otherwise.
func (*UeCommunication) GetTrafCharOk ¶
func (o *UeCommunication) GetTrafCharOk() (*TrafficCharacterization, bool)
GetTrafCharOk returns a tuple with the TrafChar field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) GetTs ¶
func (o *UeCommunication) GetTs() time.Time
GetTs returns the Ts field value if set, zero value otherwise.
func (*UeCommunication) GetTsOk ¶
func (o *UeCommunication) GetTsOk() (*time.Time, bool)
GetTsOk returns a tuple with the Ts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) GetTsVariance ¶
func (o *UeCommunication) GetTsVariance() float32
GetTsVariance returns the TsVariance field value if set, zero value otherwise.
func (*UeCommunication) GetTsVarianceOk ¶
func (o *UeCommunication) GetTsVarianceOk() (*float32, bool)
GetTsVarianceOk returns a tuple with the TsVariance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunication) HasAnaOfAppList ¶
func (o *UeCommunication) HasAnaOfAppList() bool
HasAnaOfAppList returns a boolean if a field has been set.
func (*UeCommunication) HasCommDur ¶
func (o *UeCommunication) HasCommDur() bool
HasCommDur returns a boolean if a field has been set.
func (*UeCommunication) HasCommDurVariance ¶
func (o *UeCommunication) HasCommDurVariance() bool
HasCommDurVariance returns a boolean if a field has been set.
func (*UeCommunication) HasConfidence ¶
func (o *UeCommunication) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*UeCommunication) HasPerioCommInd ¶
func (o *UeCommunication) HasPerioCommInd() bool
HasPerioCommInd returns a boolean if a field has been set.
func (*UeCommunication) HasPerioTime ¶
func (o *UeCommunication) HasPerioTime() bool
HasPerioTime returns a boolean if a field has been set.
func (*UeCommunication) HasPerioTimeVariance ¶
func (o *UeCommunication) HasPerioTimeVariance() bool
HasPerioTimeVariance returns a boolean if a field has been set.
func (*UeCommunication) HasRatio ¶
func (o *UeCommunication) HasRatio() bool
HasRatio returns a boolean if a field has been set.
func (*UeCommunication) HasRecurringTime ¶
func (o *UeCommunication) HasRecurringTime() bool
HasRecurringTime returns a boolean if a field has been set.
func (*UeCommunication) HasSessInactTimer ¶
func (o *UeCommunication) HasSessInactTimer() bool
HasSessInactTimer returns a boolean if a field has been set.
func (*UeCommunication) HasTrafChar ¶
func (o *UeCommunication) HasTrafChar() bool
HasTrafChar returns a boolean if a field has been set.
func (*UeCommunication) HasTs ¶
func (o *UeCommunication) HasTs() bool
HasTs returns a boolean if a field has been set.
func (*UeCommunication) HasTsVariance ¶
func (o *UeCommunication) HasTsVariance() bool
HasTsVariance returns a boolean if a field has been set.
func (UeCommunication) MarshalJSON ¶
func (o UeCommunication) MarshalJSON() ([]byte, error)
func (*UeCommunication) SetAnaOfAppList ¶
func (o *UeCommunication) SetAnaOfAppList(v AppListForUeComm)
SetAnaOfAppList gets a reference to the given AppListForUeComm and assigns it to the AnaOfAppList field.
func (*UeCommunication) SetCommDur ¶
func (o *UeCommunication) SetCommDur(v int32)
SetCommDur gets a reference to the given int32 and assigns it to the CommDur field.
func (*UeCommunication) SetCommDurVariance ¶
func (o *UeCommunication) SetCommDurVariance(v float32)
SetCommDurVariance gets a reference to the given float32 and assigns it to the CommDurVariance field.
func (*UeCommunication) SetConfidence ¶
func (o *UeCommunication) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*UeCommunication) SetPerioCommInd ¶
func (o *UeCommunication) SetPerioCommInd(v bool)
SetPerioCommInd gets a reference to the given bool and assigns it to the PerioCommInd field.
func (*UeCommunication) SetPerioTime ¶
func (o *UeCommunication) SetPerioTime(v int32)
SetPerioTime gets a reference to the given int32 and assigns it to the PerioTime field.
func (*UeCommunication) SetPerioTimeVariance ¶
func (o *UeCommunication) SetPerioTimeVariance(v float32)
SetPerioTimeVariance gets a reference to the given float32 and assigns it to the PerioTimeVariance field.
func (*UeCommunication) SetRatio ¶
func (o *UeCommunication) SetRatio(v int32)
SetRatio gets a reference to the given int32 and assigns it to the Ratio field.
func (*UeCommunication) SetRecurringTime ¶
func (o *UeCommunication) SetRecurringTime(v ScheduledCommunicationTime1)
SetRecurringTime gets a reference to the given ScheduledCommunicationTime1 and assigns it to the RecurringTime field.
func (*UeCommunication) SetSessInactTimer ¶
func (o *UeCommunication) SetSessInactTimer(v SessInactTimerForUeComm)
SetSessInactTimer gets a reference to the given SessInactTimerForUeComm and assigns it to the SessInactTimer field.
func (*UeCommunication) SetTrafChar ¶
func (o *UeCommunication) SetTrafChar(v TrafficCharacterization)
SetTrafChar gets a reference to the given TrafficCharacterization and assigns it to the TrafChar field.
func (*UeCommunication) SetTs ¶
func (o *UeCommunication) SetTs(v time.Time)
SetTs gets a reference to the given time.Time and assigns it to the Ts field.
func (*UeCommunication) SetTsVariance ¶
func (o *UeCommunication) SetTsVariance(v float32)
SetTsVariance gets a reference to the given float32 and assigns it to the TsVariance field.
func (UeCommunication) ToMap ¶
func (o UeCommunication) ToMap() (map[string]interface{}, error)
type UeContext ¶
type UeContext struct {
// String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501.
Supi *string `json:"supi,omitempty"`
SupiUnauthInd *bool `json:"supiUnauthInd,omitempty"`
GpsiList []string `json:"gpsiList,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"`
// Identifier of a group of NFs.
UdmGroupId *string `json:"udmGroupId,omitempty"`
// Identifier of a group of NFs.
AusfGroupId *string `json:"ausfGroupId,omitempty"`
// Identifier of a group of NFs.
PcfGroupId *string `json:"pcfGroupId,omitempty"`
RoutingIndicator *string `json:"routingIndicator,omitempty"`
HNwPubKeyId *int32 `json:"hNwPubKeyId,omitempty"`
GroupList []string `json:"groupList,omitempty"`
// string with format 'bytes' as defined in OpenAPI
DrxParameter *string `json:"drxParameter,omitempty"`
// Unsigned integer representing the \"Subscriber Profile ID for RAT/Frequency Priority\" as specified in 3GPP TS 36.413.
SubRfsp *int32 `json:"subRfsp,omitempty"`
// Unsigned integer representing the \"Subscriber Profile ID for RAT/Frequency Priority\" as specified in 3GPP TS 36.413.
UsedRfsp *int32 `json:"usedRfsp,omitempty"`
SubUeAmbr *Ambr `json:"subUeAmbr,omitempty"`
// A map(list of key-value pairs) where Snssai serves as key.
SubUeSliceMbrList *map[string]SliceMbr `json:"subUeSliceMbrList,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.
SmsfId *string `json:"smsfId,omitempty"`
SeafData *SeafData `json:"seafData,omitempty"`
// string with format 'bytes' as defined in OpenAPI
Var5gMmCapability *string `json:"5gMmCapability,omitempty"`
// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
PcfId *string `json:"pcfId,omitempty"`
// NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit.
PcfSetId *string `json:"pcfSetId,omitempty"`
// 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.
PcfAmpServiceSetId *string `json:"pcfAmpServiceSetId,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.
PcfUepServiceSetId *string `json:"pcfUepServiceSetId,omitempty"`
PcfBinding *SbiBindingLevel `json:"pcfBinding,omitempty"`
// String providing an URI formatted according to RFC 3986.
PcfAmPolicyUri *string `json:"pcfAmPolicyUri,omitempty"`
AmPolicyReqTriggerList []PolicyReqTrigger `json:"amPolicyReqTriggerList,omitempty"`
// String providing an URI formatted according to RFC 3986.
PcfUePolicyUri *string `json:"pcfUePolicyUri,omitempty"`
UePolicyReqTriggerList []PolicyReqTrigger `json:"uePolicyReqTriggerList,omitempty"`
// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
HpcfId *string `json:"hpcfId,omitempty"`
// 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.
HpcfSetId *string `json:"hpcfSetId,omitempty"`
RestrictedRatList []RatType `json:"restrictedRatList,omitempty"`
ForbiddenAreaList []Area `json:"forbiddenAreaList,omitempty"`
ServiceAreaRestriction *ServiceAreaRestriction `json:"serviceAreaRestriction,omitempty"`
RestrictedCoreNwTypeList []CoreNetworkType `json:"restrictedCoreNwTypeList,omitempty"`
EventSubscriptionList []ExtAmfEventSubscription `json:"eventSubscriptionList,omitempty"`
MmContextList []MmContext `json:"mmContextList,omitempty"`
SessionContextList []PduSessionContext `json:"sessionContextList,omitempty"`
EpsInterworkingInfo *EpsInterworkingInfo `json:"epsInterworkingInfo,omitempty"`
TraceData NullableTraceData `json:"traceData,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
ServiceGapExpiryTime *time.Time `json:"serviceGapExpiryTime,omitempty"`
// String representing the STN-SR as defined in clause 18.6 of 3GPP TS 23.003.
StnSr *string `json:"stnSr,omitempty"`
// String representing the C-MSISDN as defined in clause 18.7 of 3GPP TS 23.003.
CMsisdn *string `json:"cMsisdn,omitempty"`
// string with format 'bytes' as defined in OpenAPI
MsClassmark2 *string `json:"msClassmark2,omitempty"`
SupportedCodecList []string `json:"supportedCodecList,omitempty"`
SmallDataRateStatusInfos []SmallDataRateStatusInfo `json:"smallDataRateStatusInfos,omitempty"`
RestrictedPrimaryRatList []RatType `json:"restrictedPrimaryRatList,omitempty"`
RestrictedSecondaryRatList []RatType `json:"restrictedSecondaryRatList,omitempty"`
V2xContext *V2xContext `json:"v2xContext,omitempty"`
LteCatMInd *bool `json:"lteCatMInd,omitempty"`
RedCapInd *bool `json:"redCapInd,omitempty"`
MoExpDataCounter *MoExpDataCounter `json:"moExpDataCounter,omitempty"`
CagData *CagData `json:"cagData,omitempty"`
ManagementMdtInd *bool `json:"managementMdtInd,omitempty"`
ImmediateMdtConf *ImmediateMdtConf `json:"immediateMdtConf,omitempty"`
EcRestrictionDataWb *EcRestrictionDataWb `json:"ecRestrictionDataWb,omitempty"`
EcRestrictionDataNb *bool `json:"ecRestrictionDataNb,omitempty"`
IabOperationAllowed *bool `json:"iabOperationAllowed,omitempty"`
ProseContext *ProseContext `json:"proseContext,omitempty"`
AnalyticsSubscriptionList []AnalyticsSubscription `json:"analyticsSubscriptionList,omitempty"`
PcfAmpBindingInfo *string `json:"pcfAmpBindingInfo,omitempty"`
PcfUepBindingInfo *string `json:"pcfUepBindingInfo,omitempty"`
UsedServiceAreaRestriction *ServiceAreaRestriction `json:"usedServiceAreaRestriction,omitempty"`
// A map(list of key-value pairs) where praId serves as key.
PraInAmPolicy *map[string]PresenceInfo `json:"praInAmPolicy,omitempty"`
// A map(list of key-value pairs) where praId serves as key.
PraInUePolicy *map[string]PresenceInfo `json:"praInUePolicy,omitempty"`
UpdpSubscriptionData *UpdpSubscriptionData `json:"updpSubscriptionData,omitempty"`
SmPolicyNotifyPduList []PduSessionInfo `json:"smPolicyNotifyPduList,omitempty"`
PcfUeCallbackInfo NullablePcfUeCallbackInfo `json:"pcfUeCallbackInfo,omitempty"`
// Positioning capabilities supported by the UE. A string encoding the \"ProvideCapabilities-r9-IEs\" IE as specified in clause 6.3 of 3GPP TS 37.355 (start from octet 1).
UePositioningCap *string `json:"uePositioningCap,omitempty"`
AstiDistributionIndication *bool `json:"astiDistributionIndication,omitempty"`
TsErrorBudget *int32 `json:"tsErrorBudget,omitempty"`
SnpnOnboardInd *bool `json:"snpnOnboardInd,omitempty"`
SmfSelInfo NullableSmfSelectionData `json:"smfSelInfo,omitempty"`
// A map(list of key-value pairs) where Snssai serves as key.
PcfUeSliceMbrList *map[string]SliceMbr `json:"pcfUeSliceMbrList,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.
SmsfSetId *string `json:"smsfSetId,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.
SmsfServiceSetId *string `json:"smsfServiceSetId,omitempty"`
SmsfBindingInfo *string `json:"smsfBindingInfo,omitempty"`
DisasterRoamingInd *bool `json:"disasterRoamingInd,omitempty"`
DisasterPlmn *PlmnId `json:"disasterPlmn,omitempty"`
}
UeContext Represents an individual ueContext resource
func NewUeContext ¶
func NewUeContext() *UeContext
NewUeContext instantiates a new UeContext 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 NewUeContextWithDefaults ¶
func NewUeContextWithDefaults() *UeContext
NewUeContextWithDefaults instantiates a new UeContext 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 (*UeContext) GetAmPolicyReqTriggerList ¶
func (o *UeContext) GetAmPolicyReqTriggerList() []PolicyReqTrigger
GetAmPolicyReqTriggerList returns the AmPolicyReqTriggerList field value if set, zero value otherwise.
func (*UeContext) GetAmPolicyReqTriggerListOk ¶
func (o *UeContext) GetAmPolicyReqTriggerListOk() ([]PolicyReqTrigger, bool)
GetAmPolicyReqTriggerListOk returns a tuple with the AmPolicyReqTriggerList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetAnalyticsSubscriptionList ¶
func (o *UeContext) GetAnalyticsSubscriptionList() []AnalyticsSubscription
GetAnalyticsSubscriptionList returns the AnalyticsSubscriptionList field value if set, zero value otherwise.
func (*UeContext) GetAnalyticsSubscriptionListOk ¶
func (o *UeContext) GetAnalyticsSubscriptionListOk() ([]AnalyticsSubscription, bool)
GetAnalyticsSubscriptionListOk returns a tuple with the AnalyticsSubscriptionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetAstiDistributionIndication ¶
GetAstiDistributionIndication returns the AstiDistributionIndication field value if set, zero value otherwise.
func (*UeContext) GetAstiDistributionIndicationOk ¶
GetAstiDistributionIndicationOk returns a tuple with the AstiDistributionIndication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetAusfGroupId ¶
GetAusfGroupId returns the AusfGroupId field value if set, zero value otherwise.
func (*UeContext) GetAusfGroupIdOk ¶
GetAusfGroupIdOk returns a tuple with the AusfGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetCMsisdn ¶
GetCMsisdn returns the CMsisdn field value if set, zero value otherwise.
func (*UeContext) GetCMsisdnOk ¶
GetCMsisdnOk returns a tuple with the CMsisdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetCagData ¶
GetCagData returns the CagData field value if set, zero value otherwise.
func (*UeContext) GetCagDataOk ¶
GetCagDataOk returns a tuple with the CagData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetDisasterPlmn ¶
GetDisasterPlmn returns the DisasterPlmn field value if set, zero value otherwise.
func (*UeContext) GetDisasterPlmnOk ¶
GetDisasterPlmnOk returns a tuple with the DisasterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetDisasterRoamingInd ¶
GetDisasterRoamingInd returns the DisasterRoamingInd field value if set, zero value otherwise.
func (*UeContext) GetDisasterRoamingIndOk ¶
GetDisasterRoamingIndOk returns a tuple with the DisasterRoamingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetDrxParameter ¶
GetDrxParameter returns the DrxParameter field value if set, zero value otherwise.
func (*UeContext) GetDrxParameterOk ¶
GetDrxParameterOk returns a tuple with the DrxParameter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetEcRestrictionDataNb ¶
GetEcRestrictionDataNb returns the EcRestrictionDataNb field value if set, zero value otherwise.
func (*UeContext) GetEcRestrictionDataNbOk ¶
GetEcRestrictionDataNbOk returns a tuple with the EcRestrictionDataNb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetEcRestrictionDataWb ¶
func (o *UeContext) GetEcRestrictionDataWb() EcRestrictionDataWb
GetEcRestrictionDataWb returns the EcRestrictionDataWb field value if set, zero value otherwise.
func (*UeContext) GetEcRestrictionDataWbOk ¶
func (o *UeContext) GetEcRestrictionDataWbOk() (*EcRestrictionDataWb, bool)
GetEcRestrictionDataWbOk returns a tuple with the EcRestrictionDataWb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetEpsInterworkingInfo ¶
func (o *UeContext) GetEpsInterworkingInfo() EpsInterworkingInfo
GetEpsInterworkingInfo returns the EpsInterworkingInfo field value if set, zero value otherwise.
func (*UeContext) GetEpsInterworkingInfoOk ¶
func (o *UeContext) GetEpsInterworkingInfoOk() (*EpsInterworkingInfo, bool)
GetEpsInterworkingInfoOk returns a tuple with the EpsInterworkingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetEventSubscriptionList ¶
func (o *UeContext) GetEventSubscriptionList() []ExtAmfEventSubscription
GetEventSubscriptionList returns the EventSubscriptionList field value if set, zero value otherwise.
func (*UeContext) GetEventSubscriptionListOk ¶
func (o *UeContext) GetEventSubscriptionListOk() ([]ExtAmfEventSubscription, bool)
GetEventSubscriptionListOk returns a tuple with the EventSubscriptionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetForbiddenAreaList ¶
GetForbiddenAreaList returns the ForbiddenAreaList field value if set, zero value otherwise.
func (*UeContext) GetForbiddenAreaListOk ¶
GetForbiddenAreaListOk returns a tuple with the ForbiddenAreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetGpsiList ¶
GetGpsiList returns the GpsiList field value if set, zero value otherwise.
func (*UeContext) GetGpsiListOk ¶
GetGpsiListOk returns a tuple with the GpsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetGroupList ¶
GetGroupList returns the GroupList field value if set, zero value otherwise.
func (*UeContext) GetGroupListOk ¶
GetGroupListOk returns a tuple with the GroupList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetHNwPubKeyId ¶
GetHNwPubKeyId returns the HNwPubKeyId field value if set, zero value otherwise.
func (*UeContext) GetHNwPubKeyIdOk ¶
GetHNwPubKeyIdOk returns a tuple with the HNwPubKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetHpcfId ¶
GetHpcfId returns the HpcfId field value if set, zero value otherwise.
func (*UeContext) GetHpcfIdOk ¶
GetHpcfIdOk returns a tuple with the HpcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetHpcfSetId ¶
GetHpcfSetId returns the HpcfSetId field value if set, zero value otherwise.
func (*UeContext) GetHpcfSetIdOk ¶
GetHpcfSetIdOk returns a tuple with the HpcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetIabOperationAllowed ¶
GetIabOperationAllowed returns the IabOperationAllowed field value if set, zero value otherwise.
func (*UeContext) GetIabOperationAllowedOk ¶
GetIabOperationAllowedOk returns a tuple with the IabOperationAllowed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetImmediateMdtConf ¶
func (o *UeContext) GetImmediateMdtConf() ImmediateMdtConf
GetImmediateMdtConf returns the ImmediateMdtConf field value if set, zero value otherwise.
func (*UeContext) GetImmediateMdtConfOk ¶
func (o *UeContext) GetImmediateMdtConfOk() (*ImmediateMdtConf, bool)
GetImmediateMdtConfOk returns a tuple with the ImmediateMdtConf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetLteCatMInd ¶
GetLteCatMInd returns the LteCatMInd field value if set, zero value otherwise.
func (*UeContext) GetLteCatMIndOk ¶
GetLteCatMIndOk returns a tuple with the LteCatMInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetManagementMdtInd ¶
GetManagementMdtInd returns the ManagementMdtInd field value if set, zero value otherwise.
func (*UeContext) GetManagementMdtIndOk ¶
GetManagementMdtIndOk returns a tuple with the ManagementMdtInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetMmContextList ¶
GetMmContextList returns the MmContextList field value if set, zero value otherwise.
func (*UeContext) GetMmContextListOk ¶
GetMmContextListOk returns a tuple with the MmContextList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetMoExpDataCounter ¶
func (o *UeContext) GetMoExpDataCounter() MoExpDataCounter
GetMoExpDataCounter returns the MoExpDataCounter field value if set, zero value otherwise.
func (*UeContext) GetMoExpDataCounterOk ¶
func (o *UeContext) GetMoExpDataCounterOk() (*MoExpDataCounter, bool)
GetMoExpDataCounterOk returns a tuple with the MoExpDataCounter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetMsClassmark2 ¶
GetMsClassmark2 returns the MsClassmark2 field value if set, zero value otherwise.
func (*UeContext) GetMsClassmark2Ok ¶
GetMsClassmark2Ok returns a tuple with the MsClassmark2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfAmPolicyUri ¶
GetPcfAmPolicyUri returns the PcfAmPolicyUri field value if set, zero value otherwise.
func (*UeContext) GetPcfAmPolicyUriOk ¶
GetPcfAmPolicyUriOk returns a tuple with the PcfAmPolicyUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfAmpBindingInfo ¶
GetPcfAmpBindingInfo returns the PcfAmpBindingInfo field value if set, zero value otherwise.
func (*UeContext) GetPcfAmpBindingInfoOk ¶
GetPcfAmpBindingInfoOk returns a tuple with the PcfAmpBindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfAmpServiceSetId ¶
GetPcfAmpServiceSetId returns the PcfAmpServiceSetId field value if set, zero value otherwise.
func (*UeContext) GetPcfAmpServiceSetIdOk ¶
GetPcfAmpServiceSetIdOk returns a tuple with the PcfAmpServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfBinding ¶
func (o *UeContext) GetPcfBinding() SbiBindingLevel
GetPcfBinding returns the PcfBinding field value if set, zero value otherwise.
func (*UeContext) GetPcfBindingOk ¶
func (o *UeContext) GetPcfBindingOk() (*SbiBindingLevel, bool)
GetPcfBindingOk returns a tuple with the PcfBinding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfGroupId ¶
GetPcfGroupId returns the PcfGroupId field value if set, zero value otherwise.
func (*UeContext) GetPcfGroupIdOk ¶
GetPcfGroupIdOk returns a tuple with the PcfGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfIdOk ¶
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfSetId ¶
GetPcfSetId returns the PcfSetId field value if set, zero value otherwise.
func (*UeContext) GetPcfSetIdOk ¶
GetPcfSetIdOk returns a tuple with the PcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfUeCallbackInfo ¶
func (o *UeContext) GetPcfUeCallbackInfo() PcfUeCallbackInfo
GetPcfUeCallbackInfo returns the PcfUeCallbackInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UeContext) GetPcfUeCallbackInfoOk ¶
func (o *UeContext) GetPcfUeCallbackInfoOk() (*PcfUeCallbackInfo, bool)
GetPcfUeCallbackInfoOk returns a tuple with the PcfUeCallbackInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UeContext) GetPcfUePolicyUri ¶
GetPcfUePolicyUri returns the PcfUePolicyUri field value if set, zero value otherwise.
func (*UeContext) GetPcfUePolicyUriOk ¶
GetPcfUePolicyUriOk returns a tuple with the PcfUePolicyUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfUeSliceMbrList ¶
GetPcfUeSliceMbrList returns the PcfUeSliceMbrList field value if set, zero value otherwise.
func (*UeContext) GetPcfUeSliceMbrListOk ¶
GetPcfUeSliceMbrListOk returns a tuple with the PcfUeSliceMbrList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfUepBindingInfo ¶
GetPcfUepBindingInfo returns the PcfUepBindingInfo field value if set, zero value otherwise.
func (*UeContext) GetPcfUepBindingInfoOk ¶
GetPcfUepBindingInfoOk returns a tuple with the PcfUepBindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPcfUepServiceSetId ¶
GetPcfUepServiceSetId returns the PcfUepServiceSetId field value if set, zero value otherwise.
func (*UeContext) GetPcfUepServiceSetIdOk ¶
GetPcfUepServiceSetIdOk returns a tuple with the PcfUepServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPeiOk ¶
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 (*UeContext) GetPraInAmPolicy ¶
func (o *UeContext) GetPraInAmPolicy() map[string]PresenceInfo
GetPraInAmPolicy returns the PraInAmPolicy field value if set, zero value otherwise.
func (*UeContext) GetPraInAmPolicyOk ¶
func (o *UeContext) GetPraInAmPolicyOk() (*map[string]PresenceInfo, bool)
GetPraInAmPolicyOk returns a tuple with the PraInAmPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetPraInUePolicy ¶
func (o *UeContext) GetPraInUePolicy() map[string]PresenceInfo
GetPraInUePolicy returns the PraInUePolicy field value if set, zero value otherwise.
func (*UeContext) GetPraInUePolicyOk ¶
func (o *UeContext) GetPraInUePolicyOk() (*map[string]PresenceInfo, bool)
GetPraInUePolicyOk returns a tuple with the PraInUePolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetProseContext ¶
func (o *UeContext) GetProseContext() ProseContext
GetProseContext returns the ProseContext field value if set, zero value otherwise.
func (*UeContext) GetProseContextOk ¶
func (o *UeContext) GetProseContextOk() (*ProseContext, bool)
GetProseContextOk returns a tuple with the ProseContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetRedCapInd ¶
GetRedCapInd returns the RedCapInd field value if set, zero value otherwise.
func (*UeContext) GetRedCapIndOk ¶
GetRedCapIndOk returns a tuple with the RedCapInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetRestrictedCoreNwTypeList ¶
func (o *UeContext) GetRestrictedCoreNwTypeList() []CoreNetworkType
GetRestrictedCoreNwTypeList returns the RestrictedCoreNwTypeList field value if set, zero value otherwise.
func (*UeContext) GetRestrictedCoreNwTypeListOk ¶
func (o *UeContext) GetRestrictedCoreNwTypeListOk() ([]CoreNetworkType, bool)
GetRestrictedCoreNwTypeListOk returns a tuple with the RestrictedCoreNwTypeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetRestrictedPrimaryRatList ¶
GetRestrictedPrimaryRatList returns the RestrictedPrimaryRatList field value if set, zero value otherwise.
func (*UeContext) GetRestrictedPrimaryRatListOk ¶
GetRestrictedPrimaryRatListOk returns a tuple with the RestrictedPrimaryRatList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetRestrictedRatList ¶
GetRestrictedRatList returns the RestrictedRatList field value if set, zero value otherwise.
func (*UeContext) GetRestrictedRatListOk ¶
GetRestrictedRatListOk returns a tuple with the RestrictedRatList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetRestrictedSecondaryRatList ¶
GetRestrictedSecondaryRatList returns the RestrictedSecondaryRatList field value if set, zero value otherwise.
func (*UeContext) GetRestrictedSecondaryRatListOk ¶
GetRestrictedSecondaryRatListOk returns a tuple with the RestrictedSecondaryRatList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetRoutingIndicator ¶
GetRoutingIndicator returns the RoutingIndicator field value if set, zero value otherwise.
func (*UeContext) GetRoutingIndicatorOk ¶
GetRoutingIndicatorOk returns a tuple with the RoutingIndicator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSeafData ¶
GetSeafData returns the SeafData field value if set, zero value otherwise.
func (*UeContext) GetSeafDataOk ¶
GetSeafDataOk returns a tuple with the SeafData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetServiceAreaRestriction ¶
func (o *UeContext) GetServiceAreaRestriction() ServiceAreaRestriction
GetServiceAreaRestriction returns the ServiceAreaRestriction field value if set, zero value otherwise.
func (*UeContext) GetServiceAreaRestrictionOk ¶
func (o *UeContext) GetServiceAreaRestrictionOk() (*ServiceAreaRestriction, bool)
GetServiceAreaRestrictionOk returns a tuple with the ServiceAreaRestriction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetServiceGapExpiryTime ¶
GetServiceGapExpiryTime returns the ServiceGapExpiryTime field value if set, zero value otherwise.
func (*UeContext) GetServiceGapExpiryTimeOk ¶
GetServiceGapExpiryTimeOk returns a tuple with the ServiceGapExpiryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSessionContextList ¶
func (o *UeContext) GetSessionContextList() []PduSessionContext
GetSessionContextList returns the SessionContextList field value if set, zero value otherwise.
func (*UeContext) GetSessionContextListOk ¶
func (o *UeContext) GetSessionContextListOk() ([]PduSessionContext, bool)
GetSessionContextListOk returns a tuple with the SessionContextList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSmPolicyNotifyPduList ¶
func (o *UeContext) GetSmPolicyNotifyPduList() []PduSessionInfo
GetSmPolicyNotifyPduList returns the SmPolicyNotifyPduList field value if set, zero value otherwise.
func (*UeContext) GetSmPolicyNotifyPduListOk ¶
func (o *UeContext) GetSmPolicyNotifyPduListOk() ([]PduSessionInfo, bool)
GetSmPolicyNotifyPduListOk returns a tuple with the SmPolicyNotifyPduList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSmallDataRateStatusInfos ¶
func (o *UeContext) GetSmallDataRateStatusInfos() []SmallDataRateStatusInfo
GetSmallDataRateStatusInfos returns the SmallDataRateStatusInfos field value if set, zero value otherwise.
func (*UeContext) GetSmallDataRateStatusInfosOk ¶
func (o *UeContext) GetSmallDataRateStatusInfosOk() ([]SmallDataRateStatusInfo, bool)
GetSmallDataRateStatusInfosOk returns a tuple with the SmallDataRateStatusInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSmfSelInfo ¶
func (o *UeContext) GetSmfSelInfo() SmfSelectionData
GetSmfSelInfo returns the SmfSelInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UeContext) GetSmfSelInfoOk ¶
func (o *UeContext) GetSmfSelInfoOk() (*SmfSelectionData, bool)
GetSmfSelInfoOk returns a tuple with the SmfSelInfo 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 (*UeContext) GetSmsfBindingInfo ¶
GetSmsfBindingInfo returns the SmsfBindingInfo field value if set, zero value otherwise.
func (*UeContext) GetSmsfBindingInfoOk ¶
GetSmsfBindingInfoOk returns a tuple with the SmsfBindingInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSmsfId ¶
GetSmsfId returns the SmsfId field value if set, zero value otherwise.
func (*UeContext) GetSmsfIdOk ¶
GetSmsfIdOk returns a tuple with the SmsfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSmsfServiceSetId ¶
GetSmsfServiceSetId returns the SmsfServiceSetId field value if set, zero value otherwise.
func (*UeContext) GetSmsfServiceSetIdOk ¶
GetSmsfServiceSetIdOk returns a tuple with the SmsfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSmsfSetId ¶
GetSmsfSetId returns the SmsfSetId field value if set, zero value otherwise.
func (*UeContext) GetSmsfSetIdOk ¶
GetSmsfSetIdOk returns a tuple with the SmsfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSnpnOnboardInd ¶
GetSnpnOnboardInd returns the SnpnOnboardInd field value if set, zero value otherwise.
func (*UeContext) GetSnpnOnboardIndOk ¶
GetSnpnOnboardIndOk returns a tuple with the SnpnOnboardInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetStnSrOk ¶
GetStnSrOk returns a tuple with the StnSr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSubRfsp ¶
GetSubRfsp returns the SubRfsp field value if set, zero value otherwise.
func (*UeContext) GetSubRfspOk ¶
GetSubRfspOk returns a tuple with the SubRfsp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSubUeAmbr ¶
GetSubUeAmbr returns the SubUeAmbr field value if set, zero value otherwise.
func (*UeContext) GetSubUeAmbrOk ¶
GetSubUeAmbrOk returns a tuple with the SubUeAmbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSubUeSliceMbrList ¶
GetSubUeSliceMbrList returns the SubUeSliceMbrList field value if set, zero value otherwise.
func (*UeContext) GetSubUeSliceMbrListOk ¶
GetSubUeSliceMbrListOk returns a tuple with the SubUeSliceMbrList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSupiOk ¶
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 (*UeContext) GetSupiUnauthInd ¶
GetSupiUnauthInd returns the SupiUnauthInd field value if set, zero value otherwise.
func (*UeContext) GetSupiUnauthIndOk ¶
GetSupiUnauthIndOk returns a tuple with the SupiUnauthInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetSupportedCodecList ¶
GetSupportedCodecList returns the SupportedCodecList field value if set, zero value otherwise.
func (*UeContext) GetSupportedCodecListOk ¶
GetSupportedCodecListOk returns a tuple with the SupportedCodecList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetTraceData ¶
GetTraceData returns the TraceData field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UeContext) GetTraceDataOk ¶
GetTraceDataOk returns a tuple with the TraceData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UeContext) GetTsErrorBudget ¶
GetTsErrorBudget returns the TsErrorBudget field value if set, zero value otherwise.
func (*UeContext) GetTsErrorBudgetOk ¶
GetTsErrorBudgetOk returns a tuple with the TsErrorBudget field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetUdmGroupId ¶
GetUdmGroupId returns the UdmGroupId field value if set, zero value otherwise.
func (*UeContext) GetUdmGroupIdOk ¶
GetUdmGroupIdOk returns a tuple with the UdmGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetUePolicyReqTriggerList ¶
func (o *UeContext) GetUePolicyReqTriggerList() []PolicyReqTrigger
GetUePolicyReqTriggerList returns the UePolicyReqTriggerList field value if set, zero value otherwise.
func (*UeContext) GetUePolicyReqTriggerListOk ¶
func (o *UeContext) GetUePolicyReqTriggerListOk() ([]PolicyReqTrigger, bool)
GetUePolicyReqTriggerListOk returns a tuple with the UePolicyReqTriggerList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetUePositioningCap ¶
GetUePositioningCap returns the UePositioningCap field value if set, zero value otherwise.
func (*UeContext) GetUePositioningCapOk ¶
GetUePositioningCapOk returns a tuple with the UePositioningCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetUpdpSubscriptionData ¶
func (o *UeContext) GetUpdpSubscriptionData() UpdpSubscriptionData
GetUpdpSubscriptionData returns the UpdpSubscriptionData field value if set, zero value otherwise.
func (*UeContext) GetUpdpSubscriptionDataOk ¶
func (o *UeContext) GetUpdpSubscriptionDataOk() (*UpdpSubscriptionData, bool)
GetUpdpSubscriptionDataOk returns a tuple with the UpdpSubscriptionData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetUsedRfsp ¶
GetUsedRfsp returns the UsedRfsp field value if set, zero value otherwise.
func (*UeContext) GetUsedRfspOk ¶
GetUsedRfspOk returns a tuple with the UsedRfsp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetUsedServiceAreaRestriction ¶
func (o *UeContext) GetUsedServiceAreaRestriction() ServiceAreaRestriction
GetUsedServiceAreaRestriction returns the UsedServiceAreaRestriction field value if set, zero value otherwise.
func (*UeContext) GetUsedServiceAreaRestrictionOk ¶
func (o *UeContext) GetUsedServiceAreaRestrictionOk() (*ServiceAreaRestriction, bool)
GetUsedServiceAreaRestrictionOk returns a tuple with the UsedServiceAreaRestriction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetV2xContext ¶
func (o *UeContext) GetV2xContext() V2xContext
GetV2xContext returns the V2xContext field value if set, zero value otherwise.
func (*UeContext) GetV2xContextOk ¶
func (o *UeContext) GetV2xContextOk() (*V2xContext, bool)
GetV2xContextOk returns a tuple with the V2xContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) GetVar5gMmCapability ¶
GetVar5gMmCapability returns the Var5gMmCapability field value if set, zero value otherwise.
func (*UeContext) GetVar5gMmCapabilityOk ¶
GetVar5gMmCapabilityOk returns a tuple with the Var5gMmCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContext) HasAmPolicyReqTriggerList ¶
HasAmPolicyReqTriggerList returns a boolean if a field has been set.
func (*UeContext) HasAnalyticsSubscriptionList ¶
HasAnalyticsSubscriptionList returns a boolean if a field has been set.
func (*UeContext) HasAstiDistributionIndication ¶
HasAstiDistributionIndication returns a boolean if a field has been set.
func (*UeContext) HasAusfGroupId ¶
HasAusfGroupId returns a boolean if a field has been set.
func (*UeContext) HasCMsisdn ¶
HasCMsisdn returns a boolean if a field has been set.
func (*UeContext) HasCagData ¶
HasCagData returns a boolean if a field has been set.
func (*UeContext) HasDisasterPlmn ¶
HasDisasterPlmn returns a boolean if a field has been set.
func (*UeContext) HasDisasterRoamingInd ¶
HasDisasterRoamingInd returns a boolean if a field has been set.
func (*UeContext) HasDrxParameter ¶
HasDrxParameter returns a boolean if a field has been set.
func (*UeContext) HasEcRestrictionDataNb ¶
HasEcRestrictionDataNb returns a boolean if a field has been set.
func (*UeContext) HasEcRestrictionDataWb ¶
HasEcRestrictionDataWb returns a boolean if a field has been set.
func (*UeContext) HasEpsInterworkingInfo ¶
HasEpsInterworkingInfo returns a boolean if a field has been set.
func (*UeContext) HasEventSubscriptionList ¶
HasEventSubscriptionList returns a boolean if a field has been set.
func (*UeContext) HasForbiddenAreaList ¶
HasForbiddenAreaList returns a boolean if a field has been set.
func (*UeContext) HasGpsiList ¶
HasGpsiList returns a boolean if a field has been set.
func (*UeContext) HasGroupList ¶
HasGroupList returns a boolean if a field has been set.
func (*UeContext) HasHNwPubKeyId ¶
HasHNwPubKeyId returns a boolean if a field has been set.
func (*UeContext) HasHpcfSetId ¶
HasHpcfSetId returns a boolean if a field has been set.
func (*UeContext) HasIabOperationAllowed ¶
HasIabOperationAllowed returns a boolean if a field has been set.
func (*UeContext) HasImmediateMdtConf ¶
HasImmediateMdtConf returns a boolean if a field has been set.
func (*UeContext) HasLteCatMInd ¶
HasLteCatMInd returns a boolean if a field has been set.
func (*UeContext) HasManagementMdtInd ¶
HasManagementMdtInd returns a boolean if a field has been set.
func (*UeContext) HasMmContextList ¶
HasMmContextList returns a boolean if a field has been set.
func (*UeContext) HasMoExpDataCounter ¶
HasMoExpDataCounter returns a boolean if a field has been set.
func (*UeContext) HasMsClassmark2 ¶
HasMsClassmark2 returns a boolean if a field has been set.
func (*UeContext) HasPcfAmPolicyUri ¶
HasPcfAmPolicyUri returns a boolean if a field has been set.
func (*UeContext) HasPcfAmpBindingInfo ¶
HasPcfAmpBindingInfo returns a boolean if a field has been set.
func (*UeContext) HasPcfAmpServiceSetId ¶
HasPcfAmpServiceSetId returns a boolean if a field has been set.
func (*UeContext) HasPcfBinding ¶
HasPcfBinding returns a boolean if a field has been set.
func (*UeContext) HasPcfGroupId ¶
HasPcfGroupId returns a boolean if a field has been set.
func (*UeContext) HasPcfSetId ¶
HasPcfSetId returns a boolean if a field has been set.
func (*UeContext) HasPcfUeCallbackInfo ¶
HasPcfUeCallbackInfo returns a boolean if a field has been set.
func (*UeContext) HasPcfUePolicyUri ¶
HasPcfUePolicyUri returns a boolean if a field has been set.
func (*UeContext) HasPcfUeSliceMbrList ¶
HasPcfUeSliceMbrList returns a boolean if a field has been set.
func (*UeContext) HasPcfUepBindingInfo ¶
HasPcfUepBindingInfo returns a boolean if a field has been set.
func (*UeContext) HasPcfUepServiceSetId ¶
HasPcfUepServiceSetId returns a boolean if a field has been set.
func (*UeContext) HasPraInAmPolicy ¶
HasPraInAmPolicy returns a boolean if a field has been set.
func (*UeContext) HasPraInUePolicy ¶
HasPraInUePolicy returns a boolean if a field has been set.
func (*UeContext) HasProseContext ¶
HasProseContext returns a boolean if a field has been set.
func (*UeContext) HasRedCapInd ¶
HasRedCapInd returns a boolean if a field has been set.
func (*UeContext) HasRestrictedCoreNwTypeList ¶
HasRestrictedCoreNwTypeList returns a boolean if a field has been set.
func (*UeContext) HasRestrictedPrimaryRatList ¶
HasRestrictedPrimaryRatList returns a boolean if a field has been set.
func (*UeContext) HasRestrictedRatList ¶
HasRestrictedRatList returns a boolean if a field has been set.
func (*UeContext) HasRestrictedSecondaryRatList ¶
HasRestrictedSecondaryRatList returns a boolean if a field has been set.
func (*UeContext) HasRoutingIndicator ¶
HasRoutingIndicator returns a boolean if a field has been set.
func (*UeContext) HasSeafData ¶
HasSeafData returns a boolean if a field has been set.
func (*UeContext) HasServiceAreaRestriction ¶
HasServiceAreaRestriction returns a boolean if a field has been set.
func (*UeContext) HasServiceGapExpiryTime ¶
HasServiceGapExpiryTime returns a boolean if a field has been set.
func (*UeContext) HasSessionContextList ¶
HasSessionContextList returns a boolean if a field has been set.
func (*UeContext) HasSmPolicyNotifyPduList ¶
HasSmPolicyNotifyPduList returns a boolean if a field has been set.
func (*UeContext) HasSmallDataRateStatusInfos ¶
HasSmallDataRateStatusInfos returns a boolean if a field has been set.
func (*UeContext) HasSmfSelInfo ¶
HasSmfSelInfo returns a boolean if a field has been set.
func (*UeContext) HasSmsfBindingInfo ¶
HasSmsfBindingInfo returns a boolean if a field has been set.
func (*UeContext) HasSmsfServiceSetId ¶
HasSmsfServiceSetId returns a boolean if a field has been set.
func (*UeContext) HasSmsfSetId ¶
HasSmsfSetId returns a boolean if a field has been set.
func (*UeContext) HasSnpnOnboardInd ¶
HasSnpnOnboardInd returns a boolean if a field has been set.
func (*UeContext) HasSubRfsp ¶
HasSubRfsp returns a boolean if a field has been set.
func (*UeContext) HasSubUeAmbr ¶
HasSubUeAmbr returns a boolean if a field has been set.
func (*UeContext) HasSubUeSliceMbrList ¶
HasSubUeSliceMbrList returns a boolean if a field has been set.
func (*UeContext) HasSupiUnauthInd ¶
HasSupiUnauthInd returns a boolean if a field has been set.
func (*UeContext) HasSupportedCodecList ¶
HasSupportedCodecList returns a boolean if a field has been set.
func (*UeContext) HasTraceData ¶
HasTraceData returns a boolean if a field has been set.
func (*UeContext) HasTsErrorBudget ¶
HasTsErrorBudget returns a boolean if a field has been set.
func (*UeContext) HasUdmGroupId ¶
HasUdmGroupId returns a boolean if a field has been set.
func (*UeContext) HasUePolicyReqTriggerList ¶
HasUePolicyReqTriggerList returns a boolean if a field has been set.
func (*UeContext) HasUePositioningCap ¶
HasUePositioningCap returns a boolean if a field has been set.
func (*UeContext) HasUpdpSubscriptionData ¶
HasUpdpSubscriptionData returns a boolean if a field has been set.
func (*UeContext) HasUsedRfsp ¶
HasUsedRfsp returns a boolean if a field has been set.
func (*UeContext) HasUsedServiceAreaRestriction ¶
HasUsedServiceAreaRestriction returns a boolean if a field has been set.
func (*UeContext) HasV2xContext ¶
HasV2xContext returns a boolean if a field has been set.
func (*UeContext) HasVar5gMmCapability ¶
HasVar5gMmCapability returns a boolean if a field has been set.
func (UeContext) MarshalJSON ¶
func (*UeContext) SetAmPolicyReqTriggerList ¶
func (o *UeContext) SetAmPolicyReqTriggerList(v []PolicyReqTrigger)
SetAmPolicyReqTriggerList gets a reference to the given []PolicyReqTrigger and assigns it to the AmPolicyReqTriggerList field.
func (*UeContext) SetAnalyticsSubscriptionList ¶
func (o *UeContext) SetAnalyticsSubscriptionList(v []AnalyticsSubscription)
SetAnalyticsSubscriptionList gets a reference to the given []AnalyticsSubscription and assigns it to the AnalyticsSubscriptionList field.
func (*UeContext) SetAstiDistributionIndication ¶
SetAstiDistributionIndication gets a reference to the given bool and assigns it to the AstiDistributionIndication field.
func (*UeContext) SetAusfGroupId ¶
SetAusfGroupId gets a reference to the given string and assigns it to the AusfGroupId field.
func (*UeContext) SetCMsisdn ¶
SetCMsisdn gets a reference to the given string and assigns it to the CMsisdn field.
func (*UeContext) SetCagData ¶
SetCagData gets a reference to the given CagData and assigns it to the CagData field.
func (*UeContext) SetDisasterPlmn ¶
SetDisasterPlmn gets a reference to the given PlmnId and assigns it to the DisasterPlmn field.
func (*UeContext) SetDisasterRoamingInd ¶
SetDisasterRoamingInd gets a reference to the given bool and assigns it to the DisasterRoamingInd field.
func (*UeContext) SetDrxParameter ¶
SetDrxParameter gets a reference to the given string and assigns it to the DrxParameter field.
func (*UeContext) SetEcRestrictionDataNb ¶
SetEcRestrictionDataNb gets a reference to the given bool and assigns it to the EcRestrictionDataNb field.
func (*UeContext) SetEcRestrictionDataWb ¶
func (o *UeContext) SetEcRestrictionDataWb(v EcRestrictionDataWb)
SetEcRestrictionDataWb gets a reference to the given EcRestrictionDataWb and assigns it to the EcRestrictionDataWb field.
func (*UeContext) SetEpsInterworkingInfo ¶
func (o *UeContext) SetEpsInterworkingInfo(v EpsInterworkingInfo)
SetEpsInterworkingInfo gets a reference to the given EpsInterworkingInfo and assigns it to the EpsInterworkingInfo field.
func (*UeContext) SetEventSubscriptionList ¶
func (o *UeContext) SetEventSubscriptionList(v []ExtAmfEventSubscription)
SetEventSubscriptionList gets a reference to the given []ExtAmfEventSubscription and assigns it to the EventSubscriptionList field.
func (*UeContext) SetForbiddenAreaList ¶
SetForbiddenAreaList gets a reference to the given []Area and assigns it to the ForbiddenAreaList field.
func (*UeContext) SetGpsiList ¶
SetGpsiList gets a reference to the given []string and assigns it to the GpsiList field.
func (*UeContext) SetGroupList ¶
SetGroupList gets a reference to the given []string and assigns it to the GroupList field.
func (*UeContext) SetHNwPubKeyId ¶
SetHNwPubKeyId gets a reference to the given int32 and assigns it to the HNwPubKeyId field.
func (*UeContext) SetHpcfId ¶
SetHpcfId gets a reference to the given string and assigns it to the HpcfId field.
func (*UeContext) SetHpcfSetId ¶
SetHpcfSetId gets a reference to the given string and assigns it to the HpcfSetId field.
func (*UeContext) SetIabOperationAllowed ¶
SetIabOperationAllowed gets a reference to the given bool and assigns it to the IabOperationAllowed field.
func (*UeContext) SetImmediateMdtConf ¶
func (o *UeContext) SetImmediateMdtConf(v ImmediateMdtConf)
SetImmediateMdtConf gets a reference to the given ImmediateMdtConf and assigns it to the ImmediateMdtConf field.
func (*UeContext) SetLteCatMInd ¶
SetLteCatMInd gets a reference to the given bool and assigns it to the LteCatMInd field.
func (*UeContext) SetManagementMdtInd ¶
SetManagementMdtInd gets a reference to the given bool and assigns it to the ManagementMdtInd field.
func (*UeContext) SetMmContextList ¶
SetMmContextList gets a reference to the given []MmContext and assigns it to the MmContextList field.
func (*UeContext) SetMoExpDataCounter ¶
func (o *UeContext) SetMoExpDataCounter(v MoExpDataCounter)
SetMoExpDataCounter gets a reference to the given MoExpDataCounter and assigns it to the MoExpDataCounter field.
func (*UeContext) SetMsClassmark2 ¶
SetMsClassmark2 gets a reference to the given string and assigns it to the MsClassmark2 field.
func (*UeContext) SetPcfAmPolicyUri ¶
SetPcfAmPolicyUri gets a reference to the given string and assigns it to the PcfAmPolicyUri field.
func (*UeContext) SetPcfAmpBindingInfo ¶
SetPcfAmpBindingInfo gets a reference to the given string and assigns it to the PcfAmpBindingInfo field.
func (*UeContext) SetPcfAmpServiceSetId ¶
SetPcfAmpServiceSetId gets a reference to the given string and assigns it to the PcfAmpServiceSetId field.
func (*UeContext) SetPcfBinding ¶
func (o *UeContext) SetPcfBinding(v SbiBindingLevel)
SetPcfBinding gets a reference to the given SbiBindingLevel and assigns it to the PcfBinding field.
func (*UeContext) SetPcfGroupId ¶
SetPcfGroupId gets a reference to the given string and assigns it to the PcfGroupId field.
func (*UeContext) SetPcfId ¶
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*UeContext) SetPcfSetId ¶
SetPcfSetId gets a reference to the given string and assigns it to the PcfSetId field.
func (*UeContext) SetPcfUeCallbackInfo ¶
func (o *UeContext) SetPcfUeCallbackInfo(v PcfUeCallbackInfo)
SetPcfUeCallbackInfo gets a reference to the given NullablePcfUeCallbackInfo and assigns it to the PcfUeCallbackInfo field.
func (*UeContext) SetPcfUeCallbackInfoNil ¶
func (o *UeContext) SetPcfUeCallbackInfoNil()
SetPcfUeCallbackInfoNil sets the value for PcfUeCallbackInfo to be an explicit nil
func (*UeContext) SetPcfUePolicyUri ¶
SetPcfUePolicyUri gets a reference to the given string and assigns it to the PcfUePolicyUri field.
func (*UeContext) SetPcfUeSliceMbrList ¶
SetPcfUeSliceMbrList gets a reference to the given map[string]SliceMbr and assigns it to the PcfUeSliceMbrList field.
func (*UeContext) SetPcfUepBindingInfo ¶
SetPcfUepBindingInfo gets a reference to the given string and assigns it to the PcfUepBindingInfo field.
func (*UeContext) SetPcfUepServiceSetId ¶
SetPcfUepServiceSetId gets a reference to the given string and assigns it to the PcfUepServiceSetId field.
func (*UeContext) SetPei ¶
SetPei gets a reference to the given string and assigns it to the Pei field.
func (*UeContext) SetPraInAmPolicy ¶
func (o *UeContext) SetPraInAmPolicy(v map[string]PresenceInfo)
SetPraInAmPolicy gets a reference to the given map[string]PresenceInfo and assigns it to the PraInAmPolicy field.
func (*UeContext) SetPraInUePolicy ¶
func (o *UeContext) SetPraInUePolicy(v map[string]PresenceInfo)
SetPraInUePolicy gets a reference to the given map[string]PresenceInfo and assigns it to the PraInUePolicy field.
func (*UeContext) SetProseContext ¶
func (o *UeContext) SetProseContext(v ProseContext)
SetProseContext gets a reference to the given ProseContext and assigns it to the ProseContext field.
func (*UeContext) SetRedCapInd ¶
SetRedCapInd gets a reference to the given bool and assigns it to the RedCapInd field.
func (*UeContext) SetRestrictedCoreNwTypeList ¶
func (o *UeContext) SetRestrictedCoreNwTypeList(v []CoreNetworkType)
SetRestrictedCoreNwTypeList gets a reference to the given []CoreNetworkType and assigns it to the RestrictedCoreNwTypeList field.
func (*UeContext) SetRestrictedPrimaryRatList ¶
SetRestrictedPrimaryRatList gets a reference to the given []RatType and assigns it to the RestrictedPrimaryRatList field.
func (*UeContext) SetRestrictedRatList ¶
SetRestrictedRatList gets a reference to the given []RatType and assigns it to the RestrictedRatList field.
func (*UeContext) SetRestrictedSecondaryRatList ¶
SetRestrictedSecondaryRatList gets a reference to the given []RatType and assigns it to the RestrictedSecondaryRatList field.
func (*UeContext) SetRoutingIndicator ¶
SetRoutingIndicator gets a reference to the given string and assigns it to the RoutingIndicator field.
func (*UeContext) SetSeafData ¶
SetSeafData gets a reference to the given SeafData and assigns it to the SeafData field.
func (*UeContext) SetServiceAreaRestriction ¶
func (o *UeContext) SetServiceAreaRestriction(v ServiceAreaRestriction)
SetServiceAreaRestriction gets a reference to the given ServiceAreaRestriction and assigns it to the ServiceAreaRestriction field.
func (*UeContext) SetServiceGapExpiryTime ¶
SetServiceGapExpiryTime gets a reference to the given time.Time and assigns it to the ServiceGapExpiryTime field.
func (*UeContext) SetSessionContextList ¶
func (o *UeContext) SetSessionContextList(v []PduSessionContext)
SetSessionContextList gets a reference to the given []PduSessionContext and assigns it to the SessionContextList field.
func (*UeContext) SetSmPolicyNotifyPduList ¶
func (o *UeContext) SetSmPolicyNotifyPduList(v []PduSessionInfo)
SetSmPolicyNotifyPduList gets a reference to the given []PduSessionInfo and assigns it to the SmPolicyNotifyPduList field.
func (*UeContext) SetSmallDataRateStatusInfos ¶
func (o *UeContext) SetSmallDataRateStatusInfos(v []SmallDataRateStatusInfo)
SetSmallDataRateStatusInfos gets a reference to the given []SmallDataRateStatusInfo and assigns it to the SmallDataRateStatusInfos field.
func (*UeContext) SetSmfSelInfo ¶
func (o *UeContext) SetSmfSelInfo(v SmfSelectionData)
SetSmfSelInfo gets a reference to the given NullableSmfSelectionData and assigns it to the SmfSelInfo field.
func (*UeContext) SetSmfSelInfoNil ¶
func (o *UeContext) SetSmfSelInfoNil()
SetSmfSelInfoNil sets the value for SmfSelInfo to be an explicit nil
func (*UeContext) SetSmsfBindingInfo ¶
SetSmsfBindingInfo gets a reference to the given string and assigns it to the SmsfBindingInfo field.
func (*UeContext) SetSmsfId ¶
SetSmsfId gets a reference to the given string and assigns it to the SmsfId field.
func (*UeContext) SetSmsfServiceSetId ¶
SetSmsfServiceSetId gets a reference to the given string and assigns it to the SmsfServiceSetId field.
func (*UeContext) SetSmsfSetId ¶
SetSmsfSetId gets a reference to the given string and assigns it to the SmsfSetId field.
func (*UeContext) SetSnpnOnboardInd ¶
SetSnpnOnboardInd gets a reference to the given bool and assigns it to the SnpnOnboardInd field.
func (*UeContext) SetStnSr ¶
SetStnSr gets a reference to the given string and assigns it to the StnSr field.
func (*UeContext) SetSubRfsp ¶
SetSubRfsp gets a reference to the given int32 and assigns it to the SubRfsp field.
func (*UeContext) SetSubUeAmbr ¶
SetSubUeAmbr gets a reference to the given Ambr and assigns it to the SubUeAmbr field.
func (*UeContext) SetSubUeSliceMbrList ¶
SetSubUeSliceMbrList gets a reference to the given map[string]SliceMbr and assigns it to the SubUeSliceMbrList field.
func (*UeContext) SetSupi ¶
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*UeContext) SetSupiUnauthInd ¶
SetSupiUnauthInd gets a reference to the given bool and assigns it to the SupiUnauthInd field.
func (*UeContext) SetSupportedCodecList ¶
SetSupportedCodecList gets a reference to the given []string and assigns it to the SupportedCodecList field.
func (*UeContext) SetTraceData ¶
SetTraceData gets a reference to the given NullableTraceData and assigns it to the TraceData field.
func (*UeContext) SetTraceDataNil ¶
func (o *UeContext) SetTraceDataNil()
SetTraceDataNil sets the value for TraceData to be an explicit nil
func (*UeContext) SetTsErrorBudget ¶
SetTsErrorBudget gets a reference to the given int32 and assigns it to the TsErrorBudget field.
func (*UeContext) SetUdmGroupId ¶
SetUdmGroupId gets a reference to the given string and assigns it to the UdmGroupId field.
func (*UeContext) SetUePolicyReqTriggerList ¶
func (o *UeContext) SetUePolicyReqTriggerList(v []PolicyReqTrigger)
SetUePolicyReqTriggerList gets a reference to the given []PolicyReqTrigger and assigns it to the UePolicyReqTriggerList field.
func (*UeContext) SetUePositioningCap ¶
SetUePositioningCap gets a reference to the given string and assigns it to the UePositioningCap field.
func (*UeContext) SetUpdpSubscriptionData ¶
func (o *UeContext) SetUpdpSubscriptionData(v UpdpSubscriptionData)
SetUpdpSubscriptionData gets a reference to the given UpdpSubscriptionData and assigns it to the UpdpSubscriptionData field.
func (*UeContext) SetUsedRfsp ¶
SetUsedRfsp gets a reference to the given int32 and assigns it to the UsedRfsp field.
func (*UeContext) SetUsedServiceAreaRestriction ¶
func (o *UeContext) SetUsedServiceAreaRestriction(v ServiceAreaRestriction)
SetUsedServiceAreaRestriction gets a reference to the given ServiceAreaRestriction and assigns it to the UsedServiceAreaRestriction field.
func (*UeContext) SetV2xContext ¶
func (o *UeContext) SetV2xContext(v V2xContext)
SetV2xContext gets a reference to the given V2xContext and assigns it to the V2xContext field.
func (*UeContext) SetVar5gMmCapability ¶
SetVar5gMmCapability gets a reference to the given string and assigns it to the Var5gMmCapability field.
func (*UeContext) UnsetPcfUeCallbackInfo ¶
func (o *UeContext) UnsetPcfUeCallbackInfo()
UnsetPcfUeCallbackInfo ensures that no value is present for PcfUeCallbackInfo, not even an explicit nil
func (*UeContext) UnsetSmfSelInfo ¶
func (o *UeContext) UnsetSmfSelInfo()
UnsetSmfSelInfo ensures that no value is present for SmfSelInfo, not even an explicit nil
func (*UeContext) UnsetTraceData ¶
func (o *UeContext) UnsetTraceData()
UnsetTraceData ensures that no value is present for TraceData, not even an explicit nil
type UeContextCancelRelocateData ¶
type UeContextCancelRelocateData struct {
// String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501.
Supi *string `json:"supi,omitempty"`
RelocationCancelRequest RefToBinaryData `json:"relocationCancelRequest"`
}
UeContextCancelRelocateData Data structure used for cancellation of UE Context Relocation
func NewUeContextCancelRelocateData ¶
func NewUeContextCancelRelocateData(relocationCancelRequest RefToBinaryData) *UeContextCancelRelocateData
NewUeContextCancelRelocateData instantiates a new UeContextCancelRelocateData 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 NewUeContextCancelRelocateDataWithDefaults ¶
func NewUeContextCancelRelocateDataWithDefaults() *UeContextCancelRelocateData
NewUeContextCancelRelocateDataWithDefaults instantiates a new UeContextCancelRelocateData 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 (*UeContextCancelRelocateData) GetRelocationCancelRequest ¶
func (o *UeContextCancelRelocateData) GetRelocationCancelRequest() RefToBinaryData
GetRelocationCancelRequest returns the RelocationCancelRequest field value
func (*UeContextCancelRelocateData) GetRelocationCancelRequestOk ¶
func (o *UeContextCancelRelocateData) GetRelocationCancelRequestOk() (*RefToBinaryData, bool)
GetRelocationCancelRequestOk returns a tuple with the RelocationCancelRequest field value and a boolean to check if the value has been set.
func (*UeContextCancelRelocateData) GetSupi ¶
func (o *UeContextCancelRelocateData) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*UeContextCancelRelocateData) GetSupiOk ¶
func (o *UeContextCancelRelocateData) 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 (*UeContextCancelRelocateData) HasSupi ¶
func (o *UeContextCancelRelocateData) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (UeContextCancelRelocateData) MarshalJSON ¶
func (o UeContextCancelRelocateData) MarshalJSON() ([]byte, error)
func (*UeContextCancelRelocateData) SetRelocationCancelRequest ¶
func (o *UeContextCancelRelocateData) SetRelocationCancelRequest(v RefToBinaryData)
SetRelocationCancelRequest sets field value
func (*UeContextCancelRelocateData) SetSupi ¶
func (o *UeContextCancelRelocateData) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (UeContextCancelRelocateData) ToMap ¶
func (o UeContextCancelRelocateData) ToMap() (map[string]interface{}, error)
type UeContextCreateData ¶
type UeContextCreateData struct {
UeContext UeContext `json:"ueContext"`
TargetId NgRanTargetId `json:"targetId"`
SourceToTargetData N2InfoContent `json:"sourceToTargetData"`
PduSessionList []N2SmInformation `json:"pduSessionList"`
// String providing an URI formatted according to RFC 3986.
N2NotifyUri *string `json:"n2NotifyUri,omitempty"`
UeRadioCapability *N2InfoContent `json:"ueRadioCapability,omitempty"`
UeRadioCapabilityForPaging *N2InfoContent `json:"ueRadioCapabilityForPaging,omitempty"`
NgapCause *NgApCause `json:"ngapCause,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
ServingNetwork *PlmnIdNid `json:"servingNetwork,omitempty"`
}
UeContextCreateData Data within a request to create an individual ueContext resource
func NewUeContextCreateData ¶
func NewUeContextCreateData(ueContext UeContext, targetId NgRanTargetId, sourceToTargetData N2InfoContent, pduSessionList []N2SmInformation) *UeContextCreateData
NewUeContextCreateData instantiates a new UeContextCreateData 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 NewUeContextCreateDataWithDefaults ¶
func NewUeContextCreateDataWithDefaults() *UeContextCreateData
NewUeContextCreateDataWithDefaults instantiates a new UeContextCreateData 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 (*UeContextCreateData) GetN2NotifyUri ¶
func (o *UeContextCreateData) GetN2NotifyUri() string
GetN2NotifyUri returns the N2NotifyUri field value if set, zero value otherwise.
func (*UeContextCreateData) GetN2NotifyUriOk ¶
func (o *UeContextCreateData) GetN2NotifyUriOk() (*string, bool)
GetN2NotifyUriOk returns a tuple with the N2NotifyUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreateData) GetNgapCause ¶
func (o *UeContextCreateData) GetNgapCause() NgApCause
GetNgapCause returns the NgapCause field value if set, zero value otherwise.
func (*UeContextCreateData) GetNgapCauseOk ¶
func (o *UeContextCreateData) GetNgapCauseOk() (*NgApCause, bool)
GetNgapCauseOk returns a tuple with the NgapCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreateData) GetPduSessionList ¶
func (o *UeContextCreateData) GetPduSessionList() []N2SmInformation
GetPduSessionList returns the PduSessionList field value
func (*UeContextCreateData) GetPduSessionListOk ¶
func (o *UeContextCreateData) GetPduSessionListOk() ([]N2SmInformation, bool)
GetPduSessionListOk returns a tuple with the PduSessionList field value and a boolean to check if the value has been set.
func (*UeContextCreateData) GetServingNetwork ¶
func (o *UeContextCreateData) GetServingNetwork() PlmnIdNid
GetServingNetwork returns the ServingNetwork field value if set, zero value otherwise.
func (*UeContextCreateData) GetServingNetworkOk ¶
func (o *UeContextCreateData) GetServingNetworkOk() (*PlmnIdNid, bool)
GetServingNetworkOk returns a tuple with the ServingNetwork field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreateData) GetSourceToTargetData ¶
func (o *UeContextCreateData) GetSourceToTargetData() N2InfoContent
GetSourceToTargetData returns the SourceToTargetData field value
func (*UeContextCreateData) GetSourceToTargetDataOk ¶
func (o *UeContextCreateData) GetSourceToTargetDataOk() (*N2InfoContent, bool)
GetSourceToTargetDataOk returns a tuple with the SourceToTargetData field value and a boolean to check if the value has been set.
func (*UeContextCreateData) GetSupportedFeatures ¶
func (o *UeContextCreateData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*UeContextCreateData) GetSupportedFeaturesOk ¶
func (o *UeContextCreateData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreateData) GetTargetId ¶
func (o *UeContextCreateData) GetTargetId() NgRanTargetId
GetTargetId returns the TargetId field value
func (*UeContextCreateData) GetTargetIdOk ¶
func (o *UeContextCreateData) GetTargetIdOk() (*NgRanTargetId, bool)
GetTargetIdOk returns a tuple with the TargetId field value and a boolean to check if the value has been set.
func (*UeContextCreateData) GetUeContext ¶
func (o *UeContextCreateData) GetUeContext() UeContext
GetUeContext returns the UeContext field value
func (*UeContextCreateData) GetUeContextOk ¶
func (o *UeContextCreateData) GetUeContextOk() (*UeContext, bool)
GetUeContextOk returns a tuple with the UeContext field value and a boolean to check if the value has been set.
func (*UeContextCreateData) GetUeRadioCapability ¶
func (o *UeContextCreateData) GetUeRadioCapability() N2InfoContent
GetUeRadioCapability returns the UeRadioCapability field value if set, zero value otherwise.
func (*UeContextCreateData) GetUeRadioCapabilityForPaging ¶
func (o *UeContextCreateData) GetUeRadioCapabilityForPaging() N2InfoContent
GetUeRadioCapabilityForPaging returns the UeRadioCapabilityForPaging field value if set, zero value otherwise.
func (*UeContextCreateData) GetUeRadioCapabilityForPagingOk ¶
func (o *UeContextCreateData) GetUeRadioCapabilityForPagingOk() (*N2InfoContent, bool)
GetUeRadioCapabilityForPagingOk returns a tuple with the UeRadioCapabilityForPaging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreateData) GetUeRadioCapabilityOk ¶
func (o *UeContextCreateData) GetUeRadioCapabilityOk() (*N2InfoContent, bool)
GetUeRadioCapabilityOk returns a tuple with the UeRadioCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreateData) HasN2NotifyUri ¶
func (o *UeContextCreateData) HasN2NotifyUri() bool
HasN2NotifyUri returns a boolean if a field has been set.
func (*UeContextCreateData) HasNgapCause ¶
func (o *UeContextCreateData) HasNgapCause() bool
HasNgapCause returns a boolean if a field has been set.
func (*UeContextCreateData) HasServingNetwork ¶
func (o *UeContextCreateData) HasServingNetwork() bool
HasServingNetwork returns a boolean if a field has been set.
func (*UeContextCreateData) HasSupportedFeatures ¶
func (o *UeContextCreateData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*UeContextCreateData) HasUeRadioCapability ¶
func (o *UeContextCreateData) HasUeRadioCapability() bool
HasUeRadioCapability returns a boolean if a field has been set.
func (*UeContextCreateData) HasUeRadioCapabilityForPaging ¶
func (o *UeContextCreateData) HasUeRadioCapabilityForPaging() bool
HasUeRadioCapabilityForPaging returns a boolean if a field has been set.
func (UeContextCreateData) MarshalJSON ¶
func (o UeContextCreateData) MarshalJSON() ([]byte, error)
func (*UeContextCreateData) SetN2NotifyUri ¶
func (o *UeContextCreateData) SetN2NotifyUri(v string)
SetN2NotifyUri gets a reference to the given string and assigns it to the N2NotifyUri field.
func (*UeContextCreateData) SetNgapCause ¶
func (o *UeContextCreateData) SetNgapCause(v NgApCause)
SetNgapCause gets a reference to the given NgApCause and assigns it to the NgapCause field.
func (*UeContextCreateData) SetPduSessionList ¶
func (o *UeContextCreateData) SetPduSessionList(v []N2SmInformation)
SetPduSessionList sets field value
func (*UeContextCreateData) SetServingNetwork ¶
func (o *UeContextCreateData) SetServingNetwork(v PlmnIdNid)
SetServingNetwork gets a reference to the given PlmnIdNid and assigns it to the ServingNetwork field.
func (*UeContextCreateData) SetSourceToTargetData ¶
func (o *UeContextCreateData) SetSourceToTargetData(v N2InfoContent)
SetSourceToTargetData sets field value
func (*UeContextCreateData) SetSupportedFeatures ¶
func (o *UeContextCreateData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*UeContextCreateData) SetTargetId ¶
func (o *UeContextCreateData) SetTargetId(v NgRanTargetId)
SetTargetId sets field value
func (*UeContextCreateData) SetUeContext ¶
func (o *UeContextCreateData) SetUeContext(v UeContext)
SetUeContext sets field value
func (*UeContextCreateData) SetUeRadioCapability ¶
func (o *UeContextCreateData) SetUeRadioCapability(v N2InfoContent)
SetUeRadioCapability gets a reference to the given N2InfoContent and assigns it to the UeRadioCapability field.
func (*UeContextCreateData) SetUeRadioCapabilityForPaging ¶
func (o *UeContextCreateData) SetUeRadioCapabilityForPaging(v N2InfoContent)
SetUeRadioCapabilityForPaging gets a reference to the given N2InfoContent and assigns it to the UeRadioCapabilityForPaging field.
func (UeContextCreateData) ToMap ¶
func (o UeContextCreateData) ToMap() (map[string]interface{}, error)
type UeContextCreateError ¶
type UeContextCreateError struct {
Error ProblemDetails `json:"error"`
NgapCause *NgApCause `json:"ngapCause,omitempty"`
TargetToSourceFailureData *N2InfoContent `json:"targetToSourceFailureData,omitempty"`
}
UeContextCreateError Data within a failure response for creating a UE context
func NewUeContextCreateError ¶
func NewUeContextCreateError(error_ ProblemDetails) *UeContextCreateError
NewUeContextCreateError instantiates a new UeContextCreateError 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 NewUeContextCreateErrorWithDefaults ¶
func NewUeContextCreateErrorWithDefaults() *UeContextCreateError
NewUeContextCreateErrorWithDefaults instantiates a new UeContextCreateError 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 (*UeContextCreateError) GetError ¶
func (o *UeContextCreateError) GetError() ProblemDetails
GetError returns the Error field value
func (*UeContextCreateError) GetErrorOk ¶
func (o *UeContextCreateError) GetErrorOk() (*ProblemDetails, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*UeContextCreateError) GetNgapCause ¶
func (o *UeContextCreateError) GetNgapCause() NgApCause
GetNgapCause returns the NgapCause field value if set, zero value otherwise.
func (*UeContextCreateError) GetNgapCauseOk ¶
func (o *UeContextCreateError) GetNgapCauseOk() (*NgApCause, bool)
GetNgapCauseOk returns a tuple with the NgapCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreateError) GetTargetToSourceFailureData ¶
func (o *UeContextCreateError) GetTargetToSourceFailureData() N2InfoContent
GetTargetToSourceFailureData returns the TargetToSourceFailureData field value if set, zero value otherwise.
func (*UeContextCreateError) GetTargetToSourceFailureDataOk ¶
func (o *UeContextCreateError) GetTargetToSourceFailureDataOk() (*N2InfoContent, bool)
GetTargetToSourceFailureDataOk returns a tuple with the TargetToSourceFailureData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreateError) HasNgapCause ¶
func (o *UeContextCreateError) HasNgapCause() bool
HasNgapCause returns a boolean if a field has been set.
func (*UeContextCreateError) HasTargetToSourceFailureData ¶
func (o *UeContextCreateError) HasTargetToSourceFailureData() bool
HasTargetToSourceFailureData returns a boolean if a field has been set.
func (UeContextCreateError) MarshalJSON ¶
func (o UeContextCreateError) MarshalJSON() ([]byte, error)
func (*UeContextCreateError) SetError ¶
func (o *UeContextCreateError) SetError(v ProblemDetails)
SetError sets field value
func (*UeContextCreateError) SetNgapCause ¶
func (o *UeContextCreateError) SetNgapCause(v NgApCause)
SetNgapCause gets a reference to the given NgApCause and assigns it to the NgapCause field.
func (*UeContextCreateError) SetTargetToSourceFailureData ¶
func (o *UeContextCreateError) SetTargetToSourceFailureData(v N2InfoContent)
SetTargetToSourceFailureData gets a reference to the given N2InfoContent and assigns it to the TargetToSourceFailureData field.
func (UeContextCreateError) ToMap ¶
func (o UeContextCreateError) ToMap() (map[string]interface{}, error)
type UeContextCreatedData ¶
type UeContextCreatedData struct {
UeContext UeContext `json:"ueContext"`
TargetToSourceData N2InfoContent `json:"targetToSourceData"`
PduSessionList []N2SmInformation `json:"pduSessionList"`
FailedSessionList []N2SmInformation `json:"failedSessionList,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
PcfReselectedInd *bool `json:"pcfReselectedInd,omitempty"`
AnalyticsNotUsedList []string `json:"analyticsNotUsedList,omitempty"`
}
UeContextCreatedData Data within a successful response for creating an individual ueContext resource
func NewUeContextCreatedData ¶
func NewUeContextCreatedData(ueContext UeContext, targetToSourceData N2InfoContent, pduSessionList []N2SmInformation) *UeContextCreatedData
NewUeContextCreatedData instantiates a new UeContextCreatedData 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 NewUeContextCreatedDataWithDefaults ¶
func NewUeContextCreatedDataWithDefaults() *UeContextCreatedData
NewUeContextCreatedDataWithDefaults instantiates a new UeContextCreatedData 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 (*UeContextCreatedData) GetAnalyticsNotUsedList ¶
func (o *UeContextCreatedData) GetAnalyticsNotUsedList() []string
GetAnalyticsNotUsedList returns the AnalyticsNotUsedList field value if set, zero value otherwise.
func (*UeContextCreatedData) GetAnalyticsNotUsedListOk ¶
func (o *UeContextCreatedData) GetAnalyticsNotUsedListOk() ([]string, bool)
GetAnalyticsNotUsedListOk returns a tuple with the AnalyticsNotUsedList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreatedData) GetFailedSessionList ¶
func (o *UeContextCreatedData) GetFailedSessionList() []N2SmInformation
GetFailedSessionList returns the FailedSessionList field value if set, zero value otherwise.
func (*UeContextCreatedData) GetFailedSessionListOk ¶
func (o *UeContextCreatedData) GetFailedSessionListOk() ([]N2SmInformation, bool)
GetFailedSessionListOk returns a tuple with the FailedSessionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreatedData) GetPcfReselectedInd ¶
func (o *UeContextCreatedData) GetPcfReselectedInd() bool
GetPcfReselectedInd returns the PcfReselectedInd field value if set, zero value otherwise.
func (*UeContextCreatedData) GetPcfReselectedIndOk ¶
func (o *UeContextCreatedData) GetPcfReselectedIndOk() (*bool, bool)
GetPcfReselectedIndOk returns a tuple with the PcfReselectedInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreatedData) GetPduSessionList ¶
func (o *UeContextCreatedData) GetPduSessionList() []N2SmInformation
GetPduSessionList returns the PduSessionList field value
func (*UeContextCreatedData) GetPduSessionListOk ¶
func (o *UeContextCreatedData) GetPduSessionListOk() ([]N2SmInformation, bool)
GetPduSessionListOk returns a tuple with the PduSessionList field value and a boolean to check if the value has been set.
func (*UeContextCreatedData) GetSupportedFeatures ¶
func (o *UeContextCreatedData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*UeContextCreatedData) GetSupportedFeaturesOk ¶
func (o *UeContextCreatedData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextCreatedData) GetTargetToSourceData ¶
func (o *UeContextCreatedData) GetTargetToSourceData() N2InfoContent
GetTargetToSourceData returns the TargetToSourceData field value
func (*UeContextCreatedData) GetTargetToSourceDataOk ¶
func (o *UeContextCreatedData) GetTargetToSourceDataOk() (*N2InfoContent, bool)
GetTargetToSourceDataOk returns a tuple with the TargetToSourceData field value and a boolean to check if the value has been set.
func (*UeContextCreatedData) GetUeContext ¶
func (o *UeContextCreatedData) GetUeContext() UeContext
GetUeContext returns the UeContext field value
func (*UeContextCreatedData) GetUeContextOk ¶
func (o *UeContextCreatedData) GetUeContextOk() (*UeContext, bool)
GetUeContextOk returns a tuple with the UeContext field value and a boolean to check if the value has been set.
func (*UeContextCreatedData) HasAnalyticsNotUsedList ¶
func (o *UeContextCreatedData) HasAnalyticsNotUsedList() bool
HasAnalyticsNotUsedList returns a boolean if a field has been set.
func (*UeContextCreatedData) HasFailedSessionList ¶
func (o *UeContextCreatedData) HasFailedSessionList() bool
HasFailedSessionList returns a boolean if a field has been set.
func (*UeContextCreatedData) HasPcfReselectedInd ¶
func (o *UeContextCreatedData) HasPcfReselectedInd() bool
HasPcfReselectedInd returns a boolean if a field has been set.
func (*UeContextCreatedData) HasSupportedFeatures ¶
func (o *UeContextCreatedData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (UeContextCreatedData) MarshalJSON ¶
func (o UeContextCreatedData) MarshalJSON() ([]byte, error)
func (*UeContextCreatedData) SetAnalyticsNotUsedList ¶
func (o *UeContextCreatedData) SetAnalyticsNotUsedList(v []string)
SetAnalyticsNotUsedList gets a reference to the given []string and assigns it to the AnalyticsNotUsedList field.
func (*UeContextCreatedData) SetFailedSessionList ¶
func (o *UeContextCreatedData) SetFailedSessionList(v []N2SmInformation)
SetFailedSessionList gets a reference to the given []N2SmInformation and assigns it to the FailedSessionList field.
func (*UeContextCreatedData) SetPcfReselectedInd ¶
func (o *UeContextCreatedData) SetPcfReselectedInd(v bool)
SetPcfReselectedInd gets a reference to the given bool and assigns it to the PcfReselectedInd field.
func (*UeContextCreatedData) SetPduSessionList ¶
func (o *UeContextCreatedData) SetPduSessionList(v []N2SmInformation)
SetPduSessionList sets field value
func (*UeContextCreatedData) SetSupportedFeatures ¶
func (o *UeContextCreatedData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*UeContextCreatedData) SetTargetToSourceData ¶
func (o *UeContextCreatedData) SetTargetToSourceData(v N2InfoContent)
SetTargetToSourceData sets field value
func (*UeContextCreatedData) SetUeContext ¶
func (o *UeContextCreatedData) SetUeContext(v UeContext)
SetUeContext sets field value
func (UeContextCreatedData) ToMap ¶
func (o UeContextCreatedData) ToMap() (map[string]interface{}, error)
type UeContextRelocateData ¶
type UeContextRelocateData struct {
UeContext UeContext `json:"ueContext"`
TargetId NgRanTargetId `json:"targetId"`
SourceToTargetData N2InfoContent `json:"sourceToTargetData"`
ForwardRelocationRequest RefToBinaryData `json:"forwardRelocationRequest"`
PduSessionList []N2SmInformation `json:"pduSessionList,omitempty"`
UeRadioCapability *N2InfoContent `json:"ueRadioCapability,omitempty"`
NgapCause *NgApCause `json:"ngapCause,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
}
UeContextRelocateData Data within a Relocate UE Context request
func NewUeContextRelocateData ¶
func NewUeContextRelocateData(ueContext UeContext, targetId NgRanTargetId, sourceToTargetData N2InfoContent, forwardRelocationRequest RefToBinaryData) *UeContextRelocateData
NewUeContextRelocateData instantiates a new UeContextRelocateData 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 NewUeContextRelocateDataWithDefaults ¶
func NewUeContextRelocateDataWithDefaults() *UeContextRelocateData
NewUeContextRelocateDataWithDefaults instantiates a new UeContextRelocateData 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 (*UeContextRelocateData) GetForwardRelocationRequest ¶
func (o *UeContextRelocateData) GetForwardRelocationRequest() RefToBinaryData
GetForwardRelocationRequest returns the ForwardRelocationRequest field value
func (*UeContextRelocateData) GetForwardRelocationRequestOk ¶
func (o *UeContextRelocateData) GetForwardRelocationRequestOk() (*RefToBinaryData, bool)
GetForwardRelocationRequestOk returns a tuple with the ForwardRelocationRequest field value and a boolean to check if the value has been set.
func (*UeContextRelocateData) GetNgapCause ¶
func (o *UeContextRelocateData) GetNgapCause() NgApCause
GetNgapCause returns the NgapCause field value if set, zero value otherwise.
func (*UeContextRelocateData) GetNgapCauseOk ¶
func (o *UeContextRelocateData) GetNgapCauseOk() (*NgApCause, bool)
GetNgapCauseOk returns a tuple with the NgapCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextRelocateData) GetPduSessionList ¶
func (o *UeContextRelocateData) GetPduSessionList() []N2SmInformation
GetPduSessionList returns the PduSessionList field value if set, zero value otherwise.
func (*UeContextRelocateData) GetPduSessionListOk ¶
func (o *UeContextRelocateData) GetPduSessionListOk() ([]N2SmInformation, bool)
GetPduSessionListOk returns a tuple with the PduSessionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextRelocateData) GetSourceToTargetData ¶
func (o *UeContextRelocateData) GetSourceToTargetData() N2InfoContent
GetSourceToTargetData returns the SourceToTargetData field value
func (*UeContextRelocateData) GetSourceToTargetDataOk ¶
func (o *UeContextRelocateData) GetSourceToTargetDataOk() (*N2InfoContent, bool)
GetSourceToTargetDataOk returns a tuple with the SourceToTargetData field value and a boolean to check if the value has been set.
func (*UeContextRelocateData) GetSupportedFeatures ¶
func (o *UeContextRelocateData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*UeContextRelocateData) GetSupportedFeaturesOk ¶
func (o *UeContextRelocateData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextRelocateData) GetTargetId ¶
func (o *UeContextRelocateData) GetTargetId() NgRanTargetId
GetTargetId returns the TargetId field value
func (*UeContextRelocateData) GetTargetIdOk ¶
func (o *UeContextRelocateData) GetTargetIdOk() (*NgRanTargetId, bool)
GetTargetIdOk returns a tuple with the TargetId field value and a boolean to check if the value has been set.
func (*UeContextRelocateData) GetUeContext ¶
func (o *UeContextRelocateData) GetUeContext() UeContext
GetUeContext returns the UeContext field value
func (*UeContextRelocateData) GetUeContextOk ¶
func (o *UeContextRelocateData) GetUeContextOk() (*UeContext, bool)
GetUeContextOk returns a tuple with the UeContext field value and a boolean to check if the value has been set.
func (*UeContextRelocateData) GetUeRadioCapability ¶
func (o *UeContextRelocateData) GetUeRadioCapability() N2InfoContent
GetUeRadioCapability returns the UeRadioCapability field value if set, zero value otherwise.
func (*UeContextRelocateData) GetUeRadioCapabilityOk ¶
func (o *UeContextRelocateData) GetUeRadioCapabilityOk() (*N2InfoContent, bool)
GetUeRadioCapabilityOk returns a tuple with the UeRadioCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextRelocateData) HasNgapCause ¶
func (o *UeContextRelocateData) HasNgapCause() bool
HasNgapCause returns a boolean if a field has been set.
func (*UeContextRelocateData) HasPduSessionList ¶
func (o *UeContextRelocateData) HasPduSessionList() bool
HasPduSessionList returns a boolean if a field has been set.
func (*UeContextRelocateData) HasSupportedFeatures ¶
func (o *UeContextRelocateData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*UeContextRelocateData) HasUeRadioCapability ¶
func (o *UeContextRelocateData) HasUeRadioCapability() bool
HasUeRadioCapability returns a boolean if a field has been set.
func (UeContextRelocateData) MarshalJSON ¶
func (o UeContextRelocateData) MarshalJSON() ([]byte, error)
func (*UeContextRelocateData) SetForwardRelocationRequest ¶
func (o *UeContextRelocateData) SetForwardRelocationRequest(v RefToBinaryData)
SetForwardRelocationRequest sets field value
func (*UeContextRelocateData) SetNgapCause ¶
func (o *UeContextRelocateData) SetNgapCause(v NgApCause)
SetNgapCause gets a reference to the given NgApCause and assigns it to the NgapCause field.
func (*UeContextRelocateData) SetPduSessionList ¶
func (o *UeContextRelocateData) SetPduSessionList(v []N2SmInformation)
SetPduSessionList gets a reference to the given []N2SmInformation and assigns it to the PduSessionList field.
func (*UeContextRelocateData) SetSourceToTargetData ¶
func (o *UeContextRelocateData) SetSourceToTargetData(v N2InfoContent)
SetSourceToTargetData sets field value
func (*UeContextRelocateData) SetSupportedFeatures ¶
func (o *UeContextRelocateData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*UeContextRelocateData) SetTargetId ¶
func (o *UeContextRelocateData) SetTargetId(v NgRanTargetId)
SetTargetId sets field value
func (*UeContextRelocateData) SetUeContext ¶
func (o *UeContextRelocateData) SetUeContext(v UeContext)
SetUeContext sets field value
func (*UeContextRelocateData) SetUeRadioCapability ¶
func (o *UeContextRelocateData) SetUeRadioCapability(v N2InfoContent)
SetUeRadioCapability gets a reference to the given N2InfoContent and assigns it to the UeRadioCapability field.
func (UeContextRelocateData) ToMap ¶
func (o UeContextRelocateData) ToMap() (map[string]interface{}, error)
type UeContextRelocatedData ¶
type UeContextRelocatedData struct {
UeContext UeContext `json:"ueContext"`
}
UeContextRelocatedData Data within a Relocate UE Context response
func NewUeContextRelocatedData ¶
func NewUeContextRelocatedData(ueContext UeContext) *UeContextRelocatedData
NewUeContextRelocatedData instantiates a new UeContextRelocatedData 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 NewUeContextRelocatedDataWithDefaults ¶
func NewUeContextRelocatedDataWithDefaults() *UeContextRelocatedData
NewUeContextRelocatedDataWithDefaults instantiates a new UeContextRelocatedData 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 (*UeContextRelocatedData) GetUeContext ¶
func (o *UeContextRelocatedData) GetUeContext() UeContext
GetUeContext returns the UeContext field value
func (*UeContextRelocatedData) GetUeContextOk ¶
func (o *UeContextRelocatedData) GetUeContextOk() (*UeContext, bool)
GetUeContextOk returns a tuple with the UeContext field value and a boolean to check if the value has been set.
func (UeContextRelocatedData) MarshalJSON ¶
func (o UeContextRelocatedData) MarshalJSON() ([]byte, error)
func (*UeContextRelocatedData) SetUeContext ¶
func (o *UeContextRelocatedData) SetUeContext(v UeContext)
SetUeContext sets field value
func (UeContextRelocatedData) ToMap ¶
func (o UeContextRelocatedData) ToMap() (map[string]interface{}, error)
type UeContextTransferReqData ¶
type UeContextTransferReqData struct {
Reason TransferReason `json:"reason"`
AccessType AccessType `json:"accessType"`
PlmnId *PlmnIdNid `json:"plmnId,omitempty"`
RegRequest *N1MessageContainer `json:"regRequest,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
}
UeContextTransferReqData Data within a UE Context Transfer Request to start transferring of an individual ueContext resource from old AMF to new AMF
func NewUeContextTransferReqData ¶
func NewUeContextTransferReqData(reason TransferReason, accessType AccessType) *UeContextTransferReqData
NewUeContextTransferReqData instantiates a new UeContextTransferReqData 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 NewUeContextTransferReqDataWithDefaults ¶
func NewUeContextTransferReqDataWithDefaults() *UeContextTransferReqData
NewUeContextTransferReqDataWithDefaults instantiates a new UeContextTransferReqData 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 (*UeContextTransferReqData) GetAccessType ¶
func (o *UeContextTransferReqData) GetAccessType() AccessType
GetAccessType returns the AccessType field value
func (*UeContextTransferReqData) GetAccessTypeOk ¶
func (o *UeContextTransferReqData) GetAccessTypeOk() (*AccessType, bool)
GetAccessTypeOk returns a tuple with the AccessType field value and a boolean to check if the value has been set.
func (*UeContextTransferReqData) GetPlmnId ¶
func (o *UeContextTransferReqData) GetPlmnId() PlmnIdNid
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*UeContextTransferReqData) GetPlmnIdOk ¶
func (o *UeContextTransferReqData) GetPlmnIdOk() (*PlmnIdNid, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextTransferReqData) GetReason ¶
func (o *UeContextTransferReqData) GetReason() TransferReason
GetReason returns the Reason field value
func (*UeContextTransferReqData) GetReasonOk ¶
func (o *UeContextTransferReqData) GetReasonOk() (*TransferReason, bool)
GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.
func (*UeContextTransferReqData) GetRegRequest ¶
func (o *UeContextTransferReqData) GetRegRequest() N1MessageContainer
GetRegRequest returns the RegRequest field value if set, zero value otherwise.
func (*UeContextTransferReqData) GetRegRequestOk ¶
func (o *UeContextTransferReqData) GetRegRequestOk() (*N1MessageContainer, bool)
GetRegRequestOk returns a tuple with the RegRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextTransferReqData) GetSupportedFeatures ¶
func (o *UeContextTransferReqData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*UeContextTransferReqData) GetSupportedFeaturesOk ¶
func (o *UeContextTransferReqData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextTransferReqData) HasPlmnId ¶
func (o *UeContextTransferReqData) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (*UeContextTransferReqData) HasRegRequest ¶
func (o *UeContextTransferReqData) HasRegRequest() bool
HasRegRequest returns a boolean if a field has been set.
func (*UeContextTransferReqData) HasSupportedFeatures ¶
func (o *UeContextTransferReqData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (UeContextTransferReqData) MarshalJSON ¶
func (o UeContextTransferReqData) MarshalJSON() ([]byte, error)
func (*UeContextTransferReqData) SetAccessType ¶
func (o *UeContextTransferReqData) SetAccessType(v AccessType)
SetAccessType sets field value
func (*UeContextTransferReqData) SetPlmnId ¶
func (o *UeContextTransferReqData) SetPlmnId(v PlmnIdNid)
SetPlmnId gets a reference to the given PlmnIdNid and assigns it to the PlmnId field.
func (*UeContextTransferReqData) SetReason ¶
func (o *UeContextTransferReqData) SetReason(v TransferReason)
SetReason sets field value
func (*UeContextTransferReqData) SetRegRequest ¶
func (o *UeContextTransferReqData) SetRegRequest(v N1MessageContainer)
SetRegRequest gets a reference to the given N1MessageContainer and assigns it to the RegRequest field.
func (*UeContextTransferReqData) SetSupportedFeatures ¶
func (o *UeContextTransferReqData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (UeContextTransferReqData) ToMap ¶
func (o UeContextTransferReqData) ToMap() (map[string]interface{}, error)
type UeContextTransferRspData ¶
type UeContextTransferRspData struct {
UeContext UeContext `json:"ueContext"`
UeRadioCapability *N2InfoContent `json:"ueRadioCapability,omitempty"`
UeRadioCapabilityForPaging *N2InfoContent `json:"ueRadioCapabilityForPaging,omitempty"`
UeNbiotRadioCapability *N2InfoContent `json:"ueNbiotRadioCapability,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
}
UeContextTransferRspData Data within a successful response to the UE Context Transfer request
func NewUeContextTransferRspData ¶
func NewUeContextTransferRspData(ueContext UeContext) *UeContextTransferRspData
NewUeContextTransferRspData instantiates a new UeContextTransferRspData 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 NewUeContextTransferRspDataWithDefaults ¶
func NewUeContextTransferRspDataWithDefaults() *UeContextTransferRspData
NewUeContextTransferRspDataWithDefaults instantiates a new UeContextTransferRspData 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 (*UeContextTransferRspData) GetSupportedFeatures ¶
func (o *UeContextTransferRspData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*UeContextTransferRspData) GetSupportedFeaturesOk ¶
func (o *UeContextTransferRspData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextTransferRspData) GetUeContext ¶
func (o *UeContextTransferRspData) GetUeContext() UeContext
GetUeContext returns the UeContext field value
func (*UeContextTransferRspData) GetUeContextOk ¶
func (o *UeContextTransferRspData) GetUeContextOk() (*UeContext, bool)
GetUeContextOk returns a tuple with the UeContext field value and a boolean to check if the value has been set.
func (*UeContextTransferRspData) GetUeNbiotRadioCapability ¶
func (o *UeContextTransferRspData) GetUeNbiotRadioCapability() N2InfoContent
GetUeNbiotRadioCapability returns the UeNbiotRadioCapability field value if set, zero value otherwise.
func (*UeContextTransferRspData) GetUeNbiotRadioCapabilityOk ¶
func (o *UeContextTransferRspData) GetUeNbiotRadioCapabilityOk() (*N2InfoContent, bool)
GetUeNbiotRadioCapabilityOk returns a tuple with the UeNbiotRadioCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextTransferRspData) GetUeRadioCapability ¶
func (o *UeContextTransferRspData) GetUeRadioCapability() N2InfoContent
GetUeRadioCapability returns the UeRadioCapability field value if set, zero value otherwise.
func (*UeContextTransferRspData) GetUeRadioCapabilityForPaging ¶
func (o *UeContextTransferRspData) GetUeRadioCapabilityForPaging() N2InfoContent
GetUeRadioCapabilityForPaging returns the UeRadioCapabilityForPaging field value if set, zero value otherwise.
func (*UeContextTransferRspData) GetUeRadioCapabilityForPagingOk ¶
func (o *UeContextTransferRspData) GetUeRadioCapabilityForPagingOk() (*N2InfoContent, bool)
GetUeRadioCapabilityForPagingOk returns a tuple with the UeRadioCapabilityForPaging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextTransferRspData) GetUeRadioCapabilityOk ¶
func (o *UeContextTransferRspData) GetUeRadioCapabilityOk() (*N2InfoContent, bool)
GetUeRadioCapabilityOk returns a tuple with the UeRadioCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeContextTransferRspData) HasSupportedFeatures ¶
func (o *UeContextTransferRspData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*UeContextTransferRspData) HasUeNbiotRadioCapability ¶
func (o *UeContextTransferRspData) HasUeNbiotRadioCapability() bool
HasUeNbiotRadioCapability returns a boolean if a field has been set.
func (*UeContextTransferRspData) HasUeRadioCapability ¶
func (o *UeContextTransferRspData) HasUeRadioCapability() bool
HasUeRadioCapability returns a boolean if a field has been set.
func (*UeContextTransferRspData) HasUeRadioCapabilityForPaging ¶
func (o *UeContextTransferRspData) HasUeRadioCapabilityForPaging() bool
HasUeRadioCapabilityForPaging returns a boolean if a field has been set.
func (UeContextTransferRspData) MarshalJSON ¶
func (o UeContextTransferRspData) MarshalJSON() ([]byte, error)
func (*UeContextTransferRspData) SetSupportedFeatures ¶
func (o *UeContextTransferRspData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*UeContextTransferRspData) SetUeContext ¶
func (o *UeContextTransferRspData) SetUeContext(v UeContext)
SetUeContext sets field value
func (*UeContextTransferRspData) SetUeNbiotRadioCapability ¶
func (o *UeContextTransferRspData) SetUeNbiotRadioCapability(v N2InfoContent)
SetUeNbiotRadioCapability gets a reference to the given N2InfoContent and assigns it to the UeNbiotRadioCapability field.
func (*UeContextTransferRspData) SetUeRadioCapability ¶
func (o *UeContextTransferRspData) SetUeRadioCapability(v N2InfoContent)
SetUeRadioCapability gets a reference to the given N2InfoContent and assigns it to the UeRadioCapability field.
func (*UeContextTransferRspData) SetUeRadioCapabilityForPaging ¶
func (o *UeContextTransferRspData) SetUeRadioCapabilityForPaging(v N2InfoContent)
SetUeRadioCapabilityForPaging gets a reference to the given N2InfoContent and assigns it to the UeRadioCapabilityForPaging field.
func (UeContextTransferRspData) ToMap ¶
func (o UeContextTransferRspData) ToMap() (map[string]interface{}, error)
type UeContextTransferStatus ¶
type UeContextTransferStatus struct {
String *string
}
UeContextTransferStatus Describes the status of an individual ueContext resource in UE Context Transfer procedures
func (*UeContextTransferStatus) MarshalJSON ¶
func (src *UeContextTransferStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UeContextTransferStatus) UnmarshalJSON ¶
func (dst *UeContextTransferStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UeDifferentiationInfo ¶
type UeDifferentiationInfo struct {
PeriodicComInd *PeriodicCommunicationIndicator `json:"periodicComInd,omitempty"`
// indicating a time in seconds.
PeriodicTime *int32 `json:"periodicTime,omitempty"`
ScheduledComTime *ScheduledCommunicationTime `json:"scheduledComTime,omitempty"`
StationaryInd *StationaryIndication `json:"stationaryInd,omitempty"`
TrafficProfile *TrafficProfile `json:"trafficProfile,omitempty"`
BatteryInd *BatteryIndication `json:"batteryInd,omitempty"`
// string with format 'date-time' as defined in OpenAPI.
ValidityTime *time.Time `json:"validityTime,omitempty"`
}
UeDifferentiationInfo Represents the UE Differentiation Information and its validity time
func NewUeDifferentiationInfo ¶
func NewUeDifferentiationInfo() *UeDifferentiationInfo
NewUeDifferentiationInfo instantiates a new UeDifferentiationInfo 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 NewUeDifferentiationInfoWithDefaults ¶
func NewUeDifferentiationInfoWithDefaults() *UeDifferentiationInfo
NewUeDifferentiationInfoWithDefaults instantiates a new UeDifferentiationInfo 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 (*UeDifferentiationInfo) GetBatteryInd ¶
func (o *UeDifferentiationInfo) GetBatteryInd() BatteryIndication
GetBatteryInd returns the BatteryInd field value if set, zero value otherwise.
func (*UeDifferentiationInfo) GetBatteryIndOk ¶
func (o *UeDifferentiationInfo) GetBatteryIndOk() (*BatteryIndication, 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 (*UeDifferentiationInfo) GetPeriodicComInd ¶
func (o *UeDifferentiationInfo) GetPeriodicComInd() PeriodicCommunicationIndicator
GetPeriodicComInd returns the PeriodicComInd field value if set, zero value otherwise.
func (*UeDifferentiationInfo) GetPeriodicComIndOk ¶
func (o *UeDifferentiationInfo) GetPeriodicComIndOk() (*PeriodicCommunicationIndicator, bool)
GetPeriodicComIndOk returns a tuple with the PeriodicComInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeDifferentiationInfo) GetPeriodicTime ¶
func (o *UeDifferentiationInfo) GetPeriodicTime() int32
GetPeriodicTime returns the PeriodicTime field value if set, zero value otherwise.
func (*UeDifferentiationInfo) GetPeriodicTimeOk ¶
func (o *UeDifferentiationInfo) GetPeriodicTimeOk() (*int32, bool)
GetPeriodicTimeOk returns a tuple with the PeriodicTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeDifferentiationInfo) GetScheduledComTime ¶
func (o *UeDifferentiationInfo) GetScheduledComTime() ScheduledCommunicationTime
GetScheduledComTime returns the ScheduledComTime field value if set, zero value otherwise.
func (*UeDifferentiationInfo) GetScheduledComTimeOk ¶
func (o *UeDifferentiationInfo) GetScheduledComTimeOk() (*ScheduledCommunicationTime, bool)
GetScheduledComTimeOk returns a tuple with the ScheduledComTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeDifferentiationInfo) GetStationaryInd ¶
func (o *UeDifferentiationInfo) GetStationaryInd() StationaryIndication
GetStationaryInd returns the StationaryInd field value if set, zero value otherwise.
func (*UeDifferentiationInfo) GetStationaryIndOk ¶
func (o *UeDifferentiationInfo) GetStationaryIndOk() (*StationaryIndication, bool)
GetStationaryIndOk returns a tuple with the StationaryInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeDifferentiationInfo) GetTrafficProfile ¶
func (o *UeDifferentiationInfo) GetTrafficProfile() TrafficProfile
GetTrafficProfile returns the TrafficProfile field value if set, zero value otherwise.
func (*UeDifferentiationInfo) GetTrafficProfileOk ¶
func (o *UeDifferentiationInfo) GetTrafficProfileOk() (*TrafficProfile, bool)
GetTrafficProfileOk returns a tuple with the TrafficProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeDifferentiationInfo) GetValidityTime ¶
func (o *UeDifferentiationInfo) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*UeDifferentiationInfo) GetValidityTimeOk ¶
func (o *UeDifferentiationInfo) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeDifferentiationInfo) HasBatteryInd ¶
func (o *UeDifferentiationInfo) HasBatteryInd() bool
HasBatteryInd returns a boolean if a field has been set.
func (*UeDifferentiationInfo) HasPeriodicComInd ¶
func (o *UeDifferentiationInfo) HasPeriodicComInd() bool
HasPeriodicComInd returns a boolean if a field has been set.
func (*UeDifferentiationInfo) HasPeriodicTime ¶
func (o *UeDifferentiationInfo) HasPeriodicTime() bool
HasPeriodicTime returns a boolean if a field has been set.
func (*UeDifferentiationInfo) HasScheduledComTime ¶
func (o *UeDifferentiationInfo) HasScheduledComTime() bool
HasScheduledComTime returns a boolean if a field has been set.
func (*UeDifferentiationInfo) HasStationaryInd ¶
func (o *UeDifferentiationInfo) HasStationaryInd() bool
HasStationaryInd returns a boolean if a field has been set.
func (*UeDifferentiationInfo) HasTrafficProfile ¶
func (o *UeDifferentiationInfo) HasTrafficProfile() bool
HasTrafficProfile returns a boolean if a field has been set.
func (*UeDifferentiationInfo) HasValidityTime ¶
func (o *UeDifferentiationInfo) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (UeDifferentiationInfo) MarshalJSON ¶
func (o UeDifferentiationInfo) MarshalJSON() ([]byte, error)
func (*UeDifferentiationInfo) SetBatteryInd ¶
func (o *UeDifferentiationInfo) SetBatteryInd(v BatteryIndication)
SetBatteryInd gets a reference to the given BatteryIndication and assigns it to the BatteryInd field.
func (*UeDifferentiationInfo) SetPeriodicComInd ¶
func (o *UeDifferentiationInfo) SetPeriodicComInd(v PeriodicCommunicationIndicator)
SetPeriodicComInd gets a reference to the given PeriodicCommunicationIndicator and assigns it to the PeriodicComInd field.
func (*UeDifferentiationInfo) SetPeriodicTime ¶
func (o *UeDifferentiationInfo) SetPeriodicTime(v int32)
SetPeriodicTime gets a reference to the given int32 and assigns it to the PeriodicTime field.
func (*UeDifferentiationInfo) SetScheduledComTime ¶
func (o *UeDifferentiationInfo) SetScheduledComTime(v ScheduledCommunicationTime)
SetScheduledComTime gets a reference to the given ScheduledCommunicationTime and assigns it to the ScheduledComTime field.
func (*UeDifferentiationInfo) SetStationaryInd ¶
func (o *UeDifferentiationInfo) SetStationaryInd(v StationaryIndication)
SetStationaryInd gets a reference to the given StationaryIndication and assigns it to the StationaryInd field.
func (*UeDifferentiationInfo) SetTrafficProfile ¶
func (o *UeDifferentiationInfo) SetTrafficProfile(v TrafficProfile)
SetTrafficProfile gets a reference to the given TrafficProfile and assigns it to the TrafficProfile field.
func (*UeDifferentiationInfo) SetValidityTime ¶
func (o *UeDifferentiationInfo) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (UeDifferentiationInfo) ToMap ¶
func (o UeDifferentiationInfo) ToMap() (map[string]interface{}, error)
type UeInAreaFilter ¶
type UeInAreaFilter struct {
UeType *UeType `json:"ueType,omitempty"`
AerialSrvDnnInd *bool `json:"aerialSrvDnnInd,omitempty"`
}
UeInAreaFilter Additional filters for UE in Area Report event
func NewUeInAreaFilter ¶
func NewUeInAreaFilter() *UeInAreaFilter
NewUeInAreaFilter instantiates a new UeInAreaFilter 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 NewUeInAreaFilterWithDefaults ¶
func NewUeInAreaFilterWithDefaults() *UeInAreaFilter
NewUeInAreaFilterWithDefaults instantiates a new UeInAreaFilter 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 (*UeInAreaFilter) GetAerialSrvDnnInd ¶
func (o *UeInAreaFilter) GetAerialSrvDnnInd() bool
GetAerialSrvDnnInd returns the AerialSrvDnnInd field value if set, zero value otherwise.
func (*UeInAreaFilter) GetAerialSrvDnnIndOk ¶
func (o *UeInAreaFilter) GetAerialSrvDnnIndOk() (*bool, bool)
GetAerialSrvDnnIndOk returns a tuple with the AerialSrvDnnInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeInAreaFilter) GetUeType ¶
func (o *UeInAreaFilter) GetUeType() UeType
GetUeType returns the UeType field value if set, zero value otherwise.
func (*UeInAreaFilter) GetUeTypeOk ¶
func (o *UeInAreaFilter) GetUeTypeOk() (*UeType, bool)
GetUeTypeOk returns a tuple with the UeType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeInAreaFilter) HasAerialSrvDnnInd ¶
func (o *UeInAreaFilter) HasAerialSrvDnnInd() bool
HasAerialSrvDnnInd returns a boolean if a field has been set.
func (*UeInAreaFilter) HasUeType ¶
func (o *UeInAreaFilter) HasUeType() bool
HasUeType returns a boolean if a field has been set.
func (UeInAreaFilter) MarshalJSON ¶
func (o UeInAreaFilter) MarshalJSON() ([]byte, error)
func (*UeInAreaFilter) SetAerialSrvDnnInd ¶
func (o *UeInAreaFilter) SetAerialSrvDnnInd(v bool)
SetAerialSrvDnnInd gets a reference to the given bool and assigns it to the AerialSrvDnnInd field.
func (*UeInAreaFilter) SetUeType ¶
func (o *UeInAreaFilter) SetUeType(v UeType)
SetUeType gets a reference to the given UeType and assigns it to the UeType field.
func (UeInAreaFilter) ToMap ¶
func (o UeInAreaFilter) ToMap() (map[string]interface{}, error)
type UeMobility ¶
type UeMobility struct {
// string with format 'date-time' as defined in OpenAPI.
Ts *time.Time `json:"ts,omitempty"`
RecurringTime *ScheduledCommunicationTime1 `json:"recurringTime,omitempty"`
// indicating a time in seconds.
Duration *int32 `json:"duration,omitempty"`
// string with format 'float' as defined in OpenAPI.
DurationVariance *float32 `json:"durationVariance,omitempty"`
LocInfos []LocationInfo `json:"locInfos,omitempty"`
}
UeMobility Represents UE mobility information.
func NewUeMobility ¶
func NewUeMobility() *UeMobility
NewUeMobility instantiates a new UeMobility 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 NewUeMobilityWithDefaults ¶
func NewUeMobilityWithDefaults() *UeMobility
NewUeMobilityWithDefaults instantiates a new UeMobility 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 (*UeMobility) GetDuration ¶
func (o *UeMobility) GetDuration() int32
GetDuration returns the Duration field value if set, zero value otherwise.
func (*UeMobility) GetDurationOk ¶
func (o *UeMobility) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeMobility) GetDurationVariance ¶
func (o *UeMobility) GetDurationVariance() float32
GetDurationVariance returns the DurationVariance field value if set, zero value otherwise.
func (*UeMobility) GetDurationVarianceOk ¶
func (o *UeMobility) GetDurationVarianceOk() (*float32, bool)
GetDurationVarianceOk returns a tuple with the DurationVariance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeMobility) GetLocInfos ¶
func (o *UeMobility) GetLocInfos() []LocationInfo
GetLocInfos returns the LocInfos field value if set, zero value otherwise.
func (*UeMobility) GetLocInfosOk ¶
func (o *UeMobility) GetLocInfosOk() ([]LocationInfo, bool)
GetLocInfosOk returns a tuple with the LocInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeMobility) GetRecurringTime ¶
func (o *UeMobility) GetRecurringTime() ScheduledCommunicationTime1
GetRecurringTime returns the RecurringTime field value if set, zero value otherwise.
func (*UeMobility) GetRecurringTimeOk ¶
func (o *UeMobility) GetRecurringTimeOk() (*ScheduledCommunicationTime1, bool)
GetRecurringTimeOk returns a tuple with the RecurringTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeMobility) GetTs ¶
func (o *UeMobility) GetTs() time.Time
GetTs returns the Ts field value if set, zero value otherwise.
func (*UeMobility) GetTsOk ¶
func (o *UeMobility) GetTsOk() (*time.Time, bool)
GetTsOk returns a tuple with the Ts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeMobility) HasDuration ¶
func (o *UeMobility) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (*UeMobility) HasDurationVariance ¶
func (o *UeMobility) HasDurationVariance() bool
HasDurationVariance returns a boolean if a field has been set.
func (*UeMobility) HasLocInfos ¶
func (o *UeMobility) HasLocInfos() bool
HasLocInfos returns a boolean if a field has been set.
func (*UeMobility) HasRecurringTime ¶
func (o *UeMobility) HasRecurringTime() bool
HasRecurringTime returns a boolean if a field has been set.
func (*UeMobility) HasTs ¶
func (o *UeMobility) HasTs() bool
HasTs returns a boolean if a field has been set.
func (UeMobility) MarshalJSON ¶
func (o UeMobility) MarshalJSON() ([]byte, error)
func (*UeMobility) SetDuration ¶
func (o *UeMobility) SetDuration(v int32)
SetDuration gets a reference to the given int32 and assigns it to the Duration field.
func (*UeMobility) SetDurationVariance ¶
func (o *UeMobility) SetDurationVariance(v float32)
SetDurationVariance gets a reference to the given float32 and assigns it to the DurationVariance field.
func (*UeMobility) SetLocInfos ¶
func (o *UeMobility) SetLocInfos(v []LocationInfo)
SetLocInfos gets a reference to the given []LocationInfo and assigns it to the LocInfos field.
func (*UeMobility) SetRecurringTime ¶
func (o *UeMobility) SetRecurringTime(v ScheduledCommunicationTime1)
SetRecurringTime gets a reference to the given ScheduledCommunicationTime1 and assigns it to the RecurringTime field.
func (*UeMobility) SetTs ¶
func (o *UeMobility) SetTs(v time.Time)
SetTs gets a reference to the given time.Time and assigns it to the Ts field.
func (UeMobility) ToMap ¶
func (o UeMobility) ToMap() (map[string]interface{}, error)
type UeN1N2InfoSubscriptionCreateData ¶
type UeN1N2InfoSubscriptionCreateData struct {
N2InformationClass *N2InformationClass `json:"n2InformationClass,omitempty"`
// String providing an URI formatted according to RFC 3986.
N2NotifyCallbackUri *string `json:"n2NotifyCallbackUri,omitempty"`
N1MessageClass *N1MessageClass `json:"n1MessageClass,omitempty"`
// String providing an URI formatted according to RFC 3986.
N1NotifyCallbackUri *string `json:"n1NotifyCallbackUri,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.
NfId *string `json:"nfId,omitempty"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
OldGuami *Guami `json:"oldGuami,omitempty"`
}
UeN1N2InfoSubscriptionCreateData Data within a create subscription request for UE specific N1 and/or N2 information notification
func NewUeN1N2InfoSubscriptionCreateData ¶
func NewUeN1N2InfoSubscriptionCreateData() *UeN1N2InfoSubscriptionCreateData
NewUeN1N2InfoSubscriptionCreateData instantiates a new UeN1N2InfoSubscriptionCreateData 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 NewUeN1N2InfoSubscriptionCreateDataWithDefaults ¶
func NewUeN1N2InfoSubscriptionCreateDataWithDefaults() *UeN1N2InfoSubscriptionCreateData
NewUeN1N2InfoSubscriptionCreateDataWithDefaults instantiates a new UeN1N2InfoSubscriptionCreateData 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 (*UeN1N2InfoSubscriptionCreateData) GetN1MessageClass ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetN1MessageClass() N1MessageClass
GetN1MessageClass returns the N1MessageClass field value if set, zero value otherwise.
func (*UeN1N2InfoSubscriptionCreateData) GetN1MessageClassOk ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetN1MessageClassOk() (*N1MessageClass, bool)
GetN1MessageClassOk returns a tuple with the N1MessageClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeN1N2InfoSubscriptionCreateData) GetN1NotifyCallbackUri ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetN1NotifyCallbackUri() string
GetN1NotifyCallbackUri returns the N1NotifyCallbackUri field value if set, zero value otherwise.
func (*UeN1N2InfoSubscriptionCreateData) GetN1NotifyCallbackUriOk ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetN1NotifyCallbackUriOk() (*string, bool)
GetN1NotifyCallbackUriOk returns a tuple with the N1NotifyCallbackUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeN1N2InfoSubscriptionCreateData) GetN2InformationClass ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetN2InformationClass() N2InformationClass
GetN2InformationClass returns the N2InformationClass field value if set, zero value otherwise.
func (*UeN1N2InfoSubscriptionCreateData) GetN2InformationClassOk ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetN2InformationClassOk() (*N2InformationClass, bool)
GetN2InformationClassOk returns a tuple with the N2InformationClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeN1N2InfoSubscriptionCreateData) GetN2NotifyCallbackUri ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetN2NotifyCallbackUri() string
GetN2NotifyCallbackUri returns the N2NotifyCallbackUri field value if set, zero value otherwise.
func (*UeN1N2InfoSubscriptionCreateData) GetN2NotifyCallbackUriOk ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetN2NotifyCallbackUriOk() (*string, bool)
GetN2NotifyCallbackUriOk returns a tuple with the N2NotifyCallbackUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeN1N2InfoSubscriptionCreateData) GetNfId ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetNfId() string
GetNfId returns the NfId field value if set, zero value otherwise.
func (*UeN1N2InfoSubscriptionCreateData) GetNfIdOk ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetNfIdOk() (*string, bool)
GetNfIdOk returns a tuple with the NfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeN1N2InfoSubscriptionCreateData) GetOldGuami ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetOldGuami() Guami
GetOldGuami returns the OldGuami field value if set, zero value otherwise.
func (*UeN1N2InfoSubscriptionCreateData) GetOldGuamiOk ¶
func (o *UeN1N2InfoSubscriptionCreateData) 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 (*UeN1N2InfoSubscriptionCreateData) GetSupportedFeatures ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*UeN1N2InfoSubscriptionCreateData) GetSupportedFeaturesOk ¶
func (o *UeN1N2InfoSubscriptionCreateData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeN1N2InfoSubscriptionCreateData) HasN1MessageClass ¶
func (o *UeN1N2InfoSubscriptionCreateData) HasN1MessageClass() bool
HasN1MessageClass returns a boolean if a field has been set.
func (*UeN1N2InfoSubscriptionCreateData) HasN1NotifyCallbackUri ¶
func (o *UeN1N2InfoSubscriptionCreateData) HasN1NotifyCallbackUri() bool
HasN1NotifyCallbackUri returns a boolean if a field has been set.
func (*UeN1N2InfoSubscriptionCreateData) HasN2InformationClass ¶
func (o *UeN1N2InfoSubscriptionCreateData) HasN2InformationClass() bool
HasN2InformationClass returns a boolean if a field has been set.
func (*UeN1N2InfoSubscriptionCreateData) HasN2NotifyCallbackUri ¶
func (o *UeN1N2InfoSubscriptionCreateData) HasN2NotifyCallbackUri() bool
HasN2NotifyCallbackUri returns a boolean if a field has been set.
func (*UeN1N2InfoSubscriptionCreateData) HasNfId ¶
func (o *UeN1N2InfoSubscriptionCreateData) HasNfId() bool
HasNfId returns a boolean if a field has been set.
func (*UeN1N2InfoSubscriptionCreateData) HasOldGuami ¶
func (o *UeN1N2InfoSubscriptionCreateData) HasOldGuami() bool
HasOldGuami returns a boolean if a field has been set.
func (*UeN1N2InfoSubscriptionCreateData) HasSupportedFeatures ¶
func (o *UeN1N2InfoSubscriptionCreateData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (UeN1N2InfoSubscriptionCreateData) MarshalJSON ¶
func (o UeN1N2InfoSubscriptionCreateData) MarshalJSON() ([]byte, error)
func (*UeN1N2InfoSubscriptionCreateData) SetN1MessageClass ¶
func (o *UeN1N2InfoSubscriptionCreateData) SetN1MessageClass(v N1MessageClass)
SetN1MessageClass gets a reference to the given N1MessageClass and assigns it to the N1MessageClass field.
func (*UeN1N2InfoSubscriptionCreateData) SetN1NotifyCallbackUri ¶
func (o *UeN1N2InfoSubscriptionCreateData) SetN1NotifyCallbackUri(v string)
SetN1NotifyCallbackUri gets a reference to the given string and assigns it to the N1NotifyCallbackUri field.
func (*UeN1N2InfoSubscriptionCreateData) SetN2InformationClass ¶
func (o *UeN1N2InfoSubscriptionCreateData) SetN2InformationClass(v N2InformationClass)
SetN2InformationClass gets a reference to the given N2InformationClass and assigns it to the N2InformationClass field.
func (*UeN1N2InfoSubscriptionCreateData) SetN2NotifyCallbackUri ¶
func (o *UeN1N2InfoSubscriptionCreateData) SetN2NotifyCallbackUri(v string)
SetN2NotifyCallbackUri gets a reference to the given string and assigns it to the N2NotifyCallbackUri field.
func (*UeN1N2InfoSubscriptionCreateData) SetNfId ¶
func (o *UeN1N2InfoSubscriptionCreateData) SetNfId(v string)
SetNfId gets a reference to the given string and assigns it to the NfId field.
func (*UeN1N2InfoSubscriptionCreateData) SetOldGuami ¶
func (o *UeN1N2InfoSubscriptionCreateData) SetOldGuami(v Guami)
SetOldGuami gets a reference to the given Guami and assigns it to the OldGuami field.
func (*UeN1N2InfoSubscriptionCreateData) SetSupportedFeatures ¶
func (o *UeN1N2InfoSubscriptionCreateData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (UeN1N2InfoSubscriptionCreateData) ToMap ¶
func (o UeN1N2InfoSubscriptionCreateData) ToMap() (map[string]interface{}, error)
type UeN1N2InfoSubscriptionCreatedData ¶
type UeN1N2InfoSubscriptionCreatedData struct {
N1n2NotifySubscriptionId string `json:"n1n2NotifySubscriptionId"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
}
UeN1N2InfoSubscriptionCreatedData Data for the created subscription for UE specific N1 and/or N2 information notification
func NewUeN1N2InfoSubscriptionCreatedData ¶
func NewUeN1N2InfoSubscriptionCreatedData(n1n2NotifySubscriptionId string) *UeN1N2InfoSubscriptionCreatedData
NewUeN1N2InfoSubscriptionCreatedData instantiates a new UeN1N2InfoSubscriptionCreatedData 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 NewUeN1N2InfoSubscriptionCreatedDataWithDefaults ¶
func NewUeN1N2InfoSubscriptionCreatedDataWithDefaults() *UeN1N2InfoSubscriptionCreatedData
NewUeN1N2InfoSubscriptionCreatedDataWithDefaults instantiates a new UeN1N2InfoSubscriptionCreatedData 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 (*UeN1N2InfoSubscriptionCreatedData) GetN1n2NotifySubscriptionId ¶
func (o *UeN1N2InfoSubscriptionCreatedData) GetN1n2NotifySubscriptionId() string
GetN1n2NotifySubscriptionId returns the N1n2NotifySubscriptionId field value
func (*UeN1N2InfoSubscriptionCreatedData) GetN1n2NotifySubscriptionIdOk ¶
func (o *UeN1N2InfoSubscriptionCreatedData) GetN1n2NotifySubscriptionIdOk() (*string, bool)
GetN1n2NotifySubscriptionIdOk returns a tuple with the N1n2NotifySubscriptionId field value and a boolean to check if the value has been set.
func (*UeN1N2InfoSubscriptionCreatedData) GetSupportedFeatures ¶
func (o *UeN1N2InfoSubscriptionCreatedData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*UeN1N2InfoSubscriptionCreatedData) GetSupportedFeaturesOk ¶
func (o *UeN1N2InfoSubscriptionCreatedData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeN1N2InfoSubscriptionCreatedData) HasSupportedFeatures ¶
func (o *UeN1N2InfoSubscriptionCreatedData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (UeN1N2InfoSubscriptionCreatedData) MarshalJSON ¶
func (o UeN1N2InfoSubscriptionCreatedData) MarshalJSON() ([]byte, error)
func (*UeN1N2InfoSubscriptionCreatedData) SetN1n2NotifySubscriptionId ¶
func (o *UeN1N2InfoSubscriptionCreatedData) SetN1n2NotifySubscriptionId(v string)
SetN1n2NotifySubscriptionId sets field value
func (*UeN1N2InfoSubscriptionCreatedData) SetSupportedFeatures ¶
func (o *UeN1N2InfoSubscriptionCreatedData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (UeN1N2InfoSubscriptionCreatedData) ToMap ¶
func (o UeN1N2InfoSubscriptionCreatedData) ToMap() (map[string]interface{}, error)
type UeRegStatusUpdateReqData ¶
type UeRegStatusUpdateReqData struct {
TransferStatus UeContextTransferStatus `json:"transferStatus"`
ToReleaseSessionList []int32 `json:"toReleaseSessionList,omitempty"`
PcfReselectedInd *bool `json:"pcfReselectedInd,omitempty"`
SmfChangeInfoList []SmfChangeInfo `json:"smfChangeInfoList,omitempty"`
AnalyticsNotUsedList []string `json:"analyticsNotUsedList,omitempty"`
ToReleaseSessionInfo []ReleaseSessionInfo `json:"toReleaseSessionInfo,omitempty"`
}
UeRegStatusUpdateReqData Data within a UE registration status update request to indicate a completion of transferring at a target AMF
func NewUeRegStatusUpdateReqData ¶
func NewUeRegStatusUpdateReqData(transferStatus UeContextTransferStatus) *UeRegStatusUpdateReqData
NewUeRegStatusUpdateReqData instantiates a new UeRegStatusUpdateReqData 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 NewUeRegStatusUpdateReqDataWithDefaults ¶
func NewUeRegStatusUpdateReqDataWithDefaults() *UeRegStatusUpdateReqData
NewUeRegStatusUpdateReqDataWithDefaults instantiates a new UeRegStatusUpdateReqData 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 (*UeRegStatusUpdateReqData) GetAnalyticsNotUsedList ¶
func (o *UeRegStatusUpdateReqData) GetAnalyticsNotUsedList() []string
GetAnalyticsNotUsedList returns the AnalyticsNotUsedList field value if set, zero value otherwise.
func (*UeRegStatusUpdateReqData) GetAnalyticsNotUsedListOk ¶
func (o *UeRegStatusUpdateReqData) GetAnalyticsNotUsedListOk() ([]string, bool)
GetAnalyticsNotUsedListOk returns a tuple with the AnalyticsNotUsedList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeRegStatusUpdateReqData) GetPcfReselectedInd ¶
func (o *UeRegStatusUpdateReqData) GetPcfReselectedInd() bool
GetPcfReselectedInd returns the PcfReselectedInd field value if set, zero value otherwise.
func (*UeRegStatusUpdateReqData) GetPcfReselectedIndOk ¶
func (o *UeRegStatusUpdateReqData) GetPcfReselectedIndOk() (*bool, bool)
GetPcfReselectedIndOk returns a tuple with the PcfReselectedInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeRegStatusUpdateReqData) GetSmfChangeInfoList ¶
func (o *UeRegStatusUpdateReqData) GetSmfChangeInfoList() []SmfChangeInfo
GetSmfChangeInfoList returns the SmfChangeInfoList field value if set, zero value otherwise.
func (*UeRegStatusUpdateReqData) GetSmfChangeInfoListOk ¶
func (o *UeRegStatusUpdateReqData) GetSmfChangeInfoListOk() ([]SmfChangeInfo, bool)
GetSmfChangeInfoListOk returns a tuple with the SmfChangeInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeRegStatusUpdateReqData) GetToReleaseSessionInfo ¶
func (o *UeRegStatusUpdateReqData) GetToReleaseSessionInfo() []ReleaseSessionInfo
GetToReleaseSessionInfo returns the ToReleaseSessionInfo field value if set, zero value otherwise.
func (*UeRegStatusUpdateReqData) GetToReleaseSessionInfoOk ¶
func (o *UeRegStatusUpdateReqData) GetToReleaseSessionInfoOk() ([]ReleaseSessionInfo, bool)
GetToReleaseSessionInfoOk returns a tuple with the ToReleaseSessionInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeRegStatusUpdateReqData) GetToReleaseSessionList ¶
func (o *UeRegStatusUpdateReqData) GetToReleaseSessionList() []int32
GetToReleaseSessionList returns the ToReleaseSessionList field value if set, zero value otherwise.
func (*UeRegStatusUpdateReqData) GetToReleaseSessionListOk ¶
func (o *UeRegStatusUpdateReqData) GetToReleaseSessionListOk() ([]int32, bool)
GetToReleaseSessionListOk returns a tuple with the ToReleaseSessionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeRegStatusUpdateReqData) GetTransferStatus ¶
func (o *UeRegStatusUpdateReqData) GetTransferStatus() UeContextTransferStatus
GetTransferStatus returns the TransferStatus field value
func (*UeRegStatusUpdateReqData) GetTransferStatusOk ¶
func (o *UeRegStatusUpdateReqData) GetTransferStatusOk() (*UeContextTransferStatus, bool)
GetTransferStatusOk returns a tuple with the TransferStatus field value and a boolean to check if the value has been set.
func (*UeRegStatusUpdateReqData) HasAnalyticsNotUsedList ¶
func (o *UeRegStatusUpdateReqData) HasAnalyticsNotUsedList() bool
HasAnalyticsNotUsedList returns a boolean if a field has been set.
func (*UeRegStatusUpdateReqData) HasPcfReselectedInd ¶
func (o *UeRegStatusUpdateReqData) HasPcfReselectedInd() bool
HasPcfReselectedInd returns a boolean if a field has been set.
func (*UeRegStatusUpdateReqData) HasSmfChangeInfoList ¶
func (o *UeRegStatusUpdateReqData) HasSmfChangeInfoList() bool
HasSmfChangeInfoList returns a boolean if a field has been set.
func (*UeRegStatusUpdateReqData) HasToReleaseSessionInfo ¶
func (o *UeRegStatusUpdateReqData) HasToReleaseSessionInfo() bool
HasToReleaseSessionInfo returns a boolean if a field has been set.
func (*UeRegStatusUpdateReqData) HasToReleaseSessionList ¶
func (o *UeRegStatusUpdateReqData) HasToReleaseSessionList() bool
HasToReleaseSessionList returns a boolean if a field has been set.
func (UeRegStatusUpdateReqData) MarshalJSON ¶
func (o UeRegStatusUpdateReqData) MarshalJSON() ([]byte, error)
func (*UeRegStatusUpdateReqData) SetAnalyticsNotUsedList ¶
func (o *UeRegStatusUpdateReqData) SetAnalyticsNotUsedList(v []string)
SetAnalyticsNotUsedList gets a reference to the given []string and assigns it to the AnalyticsNotUsedList field.
func (*UeRegStatusUpdateReqData) SetPcfReselectedInd ¶
func (o *UeRegStatusUpdateReqData) SetPcfReselectedInd(v bool)
SetPcfReselectedInd gets a reference to the given bool and assigns it to the PcfReselectedInd field.
func (*UeRegStatusUpdateReqData) SetSmfChangeInfoList ¶
func (o *UeRegStatusUpdateReqData) SetSmfChangeInfoList(v []SmfChangeInfo)
SetSmfChangeInfoList gets a reference to the given []SmfChangeInfo and assigns it to the SmfChangeInfoList field.
func (*UeRegStatusUpdateReqData) SetToReleaseSessionInfo ¶
func (o *UeRegStatusUpdateReqData) SetToReleaseSessionInfo(v []ReleaseSessionInfo)
SetToReleaseSessionInfo gets a reference to the given []ReleaseSessionInfo and assigns it to the ToReleaseSessionInfo field.
func (*UeRegStatusUpdateReqData) SetToReleaseSessionList ¶
func (o *UeRegStatusUpdateReqData) SetToReleaseSessionList(v []int32)
SetToReleaseSessionList gets a reference to the given []int32 and assigns it to the ToReleaseSessionList field.
func (*UeRegStatusUpdateReqData) SetTransferStatus ¶
func (o *UeRegStatusUpdateReqData) SetTransferStatus(v UeContextTransferStatus)
SetTransferStatus sets field value
func (UeRegStatusUpdateReqData) ToMap ¶
func (o UeRegStatusUpdateReqData) ToMap() (map[string]interface{}, error)
type UeRegStatusUpdateRspData ¶
type UeRegStatusUpdateRspData struct {
RegStatusTransferComplete bool `json:"regStatusTransferComplete"`
}
UeRegStatusUpdateRspData Data within a UE registration status update response to provide the status of UE context transfer status update at a source AMF
func NewUeRegStatusUpdateRspData ¶
func NewUeRegStatusUpdateRspData(regStatusTransferComplete bool) *UeRegStatusUpdateRspData
NewUeRegStatusUpdateRspData instantiates a new UeRegStatusUpdateRspData 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 NewUeRegStatusUpdateRspDataWithDefaults ¶
func NewUeRegStatusUpdateRspDataWithDefaults() *UeRegStatusUpdateRspData
NewUeRegStatusUpdateRspDataWithDefaults instantiates a new UeRegStatusUpdateRspData 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 (*UeRegStatusUpdateRspData) GetRegStatusTransferComplete ¶
func (o *UeRegStatusUpdateRspData) GetRegStatusTransferComplete() bool
GetRegStatusTransferComplete returns the RegStatusTransferComplete field value
func (*UeRegStatusUpdateRspData) GetRegStatusTransferCompleteOk ¶
func (o *UeRegStatusUpdateRspData) GetRegStatusTransferCompleteOk() (*bool, bool)
GetRegStatusTransferCompleteOk returns a tuple with the RegStatusTransferComplete field value and a boolean to check if the value has been set.
func (UeRegStatusUpdateRspData) MarshalJSON ¶
func (o UeRegStatusUpdateRspData) MarshalJSON() ([]byte, error)
func (*UeRegStatusUpdateRspData) SetRegStatusTransferComplete ¶
func (o *UeRegStatusUpdateRspData) SetRegStatusTransferComplete(v bool)
SetRegStatusTransferComplete sets field value
func (UeRegStatusUpdateRspData) ToMap ¶
func (o UeRegStatusUpdateRspData) ToMap() (map[string]interface{}, error)
type UeType ¶
type UeType struct {
String *string
}
UeType Describes the type of UEs
func (*UeType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*UeType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type UmtTime ¶
type UmtTime struct {
// String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
TimeOfDay string `json:"timeOfDay"`
// integer between and including 1 and 7 denoting a weekday. 1 shall indicate Monday, and the subsequent weekdays shall be indicated with the next higher numbers. 7 shall indicate Sunday.
DayOfWeek int32 `json:"dayOfWeek"`
}
UmtTime struct for UmtTime
func NewUmtTime ¶
NewUmtTime instantiates a new UmtTime 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 NewUmtTimeWithDefaults ¶
func NewUmtTimeWithDefaults() *UmtTime
NewUmtTimeWithDefaults instantiates a new UmtTime 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 (*UmtTime) GetDayOfWeek ¶
GetDayOfWeek returns the DayOfWeek field value
func (*UmtTime) GetDayOfWeekOk ¶
GetDayOfWeekOk returns a tuple with the DayOfWeek field value and a boolean to check if the value has been set.
func (*UmtTime) GetTimeOfDay ¶
GetTimeOfDay returns the TimeOfDay field value
func (*UmtTime) GetTimeOfDayOk ¶
GetTimeOfDayOk returns a tuple with the TimeOfDay field value and a boolean to check if the value has been set.
func (UmtTime) MarshalJSON ¶
func (*UmtTime) SetDayOfWeek ¶
SetDayOfWeek sets field value
func (*UmtTime) SetTimeOfDay ¶
SetTimeOfDay sets field value
type UncertaintyEllipse ¶
type UncertaintyEllipse struct {
// Indicates value of uncertainty.
SemiMajor float32 `json:"semiMajor"`
// Indicates value of uncertainty.
SemiMinor float32 `json:"semiMinor"`
// Indicates value of orientation angle.
OrientationMajor int32 `json:"orientationMajor"`
}
UncertaintyEllipse Ellipse with uncertainty.
func NewUncertaintyEllipse ¶
func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse
NewUncertaintyEllipse instantiates a new UncertaintyEllipse 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 NewUncertaintyEllipseWithDefaults ¶
func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse
NewUncertaintyEllipseWithDefaults instantiates a new UncertaintyEllipse 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 (*UncertaintyEllipse) GetOrientationMajor ¶
func (o *UncertaintyEllipse) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipse) GetOrientationMajorOk ¶
func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMajor ¶
func (o *UncertaintyEllipse) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipse) GetSemiMajorOk ¶
func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMinor ¶
func (o *UncertaintyEllipse) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipse) GetSemiMinorOk ¶
func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (UncertaintyEllipse) MarshalJSON ¶
func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipse) SetOrientationMajor ¶
func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipse) SetSemiMajor ¶
func (o *UncertaintyEllipse) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipse) SetSemiMinor ¶
func (o *UncertaintyEllipse) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (UncertaintyEllipse) ToMap ¶
func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
type UncertaintyEllipsoid ¶
type UncertaintyEllipsoid struct {
// Indicates value of uncertainty.
SemiMajor float32 `json:"semiMajor"`
// Indicates value of uncertainty.
SemiMinor float32 `json:"semiMinor"`
// Indicates value of uncertainty.
Vertical float32 `json:"vertical"`
// Indicates value of orientation angle.
OrientationMajor int32 `json:"orientationMajor"`
}
UncertaintyEllipsoid Ellipsoid with uncertainty
func NewUncertaintyEllipsoid ¶
func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid
NewUncertaintyEllipsoid instantiates a new UncertaintyEllipsoid 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 NewUncertaintyEllipsoidWithDefaults ¶
func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid
NewUncertaintyEllipsoidWithDefaults instantiates a new UncertaintyEllipsoid 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 (*UncertaintyEllipsoid) GetOrientationMajor ¶
func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipsoid) GetOrientationMajorOk ¶
func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMajor ¶
func (o *UncertaintyEllipsoid) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipsoid) GetSemiMajorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMinor ¶
func (o *UncertaintyEllipsoid) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipsoid) GetSemiMinorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetVertical ¶
func (o *UncertaintyEllipsoid) GetVertical() float32
GetVertical returns the Vertical field value
func (*UncertaintyEllipsoid) GetVerticalOk ¶
func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
GetVerticalOk returns a tuple with the Vertical field value and a boolean to check if the value has been set.
func (UncertaintyEllipsoid) MarshalJSON ¶
func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipsoid) SetOrientationMajor ¶
func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMajor ¶
func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMinor ¶
func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (*UncertaintyEllipsoid) SetVertical ¶
func (o *UncertaintyEllipsoid) SetVertical(v float32)
SetVertical sets field value
func (UncertaintyEllipsoid) ToMap ¶
func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
type UpdpSubscriptionData ¶
type UpdpSubscriptionData struct {
UpdpNotifySubscriptionId string `json:"updpNotifySubscriptionId"`
// String providing an URI formatted according to RFC 3986.
UpdpNotifyCallbackUri string `json:"updpNotifyCallbackUri"`
// A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
SupportedFeatures *string `json:"supportedFeatures,omitempty"`
UpdpCallbackBinding *string `json:"updpCallbackBinding,omitempty"`
}
UpdpSubscriptionData UE policy delivery related N1 message notification subscription data.
func NewUpdpSubscriptionData ¶
func NewUpdpSubscriptionData(updpNotifySubscriptionId string, updpNotifyCallbackUri string) *UpdpSubscriptionData
NewUpdpSubscriptionData instantiates a new UpdpSubscriptionData 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 NewUpdpSubscriptionDataWithDefaults ¶
func NewUpdpSubscriptionDataWithDefaults() *UpdpSubscriptionData
NewUpdpSubscriptionDataWithDefaults instantiates a new UpdpSubscriptionData 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 (*UpdpSubscriptionData) GetSupportedFeatures ¶
func (o *UpdpSubscriptionData) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*UpdpSubscriptionData) GetSupportedFeaturesOk ¶
func (o *UpdpSubscriptionData) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdpSubscriptionData) GetUpdpCallbackBinding ¶
func (o *UpdpSubscriptionData) GetUpdpCallbackBinding() string
GetUpdpCallbackBinding returns the UpdpCallbackBinding field value if set, zero value otherwise.
func (*UpdpSubscriptionData) GetUpdpCallbackBindingOk ¶
func (o *UpdpSubscriptionData) GetUpdpCallbackBindingOk() (*string, bool)
GetUpdpCallbackBindingOk returns a tuple with the UpdpCallbackBinding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdpSubscriptionData) GetUpdpNotifyCallbackUri ¶
func (o *UpdpSubscriptionData) GetUpdpNotifyCallbackUri() string
GetUpdpNotifyCallbackUri returns the UpdpNotifyCallbackUri field value
func (*UpdpSubscriptionData) GetUpdpNotifyCallbackUriOk ¶
func (o *UpdpSubscriptionData) GetUpdpNotifyCallbackUriOk() (*string, bool)
GetUpdpNotifyCallbackUriOk returns a tuple with the UpdpNotifyCallbackUri field value and a boolean to check if the value has been set.
func (*UpdpSubscriptionData) GetUpdpNotifySubscriptionId ¶
func (o *UpdpSubscriptionData) GetUpdpNotifySubscriptionId() string
GetUpdpNotifySubscriptionId returns the UpdpNotifySubscriptionId field value
func (*UpdpSubscriptionData) GetUpdpNotifySubscriptionIdOk ¶
func (o *UpdpSubscriptionData) GetUpdpNotifySubscriptionIdOk() (*string, bool)
GetUpdpNotifySubscriptionIdOk returns a tuple with the UpdpNotifySubscriptionId field value and a boolean to check if the value has been set.
func (*UpdpSubscriptionData) HasSupportedFeatures ¶
func (o *UpdpSubscriptionData) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*UpdpSubscriptionData) HasUpdpCallbackBinding ¶
func (o *UpdpSubscriptionData) HasUpdpCallbackBinding() bool
HasUpdpCallbackBinding returns a boolean if a field has been set.
func (UpdpSubscriptionData) MarshalJSON ¶
func (o UpdpSubscriptionData) MarshalJSON() ([]byte, error)
func (*UpdpSubscriptionData) SetSupportedFeatures ¶
func (o *UpdpSubscriptionData) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*UpdpSubscriptionData) SetUpdpCallbackBinding ¶
func (o *UpdpSubscriptionData) SetUpdpCallbackBinding(v string)
SetUpdpCallbackBinding gets a reference to the given string and assigns it to the UpdpCallbackBinding field.
func (*UpdpSubscriptionData) SetUpdpNotifyCallbackUri ¶
func (o *UpdpSubscriptionData) SetUpdpNotifyCallbackUri(v string)
SetUpdpNotifyCallbackUri sets field value
func (*UpdpSubscriptionData) SetUpdpNotifySubscriptionId ¶
func (o *UpdpSubscriptionData) SetUpdpNotifySubscriptionId(v string)
SetUpdpNotifySubscriptionId sets field value
func (UpdpSubscriptionData) ToMap ¶
func (o UpdpSubscriptionData) ToMap() (map[string]interface{}, error)
type UpfInformation ¶
type UpfInformation struct {
UpfId *string `json:"upfId,omitempty"`
UpfAddr *AddrFqdn `json:"upfAddr,omitempty"`
}
UpfInformation Represents the ID/address/FQDN of the UPF.
func NewUpfInformation ¶
func NewUpfInformation() *UpfInformation
NewUpfInformation instantiates a new UpfInformation 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 NewUpfInformationWithDefaults ¶
func NewUpfInformationWithDefaults() *UpfInformation
NewUpfInformationWithDefaults instantiates a new UpfInformation 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 (*UpfInformation) GetUpfAddr ¶
func (o *UpfInformation) GetUpfAddr() AddrFqdn
GetUpfAddr returns the UpfAddr field value if set, zero value otherwise.
func (*UpfInformation) GetUpfAddrOk ¶
func (o *UpfInformation) GetUpfAddrOk() (*AddrFqdn, bool)
GetUpfAddrOk returns a tuple with the UpfAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInformation) GetUpfId ¶
func (o *UpfInformation) GetUpfId() string
GetUpfId returns the UpfId field value if set, zero value otherwise.
func (*UpfInformation) GetUpfIdOk ¶
func (o *UpfInformation) GetUpfIdOk() (*string, bool)
GetUpfIdOk returns a tuple with the UpfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInformation) HasUpfAddr ¶
func (o *UpfInformation) HasUpfAddr() bool
HasUpfAddr returns a boolean if a field has been set.
func (*UpfInformation) HasUpfId ¶
func (o *UpfInformation) HasUpfId() bool
HasUpfId returns a boolean if a field has been set.
func (UpfInformation) MarshalJSON ¶
func (o UpfInformation) MarshalJSON() ([]byte, error)
func (*UpfInformation) SetUpfAddr ¶
func (o *UpfInformation) SetUpfAddr(v AddrFqdn)
SetUpfAddr gets a reference to the given AddrFqdn and assigns it to the UpfAddr field.
func (*UpfInformation) SetUpfId ¶
func (o *UpfInformation) SetUpfId(v string)
SetUpfId gets a reference to the given string and assigns it to the UpfId field.
func (UpfInformation) ToMap ¶
func (o UpfInformation) ToMap() (map[string]interface{}, error)
type UserDataCongestionInfo ¶
type UserDataCongestionInfo struct {
NetworkArea NetworkAreaInfo `json:"networkArea"`
CongestionInfo CongestionInfo `json:"congestionInfo"`
Snssai *Snssai `json:"snssai,omitempty"`
}
UserDataCongestionInfo Represents the user data congestion information.
func NewUserDataCongestionInfo ¶
func NewUserDataCongestionInfo(networkArea NetworkAreaInfo, congestionInfo CongestionInfo) *UserDataCongestionInfo
NewUserDataCongestionInfo instantiates a new UserDataCongestionInfo 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 NewUserDataCongestionInfoWithDefaults ¶
func NewUserDataCongestionInfoWithDefaults() *UserDataCongestionInfo
NewUserDataCongestionInfoWithDefaults instantiates a new UserDataCongestionInfo 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 (*UserDataCongestionInfo) GetCongestionInfo ¶
func (o *UserDataCongestionInfo) GetCongestionInfo() CongestionInfo
GetCongestionInfo returns the CongestionInfo field value
func (*UserDataCongestionInfo) GetCongestionInfoOk ¶
func (o *UserDataCongestionInfo) GetCongestionInfoOk() (*CongestionInfo, bool)
GetCongestionInfoOk returns a tuple with the CongestionInfo field value and a boolean to check if the value has been set.
func (*UserDataCongestionInfo) GetNetworkArea ¶
func (o *UserDataCongestionInfo) GetNetworkArea() NetworkAreaInfo
GetNetworkArea returns the NetworkArea field value
func (*UserDataCongestionInfo) GetNetworkAreaOk ¶
func (o *UserDataCongestionInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
GetNetworkAreaOk returns a tuple with the NetworkArea field value and a boolean to check if the value has been set.
func (*UserDataCongestionInfo) GetSnssai ¶
func (o *UserDataCongestionInfo) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*UserDataCongestionInfo) GetSnssaiOk ¶
func (o *UserDataCongestionInfo) 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 (*UserDataCongestionInfo) HasSnssai ¶
func (o *UserDataCongestionInfo) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (UserDataCongestionInfo) MarshalJSON ¶
func (o UserDataCongestionInfo) MarshalJSON() ([]byte, error)
func (*UserDataCongestionInfo) SetCongestionInfo ¶
func (o *UserDataCongestionInfo) SetCongestionInfo(v CongestionInfo)
SetCongestionInfo sets field value
func (*UserDataCongestionInfo) SetNetworkArea ¶
func (o *UserDataCongestionInfo) SetNetworkArea(v NetworkAreaInfo)
SetNetworkArea sets field value
func (*UserDataCongestionInfo) SetSnssai ¶
func (o *UserDataCongestionInfo) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (UserDataCongestionInfo) ToMap ¶
func (o UserDataCongestionInfo) ToMap() (map[string]interface{}, error)
type UserLocation ¶
type UserLocation struct {
EutraLocation *EutraLocation `json:"eutraLocation,omitempty"`
NrLocation *NrLocation `json:"nrLocation,omitempty"`
N3gaLocation *N3gaLocation `json:"n3gaLocation,omitempty"`
UtraLocation *UtraLocation `json:"utraLocation,omitempty"`
GeraLocation *GeraLocation `json:"geraLocation,omitempty"`
}
UserLocation At least one of eutraLocation, nrLocation and n3gaLocation shall be present. Several of them may be present.
func NewUserLocation ¶
func NewUserLocation() *UserLocation
NewUserLocation instantiates a new UserLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserLocationWithDefaults ¶
func NewUserLocationWithDefaults() *UserLocation
NewUserLocationWithDefaults instantiates a new UserLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserLocation) GetEutraLocation ¶
func (o *UserLocation) GetEutraLocation() EutraLocation
GetEutraLocation returns the EutraLocation field value if set, zero value otherwise.
func (*UserLocation) GetEutraLocationOk ¶
func (o *UserLocation) GetEutraLocationOk() (*EutraLocation, bool)
GetEutraLocationOk returns a tuple with the EutraLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetGeraLocation ¶
func (o *UserLocation) GetGeraLocation() GeraLocation
GetGeraLocation returns the GeraLocation field value if set, zero value otherwise.
func (*UserLocation) GetGeraLocationOk ¶
func (o *UserLocation) GetGeraLocationOk() (*GeraLocation, bool)
GetGeraLocationOk returns a tuple with the GeraLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetN3gaLocation ¶
func (o *UserLocation) GetN3gaLocation() N3gaLocation
GetN3gaLocation returns the N3gaLocation field value if set, zero value otherwise.
func (*UserLocation) GetN3gaLocationOk ¶
func (o *UserLocation) GetN3gaLocationOk() (*N3gaLocation, bool)
GetN3gaLocationOk returns a tuple with the N3gaLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetNrLocation ¶
func (o *UserLocation) GetNrLocation() NrLocation
GetNrLocation returns the NrLocation field value if set, zero value otherwise.
func (*UserLocation) GetNrLocationOk ¶
func (o *UserLocation) GetNrLocationOk() (*NrLocation, bool)
GetNrLocationOk returns a tuple with the NrLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) GetUtraLocation ¶
func (o *UserLocation) GetUtraLocation() UtraLocation
GetUtraLocation returns the UtraLocation field value if set, zero value otherwise.
func (*UserLocation) GetUtraLocationOk ¶
func (o *UserLocation) GetUtraLocationOk() (*UtraLocation, bool)
GetUtraLocationOk returns a tuple with the UtraLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLocation) HasEutraLocation ¶
func (o *UserLocation) HasEutraLocation() bool
HasEutraLocation returns a boolean if a field has been set.
func (*UserLocation) HasGeraLocation ¶
func (o *UserLocation) HasGeraLocation() bool
HasGeraLocation returns a boolean if a field has been set.
func (*UserLocation) HasN3gaLocation ¶
func (o *UserLocation) HasN3gaLocation() bool
HasN3gaLocation returns a boolean if a field has been set.
func (*UserLocation) HasNrLocation ¶
func (o *UserLocation) HasNrLocation() bool
HasNrLocation returns a boolean if a field has been set.
func (*UserLocation) HasUtraLocation ¶
func (o *UserLocation) HasUtraLocation() bool
HasUtraLocation returns a boolean if a field has been set.
func (UserLocation) MarshalJSON ¶
func (o UserLocation) MarshalJSON() ([]byte, error)
func (*UserLocation) SetEutraLocation ¶
func (o *UserLocation) SetEutraLocation(v EutraLocation)
SetEutraLocation gets a reference to the given EutraLocation and assigns it to the EutraLocation field.
func (*UserLocation) SetGeraLocation ¶
func (o *UserLocation) SetGeraLocation(v GeraLocation)
SetGeraLocation gets a reference to the given GeraLocation and assigns it to the GeraLocation field.
func (*UserLocation) SetN3gaLocation ¶
func (o *UserLocation) SetN3gaLocation(v N3gaLocation)
SetN3gaLocation gets a reference to the given N3gaLocation and assigns it to the N3gaLocation field.
func (*UserLocation) SetNrLocation ¶
func (o *UserLocation) SetNrLocation(v NrLocation)
SetNrLocation gets a reference to the given NrLocation and assigns it to the NrLocation field.
func (*UserLocation) SetUtraLocation ¶
func (o *UserLocation) SetUtraLocation(v UtraLocation)
SetUtraLocation gets a reference to the given UtraLocation and assigns it to the UtraLocation field.
func (UserLocation) ToMap ¶
func (o UserLocation) ToMap() (map[string]interface{}, error)
type UtraLocation ¶
type UtraLocation struct {
Interface *interface{}
}
UtraLocation - Exactly one of cgi, sai or lai shall be present.
func InterfaceAsUtraLocation ¶
func InterfaceAsUtraLocation(v *interface{}) UtraLocation
interface{}AsUtraLocation is a convenience function that returns interface{} wrapped in UtraLocation
func (*UtraLocation) GetActualInstance ¶
func (obj *UtraLocation) GetActualInstance() interface{}
Get the actual instance
func (UtraLocation) MarshalJSON ¶
func (src UtraLocation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UtraLocation) UnmarshalJSON ¶
func (dst *UtraLocation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type UuaaMmStatus ¶
type UuaaMmStatus struct {
String *string
}
UuaaMmStatus Indicates the UUAA-MM status
func (*UuaaMmStatus) MarshalJSON ¶
func (src *UuaaMmStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UuaaMmStatus) UnmarshalJSON ¶
func (dst *UuaaMmStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type V2xContext ¶
type V2xContext struct {
NrV2xServicesAuth *NrV2xAuth `json:"nrV2xServicesAuth,omitempty"`
LteV2xServicesAuth *LteV2xAuth `json:"lteV2xServicesAuth,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\".
NrUeSidelinkAmbr *string `json:"nrUeSidelinkAmbr,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\".
LteUeSidelinkAmbr *string `json:"lteUeSidelinkAmbr,omitempty"`
Pc5QoSPara *Pc5QoSPara `json:"pc5QoSPara,omitempty"`
}
V2xContext Represents the V2X services related parameters
func NewV2xContext ¶
func NewV2xContext() *V2xContext
NewV2xContext instantiates a new V2xContext 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 NewV2xContextWithDefaults ¶
func NewV2xContextWithDefaults() *V2xContext
NewV2xContextWithDefaults instantiates a new V2xContext 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 (*V2xContext) GetLteUeSidelinkAmbr ¶
func (o *V2xContext) GetLteUeSidelinkAmbr() string
GetLteUeSidelinkAmbr returns the LteUeSidelinkAmbr field value if set, zero value otherwise.
func (*V2xContext) GetLteUeSidelinkAmbrOk ¶
func (o *V2xContext) GetLteUeSidelinkAmbrOk() (*string, bool)
GetLteUeSidelinkAmbrOk returns a tuple with the LteUeSidelinkAmbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*V2xContext) GetLteV2xServicesAuth ¶
func (o *V2xContext) GetLteV2xServicesAuth() LteV2xAuth
GetLteV2xServicesAuth returns the LteV2xServicesAuth field value if set, zero value otherwise.
func (*V2xContext) GetLteV2xServicesAuthOk ¶
func (o *V2xContext) GetLteV2xServicesAuthOk() (*LteV2xAuth, bool)
GetLteV2xServicesAuthOk returns a tuple with the LteV2xServicesAuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*V2xContext) GetNrUeSidelinkAmbr ¶
func (o *V2xContext) GetNrUeSidelinkAmbr() string
GetNrUeSidelinkAmbr returns the NrUeSidelinkAmbr field value if set, zero value otherwise.
func (*V2xContext) GetNrUeSidelinkAmbrOk ¶
func (o *V2xContext) GetNrUeSidelinkAmbrOk() (*string, bool)
GetNrUeSidelinkAmbrOk returns a tuple with the NrUeSidelinkAmbr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*V2xContext) GetNrV2xServicesAuth ¶
func (o *V2xContext) GetNrV2xServicesAuth() NrV2xAuth
GetNrV2xServicesAuth returns the NrV2xServicesAuth field value if set, zero value otherwise.
func (*V2xContext) GetNrV2xServicesAuthOk ¶
func (o *V2xContext) GetNrV2xServicesAuthOk() (*NrV2xAuth, bool)
GetNrV2xServicesAuthOk returns a tuple with the NrV2xServicesAuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*V2xContext) GetPc5QoSPara ¶
func (o *V2xContext) GetPc5QoSPara() Pc5QoSPara
GetPc5QoSPara returns the Pc5QoSPara field value if set, zero value otherwise.
func (*V2xContext) GetPc5QoSParaOk ¶
func (o *V2xContext) GetPc5QoSParaOk() (*Pc5QoSPara, bool)
GetPc5QoSParaOk returns a tuple with the Pc5QoSPara field value if set, nil otherwise and a boolean to check if the value has been set.
func (*V2xContext) HasLteUeSidelinkAmbr ¶
func (o *V2xContext) HasLteUeSidelinkAmbr() bool
HasLteUeSidelinkAmbr returns a boolean if a field has been set.
func (*V2xContext) HasLteV2xServicesAuth ¶
func (o *V2xContext) HasLteV2xServicesAuth() bool
HasLteV2xServicesAuth returns a boolean if a field has been set.
func (*V2xContext) HasNrUeSidelinkAmbr ¶
func (o *V2xContext) HasNrUeSidelinkAmbr() bool
HasNrUeSidelinkAmbr returns a boolean if a field has been set.
func (*V2xContext) HasNrV2xServicesAuth ¶
func (o *V2xContext) HasNrV2xServicesAuth() bool
HasNrV2xServicesAuth returns a boolean if a field has been set.
func (*V2xContext) HasPc5QoSPara ¶
func (o *V2xContext) HasPc5QoSPara() bool
HasPc5QoSPara returns a boolean if a field has been set.
func (V2xContext) MarshalJSON ¶
func (o V2xContext) MarshalJSON() ([]byte, error)
func (*V2xContext) SetLteUeSidelinkAmbr ¶
func (o *V2xContext) SetLteUeSidelinkAmbr(v string)
SetLteUeSidelinkAmbr gets a reference to the given string and assigns it to the LteUeSidelinkAmbr field.
func (*V2xContext) SetLteV2xServicesAuth ¶
func (o *V2xContext) SetLteV2xServicesAuth(v LteV2xAuth)
SetLteV2xServicesAuth gets a reference to the given LteV2xAuth and assigns it to the LteV2xServicesAuth field.
func (*V2xContext) SetNrUeSidelinkAmbr ¶
func (o *V2xContext) SetNrUeSidelinkAmbr(v string)
SetNrUeSidelinkAmbr gets a reference to the given string and assigns it to the NrUeSidelinkAmbr field.
func (*V2xContext) SetNrV2xServicesAuth ¶
func (o *V2xContext) SetNrV2xServicesAuth(v NrV2xAuth)
SetNrV2xServicesAuth gets a reference to the given NrV2xAuth and assigns it to the NrV2xServicesAuth field.
func (*V2xContext) SetPc5QoSPara ¶
func (o *V2xContext) SetPc5QoSPara(v Pc5QoSPara)
SetPc5QoSPara gets a reference to the given Pc5QoSPara and assigns it to the Pc5QoSPara field.
func (V2xContext) ToMap ¶
func (o V2xContext) ToMap() (map[string]interface{}, error)
type V2xInformation ¶
type V2xInformation struct {
N2Pc5Pol *N2InfoContent `json:"n2Pc5Pol,omitempty"`
}
V2xInformation V2X related N2 information
func NewV2xInformation ¶
func NewV2xInformation() *V2xInformation
NewV2xInformation instantiates a new V2xInformation 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 NewV2xInformationWithDefaults ¶
func NewV2xInformationWithDefaults() *V2xInformation
NewV2xInformationWithDefaults instantiates a new V2xInformation 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 (*V2xInformation) GetN2Pc5Pol ¶
func (o *V2xInformation) GetN2Pc5Pol() N2InfoContent
GetN2Pc5Pol returns the N2Pc5Pol field value if set, zero value otherwise.
func (*V2xInformation) GetN2Pc5PolOk ¶
func (o *V2xInformation) GetN2Pc5PolOk() (*N2InfoContent, bool)
GetN2Pc5PolOk returns a tuple with the N2Pc5Pol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*V2xInformation) HasN2Pc5Pol ¶
func (o *V2xInformation) HasN2Pc5Pol() bool
HasN2Pc5Pol returns a boolean if a field has been set.
func (V2xInformation) MarshalJSON ¶
func (o V2xInformation) MarshalJSON() ([]byte, error)
func (*V2xInformation) SetN2Pc5Pol ¶
func (o *V2xInformation) SetN2Pc5Pol(v N2InfoContent)
SetN2Pc5Pol gets a reference to the given N2InfoContent and assigns it to the N2Pc5Pol field.
func (V2xInformation) ToMap ¶
func (o V2xInformation) ToMap() (map[string]interface{}, error)
type WlanOrderingCriterion ¶
type WlanOrderingCriterion struct {
String *string
}
WlanOrderingCriterion Possible values are: - TIME_SLOT_START: Indicates the order of time slot start. - NUMBER_OF_UES: Indicates the order of number of UEs. - RSSI: Indicates the order of RSSI. - RTT: Indicates the order of RTT. - TRAFFIC_INFO: Indicates the order of Traffic information.
func (*WlanOrderingCriterion) MarshalJSON ¶
func (src *WlanOrderingCriterion) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*WlanOrderingCriterion) UnmarshalJSON ¶
func (dst *WlanOrderingCriterion) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type WlanPerSsIdPerformanceInfo ¶
type WlanPerSsIdPerformanceInfo struct {
SsId string `json:"ssId"`
WlanPerTsInfos []WlanPerTsPerformanceInfo `json:"wlanPerTsInfos"`
}
WlanPerSsIdPerformanceInfo The WLAN performance per SSID.
func NewWlanPerSsIdPerformanceInfo ¶
func NewWlanPerSsIdPerformanceInfo(ssId string, wlanPerTsInfos []WlanPerTsPerformanceInfo) *WlanPerSsIdPerformanceInfo
NewWlanPerSsIdPerformanceInfo instantiates a new WlanPerSsIdPerformanceInfo 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 NewWlanPerSsIdPerformanceInfoWithDefaults ¶
func NewWlanPerSsIdPerformanceInfoWithDefaults() *WlanPerSsIdPerformanceInfo
NewWlanPerSsIdPerformanceInfoWithDefaults instantiates a new WlanPerSsIdPerformanceInfo 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 (*WlanPerSsIdPerformanceInfo) GetSsId ¶
func (o *WlanPerSsIdPerformanceInfo) GetSsId() string
GetSsId returns the SsId field value
func (*WlanPerSsIdPerformanceInfo) GetSsIdOk ¶
func (o *WlanPerSsIdPerformanceInfo) GetSsIdOk() (*string, bool)
GetSsIdOk returns a tuple with the SsId field value and a boolean to check if the value has been set.
func (*WlanPerSsIdPerformanceInfo) GetWlanPerTsInfos ¶
func (o *WlanPerSsIdPerformanceInfo) GetWlanPerTsInfos() []WlanPerTsPerformanceInfo
GetWlanPerTsInfos returns the WlanPerTsInfos field value
func (*WlanPerSsIdPerformanceInfo) GetWlanPerTsInfosOk ¶
func (o *WlanPerSsIdPerformanceInfo) GetWlanPerTsInfosOk() ([]WlanPerTsPerformanceInfo, bool)
GetWlanPerTsInfosOk returns a tuple with the WlanPerTsInfos field value and a boolean to check if the value has been set.
func (WlanPerSsIdPerformanceInfo) MarshalJSON ¶
func (o WlanPerSsIdPerformanceInfo) MarshalJSON() ([]byte, error)
func (*WlanPerSsIdPerformanceInfo) SetSsId ¶
func (o *WlanPerSsIdPerformanceInfo) SetSsId(v string)
SetSsId sets field value
func (*WlanPerSsIdPerformanceInfo) SetWlanPerTsInfos ¶
func (o *WlanPerSsIdPerformanceInfo) SetWlanPerTsInfos(v []WlanPerTsPerformanceInfo)
SetWlanPerTsInfos sets field value
func (WlanPerSsIdPerformanceInfo) ToMap ¶
func (o WlanPerSsIdPerformanceInfo) ToMap() (map[string]interface{}, error)
type WlanPerTsPerformanceInfo ¶
type WlanPerTsPerformanceInfo struct {
Interface *interface{}
}
WlanPerTsPerformanceInfo WLAN performance information per Time Slot during the analytics target period.
func (*WlanPerTsPerformanceInfo) MarshalJSON ¶
func (src *WlanPerTsPerformanceInfo) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*WlanPerTsPerformanceInfo) UnmarshalJSON ¶
func (dst *WlanPerTsPerformanceInfo) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type WlanPerformanceInfo ¶
type WlanPerformanceInfo struct {
NetworkArea *NetworkAreaInfo `json:"networkArea,omitempty"`
WlanPerSsidInfos []WlanPerSsIdPerformanceInfo `json:"wlanPerSsidInfos"`
}
WlanPerformanceInfo The WLAN performance related information.
func NewWlanPerformanceInfo ¶
func NewWlanPerformanceInfo(wlanPerSsidInfos []WlanPerSsIdPerformanceInfo) *WlanPerformanceInfo
NewWlanPerformanceInfo instantiates a new WlanPerformanceInfo 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 NewWlanPerformanceInfoWithDefaults ¶
func NewWlanPerformanceInfoWithDefaults() *WlanPerformanceInfo
NewWlanPerformanceInfoWithDefaults instantiates a new WlanPerformanceInfo 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 (*WlanPerformanceInfo) GetNetworkArea ¶
func (o *WlanPerformanceInfo) GetNetworkArea() NetworkAreaInfo
GetNetworkArea returns the NetworkArea field value if set, zero value otherwise.
func (*WlanPerformanceInfo) GetNetworkAreaOk ¶
func (o *WlanPerformanceInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)
GetNetworkAreaOk returns a tuple with the NetworkArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WlanPerformanceInfo) GetWlanPerSsidInfos ¶
func (o *WlanPerformanceInfo) GetWlanPerSsidInfos() []WlanPerSsIdPerformanceInfo
GetWlanPerSsidInfos returns the WlanPerSsidInfos field value
func (*WlanPerformanceInfo) GetWlanPerSsidInfosOk ¶
func (o *WlanPerformanceInfo) GetWlanPerSsidInfosOk() ([]WlanPerSsIdPerformanceInfo, bool)
GetWlanPerSsidInfosOk returns a tuple with the WlanPerSsidInfos field value and a boolean to check if the value has been set.
func (*WlanPerformanceInfo) HasNetworkArea ¶
func (o *WlanPerformanceInfo) HasNetworkArea() bool
HasNetworkArea returns a boolean if a field has been set.
func (WlanPerformanceInfo) MarshalJSON ¶
func (o WlanPerformanceInfo) MarshalJSON() ([]byte, error)
func (*WlanPerformanceInfo) SetNetworkArea ¶
func (o *WlanPerformanceInfo) SetNetworkArea(v NetworkAreaInfo)
SetNetworkArea gets a reference to the given NetworkAreaInfo and assigns it to the NetworkArea field.
func (*WlanPerformanceInfo) SetWlanPerSsidInfos ¶
func (o *WlanPerformanceInfo) SetWlanPerSsidInfos(v []WlanPerSsIdPerformanceInfo)
SetWlanPerSsidInfos sets field value
func (WlanPerformanceInfo) ToMap ¶
func (o WlanPerformanceInfo) ToMap() (map[string]interface{}, error)
type WlanPerformanceReq ¶
type WlanPerformanceReq struct {
SsIds []string `json:"ssIds,omitempty"`
BssIds []string `json:"bssIds,omitempty"`
WlanOrderCriter *WlanOrderingCriterion `json:"wlanOrderCriter,omitempty"`
Order *MatchingDirection `json:"order,omitempty"`
}
WlanPerformanceReq Represents other WLAN performance analytics requirements.
func NewWlanPerformanceReq ¶
func NewWlanPerformanceReq() *WlanPerformanceReq
NewWlanPerformanceReq instantiates a new WlanPerformanceReq 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 NewWlanPerformanceReqWithDefaults ¶
func NewWlanPerformanceReqWithDefaults() *WlanPerformanceReq
NewWlanPerformanceReqWithDefaults instantiates a new WlanPerformanceReq 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 (*WlanPerformanceReq) GetBssIds ¶
func (o *WlanPerformanceReq) GetBssIds() []string
GetBssIds returns the BssIds field value if set, zero value otherwise.
func (*WlanPerformanceReq) GetBssIdsOk ¶
func (o *WlanPerformanceReq) GetBssIdsOk() ([]string, bool)
GetBssIdsOk returns a tuple with the BssIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WlanPerformanceReq) GetOrder ¶
func (o *WlanPerformanceReq) GetOrder() MatchingDirection
GetOrder returns the Order field value if set, zero value otherwise.
func (*WlanPerformanceReq) GetOrderOk ¶
func (o *WlanPerformanceReq) GetOrderOk() (*MatchingDirection, bool)
GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WlanPerformanceReq) GetSsIds ¶
func (o *WlanPerformanceReq) GetSsIds() []string
GetSsIds returns the SsIds field value if set, zero value otherwise.
func (*WlanPerformanceReq) GetSsIdsOk ¶
func (o *WlanPerformanceReq) GetSsIdsOk() ([]string, bool)
GetSsIdsOk returns a tuple with the SsIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WlanPerformanceReq) GetWlanOrderCriter ¶
func (o *WlanPerformanceReq) GetWlanOrderCriter() WlanOrderingCriterion
GetWlanOrderCriter returns the WlanOrderCriter field value if set, zero value otherwise.
func (*WlanPerformanceReq) GetWlanOrderCriterOk ¶
func (o *WlanPerformanceReq) GetWlanOrderCriterOk() (*WlanOrderingCriterion, bool)
GetWlanOrderCriterOk returns a tuple with the WlanOrderCriter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WlanPerformanceReq) HasBssIds ¶
func (o *WlanPerformanceReq) HasBssIds() bool
HasBssIds returns a boolean if a field has been set.
func (*WlanPerformanceReq) HasOrder ¶
func (o *WlanPerformanceReq) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (*WlanPerformanceReq) HasSsIds ¶
func (o *WlanPerformanceReq) HasSsIds() bool
HasSsIds returns a boolean if a field has been set.
func (*WlanPerformanceReq) HasWlanOrderCriter ¶
func (o *WlanPerformanceReq) HasWlanOrderCriter() bool
HasWlanOrderCriter returns a boolean if a field has been set.
func (WlanPerformanceReq) MarshalJSON ¶
func (o WlanPerformanceReq) MarshalJSON() ([]byte, error)
func (*WlanPerformanceReq) SetBssIds ¶
func (o *WlanPerformanceReq) SetBssIds(v []string)
SetBssIds gets a reference to the given []string and assigns it to the BssIds field.
func (*WlanPerformanceReq) SetOrder ¶
func (o *WlanPerformanceReq) SetOrder(v MatchingDirection)
SetOrder gets a reference to the given MatchingDirection and assigns it to the Order field.
func (*WlanPerformanceReq) SetSsIds ¶
func (o *WlanPerformanceReq) SetSsIds(v []string)
SetSsIds gets a reference to the given []string and assigns it to the SsIds field.
func (*WlanPerformanceReq) SetWlanOrderCriter ¶
func (o *WlanPerformanceReq) SetWlanOrderCriter(v WlanOrderingCriterion)
SetWlanOrderCriter gets a reference to the given WlanOrderingCriterion and assigns it to the WlanOrderCriter field.
func (WlanPerformanceReq) ToMap ¶
func (o WlanPerformanceReq) ToMap() (map[string]interface{}, error)
Source Files
¶
- api_individual_subscription_document.go
- api_individual_ue_context_document.go
- api_n1_n2_individual_subscription_document.go
- api_n1_n2_message_collection_collection.go
- api_n1_n2_subscriptions_collection_for_individual_ue_contexts_collection.go
- api_non_uen2_message_notification_individual_subscription_document.go
- api_non_uen2_messages_collection_collection.go
- api_non_uen2_messages_subscriptions_collection_collection.go
- api_subscriptions_collection_collection.go
- client.go
- configuration.go
- model_abnormal_behaviour.go
- model_access_token_err.go
- model_access_token_req.go
- model_access_type.go
- model_accuracy.go
- model_additional_measurement.go
- model_addr_fqdn.go
- model_address_list.go
- model_allowed_nssai.go
- model_allowed_snssai.go
- model_ambr.go
- model_amf_event.go
- model_amf_event_area.go
- model_amf_event_mode.go
- model_amf_event_subscription.go
- model_amf_event_subscription_add_info.go
- model_amf_event_trigger.go
- model_amf_event_type.go
- model_amf_status_change_notification.go
- model_amf_status_info.go
- model_analytics_metadata.go
- model_analytics_metadata_indication.go
- model_analytics_metadata_info.go
- model_analytics_subscription.go
- model_analytics_subset.go
- model_app_list_for_ue_comm.go
- model_application_volume.go
- model_area.go
- model_area_of_interest_event_state.go
- model_area_of_validity.go
- model_area_scope.go
- model_arp.go
- model_assign_ebi_data.go
- model_assign_ebi_error.go
- model_assign_ebi_failed.go
- model_assigned_ebi_data.go
- model_auth_status.go
- model_battery_indication.go
- model_bw_requirement.go
- model_cag_data.go
- model_cag_info.go
- model_cancel_relocate_ue_context_request.go
- model_candidate_for_replacement.go
- model_ce_mode_b_ind.go
- model_cell_global_id.go
- model_ciphering_algorithm.go
- model_circumstance_description.go
- model_civic_address.go
- model_class_criterion.go
- model_cn_assisted_ran_para.go
- model_collection_period_rmm_lte_mdt.go
- model_collection_period_rmm_nr_mdt.go
- model_configured_snssai.go
- model_congestion_info.go
- model_congestion_type.go
- model_consumer_nf_information.go
- model_core_network_type.go
- model_create_ue_context_201_response.go
- model_create_ue_context_403_response.go
- model_create_ue_context_request.go
- model_dataset_statistical_property.go
- model_ddd_traffic_descriptor.go
- model_dispersion_area.go
- model_dispersion_class.go
- model_dispersion_collection.go
- model_dispersion_info.go
- model_dispersion_ordering_criterion.go
- model_dispersion_requirement.go
- model_dispersion_type.go
- model_dn_perf.go
- model_dn_perf_info.go
- model_dn_perf_ordering_criterion.go
- model_dn_performance_req.go
- model_ebi_arp_mapping.go
- model_ec_restriction_data_wb.go
- model_ecgi.go
- model_ellipsoid_arc.go
- model_ellipsoid_arc_all_of.go
- model_eps_interworking_info.go
- model_eps_iwk_pgw.go
- model_eps_nas_ciphering_algorithm.go
- model_eps_nas_integrity_algorithm.go
- model_eps_nas_security_mode.go
- model_eth_flow_description.go
- model_eutra_location.go
- model_event_notification.go
- model_event_reporting_requirement.go
- model_event_subscription.go
- model_exception.go
- model_exception_id.go
- model_exception_trend.go
- model_expected_analytics_type.go
- model_expected_ue_behavior.go
- model_expected_ue_behaviour_data.go
- model_ext_amf_event_subscription.go
- model_ext_snssai.go
- model_failure_event_info.go
- model_flow_direction.go
- model_flow_info.go
- model_gad_shape.go
- model_geographic_area.go
- model_geographical_coordinates.go
- model_gera_location.go
- model_global_ran_node_id.go
- model_gnb_id.go
- model_guami.go
- model_hfc_node_id.go
- model_immediate_mdt_conf.go
- model_integrity_algorithm.go
- model_invalid_param.go
- model_ip_addr.go
- model_ip_address.go
- model_ip_eth_flow_description.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_job_type.go
- model_key_amf.go
- model_key_amf_type.go
- model_ladn_info.go
- model_line_type.go
- model_local2d_point_uncertainty_ellipse.go
- model_local2d_point_uncertainty_ellipse_all_of.go
- model_local3d_point_uncertainty_ellipsoid.go
- model_local3d_point_uncertainty_ellipsoid_all_of.go
- model_local_origin.go
- model_location_area.go
- model_location_area_id.go
- model_location_filter.go
- model_location_info.go
- model_lte_m_ind.go
- model_lte_v2x_auth.go
- model_matching_direction.go
- model_measurement_lte_for_mdt.go
- model_measurement_nr_for_mdt.go
- model_measurement_period_lte_mdt.go
- model_mm_context.go
- model_mo_exp_data_counter.go
- model_n1_message_class.go
- model_n1_message_container.go
- model_n1_message_notification.go
- model_n1_n2_message_transfer_cause.go
- model_n1_n2_message_transfer_error.go
- model_n1_n2_message_transfer_req_data.go
- model_n1_n2_message_transfer_rsp_data.go
- model_n1_n2_msg_txfr_err_detail.go
- model_n1_n2_msg_txfr_failure_notification.go
- model_n2_info_container.go
- model_n2_info_content.go
- model_n2_info_notification_rsp_data.go
- model_n2_info_notify_handover_complete_200_response.go
- model_n2_info_notify_reason.go
- model_n2_info_notify_request.go
- model_n2_information_class.go
- model_n2_information_notification.go
- model_n2_information_transfer_error.go
- model_n2_information_transfer_req_data.go
- model_n2_information_transfer_result.go
- model_n2_information_transfer_rsp_data.go
- model_n2_ran_information.go
- model_n2_sm_information.go
- model_n3ga_location.go
- model_nas_security_mode.go
- model_ncgi.go
- model_network_area_info.go
- model_network_area_info_1.go
- model_network_perf_info.go
- model_network_perf_requirement.go
- model_network_perf_type.go
- model_nf_load_level_information.go
- model_nf_status.go
- model_nf_type.go
- model_ng_ap_cause.go
- model_ng_ksi.go
- model_ng_ran_target_id.go
- model_ngap_ie_type.go
- model_nnwdaf_events_subscription.go
- model_non_ue_n2_info_notify_request.go
- model_non_ue_n2_info_subscription_create_data.go
- model_non_ue_n2_info_subscription_created_data.go
- model_non_ue_n2_message_transfer_request.go
- model_notification_flag.go
- model_notification_method.go
- model_notification_method_1.go
- model_npn_access_info.go
- model_nr_location.go
- model_nr_v2x_auth.go
- model_nrppa_information.go
- model_nsi_id_info.go
- model_nsi_information.go
- model_nsi_load_level_info.go
- model_nssaa_status.go
- model_nssai_mapping.go
- model_number_average.go
- model_nwdaf_event.go
- model_nwdaf_failure_code.go
- model_nwdaf_subscription.go
- model_observed_redundant_trans_exp.go
- model_output_strategy.go
- model_partitioning_criteria.go
- model_pc5_flow_bit_rates.go
- model_pc5_qo_s_para.go
- model_pc5_qos_flow_item.go
- model_pcf_ue_callback_info.go
- model_pdu_session_context.go
- model_pdu_session_info.go
- model_perf_data.go
- model_periodic_communication_indicator.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_point.go
- model_point_all_of.go
- model_point_altitude.go
- model_point_altitude_all_of.go
- model_point_altitude_uncertainty.go
- model_point_altitude_uncertainty_all_of.go
- model_point_uncertainty_circle.go
- model_point_uncertainty_circle_all_of.go
- model_point_uncertainty_ellipse.go
- model_point_uncertainty_ellipse_all_of.go
- model_policy_req_trigger.go
- model_polygon.go
- model_polygon_all_of.go
- model_positioning_method_mdt.go
- model_preemption_capability.go
- model_preemption_vulnerability.go
- model_presence_info.go
- model_presence_state.go
- model_prev_sub_info.go
- model_pro_se_information.go
- model_problem_details.go
- model_prose_context.go
- model_pws_error_data.go
- model_pws_information.go
- model_pws_response_data.go
- model_qos_requirement.go
- model_qos_resource_type.go
- model_qos_sustainability_info.go
- model_ranking_criterion.go
- model_rat_freq_information.go
- model_rat_selector.go
- model_rat_type.go
- model_reachability_filter.go
- model_red_trans_exp_ordering_criterion.go
- model_redirect_response.go
- model_redundant_transmission_exp_info.go
- model_redundant_transmission_exp_per_ts.go
- model_redundant_transmission_exp_req.go
- model_ref_to_binary_data.go
- model_registration_context_container.go
- model_relative_cartesian_location.go
- model_release_cause.go
- model_release_session_info.go
- model_relocate_ue_context_request.go
- model_report_amount_mdt.go
- model_report_interval_mdt.go
- model_report_interval_nr_mdt.go
- model_reporting_information.go
- model_reporting_trigger.go
- model_resource_usage.go
- model_restriction_type.go
- model_retainability_threshold.go
- model_routing_area_id.go
- model_sbi_binding_level.go
- model_sc_type.go
- model_scheduled_communication_time.go
- model_scheduled_communication_time_1.go
- model_scheduled_communication_type.go
- model_sd_range.go
- model_seaf_data.go
- model_sensor_measurement.go
- model_service_area_id.go
- model_service_area_restriction.go
- model_service_experience_info.go
- model_service_experience_type.go
- model_sess_inact_timer_for_ue_comm.go
- model_slice_load_level_information.go
- model_slice_mbr.go
- model_small_data_rate_status.go
- model_small_data_rate_status_info.go
- model_smcce_info.go
- model_smcce_ue_list.go
- model_smf_change_indication.go
- model_smf_change_info.go
- model_smf_selection_data.go
- model_sms_support.go
- model_snssai.go
- model_snssai_extension.go
- model_stationary_indication.go
- model_status_change.go
- model_subscription_data.go
- model_supported_gad_shapes.go
- model_svc_experience.go
- model_tac_info.go
- model_tac_range.go
- model_tai.go
- model_tai_range.go
- model_target_area.go
- model_target_ue_information.go
- model_threshold_level.go
- model_time_unit.go
- model_time_window.go
- model_tnap_id.go
- model_top_application.go
- model_trace_data.go
- model_trace_depth.go
- model_traffic_characterization.go
- model_traffic_descriptor.go
- model_traffic_information.go
- model_traffic_profile.go
- model_transfer_reason.go
- model_transport_protocol.go
- model_twap_id.go
- model_ue_analytics_context_descriptor.go
- model_ue_auth.go
- model_ue_communication.go
- model_ue_context.go
- model_ue_context_cancel_relocate_data.go
- model_ue_context_create_data.go
- model_ue_context_create_error.go
- model_ue_context_created_data.go
- model_ue_context_release.go
- model_ue_context_relocate_data.go
- model_ue_context_relocated_data.go
- model_ue_context_transfer_200_response.go
- model_ue_context_transfer_req_data.go
- model_ue_context_transfer_request.go
- model_ue_context_transfer_rsp_data.go
- model_ue_context_transfer_status.go
- model_ue_differentiation_info.go
- model_ue_in_area_filter.go
- model_ue_mobility.go
- model_ue_n1_n2_info_subscription_create_data.go
- model_ue_n1_n2_info_subscription_created_data.go
- model_ue_reg_status_update_req_data.go
- model_ue_reg_status_update_rsp_data.go
- model_ue_type.go
- model_umt_time.go
- model_uncertainty_ellipse.go
- model_uncertainty_ellipsoid.go
- model_updp_subscription_data.go
- model_upf_information.go
- model_user_data_congestion_info.go
- model_user_location.go
- model_utra_location.go
- model_uuaa_mm_status.go
- model_v2x_context.go
- model_v2x_information.go
- model_wlan_ordering_criterion.go
- model_wlan_per_ss_id_performance_info.go
- model_wlan_per_ts_performance_info.go
- model_wlan_performance_info.go
- model_wlan_performance_req.go
- response.go
- utils.go