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 AbnormalExposure
- func (o *AbnormalExposure) GetAddtMeasInfo() AdditionalMeasurement
- func (o *AbnormalExposure) GetAddtMeasInfoOk() (*AdditionalMeasurement, bool)
- func (o *AbnormalExposure) GetAppId() string
- func (o *AbnormalExposure) GetAppIdOk() (*string, bool)
- func (o *AbnormalExposure) GetConfidence() int32
- func (o *AbnormalExposure) GetConfidenceOk() (*int32, bool)
- func (o *AbnormalExposure) GetDnn() string
- func (o *AbnormalExposure) GetDnnOk() (*string, bool)
- func (o *AbnormalExposure) GetExcep() Exception
- func (o *AbnormalExposure) GetExcepOk() (*Exception, bool)
- func (o *AbnormalExposure) GetGpsis() []string
- func (o *AbnormalExposure) GetGpsisOk() ([]string, bool)
- func (o *AbnormalExposure) GetRatio() int32
- func (o *AbnormalExposure) GetRatioOk() (*int32, bool)
- func (o *AbnormalExposure) GetSnssai() Snssai
- func (o *AbnormalExposure) GetSnssaiOk() (*Snssai, bool)
- func (o *AbnormalExposure) HasAddtMeasInfo() bool
- func (o *AbnormalExposure) HasAppId() bool
- func (o *AbnormalExposure) HasConfidence() bool
- func (o *AbnormalExposure) HasDnn() bool
- func (o *AbnormalExposure) HasGpsis() bool
- func (o *AbnormalExposure) HasRatio() bool
- func (o *AbnormalExposure) HasSnssai() bool
- func (o AbnormalExposure) MarshalJSON() ([]byte, error)
- func (o *AbnormalExposure) SetAddtMeasInfo(v AdditionalMeasurement)
- func (o *AbnormalExposure) SetAppId(v string)
- func (o *AbnormalExposure) SetConfidence(v int32)
- func (o *AbnormalExposure) SetDnn(v string)
- func (o *AbnormalExposure) SetExcep(v Exception)
- func (o *AbnormalExposure) SetGpsis(v []string)
- func (o *AbnormalExposure) SetRatio(v int32)
- func (o *AbnormalExposure) SetSnssai(v Snssai)
- func (o AbnormalExposure) 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 Accuracy
- type AdditionInfoAnalyticsInfoRequest
- func (o *AdditionInfoAnalyticsInfoRequest) GetRvWaitTime() int32
- func (o *AdditionInfoAnalyticsInfoRequest) GetRvWaitTimeOk() (*int32, bool)
- func (o *AdditionInfoAnalyticsInfoRequest) HasRvWaitTime() bool
- func (o AdditionInfoAnalyticsInfoRequest) MarshalJSON() ([]byte, error)
- func (o *AdditionInfoAnalyticsInfoRequest) SetRvWaitTime(v int32)
- func (o AdditionInfoAnalyticsInfoRequest) ToMap() (map[string]interface{}, error)
- 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 AnalyticsData
- func (o *AnalyticsData) GetAbnormalInfos() []AbnormalExposure
- func (o *AnalyticsData) GetAbnormalInfosOk() ([]AbnormalExposure, bool)
- func (o *AnalyticsData) GetCongestInfos() []CongestInfo
- func (o *AnalyticsData) GetCongestInfosOk() ([]CongestInfo, bool)
- func (o *AnalyticsData) GetDisperInfos() []DispersionInfo
- func (o *AnalyticsData) GetDisperInfosOk() ([]DispersionInfo, bool)
- func (o *AnalyticsData) GetDisperReqs() []DispersionRequirement
- func (o *AnalyticsData) GetDisperReqsOk() ([]DispersionRequirement, bool)
- func (o *AnalyticsData) GetDnPerfInfos() []DnPerfInfo
- func (o *AnalyticsData) GetDnPerfInfosOk() ([]DnPerfInfo, bool)
- func (o *AnalyticsData) GetExpiry() time.Time
- func (o *AnalyticsData) GetExpiryOk() (*time.Time, bool)
- func (o *AnalyticsData) GetNwPerfInfos() []NetworkPerfExposure
- func (o *AnalyticsData) GetNwPerfInfosOk() ([]NetworkPerfExposure, bool)
- func (o *AnalyticsData) GetQosSustainInfos() []QosSustainabilityExposure
- func (o *AnalyticsData) GetQosSustainInfosOk() ([]QosSustainabilityExposure, bool)
- func (o *AnalyticsData) GetStart() time.Time
- func (o *AnalyticsData) GetStartOk() (*time.Time, bool)
- func (o *AnalyticsData) GetSuppFeat() string
- func (o *AnalyticsData) GetSuppFeatOk() (*string, bool)
- func (o *AnalyticsData) GetSvcExps() []ServiceExperienceInfo
- func (o *AnalyticsData) GetSvcExpsOk() ([]ServiceExperienceInfo, bool)
- func (o *AnalyticsData) GetTimeStampGen() time.Time
- func (o *AnalyticsData) GetTimeStampGenOk() (*time.Time, bool)
- func (o *AnalyticsData) GetUeCommInfos() []UeCommunication
- func (o *AnalyticsData) GetUeCommInfosOk() ([]UeCommunication, bool)
- func (o *AnalyticsData) GetUeMobilityInfos() []UeMobilityExposure
- func (o *AnalyticsData) GetUeMobilityInfosOk() ([]UeMobilityExposure, bool)
- func (o *AnalyticsData) HasAbnormalInfos() bool
- func (o *AnalyticsData) HasCongestInfos() bool
- func (o *AnalyticsData) HasDisperInfos() bool
- func (o *AnalyticsData) HasDisperReqs() bool
- func (o *AnalyticsData) HasDnPerfInfos() bool
- func (o *AnalyticsData) HasExpiry() bool
- func (o *AnalyticsData) HasNwPerfInfos() bool
- func (o *AnalyticsData) HasQosSustainInfos() bool
- func (o *AnalyticsData) HasStart() bool
- func (o *AnalyticsData) HasSvcExps() bool
- func (o *AnalyticsData) HasTimeStampGen() bool
- func (o *AnalyticsData) HasUeCommInfos() bool
- func (o *AnalyticsData) HasUeMobilityInfos() bool
- func (o AnalyticsData) MarshalJSON() ([]byte, error)
- func (o *AnalyticsData) SetAbnormalInfos(v []AbnormalExposure)
- func (o *AnalyticsData) SetCongestInfos(v []CongestInfo)
- func (o *AnalyticsData) SetDisperInfos(v []DispersionInfo)
- func (o *AnalyticsData) SetDisperReqs(v []DispersionRequirement)
- func (o *AnalyticsData) SetDnPerfInfos(v []DnPerfInfo)
- func (o *AnalyticsData) SetExpiry(v time.Time)
- func (o *AnalyticsData) SetNwPerfInfos(v []NetworkPerfExposure)
- func (o *AnalyticsData) SetQosSustainInfos(v []QosSustainabilityExposure)
- func (o *AnalyticsData) SetStart(v time.Time)
- func (o *AnalyticsData) SetSuppFeat(v string)
- func (o *AnalyticsData) SetSvcExps(v []ServiceExperienceInfo)
- func (o *AnalyticsData) SetTimeStampGen(v time.Time)
- func (o *AnalyticsData) SetUeCommInfos(v []UeCommunication)
- func (o *AnalyticsData) SetUeMobilityInfos(v []UeMobilityExposure)
- func (o AnalyticsData) ToMap() (map[string]interface{}, error)
- type AnalyticsEvent
- type AnalyticsEventFilter
- func (o *AnalyticsEventFilter) GetAppIds() []string
- func (o *AnalyticsEventFilter) GetAppIdsOk() ([]string, bool)
- func (o *AnalyticsEventFilter) GetAppServerAddrs() []AddrFqdn
- func (o *AnalyticsEventFilter) GetAppServerAddrsOk() ([]AddrFqdn, bool)
- func (o *AnalyticsEventFilter) GetBwRequs() []BwRequirement
- func (o *AnalyticsEventFilter) GetBwRequsOk() ([]BwRequirement, bool)
- func (o *AnalyticsEventFilter) GetDnPerfReqs() []DnPerformanceReq
- func (o *AnalyticsEventFilter) GetDnPerfReqsOk() ([]DnPerformanceReq, bool)
- func (o *AnalyticsEventFilter) GetDnais() []string
- func (o *AnalyticsEventFilter) GetDnaisOk() ([]string, bool)
- func (o *AnalyticsEventFilter) GetDnn() string
- func (o *AnalyticsEventFilter) GetDnnOk() (*string, bool)
- func (o *AnalyticsEventFilter) GetExcepIds() []ExceptionId
- func (o *AnalyticsEventFilter) GetExcepIdsOk() ([]ExceptionId, bool)
- func (o *AnalyticsEventFilter) GetExptAnaType() ExpectedAnalyticsType
- func (o *AnalyticsEventFilter) GetExptAnaTypeOk() (*ExpectedAnalyticsType, bool)
- func (o *AnalyticsEventFilter) GetExptUeBehav() ExpectedUeBehaviourData
- func (o *AnalyticsEventFilter) GetExptUeBehavOk() (*ExpectedUeBehaviourData, bool)
- func (o *AnalyticsEventFilter) GetListOfAnaSubsets() []AnalyticsSubset
- func (o *AnalyticsEventFilter) GetListOfAnaSubsetsOk() ([]AnalyticsSubset, bool)
- func (o *AnalyticsEventFilter) GetLocArea() LocationArea5G
- func (o *AnalyticsEventFilter) GetLocAreaOk() (*LocationArea5G, bool)
- func (o *AnalyticsEventFilter) GetMaxNumOfTopAppDl() int32
- func (o *AnalyticsEventFilter) GetMaxNumOfTopAppDlOk() (*int32, bool)
- func (o *AnalyticsEventFilter) GetMaxNumOfTopAppUl() int32
- func (o *AnalyticsEventFilter) GetMaxNumOfTopAppUlOk() (*int32, bool)
- func (o *AnalyticsEventFilter) GetNsiIdInfos() []NsiIdInfo
- func (o *AnalyticsEventFilter) GetNsiIdInfosOk() ([]NsiIdInfo, bool)
- func (o *AnalyticsEventFilter) GetNwPerfTypes() []NetworkPerfType
- func (o *AnalyticsEventFilter) GetNwPerfTypesOk() ([]NetworkPerfType, bool)
- func (o *AnalyticsEventFilter) GetQosReq() QosRequirement
- func (o *AnalyticsEventFilter) GetQosReqOk() (*QosRequirement, bool)
- func (o *AnalyticsEventFilter) GetRatFreqs() []RatFreqInformation
- func (o *AnalyticsEventFilter) GetRatFreqsOk() ([]RatFreqInformation, bool)
- func (o *AnalyticsEventFilter) GetSnssai() Snssai
- func (o *AnalyticsEventFilter) GetSnssaiOk() (*Snssai, bool)
- func (o *AnalyticsEventFilter) GetVisitedLocAreas() []LocationArea5G
- func (o *AnalyticsEventFilter) GetVisitedLocAreasOk() ([]LocationArea5G, bool)
- func (o *AnalyticsEventFilter) HasAppIds() bool
- func (o *AnalyticsEventFilter) HasAppServerAddrs() bool
- func (o *AnalyticsEventFilter) HasBwRequs() bool
- func (o *AnalyticsEventFilter) HasDnPerfReqs() bool
- func (o *AnalyticsEventFilter) HasDnais() bool
- func (o *AnalyticsEventFilter) HasDnn() bool
- func (o *AnalyticsEventFilter) HasExcepIds() bool
- func (o *AnalyticsEventFilter) HasExptAnaType() bool
- func (o *AnalyticsEventFilter) HasExptUeBehav() bool
- func (o *AnalyticsEventFilter) HasListOfAnaSubsets() bool
- func (o *AnalyticsEventFilter) HasLocArea() bool
- func (o *AnalyticsEventFilter) HasMaxNumOfTopAppDl() bool
- func (o *AnalyticsEventFilter) HasMaxNumOfTopAppUl() bool
- func (o *AnalyticsEventFilter) HasNsiIdInfos() bool
- func (o *AnalyticsEventFilter) HasNwPerfTypes() bool
- func (o *AnalyticsEventFilter) HasQosReq() bool
- func (o *AnalyticsEventFilter) HasRatFreqs() bool
- func (o *AnalyticsEventFilter) HasSnssai() bool
- func (o *AnalyticsEventFilter) HasVisitedLocAreas() bool
- func (o AnalyticsEventFilter) MarshalJSON() ([]byte, error)
- func (o *AnalyticsEventFilter) SetAppIds(v []string)
- func (o *AnalyticsEventFilter) SetAppServerAddrs(v []AddrFqdn)
- func (o *AnalyticsEventFilter) SetBwRequs(v []BwRequirement)
- func (o *AnalyticsEventFilter) SetDnPerfReqs(v []DnPerformanceReq)
- func (o *AnalyticsEventFilter) SetDnais(v []string)
- func (o *AnalyticsEventFilter) SetDnn(v string)
- func (o *AnalyticsEventFilter) SetExcepIds(v []ExceptionId)
- func (o *AnalyticsEventFilter) SetExptAnaType(v ExpectedAnalyticsType)
- func (o *AnalyticsEventFilter) SetExptUeBehav(v ExpectedUeBehaviourData)
- func (o *AnalyticsEventFilter) SetListOfAnaSubsets(v []AnalyticsSubset)
- func (o *AnalyticsEventFilter) SetLocArea(v LocationArea5G)
- func (o *AnalyticsEventFilter) SetMaxNumOfTopAppDl(v int32)
- func (o *AnalyticsEventFilter) SetMaxNumOfTopAppUl(v int32)
- func (o *AnalyticsEventFilter) SetNsiIdInfos(v []NsiIdInfo)
- func (o *AnalyticsEventFilter) SetNwPerfTypes(v []NetworkPerfType)
- func (o *AnalyticsEventFilter) SetQosReq(v QosRequirement)
- func (o *AnalyticsEventFilter) SetRatFreqs(v []RatFreqInformation)
- func (o *AnalyticsEventFilter) SetSnssai(v Snssai)
- func (o *AnalyticsEventFilter) SetVisitedLocAreas(v []LocationArea5G)
- func (o AnalyticsEventFilter) ToMap() (map[string]interface{}, error)
- type AnalyticsEventFilterSubsc
- func (o *AnalyticsEventFilterSubsc) GetAppIds() []string
- func (o *AnalyticsEventFilterSubsc) GetAppIdsOk() ([]string, bool)
- func (o *AnalyticsEventFilterSubsc) GetAppServerAddrs() []AddrFqdn
- func (o *AnalyticsEventFilterSubsc) GetAppServerAddrsOk() ([]AddrFqdn, bool)
- func (o *AnalyticsEventFilterSubsc) GetBwRequs() []BwRequirement
- func (o *AnalyticsEventFilterSubsc) GetBwRequsOk() ([]BwRequirement, bool)
- func (o *AnalyticsEventFilterSubsc) GetDisperReqs() []DispersionRequirement
- func (o *AnalyticsEventFilterSubsc) GetDisperReqsOk() ([]DispersionRequirement, bool)
- func (o *AnalyticsEventFilterSubsc) GetDnPerfReqs() []DnPerformanceReq
- func (o *AnalyticsEventFilterSubsc) GetDnPerfReqsOk() ([]DnPerformanceReq, bool)
- func (o *AnalyticsEventFilterSubsc) GetDnais() []string
- func (o *AnalyticsEventFilterSubsc) GetDnaisOk() ([]string, bool)
- func (o *AnalyticsEventFilterSubsc) GetDnn() string
- func (o *AnalyticsEventFilterSubsc) GetDnnOk() (*string, bool)
- func (o *AnalyticsEventFilterSubsc) GetExcepRequs() []Exception
- func (o *AnalyticsEventFilterSubsc) GetExcepRequsOk() ([]Exception, bool)
- func (o *AnalyticsEventFilterSubsc) GetExptAnaType() ExpectedAnalyticsType
- func (o *AnalyticsEventFilterSubsc) GetExptAnaTypeOk() (*ExpectedAnalyticsType, bool)
- func (o *AnalyticsEventFilterSubsc) GetExptUeBehav() ExpectedUeBehaviourData
- func (o *AnalyticsEventFilterSubsc) GetExptUeBehavOk() (*ExpectedUeBehaviourData, bool)
- func (o *AnalyticsEventFilterSubsc) GetExtraReportReq() EventReportingRequirement
- func (o *AnalyticsEventFilterSubsc) GetExtraReportReqOk() (*EventReportingRequirement, bool)
- func (o *AnalyticsEventFilterSubsc) GetListOfAnaSubsets() []AnalyticsSubset
- func (o *AnalyticsEventFilterSubsc) GetListOfAnaSubsetsOk() ([]AnalyticsSubset, bool)
- func (o *AnalyticsEventFilterSubsc) GetLocArea() LocationArea5G
- func (o *AnalyticsEventFilterSubsc) GetLocAreaOk() (*LocationArea5G, bool)
- func (o *AnalyticsEventFilterSubsc) GetMatchingDir() MatchingDirection
- func (o *AnalyticsEventFilterSubsc) GetMatchingDirOk() (*MatchingDirection, bool)
- func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppDl() int32
- func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppDlOk() (*int32, bool)
- func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppUl() int32
- func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppUlOk() (*int32, bool)
- func (o *AnalyticsEventFilterSubsc) GetNsiIdInfos() []NsiIdInfo
- func (o *AnalyticsEventFilterSubsc) GetNsiIdInfosOk() ([]NsiIdInfo, bool)
- func (o *AnalyticsEventFilterSubsc) GetNwPerfReqs() []NetworkPerfRequirement
- func (o *AnalyticsEventFilterSubsc) GetNwPerfReqsOk() ([]NetworkPerfRequirement, bool)
- func (o *AnalyticsEventFilterSubsc) GetQosFlowRetThds() []RetainabilityThreshold
- func (o *AnalyticsEventFilterSubsc) GetQosFlowRetThdsOk() ([]RetainabilityThreshold, bool)
- func (o *AnalyticsEventFilterSubsc) GetQosReq() QosRequirement
- func (o *AnalyticsEventFilterSubsc) GetQosReqOk() (*QosRequirement, bool)
- func (o *AnalyticsEventFilterSubsc) GetRanUeThrouThds() []string
- func (o *AnalyticsEventFilterSubsc) GetRanUeThrouThdsOk() ([]string, bool)
- func (o *AnalyticsEventFilterSubsc) GetRatFreqs() []RatFreqInformation
- func (o *AnalyticsEventFilterSubsc) GetRatFreqsOk() ([]RatFreqInformation, bool)
- func (o *AnalyticsEventFilterSubsc) GetReptThlds() []ThresholdLevel
- func (o *AnalyticsEventFilterSubsc) GetReptThldsOk() ([]ThresholdLevel, bool)
- func (o *AnalyticsEventFilterSubsc) GetSnssai() Snssai
- func (o *AnalyticsEventFilterSubsc) GetSnssaiOk() (*Snssai, bool)
- func (o *AnalyticsEventFilterSubsc) GetVisitedLocAreas() []LocationArea5G
- func (o *AnalyticsEventFilterSubsc) GetVisitedLocAreasOk() ([]LocationArea5G, bool)
- func (o *AnalyticsEventFilterSubsc) HasAppIds() bool
- func (o *AnalyticsEventFilterSubsc) HasAppServerAddrs() bool
- func (o *AnalyticsEventFilterSubsc) HasBwRequs() bool
- func (o *AnalyticsEventFilterSubsc) HasDisperReqs() bool
- func (o *AnalyticsEventFilterSubsc) HasDnPerfReqs() bool
- func (o *AnalyticsEventFilterSubsc) HasDnais() bool
- func (o *AnalyticsEventFilterSubsc) HasDnn() bool
- func (o *AnalyticsEventFilterSubsc) HasExcepRequs() bool
- func (o *AnalyticsEventFilterSubsc) HasExptAnaType() bool
- func (o *AnalyticsEventFilterSubsc) HasExptUeBehav() bool
- func (o *AnalyticsEventFilterSubsc) HasExtraReportReq() bool
- func (o *AnalyticsEventFilterSubsc) HasListOfAnaSubsets() bool
- func (o *AnalyticsEventFilterSubsc) HasLocArea() bool
- func (o *AnalyticsEventFilterSubsc) HasMatchingDir() bool
- func (o *AnalyticsEventFilterSubsc) HasMaxNumOfTopAppDl() bool
- func (o *AnalyticsEventFilterSubsc) HasMaxNumOfTopAppUl() bool
- func (o *AnalyticsEventFilterSubsc) HasNsiIdInfos() bool
- func (o *AnalyticsEventFilterSubsc) HasNwPerfReqs() bool
- func (o *AnalyticsEventFilterSubsc) HasQosFlowRetThds() bool
- func (o *AnalyticsEventFilterSubsc) HasQosReq() bool
- func (o *AnalyticsEventFilterSubsc) HasRanUeThrouThds() bool
- func (o *AnalyticsEventFilterSubsc) HasRatFreqs() bool
- func (o *AnalyticsEventFilterSubsc) HasReptThlds() bool
- func (o *AnalyticsEventFilterSubsc) HasSnssai() bool
- func (o *AnalyticsEventFilterSubsc) HasVisitedLocAreas() bool
- func (o AnalyticsEventFilterSubsc) MarshalJSON() ([]byte, error)
- func (o *AnalyticsEventFilterSubsc) SetAppIds(v []string)
- func (o *AnalyticsEventFilterSubsc) SetAppServerAddrs(v []AddrFqdn)
- func (o *AnalyticsEventFilterSubsc) SetBwRequs(v []BwRequirement)
- func (o *AnalyticsEventFilterSubsc) SetDisperReqs(v []DispersionRequirement)
- func (o *AnalyticsEventFilterSubsc) SetDnPerfReqs(v []DnPerformanceReq)
- func (o *AnalyticsEventFilterSubsc) SetDnais(v []string)
- func (o *AnalyticsEventFilterSubsc) SetDnn(v string)
- func (o *AnalyticsEventFilterSubsc) SetExcepRequs(v []Exception)
- func (o *AnalyticsEventFilterSubsc) SetExptAnaType(v ExpectedAnalyticsType)
- func (o *AnalyticsEventFilterSubsc) SetExptUeBehav(v ExpectedUeBehaviourData)
- func (o *AnalyticsEventFilterSubsc) SetExtraReportReq(v EventReportingRequirement)
- func (o *AnalyticsEventFilterSubsc) SetListOfAnaSubsets(v []AnalyticsSubset)
- func (o *AnalyticsEventFilterSubsc) SetLocArea(v LocationArea5G)
- func (o *AnalyticsEventFilterSubsc) SetMatchingDir(v MatchingDirection)
- func (o *AnalyticsEventFilterSubsc) SetMaxNumOfTopAppDl(v int32)
- func (o *AnalyticsEventFilterSubsc) SetMaxNumOfTopAppUl(v int32)
- func (o *AnalyticsEventFilterSubsc) SetNsiIdInfos(v []NsiIdInfo)
- func (o *AnalyticsEventFilterSubsc) SetNwPerfReqs(v []NetworkPerfRequirement)
- func (o *AnalyticsEventFilterSubsc) SetQosFlowRetThds(v []RetainabilityThreshold)
- func (o *AnalyticsEventFilterSubsc) SetQosReq(v QosRequirement)
- func (o *AnalyticsEventFilterSubsc) SetRanUeThrouThds(v []string)
- func (o *AnalyticsEventFilterSubsc) SetRatFreqs(v []RatFreqInformation)
- func (o *AnalyticsEventFilterSubsc) SetReptThlds(v []ThresholdLevel)
- func (o *AnalyticsEventFilterSubsc) SetSnssai(v Snssai)
- func (o *AnalyticsEventFilterSubsc) SetVisitedLocAreas(v []LocationArea5G)
- func (o AnalyticsEventFilterSubsc) ToMap() (map[string]interface{}, error)
- type AnalyticsEventNotif
- func (o *AnalyticsEventNotif) GetAbnormalInfos() []AbnormalExposure
- func (o *AnalyticsEventNotif) GetAbnormalInfosOk() ([]AbnormalExposure, bool)
- func (o *AnalyticsEventNotif) GetAnalyEvent() AnalyticsEvent
- func (o *AnalyticsEventNotif) GetAnalyEventOk() (*AnalyticsEvent, bool)
- func (o *AnalyticsEventNotif) GetCongestInfos() []CongestInfo
- func (o *AnalyticsEventNotif) GetCongestInfosOk() ([]CongestInfo, bool)
- func (o *AnalyticsEventNotif) GetDisperInfos() []DispersionInfo
- func (o *AnalyticsEventNotif) GetDisperInfosOk() ([]DispersionInfo, bool)
- func (o *AnalyticsEventNotif) GetDnPerfInfos() []DnPerfInfo
- func (o *AnalyticsEventNotif) GetDnPerfInfosOk() ([]DnPerfInfo, bool)
- func (o *AnalyticsEventNotif) GetExpiry() time.Time
- func (o *AnalyticsEventNotif) GetExpiryOk() (*time.Time, bool)
- func (o *AnalyticsEventNotif) GetFailNotifyCode() NwdafFailureCode
- func (o *AnalyticsEventNotif) GetFailNotifyCodeOk() (*NwdafFailureCode, bool)
- func (o *AnalyticsEventNotif) GetNwPerfInfos() []NetworkPerfExposure
- func (o *AnalyticsEventNotif) GetNwPerfInfosOk() ([]NetworkPerfExposure, bool)
- func (o *AnalyticsEventNotif) GetQosSustainInfos() []QosSustainabilityExposure
- func (o *AnalyticsEventNotif) GetQosSustainInfosOk() ([]QosSustainabilityExposure, bool)
- func (o *AnalyticsEventNotif) GetRvWaitTime() int32
- func (o *AnalyticsEventNotif) GetRvWaitTimeOk() (*int32, bool)
- func (o *AnalyticsEventNotif) GetStart() time.Time
- func (o *AnalyticsEventNotif) GetStartOk() (*time.Time, bool)
- func (o *AnalyticsEventNotif) GetSvcExps() []ServiceExperienceInfo
- func (o *AnalyticsEventNotif) GetSvcExpsOk() ([]ServiceExperienceInfo, bool)
- func (o *AnalyticsEventNotif) GetTimeStamp() time.Time
- func (o *AnalyticsEventNotif) GetTimeStampGen() time.Time
- func (o *AnalyticsEventNotif) GetTimeStampGenOk() (*time.Time, bool)
- func (o *AnalyticsEventNotif) GetTimeStampOk() (*time.Time, bool)
- func (o *AnalyticsEventNotif) GetUeCommInfos() []UeCommunication
- func (o *AnalyticsEventNotif) GetUeCommInfosOk() ([]UeCommunication, bool)
- func (o *AnalyticsEventNotif) GetUeMobilityInfos() []UeMobilityExposure
- func (o *AnalyticsEventNotif) GetUeMobilityInfosOk() ([]UeMobilityExposure, bool)
- func (o *AnalyticsEventNotif) HasAbnormalInfos() bool
- func (o *AnalyticsEventNotif) HasCongestInfos() bool
- func (o *AnalyticsEventNotif) HasDisperInfos() bool
- func (o *AnalyticsEventNotif) HasDnPerfInfos() bool
- func (o *AnalyticsEventNotif) HasExpiry() bool
- func (o *AnalyticsEventNotif) HasFailNotifyCode() bool
- func (o *AnalyticsEventNotif) HasNwPerfInfos() bool
- func (o *AnalyticsEventNotif) HasQosSustainInfos() bool
- func (o *AnalyticsEventNotif) HasRvWaitTime() bool
- func (o *AnalyticsEventNotif) HasStart() bool
- func (o *AnalyticsEventNotif) HasSvcExps() bool
- func (o *AnalyticsEventNotif) HasTimeStampGen() bool
- func (o *AnalyticsEventNotif) HasUeCommInfos() bool
- func (o *AnalyticsEventNotif) HasUeMobilityInfos() bool
- func (o AnalyticsEventNotif) MarshalJSON() ([]byte, error)
- func (o *AnalyticsEventNotif) SetAbnormalInfos(v []AbnormalExposure)
- func (o *AnalyticsEventNotif) SetAnalyEvent(v AnalyticsEvent)
- func (o *AnalyticsEventNotif) SetCongestInfos(v []CongestInfo)
- func (o *AnalyticsEventNotif) SetDisperInfos(v []DispersionInfo)
- func (o *AnalyticsEventNotif) SetDnPerfInfos(v []DnPerfInfo)
- func (o *AnalyticsEventNotif) SetExpiry(v time.Time)
- func (o *AnalyticsEventNotif) SetFailNotifyCode(v NwdafFailureCode)
- func (o *AnalyticsEventNotif) SetNwPerfInfos(v []NetworkPerfExposure)
- func (o *AnalyticsEventNotif) SetQosSustainInfos(v []QosSustainabilityExposure)
- func (o *AnalyticsEventNotif) SetRvWaitTime(v int32)
- func (o *AnalyticsEventNotif) SetStart(v time.Time)
- func (o *AnalyticsEventNotif) SetSvcExps(v []ServiceExperienceInfo)
- func (o *AnalyticsEventNotif) SetTimeStamp(v time.Time)
- func (o *AnalyticsEventNotif) SetTimeStampGen(v time.Time)
- func (o *AnalyticsEventNotif) SetUeCommInfos(v []UeCommunication)
- func (o *AnalyticsEventNotif) SetUeMobilityInfos(v []UeMobilityExposure)
- func (o AnalyticsEventNotif) ToMap() (map[string]interface{}, error)
- type AnalyticsEventNotification
- func (o *AnalyticsEventNotification) GetAnalyEventNotifs() []AnalyticsEventNotif
- func (o *AnalyticsEventNotification) GetAnalyEventNotifsOk() ([]AnalyticsEventNotif, bool)
- func (o *AnalyticsEventNotification) GetNotifId() string
- func (o *AnalyticsEventNotification) GetNotifIdOk() (*string, bool)
- func (o *AnalyticsEventNotification) GetTermCause() TermCause
- func (o *AnalyticsEventNotification) GetTermCauseOk() (*TermCause, bool)
- func (o *AnalyticsEventNotification) HasTermCause() bool
- func (o AnalyticsEventNotification) MarshalJSON() ([]byte, error)
- func (o *AnalyticsEventNotification) SetAnalyEventNotifs(v []AnalyticsEventNotif)
- func (o *AnalyticsEventNotification) SetNotifId(v string)
- func (o *AnalyticsEventNotification) SetTermCause(v TermCause)
- func (o AnalyticsEventNotification) ToMap() (map[string]interface{}, error)
- type AnalyticsEventSubsc
- func (o *AnalyticsEventSubsc) GetAnalyEvent() AnalyticsEvent
- func (o *AnalyticsEventSubsc) GetAnalyEventFilter() AnalyticsEventFilterSubsc
- func (o *AnalyticsEventSubsc) GetAnalyEventFilterOk() (*AnalyticsEventFilterSubsc, bool)
- func (o *AnalyticsEventSubsc) GetAnalyEventOk() (*AnalyticsEvent, bool)
- func (o *AnalyticsEventSubsc) GetTgtUe() TargetUeId
- func (o *AnalyticsEventSubsc) GetTgtUeOk() (*TargetUeId, bool)
- func (o *AnalyticsEventSubsc) HasAnalyEventFilter() bool
- func (o *AnalyticsEventSubsc) HasTgtUe() bool
- func (o AnalyticsEventSubsc) MarshalJSON() ([]byte, error)
- func (o *AnalyticsEventSubsc) SetAnalyEvent(v AnalyticsEvent)
- func (o *AnalyticsEventSubsc) SetAnalyEventFilter(v AnalyticsEventFilterSubsc)
- func (o *AnalyticsEventSubsc) SetTgtUe(v TargetUeId)
- func (o AnalyticsEventSubsc) ToMap() (map[string]interface{}, error)
- type AnalyticsExposureAPIFetchAnalyticsInformationApiService
- func (a *AnalyticsExposureAPIFetchAnalyticsInformationApiService) FetchAnalyticsInfo(ctx context.Context, afId string) ApiFetchAnalyticsInfoRequest
- func (a *AnalyticsExposureAPIFetchAnalyticsInformationApiService) FetchAnalyticsInfoExecute(r ApiFetchAnalyticsInfoRequest) (*AnalyticsData, *http.Response, error)
- type AnalyticsExposureSubsc
- func (o *AnalyticsExposureSubsc) GetAnalyEventsSubs() []AnalyticsEventSubsc
- func (o *AnalyticsExposureSubsc) GetAnalyEventsSubsOk() ([]AnalyticsEventSubsc, bool)
- func (o *AnalyticsExposureSubsc) GetAnalyRepInfo() ReportingInformation
- func (o *AnalyticsExposureSubsc) GetAnalyRepInfoOk() (*ReportingInformation, bool)
- func (o *AnalyticsExposureSubsc) GetEventNotifis() []AnalyticsEventNotif
- func (o *AnalyticsExposureSubsc) GetEventNotifisOk() ([]AnalyticsEventNotif, bool)
- func (o *AnalyticsExposureSubsc) GetFailEventReports() []AnalyticsFailureEventInfo
- func (o *AnalyticsExposureSubsc) GetFailEventReportsOk() ([]AnalyticsFailureEventInfo, bool)
- func (o *AnalyticsExposureSubsc) GetNotifId() string
- func (o *AnalyticsExposureSubsc) GetNotifIdOk() (*string, bool)
- func (o *AnalyticsExposureSubsc) GetNotifUri() string
- func (o *AnalyticsExposureSubsc) GetNotifUriOk() (*string, bool)
- func (o *AnalyticsExposureSubsc) GetRequestTestNotification() bool
- func (o *AnalyticsExposureSubsc) GetRequestTestNotificationOk() (*bool, bool)
- func (o *AnalyticsExposureSubsc) GetSelf() string
- func (o *AnalyticsExposureSubsc) GetSelfOk() (*string, bool)
- func (o *AnalyticsExposureSubsc) GetSuppFeat() string
- func (o *AnalyticsExposureSubsc) GetSuppFeatOk() (*string, bool)
- func (o *AnalyticsExposureSubsc) GetWebsockNotifConfig() WebsockNotifConfig
- func (o *AnalyticsExposureSubsc) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool)
- func (o *AnalyticsExposureSubsc) HasAnalyRepInfo() bool
- func (o *AnalyticsExposureSubsc) HasEventNotifis() bool
- func (o *AnalyticsExposureSubsc) HasFailEventReports() bool
- func (o *AnalyticsExposureSubsc) HasRequestTestNotification() bool
- func (o *AnalyticsExposureSubsc) HasSelf() bool
- func (o *AnalyticsExposureSubsc) HasSuppFeat() bool
- func (o *AnalyticsExposureSubsc) HasWebsockNotifConfig() bool
- func (o AnalyticsExposureSubsc) MarshalJSON() ([]byte, error)
- func (o *AnalyticsExposureSubsc) SetAnalyEventsSubs(v []AnalyticsEventSubsc)
- func (o *AnalyticsExposureSubsc) SetAnalyRepInfo(v ReportingInformation)
- func (o *AnalyticsExposureSubsc) SetEventNotifis(v []AnalyticsEventNotif)
- func (o *AnalyticsExposureSubsc) SetFailEventReports(v []AnalyticsFailureEventInfo)
- func (o *AnalyticsExposureSubsc) SetNotifId(v string)
- func (o *AnalyticsExposureSubsc) SetNotifUri(v string)
- func (o *AnalyticsExposureSubsc) SetRequestTestNotification(v bool)
- func (o *AnalyticsExposureSubsc) SetSelf(v string)
- func (o *AnalyticsExposureSubsc) SetSuppFeat(v string)
- func (o *AnalyticsExposureSubsc) SetWebsockNotifConfig(v WebsockNotifConfig)
- func (o AnalyticsExposureSubsc) ToMap() (map[string]interface{}, error)
- type AnalyticsExposureSubscriptionsApiService
- func (a *AnalyticsExposureSubscriptionsApiService) CreateNewSubscription(ctx context.Context, afId string) ApiCreateNewSubscriptionRequest
- func (a *AnalyticsExposureSubscriptionsApiService) CreateNewSubscriptionExecute(r ApiCreateNewSubscriptionRequest) (*AnalyticsExposureSubsc, *http.Response, error)
- func (a *AnalyticsExposureSubscriptionsApiService) ReadAllSubscriptions(ctx context.Context, afId string) ApiReadAllSubscriptionsRequest
- func (a *AnalyticsExposureSubscriptionsApiService) ReadAllSubscriptionsExecute(r ApiReadAllSubscriptionsRequest) ([]AnalyticsExposureSubsc, *http.Response, error)
- type AnalyticsFailureCode
- type AnalyticsFailureEventInfo
- func (o *AnalyticsFailureEventInfo) GetEvent() AnalyticsEvent
- func (o *AnalyticsFailureEventInfo) GetEventOk() (*AnalyticsEvent, bool)
- func (o *AnalyticsFailureEventInfo) GetFailureCode() AnalyticsFailureCode
- func (o *AnalyticsFailureEventInfo) GetFailureCodeOk() (*AnalyticsFailureCode, bool)
- func (o AnalyticsFailureEventInfo) MarshalJSON() ([]byte, error)
- func (o *AnalyticsFailureEventInfo) SetEvent(v AnalyticsEvent)
- func (o *AnalyticsFailureEventInfo) SetFailureCode(v AnalyticsFailureCode)
- func (o AnalyticsFailureEventInfo) 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 AnalyticsRequest
- func (o *AnalyticsRequest) GetAnalyEvent() AnalyticsEvent
- func (o *AnalyticsRequest) GetAnalyEventFilter() AnalyticsEventFilter
- func (o *AnalyticsRequest) GetAnalyEventFilterOk() (*AnalyticsEventFilter, bool)
- func (o *AnalyticsRequest) GetAnalyEventOk() (*AnalyticsEvent, bool)
- func (o *AnalyticsRequest) GetAnalyRep() EventReportingRequirement
- func (o *AnalyticsRequest) GetAnalyRepOk() (*EventReportingRequirement, bool)
- func (o *AnalyticsRequest) GetSuppFeat() string
- func (o *AnalyticsRequest) GetSuppFeatOk() (*string, bool)
- func (o *AnalyticsRequest) GetTgtUe() TargetUeId
- func (o *AnalyticsRequest) GetTgtUeOk() (*TargetUeId, bool)
- func (o *AnalyticsRequest) HasAnalyEventFilter() bool
- func (o *AnalyticsRequest) HasAnalyRep() bool
- func (o *AnalyticsRequest) HasTgtUe() bool
- func (o AnalyticsRequest) MarshalJSON() ([]byte, error)
- func (o *AnalyticsRequest) SetAnalyEvent(v AnalyticsEvent)
- func (o *AnalyticsRequest) SetAnalyEventFilter(v AnalyticsEventFilter)
- func (o *AnalyticsRequest) SetAnalyRep(v EventReportingRequirement)
- func (o *AnalyticsRequest) SetSuppFeat(v string)
- func (o *AnalyticsRequest) SetTgtUe(v TargetUeId)
- func (o AnalyticsRequest) ToMap() (map[string]interface{}, error)
- type AnalyticsSubset
- type ApiCreateNewSubscriptionRequest
- type ApiDeleteAnSubscriptionRequest
- type ApiFetchAnalyticsInfoRequest
- type ApiFullyUpdateAnSubscriptionRequest
- type ApiReadAllSubscriptionsRequest
- type ApiReadAnSubscriptionRequest
- 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 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 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 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 Configuration
- type CongestInfo
- func (o *CongestInfo) GetCngAnas() []CongestionAnalytics
- func (o *CongestInfo) GetCngAnasOk() ([]CongestionAnalytics, bool)
- func (o *CongestInfo) GetLocArea() LocationArea5G
- func (o *CongestInfo) GetLocAreaOk() (*LocationArea5G, bool)
- func (o CongestInfo) MarshalJSON() ([]byte, error)
- func (o *CongestInfo) SetCngAnas(v []CongestionAnalytics)
- func (o *CongestInfo) SetLocArea(v LocationArea5G)
- func (o CongestInfo) ToMap() (map[string]interface{}, error)
- type CongestionAnalytics
- func (o *CongestionAnalytics) GetCngType() CongestionType
- func (o *CongestionAnalytics) GetCngTypeOk() (*CongestionType, bool)
- func (o *CongestionAnalytics) GetConfidence() int32
- func (o *CongestionAnalytics) GetConfidenceOk() (*int32, bool)
- func (o *CongestionAnalytics) GetNsi() ThresholdLevel
- func (o *CongestionAnalytics) GetNsiOk() (*ThresholdLevel, bool)
- func (o *CongestionAnalytics) GetTmWdw() TimeWindow
- func (o *CongestionAnalytics) GetTmWdwOk() (*TimeWindow, bool)
- func (o *CongestionAnalytics) GetTopAppListDl() []TopApplication
- func (o *CongestionAnalytics) GetTopAppListDlOk() ([]TopApplication, bool)
- func (o *CongestionAnalytics) GetTopAppListUl() []TopApplication
- func (o *CongestionAnalytics) GetTopAppListUlOk() ([]TopApplication, bool)
- func (o *CongestionAnalytics) HasConfidence() bool
- func (o *CongestionAnalytics) HasTopAppListDl() bool
- func (o *CongestionAnalytics) HasTopAppListUl() bool
- func (o CongestionAnalytics) MarshalJSON() ([]byte, error)
- func (o *CongestionAnalytics) SetCngType(v CongestionType)
- func (o *CongestionAnalytics) SetConfidence(v int32)
- func (o *CongestionAnalytics) SetNsi(v ThresholdLevel)
- func (o *CongestionAnalytics) SetTmWdw(v TimeWindow)
- func (o *CongestionAnalytics) SetTopAppListDl(v []TopApplication)
- func (o *CongestionAnalytics) SetTopAppListUl(v []TopApplication)
- func (o CongestionAnalytics) ToMap() (map[string]interface{}, error)
- type CongestionType
- type DatasetStatisticalProperty
- 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 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 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 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 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 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() ScheduledCommunicationTime1
- func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime1, 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 ScheduledCommunicationTime1)
- 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 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 HfcNodeId
- type IndividualAnalyticsExposureSubscriptionApiService
- func (a *IndividualAnalyticsExposureSubscriptionApiService) DeleteAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiDeleteAnSubscriptionRequest
- func (a *IndividualAnalyticsExposureSubscriptionApiService) DeleteAnSubscriptionExecute(r ApiDeleteAnSubscriptionRequest) (*http.Response, error)
- func (a *IndividualAnalyticsExposureSubscriptionApiService) FullyUpdateAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiFullyUpdateAnSubscriptionRequest
- func (a *IndividualAnalyticsExposureSubscriptionApiService) FullyUpdateAnSubscriptionExecute(r ApiFullyUpdateAnSubscriptionRequest) (*AnalyticsExposureSubsc, *http.Response, error)
- func (a *IndividualAnalyticsExposureSubscriptionApiService) ReadAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiReadAnSubscriptionRequest
- func (a *IndividualAnalyticsExposureSubscriptionApiService) ReadAnSubscriptionExecute(r ApiReadAnSubscriptionRequest) (*AnalyticsExposureSubsc, *http.Response, error)
- type InvalidParam
- func (o *InvalidParam) GetParam() string
- func (o *InvalidParam) GetParamOk() (*string, bool)
- func (o *InvalidParam) GetReason() string
- func (o *InvalidParam) GetReasonOk() (*string, bool)
- func (o *InvalidParam) HasReason() bool
- func (o InvalidParam) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- type InvalidParam1
- func (o *InvalidParam1) GetParam() string
- func (o *InvalidParam1) GetParamOk() (*string, bool)
- func (o *InvalidParam1) GetReason() string
- func (o *InvalidParam1) GetReasonOk() (*string, bool)
- func (o *InvalidParam1) HasReason() bool
- func (o InvalidParam1) MarshalJSON() ([]byte, error)
- func (o *InvalidParam1) SetParam(v string)
- func (o *InvalidParam1) SetReason(v string)
- func (o InvalidParam1) ToMap() (map[string]interface{}, error)
- type IpAddr
- type IpEthFlowDescription
- type Ipv6Addr
- type Ipv6Prefix
- 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 LocationArea5G
- func (o *LocationArea5G) GetCivicAddresses() []CivicAddress
- func (o *LocationArea5G) GetCivicAddressesOk() ([]CivicAddress, bool)
- func (o *LocationArea5G) GetGeographicAreas() []GeographicArea
- func (o *LocationArea5G) GetGeographicAreasOk() ([]GeographicArea, bool)
- func (o *LocationArea5G) GetNwAreaInfo() NetworkAreaInfo
- func (o *LocationArea5G) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)
- func (o *LocationArea5G) HasCivicAddresses() bool
- func (o *LocationArea5G) HasGeographicAreas() bool
- func (o *LocationArea5G) HasNwAreaInfo() bool
- func (o LocationArea5G) MarshalJSON() ([]byte, error)
- func (o *LocationArea5G) SetCivicAddresses(v []CivicAddress)
- func (o *LocationArea5G) SetGeographicAreas(v []GeographicArea)
- func (o *LocationArea5G) SetNwAreaInfo(v NetworkAreaInfo)
- func (o LocationArea5G) 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 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 MappedNullable
- type MatchingDirection
- 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 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 NetworkPerfExposure
- func (o *NetworkPerfExposure) GetAbsoluteNum() int32
- func (o *NetworkPerfExposure) GetAbsoluteNumOk() (*int32, bool)
- func (o *NetworkPerfExposure) GetConfidence() int32
- func (o *NetworkPerfExposure) GetConfidenceOk() (*int32, bool)
- func (o *NetworkPerfExposure) GetLocArea() LocationArea5G
- func (o *NetworkPerfExposure) GetLocAreaOk() (*LocationArea5G, bool)
- func (o *NetworkPerfExposure) GetNwPerfType() NetworkPerfType
- func (o *NetworkPerfExposure) GetNwPerfTypeOk() (*NetworkPerfType, bool)
- func (o *NetworkPerfExposure) GetRelativeRatio() int32
- func (o *NetworkPerfExposure) GetRelativeRatioOk() (*int32, bool)
- func (o *NetworkPerfExposure) HasAbsoluteNum() bool
- func (o *NetworkPerfExposure) HasConfidence() bool
- func (o *NetworkPerfExposure) HasRelativeRatio() bool
- func (o NetworkPerfExposure) MarshalJSON() ([]byte, error)
- func (o *NetworkPerfExposure) SetAbsoluteNum(v int32)
- func (o *NetworkPerfExposure) SetConfidence(v int32)
- func (o *NetworkPerfExposure) SetLocArea(v LocationArea5G)
- func (o *NetworkPerfExposure) SetNwPerfType(v NetworkPerfType)
- func (o *NetworkPerfExposure) SetRelativeRatio(v int32)
- func (o NetworkPerfExposure) 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 NotificationFlag
- type NotificationMethod
- 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 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 NullableAbnormalExposure
- func (v NullableAbnormalExposure) Get() *AbnormalExposure
- func (v NullableAbnormalExposure) IsSet() bool
- func (v NullableAbnormalExposure) MarshalJSON() ([]byte, error)
- func (v *NullableAbnormalExposure) Set(val *AbnormalExposure)
- func (v *NullableAbnormalExposure) UnmarshalJSON(src []byte) error
- func (v *NullableAbnormalExposure) 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 NullableAccuracy
- type NullableAdditionInfoAnalyticsInfoRequest
- func (v NullableAdditionInfoAnalyticsInfoRequest) Get() *AdditionInfoAnalyticsInfoRequest
- func (v NullableAdditionInfoAnalyticsInfoRequest) IsSet() bool
- func (v NullableAdditionInfoAnalyticsInfoRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAdditionInfoAnalyticsInfoRequest) Set(val *AdditionInfoAnalyticsInfoRequest)
- func (v *NullableAdditionInfoAnalyticsInfoRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAdditionInfoAnalyticsInfoRequest) Unset()
- 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 NullableAnalyticsData
- func (v NullableAnalyticsData) Get() *AnalyticsData
- func (v NullableAnalyticsData) IsSet() bool
- func (v NullableAnalyticsData) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsData) Set(val *AnalyticsData)
- func (v *NullableAnalyticsData) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsData) Unset()
- type NullableAnalyticsEvent
- func (v NullableAnalyticsEvent) Get() *AnalyticsEvent
- func (v NullableAnalyticsEvent) IsSet() bool
- func (v NullableAnalyticsEvent) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsEvent) Set(val *AnalyticsEvent)
- func (v *NullableAnalyticsEvent) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsEvent) Unset()
- type NullableAnalyticsEventFilter
- func (v NullableAnalyticsEventFilter) Get() *AnalyticsEventFilter
- func (v NullableAnalyticsEventFilter) IsSet() bool
- func (v NullableAnalyticsEventFilter) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsEventFilter) Set(val *AnalyticsEventFilter)
- func (v *NullableAnalyticsEventFilter) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsEventFilter) Unset()
- type NullableAnalyticsEventFilterSubsc
- func (v NullableAnalyticsEventFilterSubsc) Get() *AnalyticsEventFilterSubsc
- func (v NullableAnalyticsEventFilterSubsc) IsSet() bool
- func (v NullableAnalyticsEventFilterSubsc) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsEventFilterSubsc) Set(val *AnalyticsEventFilterSubsc)
- func (v *NullableAnalyticsEventFilterSubsc) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsEventFilterSubsc) Unset()
- type NullableAnalyticsEventNotif
- func (v NullableAnalyticsEventNotif) Get() *AnalyticsEventNotif
- func (v NullableAnalyticsEventNotif) IsSet() bool
- func (v NullableAnalyticsEventNotif) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsEventNotif) Set(val *AnalyticsEventNotif)
- func (v *NullableAnalyticsEventNotif) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsEventNotif) Unset()
- type NullableAnalyticsEventNotification
- func (v NullableAnalyticsEventNotification) Get() *AnalyticsEventNotification
- func (v NullableAnalyticsEventNotification) IsSet() bool
- func (v NullableAnalyticsEventNotification) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsEventNotification) Set(val *AnalyticsEventNotification)
- func (v *NullableAnalyticsEventNotification) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsEventNotification) Unset()
- type NullableAnalyticsEventSubsc
- func (v NullableAnalyticsEventSubsc) Get() *AnalyticsEventSubsc
- func (v NullableAnalyticsEventSubsc) IsSet() bool
- func (v NullableAnalyticsEventSubsc) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsEventSubsc) Set(val *AnalyticsEventSubsc)
- func (v *NullableAnalyticsEventSubsc) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsEventSubsc) Unset()
- type NullableAnalyticsExposureSubsc
- func (v NullableAnalyticsExposureSubsc) Get() *AnalyticsExposureSubsc
- func (v NullableAnalyticsExposureSubsc) IsSet() bool
- func (v NullableAnalyticsExposureSubsc) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsExposureSubsc) Set(val *AnalyticsExposureSubsc)
- func (v *NullableAnalyticsExposureSubsc) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsExposureSubsc) Unset()
- type NullableAnalyticsFailureCode
- func (v NullableAnalyticsFailureCode) Get() *AnalyticsFailureCode
- func (v NullableAnalyticsFailureCode) IsSet() bool
- func (v NullableAnalyticsFailureCode) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsFailureCode) Set(val *AnalyticsFailureCode)
- func (v *NullableAnalyticsFailureCode) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsFailureCode) Unset()
- type NullableAnalyticsFailureEventInfo
- func (v NullableAnalyticsFailureEventInfo) Get() *AnalyticsFailureEventInfo
- func (v NullableAnalyticsFailureEventInfo) IsSet() bool
- func (v NullableAnalyticsFailureEventInfo) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsFailureEventInfo) Set(val *AnalyticsFailureEventInfo)
- func (v *NullableAnalyticsFailureEventInfo) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsFailureEventInfo) 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 NullableAnalyticsRequest
- func (v NullableAnalyticsRequest) Get() *AnalyticsRequest
- func (v NullableAnalyticsRequest) IsSet() bool
- func (v NullableAnalyticsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticsRequest) Set(val *AnalyticsRequest)
- func (v *NullableAnalyticsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticsRequest) 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 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 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 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 NullableCongestInfo
- func (v NullableCongestInfo) Get() *CongestInfo
- func (v NullableCongestInfo) IsSet() bool
- func (v NullableCongestInfo) MarshalJSON() ([]byte, error)
- func (v *NullableCongestInfo) Set(val *CongestInfo)
- func (v *NullableCongestInfo) UnmarshalJSON(src []byte) error
- func (v *NullableCongestInfo) Unset()
- type NullableCongestionAnalytics
- func (v NullableCongestionAnalytics) Get() *CongestionAnalytics
- func (v NullableCongestionAnalytics) IsSet() bool
- func (v NullableCongestionAnalytics) MarshalJSON() ([]byte, error)
- func (v *NullableCongestionAnalytics) Set(val *CongestionAnalytics)
- func (v *NullableCongestionAnalytics) UnmarshalJSON(src []byte) error
- func (v *NullableCongestionAnalytics) 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 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 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 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 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 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 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 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 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 NullableHfcNodeId
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableInvalidParam1
- func (v NullableInvalidParam1) Get() *InvalidParam1
- func (v NullableInvalidParam1) IsSet() bool
- func (v NullableInvalidParam1) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam1) Set(val *InvalidParam1)
- func (v *NullableInvalidParam1) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam1) Unset()
- type NullableIpAddr
- 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 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 NullableLocationArea5G
- func (v NullableLocationArea5G) Get() *LocationArea5G
- func (v NullableLocationArea5G) IsSet() bool
- func (v NullableLocationArea5G) MarshalJSON() ([]byte, error)
- func (v *NullableLocationArea5G) Set(val *LocationArea5G)
- func (v *NullableLocationArea5G) UnmarshalJSON(src []byte) error
- func (v *NullableLocationArea5G) 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 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 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 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 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 NullableNetworkPerfExposure
- func (v NullableNetworkPerfExposure) Get() *NetworkPerfExposure
- func (v NullableNetworkPerfExposure) IsSet() bool
- func (v NullableNetworkPerfExposure) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkPerfExposure) Set(val *NetworkPerfExposure)
- func (v *NullableNetworkPerfExposure) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkPerfExposure) 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 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 NullableNrLocation
- type NullableNsiIdInfo
- 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 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 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 NullablePerfData
- 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 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 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 NullableProblemDetails1
- func (v NullableProblemDetails1) Get() *ProblemDetails1
- func (v NullableProblemDetails1) IsSet() bool
- func (v NullableProblemDetails1) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails1) Set(val *ProblemDetails1)
- func (v *NullableProblemDetails1) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails1) Unset()
- type NullableProblemDetailsAnalyticsInfoRequest
- func (v NullableProblemDetailsAnalyticsInfoRequest) Get() *ProblemDetailsAnalyticsInfoRequest
- func (v NullableProblemDetailsAnalyticsInfoRequest) IsSet() bool
- func (v NullableProblemDetailsAnalyticsInfoRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetailsAnalyticsInfoRequest) Set(val *ProblemDetailsAnalyticsInfoRequest)
- func (v *NullableProblemDetailsAnalyticsInfoRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetailsAnalyticsInfoRequest) 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 NullableQosSustainabilityExposure
- func (v NullableQosSustainabilityExposure) Get() *QosSustainabilityExposure
- func (v NullableQosSustainabilityExposure) IsSet() bool
- func (v NullableQosSustainabilityExposure) MarshalJSON() ([]byte, error)
- func (v *NullableQosSustainabilityExposure) Set(val *QosSustainabilityExposure)
- func (v *NullableQosSustainabilityExposure) UnmarshalJSON(src []byte) error
- func (v *NullableQosSustainabilityExposure) 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 NullableRatType
- 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 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 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 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 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 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 NullableSnssai
- type NullableStationaryIndication
- func (v NullableStationaryIndication) Get() *StationaryIndication
- func (v NullableStationaryIndication) IsSet() bool
- func (v NullableStationaryIndication) MarshalJSON() ([]byte, error)
- func (v *NullableStationaryIndication) Set(val *StationaryIndication)
- func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error
- func (v *NullableStationaryIndication) Unset()
- type NullableString
- 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 NullableTai
- type NullableTargetUeId
- type NullableTermCause
- 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 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 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 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 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 NullableUeLocationInfo
- func (v NullableUeLocationInfo) Get() *UeLocationInfo
- func (v NullableUeLocationInfo) IsSet() bool
- func (v NullableUeLocationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUeLocationInfo) Set(val *UeLocationInfo)
- func (v *NullableUeLocationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUeLocationInfo) Unset()
- type NullableUeMobilityExposure
- func (v NullableUeMobilityExposure) Get() *UeMobilityExposure
- func (v NullableUeMobilityExposure) IsSet() bool
- func (v NullableUeMobilityExposure) MarshalJSON() ([]byte, error)
- func (v *NullableUeMobilityExposure) Set(val *UeMobilityExposure)
- func (v *NullableUeMobilityExposure) UnmarshalJSON(src []byte) error
- func (v *NullableUeMobilityExposure) Unset()
- 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 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 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 NullableWebsockNotifConfig
- func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig
- func (v NullableWebsockNotifConfig) IsSet() bool
- func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error)
- func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig)
- func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error
- func (v *NullableWebsockNotifConfig) Unset()
- type NwdafFailureCode
- type OutputStrategy
- type PartitioningCriteria
- 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 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 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 ProblemDetails
- 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) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetSupportedFeatures() string
- func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasSupportedFeatures() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetCause(v string)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetSupportedFeatures(v string)
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetType(v string)
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- type ProblemDetails1
- func (o *ProblemDetails1) GetAccessTokenError() AccessTokenErr
- func (o *ProblemDetails1) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
- func (o *ProblemDetails1) GetAccessTokenRequest() AccessTokenReq
- func (o *ProblemDetails1) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
- func (o *ProblemDetails1) GetCause() string
- func (o *ProblemDetails1) GetCauseOk() (*string, bool)
- func (o *ProblemDetails1) GetDetail() string
- func (o *ProblemDetails1) GetDetailOk() (*string, bool)
- func (o *ProblemDetails1) GetInstance() string
- func (o *ProblemDetails1) GetInstanceOk() (*string, bool)
- func (o *ProblemDetails1) GetInvalidParams() []InvalidParam1
- func (o *ProblemDetails1) GetInvalidParamsOk() ([]InvalidParam1, bool)
- func (o *ProblemDetails1) GetNrfId() string
- func (o *ProblemDetails1) GetNrfIdOk() (*string, bool)
- func (o *ProblemDetails1) GetStatus() int32
- func (o *ProblemDetails1) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails1) GetSupportedApiVersions() []string
- func (o *ProblemDetails1) GetSupportedApiVersionsOk() ([]string, bool)
- func (o *ProblemDetails1) GetSupportedFeatures() string
- func (o *ProblemDetails1) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails1) GetTitle() string
- func (o *ProblemDetails1) GetTitleOk() (*string, bool)
- func (o *ProblemDetails1) GetType() string
- func (o *ProblemDetails1) GetTypeOk() (*string, bool)
- func (o *ProblemDetails1) HasAccessTokenError() bool
- func (o *ProblemDetails1) HasAccessTokenRequest() bool
- func (o *ProblemDetails1) HasCause() bool
- func (o *ProblemDetails1) HasDetail() bool
- func (o *ProblemDetails1) HasInstance() bool
- func (o *ProblemDetails1) HasInvalidParams() bool
- func (o *ProblemDetails1) HasNrfId() bool
- func (o *ProblemDetails1) HasStatus() bool
- func (o *ProblemDetails1) HasSupportedApiVersions() bool
- func (o *ProblemDetails1) HasSupportedFeatures() bool
- func (o *ProblemDetails1) HasTitle() bool
- func (o *ProblemDetails1) HasType() bool
- func (o ProblemDetails1) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails1) SetAccessTokenError(v AccessTokenErr)
- func (o *ProblemDetails1) SetAccessTokenRequest(v AccessTokenReq)
- func (o *ProblemDetails1) SetCause(v string)
- func (o *ProblemDetails1) SetDetail(v string)
- func (o *ProblemDetails1) SetInstance(v string)
- func (o *ProblemDetails1) SetInvalidParams(v []InvalidParam1)
- func (o *ProblemDetails1) SetNrfId(v string)
- func (o *ProblemDetails1) SetStatus(v int32)
- func (o *ProblemDetails1) SetSupportedApiVersions(v []string)
- func (o *ProblemDetails1) SetSupportedFeatures(v string)
- func (o *ProblemDetails1) SetTitle(v string)
- func (o *ProblemDetails1) SetType(v string)
- func (o ProblemDetails1) ToMap() (map[string]interface{}, error)
- type ProblemDetailsAnalyticsInfoRequest
- func (o *ProblemDetailsAnalyticsInfoRequest) GetRvWaitTime() int32
- func (o *ProblemDetailsAnalyticsInfoRequest) GetRvWaitTimeOk() (*int32, bool)
- func (o *ProblemDetailsAnalyticsInfoRequest) HasRvWaitTime() bool
- func (o ProblemDetailsAnalyticsInfoRequest) MarshalJSON() ([]byte, error)
- func (o *ProblemDetailsAnalyticsInfoRequest) SetRvWaitTime(v int32)
- func (o ProblemDetailsAnalyticsInfoRequest) ToMap() (map[string]interface{}, error)
- type QosRequirement
- type QosResourceType
- type QosSustainabilityExposure
- func (o *QosSustainabilityExposure) GetConfidence() int32
- func (o *QosSustainabilityExposure) GetConfidenceOk() (*int32, bool)
- func (o *QosSustainabilityExposure) GetEndTs() time.Time
- func (o *QosSustainabilityExposure) GetEndTsOk() (*time.Time, bool)
- func (o *QosSustainabilityExposure) GetLocArea() LocationArea5G
- func (o *QosSustainabilityExposure) GetLocAreaOk() (*LocationArea5G, bool)
- func (o *QosSustainabilityExposure) GetQosFlowRetThd() RetainabilityThreshold
- func (o *QosSustainabilityExposure) GetQosFlowRetThdOk() (*RetainabilityThreshold, bool)
- func (o *QosSustainabilityExposure) GetRanUeThrouThd() string
- func (o *QosSustainabilityExposure) GetRanUeThrouThdOk() (*string, bool)
- func (o *QosSustainabilityExposure) GetSnssai() Snssai
- func (o *QosSustainabilityExposure) GetSnssaiOk() (*Snssai, bool)
- func (o *QosSustainabilityExposure) GetStartTs() time.Time
- func (o *QosSustainabilityExposure) GetStartTsOk() (*time.Time, bool)
- func (o *QosSustainabilityExposure) HasConfidence() bool
- func (o *QosSustainabilityExposure) HasQosFlowRetThd() bool
- func (o *QosSustainabilityExposure) HasRanUeThrouThd() bool
- func (o *QosSustainabilityExposure) HasSnssai() bool
- func (o QosSustainabilityExposure) MarshalJSON() ([]byte, error)
- func (o *QosSustainabilityExposure) SetConfidence(v int32)
- func (o *QosSustainabilityExposure) SetEndTs(v time.Time)
- func (o *QosSustainabilityExposure) SetLocArea(v LocationArea5G)
- func (o *QosSustainabilityExposure) SetQosFlowRetThd(v RetainabilityThreshold)
- func (o *QosSustainabilityExposure) SetRanUeThrouThd(v string)
- func (o *QosSustainabilityExposure) SetSnssai(v Snssai)
- func (o *QosSustainabilityExposure) SetStartTs(v time.Time)
- func (o QosSustainabilityExposure) ToMap() (map[string]interface{}, error)
- 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 RatType
- 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 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() NotificationMethod
- func (o *ReportingInformation) GetNotifMethodOk() (*NotificationMethod, 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 NotificationMethod)
- 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 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 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 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 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 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 StationaryIndication
- 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 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 TargetUeId
- func (o *TargetUeId) GetAnyUeInd() bool
- func (o *TargetUeId) GetAnyUeIndOk() (*bool, bool)
- func (o *TargetUeId) GetExterGroupId() string
- func (o *TargetUeId) GetExterGroupIdOk() (*string, bool)
- func (o *TargetUeId) GetGpsi() string
- func (o *TargetUeId) GetGpsiOk() (*string, bool)
- func (o *TargetUeId) HasAnyUeInd() bool
- func (o *TargetUeId) HasExterGroupId() bool
- func (o *TargetUeId) HasGpsi() bool
- func (o TargetUeId) MarshalJSON() ([]byte, error)
- func (o *TargetUeId) SetAnyUeInd(v bool)
- func (o *TargetUeId) SetExterGroupId(v string)
- func (o *TargetUeId) SetGpsi(v string)
- func (o TargetUeId) ToMap() (map[string]interface{}, error)
- type TermCause
- 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 TrafficCharacterization
- type TrafficProfile
- 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 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() ScheduledCommunicationTime
- func (o *UeCommunication) GetRecurringTimeOk() (*ScheduledCommunicationTime, 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 ScheduledCommunicationTime)
- 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 UeLocationInfo
- func (o *UeLocationInfo) GetConfidence() int32
- func (o *UeLocationInfo) GetConfidenceOk() (*int32, bool)
- func (o *UeLocationInfo) GetLoc() LocationArea5G
- func (o *UeLocationInfo) GetLocOk() (*LocationArea5G, bool)
- func (o *UeLocationInfo) GetRatio() int32
- func (o *UeLocationInfo) GetRatioOk() (*int32, bool)
- func (o *UeLocationInfo) HasConfidence() bool
- func (o *UeLocationInfo) HasRatio() bool
- func (o UeLocationInfo) MarshalJSON() ([]byte, error)
- func (o *UeLocationInfo) SetConfidence(v int32)
- func (o *UeLocationInfo) SetLoc(v LocationArea5G)
- func (o *UeLocationInfo) SetRatio(v int32)
- func (o UeLocationInfo) ToMap() (map[string]interface{}, error)
- type UeMobilityExposure
- func (o *UeMobilityExposure) GetDuration() int32
- func (o *UeMobilityExposure) GetDurationOk() (*int32, bool)
- func (o *UeMobilityExposure) GetDurationVariance() float32
- func (o *UeMobilityExposure) GetDurationVarianceOk() (*float32, bool)
- func (o *UeMobilityExposure) GetLocInfo() []UeLocationInfo
- func (o *UeMobilityExposure) GetLocInfoOk() ([]UeLocationInfo, bool)
- func (o *UeMobilityExposure) GetRecurringTime() ScheduledCommunicationTime
- func (o *UeMobilityExposure) GetRecurringTimeOk() (*ScheduledCommunicationTime, bool)
- func (o *UeMobilityExposure) GetTs() time.Time
- func (o *UeMobilityExposure) GetTsOk() (*time.Time, bool)
- func (o *UeMobilityExposure) HasDurationVariance() bool
- func (o *UeMobilityExposure) HasRecurringTime() bool
- func (o *UeMobilityExposure) HasTs() bool
- func (o UeMobilityExposure) MarshalJSON() ([]byte, error)
- func (o *UeMobilityExposure) SetDuration(v int32)
- func (o *UeMobilityExposure) SetDurationVariance(v float32)
- func (o *UeMobilityExposure) SetLocInfo(v []UeLocationInfo)
- func (o *UeMobilityExposure) SetRecurringTime(v ScheduledCommunicationTime)
- func (o *UeMobilityExposure) SetTs(v time.Time)
- func (o UeMobilityExposure) ToMap() (map[string]interface{}, error)
- 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 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 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 WebsockNotifConfig
- func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool
- func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool)
- func (o *WebsockNotifConfig) GetWebsocketUri() string
- func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool)
- func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool
- func (o *WebsockNotifConfig) HasWebsocketUri() bool
- func (o WebsockNotifConfig) MarshalJSON() ([]byte, error)
- func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool)
- func (o *WebsockNotifConfig) SetWebsocketUri(v string)
- func (o WebsockNotifConfig) 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") )
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 { AnalyticsExposureAPIFetchAnalyticsInformationApi *AnalyticsExposureAPIFetchAnalyticsInformationApiService AnalyticsExposureSubscriptionsApi *AnalyticsExposureSubscriptionsApiService IndividualAnalyticsExposureSubscriptionApi *IndividualAnalyticsExposureSubscriptionApiService // contains filtered or unexported fields }
APIClient manages communication with the 3gpp-analyticsexposure API v1.2.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 AbnormalExposure ¶
type AbnormalExposure struct { Gpsis []string `json:"gpsis,omitempty"` // 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"` Excep Exception `json:"excep"` // 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"` }
AbnormalExposure Represents a user's abnormal behavior information.
func NewAbnormalExposure ¶
func NewAbnormalExposure(excep Exception) *AbnormalExposure
NewAbnormalExposure instantiates a new AbnormalExposure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAbnormalExposureWithDefaults ¶
func NewAbnormalExposureWithDefaults() *AbnormalExposure
NewAbnormalExposureWithDefaults instantiates a new AbnormalExposure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AbnormalExposure) GetAddtMeasInfo ¶
func (o *AbnormalExposure) GetAddtMeasInfo() AdditionalMeasurement
GetAddtMeasInfo returns the AddtMeasInfo field value if set, zero value otherwise.
func (*AbnormalExposure) GetAddtMeasInfoOk ¶
func (o *AbnormalExposure) 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 (*AbnormalExposure) GetAppId ¶
func (o *AbnormalExposure) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*AbnormalExposure) GetAppIdOk ¶
func (o *AbnormalExposure) 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 (*AbnormalExposure) GetConfidence ¶
func (o *AbnormalExposure) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*AbnormalExposure) GetConfidenceOk ¶
func (o *AbnormalExposure) 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 (*AbnormalExposure) GetDnn ¶
func (o *AbnormalExposure) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*AbnormalExposure) GetDnnOk ¶
func (o *AbnormalExposure) 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 (*AbnormalExposure) GetExcep ¶
func (o *AbnormalExposure) GetExcep() Exception
GetExcep returns the Excep field value
func (*AbnormalExposure) GetExcepOk ¶
func (o *AbnormalExposure) GetExcepOk() (*Exception, bool)
GetExcepOk returns a tuple with the Excep field value and a boolean to check if the value has been set.
func (*AbnormalExposure) GetGpsis ¶
func (o *AbnormalExposure) GetGpsis() []string
GetGpsis returns the Gpsis field value if set, zero value otherwise.
func (*AbnormalExposure) GetGpsisOk ¶
func (o *AbnormalExposure) 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 (*AbnormalExposure) GetRatio ¶
func (o *AbnormalExposure) GetRatio() int32
GetRatio returns the Ratio field value if set, zero value otherwise.
func (*AbnormalExposure) GetRatioOk ¶
func (o *AbnormalExposure) 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 (*AbnormalExposure) GetSnssai ¶
func (o *AbnormalExposure) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*AbnormalExposure) GetSnssaiOk ¶
func (o *AbnormalExposure) 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 (*AbnormalExposure) HasAddtMeasInfo ¶
func (o *AbnormalExposure) HasAddtMeasInfo() bool
HasAddtMeasInfo returns a boolean if a field has been set.
func (*AbnormalExposure) HasAppId ¶
func (o *AbnormalExposure) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*AbnormalExposure) HasConfidence ¶
func (o *AbnormalExposure) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*AbnormalExposure) HasDnn ¶
func (o *AbnormalExposure) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*AbnormalExposure) HasGpsis ¶
func (o *AbnormalExposure) HasGpsis() bool
HasGpsis returns a boolean if a field has been set.
func (*AbnormalExposure) HasRatio ¶
func (o *AbnormalExposure) HasRatio() bool
HasRatio returns a boolean if a field has been set.
func (*AbnormalExposure) HasSnssai ¶
func (o *AbnormalExposure) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (AbnormalExposure) MarshalJSON ¶
func (o AbnormalExposure) MarshalJSON() ([]byte, error)
func (*AbnormalExposure) SetAddtMeasInfo ¶
func (o *AbnormalExposure) SetAddtMeasInfo(v AdditionalMeasurement)
SetAddtMeasInfo gets a reference to the given AdditionalMeasurement and assigns it to the AddtMeasInfo field.
func (*AbnormalExposure) SetAppId ¶
func (o *AbnormalExposure) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*AbnormalExposure) SetConfidence ¶
func (o *AbnormalExposure) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*AbnormalExposure) SetDnn ¶
func (o *AbnormalExposure) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*AbnormalExposure) SetExcep ¶
func (o *AbnormalExposure) SetExcep(v Exception)
SetExcep sets field value
func (*AbnormalExposure) SetGpsis ¶
func (o *AbnormalExposure) SetGpsis(v []string)
SetGpsis gets a reference to the given []string and assigns it to the Gpsis field.
func (*AbnormalExposure) SetRatio ¶
func (o *AbnormalExposure) SetRatio(v int32)
SetRatio gets a reference to the given int32 and assigns it to the Ratio field.
func (*AbnormalExposure) SetSnssai ¶
func (o *AbnormalExposure) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (AbnormalExposure) ToMap ¶
func (o AbnormalExposure) 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 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 AdditionInfoAnalyticsInfoRequest ¶
type AdditionInfoAnalyticsInfoRequest struct { // indicating a time in seconds. RvWaitTime *int32 `json:"rvWaitTime,omitempty"` }
AdditionInfoAnalyticsInfoRequest Indicates additional information why the analytics request is rejected.
func NewAdditionInfoAnalyticsInfoRequest ¶
func NewAdditionInfoAnalyticsInfoRequest() *AdditionInfoAnalyticsInfoRequest
NewAdditionInfoAnalyticsInfoRequest instantiates a new AdditionInfoAnalyticsInfoRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAdditionInfoAnalyticsInfoRequestWithDefaults ¶
func NewAdditionInfoAnalyticsInfoRequestWithDefaults() *AdditionInfoAnalyticsInfoRequest
NewAdditionInfoAnalyticsInfoRequestWithDefaults instantiates a new AdditionInfoAnalyticsInfoRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AdditionInfoAnalyticsInfoRequest) GetRvWaitTime ¶
func (o *AdditionInfoAnalyticsInfoRequest) GetRvWaitTime() int32
GetRvWaitTime returns the RvWaitTime field value if set, zero value otherwise.
func (*AdditionInfoAnalyticsInfoRequest) GetRvWaitTimeOk ¶
func (o *AdditionInfoAnalyticsInfoRequest) 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 (*AdditionInfoAnalyticsInfoRequest) HasRvWaitTime ¶
func (o *AdditionInfoAnalyticsInfoRequest) HasRvWaitTime() bool
HasRvWaitTime returns a boolean if a field has been set.
func (AdditionInfoAnalyticsInfoRequest) MarshalJSON ¶
func (o AdditionInfoAnalyticsInfoRequest) MarshalJSON() ([]byte, error)
func (*AdditionInfoAnalyticsInfoRequest) SetRvWaitTime ¶
func (o *AdditionInfoAnalyticsInfoRequest) SetRvWaitTime(v int32)
SetRvWaitTime gets a reference to the given int32 and assigns it to the RvWaitTime field.
func (AdditionInfoAnalyticsInfoRequest) ToMap ¶
func (o AdditionInfoAnalyticsInfoRequest) ToMap() (map[string]interface{}, error)
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) 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 AnalyticsData ¶
type AnalyticsData struct { // 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"` UeMobilityInfos []UeMobilityExposure `json:"ueMobilityInfos,omitempty"` UeCommInfos []UeCommunication `json:"ueCommInfos,omitempty"` NwPerfInfos []NetworkPerfExposure `json:"nwPerfInfos,omitempty"` AbnormalInfos []AbnormalExposure `json:"abnormalInfos,omitempty"` CongestInfos []CongestInfo `json:"congestInfos,omitempty"` QosSustainInfos []QosSustainabilityExposure `json:"qosSustainInfos,omitempty"` DisperInfos []DispersionInfo `json:"disperInfos,omitempty"` DnPerfInfos []DnPerfInfo `json:"dnPerfInfos,omitempty"` SvcExps []ServiceExperienceInfo `json:"svcExps,omitempty"` DisperReqs []DispersionRequirement `json:"disperReqs,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. SuppFeat string `json:"suppFeat"` }
AnalyticsData Represents analytics data.
func NewAnalyticsData ¶
func NewAnalyticsData(suppFeat string) *AnalyticsData
NewAnalyticsData instantiates a new AnalyticsData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnalyticsDataWithDefaults ¶
func NewAnalyticsDataWithDefaults() *AnalyticsData
NewAnalyticsDataWithDefaults instantiates a new AnalyticsData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AnalyticsData) GetAbnormalInfos ¶
func (o *AnalyticsData) GetAbnormalInfos() []AbnormalExposure
GetAbnormalInfos returns the AbnormalInfos field value if set, zero value otherwise.
func (*AnalyticsData) GetAbnormalInfosOk ¶
func (o *AnalyticsData) GetAbnormalInfosOk() ([]AbnormalExposure, bool)
GetAbnormalInfosOk returns a tuple with the AbnormalInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsData) GetCongestInfos ¶
func (o *AnalyticsData) GetCongestInfos() []CongestInfo
GetCongestInfos returns the CongestInfos field value if set, zero value otherwise.
func (*AnalyticsData) GetCongestInfosOk ¶
func (o *AnalyticsData) GetCongestInfosOk() ([]CongestInfo, bool)
GetCongestInfosOk returns a tuple with the CongestInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsData) GetDisperInfos ¶
func (o *AnalyticsData) GetDisperInfos() []DispersionInfo
GetDisperInfos returns the DisperInfos field value if set, zero value otherwise.
func (*AnalyticsData) GetDisperInfosOk ¶
func (o *AnalyticsData) 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 (*AnalyticsData) GetDisperReqs ¶
func (o *AnalyticsData) GetDisperReqs() []DispersionRequirement
GetDisperReqs returns the DisperReqs field value if set, zero value otherwise.
func (*AnalyticsData) GetDisperReqsOk ¶
func (o *AnalyticsData) 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 (*AnalyticsData) GetDnPerfInfos ¶
func (o *AnalyticsData) GetDnPerfInfos() []DnPerfInfo
GetDnPerfInfos returns the DnPerfInfos field value if set, zero value otherwise.
func (*AnalyticsData) GetDnPerfInfosOk ¶
func (o *AnalyticsData) 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 (*AnalyticsData) GetExpiry ¶
func (o *AnalyticsData) GetExpiry() time.Time
GetExpiry returns the Expiry field value if set, zero value otherwise.
func (*AnalyticsData) GetExpiryOk ¶
func (o *AnalyticsData) 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 (*AnalyticsData) GetNwPerfInfos ¶
func (o *AnalyticsData) GetNwPerfInfos() []NetworkPerfExposure
GetNwPerfInfos returns the NwPerfInfos field value if set, zero value otherwise.
func (*AnalyticsData) GetNwPerfInfosOk ¶
func (o *AnalyticsData) GetNwPerfInfosOk() ([]NetworkPerfExposure, bool)
GetNwPerfInfosOk returns a tuple with the NwPerfInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsData) GetQosSustainInfos ¶
func (o *AnalyticsData) GetQosSustainInfos() []QosSustainabilityExposure
GetQosSustainInfos returns the QosSustainInfos field value if set, zero value otherwise.
func (*AnalyticsData) GetQosSustainInfosOk ¶
func (o *AnalyticsData) GetQosSustainInfosOk() ([]QosSustainabilityExposure, 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 (*AnalyticsData) GetStart ¶
func (o *AnalyticsData) GetStart() time.Time
GetStart returns the Start field value if set, zero value otherwise.
func (*AnalyticsData) GetStartOk ¶
func (o *AnalyticsData) 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 (*AnalyticsData) GetSuppFeat ¶
func (o *AnalyticsData) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value
func (*AnalyticsData) GetSuppFeatOk ¶
func (o *AnalyticsData) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value and a boolean to check if the value has been set.
func (*AnalyticsData) GetSvcExps ¶
func (o *AnalyticsData) GetSvcExps() []ServiceExperienceInfo
GetSvcExps returns the SvcExps field value if set, zero value otherwise.
func (*AnalyticsData) GetSvcExpsOk ¶
func (o *AnalyticsData) 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 (*AnalyticsData) GetTimeStampGen ¶
func (o *AnalyticsData) GetTimeStampGen() time.Time
GetTimeStampGen returns the TimeStampGen field value if set, zero value otherwise.
func (*AnalyticsData) GetTimeStampGenOk ¶
func (o *AnalyticsData) 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 (*AnalyticsData) GetUeCommInfos ¶
func (o *AnalyticsData) GetUeCommInfos() []UeCommunication
GetUeCommInfos returns the UeCommInfos field value if set, zero value otherwise.
func (*AnalyticsData) GetUeCommInfosOk ¶
func (o *AnalyticsData) GetUeCommInfosOk() ([]UeCommunication, bool)
GetUeCommInfosOk returns a tuple with the UeCommInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsData) GetUeMobilityInfos ¶
func (o *AnalyticsData) GetUeMobilityInfos() []UeMobilityExposure
GetUeMobilityInfos returns the UeMobilityInfos field value if set, zero value otherwise.
func (*AnalyticsData) GetUeMobilityInfosOk ¶
func (o *AnalyticsData) GetUeMobilityInfosOk() ([]UeMobilityExposure, bool)
GetUeMobilityInfosOk returns a tuple with the UeMobilityInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsData) HasAbnormalInfos ¶
func (o *AnalyticsData) HasAbnormalInfos() bool
HasAbnormalInfos returns a boolean if a field has been set.
func (*AnalyticsData) HasCongestInfos ¶
func (o *AnalyticsData) HasCongestInfos() bool
HasCongestInfos returns a boolean if a field has been set.
func (*AnalyticsData) HasDisperInfos ¶
func (o *AnalyticsData) HasDisperInfos() bool
HasDisperInfos returns a boolean if a field has been set.
func (*AnalyticsData) HasDisperReqs ¶
func (o *AnalyticsData) HasDisperReqs() bool
HasDisperReqs returns a boolean if a field has been set.
func (*AnalyticsData) HasDnPerfInfos ¶
func (o *AnalyticsData) HasDnPerfInfos() bool
HasDnPerfInfos returns a boolean if a field has been set.
func (*AnalyticsData) HasExpiry ¶
func (o *AnalyticsData) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (*AnalyticsData) HasNwPerfInfos ¶
func (o *AnalyticsData) HasNwPerfInfos() bool
HasNwPerfInfos returns a boolean if a field has been set.
func (*AnalyticsData) HasQosSustainInfos ¶
func (o *AnalyticsData) HasQosSustainInfos() bool
HasQosSustainInfos returns a boolean if a field has been set.
func (*AnalyticsData) HasStart ¶
func (o *AnalyticsData) HasStart() bool
HasStart returns a boolean if a field has been set.
func (*AnalyticsData) HasSvcExps ¶
func (o *AnalyticsData) HasSvcExps() bool
HasSvcExps returns a boolean if a field has been set.
func (*AnalyticsData) HasTimeStampGen ¶
func (o *AnalyticsData) HasTimeStampGen() bool
HasTimeStampGen returns a boolean if a field has been set.
func (*AnalyticsData) HasUeCommInfos ¶
func (o *AnalyticsData) HasUeCommInfos() bool
HasUeCommInfos returns a boolean if a field has been set.
func (*AnalyticsData) HasUeMobilityInfos ¶
func (o *AnalyticsData) HasUeMobilityInfos() bool
HasUeMobilityInfos returns a boolean if a field has been set.
func (AnalyticsData) MarshalJSON ¶
func (o AnalyticsData) MarshalJSON() ([]byte, error)
func (*AnalyticsData) SetAbnormalInfos ¶
func (o *AnalyticsData) SetAbnormalInfos(v []AbnormalExposure)
SetAbnormalInfos gets a reference to the given []AbnormalExposure and assigns it to the AbnormalInfos field.
func (*AnalyticsData) SetCongestInfos ¶
func (o *AnalyticsData) SetCongestInfos(v []CongestInfo)
SetCongestInfos gets a reference to the given []CongestInfo and assigns it to the CongestInfos field.
func (*AnalyticsData) SetDisperInfos ¶
func (o *AnalyticsData) SetDisperInfos(v []DispersionInfo)
SetDisperInfos gets a reference to the given []DispersionInfo and assigns it to the DisperInfos field.
func (*AnalyticsData) SetDisperReqs ¶
func (o *AnalyticsData) SetDisperReqs(v []DispersionRequirement)
SetDisperReqs gets a reference to the given []DispersionRequirement and assigns it to the DisperReqs field.
func (*AnalyticsData) SetDnPerfInfos ¶
func (o *AnalyticsData) SetDnPerfInfos(v []DnPerfInfo)
SetDnPerfInfos gets a reference to the given []DnPerfInfo and assigns it to the DnPerfInfos field.
func (*AnalyticsData) SetExpiry ¶
func (o *AnalyticsData) SetExpiry(v time.Time)
SetExpiry gets a reference to the given time.Time and assigns it to the Expiry field.
func (*AnalyticsData) SetNwPerfInfos ¶
func (o *AnalyticsData) SetNwPerfInfos(v []NetworkPerfExposure)
SetNwPerfInfos gets a reference to the given []NetworkPerfExposure and assigns it to the NwPerfInfos field.
func (*AnalyticsData) SetQosSustainInfos ¶
func (o *AnalyticsData) SetQosSustainInfos(v []QosSustainabilityExposure)
SetQosSustainInfos gets a reference to the given []QosSustainabilityExposure and assigns it to the QosSustainInfos field.
func (*AnalyticsData) SetStart ¶
func (o *AnalyticsData) SetStart(v time.Time)
SetStart gets a reference to the given time.Time and assigns it to the Start field.
func (*AnalyticsData) SetSuppFeat ¶
func (o *AnalyticsData) SetSuppFeat(v string)
SetSuppFeat sets field value
func (*AnalyticsData) SetSvcExps ¶
func (o *AnalyticsData) SetSvcExps(v []ServiceExperienceInfo)
SetSvcExps gets a reference to the given []ServiceExperienceInfo and assigns it to the SvcExps field.
func (*AnalyticsData) SetTimeStampGen ¶
func (o *AnalyticsData) SetTimeStampGen(v time.Time)
SetTimeStampGen gets a reference to the given time.Time and assigns it to the TimeStampGen field.
func (*AnalyticsData) SetUeCommInfos ¶
func (o *AnalyticsData) SetUeCommInfos(v []UeCommunication)
SetUeCommInfos gets a reference to the given []UeCommunication and assigns it to the UeCommInfos field.
func (*AnalyticsData) SetUeMobilityInfos ¶
func (o *AnalyticsData) SetUeMobilityInfos(v []UeMobilityExposure)
SetUeMobilityInfos gets a reference to the given []UeMobilityExposure and assigns it to the UeMobilityInfos field.
func (AnalyticsData) ToMap ¶
func (o AnalyticsData) ToMap() (map[string]interface{}, error)
type AnalyticsEvent ¶
type AnalyticsEvent struct {
String *string
}
AnalyticsEvent Possible values are: - UE_MOBILITY: The AF requests to be notified about analytics information of UE mobility. - UE_COMM: The AF requests to be notified about analytics information of UE communication. - ABNORMAL_BEHAVIOR: The AF requests to be notified about analytics information of UE's abnormal behavior. - CONGESTION: The AF requests to be notified about analytics information of user data congestion information. - NETWORK_PERFORMANCE: The AF requests to be notified about analytics information of network performance. - QOS_SUSTAINABILITY: The AF requests to be notified about analytics information of QoS sustainability. - DISPERSION: The AF requests to be notified about analytics information of Dispersion analytics. - DN_PERFORMANCE: The AF requests to be notified about analytics information of DN performance. - SERVICE_EXPERIENCE: The AF requests to be notified about analytics information of service experience.
func (*AnalyticsEvent) MarshalJSON ¶
func (src *AnalyticsEvent) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AnalyticsEvent) UnmarshalJSON ¶
func (dst *AnalyticsEvent) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AnalyticsEventFilter ¶
type AnalyticsEventFilter struct { LocArea *LocationArea5G `json:"locArea,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"` Dnais []string `json:"dnais,omitempty"` NwPerfTypes []NetworkPerfType `json:"nwPerfTypes,omitempty"` AppIds []string `json:"appIds,omitempty"` ExcepIds []ExceptionId `json:"excepIds,omitempty"` ExptAnaType *ExpectedAnalyticsType `json:"exptAnaType,omitempty"` ExptUeBehav *ExpectedUeBehaviourData `json:"exptUeBehav,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` NsiIdInfos []NsiIdInfo `json:"nsiIdInfos,omitempty"` QosReq *QosRequirement `json:"qosReq,omitempty"` ListOfAnaSubsets []AnalyticsSubset `json:"listOfAnaSubsets,omitempty"` DnPerfReqs []DnPerformanceReq `json:"dnPerfReqs,omitempty"` BwRequs []BwRequirement `json:"bwRequs,omitempty"` RatFreqs []RatFreqInformation `json:"ratFreqs,omitempty"` AppServerAddrs []AddrFqdn `json:"appServerAddrs,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxNumOfTopAppUl *int32 `json:"maxNumOfTopAppUl,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxNumOfTopAppDl *int32 `json:"maxNumOfTopAppDl,omitempty"` VisitedLocAreas []LocationArea5G `json:"visitedLocAreas,omitempty"` }
AnalyticsEventFilter Represents analytics event filter information.
func NewAnalyticsEventFilter ¶
func NewAnalyticsEventFilter() *AnalyticsEventFilter
NewAnalyticsEventFilter instantiates a new AnalyticsEventFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnalyticsEventFilterWithDefaults ¶
func NewAnalyticsEventFilterWithDefaults() *AnalyticsEventFilter
NewAnalyticsEventFilterWithDefaults instantiates a new AnalyticsEventFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AnalyticsEventFilter) GetAppIds ¶
func (o *AnalyticsEventFilter) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetAppIdsOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetAppServerAddrs ¶
func (o *AnalyticsEventFilter) GetAppServerAddrs() []AddrFqdn
GetAppServerAddrs returns the AppServerAddrs field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetAppServerAddrsOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetBwRequs ¶
func (o *AnalyticsEventFilter) GetBwRequs() []BwRequirement
GetBwRequs returns the BwRequs field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetBwRequsOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetDnPerfReqs ¶
func (o *AnalyticsEventFilter) GetDnPerfReqs() []DnPerformanceReq
GetDnPerfReqs returns the DnPerfReqs field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetDnPerfReqsOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetDnais ¶
func (o *AnalyticsEventFilter) GetDnais() []string
GetDnais returns the Dnais field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetDnaisOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetDnn ¶
func (o *AnalyticsEventFilter) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetDnnOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetExcepIds ¶
func (o *AnalyticsEventFilter) GetExcepIds() []ExceptionId
GetExcepIds returns the ExcepIds field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetExcepIdsOk ¶
func (o *AnalyticsEventFilter) GetExcepIdsOk() ([]ExceptionId, bool)
GetExcepIdsOk returns a tuple with the ExcepIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilter) GetExptAnaType ¶
func (o *AnalyticsEventFilter) GetExptAnaType() ExpectedAnalyticsType
GetExptAnaType returns the ExptAnaType field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetExptAnaTypeOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetExptUeBehav ¶
func (o *AnalyticsEventFilter) GetExptUeBehav() ExpectedUeBehaviourData
GetExptUeBehav returns the ExptUeBehav field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetExptUeBehavOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetListOfAnaSubsets ¶
func (o *AnalyticsEventFilter) GetListOfAnaSubsets() []AnalyticsSubset
GetListOfAnaSubsets returns the ListOfAnaSubsets field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetListOfAnaSubsetsOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetLocArea ¶
func (o *AnalyticsEventFilter) GetLocArea() LocationArea5G
GetLocArea returns the LocArea field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetLocAreaOk ¶
func (o *AnalyticsEventFilter) GetLocAreaOk() (*LocationArea5G, 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 (*AnalyticsEventFilter) GetMaxNumOfTopAppDl ¶
func (o *AnalyticsEventFilter) GetMaxNumOfTopAppDl() int32
GetMaxNumOfTopAppDl returns the MaxNumOfTopAppDl field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetMaxNumOfTopAppDlOk ¶
func (o *AnalyticsEventFilter) GetMaxNumOfTopAppDlOk() (*int32, bool)
GetMaxNumOfTopAppDlOk returns a tuple with the MaxNumOfTopAppDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilter) GetMaxNumOfTopAppUl ¶
func (o *AnalyticsEventFilter) GetMaxNumOfTopAppUl() int32
GetMaxNumOfTopAppUl returns the MaxNumOfTopAppUl field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetMaxNumOfTopAppUlOk ¶
func (o *AnalyticsEventFilter) GetMaxNumOfTopAppUlOk() (*int32, bool)
GetMaxNumOfTopAppUlOk returns a tuple with the MaxNumOfTopAppUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilter) GetNsiIdInfos ¶
func (o *AnalyticsEventFilter) GetNsiIdInfos() []NsiIdInfo
GetNsiIdInfos returns the NsiIdInfos field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetNsiIdInfosOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetNwPerfTypes ¶
func (o *AnalyticsEventFilter) GetNwPerfTypes() []NetworkPerfType
GetNwPerfTypes returns the NwPerfTypes field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetNwPerfTypesOk ¶
func (o *AnalyticsEventFilter) GetNwPerfTypesOk() ([]NetworkPerfType, bool)
GetNwPerfTypesOk returns a tuple with the NwPerfTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilter) GetQosReq ¶
func (o *AnalyticsEventFilter) GetQosReq() QosRequirement
GetQosReq returns the QosReq field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetQosReqOk ¶
func (o *AnalyticsEventFilter) GetQosReqOk() (*QosRequirement, bool)
GetQosReqOk returns a tuple with the QosReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilter) GetRatFreqs ¶
func (o *AnalyticsEventFilter) GetRatFreqs() []RatFreqInformation
GetRatFreqs returns the RatFreqs field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetRatFreqsOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetSnssai ¶
func (o *AnalyticsEventFilter) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetSnssaiOk ¶
func (o *AnalyticsEventFilter) 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 (*AnalyticsEventFilter) GetVisitedLocAreas ¶
func (o *AnalyticsEventFilter) GetVisitedLocAreas() []LocationArea5G
GetVisitedLocAreas returns the VisitedLocAreas field value if set, zero value otherwise.
func (*AnalyticsEventFilter) GetVisitedLocAreasOk ¶
func (o *AnalyticsEventFilter) GetVisitedLocAreasOk() ([]LocationArea5G, bool)
GetVisitedLocAreasOk returns a tuple with the VisitedLocAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilter) HasAppIds ¶
func (o *AnalyticsEventFilter) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasAppServerAddrs ¶
func (o *AnalyticsEventFilter) HasAppServerAddrs() bool
HasAppServerAddrs returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasBwRequs ¶
func (o *AnalyticsEventFilter) HasBwRequs() bool
HasBwRequs returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasDnPerfReqs ¶
func (o *AnalyticsEventFilter) HasDnPerfReqs() bool
HasDnPerfReqs returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasDnais ¶
func (o *AnalyticsEventFilter) HasDnais() bool
HasDnais returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasDnn ¶
func (o *AnalyticsEventFilter) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasExcepIds ¶
func (o *AnalyticsEventFilter) HasExcepIds() bool
HasExcepIds returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasExptAnaType ¶
func (o *AnalyticsEventFilter) HasExptAnaType() bool
HasExptAnaType returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasExptUeBehav ¶
func (o *AnalyticsEventFilter) HasExptUeBehav() bool
HasExptUeBehav returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasListOfAnaSubsets ¶
func (o *AnalyticsEventFilter) HasListOfAnaSubsets() bool
HasListOfAnaSubsets returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasLocArea ¶
func (o *AnalyticsEventFilter) HasLocArea() bool
HasLocArea returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasMaxNumOfTopAppDl ¶
func (o *AnalyticsEventFilter) HasMaxNumOfTopAppDl() bool
HasMaxNumOfTopAppDl returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasMaxNumOfTopAppUl ¶
func (o *AnalyticsEventFilter) HasMaxNumOfTopAppUl() bool
HasMaxNumOfTopAppUl returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasNsiIdInfos ¶
func (o *AnalyticsEventFilter) HasNsiIdInfos() bool
HasNsiIdInfos returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasNwPerfTypes ¶
func (o *AnalyticsEventFilter) HasNwPerfTypes() bool
HasNwPerfTypes returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasQosReq ¶
func (o *AnalyticsEventFilter) HasQosReq() bool
HasQosReq returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasRatFreqs ¶
func (o *AnalyticsEventFilter) HasRatFreqs() bool
HasRatFreqs returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasSnssai ¶
func (o *AnalyticsEventFilter) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*AnalyticsEventFilter) HasVisitedLocAreas ¶
func (o *AnalyticsEventFilter) HasVisitedLocAreas() bool
HasVisitedLocAreas returns a boolean if a field has been set.
func (AnalyticsEventFilter) MarshalJSON ¶
func (o AnalyticsEventFilter) MarshalJSON() ([]byte, error)
func (*AnalyticsEventFilter) SetAppIds ¶
func (o *AnalyticsEventFilter) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (*AnalyticsEventFilter) SetAppServerAddrs ¶
func (o *AnalyticsEventFilter) SetAppServerAddrs(v []AddrFqdn)
SetAppServerAddrs gets a reference to the given []AddrFqdn and assigns it to the AppServerAddrs field.
func (*AnalyticsEventFilter) SetBwRequs ¶
func (o *AnalyticsEventFilter) SetBwRequs(v []BwRequirement)
SetBwRequs gets a reference to the given []BwRequirement and assigns it to the BwRequs field.
func (*AnalyticsEventFilter) SetDnPerfReqs ¶
func (o *AnalyticsEventFilter) SetDnPerfReqs(v []DnPerformanceReq)
SetDnPerfReqs gets a reference to the given []DnPerformanceReq and assigns it to the DnPerfReqs field.
func (*AnalyticsEventFilter) SetDnais ¶
func (o *AnalyticsEventFilter) SetDnais(v []string)
SetDnais gets a reference to the given []string and assigns it to the Dnais field.
func (*AnalyticsEventFilter) SetDnn ¶
func (o *AnalyticsEventFilter) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*AnalyticsEventFilter) SetExcepIds ¶
func (o *AnalyticsEventFilter) SetExcepIds(v []ExceptionId)
SetExcepIds gets a reference to the given []ExceptionId and assigns it to the ExcepIds field.
func (*AnalyticsEventFilter) SetExptAnaType ¶
func (o *AnalyticsEventFilter) SetExptAnaType(v ExpectedAnalyticsType)
SetExptAnaType gets a reference to the given ExpectedAnalyticsType and assigns it to the ExptAnaType field.
func (*AnalyticsEventFilter) SetExptUeBehav ¶
func (o *AnalyticsEventFilter) SetExptUeBehav(v ExpectedUeBehaviourData)
SetExptUeBehav gets a reference to the given ExpectedUeBehaviourData and assigns it to the ExptUeBehav field.
func (*AnalyticsEventFilter) SetListOfAnaSubsets ¶
func (o *AnalyticsEventFilter) SetListOfAnaSubsets(v []AnalyticsSubset)
SetListOfAnaSubsets gets a reference to the given []AnalyticsSubset and assigns it to the ListOfAnaSubsets field.
func (*AnalyticsEventFilter) SetLocArea ¶
func (o *AnalyticsEventFilter) SetLocArea(v LocationArea5G)
SetLocArea gets a reference to the given LocationArea5G and assigns it to the LocArea field.
func (*AnalyticsEventFilter) SetMaxNumOfTopAppDl ¶
func (o *AnalyticsEventFilter) SetMaxNumOfTopAppDl(v int32)
SetMaxNumOfTopAppDl gets a reference to the given int32 and assigns it to the MaxNumOfTopAppDl field.
func (*AnalyticsEventFilter) SetMaxNumOfTopAppUl ¶
func (o *AnalyticsEventFilter) SetMaxNumOfTopAppUl(v int32)
SetMaxNumOfTopAppUl gets a reference to the given int32 and assigns it to the MaxNumOfTopAppUl field.
func (*AnalyticsEventFilter) SetNsiIdInfos ¶
func (o *AnalyticsEventFilter) SetNsiIdInfos(v []NsiIdInfo)
SetNsiIdInfos gets a reference to the given []NsiIdInfo and assigns it to the NsiIdInfos field.
func (*AnalyticsEventFilter) SetNwPerfTypes ¶
func (o *AnalyticsEventFilter) SetNwPerfTypes(v []NetworkPerfType)
SetNwPerfTypes gets a reference to the given []NetworkPerfType and assigns it to the NwPerfTypes field.
func (*AnalyticsEventFilter) SetQosReq ¶
func (o *AnalyticsEventFilter) SetQosReq(v QosRequirement)
SetQosReq gets a reference to the given QosRequirement and assigns it to the QosReq field.
func (*AnalyticsEventFilter) SetRatFreqs ¶
func (o *AnalyticsEventFilter) SetRatFreqs(v []RatFreqInformation)
SetRatFreqs gets a reference to the given []RatFreqInformation and assigns it to the RatFreqs field.
func (*AnalyticsEventFilter) SetSnssai ¶
func (o *AnalyticsEventFilter) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*AnalyticsEventFilter) SetVisitedLocAreas ¶
func (o *AnalyticsEventFilter) SetVisitedLocAreas(v []LocationArea5G)
SetVisitedLocAreas gets a reference to the given []LocationArea5G and assigns it to the VisitedLocAreas field.
func (AnalyticsEventFilter) ToMap ¶
func (o AnalyticsEventFilter) ToMap() (map[string]interface{}, error)
type AnalyticsEventFilterSubsc ¶
type AnalyticsEventFilterSubsc struct { NwPerfReqs []NetworkPerfRequirement `json:"nwPerfReqs,omitempty"` LocArea *LocationArea5G `json:"locArea,omitempty"` AppIds []string `json:"appIds,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"` Dnais []string `json:"dnais,omitempty"` ExcepRequs []Exception `json:"excepRequs,omitempty"` ExptAnaType *ExpectedAnalyticsType `json:"exptAnaType,omitempty"` ExptUeBehav *ExpectedUeBehaviourData `json:"exptUeBehav,omitempty"` MatchingDir *MatchingDirection `json:"matchingDir,omitempty"` ReptThlds []ThresholdLevel `json:"reptThlds,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` NsiIdInfos []NsiIdInfo `json:"nsiIdInfos,omitempty"` QosReq *QosRequirement `json:"qosReq,omitempty"` QosFlowRetThds []RetainabilityThreshold `json:"qosFlowRetThds,omitempty"` RanUeThrouThds []string `json:"ranUeThrouThds,omitempty"` DisperReqs []DispersionRequirement `json:"disperReqs,omitempty"` ListOfAnaSubsets []AnalyticsSubset `json:"listOfAnaSubsets,omitempty"` DnPerfReqs []DnPerformanceReq `json:"dnPerfReqs,omitempty"` BwRequs []BwRequirement `json:"bwRequs,omitempty"` RatFreqs []RatFreqInformation `json:"ratFreqs,omitempty"` AppServerAddrs []AddrFqdn `json:"appServerAddrs,omitempty"` ExtraReportReq *EventReportingRequirement `json:"extraReportReq,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxNumOfTopAppUl *int32 `json:"maxNumOfTopAppUl,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. MaxNumOfTopAppDl *int32 `json:"maxNumOfTopAppDl,omitempty"` VisitedLocAreas []LocationArea5G `json:"visitedLocAreas,omitempty"` }
AnalyticsEventFilterSubsc Represents an analytics event filter.
func NewAnalyticsEventFilterSubsc ¶
func NewAnalyticsEventFilterSubsc() *AnalyticsEventFilterSubsc
NewAnalyticsEventFilterSubsc instantiates a new AnalyticsEventFilterSubsc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnalyticsEventFilterSubscWithDefaults ¶
func NewAnalyticsEventFilterSubscWithDefaults() *AnalyticsEventFilterSubsc
NewAnalyticsEventFilterSubscWithDefaults instantiates a new AnalyticsEventFilterSubsc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AnalyticsEventFilterSubsc) GetAppIds ¶
func (o *AnalyticsEventFilterSubsc) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetAppIdsOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetAppServerAddrs ¶
func (o *AnalyticsEventFilterSubsc) GetAppServerAddrs() []AddrFqdn
GetAppServerAddrs returns the AppServerAddrs field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetAppServerAddrsOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetBwRequs ¶
func (o *AnalyticsEventFilterSubsc) GetBwRequs() []BwRequirement
GetBwRequs returns the BwRequs field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetBwRequsOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetDisperReqs ¶
func (o *AnalyticsEventFilterSubsc) GetDisperReqs() []DispersionRequirement
GetDisperReqs returns the DisperReqs field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetDisperReqsOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetDnPerfReqs ¶
func (o *AnalyticsEventFilterSubsc) GetDnPerfReqs() []DnPerformanceReq
GetDnPerfReqs returns the DnPerfReqs field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetDnPerfReqsOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetDnais ¶
func (o *AnalyticsEventFilterSubsc) GetDnais() []string
GetDnais returns the Dnais field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetDnaisOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetDnn ¶
func (o *AnalyticsEventFilterSubsc) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetDnnOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetExcepRequs ¶
func (o *AnalyticsEventFilterSubsc) GetExcepRequs() []Exception
GetExcepRequs returns the ExcepRequs field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetExcepRequsOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetExptAnaType ¶
func (o *AnalyticsEventFilterSubsc) GetExptAnaType() ExpectedAnalyticsType
GetExptAnaType returns the ExptAnaType field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetExptAnaTypeOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetExptUeBehav ¶
func (o *AnalyticsEventFilterSubsc) GetExptUeBehav() ExpectedUeBehaviourData
GetExptUeBehav returns the ExptUeBehav field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetExptUeBehavOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetExtraReportReq ¶
func (o *AnalyticsEventFilterSubsc) GetExtraReportReq() EventReportingRequirement
GetExtraReportReq returns the ExtraReportReq field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetExtraReportReqOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetListOfAnaSubsets ¶
func (o *AnalyticsEventFilterSubsc) GetListOfAnaSubsets() []AnalyticsSubset
GetListOfAnaSubsets returns the ListOfAnaSubsets field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetListOfAnaSubsetsOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetLocArea ¶
func (o *AnalyticsEventFilterSubsc) GetLocArea() LocationArea5G
GetLocArea returns the LocArea field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetLocAreaOk ¶
func (o *AnalyticsEventFilterSubsc) GetLocAreaOk() (*LocationArea5G, 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 (*AnalyticsEventFilterSubsc) GetMatchingDir ¶
func (o *AnalyticsEventFilterSubsc) GetMatchingDir() MatchingDirection
GetMatchingDir returns the MatchingDir field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetMatchingDirOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetMaxNumOfTopAppDl ¶
func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppDl() int32
GetMaxNumOfTopAppDl returns the MaxNumOfTopAppDl field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetMaxNumOfTopAppDlOk ¶
func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppDlOk() (*int32, bool)
GetMaxNumOfTopAppDlOk returns a tuple with the MaxNumOfTopAppDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilterSubsc) GetMaxNumOfTopAppUl ¶
func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppUl() int32
GetMaxNumOfTopAppUl returns the MaxNumOfTopAppUl field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetMaxNumOfTopAppUlOk ¶
func (o *AnalyticsEventFilterSubsc) GetMaxNumOfTopAppUlOk() (*int32, bool)
GetMaxNumOfTopAppUlOk returns a tuple with the MaxNumOfTopAppUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilterSubsc) GetNsiIdInfos ¶
func (o *AnalyticsEventFilterSubsc) GetNsiIdInfos() []NsiIdInfo
GetNsiIdInfos returns the NsiIdInfos field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetNsiIdInfosOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetNwPerfReqs ¶
func (o *AnalyticsEventFilterSubsc) GetNwPerfReqs() []NetworkPerfRequirement
GetNwPerfReqs returns the NwPerfReqs field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetNwPerfReqsOk ¶
func (o *AnalyticsEventFilterSubsc) GetNwPerfReqsOk() ([]NetworkPerfRequirement, bool)
GetNwPerfReqsOk returns a tuple with the NwPerfReqs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilterSubsc) GetQosFlowRetThds ¶
func (o *AnalyticsEventFilterSubsc) GetQosFlowRetThds() []RetainabilityThreshold
GetQosFlowRetThds returns the QosFlowRetThds field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetQosFlowRetThdsOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetQosReq ¶
func (o *AnalyticsEventFilterSubsc) GetQosReq() QosRequirement
GetQosReq returns the QosReq field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetQosReqOk ¶
func (o *AnalyticsEventFilterSubsc) GetQosReqOk() (*QosRequirement, bool)
GetQosReqOk returns a tuple with the QosReq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilterSubsc) GetRanUeThrouThds ¶
func (o *AnalyticsEventFilterSubsc) GetRanUeThrouThds() []string
GetRanUeThrouThds returns the RanUeThrouThds field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetRanUeThrouThdsOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetRatFreqs ¶
func (o *AnalyticsEventFilterSubsc) GetRatFreqs() []RatFreqInformation
GetRatFreqs returns the RatFreqs field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetRatFreqsOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetReptThlds ¶
func (o *AnalyticsEventFilterSubsc) GetReptThlds() []ThresholdLevel
GetReptThlds returns the ReptThlds field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetReptThldsOk ¶
func (o *AnalyticsEventFilterSubsc) GetReptThldsOk() ([]ThresholdLevel, bool)
GetReptThldsOk returns a tuple with the ReptThlds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilterSubsc) GetSnssai ¶
func (o *AnalyticsEventFilterSubsc) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetSnssaiOk ¶
func (o *AnalyticsEventFilterSubsc) 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 (*AnalyticsEventFilterSubsc) GetVisitedLocAreas ¶
func (o *AnalyticsEventFilterSubsc) GetVisitedLocAreas() []LocationArea5G
GetVisitedLocAreas returns the VisitedLocAreas field value if set, zero value otherwise.
func (*AnalyticsEventFilterSubsc) GetVisitedLocAreasOk ¶
func (o *AnalyticsEventFilterSubsc) GetVisitedLocAreasOk() ([]LocationArea5G, bool)
GetVisitedLocAreasOk returns a tuple with the VisitedLocAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventFilterSubsc) HasAppIds ¶
func (o *AnalyticsEventFilterSubsc) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasAppServerAddrs ¶
func (o *AnalyticsEventFilterSubsc) HasAppServerAddrs() bool
HasAppServerAddrs returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasBwRequs ¶
func (o *AnalyticsEventFilterSubsc) HasBwRequs() bool
HasBwRequs returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasDisperReqs ¶
func (o *AnalyticsEventFilterSubsc) HasDisperReqs() bool
HasDisperReqs returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasDnPerfReqs ¶
func (o *AnalyticsEventFilterSubsc) HasDnPerfReqs() bool
HasDnPerfReqs returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasDnais ¶
func (o *AnalyticsEventFilterSubsc) HasDnais() bool
HasDnais returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasDnn ¶
func (o *AnalyticsEventFilterSubsc) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasExcepRequs ¶
func (o *AnalyticsEventFilterSubsc) HasExcepRequs() bool
HasExcepRequs returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasExptAnaType ¶
func (o *AnalyticsEventFilterSubsc) HasExptAnaType() bool
HasExptAnaType returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasExptUeBehav ¶
func (o *AnalyticsEventFilterSubsc) HasExptUeBehav() bool
HasExptUeBehav returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasExtraReportReq ¶
func (o *AnalyticsEventFilterSubsc) HasExtraReportReq() bool
HasExtraReportReq returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasListOfAnaSubsets ¶
func (o *AnalyticsEventFilterSubsc) HasListOfAnaSubsets() bool
HasListOfAnaSubsets returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasLocArea ¶
func (o *AnalyticsEventFilterSubsc) HasLocArea() bool
HasLocArea returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasMatchingDir ¶
func (o *AnalyticsEventFilterSubsc) HasMatchingDir() bool
HasMatchingDir returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasMaxNumOfTopAppDl ¶
func (o *AnalyticsEventFilterSubsc) HasMaxNumOfTopAppDl() bool
HasMaxNumOfTopAppDl returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasMaxNumOfTopAppUl ¶
func (o *AnalyticsEventFilterSubsc) HasMaxNumOfTopAppUl() bool
HasMaxNumOfTopAppUl returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasNsiIdInfos ¶
func (o *AnalyticsEventFilterSubsc) HasNsiIdInfos() bool
HasNsiIdInfos returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasNwPerfReqs ¶
func (o *AnalyticsEventFilterSubsc) HasNwPerfReqs() bool
HasNwPerfReqs returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasQosFlowRetThds ¶
func (o *AnalyticsEventFilterSubsc) HasQosFlowRetThds() bool
HasQosFlowRetThds returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasQosReq ¶
func (o *AnalyticsEventFilterSubsc) HasQosReq() bool
HasQosReq returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasRanUeThrouThds ¶
func (o *AnalyticsEventFilterSubsc) HasRanUeThrouThds() bool
HasRanUeThrouThds returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasRatFreqs ¶
func (o *AnalyticsEventFilterSubsc) HasRatFreqs() bool
HasRatFreqs returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasReptThlds ¶
func (o *AnalyticsEventFilterSubsc) HasReptThlds() bool
HasReptThlds returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasSnssai ¶
func (o *AnalyticsEventFilterSubsc) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*AnalyticsEventFilterSubsc) HasVisitedLocAreas ¶
func (o *AnalyticsEventFilterSubsc) HasVisitedLocAreas() bool
HasVisitedLocAreas returns a boolean if a field has been set.
func (AnalyticsEventFilterSubsc) MarshalJSON ¶
func (o AnalyticsEventFilterSubsc) MarshalJSON() ([]byte, error)
func (*AnalyticsEventFilterSubsc) SetAppIds ¶
func (o *AnalyticsEventFilterSubsc) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (*AnalyticsEventFilterSubsc) SetAppServerAddrs ¶
func (o *AnalyticsEventFilterSubsc) SetAppServerAddrs(v []AddrFqdn)
SetAppServerAddrs gets a reference to the given []AddrFqdn and assigns it to the AppServerAddrs field.
func (*AnalyticsEventFilterSubsc) SetBwRequs ¶
func (o *AnalyticsEventFilterSubsc) SetBwRequs(v []BwRequirement)
SetBwRequs gets a reference to the given []BwRequirement and assigns it to the BwRequs field.
func (*AnalyticsEventFilterSubsc) SetDisperReqs ¶
func (o *AnalyticsEventFilterSubsc) SetDisperReqs(v []DispersionRequirement)
SetDisperReqs gets a reference to the given []DispersionRequirement and assigns it to the DisperReqs field.
func (*AnalyticsEventFilterSubsc) SetDnPerfReqs ¶
func (o *AnalyticsEventFilterSubsc) SetDnPerfReqs(v []DnPerformanceReq)
SetDnPerfReqs gets a reference to the given []DnPerformanceReq and assigns it to the DnPerfReqs field.
func (*AnalyticsEventFilterSubsc) SetDnais ¶
func (o *AnalyticsEventFilterSubsc) SetDnais(v []string)
SetDnais gets a reference to the given []string and assigns it to the Dnais field.
func (*AnalyticsEventFilterSubsc) SetDnn ¶
func (o *AnalyticsEventFilterSubsc) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*AnalyticsEventFilterSubsc) SetExcepRequs ¶
func (o *AnalyticsEventFilterSubsc) SetExcepRequs(v []Exception)
SetExcepRequs gets a reference to the given []Exception and assigns it to the ExcepRequs field.
func (*AnalyticsEventFilterSubsc) SetExptAnaType ¶
func (o *AnalyticsEventFilterSubsc) SetExptAnaType(v ExpectedAnalyticsType)
SetExptAnaType gets a reference to the given ExpectedAnalyticsType and assigns it to the ExptAnaType field.
func (*AnalyticsEventFilterSubsc) SetExptUeBehav ¶
func (o *AnalyticsEventFilterSubsc) SetExptUeBehav(v ExpectedUeBehaviourData)
SetExptUeBehav gets a reference to the given ExpectedUeBehaviourData and assigns it to the ExptUeBehav field.
func (*AnalyticsEventFilterSubsc) SetExtraReportReq ¶
func (o *AnalyticsEventFilterSubsc) SetExtraReportReq(v EventReportingRequirement)
SetExtraReportReq gets a reference to the given EventReportingRequirement and assigns it to the ExtraReportReq field.
func (*AnalyticsEventFilterSubsc) SetListOfAnaSubsets ¶
func (o *AnalyticsEventFilterSubsc) SetListOfAnaSubsets(v []AnalyticsSubset)
SetListOfAnaSubsets gets a reference to the given []AnalyticsSubset and assigns it to the ListOfAnaSubsets field.
func (*AnalyticsEventFilterSubsc) SetLocArea ¶
func (o *AnalyticsEventFilterSubsc) SetLocArea(v LocationArea5G)
SetLocArea gets a reference to the given LocationArea5G and assigns it to the LocArea field.
func (*AnalyticsEventFilterSubsc) SetMatchingDir ¶
func (o *AnalyticsEventFilterSubsc) SetMatchingDir(v MatchingDirection)
SetMatchingDir gets a reference to the given MatchingDirection and assigns it to the MatchingDir field.
func (*AnalyticsEventFilterSubsc) SetMaxNumOfTopAppDl ¶
func (o *AnalyticsEventFilterSubsc) SetMaxNumOfTopAppDl(v int32)
SetMaxNumOfTopAppDl gets a reference to the given int32 and assigns it to the MaxNumOfTopAppDl field.
func (*AnalyticsEventFilterSubsc) SetMaxNumOfTopAppUl ¶
func (o *AnalyticsEventFilterSubsc) SetMaxNumOfTopAppUl(v int32)
SetMaxNumOfTopAppUl gets a reference to the given int32 and assigns it to the MaxNumOfTopAppUl field.
func (*AnalyticsEventFilterSubsc) SetNsiIdInfos ¶
func (o *AnalyticsEventFilterSubsc) SetNsiIdInfos(v []NsiIdInfo)
SetNsiIdInfos gets a reference to the given []NsiIdInfo and assigns it to the NsiIdInfos field.
func (*AnalyticsEventFilterSubsc) SetNwPerfReqs ¶
func (o *AnalyticsEventFilterSubsc) SetNwPerfReqs(v []NetworkPerfRequirement)
SetNwPerfReqs gets a reference to the given []NetworkPerfRequirement and assigns it to the NwPerfReqs field.
func (*AnalyticsEventFilterSubsc) SetQosFlowRetThds ¶
func (o *AnalyticsEventFilterSubsc) SetQosFlowRetThds(v []RetainabilityThreshold)
SetQosFlowRetThds gets a reference to the given []RetainabilityThreshold and assigns it to the QosFlowRetThds field.
func (*AnalyticsEventFilterSubsc) SetQosReq ¶
func (o *AnalyticsEventFilterSubsc) SetQosReq(v QosRequirement)
SetQosReq gets a reference to the given QosRequirement and assigns it to the QosReq field.
func (*AnalyticsEventFilterSubsc) SetRanUeThrouThds ¶
func (o *AnalyticsEventFilterSubsc) SetRanUeThrouThds(v []string)
SetRanUeThrouThds gets a reference to the given []string and assigns it to the RanUeThrouThds field.
func (*AnalyticsEventFilterSubsc) SetRatFreqs ¶
func (o *AnalyticsEventFilterSubsc) SetRatFreqs(v []RatFreqInformation)
SetRatFreqs gets a reference to the given []RatFreqInformation and assigns it to the RatFreqs field.
func (*AnalyticsEventFilterSubsc) SetReptThlds ¶
func (o *AnalyticsEventFilterSubsc) SetReptThlds(v []ThresholdLevel)
SetReptThlds gets a reference to the given []ThresholdLevel and assigns it to the ReptThlds field.
func (*AnalyticsEventFilterSubsc) SetSnssai ¶
func (o *AnalyticsEventFilterSubsc) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*AnalyticsEventFilterSubsc) SetVisitedLocAreas ¶
func (o *AnalyticsEventFilterSubsc) SetVisitedLocAreas(v []LocationArea5G)
SetVisitedLocAreas gets a reference to the given []LocationArea5G and assigns it to the VisitedLocAreas field.
func (AnalyticsEventFilterSubsc) ToMap ¶
func (o AnalyticsEventFilterSubsc) ToMap() (map[string]interface{}, error)
type AnalyticsEventNotif ¶
type AnalyticsEventNotif struct { AnalyEvent AnalyticsEvent `json:"analyEvent"` // string with format 'date-time' as defined in OpenAPI. Expiry *time.Time `json:"expiry,omitempty"` // string with format \"date-time\" as defined in OpenAPI. TimeStamp time.Time `json:"timeStamp"` FailNotifyCode *NwdafFailureCode `json:"failNotifyCode,omitempty"` // indicating a time in seconds. RvWaitTime *int32 `json:"rvWaitTime,omitempty"` UeMobilityInfos []UeMobilityExposure `json:"ueMobilityInfos,omitempty"` UeCommInfos []UeCommunication `json:"ueCommInfos,omitempty"` AbnormalInfos []AbnormalExposure `json:"abnormalInfos,omitempty"` CongestInfos []CongestInfo `json:"congestInfos,omitempty"` NwPerfInfos []NetworkPerfExposure `json:"nwPerfInfos,omitempty"` QosSustainInfos []QosSustainabilityExposure `json:"qosSustainInfos,omitempty"` DisperInfos []DispersionInfo `json:"disperInfos,omitempty"` DnPerfInfos []DnPerfInfo `json:"dnPerfInfos,omitempty"` SvcExps []ServiceExperienceInfo `json:"svcExps,omitempty"` // string with format 'date-time' as defined in OpenAPI. Start *time.Time `json:"start,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimeStampGen *time.Time `json:"timeStampGen,omitempty"` }
AnalyticsEventNotif Represents an analytics event to be reported.
func NewAnalyticsEventNotif ¶
func NewAnalyticsEventNotif(analyEvent AnalyticsEvent, timeStamp time.Time) *AnalyticsEventNotif
NewAnalyticsEventNotif instantiates a new AnalyticsEventNotif object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnalyticsEventNotifWithDefaults ¶
func NewAnalyticsEventNotifWithDefaults() *AnalyticsEventNotif
NewAnalyticsEventNotifWithDefaults instantiates a new AnalyticsEventNotif object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AnalyticsEventNotif) GetAbnormalInfos ¶
func (o *AnalyticsEventNotif) GetAbnormalInfos() []AbnormalExposure
GetAbnormalInfos returns the AbnormalInfos field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetAbnormalInfosOk ¶
func (o *AnalyticsEventNotif) GetAbnormalInfosOk() ([]AbnormalExposure, bool)
GetAbnormalInfosOk returns a tuple with the AbnormalInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventNotif) GetAnalyEvent ¶
func (o *AnalyticsEventNotif) GetAnalyEvent() AnalyticsEvent
GetAnalyEvent returns the AnalyEvent field value
func (*AnalyticsEventNotif) GetAnalyEventOk ¶
func (o *AnalyticsEventNotif) GetAnalyEventOk() (*AnalyticsEvent, bool)
GetAnalyEventOk returns a tuple with the AnalyEvent field value and a boolean to check if the value has been set.
func (*AnalyticsEventNotif) GetCongestInfos ¶
func (o *AnalyticsEventNotif) GetCongestInfos() []CongestInfo
GetCongestInfos returns the CongestInfos field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetCongestInfosOk ¶
func (o *AnalyticsEventNotif) GetCongestInfosOk() ([]CongestInfo, bool)
GetCongestInfosOk returns a tuple with the CongestInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventNotif) GetDisperInfos ¶
func (o *AnalyticsEventNotif) GetDisperInfos() []DispersionInfo
GetDisperInfos returns the DisperInfos field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetDisperInfosOk ¶
func (o *AnalyticsEventNotif) 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 (*AnalyticsEventNotif) GetDnPerfInfos ¶
func (o *AnalyticsEventNotif) GetDnPerfInfos() []DnPerfInfo
GetDnPerfInfos returns the DnPerfInfos field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetDnPerfInfosOk ¶
func (o *AnalyticsEventNotif) 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 (*AnalyticsEventNotif) GetExpiry ¶
func (o *AnalyticsEventNotif) GetExpiry() time.Time
GetExpiry returns the Expiry field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetExpiryOk ¶
func (o *AnalyticsEventNotif) 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 (*AnalyticsEventNotif) GetFailNotifyCode ¶
func (o *AnalyticsEventNotif) GetFailNotifyCode() NwdafFailureCode
GetFailNotifyCode returns the FailNotifyCode field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetFailNotifyCodeOk ¶
func (o *AnalyticsEventNotif) 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 (*AnalyticsEventNotif) GetNwPerfInfos ¶
func (o *AnalyticsEventNotif) GetNwPerfInfos() []NetworkPerfExposure
GetNwPerfInfos returns the NwPerfInfos field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetNwPerfInfosOk ¶
func (o *AnalyticsEventNotif) GetNwPerfInfosOk() ([]NetworkPerfExposure, bool)
GetNwPerfInfosOk returns a tuple with the NwPerfInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventNotif) GetQosSustainInfos ¶
func (o *AnalyticsEventNotif) GetQosSustainInfos() []QosSustainabilityExposure
GetQosSustainInfos returns the QosSustainInfos field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetQosSustainInfosOk ¶
func (o *AnalyticsEventNotif) GetQosSustainInfosOk() ([]QosSustainabilityExposure, 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 (*AnalyticsEventNotif) GetRvWaitTime ¶
func (o *AnalyticsEventNotif) GetRvWaitTime() int32
GetRvWaitTime returns the RvWaitTime field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetRvWaitTimeOk ¶
func (o *AnalyticsEventNotif) 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 (*AnalyticsEventNotif) GetStart ¶
func (o *AnalyticsEventNotif) GetStart() time.Time
GetStart returns the Start field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetStartOk ¶
func (o *AnalyticsEventNotif) 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 (*AnalyticsEventNotif) GetSvcExps ¶
func (o *AnalyticsEventNotif) GetSvcExps() []ServiceExperienceInfo
GetSvcExps returns the SvcExps field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetSvcExpsOk ¶
func (o *AnalyticsEventNotif) 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 (*AnalyticsEventNotif) GetTimeStamp ¶
func (o *AnalyticsEventNotif) GetTimeStamp() time.Time
GetTimeStamp returns the TimeStamp field value
func (*AnalyticsEventNotif) GetTimeStampGen ¶
func (o *AnalyticsEventNotif) GetTimeStampGen() time.Time
GetTimeStampGen returns the TimeStampGen field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetTimeStampGenOk ¶
func (o *AnalyticsEventNotif) 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 (*AnalyticsEventNotif) GetTimeStampOk ¶
func (o *AnalyticsEventNotif) GetTimeStampOk() (*time.Time, bool)
GetTimeStampOk returns a tuple with the TimeStamp field value and a boolean to check if the value has been set.
func (*AnalyticsEventNotif) GetUeCommInfos ¶
func (o *AnalyticsEventNotif) GetUeCommInfos() []UeCommunication
GetUeCommInfos returns the UeCommInfos field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetUeCommInfosOk ¶
func (o *AnalyticsEventNotif) GetUeCommInfosOk() ([]UeCommunication, bool)
GetUeCommInfosOk returns a tuple with the UeCommInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventNotif) GetUeMobilityInfos ¶
func (o *AnalyticsEventNotif) GetUeMobilityInfos() []UeMobilityExposure
GetUeMobilityInfos returns the UeMobilityInfos field value if set, zero value otherwise.
func (*AnalyticsEventNotif) GetUeMobilityInfosOk ¶
func (o *AnalyticsEventNotif) GetUeMobilityInfosOk() ([]UeMobilityExposure, bool)
GetUeMobilityInfosOk returns a tuple with the UeMobilityInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventNotif) HasAbnormalInfos ¶
func (o *AnalyticsEventNotif) HasAbnormalInfos() bool
HasAbnormalInfos returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasCongestInfos ¶
func (o *AnalyticsEventNotif) HasCongestInfos() bool
HasCongestInfos returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasDisperInfos ¶
func (o *AnalyticsEventNotif) HasDisperInfos() bool
HasDisperInfos returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasDnPerfInfos ¶
func (o *AnalyticsEventNotif) HasDnPerfInfos() bool
HasDnPerfInfos returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasExpiry ¶
func (o *AnalyticsEventNotif) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasFailNotifyCode ¶
func (o *AnalyticsEventNotif) HasFailNotifyCode() bool
HasFailNotifyCode returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasNwPerfInfos ¶
func (o *AnalyticsEventNotif) HasNwPerfInfos() bool
HasNwPerfInfos returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasQosSustainInfos ¶
func (o *AnalyticsEventNotif) HasQosSustainInfos() bool
HasQosSustainInfos returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasRvWaitTime ¶
func (o *AnalyticsEventNotif) HasRvWaitTime() bool
HasRvWaitTime returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasStart ¶
func (o *AnalyticsEventNotif) HasStart() bool
HasStart returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasSvcExps ¶
func (o *AnalyticsEventNotif) HasSvcExps() bool
HasSvcExps returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasTimeStampGen ¶
func (o *AnalyticsEventNotif) HasTimeStampGen() bool
HasTimeStampGen returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasUeCommInfos ¶
func (o *AnalyticsEventNotif) HasUeCommInfos() bool
HasUeCommInfos returns a boolean if a field has been set.
func (*AnalyticsEventNotif) HasUeMobilityInfos ¶
func (o *AnalyticsEventNotif) HasUeMobilityInfos() bool
HasUeMobilityInfos returns a boolean if a field has been set.
func (AnalyticsEventNotif) MarshalJSON ¶
func (o AnalyticsEventNotif) MarshalJSON() ([]byte, error)
func (*AnalyticsEventNotif) SetAbnormalInfos ¶
func (o *AnalyticsEventNotif) SetAbnormalInfos(v []AbnormalExposure)
SetAbnormalInfos gets a reference to the given []AbnormalExposure and assigns it to the AbnormalInfos field.
func (*AnalyticsEventNotif) SetAnalyEvent ¶
func (o *AnalyticsEventNotif) SetAnalyEvent(v AnalyticsEvent)
SetAnalyEvent sets field value
func (*AnalyticsEventNotif) SetCongestInfos ¶
func (o *AnalyticsEventNotif) SetCongestInfos(v []CongestInfo)
SetCongestInfos gets a reference to the given []CongestInfo and assigns it to the CongestInfos field.
func (*AnalyticsEventNotif) SetDisperInfos ¶
func (o *AnalyticsEventNotif) SetDisperInfos(v []DispersionInfo)
SetDisperInfos gets a reference to the given []DispersionInfo and assigns it to the DisperInfos field.
func (*AnalyticsEventNotif) SetDnPerfInfos ¶
func (o *AnalyticsEventNotif) SetDnPerfInfos(v []DnPerfInfo)
SetDnPerfInfos gets a reference to the given []DnPerfInfo and assigns it to the DnPerfInfos field.
func (*AnalyticsEventNotif) SetExpiry ¶
func (o *AnalyticsEventNotif) SetExpiry(v time.Time)
SetExpiry gets a reference to the given time.Time and assigns it to the Expiry field.
func (*AnalyticsEventNotif) SetFailNotifyCode ¶
func (o *AnalyticsEventNotif) SetFailNotifyCode(v NwdafFailureCode)
SetFailNotifyCode gets a reference to the given NwdafFailureCode and assigns it to the FailNotifyCode field.
func (*AnalyticsEventNotif) SetNwPerfInfos ¶
func (o *AnalyticsEventNotif) SetNwPerfInfos(v []NetworkPerfExposure)
SetNwPerfInfos gets a reference to the given []NetworkPerfExposure and assigns it to the NwPerfInfos field.
func (*AnalyticsEventNotif) SetQosSustainInfos ¶
func (o *AnalyticsEventNotif) SetQosSustainInfos(v []QosSustainabilityExposure)
SetQosSustainInfos gets a reference to the given []QosSustainabilityExposure and assigns it to the QosSustainInfos field.
func (*AnalyticsEventNotif) SetRvWaitTime ¶
func (o *AnalyticsEventNotif) SetRvWaitTime(v int32)
SetRvWaitTime gets a reference to the given int32 and assigns it to the RvWaitTime field.
func (*AnalyticsEventNotif) SetStart ¶
func (o *AnalyticsEventNotif) SetStart(v time.Time)
SetStart gets a reference to the given time.Time and assigns it to the Start field.
func (*AnalyticsEventNotif) SetSvcExps ¶
func (o *AnalyticsEventNotif) SetSvcExps(v []ServiceExperienceInfo)
SetSvcExps gets a reference to the given []ServiceExperienceInfo and assigns it to the SvcExps field.
func (*AnalyticsEventNotif) SetTimeStamp ¶
func (o *AnalyticsEventNotif) SetTimeStamp(v time.Time)
SetTimeStamp sets field value
func (*AnalyticsEventNotif) SetTimeStampGen ¶
func (o *AnalyticsEventNotif) SetTimeStampGen(v time.Time)
SetTimeStampGen gets a reference to the given time.Time and assigns it to the TimeStampGen field.
func (*AnalyticsEventNotif) SetUeCommInfos ¶
func (o *AnalyticsEventNotif) SetUeCommInfos(v []UeCommunication)
SetUeCommInfos gets a reference to the given []UeCommunication and assigns it to the UeCommInfos field.
func (*AnalyticsEventNotif) SetUeMobilityInfos ¶
func (o *AnalyticsEventNotif) SetUeMobilityInfos(v []UeMobilityExposure)
SetUeMobilityInfos gets a reference to the given []UeMobilityExposure and assigns it to the UeMobilityInfos field.
func (AnalyticsEventNotif) ToMap ¶
func (o AnalyticsEventNotif) ToMap() (map[string]interface{}, error)
type AnalyticsEventNotification ¶
type AnalyticsEventNotification struct { NotifId string `json:"notifId"` AnalyEventNotifs []AnalyticsEventNotif `json:"analyEventNotifs"` TermCause *TermCause `json:"termCause,omitempty"` }
AnalyticsEventNotification Represents an analytics event(s) notification.
func NewAnalyticsEventNotification ¶
func NewAnalyticsEventNotification(notifId string, analyEventNotifs []AnalyticsEventNotif) *AnalyticsEventNotification
NewAnalyticsEventNotification instantiates a new AnalyticsEventNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnalyticsEventNotificationWithDefaults ¶
func NewAnalyticsEventNotificationWithDefaults() *AnalyticsEventNotification
NewAnalyticsEventNotificationWithDefaults instantiates a new AnalyticsEventNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AnalyticsEventNotification) GetAnalyEventNotifs ¶
func (o *AnalyticsEventNotification) GetAnalyEventNotifs() []AnalyticsEventNotif
GetAnalyEventNotifs returns the AnalyEventNotifs field value
func (*AnalyticsEventNotification) GetAnalyEventNotifsOk ¶
func (o *AnalyticsEventNotification) GetAnalyEventNotifsOk() ([]AnalyticsEventNotif, bool)
GetAnalyEventNotifsOk returns a tuple with the AnalyEventNotifs field value and a boolean to check if the value has been set.
func (*AnalyticsEventNotification) GetNotifId ¶
func (o *AnalyticsEventNotification) GetNotifId() string
GetNotifId returns the NotifId field value
func (*AnalyticsEventNotification) GetNotifIdOk ¶
func (o *AnalyticsEventNotification) GetNotifIdOk() (*string, bool)
GetNotifIdOk returns a tuple with the NotifId field value and a boolean to check if the value has been set.
func (*AnalyticsEventNotification) GetTermCause ¶
func (o *AnalyticsEventNotification) GetTermCause() TermCause
GetTermCause returns the TermCause field value if set, zero value otherwise.
func (*AnalyticsEventNotification) GetTermCauseOk ¶
func (o *AnalyticsEventNotification) GetTermCauseOk() (*TermCause, bool)
GetTermCauseOk returns a tuple with the TermCause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventNotification) HasTermCause ¶
func (o *AnalyticsEventNotification) HasTermCause() bool
HasTermCause returns a boolean if a field has been set.
func (AnalyticsEventNotification) MarshalJSON ¶
func (o AnalyticsEventNotification) MarshalJSON() ([]byte, error)
func (*AnalyticsEventNotification) SetAnalyEventNotifs ¶
func (o *AnalyticsEventNotification) SetAnalyEventNotifs(v []AnalyticsEventNotif)
SetAnalyEventNotifs sets field value
func (*AnalyticsEventNotification) SetNotifId ¶
func (o *AnalyticsEventNotification) SetNotifId(v string)
SetNotifId sets field value
func (*AnalyticsEventNotification) SetTermCause ¶
func (o *AnalyticsEventNotification) SetTermCause(v TermCause)
SetTermCause gets a reference to the given TermCause and assigns it to the TermCause field.
func (AnalyticsEventNotification) ToMap ¶
func (o AnalyticsEventNotification) ToMap() (map[string]interface{}, error)
type AnalyticsEventSubsc ¶
type AnalyticsEventSubsc struct { AnalyEvent AnalyticsEvent `json:"analyEvent"` AnalyEventFilter *AnalyticsEventFilterSubsc `json:"analyEventFilter,omitempty"` TgtUe *TargetUeId `json:"tgtUe,omitempty"` }
AnalyticsEventSubsc Represents a subscribed analytics event.
func NewAnalyticsEventSubsc ¶
func NewAnalyticsEventSubsc(analyEvent AnalyticsEvent) *AnalyticsEventSubsc
NewAnalyticsEventSubsc instantiates a new AnalyticsEventSubsc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnalyticsEventSubscWithDefaults ¶
func NewAnalyticsEventSubscWithDefaults() *AnalyticsEventSubsc
NewAnalyticsEventSubscWithDefaults instantiates a new AnalyticsEventSubsc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AnalyticsEventSubsc) GetAnalyEvent ¶
func (o *AnalyticsEventSubsc) GetAnalyEvent() AnalyticsEvent
GetAnalyEvent returns the AnalyEvent field value
func (*AnalyticsEventSubsc) GetAnalyEventFilter ¶
func (o *AnalyticsEventSubsc) GetAnalyEventFilter() AnalyticsEventFilterSubsc
GetAnalyEventFilter returns the AnalyEventFilter field value if set, zero value otherwise.
func (*AnalyticsEventSubsc) GetAnalyEventFilterOk ¶
func (o *AnalyticsEventSubsc) GetAnalyEventFilterOk() (*AnalyticsEventFilterSubsc, bool)
GetAnalyEventFilterOk returns a tuple with the AnalyEventFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsEventSubsc) GetAnalyEventOk ¶
func (o *AnalyticsEventSubsc) GetAnalyEventOk() (*AnalyticsEvent, bool)
GetAnalyEventOk returns a tuple with the AnalyEvent field value and a boolean to check if the value has been set.
func (*AnalyticsEventSubsc) GetTgtUe ¶
func (o *AnalyticsEventSubsc) GetTgtUe() TargetUeId
GetTgtUe returns the TgtUe field value if set, zero value otherwise.
func (*AnalyticsEventSubsc) GetTgtUeOk ¶
func (o *AnalyticsEventSubsc) GetTgtUeOk() (*TargetUeId, 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 (*AnalyticsEventSubsc) HasAnalyEventFilter ¶
func (o *AnalyticsEventSubsc) HasAnalyEventFilter() bool
HasAnalyEventFilter returns a boolean if a field has been set.
func (*AnalyticsEventSubsc) HasTgtUe ¶
func (o *AnalyticsEventSubsc) HasTgtUe() bool
HasTgtUe returns a boolean if a field has been set.
func (AnalyticsEventSubsc) MarshalJSON ¶
func (o AnalyticsEventSubsc) MarshalJSON() ([]byte, error)
func (*AnalyticsEventSubsc) SetAnalyEvent ¶
func (o *AnalyticsEventSubsc) SetAnalyEvent(v AnalyticsEvent)
SetAnalyEvent sets field value
func (*AnalyticsEventSubsc) SetAnalyEventFilter ¶
func (o *AnalyticsEventSubsc) SetAnalyEventFilter(v AnalyticsEventFilterSubsc)
SetAnalyEventFilter gets a reference to the given AnalyticsEventFilterSubsc and assigns it to the AnalyEventFilter field.
func (*AnalyticsEventSubsc) SetTgtUe ¶
func (o *AnalyticsEventSubsc) SetTgtUe(v TargetUeId)
SetTgtUe gets a reference to the given TargetUeId and assigns it to the TgtUe field.
func (AnalyticsEventSubsc) ToMap ¶
func (o AnalyticsEventSubsc) ToMap() (map[string]interface{}, error)
type AnalyticsExposureAPIFetchAnalyticsInformationApiService ¶
type AnalyticsExposureAPIFetchAnalyticsInformationApiService service
AnalyticsExposureAPIFetchAnalyticsInformationApiService AnalyticsExposureAPIFetchAnalyticsInformationApi service
func (*AnalyticsExposureAPIFetchAnalyticsInformationApiService) FetchAnalyticsInfo ¶
func (a *AnalyticsExposureAPIFetchAnalyticsInformationApiService) FetchAnalyticsInfo(ctx context.Context, afId string) ApiFetchAnalyticsInfoRequest
FetchAnalyticsInfo Fetch analytics information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param afId Identifier of the AF @return ApiFetchAnalyticsInfoRequest
func (*AnalyticsExposureAPIFetchAnalyticsInformationApiService) FetchAnalyticsInfoExecute ¶
func (a *AnalyticsExposureAPIFetchAnalyticsInformationApiService) FetchAnalyticsInfoExecute(r ApiFetchAnalyticsInfoRequest) (*AnalyticsData, *http.Response, error)
Execute executes the request
@return AnalyticsData
type AnalyticsExposureSubsc ¶
type AnalyticsExposureSubsc struct { AnalyEventsSubs []AnalyticsEventSubsc `json:"analyEventsSubs"` AnalyRepInfo *ReportingInformation `json:"analyRepInfo,omitempty"` // String providing an URI formatted according to RFC 3986. NotifUri string `json:"notifUri"` NotifId string `json:"notifId"` EventNotifis []AnalyticsEventNotif `json:"eventNotifis,omitempty"` FailEventReports []AnalyticsFailureEventInfo `json:"failEventReports,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. SuppFeat *string `json:"suppFeat,omitempty"` // string formatted according to IETF RFC 3986 identifying a referenced resource. Self *string `json:"self,omitempty"` // Set to true by the AF to request the NEF to send a test notification as defined in clause 5.2.5.3 of 3GPP TS 29.122. Set to false or omitted otherwise. RequestTestNotification *bool `json:"requestTestNotification,omitempty"` WebsockNotifConfig *WebsockNotifConfig `json:"websockNotifConfig,omitempty"` }
AnalyticsExposureSubsc Represents an analytics exposure subscription.
func NewAnalyticsExposureSubsc ¶
func NewAnalyticsExposureSubsc(analyEventsSubs []AnalyticsEventSubsc, notifUri string, notifId string) *AnalyticsExposureSubsc
NewAnalyticsExposureSubsc instantiates a new AnalyticsExposureSubsc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnalyticsExposureSubscWithDefaults ¶
func NewAnalyticsExposureSubscWithDefaults() *AnalyticsExposureSubsc
NewAnalyticsExposureSubscWithDefaults instantiates a new AnalyticsExposureSubsc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AnalyticsExposureSubsc) GetAnalyEventsSubs ¶
func (o *AnalyticsExposureSubsc) GetAnalyEventsSubs() []AnalyticsEventSubsc
GetAnalyEventsSubs returns the AnalyEventsSubs field value
func (*AnalyticsExposureSubsc) GetAnalyEventsSubsOk ¶
func (o *AnalyticsExposureSubsc) GetAnalyEventsSubsOk() ([]AnalyticsEventSubsc, bool)
GetAnalyEventsSubsOk returns a tuple with the AnalyEventsSubs field value and a boolean to check if the value has been set.
func (*AnalyticsExposureSubsc) GetAnalyRepInfo ¶
func (o *AnalyticsExposureSubsc) GetAnalyRepInfo() ReportingInformation
GetAnalyRepInfo returns the AnalyRepInfo field value if set, zero value otherwise.
func (*AnalyticsExposureSubsc) GetAnalyRepInfoOk ¶
func (o *AnalyticsExposureSubsc) GetAnalyRepInfoOk() (*ReportingInformation, bool)
GetAnalyRepInfoOk returns a tuple with the AnalyRepInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsExposureSubsc) GetEventNotifis ¶
func (o *AnalyticsExposureSubsc) GetEventNotifis() []AnalyticsEventNotif
GetEventNotifis returns the EventNotifis field value if set, zero value otherwise.
func (*AnalyticsExposureSubsc) GetEventNotifisOk ¶
func (o *AnalyticsExposureSubsc) GetEventNotifisOk() ([]AnalyticsEventNotif, bool)
GetEventNotifisOk returns a tuple with the EventNotifis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsExposureSubsc) GetFailEventReports ¶
func (o *AnalyticsExposureSubsc) GetFailEventReports() []AnalyticsFailureEventInfo
GetFailEventReports returns the FailEventReports field value if set, zero value otherwise.
func (*AnalyticsExposureSubsc) GetFailEventReportsOk ¶
func (o *AnalyticsExposureSubsc) GetFailEventReportsOk() ([]AnalyticsFailureEventInfo, 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 (*AnalyticsExposureSubsc) GetNotifId ¶
func (o *AnalyticsExposureSubsc) GetNotifId() string
GetNotifId returns the NotifId field value
func (*AnalyticsExposureSubsc) GetNotifIdOk ¶
func (o *AnalyticsExposureSubsc) GetNotifIdOk() (*string, bool)
GetNotifIdOk returns a tuple with the NotifId field value and a boolean to check if the value has been set.
func (*AnalyticsExposureSubsc) GetNotifUri ¶
func (o *AnalyticsExposureSubsc) GetNotifUri() string
GetNotifUri returns the NotifUri field value
func (*AnalyticsExposureSubsc) GetNotifUriOk ¶
func (o *AnalyticsExposureSubsc) GetNotifUriOk() (*string, bool)
GetNotifUriOk returns a tuple with the NotifUri field value and a boolean to check if the value has been set.
func (*AnalyticsExposureSubsc) GetRequestTestNotification ¶
func (o *AnalyticsExposureSubsc) GetRequestTestNotification() bool
GetRequestTestNotification returns the RequestTestNotification field value if set, zero value otherwise.
func (*AnalyticsExposureSubsc) GetRequestTestNotificationOk ¶
func (o *AnalyticsExposureSubsc) GetRequestTestNotificationOk() (*bool, bool)
GetRequestTestNotificationOk returns a tuple with the RequestTestNotification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsExposureSubsc) GetSelf ¶
func (o *AnalyticsExposureSubsc) GetSelf() string
GetSelf returns the Self field value if set, zero value otherwise.
func (*AnalyticsExposureSubsc) GetSelfOk ¶
func (o *AnalyticsExposureSubsc) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsExposureSubsc) GetSuppFeat ¶
func (o *AnalyticsExposureSubsc) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*AnalyticsExposureSubsc) GetSuppFeatOk ¶
func (o *AnalyticsExposureSubsc) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsExposureSubsc) GetWebsockNotifConfig ¶
func (o *AnalyticsExposureSubsc) GetWebsockNotifConfig() WebsockNotifConfig
GetWebsockNotifConfig returns the WebsockNotifConfig field value if set, zero value otherwise.
func (*AnalyticsExposureSubsc) GetWebsockNotifConfigOk ¶
func (o *AnalyticsExposureSubsc) GetWebsockNotifConfigOk() (*WebsockNotifConfig, bool)
GetWebsockNotifConfigOk returns a tuple with the WebsockNotifConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsExposureSubsc) HasAnalyRepInfo ¶
func (o *AnalyticsExposureSubsc) HasAnalyRepInfo() bool
HasAnalyRepInfo returns a boolean if a field has been set.
func (*AnalyticsExposureSubsc) HasEventNotifis ¶
func (o *AnalyticsExposureSubsc) HasEventNotifis() bool
HasEventNotifis returns a boolean if a field has been set.
func (*AnalyticsExposureSubsc) HasFailEventReports ¶
func (o *AnalyticsExposureSubsc) HasFailEventReports() bool
HasFailEventReports returns a boolean if a field has been set.
func (*AnalyticsExposureSubsc) HasRequestTestNotification ¶
func (o *AnalyticsExposureSubsc) HasRequestTestNotification() bool
HasRequestTestNotification returns a boolean if a field has been set.
func (*AnalyticsExposureSubsc) HasSelf ¶
func (o *AnalyticsExposureSubsc) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (*AnalyticsExposureSubsc) HasSuppFeat ¶
func (o *AnalyticsExposureSubsc) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (*AnalyticsExposureSubsc) HasWebsockNotifConfig ¶
func (o *AnalyticsExposureSubsc) HasWebsockNotifConfig() bool
HasWebsockNotifConfig returns a boolean if a field has been set.
func (AnalyticsExposureSubsc) MarshalJSON ¶
func (o AnalyticsExposureSubsc) MarshalJSON() ([]byte, error)
func (*AnalyticsExposureSubsc) SetAnalyEventsSubs ¶
func (o *AnalyticsExposureSubsc) SetAnalyEventsSubs(v []AnalyticsEventSubsc)
SetAnalyEventsSubs sets field value
func (*AnalyticsExposureSubsc) SetAnalyRepInfo ¶
func (o *AnalyticsExposureSubsc) SetAnalyRepInfo(v ReportingInformation)
SetAnalyRepInfo gets a reference to the given ReportingInformation and assigns it to the AnalyRepInfo field.
func (*AnalyticsExposureSubsc) SetEventNotifis ¶
func (o *AnalyticsExposureSubsc) SetEventNotifis(v []AnalyticsEventNotif)
SetEventNotifis gets a reference to the given []AnalyticsEventNotif and assigns it to the EventNotifis field.
func (*AnalyticsExposureSubsc) SetFailEventReports ¶
func (o *AnalyticsExposureSubsc) SetFailEventReports(v []AnalyticsFailureEventInfo)
SetFailEventReports gets a reference to the given []AnalyticsFailureEventInfo and assigns it to the FailEventReports field.
func (*AnalyticsExposureSubsc) SetNotifId ¶
func (o *AnalyticsExposureSubsc) SetNotifId(v string)
SetNotifId sets field value
func (*AnalyticsExposureSubsc) SetNotifUri ¶
func (o *AnalyticsExposureSubsc) SetNotifUri(v string)
SetNotifUri sets field value
func (*AnalyticsExposureSubsc) SetRequestTestNotification ¶
func (o *AnalyticsExposureSubsc) SetRequestTestNotification(v bool)
SetRequestTestNotification gets a reference to the given bool and assigns it to the RequestTestNotification field.
func (*AnalyticsExposureSubsc) SetSelf ¶
func (o *AnalyticsExposureSubsc) SetSelf(v string)
SetSelf gets a reference to the given string and assigns it to the Self field.
func (*AnalyticsExposureSubsc) SetSuppFeat ¶
func (o *AnalyticsExposureSubsc) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (*AnalyticsExposureSubsc) SetWebsockNotifConfig ¶
func (o *AnalyticsExposureSubsc) SetWebsockNotifConfig(v WebsockNotifConfig)
SetWebsockNotifConfig gets a reference to the given WebsockNotifConfig and assigns it to the WebsockNotifConfig field.
func (AnalyticsExposureSubsc) ToMap ¶
func (o AnalyticsExposureSubsc) ToMap() (map[string]interface{}, error)
type AnalyticsExposureSubscriptionsApiService ¶
type AnalyticsExposureSubscriptionsApiService service
AnalyticsExposureSubscriptionsApiService AnalyticsExposureSubscriptionsApi service
func (*AnalyticsExposureSubscriptionsApiService) CreateNewSubscription ¶
func (a *AnalyticsExposureSubscriptionsApiService) CreateNewSubscription(ctx context.Context, afId string) ApiCreateNewSubscriptionRequest
CreateNewSubscription Creates a new subscription resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param afId Identifier of the AF @return ApiCreateNewSubscriptionRequest
func (*AnalyticsExposureSubscriptionsApiService) CreateNewSubscriptionExecute ¶
func (a *AnalyticsExposureSubscriptionsApiService) CreateNewSubscriptionExecute(r ApiCreateNewSubscriptionRequest) (*AnalyticsExposureSubsc, *http.Response, error)
Execute executes the request
@return AnalyticsExposureSubsc
func (*AnalyticsExposureSubscriptionsApiService) ReadAllSubscriptions ¶
func (a *AnalyticsExposureSubscriptionsApiService) ReadAllSubscriptions(ctx context.Context, afId string) ApiReadAllSubscriptionsRequest
ReadAllSubscriptions read all of the active subscriptions for the AF
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param afId Identifier of the AF @return ApiReadAllSubscriptionsRequest
func (*AnalyticsExposureSubscriptionsApiService) ReadAllSubscriptionsExecute ¶
func (a *AnalyticsExposureSubscriptionsApiService) ReadAllSubscriptionsExecute(r ApiReadAllSubscriptionsRequest) ([]AnalyticsExposureSubsc, *http.Response, error)
Execute executes the request
@return []AnalyticsExposureSubsc
type AnalyticsFailureCode ¶
type AnalyticsFailureCode struct {
String *string
}
AnalyticsFailureCode Possible values are: - UNAVAILABLE_DATA: The event is rejected since necessary data to perform the service is unavailable. - BOTH_STAT_PRED_NOT_ALLOWED: 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: The event is rejected due to other reasons.
func (*AnalyticsFailureCode) MarshalJSON ¶
func (src *AnalyticsFailureCode) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AnalyticsFailureCode) UnmarshalJSON ¶
func (dst *AnalyticsFailureCode) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AnalyticsFailureEventInfo ¶
type AnalyticsFailureEventInfo struct { Event AnalyticsEvent `json:"event"` FailureCode AnalyticsFailureCode `json:"failureCode"` }
AnalyticsFailureEventInfo Represents an event for which the subscription request was not successful and including the associated failure reason.
func NewAnalyticsFailureEventInfo ¶
func NewAnalyticsFailureEventInfo(event AnalyticsEvent, failureCode AnalyticsFailureCode) *AnalyticsFailureEventInfo
NewAnalyticsFailureEventInfo instantiates a new AnalyticsFailureEventInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnalyticsFailureEventInfoWithDefaults ¶
func NewAnalyticsFailureEventInfoWithDefaults() *AnalyticsFailureEventInfo
NewAnalyticsFailureEventInfoWithDefaults instantiates a new AnalyticsFailureEventInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AnalyticsFailureEventInfo) GetEvent ¶
func (o *AnalyticsFailureEventInfo) GetEvent() AnalyticsEvent
GetEvent returns the Event field value
func (*AnalyticsFailureEventInfo) GetEventOk ¶
func (o *AnalyticsFailureEventInfo) GetEventOk() (*AnalyticsEvent, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*AnalyticsFailureEventInfo) GetFailureCode ¶
func (o *AnalyticsFailureEventInfo) GetFailureCode() AnalyticsFailureCode
GetFailureCode returns the FailureCode field value
func (*AnalyticsFailureEventInfo) GetFailureCodeOk ¶
func (o *AnalyticsFailureEventInfo) GetFailureCodeOk() (*AnalyticsFailureCode, bool)
GetFailureCodeOk returns a tuple with the FailureCode field value and a boolean to check if the value has been set.
func (AnalyticsFailureEventInfo) MarshalJSON ¶
func (o AnalyticsFailureEventInfo) MarshalJSON() ([]byte, error)
func (*AnalyticsFailureEventInfo) SetEvent ¶
func (o *AnalyticsFailureEventInfo) SetEvent(v AnalyticsEvent)
SetEvent sets field value
func (*AnalyticsFailureEventInfo) SetFailureCode ¶
func (o *AnalyticsFailureEventInfo) SetFailureCode(v AnalyticsFailureCode)
SetFailureCode sets field value
func (AnalyticsFailureEventInfo) ToMap ¶
func (o AnalyticsFailureEventInfo) 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 AnalyticsRequest ¶
type AnalyticsRequest struct { AnalyEvent AnalyticsEvent `json:"analyEvent"` AnalyEventFilter *AnalyticsEventFilter `json:"analyEventFilter,omitempty"` AnalyRep *EventReportingRequirement `json:"analyRep,omitempty"` TgtUe *TargetUeId `json:"tgtUe,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. SuppFeat string `json:"suppFeat"` }
AnalyticsRequest Represents the parameters to request to retrieve analytics information.
func NewAnalyticsRequest ¶
func NewAnalyticsRequest(analyEvent AnalyticsEvent, suppFeat string) *AnalyticsRequest
NewAnalyticsRequest instantiates a new AnalyticsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnalyticsRequestWithDefaults ¶
func NewAnalyticsRequestWithDefaults() *AnalyticsRequest
NewAnalyticsRequestWithDefaults instantiates a new AnalyticsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AnalyticsRequest) GetAnalyEvent ¶
func (o *AnalyticsRequest) GetAnalyEvent() AnalyticsEvent
GetAnalyEvent returns the AnalyEvent field value
func (*AnalyticsRequest) GetAnalyEventFilter ¶
func (o *AnalyticsRequest) GetAnalyEventFilter() AnalyticsEventFilter
GetAnalyEventFilter returns the AnalyEventFilter field value if set, zero value otherwise.
func (*AnalyticsRequest) GetAnalyEventFilterOk ¶
func (o *AnalyticsRequest) GetAnalyEventFilterOk() (*AnalyticsEventFilter, bool)
GetAnalyEventFilterOk returns a tuple with the AnalyEventFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsRequest) GetAnalyEventOk ¶
func (o *AnalyticsRequest) GetAnalyEventOk() (*AnalyticsEvent, bool)
GetAnalyEventOk returns a tuple with the AnalyEvent field value and a boolean to check if the value has been set.
func (*AnalyticsRequest) GetAnalyRep ¶
func (o *AnalyticsRequest) GetAnalyRep() EventReportingRequirement
GetAnalyRep returns the AnalyRep field value if set, zero value otherwise.
func (*AnalyticsRequest) GetAnalyRepOk ¶
func (o *AnalyticsRequest) GetAnalyRepOk() (*EventReportingRequirement, bool)
GetAnalyRepOk returns a tuple with the AnalyRep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AnalyticsRequest) GetSuppFeat ¶
func (o *AnalyticsRequest) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value
func (*AnalyticsRequest) GetSuppFeatOk ¶
func (o *AnalyticsRequest) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value and a boolean to check if the value has been set.
func (*AnalyticsRequest) GetTgtUe ¶
func (o *AnalyticsRequest) GetTgtUe() TargetUeId
GetTgtUe returns the TgtUe field value if set, zero value otherwise.
func (*AnalyticsRequest) GetTgtUeOk ¶
func (o *AnalyticsRequest) GetTgtUeOk() (*TargetUeId, 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 (*AnalyticsRequest) HasAnalyEventFilter ¶
func (o *AnalyticsRequest) HasAnalyEventFilter() bool
HasAnalyEventFilter returns a boolean if a field has been set.
func (*AnalyticsRequest) HasAnalyRep ¶
func (o *AnalyticsRequest) HasAnalyRep() bool
HasAnalyRep returns a boolean if a field has been set.
func (*AnalyticsRequest) HasTgtUe ¶
func (o *AnalyticsRequest) HasTgtUe() bool
HasTgtUe returns a boolean if a field has been set.
func (AnalyticsRequest) MarshalJSON ¶
func (o AnalyticsRequest) MarshalJSON() ([]byte, error)
func (*AnalyticsRequest) SetAnalyEvent ¶
func (o *AnalyticsRequest) SetAnalyEvent(v AnalyticsEvent)
SetAnalyEvent sets field value
func (*AnalyticsRequest) SetAnalyEventFilter ¶
func (o *AnalyticsRequest) SetAnalyEventFilter(v AnalyticsEventFilter)
SetAnalyEventFilter gets a reference to the given AnalyticsEventFilter and assigns it to the AnalyEventFilter field.
func (*AnalyticsRequest) SetAnalyRep ¶
func (o *AnalyticsRequest) SetAnalyRep(v EventReportingRequirement)
SetAnalyRep gets a reference to the given EventReportingRequirement and assigns it to the AnalyRep field.
func (*AnalyticsRequest) SetSuppFeat ¶
func (o *AnalyticsRequest) SetSuppFeat(v string)
SetSuppFeat sets field value
func (*AnalyticsRequest) SetTgtUe ¶
func (o *AnalyticsRequest) SetTgtUe(v TargetUeId)
SetTgtUe gets a reference to the given TargetUeId and assigns it to the TgtUe field.
func (AnalyticsRequest) ToMap ¶
func (o AnalyticsRequest) 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 ApiCreateNewSubscriptionRequest ¶
type ApiCreateNewSubscriptionRequest struct { ApiService *AnalyticsExposureSubscriptionsApiService // contains filtered or unexported fields }
func (ApiCreateNewSubscriptionRequest) AnalyticsExposureSubsc ¶
func (r ApiCreateNewSubscriptionRequest) AnalyticsExposureSubsc(analyticsExposureSubsc AnalyticsExposureSubsc) ApiCreateNewSubscriptionRequest
new subscription creation
func (ApiCreateNewSubscriptionRequest) Execute ¶
func (r ApiCreateNewSubscriptionRequest) Execute() (*AnalyticsExposureSubsc, *http.Response, error)
type ApiDeleteAnSubscriptionRequest ¶
type ApiDeleteAnSubscriptionRequest struct { ApiService *IndividualAnalyticsExposureSubscriptionApiService // contains filtered or unexported fields }
type ApiFetchAnalyticsInfoRequest ¶
type ApiFetchAnalyticsInfoRequest struct { ApiService *AnalyticsExposureAPIFetchAnalyticsInformationApiService // contains filtered or unexported fields }
func (ApiFetchAnalyticsInfoRequest) AnalyticsRequest ¶
func (r ApiFetchAnalyticsInfoRequest) AnalyticsRequest(analyticsRequest AnalyticsRequest) ApiFetchAnalyticsInfoRequest
func (ApiFetchAnalyticsInfoRequest) Execute ¶
func (r ApiFetchAnalyticsInfoRequest) Execute() (*AnalyticsData, *http.Response, error)
type ApiFullyUpdateAnSubscriptionRequest ¶
type ApiFullyUpdateAnSubscriptionRequest struct { ApiService *IndividualAnalyticsExposureSubscriptionApiService // contains filtered or unexported fields }
func (ApiFullyUpdateAnSubscriptionRequest) AnalyticsExposureSubsc ¶
func (r ApiFullyUpdateAnSubscriptionRequest) AnalyticsExposureSubsc(analyticsExposureSubsc AnalyticsExposureSubsc) ApiFullyUpdateAnSubscriptionRequest
Parameters to update/replace the existing subscription
func (ApiFullyUpdateAnSubscriptionRequest) Execute ¶
func (r ApiFullyUpdateAnSubscriptionRequest) Execute() (*AnalyticsExposureSubsc, *http.Response, error)
type ApiReadAllSubscriptionsRequest ¶
type ApiReadAllSubscriptionsRequest struct { ApiService *AnalyticsExposureSubscriptionsApiService // contains filtered or unexported fields }
func (ApiReadAllSubscriptionsRequest) Execute ¶
func (r ApiReadAllSubscriptionsRequest) Execute() ([]AnalyticsExposureSubsc, *http.Response, error)
func (ApiReadAllSubscriptionsRequest) SuppFeat ¶
func (r ApiReadAllSubscriptionsRequest) SuppFeat(suppFeat string) ApiReadAllSubscriptionsRequest
Features supported by the NF service consumer
type ApiReadAnSubscriptionRequest ¶
type ApiReadAnSubscriptionRequest struct { ApiService *IndividualAnalyticsExposureSubscriptionApiService // contains filtered or unexported fields }
func (ApiReadAnSubscriptionRequest) Execute ¶
func (r ApiReadAnSubscriptionRequest) Execute() (*AnalyticsExposureSubsc, *http.Response, error)
func (ApiReadAnSubscriptionRequest) SuppFeat ¶
func (r ApiReadAnSubscriptionRequest) SuppFeat(suppFeat string) ApiReadAnSubscriptionRequest
Features supported by the NF service consumer
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 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 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 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 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 CongestInfo ¶
type CongestInfo struct { LocArea LocationArea5G `json:"locArea"` CngAnas []CongestionAnalytics `json:"cngAnas"` }
CongestInfo Represents a UE's user data congestion information.
func NewCongestInfo ¶
func NewCongestInfo(locArea LocationArea5G, cngAnas []CongestionAnalytics) *CongestInfo
NewCongestInfo instantiates a new CongestInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCongestInfoWithDefaults ¶
func NewCongestInfoWithDefaults() *CongestInfo
NewCongestInfoWithDefaults instantiates a new CongestInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CongestInfo) GetCngAnas ¶
func (o *CongestInfo) GetCngAnas() []CongestionAnalytics
GetCngAnas returns the CngAnas field value
func (*CongestInfo) GetCngAnasOk ¶
func (o *CongestInfo) GetCngAnasOk() ([]CongestionAnalytics, bool)
GetCngAnasOk returns a tuple with the CngAnas field value and a boolean to check if the value has been set.
func (*CongestInfo) GetLocArea ¶
func (o *CongestInfo) GetLocArea() LocationArea5G
GetLocArea returns the LocArea field value
func (*CongestInfo) GetLocAreaOk ¶
func (o *CongestInfo) GetLocAreaOk() (*LocationArea5G, bool)
GetLocAreaOk returns a tuple with the LocArea field value and a boolean to check if the value has been set.
func (CongestInfo) MarshalJSON ¶
func (o CongestInfo) MarshalJSON() ([]byte, error)
func (*CongestInfo) SetCngAnas ¶
func (o *CongestInfo) SetCngAnas(v []CongestionAnalytics)
SetCngAnas sets field value
func (*CongestInfo) SetLocArea ¶
func (o *CongestInfo) SetLocArea(v LocationArea5G)
SetLocArea sets field value
func (CongestInfo) ToMap ¶
func (o CongestInfo) ToMap() (map[string]interface{}, error)
type CongestionAnalytics ¶
type CongestionAnalytics struct { CngType CongestionType `json:"cngType"` TmWdw TimeWindow `json:"tmWdw"` 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"` }
CongestionAnalytics Represents data congestion analytics for transfer over the user plane, control plane or both.
func NewCongestionAnalytics ¶
func NewCongestionAnalytics(cngType CongestionType, tmWdw TimeWindow, nsi ThresholdLevel) *CongestionAnalytics
NewCongestionAnalytics instantiates a new CongestionAnalytics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCongestionAnalyticsWithDefaults ¶
func NewCongestionAnalyticsWithDefaults() *CongestionAnalytics
NewCongestionAnalyticsWithDefaults instantiates a new CongestionAnalytics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CongestionAnalytics) GetCngType ¶
func (o *CongestionAnalytics) GetCngType() CongestionType
GetCngType returns the CngType field value
func (*CongestionAnalytics) GetCngTypeOk ¶
func (o *CongestionAnalytics) GetCngTypeOk() (*CongestionType, bool)
GetCngTypeOk returns a tuple with the CngType field value and a boolean to check if the value has been set.
func (*CongestionAnalytics) GetConfidence ¶
func (o *CongestionAnalytics) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*CongestionAnalytics) GetConfidenceOk ¶
func (o *CongestionAnalytics) 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 (*CongestionAnalytics) GetNsi ¶
func (o *CongestionAnalytics) GetNsi() ThresholdLevel
GetNsi returns the Nsi field value
func (*CongestionAnalytics) GetNsiOk ¶
func (o *CongestionAnalytics) GetNsiOk() (*ThresholdLevel, bool)
GetNsiOk returns a tuple with the Nsi field value and a boolean to check if the value has been set.
func (*CongestionAnalytics) GetTmWdw ¶
func (o *CongestionAnalytics) GetTmWdw() TimeWindow
GetTmWdw returns the TmWdw field value
func (*CongestionAnalytics) GetTmWdwOk ¶
func (o *CongestionAnalytics) GetTmWdwOk() (*TimeWindow, bool)
GetTmWdwOk returns a tuple with the TmWdw field value and a boolean to check if the value has been set.
func (*CongestionAnalytics) GetTopAppListDl ¶
func (o *CongestionAnalytics) GetTopAppListDl() []TopApplication
GetTopAppListDl returns the TopAppListDl field value if set, zero value otherwise.
func (*CongestionAnalytics) GetTopAppListDlOk ¶
func (o *CongestionAnalytics) 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 (*CongestionAnalytics) GetTopAppListUl ¶
func (o *CongestionAnalytics) GetTopAppListUl() []TopApplication
GetTopAppListUl returns the TopAppListUl field value if set, zero value otherwise.
func (*CongestionAnalytics) GetTopAppListUlOk ¶
func (o *CongestionAnalytics) 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 (*CongestionAnalytics) HasConfidence ¶
func (o *CongestionAnalytics) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*CongestionAnalytics) HasTopAppListDl ¶
func (o *CongestionAnalytics) HasTopAppListDl() bool
HasTopAppListDl returns a boolean if a field has been set.
func (*CongestionAnalytics) HasTopAppListUl ¶
func (o *CongestionAnalytics) HasTopAppListUl() bool
HasTopAppListUl returns a boolean if a field has been set.
func (CongestionAnalytics) MarshalJSON ¶
func (o CongestionAnalytics) MarshalJSON() ([]byte, error)
func (*CongestionAnalytics) SetCngType ¶
func (o *CongestionAnalytics) SetCngType(v CongestionType)
SetCngType sets field value
func (*CongestionAnalytics) SetConfidence ¶
func (o *CongestionAnalytics) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*CongestionAnalytics) SetNsi ¶
func (o *CongestionAnalytics) SetNsi(v ThresholdLevel)
SetNsi sets field value
func (*CongestionAnalytics) SetTmWdw ¶
func (o *CongestionAnalytics) SetTmWdw(v TimeWindow)
SetTmWdw sets field value
func (*CongestionAnalytics) SetTopAppListDl ¶
func (o *CongestionAnalytics) SetTopAppListDl(v []TopApplication)
SetTopAppListDl gets a reference to the given []TopApplication and assigns it to the TopAppListDl field.
func (*CongestionAnalytics) SetTopAppListUl ¶
func (o *CongestionAnalytics) SetTopAppListUl(v []TopApplication)
SetTopAppListUl gets a reference to the given []TopApplication and assigns it to the TopAppListUl field.
func (CongestionAnalytics) ToMap ¶
func (o CongestionAnalytics) 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 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 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 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 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 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 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 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 *ScheduledCommunicationTime1 `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() ScheduledCommunicationTime1
GetScheduledCommunicationTime returns the ScheduledCommunicationTime field value if set, zero value otherwise.
func (*ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk ¶
func (o *ExpectedUeBehaviourData) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime1, 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 ScheduledCommunicationTime1)
SetScheduledCommunicationTime gets a reference to the given ScheduledCommunicationTime1 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 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 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 IndividualAnalyticsExposureSubscriptionApiService ¶
type IndividualAnalyticsExposureSubscriptionApiService service
IndividualAnalyticsExposureSubscriptionApiService IndividualAnalyticsExposureSubscriptionApi service
func (*IndividualAnalyticsExposureSubscriptionApiService) DeleteAnSubscription ¶
func (a *IndividualAnalyticsExposureSubscriptionApiService) DeleteAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiDeleteAnSubscriptionRequest
DeleteAnSubscription Deletes an already existing subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param afId Identifier of the AF @param subscriptionId Identifier of the subscription resource @return ApiDeleteAnSubscriptionRequest
func (*IndividualAnalyticsExposureSubscriptionApiService) DeleteAnSubscriptionExecute ¶
func (a *IndividualAnalyticsExposureSubscriptionApiService) DeleteAnSubscriptionExecute(r ApiDeleteAnSubscriptionRequest) (*http.Response, error)
Execute executes the request
func (*IndividualAnalyticsExposureSubscriptionApiService) FullyUpdateAnSubscription ¶
func (a *IndividualAnalyticsExposureSubscriptionApiService) FullyUpdateAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiFullyUpdateAnSubscriptionRequest
FullyUpdateAnSubscription Fully updates/replaces an existing subscription resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param afId Identifier of the AF @param subscriptionId Identifier of the subscription resource @return ApiFullyUpdateAnSubscriptionRequest
func (*IndividualAnalyticsExposureSubscriptionApiService) FullyUpdateAnSubscriptionExecute ¶
func (a *IndividualAnalyticsExposureSubscriptionApiService) FullyUpdateAnSubscriptionExecute(r ApiFullyUpdateAnSubscriptionRequest) (*AnalyticsExposureSubsc, *http.Response, error)
Execute executes the request
@return AnalyticsExposureSubsc
func (*IndividualAnalyticsExposureSubscriptionApiService) ReadAnSubscription ¶
func (a *IndividualAnalyticsExposureSubscriptionApiService) ReadAnSubscription(ctx context.Context, afId string, subscriptionId string) ApiReadAnSubscriptionRequest
ReadAnSubscription read an active subscription for the AF and the subscription Id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param afId Identifier of the AF @param subscriptionId Identifier of the subscription resource @return ApiReadAnSubscriptionRequest
func (*IndividualAnalyticsExposureSubscriptionApiService) ReadAnSubscriptionExecute ¶
func (a *IndividualAnalyticsExposureSubscriptionApiService) ReadAnSubscriptionExecute(r ApiReadAnSubscriptionRequest) (*AnalyticsExposureSubsc, *http.Response, error)
Execute executes the request
@return AnalyticsExposureSubsc
type InvalidParam ¶
type InvalidParam struct { // Attribute's name encoded as a JSON Pointer, or header's name. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". Reason *string `json:"reason,omitempty"` }
InvalidParam Represents the description of invalid parameters, for a request rejected due to invalid parameters.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
type InvalidParam1 ¶
type InvalidParam1 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"` }
InvalidParam1 It contains an invalid parameter and a related description.
func NewInvalidParam1 ¶
func NewInvalidParam1(param string) *InvalidParam1
NewInvalidParam1 instantiates a new InvalidParam1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParam1WithDefaults ¶
func NewInvalidParam1WithDefaults() *InvalidParam1
NewInvalidParam1WithDefaults instantiates a new InvalidParam1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam1) GetParam ¶
func (o *InvalidParam1) GetParam() string
GetParam returns the Param field value
func (*InvalidParam1) GetParamOk ¶
func (o *InvalidParam1) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam1) GetReason ¶
func (o *InvalidParam1) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam1) GetReasonOk ¶
func (o *InvalidParam1) 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 (*InvalidParam1) HasReason ¶
func (o *InvalidParam1) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam1) MarshalJSON ¶
func (o InvalidParam1) MarshalJSON() ([]byte, error)
func (*InvalidParam1) SetParam ¶
func (o *InvalidParam1) SetParam(v string)
SetParam sets field value
func (*InvalidParam1) SetReason ¶
func (o *InvalidParam1) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam1) ToMap ¶
func (o InvalidParam1) 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 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 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 LocationArea5G ¶
type LocationArea5G 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 *NetworkAreaInfo `json:"nwAreaInfo,omitempty"` }
LocationArea5G Represents a user location area when the UE is attached to 5G.
func NewLocationArea5G ¶
func NewLocationArea5G() *LocationArea5G
NewLocationArea5G instantiates a new LocationArea5G object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationArea5GWithDefaults ¶
func NewLocationArea5GWithDefaults() *LocationArea5G
NewLocationArea5GWithDefaults instantiates a new LocationArea5G object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationArea5G) GetCivicAddresses ¶
func (o *LocationArea5G) GetCivicAddresses() []CivicAddress
GetCivicAddresses returns the CivicAddresses field value if set, zero value otherwise.
func (*LocationArea5G) GetCivicAddressesOk ¶
func (o *LocationArea5G) 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 (*LocationArea5G) GetGeographicAreas ¶
func (o *LocationArea5G) GetGeographicAreas() []GeographicArea
GetGeographicAreas returns the GeographicAreas field value if set, zero value otherwise.
func (*LocationArea5G) GetGeographicAreasOk ¶
func (o *LocationArea5G) 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 (*LocationArea5G) GetNwAreaInfo ¶
func (o *LocationArea5G) GetNwAreaInfo() NetworkAreaInfo
GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.
func (*LocationArea5G) GetNwAreaInfoOk ¶
func (o *LocationArea5G) GetNwAreaInfoOk() (*NetworkAreaInfo, 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 (*LocationArea5G) HasCivicAddresses ¶
func (o *LocationArea5G) HasCivicAddresses() bool
HasCivicAddresses returns a boolean if a field has been set.
func (*LocationArea5G) HasGeographicAreas ¶
func (o *LocationArea5G) HasGeographicAreas() bool
HasGeographicAreas returns a boolean if a field has been set.
func (*LocationArea5G) HasNwAreaInfo ¶
func (o *LocationArea5G) HasNwAreaInfo() bool
HasNwAreaInfo returns a boolean if a field has been set.
func (LocationArea5G) MarshalJSON ¶
func (o LocationArea5G) MarshalJSON() ([]byte, error)
func (*LocationArea5G) SetCivicAddresses ¶
func (o *LocationArea5G) SetCivicAddresses(v []CivicAddress)
SetCivicAddresses gets a reference to the given []CivicAddress and assigns it to the CivicAddresses field.
func (*LocationArea5G) SetGeographicAreas ¶
func (o *LocationArea5G) SetGeographicAreas(v []GeographicArea)
SetGeographicAreas gets a reference to the given []GeographicArea and assigns it to the GeographicAreas field.
func (*LocationArea5G) SetNwAreaInfo ¶
func (o *LocationArea5G) SetNwAreaInfo(v NetworkAreaInfo)
SetNwAreaInfo gets a reference to the given NetworkAreaInfo and assigns it to the NwAreaInfo field.
func (LocationArea5G) ToMap ¶
func (o LocationArea5G) 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 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) 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 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 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 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 NetworkPerfExposure ¶
type NetworkPerfExposure struct { LocArea LocationArea5G `json:"locArea"` 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"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Confidence *int32 `json:"confidence,omitempty"` }
NetworkPerfExposure Represents network performance information.
func NewNetworkPerfExposure ¶
func NewNetworkPerfExposure(locArea LocationArea5G, nwPerfType NetworkPerfType) *NetworkPerfExposure
NewNetworkPerfExposure instantiates a new NetworkPerfExposure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkPerfExposureWithDefaults ¶
func NewNetworkPerfExposureWithDefaults() *NetworkPerfExposure
NewNetworkPerfExposureWithDefaults instantiates a new NetworkPerfExposure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkPerfExposure) GetAbsoluteNum ¶
func (o *NetworkPerfExposure) GetAbsoluteNum() int32
GetAbsoluteNum returns the AbsoluteNum field value if set, zero value otherwise.
func (*NetworkPerfExposure) GetAbsoluteNumOk ¶
func (o *NetworkPerfExposure) 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 (*NetworkPerfExposure) GetConfidence ¶
func (o *NetworkPerfExposure) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*NetworkPerfExposure) GetConfidenceOk ¶
func (o *NetworkPerfExposure) 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 (*NetworkPerfExposure) GetLocArea ¶
func (o *NetworkPerfExposure) GetLocArea() LocationArea5G
GetLocArea returns the LocArea field value
func (*NetworkPerfExposure) GetLocAreaOk ¶
func (o *NetworkPerfExposure) GetLocAreaOk() (*LocationArea5G, bool)
GetLocAreaOk returns a tuple with the LocArea field value and a boolean to check if the value has been set.
func (*NetworkPerfExposure) GetNwPerfType ¶
func (o *NetworkPerfExposure) GetNwPerfType() NetworkPerfType
GetNwPerfType returns the NwPerfType field value
func (*NetworkPerfExposure) GetNwPerfTypeOk ¶
func (o *NetworkPerfExposure) GetNwPerfTypeOk() (*NetworkPerfType, bool)
GetNwPerfTypeOk returns a tuple with the NwPerfType field value and a boolean to check if the value has been set.
func (*NetworkPerfExposure) GetRelativeRatio ¶
func (o *NetworkPerfExposure) GetRelativeRatio() int32
GetRelativeRatio returns the RelativeRatio field value if set, zero value otherwise.
func (*NetworkPerfExposure) GetRelativeRatioOk ¶
func (o *NetworkPerfExposure) 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 (*NetworkPerfExposure) HasAbsoluteNum ¶
func (o *NetworkPerfExposure) HasAbsoluteNum() bool
HasAbsoluteNum returns a boolean if a field has been set.
func (*NetworkPerfExposure) HasConfidence ¶
func (o *NetworkPerfExposure) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*NetworkPerfExposure) HasRelativeRatio ¶
func (o *NetworkPerfExposure) HasRelativeRatio() bool
HasRelativeRatio returns a boolean if a field has been set.
func (NetworkPerfExposure) MarshalJSON ¶
func (o NetworkPerfExposure) MarshalJSON() ([]byte, error)
func (*NetworkPerfExposure) SetAbsoluteNum ¶
func (o *NetworkPerfExposure) SetAbsoluteNum(v int32)
SetAbsoluteNum gets a reference to the given int32 and assigns it to the AbsoluteNum field.
func (*NetworkPerfExposure) SetConfidence ¶
func (o *NetworkPerfExposure) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*NetworkPerfExposure) SetLocArea ¶
func (o *NetworkPerfExposure) SetLocArea(v LocationArea5G)
SetLocArea sets field value
func (*NetworkPerfExposure) SetNwPerfType ¶
func (o *NetworkPerfExposure) SetNwPerfType(v NetworkPerfType)
SetNwPerfType sets field value
func (*NetworkPerfExposure) SetRelativeRatio ¶
func (o *NetworkPerfExposure) SetRelativeRatio(v int32)
SetRelativeRatio gets a reference to the given int32 and assigns it to the RelativeRatio field.
func (NetworkPerfExposure) ToMap ¶
func (o NetworkPerfExposure) 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 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 - ONE_TIME - ON_EVENT_DETECTION
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 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 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 NullableAbnormalExposure ¶
type NullableAbnormalExposure struct {
// contains filtered or unexported fields
}
func NewNullableAbnormalExposure ¶
func NewNullableAbnormalExposure(val *AbnormalExposure) *NullableAbnormalExposure
func (NullableAbnormalExposure) Get ¶
func (v NullableAbnormalExposure) Get() *AbnormalExposure
func (NullableAbnormalExposure) IsSet ¶
func (v NullableAbnormalExposure) IsSet() bool
func (NullableAbnormalExposure) MarshalJSON ¶
func (v NullableAbnormalExposure) MarshalJSON() ([]byte, error)
func (*NullableAbnormalExposure) Set ¶
func (v *NullableAbnormalExposure) Set(val *AbnormalExposure)
func (*NullableAbnormalExposure) UnmarshalJSON ¶
func (v *NullableAbnormalExposure) UnmarshalJSON(src []byte) error
func (*NullableAbnormalExposure) Unset ¶
func (v *NullableAbnormalExposure) 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 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 NullableAdditionInfoAnalyticsInfoRequest ¶
type NullableAdditionInfoAnalyticsInfoRequest struct {
// contains filtered or unexported fields
}
func NewNullableAdditionInfoAnalyticsInfoRequest ¶
func NewNullableAdditionInfoAnalyticsInfoRequest(val *AdditionInfoAnalyticsInfoRequest) *NullableAdditionInfoAnalyticsInfoRequest
func (NullableAdditionInfoAnalyticsInfoRequest) IsSet ¶
func (v NullableAdditionInfoAnalyticsInfoRequest) IsSet() bool
func (NullableAdditionInfoAnalyticsInfoRequest) MarshalJSON ¶
func (v NullableAdditionInfoAnalyticsInfoRequest) MarshalJSON() ([]byte, error)
func (*NullableAdditionInfoAnalyticsInfoRequest) Set ¶
func (v *NullableAdditionInfoAnalyticsInfoRequest) Set(val *AdditionInfoAnalyticsInfoRequest)
func (*NullableAdditionInfoAnalyticsInfoRequest) UnmarshalJSON ¶
func (v *NullableAdditionInfoAnalyticsInfoRequest) UnmarshalJSON(src []byte) error
func (*NullableAdditionInfoAnalyticsInfoRequest) Unset ¶
func (v *NullableAdditionInfoAnalyticsInfoRequest) 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 NullableAnalyticsData ¶
type NullableAnalyticsData struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsData ¶
func NewNullableAnalyticsData(val *AnalyticsData) *NullableAnalyticsData
func (NullableAnalyticsData) Get ¶
func (v NullableAnalyticsData) Get() *AnalyticsData
func (NullableAnalyticsData) IsSet ¶
func (v NullableAnalyticsData) IsSet() bool
func (NullableAnalyticsData) MarshalJSON ¶
func (v NullableAnalyticsData) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsData) Set ¶
func (v *NullableAnalyticsData) Set(val *AnalyticsData)
func (*NullableAnalyticsData) UnmarshalJSON ¶
func (v *NullableAnalyticsData) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsData) Unset ¶
func (v *NullableAnalyticsData) Unset()
type NullableAnalyticsEvent ¶
type NullableAnalyticsEvent struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsEvent ¶
func NewNullableAnalyticsEvent(val *AnalyticsEvent) *NullableAnalyticsEvent
func (NullableAnalyticsEvent) Get ¶
func (v NullableAnalyticsEvent) Get() *AnalyticsEvent
func (NullableAnalyticsEvent) IsSet ¶
func (v NullableAnalyticsEvent) IsSet() bool
func (NullableAnalyticsEvent) MarshalJSON ¶
func (v NullableAnalyticsEvent) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsEvent) Set ¶
func (v *NullableAnalyticsEvent) Set(val *AnalyticsEvent)
func (*NullableAnalyticsEvent) UnmarshalJSON ¶
func (v *NullableAnalyticsEvent) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsEvent) Unset ¶
func (v *NullableAnalyticsEvent) Unset()
type NullableAnalyticsEventFilter ¶
type NullableAnalyticsEventFilter struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsEventFilter ¶
func NewNullableAnalyticsEventFilter(val *AnalyticsEventFilter) *NullableAnalyticsEventFilter
func (NullableAnalyticsEventFilter) Get ¶
func (v NullableAnalyticsEventFilter) Get() *AnalyticsEventFilter
func (NullableAnalyticsEventFilter) IsSet ¶
func (v NullableAnalyticsEventFilter) IsSet() bool
func (NullableAnalyticsEventFilter) MarshalJSON ¶
func (v NullableAnalyticsEventFilter) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsEventFilter) Set ¶
func (v *NullableAnalyticsEventFilter) Set(val *AnalyticsEventFilter)
func (*NullableAnalyticsEventFilter) UnmarshalJSON ¶
func (v *NullableAnalyticsEventFilter) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsEventFilter) Unset ¶
func (v *NullableAnalyticsEventFilter) Unset()
type NullableAnalyticsEventFilterSubsc ¶
type NullableAnalyticsEventFilterSubsc struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsEventFilterSubsc ¶
func NewNullableAnalyticsEventFilterSubsc(val *AnalyticsEventFilterSubsc) *NullableAnalyticsEventFilterSubsc
func (NullableAnalyticsEventFilterSubsc) Get ¶
func (v NullableAnalyticsEventFilterSubsc) Get() *AnalyticsEventFilterSubsc
func (NullableAnalyticsEventFilterSubsc) IsSet ¶
func (v NullableAnalyticsEventFilterSubsc) IsSet() bool
func (NullableAnalyticsEventFilterSubsc) MarshalJSON ¶
func (v NullableAnalyticsEventFilterSubsc) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsEventFilterSubsc) Set ¶
func (v *NullableAnalyticsEventFilterSubsc) Set(val *AnalyticsEventFilterSubsc)
func (*NullableAnalyticsEventFilterSubsc) UnmarshalJSON ¶
func (v *NullableAnalyticsEventFilterSubsc) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsEventFilterSubsc) Unset ¶
func (v *NullableAnalyticsEventFilterSubsc) Unset()
type NullableAnalyticsEventNotif ¶
type NullableAnalyticsEventNotif struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsEventNotif ¶
func NewNullableAnalyticsEventNotif(val *AnalyticsEventNotif) *NullableAnalyticsEventNotif
func (NullableAnalyticsEventNotif) Get ¶
func (v NullableAnalyticsEventNotif) Get() *AnalyticsEventNotif
func (NullableAnalyticsEventNotif) IsSet ¶
func (v NullableAnalyticsEventNotif) IsSet() bool
func (NullableAnalyticsEventNotif) MarshalJSON ¶
func (v NullableAnalyticsEventNotif) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsEventNotif) Set ¶
func (v *NullableAnalyticsEventNotif) Set(val *AnalyticsEventNotif)
func (*NullableAnalyticsEventNotif) UnmarshalJSON ¶
func (v *NullableAnalyticsEventNotif) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsEventNotif) Unset ¶
func (v *NullableAnalyticsEventNotif) Unset()
type NullableAnalyticsEventNotification ¶
type NullableAnalyticsEventNotification struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsEventNotification ¶
func NewNullableAnalyticsEventNotification(val *AnalyticsEventNotification) *NullableAnalyticsEventNotification
func (NullableAnalyticsEventNotification) Get ¶
func (v NullableAnalyticsEventNotification) Get() *AnalyticsEventNotification
func (NullableAnalyticsEventNotification) IsSet ¶
func (v NullableAnalyticsEventNotification) IsSet() bool
func (NullableAnalyticsEventNotification) MarshalJSON ¶
func (v NullableAnalyticsEventNotification) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsEventNotification) Set ¶
func (v *NullableAnalyticsEventNotification) Set(val *AnalyticsEventNotification)
func (*NullableAnalyticsEventNotification) UnmarshalJSON ¶
func (v *NullableAnalyticsEventNotification) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsEventNotification) Unset ¶
func (v *NullableAnalyticsEventNotification) Unset()
type NullableAnalyticsEventSubsc ¶
type NullableAnalyticsEventSubsc struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsEventSubsc ¶
func NewNullableAnalyticsEventSubsc(val *AnalyticsEventSubsc) *NullableAnalyticsEventSubsc
func (NullableAnalyticsEventSubsc) Get ¶
func (v NullableAnalyticsEventSubsc) Get() *AnalyticsEventSubsc
func (NullableAnalyticsEventSubsc) IsSet ¶
func (v NullableAnalyticsEventSubsc) IsSet() bool
func (NullableAnalyticsEventSubsc) MarshalJSON ¶
func (v NullableAnalyticsEventSubsc) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsEventSubsc) Set ¶
func (v *NullableAnalyticsEventSubsc) Set(val *AnalyticsEventSubsc)
func (*NullableAnalyticsEventSubsc) UnmarshalJSON ¶
func (v *NullableAnalyticsEventSubsc) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsEventSubsc) Unset ¶
func (v *NullableAnalyticsEventSubsc) Unset()
type NullableAnalyticsExposureSubsc ¶
type NullableAnalyticsExposureSubsc struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsExposureSubsc ¶
func NewNullableAnalyticsExposureSubsc(val *AnalyticsExposureSubsc) *NullableAnalyticsExposureSubsc
func (NullableAnalyticsExposureSubsc) Get ¶
func (v NullableAnalyticsExposureSubsc) Get() *AnalyticsExposureSubsc
func (NullableAnalyticsExposureSubsc) IsSet ¶
func (v NullableAnalyticsExposureSubsc) IsSet() bool
func (NullableAnalyticsExposureSubsc) MarshalJSON ¶
func (v NullableAnalyticsExposureSubsc) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsExposureSubsc) Set ¶
func (v *NullableAnalyticsExposureSubsc) Set(val *AnalyticsExposureSubsc)
func (*NullableAnalyticsExposureSubsc) UnmarshalJSON ¶
func (v *NullableAnalyticsExposureSubsc) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsExposureSubsc) Unset ¶
func (v *NullableAnalyticsExposureSubsc) Unset()
type NullableAnalyticsFailureCode ¶
type NullableAnalyticsFailureCode struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsFailureCode ¶
func NewNullableAnalyticsFailureCode(val *AnalyticsFailureCode) *NullableAnalyticsFailureCode
func (NullableAnalyticsFailureCode) Get ¶
func (v NullableAnalyticsFailureCode) Get() *AnalyticsFailureCode
func (NullableAnalyticsFailureCode) IsSet ¶
func (v NullableAnalyticsFailureCode) IsSet() bool
func (NullableAnalyticsFailureCode) MarshalJSON ¶
func (v NullableAnalyticsFailureCode) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsFailureCode) Set ¶
func (v *NullableAnalyticsFailureCode) Set(val *AnalyticsFailureCode)
func (*NullableAnalyticsFailureCode) UnmarshalJSON ¶
func (v *NullableAnalyticsFailureCode) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsFailureCode) Unset ¶
func (v *NullableAnalyticsFailureCode) Unset()
type NullableAnalyticsFailureEventInfo ¶
type NullableAnalyticsFailureEventInfo struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsFailureEventInfo ¶
func NewNullableAnalyticsFailureEventInfo(val *AnalyticsFailureEventInfo) *NullableAnalyticsFailureEventInfo
func (NullableAnalyticsFailureEventInfo) Get ¶
func (v NullableAnalyticsFailureEventInfo) Get() *AnalyticsFailureEventInfo
func (NullableAnalyticsFailureEventInfo) IsSet ¶
func (v NullableAnalyticsFailureEventInfo) IsSet() bool
func (NullableAnalyticsFailureEventInfo) MarshalJSON ¶
func (v NullableAnalyticsFailureEventInfo) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsFailureEventInfo) Set ¶
func (v *NullableAnalyticsFailureEventInfo) Set(val *AnalyticsFailureEventInfo)
func (*NullableAnalyticsFailureEventInfo) UnmarshalJSON ¶
func (v *NullableAnalyticsFailureEventInfo) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsFailureEventInfo) Unset ¶
func (v *NullableAnalyticsFailureEventInfo) 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 NullableAnalyticsRequest ¶
type NullableAnalyticsRequest struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticsRequest ¶
func NewNullableAnalyticsRequest(val *AnalyticsRequest) *NullableAnalyticsRequest
func (NullableAnalyticsRequest) Get ¶
func (v NullableAnalyticsRequest) Get() *AnalyticsRequest
func (NullableAnalyticsRequest) IsSet ¶
func (v NullableAnalyticsRequest) IsSet() bool
func (NullableAnalyticsRequest) MarshalJSON ¶
func (v NullableAnalyticsRequest) MarshalJSON() ([]byte, error)
func (*NullableAnalyticsRequest) Set ¶
func (v *NullableAnalyticsRequest) Set(val *AnalyticsRequest)
func (*NullableAnalyticsRequest) UnmarshalJSON ¶
func (v *NullableAnalyticsRequest) UnmarshalJSON(src []byte) error
func (*NullableAnalyticsRequest) Unset ¶
func (v *NullableAnalyticsRequest) 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 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 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 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 NullableCongestInfo ¶
type NullableCongestInfo struct {
// contains filtered or unexported fields
}
func NewNullableCongestInfo ¶
func NewNullableCongestInfo(val *CongestInfo) *NullableCongestInfo
func (NullableCongestInfo) Get ¶
func (v NullableCongestInfo) Get() *CongestInfo
func (NullableCongestInfo) IsSet ¶
func (v NullableCongestInfo) IsSet() bool
func (NullableCongestInfo) MarshalJSON ¶
func (v NullableCongestInfo) MarshalJSON() ([]byte, error)
func (*NullableCongestInfo) Set ¶
func (v *NullableCongestInfo) Set(val *CongestInfo)
func (*NullableCongestInfo) UnmarshalJSON ¶
func (v *NullableCongestInfo) UnmarshalJSON(src []byte) error
func (*NullableCongestInfo) Unset ¶
func (v *NullableCongestInfo) Unset()
type NullableCongestionAnalytics ¶
type NullableCongestionAnalytics struct {
// contains filtered or unexported fields
}
func NewNullableCongestionAnalytics ¶
func NewNullableCongestionAnalytics(val *CongestionAnalytics) *NullableCongestionAnalytics
func (NullableCongestionAnalytics) Get ¶
func (v NullableCongestionAnalytics) Get() *CongestionAnalytics
func (NullableCongestionAnalytics) IsSet ¶
func (v NullableCongestionAnalytics) IsSet() bool
func (NullableCongestionAnalytics) MarshalJSON ¶
func (v NullableCongestionAnalytics) MarshalJSON() ([]byte, error)
func (*NullableCongestionAnalytics) Set ¶
func (v *NullableCongestionAnalytics) Set(val *CongestionAnalytics)
func (*NullableCongestionAnalytics) UnmarshalJSON ¶
func (v *NullableCongestionAnalytics) UnmarshalJSON(src []byte) error
func (*NullableCongestionAnalytics) Unset ¶
func (v *NullableCongestionAnalytics) 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 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 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 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 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 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 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 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 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 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 NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableInvalidParam1 ¶
type NullableInvalidParam1 struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam1 ¶
func NewNullableInvalidParam1(val *InvalidParam1) *NullableInvalidParam1
func (NullableInvalidParam1) Get ¶
func (v NullableInvalidParam1) Get() *InvalidParam1
func (NullableInvalidParam1) IsSet ¶
func (v NullableInvalidParam1) IsSet() bool
func (NullableInvalidParam1) MarshalJSON ¶
func (v NullableInvalidParam1) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam1) Set ¶
func (v *NullableInvalidParam1) Set(val *InvalidParam1)
func (*NullableInvalidParam1) UnmarshalJSON ¶
func (v *NullableInvalidParam1) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam1) Unset ¶
func (v *NullableInvalidParam1) 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 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 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 NullableLocationArea5G ¶
type NullableLocationArea5G struct {
// contains filtered or unexported fields
}
func NewNullableLocationArea5G ¶
func NewNullableLocationArea5G(val *LocationArea5G) *NullableLocationArea5G
func (NullableLocationArea5G) Get ¶
func (v NullableLocationArea5G) Get() *LocationArea5G
func (NullableLocationArea5G) IsSet ¶
func (v NullableLocationArea5G) IsSet() bool
func (NullableLocationArea5G) MarshalJSON ¶
func (v NullableLocationArea5G) MarshalJSON() ([]byte, error)
func (*NullableLocationArea5G) Set ¶
func (v *NullableLocationArea5G) Set(val *LocationArea5G)
func (*NullableLocationArea5G) UnmarshalJSON ¶
func (v *NullableLocationArea5G) UnmarshalJSON(src []byte) error
func (*NullableLocationArea5G) Unset ¶
func (v *NullableLocationArea5G) 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 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 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 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 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 NullableNetworkPerfExposure ¶
type NullableNetworkPerfExposure struct {
// contains filtered or unexported fields
}
func NewNullableNetworkPerfExposure ¶
func NewNullableNetworkPerfExposure(val *NetworkPerfExposure) *NullableNetworkPerfExposure
func (NullableNetworkPerfExposure) Get ¶
func (v NullableNetworkPerfExposure) Get() *NetworkPerfExposure
func (NullableNetworkPerfExposure) IsSet ¶
func (v NullableNetworkPerfExposure) IsSet() bool
func (NullableNetworkPerfExposure) MarshalJSON ¶
func (v NullableNetworkPerfExposure) MarshalJSON() ([]byte, error)
func (*NullableNetworkPerfExposure) Set ¶
func (v *NullableNetworkPerfExposure) Set(val *NetworkPerfExposure)
func (*NullableNetworkPerfExposure) UnmarshalJSON ¶
func (v *NullableNetworkPerfExposure) UnmarshalJSON(src []byte) error
func (*NullableNetworkPerfExposure) Unset ¶
func (v *NullableNetworkPerfExposure) 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 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 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 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 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 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 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 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 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 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 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 NullableProblemDetails1 ¶
type NullableProblemDetails1 struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails1 ¶
func NewNullableProblemDetails1(val *ProblemDetails1) *NullableProblemDetails1
func (NullableProblemDetails1) Get ¶
func (v NullableProblemDetails1) Get() *ProblemDetails1
func (NullableProblemDetails1) IsSet ¶
func (v NullableProblemDetails1) IsSet() bool
func (NullableProblemDetails1) MarshalJSON ¶
func (v NullableProblemDetails1) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails1) Set ¶
func (v *NullableProblemDetails1) Set(val *ProblemDetails1)
func (*NullableProblemDetails1) UnmarshalJSON ¶
func (v *NullableProblemDetails1) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails1) Unset ¶
func (v *NullableProblemDetails1) Unset()
type NullableProblemDetailsAnalyticsInfoRequest ¶
type NullableProblemDetailsAnalyticsInfoRequest struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetailsAnalyticsInfoRequest ¶
func NewNullableProblemDetailsAnalyticsInfoRequest(val *ProblemDetailsAnalyticsInfoRequest) *NullableProblemDetailsAnalyticsInfoRequest
func (NullableProblemDetailsAnalyticsInfoRequest) IsSet ¶
func (v NullableProblemDetailsAnalyticsInfoRequest) IsSet() bool
func (NullableProblemDetailsAnalyticsInfoRequest) MarshalJSON ¶
func (v NullableProblemDetailsAnalyticsInfoRequest) MarshalJSON() ([]byte, error)
func (*NullableProblemDetailsAnalyticsInfoRequest) Set ¶
func (v *NullableProblemDetailsAnalyticsInfoRequest) Set(val *ProblemDetailsAnalyticsInfoRequest)
func (*NullableProblemDetailsAnalyticsInfoRequest) UnmarshalJSON ¶
func (v *NullableProblemDetailsAnalyticsInfoRequest) UnmarshalJSON(src []byte) error
func (*NullableProblemDetailsAnalyticsInfoRequest) Unset ¶
func (v *NullableProblemDetailsAnalyticsInfoRequest) 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 NullableQosSustainabilityExposure ¶
type NullableQosSustainabilityExposure struct {
// contains filtered or unexported fields
}
func NewNullableQosSustainabilityExposure ¶
func NewNullableQosSustainabilityExposure(val *QosSustainabilityExposure) *NullableQosSustainabilityExposure
func (NullableQosSustainabilityExposure) Get ¶
func (v NullableQosSustainabilityExposure) Get() *QosSustainabilityExposure
func (NullableQosSustainabilityExposure) IsSet ¶
func (v NullableQosSustainabilityExposure) IsSet() bool
func (NullableQosSustainabilityExposure) MarshalJSON ¶
func (v NullableQosSustainabilityExposure) MarshalJSON() ([]byte, error)
func (*NullableQosSustainabilityExposure) Set ¶
func (v *NullableQosSustainabilityExposure) Set(val *QosSustainabilityExposure)
func (*NullableQosSustainabilityExposure) UnmarshalJSON ¶
func (v *NullableQosSustainabilityExposure) UnmarshalJSON(src []byte) error
func (*NullableQosSustainabilityExposure) Unset ¶
func (v *NullableQosSustainabilityExposure) 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 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 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 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 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 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 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 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 NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) Unset()
type NullableStationaryIndication ¶
type NullableStationaryIndication struct {
// contains filtered or unexported fields
}
func NewNullableStationaryIndication ¶
func NewNullableStationaryIndication(val *StationaryIndication) *NullableStationaryIndication
func (NullableStationaryIndication) Get ¶
func (v NullableStationaryIndication) Get() *StationaryIndication
func (NullableStationaryIndication) IsSet ¶
func (v NullableStationaryIndication) IsSet() bool
func (NullableStationaryIndication) MarshalJSON ¶
func (v NullableStationaryIndication) MarshalJSON() ([]byte, error)
func (*NullableStationaryIndication) Set ¶
func (v *NullableStationaryIndication) Set(val *StationaryIndication)
func (*NullableStationaryIndication) UnmarshalJSON ¶
func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error
func (*NullableStationaryIndication) Unset ¶
func (v *NullableStationaryIndication) Unset()
type 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 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 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 NullableTargetUeId ¶
type NullableTargetUeId struct {
// contains filtered or unexported fields
}
func NewNullableTargetUeId ¶
func NewNullableTargetUeId(val *TargetUeId) *NullableTargetUeId
func (NullableTargetUeId) Get ¶
func (v NullableTargetUeId) Get() *TargetUeId
func (NullableTargetUeId) IsSet ¶
func (v NullableTargetUeId) IsSet() bool
func (NullableTargetUeId) MarshalJSON ¶
func (v NullableTargetUeId) MarshalJSON() ([]byte, error)
func (*NullableTargetUeId) Set ¶
func (v *NullableTargetUeId) Set(val *TargetUeId)
func (*NullableTargetUeId) UnmarshalJSON ¶
func (v *NullableTargetUeId) UnmarshalJSON(src []byte) error
func (*NullableTargetUeId) Unset ¶
func (v *NullableTargetUeId) Unset()
type NullableTermCause ¶
type NullableTermCause struct {
// contains filtered or unexported fields
}
func NewNullableTermCause ¶
func NewNullableTermCause(val *TermCause) *NullableTermCause
func (NullableTermCause) Get ¶
func (v NullableTermCause) Get() *TermCause
func (NullableTermCause) IsSet ¶
func (v NullableTermCause) IsSet() bool
func (NullableTermCause) MarshalJSON ¶
func (v NullableTermCause) MarshalJSON() ([]byte, error)
func (*NullableTermCause) Set ¶
func (v *NullableTermCause) Set(val *TermCause)
func (*NullableTermCause) UnmarshalJSON ¶
func (v *NullableTermCause) UnmarshalJSON(src []byte) error
func (*NullableTermCause) Unset ¶
func (v *NullableTermCause) 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 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 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 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 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 NullableUeLocationInfo ¶
type NullableUeLocationInfo struct {
// contains filtered or unexported fields
}
func NewNullableUeLocationInfo ¶
func NewNullableUeLocationInfo(val *UeLocationInfo) *NullableUeLocationInfo
func (NullableUeLocationInfo) Get ¶
func (v NullableUeLocationInfo) Get() *UeLocationInfo
func (NullableUeLocationInfo) IsSet ¶
func (v NullableUeLocationInfo) IsSet() bool
func (NullableUeLocationInfo) MarshalJSON ¶
func (v NullableUeLocationInfo) MarshalJSON() ([]byte, error)
func (*NullableUeLocationInfo) Set ¶
func (v *NullableUeLocationInfo) Set(val *UeLocationInfo)
func (*NullableUeLocationInfo) UnmarshalJSON ¶
func (v *NullableUeLocationInfo) UnmarshalJSON(src []byte) error
func (*NullableUeLocationInfo) Unset ¶
func (v *NullableUeLocationInfo) Unset()
type NullableUeMobilityExposure ¶
type NullableUeMobilityExposure struct {
// contains filtered or unexported fields
}
func NewNullableUeMobilityExposure ¶
func NewNullableUeMobilityExposure(val *UeMobilityExposure) *NullableUeMobilityExposure
func (NullableUeMobilityExposure) Get ¶
func (v NullableUeMobilityExposure) Get() *UeMobilityExposure
func (NullableUeMobilityExposure) IsSet ¶
func (v NullableUeMobilityExposure) IsSet() bool
func (NullableUeMobilityExposure) MarshalJSON ¶
func (v NullableUeMobilityExposure) MarshalJSON() ([]byte, error)
func (*NullableUeMobilityExposure) Set ¶
func (v *NullableUeMobilityExposure) Set(val *UeMobilityExposure)
func (*NullableUeMobilityExposure) UnmarshalJSON ¶
func (v *NullableUeMobilityExposure) UnmarshalJSON(src []byte) error
func (*NullableUeMobilityExposure) Unset ¶
func (v *NullableUeMobilityExposure) 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 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 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 NullableWebsockNotifConfig ¶
type NullableWebsockNotifConfig struct {
// contains filtered or unexported fields
}
func NewNullableWebsockNotifConfig ¶
func NewNullableWebsockNotifConfig(val *WebsockNotifConfig) *NullableWebsockNotifConfig
func (NullableWebsockNotifConfig) Get ¶
func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig
func (NullableWebsockNotifConfig) IsSet ¶
func (v NullableWebsockNotifConfig) IsSet() bool
func (NullableWebsockNotifConfig) MarshalJSON ¶
func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error)
func (*NullableWebsockNotifConfig) Set ¶
func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig)
func (*NullableWebsockNotifConfig) UnmarshalJSON ¶
func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error
func (*NullableWebsockNotifConfig) Unset ¶
func (v *NullableWebsockNotifConfig) Unset()
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 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 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 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 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 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 ProblemDetails ¶
type ProblemDetails struct { // string providing an URI formatted according to IETF RFC 3986. Type *string `json:"type,omitempty"` // A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem. Title *string `json:"title,omitempty"` // The HTTP status code for this occurrence of the problem. 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 IETF 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"` // Description of invalid parameters, for a request rejected due to invalid parameters. 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"` }
ProblemDetails Represents additional information and details on 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) 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) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) 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) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) 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) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type ProblemDetails1 ¶
type ProblemDetails1 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 []InvalidParam1 `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"` }
ProblemDetails1 Provides additional information in an error response.
func NewProblemDetails1 ¶
func NewProblemDetails1() *ProblemDetails1
NewProblemDetails1 instantiates a new ProblemDetails1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetails1WithDefaults ¶
func NewProblemDetails1WithDefaults() *ProblemDetails1
NewProblemDetails1WithDefaults instantiates a new ProblemDetails1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails1) GetAccessTokenError ¶
func (o *ProblemDetails1) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails1) GetAccessTokenErrorOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) GetAccessTokenRequest ¶
func (o *ProblemDetails1) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails1) GetAccessTokenRequestOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) GetCause ¶
func (o *ProblemDetails1) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails1) GetCauseOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) GetDetail ¶
func (o *ProblemDetails1) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails1) GetDetailOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) GetInstance ¶
func (o *ProblemDetails1) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails1) GetInstanceOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) GetInvalidParams ¶
func (o *ProblemDetails1) GetInvalidParams() []InvalidParam1
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails1) GetInvalidParamsOk ¶
func (o *ProblemDetails1) GetInvalidParamsOk() ([]InvalidParam1, 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 (*ProblemDetails1) GetNrfId ¶
func (o *ProblemDetails1) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails1) GetNrfIdOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) GetStatus ¶
func (o *ProblemDetails1) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails1) GetStatusOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) GetSupportedApiVersions ¶
func (o *ProblemDetails1) GetSupportedApiVersions() []string
GetSupportedApiVersions returns the SupportedApiVersions field value if set, zero value otherwise.
func (*ProblemDetails1) GetSupportedApiVersionsOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) GetSupportedFeatures ¶
func (o *ProblemDetails1) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails1) GetSupportedFeaturesOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) GetTitle ¶
func (o *ProblemDetails1) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails1) GetTitleOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) GetType ¶
func (o *ProblemDetails1) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails1) GetTypeOk ¶
func (o *ProblemDetails1) 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 (*ProblemDetails1) HasAccessTokenError ¶
func (o *ProblemDetails1) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails1) HasAccessTokenRequest ¶
func (o *ProblemDetails1) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field has been set.
func (*ProblemDetails1) HasCause ¶
func (o *ProblemDetails1) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails1) HasDetail ¶
func (o *ProblemDetails1) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails1) HasInstance ¶
func (o *ProblemDetails1) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails1) HasInvalidParams ¶
func (o *ProblemDetails1) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails1) HasNrfId ¶
func (o *ProblemDetails1) HasNrfId() bool
HasNrfId returns a boolean if a field has been set.
func (*ProblemDetails1) HasStatus ¶
func (o *ProblemDetails1) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails1) HasSupportedApiVersions ¶
func (o *ProblemDetails1) HasSupportedApiVersions() bool
HasSupportedApiVersions returns a boolean if a field has been set.
func (*ProblemDetails1) HasSupportedFeatures ¶
func (o *ProblemDetails1) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails1) HasTitle ¶
func (o *ProblemDetails1) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails1) HasType ¶
func (o *ProblemDetails1) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails1) MarshalJSON ¶
func (o ProblemDetails1) MarshalJSON() ([]byte, error)
func (*ProblemDetails1) SetAccessTokenError ¶
func (o *ProblemDetails1) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails1) SetAccessTokenRequest ¶
func (o *ProblemDetails1) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
func (*ProblemDetails1) SetCause ¶
func (o *ProblemDetails1) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails1) SetDetail ¶
func (o *ProblemDetails1) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails1) SetInstance ¶
func (o *ProblemDetails1) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails1) SetInvalidParams ¶
func (o *ProblemDetails1) SetInvalidParams(v []InvalidParam1)
SetInvalidParams gets a reference to the given []InvalidParam1 and assigns it to the InvalidParams field.
func (*ProblemDetails1) SetNrfId ¶
func (o *ProblemDetails1) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId field.
func (*ProblemDetails1) SetStatus ¶
func (o *ProblemDetails1) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails1) SetSupportedApiVersions ¶
func (o *ProblemDetails1) SetSupportedApiVersions(v []string)
SetSupportedApiVersions gets a reference to the given []string and assigns it to the SupportedApiVersions field.
func (*ProblemDetails1) SetSupportedFeatures ¶
func (o *ProblemDetails1) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails1) SetTitle ¶
func (o *ProblemDetails1) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails1) SetType ¶
func (o *ProblemDetails1) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails1) ToMap ¶
func (o ProblemDetails1) ToMap() (map[string]interface{}, error)
type ProblemDetailsAnalyticsInfoRequest ¶
type ProblemDetailsAnalyticsInfoRequest struct { ProblemDetails1 // indicating a time in seconds. RvWaitTime *int32 `json:"rvWaitTime,omitempty"` }
ProblemDetailsAnalyticsInfoRequest Extends ProblemDetails to indicate more details why the analytics request is rejected.
func NewProblemDetailsAnalyticsInfoRequest ¶
func NewProblemDetailsAnalyticsInfoRequest() *ProblemDetailsAnalyticsInfoRequest
NewProblemDetailsAnalyticsInfoRequest instantiates a new ProblemDetailsAnalyticsInfoRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsAnalyticsInfoRequestWithDefaults ¶
func NewProblemDetailsAnalyticsInfoRequestWithDefaults() *ProblemDetailsAnalyticsInfoRequest
NewProblemDetailsAnalyticsInfoRequestWithDefaults instantiates a new ProblemDetailsAnalyticsInfoRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetailsAnalyticsInfoRequest) GetRvWaitTime ¶
func (o *ProblemDetailsAnalyticsInfoRequest) GetRvWaitTime() int32
GetRvWaitTime returns the RvWaitTime field value if set, zero value otherwise.
func (*ProblemDetailsAnalyticsInfoRequest) GetRvWaitTimeOk ¶
func (o *ProblemDetailsAnalyticsInfoRequest) 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 (*ProblemDetailsAnalyticsInfoRequest) HasRvWaitTime ¶
func (o *ProblemDetailsAnalyticsInfoRequest) HasRvWaitTime() bool
HasRvWaitTime returns a boolean if a field has been set.
func (ProblemDetailsAnalyticsInfoRequest) MarshalJSON ¶
func (o ProblemDetailsAnalyticsInfoRequest) MarshalJSON() ([]byte, error)
func (*ProblemDetailsAnalyticsInfoRequest) SetRvWaitTime ¶
func (o *ProblemDetailsAnalyticsInfoRequest) SetRvWaitTime(v int32)
SetRvWaitTime gets a reference to the given int32 and assigns it to the RvWaitTime field.
func (ProblemDetailsAnalyticsInfoRequest) ToMap ¶
func (o ProblemDetailsAnalyticsInfoRequest) 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 QosSustainabilityExposure ¶
type QosSustainabilityExposure struct { LocArea LocationArea5G `json:"locArea"` // string with format \"date-time\" as defined in OpenAPI. StartTs time.Time `json:"startTs"` // string with format \"date-time\" as defined in OpenAPI. EndTs time.Time `json:"endTs"` QosFlowRetThd *RetainabilityThreshold `json:"qosFlowRetThd,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\". RanUeThrouThd *string `json:"ranUeThrouThd,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Confidence *int32 `json:"confidence,omitempty"` }
QosSustainabilityExposure Represents a QoS sustainability information.
func NewQosSustainabilityExposure ¶
func NewQosSustainabilityExposure(locArea LocationArea5G, startTs time.Time, endTs time.Time) *QosSustainabilityExposure
NewQosSustainabilityExposure instantiates a new QosSustainabilityExposure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQosSustainabilityExposureWithDefaults ¶
func NewQosSustainabilityExposureWithDefaults() *QosSustainabilityExposure
NewQosSustainabilityExposureWithDefaults instantiates a new QosSustainabilityExposure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QosSustainabilityExposure) GetConfidence ¶
func (o *QosSustainabilityExposure) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*QosSustainabilityExposure) GetConfidenceOk ¶
func (o *QosSustainabilityExposure) 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 (*QosSustainabilityExposure) GetEndTs ¶
func (o *QosSustainabilityExposure) GetEndTs() time.Time
GetEndTs returns the EndTs field value
func (*QosSustainabilityExposure) GetEndTsOk ¶
func (o *QosSustainabilityExposure) GetEndTsOk() (*time.Time, bool)
GetEndTsOk returns a tuple with the EndTs field value and a boolean to check if the value has been set.
func (*QosSustainabilityExposure) GetLocArea ¶
func (o *QosSustainabilityExposure) GetLocArea() LocationArea5G
GetLocArea returns the LocArea field value
func (*QosSustainabilityExposure) GetLocAreaOk ¶
func (o *QosSustainabilityExposure) GetLocAreaOk() (*LocationArea5G, bool)
GetLocAreaOk returns a tuple with the LocArea field value and a boolean to check if the value has been set.
func (*QosSustainabilityExposure) GetQosFlowRetThd ¶
func (o *QosSustainabilityExposure) GetQosFlowRetThd() RetainabilityThreshold
GetQosFlowRetThd returns the QosFlowRetThd field value if set, zero value otherwise.
func (*QosSustainabilityExposure) GetQosFlowRetThdOk ¶
func (o *QosSustainabilityExposure) GetQosFlowRetThdOk() (*RetainabilityThreshold, bool)
GetQosFlowRetThdOk returns a tuple with the QosFlowRetThd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosSustainabilityExposure) GetRanUeThrouThd ¶
func (o *QosSustainabilityExposure) GetRanUeThrouThd() string
GetRanUeThrouThd returns the RanUeThrouThd field value if set, zero value otherwise.
func (*QosSustainabilityExposure) GetRanUeThrouThdOk ¶
func (o *QosSustainabilityExposure) GetRanUeThrouThdOk() (*string, bool)
GetRanUeThrouThdOk returns a tuple with the RanUeThrouThd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QosSustainabilityExposure) GetSnssai ¶
func (o *QosSustainabilityExposure) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*QosSustainabilityExposure) GetSnssaiOk ¶
func (o *QosSustainabilityExposure) 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 (*QosSustainabilityExposure) GetStartTs ¶
func (o *QosSustainabilityExposure) GetStartTs() time.Time
GetStartTs returns the StartTs field value
func (*QosSustainabilityExposure) GetStartTsOk ¶
func (o *QosSustainabilityExposure) GetStartTsOk() (*time.Time, bool)
GetStartTsOk returns a tuple with the StartTs field value and a boolean to check if the value has been set.
func (*QosSustainabilityExposure) HasConfidence ¶
func (o *QosSustainabilityExposure) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*QosSustainabilityExposure) HasQosFlowRetThd ¶
func (o *QosSustainabilityExposure) HasQosFlowRetThd() bool
HasQosFlowRetThd returns a boolean if a field has been set.
func (*QosSustainabilityExposure) HasRanUeThrouThd ¶
func (o *QosSustainabilityExposure) HasRanUeThrouThd() bool
HasRanUeThrouThd returns a boolean if a field has been set.
func (*QosSustainabilityExposure) HasSnssai ¶
func (o *QosSustainabilityExposure) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (QosSustainabilityExposure) MarshalJSON ¶
func (o QosSustainabilityExposure) MarshalJSON() ([]byte, error)
func (*QosSustainabilityExposure) SetConfidence ¶
func (o *QosSustainabilityExposure) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*QosSustainabilityExposure) SetEndTs ¶
func (o *QosSustainabilityExposure) SetEndTs(v time.Time)
SetEndTs sets field value
func (*QosSustainabilityExposure) SetLocArea ¶
func (o *QosSustainabilityExposure) SetLocArea(v LocationArea5G)
SetLocArea sets field value
func (*QosSustainabilityExposure) SetQosFlowRetThd ¶
func (o *QosSustainabilityExposure) SetQosFlowRetThd(v RetainabilityThreshold)
SetQosFlowRetThd gets a reference to the given RetainabilityThreshold and assigns it to the QosFlowRetThd field.
func (*QosSustainabilityExposure) SetRanUeThrouThd ¶
func (o *QosSustainabilityExposure) SetRanUeThrouThd(v string)
SetRanUeThrouThd gets a reference to the given string and assigns it to the RanUeThrouThd field.
func (*QosSustainabilityExposure) SetSnssai ¶
func (o *QosSustainabilityExposure) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*QosSustainabilityExposure) SetStartTs ¶
func (o *QosSustainabilityExposure) SetStartTs(v time.Time)
SetStartTs sets field value
func (QosSustainabilityExposure) ToMap ¶
func (o QosSustainabilityExposure) ToMap() (map[string]interface{}, error)
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 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 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 ReportingInformation ¶
type ReportingInformation struct { ImmRep *bool `json:"immRep,omitempty"` NotifMethod *NotificationMethod `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() NotificationMethod
GetNotifMethod returns the NotifMethod field value if set, zero value otherwise.
func (*ReportingInformation) GetNotifMethodOk ¶
func (o *ReportingInformation) GetNotifMethodOk() (*NotificationMethod, 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 NotificationMethod)
SetNotifMethod gets a reference to the given NotificationMethod 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 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 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 Represents an offered scheduled communication time.
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 Identifies time and day of the week when the UE is available for communication.
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 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 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 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 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 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 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 TargetUeId ¶
type TargetUeId struct { AnyUeInd *bool `json:"anyUeInd,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 containing a local identifier followed by \"@\" and a domain identifier. Both the local identifier and the domain identifier shall be encoded as strings that do not contain any \"@\" characters. See Clauses 4.6.2 and 4.6.3 of 3GPP TS 23.682 for more information. ExterGroupId *string `json:"exterGroupId,omitempty"` }
TargetUeId Represents the target UE(s) information.
func NewTargetUeId ¶
func NewTargetUeId() *TargetUeId
NewTargetUeId instantiates a new TargetUeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTargetUeIdWithDefaults ¶
func NewTargetUeIdWithDefaults() *TargetUeId
NewTargetUeIdWithDefaults instantiates a new TargetUeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TargetUeId) GetAnyUeInd ¶
func (o *TargetUeId) GetAnyUeInd() bool
GetAnyUeInd returns the AnyUeInd field value if set, zero value otherwise.
func (*TargetUeId) GetAnyUeIndOk ¶
func (o *TargetUeId) GetAnyUeIndOk() (*bool, bool)
GetAnyUeIndOk returns a tuple with the AnyUeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetUeId) GetExterGroupId ¶
func (o *TargetUeId) GetExterGroupId() string
GetExterGroupId returns the ExterGroupId field value if set, zero value otherwise.
func (*TargetUeId) GetExterGroupIdOk ¶
func (o *TargetUeId) GetExterGroupIdOk() (*string, bool)
GetExterGroupIdOk returns a tuple with the ExterGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetUeId) GetGpsi ¶
func (o *TargetUeId) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*TargetUeId) GetGpsiOk ¶
func (o *TargetUeId) 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 (*TargetUeId) HasAnyUeInd ¶
func (o *TargetUeId) HasAnyUeInd() bool
HasAnyUeInd returns a boolean if a field has been set.
func (*TargetUeId) HasExterGroupId ¶
func (o *TargetUeId) HasExterGroupId() bool
HasExterGroupId returns a boolean if a field has been set.
func (*TargetUeId) HasGpsi ¶
func (o *TargetUeId) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (TargetUeId) MarshalJSON ¶
func (o TargetUeId) MarshalJSON() ([]byte, error)
func (*TargetUeId) SetAnyUeInd ¶
func (o *TargetUeId) SetAnyUeInd(v bool)
SetAnyUeInd gets a reference to the given bool and assigns it to the AnyUeInd field.
func (*TargetUeId) SetExterGroupId ¶
func (o *TargetUeId) SetExterGroupId(v string)
SetExterGroupId gets a reference to the given string and assigns it to the ExterGroupId field.
func (*TargetUeId) SetGpsi ¶
func (o *TargetUeId) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (TargetUeId) ToMap ¶
func (o TargetUeId) ToMap() (map[string]interface{}, error)
type TermCause ¶
type TermCause struct {
String *string
}
TermCause Possible values are: - USER_CONSENT_REVOKED: The user consent has been revoked. - NWDAF_OVERLOAD: The NWDAF is overloaded. - UE_LEFT_AREA: The UE has moved out of the NWDAF serving area.
func (*TermCause) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*TermCause) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
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 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 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 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 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 *ScheduledCommunicationTime `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() ScheduledCommunicationTime
GetRecurringTime returns the RecurringTime field value if set, zero value otherwise.
func (*UeCommunication) GetRecurringTimeOk ¶
func (o *UeCommunication) GetRecurringTimeOk() (*ScheduledCommunicationTime, 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 ScheduledCommunicationTime)
SetRecurringTime gets a reference to the given ScheduledCommunicationTime 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 UeLocationInfo ¶
type UeLocationInfo struct { Loc LocationArea5G `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"` }
UeLocationInfo Represents a UE location information.
func NewUeLocationInfo ¶
func NewUeLocationInfo(loc LocationArea5G) *UeLocationInfo
NewUeLocationInfo instantiates a new UeLocationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeLocationInfoWithDefaults ¶
func NewUeLocationInfoWithDefaults() *UeLocationInfo
NewUeLocationInfoWithDefaults instantiates a new UeLocationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeLocationInfo) GetConfidence ¶
func (o *UeLocationInfo) GetConfidence() int32
GetConfidence returns the Confidence field value if set, zero value otherwise.
func (*UeLocationInfo) GetConfidenceOk ¶
func (o *UeLocationInfo) 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 (*UeLocationInfo) GetLoc ¶
func (o *UeLocationInfo) GetLoc() LocationArea5G
GetLoc returns the Loc field value
func (*UeLocationInfo) GetLocOk ¶
func (o *UeLocationInfo) GetLocOk() (*LocationArea5G, bool)
GetLocOk returns a tuple with the Loc field value and a boolean to check if the value has been set.
func (*UeLocationInfo) GetRatio ¶
func (o *UeLocationInfo) GetRatio() int32
GetRatio returns the Ratio field value if set, zero value otherwise.
func (*UeLocationInfo) GetRatioOk ¶
func (o *UeLocationInfo) 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 (*UeLocationInfo) HasConfidence ¶
func (o *UeLocationInfo) HasConfidence() bool
HasConfidence returns a boolean if a field has been set.
func (*UeLocationInfo) HasRatio ¶
func (o *UeLocationInfo) HasRatio() bool
HasRatio returns a boolean if a field has been set.
func (UeLocationInfo) MarshalJSON ¶
func (o UeLocationInfo) MarshalJSON() ([]byte, error)
func (*UeLocationInfo) SetConfidence ¶
func (o *UeLocationInfo) SetConfidence(v int32)
SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.
func (*UeLocationInfo) SetLoc ¶
func (o *UeLocationInfo) SetLoc(v LocationArea5G)
SetLoc sets field value
func (*UeLocationInfo) SetRatio ¶
func (o *UeLocationInfo) SetRatio(v int32)
SetRatio gets a reference to the given int32 and assigns it to the Ratio field.
func (UeLocationInfo) ToMap ¶
func (o UeLocationInfo) ToMap() (map[string]interface{}, error)
type UeMobilityExposure ¶
type UeMobilityExposure struct { // string with format \"date-time\" as defined in OpenAPI. Ts *time.Time `json:"ts,omitempty"` RecurringTime *ScheduledCommunicationTime `json:"recurringTime,omitempty"` // Unsigned integer identifying a period of time in units of seconds. Duration int32 `json:"duration"` // string with format 'float' as defined in OpenAPI. DurationVariance *float32 `json:"durationVariance,omitempty"` LocInfo []UeLocationInfo `json:"locInfo"` }
UeMobilityExposure Represents a UE mobility information.
func NewUeMobilityExposure ¶
func NewUeMobilityExposure(duration int32, locInfo []UeLocationInfo) *UeMobilityExposure
NewUeMobilityExposure instantiates a new UeMobilityExposure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeMobilityExposureWithDefaults ¶
func NewUeMobilityExposureWithDefaults() *UeMobilityExposure
NewUeMobilityExposureWithDefaults instantiates a new UeMobilityExposure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeMobilityExposure) GetDuration ¶
func (o *UeMobilityExposure) GetDuration() int32
GetDuration returns the Duration field value
func (*UeMobilityExposure) GetDurationOk ¶
func (o *UeMobilityExposure) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value and a boolean to check if the value has been set.
func (*UeMobilityExposure) GetDurationVariance ¶
func (o *UeMobilityExposure) GetDurationVariance() float32
GetDurationVariance returns the DurationVariance field value if set, zero value otherwise.
func (*UeMobilityExposure) GetDurationVarianceOk ¶
func (o *UeMobilityExposure) 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 (*UeMobilityExposure) GetLocInfo ¶
func (o *UeMobilityExposure) GetLocInfo() []UeLocationInfo
GetLocInfo returns the LocInfo field value
func (*UeMobilityExposure) GetLocInfoOk ¶
func (o *UeMobilityExposure) GetLocInfoOk() ([]UeLocationInfo, bool)
GetLocInfoOk returns a tuple with the LocInfo field value and a boolean to check if the value has been set.
func (*UeMobilityExposure) GetRecurringTime ¶
func (o *UeMobilityExposure) GetRecurringTime() ScheduledCommunicationTime
GetRecurringTime returns the RecurringTime field value if set, zero value otherwise.
func (*UeMobilityExposure) GetRecurringTimeOk ¶
func (o *UeMobilityExposure) GetRecurringTimeOk() (*ScheduledCommunicationTime, 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 (*UeMobilityExposure) GetTs ¶
func (o *UeMobilityExposure) GetTs() time.Time
GetTs returns the Ts field value if set, zero value otherwise.
func (*UeMobilityExposure) GetTsOk ¶
func (o *UeMobilityExposure) 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 (*UeMobilityExposure) HasDurationVariance ¶
func (o *UeMobilityExposure) HasDurationVariance() bool
HasDurationVariance returns a boolean if a field has been set.
func (*UeMobilityExposure) HasRecurringTime ¶
func (o *UeMobilityExposure) HasRecurringTime() bool
HasRecurringTime returns a boolean if a field has been set.
func (*UeMobilityExposure) HasTs ¶
func (o *UeMobilityExposure) HasTs() bool
HasTs returns a boolean if a field has been set.
func (UeMobilityExposure) MarshalJSON ¶
func (o UeMobilityExposure) MarshalJSON() ([]byte, error)
func (*UeMobilityExposure) SetDuration ¶
func (o *UeMobilityExposure) SetDuration(v int32)
SetDuration sets field value
func (*UeMobilityExposure) SetDurationVariance ¶
func (o *UeMobilityExposure) SetDurationVariance(v float32)
SetDurationVariance gets a reference to the given float32 and assigns it to the DurationVariance field.
func (*UeMobilityExposure) SetLocInfo ¶
func (o *UeMobilityExposure) SetLocInfo(v []UeLocationInfo)
SetLocInfo sets field value
func (*UeMobilityExposure) SetRecurringTime ¶
func (o *UeMobilityExposure) SetRecurringTime(v ScheduledCommunicationTime)
SetRecurringTime gets a reference to the given ScheduledCommunicationTime and assigns it to the RecurringTime field.
func (*UeMobilityExposure) SetTs ¶
func (o *UeMobilityExposure) SetTs(v time.Time)
SetTs gets a reference to the given time.Time and assigns it to the Ts field.
func (UeMobilityExposure) ToMap ¶
func (o UeMobilityExposure) ToMap() (map[string]interface{}, error)
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 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 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 WebsockNotifConfig ¶
type WebsockNotifConfig struct { // string formatted according to IETF RFC 3986 identifying a referenced resource. WebsocketUri *string `json:"websocketUri,omitempty"` // Set by the SCS/AS to indicate that the Websocket delivery is requested. RequestWebsocketUri *bool `json:"requestWebsocketUri,omitempty"` }
WebsockNotifConfig Represents the configuration information for the delivery of notifications over Websockets.
func NewWebsockNotifConfig ¶
func NewWebsockNotifConfig() *WebsockNotifConfig
NewWebsockNotifConfig instantiates a new WebsockNotifConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebsockNotifConfigWithDefaults ¶
func NewWebsockNotifConfigWithDefaults() *WebsockNotifConfig
NewWebsockNotifConfigWithDefaults instantiates a new WebsockNotifConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebsockNotifConfig) GetRequestWebsocketUri ¶
func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool
GetRequestWebsocketUri returns the RequestWebsocketUri field value if set, zero value otherwise.
func (*WebsockNotifConfig) GetRequestWebsocketUriOk ¶
func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool)
GetRequestWebsocketUriOk returns a tuple with the RequestWebsocketUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebsockNotifConfig) GetWebsocketUri ¶
func (o *WebsockNotifConfig) GetWebsocketUri() string
GetWebsocketUri returns the WebsocketUri field value if set, zero value otherwise.
func (*WebsockNotifConfig) GetWebsocketUriOk ¶
func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool)
GetWebsocketUriOk returns a tuple with the WebsocketUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebsockNotifConfig) HasRequestWebsocketUri ¶
func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool
HasRequestWebsocketUri returns a boolean if a field has been set.
func (*WebsockNotifConfig) HasWebsocketUri ¶
func (o *WebsockNotifConfig) HasWebsocketUri() bool
HasWebsocketUri returns a boolean if a field has been set.
func (WebsockNotifConfig) MarshalJSON ¶
func (o WebsockNotifConfig) MarshalJSON() ([]byte, error)
func (*WebsockNotifConfig) SetRequestWebsocketUri ¶
func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool)
SetRequestWebsocketUri gets a reference to the given bool and assigns it to the RequestWebsocketUri field.
func (*WebsockNotifConfig) SetWebsocketUri ¶
func (o *WebsockNotifConfig) SetWebsocketUri(v string)
SetWebsocketUri gets a reference to the given string and assigns it to the WebsocketUri field.
func (WebsockNotifConfig) ToMap ¶
func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_analytics_exposure_api_fetch_analytics_information.go
- api_analytics_exposure_subscriptions.go
- api_individual_analytics_exposure_subscription.go
- client.go
- configuration.go
- model_abnormal_exposure.go
- model_access_token_err.go
- model_access_token_req.go
- model_accuracy.go
- model_addition_info_analytics_info_request.go
- model_additional_measurement.go
- model_addr_fqdn.go
- model_address_list.go
- model_analytics_data.go
- model_analytics_event.go
- model_analytics_event_filter.go
- model_analytics_event_filter_subsc.go
- model_analytics_event_notif.go
- model_analytics_event_notification.go
- model_analytics_event_subsc.go
- model_analytics_exposure_subsc.go
- model_analytics_failure_code.go
- model_analytics_failure_event_info.go
- model_analytics_metadata.go
- model_analytics_metadata_indication.go
- model_analytics_request.go
- model_analytics_subset.go
- model_app_list_for_ue_comm.go
- model_application_volume.go
- model_battery_indication.go
- model_bw_requirement.go
- model_cell_global_id.go
- model_circumstance_description.go
- model_civic_address.go
- model_class_criterion.go
- model_congest_info.go
- model_congestion_analytics.go
- model_congestion_type.go
- model_dataset_statistical_property.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_ecgi.go
- model_ellipsoid_arc.go
- model_ellipsoid_arc_all_of.go
- model_eth_flow_description.go
- model_eutra_location.go
- model_event_reporting_requirement.go
- model_exception.go
- model_exception_id.go
- model_exception_trend.go
- model_expected_analytics_type.go
- model_expected_ue_behaviour_data.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_hfc_node_id.go
- model_invalid_param.go
- model_invalid_param_1.go
- model_ip_addr.go
- model_ip_eth_flow_description.go
- model_ipv6_addr.go
- model_ipv6_prefix.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_area5_g.go
- model_location_area_id.go
- model_location_info.go
- model_matching_direction.go
- model_n3ga_location.go
- model_ncgi.go
- model_network_area_info.go
- model_network_area_info_1.go
- model_network_perf_exposure.go
- model_network_perf_requirement.go
- model_network_perf_type.go
- model_nf_type.go
- model_notification_flag.go
- model_notification_method.go
- model_nr_location.go
- model_nsi_id_info.go
- model_nwdaf_failure_code.go
- model_output_strategy.go
- model_partitioning_criteria.go
- model_perf_data.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_polygon.go
- model_polygon_all_of.go
- model_problem_details.go
- model_problem_details_1.go
- model_problem_details_analytics_info_request.go
- model_qos_requirement.go
- model_qos_resource_type.go
- model_qos_sustainability_exposure.go
- model_ranking_criterion.go
- model_rat_freq_information.go
- model_rat_type.go
- model_relative_cartesian_location.go
- model_reporting_information.go
- model_retainability_threshold.go
- model_routing_area_id.go
- model_scheduled_communication_time.go
- model_scheduled_communication_time_1.go
- model_scheduled_communication_type.go
- model_service_area_id.go
- model_service_experience_info.go
- model_service_experience_type.go
- model_sess_inact_timer_for_ue_comm.go
- model_snssai.go
- model_stationary_indication.go
- model_supported_gad_shapes.go
- model_svc_experience.go
- model_tai.go
- model_target_ue_id.go
- model_term_cause.go
- model_threshold_level.go
- model_time_unit.go
- model_time_window.go
- model_tnap_id.go
- model_top_application.go
- model_traffic_characterization.go
- model_traffic_profile.go
- model_transport_protocol.go
- model_twap_id.go
- model_ue_communication.go
- model_ue_location_info.go
- model_ue_mobility_exposure.go
- model_umt_time.go
- model_uncertainty_ellipse.go
- model_uncertainty_ellipsoid.go
- model_upf_information.go
- model_user_location.go
- model_utra_location.go
- model_websock_notif_config.go
- response.go
- utils.go