Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessTokenErr
- func (o *AccessTokenErr) GetError() string
- func (o *AccessTokenErr) GetErrorDescription() string
- func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorUri() string
- func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
- func (o *AccessTokenErr) HasErrorDescription() bool
- func (o *AccessTokenErr) HasErrorUri() bool
- func (o AccessTokenErr) MarshalJSON() ([]byte, error)
- func (o *AccessTokenErr) SetError(v string)
- func (o *AccessTokenErr) SetErrorDescription(v string)
- func (o *AccessTokenErr) SetErrorUri(v string)
- func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
- type AccessTokenReq
- func (o *AccessTokenReq) GetGrantType() string
- func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
- func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
- func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
- func (o *AccessTokenReq) GetNfInstanceId() string
- func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetNfType() NFType
- func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetRequesterFqdn() string
- func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
- func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
- func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
- func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
- func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) GetScope() string
- func (o *AccessTokenReq) GetScopeOk() (*string, bool)
- func (o *AccessTokenReq) GetSourceNfInstanceId() string
- func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfInstanceId() string
- func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfServiceSetId() string
- func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfSetId() string
- func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfType() NFType
- func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetTargetNsiList() []string
- func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
- func (o *AccessTokenReq) GetTargetPlmn() PlmnId
- func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
- func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
- func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
- func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
- func (o *AccessTokenReq) HasNfType() bool
- func (o *AccessTokenReq) HasRequesterFqdn() bool
- func (o *AccessTokenReq) HasRequesterPlmn() bool
- func (o *AccessTokenReq) HasRequesterPlmnList() bool
- func (o *AccessTokenReq) HasRequesterSnpnList() bool
- func (o *AccessTokenReq) HasRequesterSnssaiList() bool
- func (o *AccessTokenReq) HasSourceNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
- func (o *AccessTokenReq) HasTargetNfSetId() bool
- func (o *AccessTokenReq) HasTargetNfType() bool
- func (o *AccessTokenReq) HasTargetNsiList() bool
- func (o *AccessTokenReq) HasTargetPlmn() bool
- func (o *AccessTokenReq) HasTargetSnpn() bool
- func (o *AccessTokenReq) HasTargetSnssaiList() bool
- func (o AccessTokenReq) MarshalJSON() ([]byte, error)
- func (o *AccessTokenReq) SetGrantType(v string)
- func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
- func (o *AccessTokenReq) SetNfInstanceId(v string)
- func (o *AccessTokenReq) SetNfType(v NFType)
- func (o *AccessTokenReq) SetRequesterFqdn(v string)
- func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
- func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
- func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
- func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
- func (o *AccessTokenReq) SetScope(v string)
- func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
- func (o *AccessTokenReq) SetTargetNfSetId(v string)
- func (o *AccessTokenReq) SetTargetNfType(v NFType)
- func (o *AccessTokenReq) SetTargetNsiList(v []string)
- func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
- func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
- func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
- func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
- type AddrFqdn
- func (o *AddrFqdn) GetFqdn() string
- func (o *AddrFqdn) GetFqdnOk() (*string, bool)
- func (o *AddrFqdn) GetIpAddr() IpAddr
- func (o *AddrFqdn) GetIpAddrOk() (*IpAddr, bool)
- func (o *AddrFqdn) HasFqdn() bool
- func (o *AddrFqdn) HasIpAddr() bool
- func (o AddrFqdn) MarshalJSON() ([]byte, error)
- func (o *AddrFqdn) SetFqdn(v string)
- func (o *AddrFqdn) SetIpAddr(v IpAddr)
- func (o *AddrFqdn) SetIpAddrNil()
- func (o AddrFqdn) ToMap() (map[string]interface{}, error)
- func (o *AddrFqdn) UnsetIpAddr()
- type AfEvent
- type AfEventExposureNotif
- func (o *AfEventExposureNotif) GetEventNotifs() []AfEventNotification
- func (o *AfEventExposureNotif) GetEventNotifsOk() ([]AfEventNotification, bool)
- func (o *AfEventExposureNotif) GetNotifId() string
- func (o *AfEventExposureNotif) GetNotifIdOk() (*string, bool)
- func (o AfEventExposureNotif) MarshalJSON() ([]byte, error)
- func (o *AfEventExposureNotif) SetEventNotifs(v []AfEventNotification)
- func (o *AfEventExposureNotif) SetNotifId(v string)
- func (o AfEventExposureNotif) ToMap() (map[string]interface{}, error)
- func (o *AfEventExposureNotif) UnmarshalJSON(bytes []byte) (err error)
- type AfEventExposureSubsc
- func (o *AfEventExposureSubsc) GetDataAccProfId() string
- func (o *AfEventExposureSubsc) GetDataAccProfIdOk() (*string, bool)
- func (o *AfEventExposureSubsc) GetEventNotifs() []AfEventNotification
- func (o *AfEventExposureSubsc) GetEventNotifsOk() ([]AfEventNotification, bool)
- func (o *AfEventExposureSubsc) GetEventsRepInfo() ReportingInformation
- func (o *AfEventExposureSubsc) GetEventsRepInfoOk() (*ReportingInformation, bool)
- func (o *AfEventExposureSubsc) GetEventsSubs() []EventsSubs
- func (o *AfEventExposureSubsc) GetEventsSubsOk() ([]EventsSubs, bool)
- func (o *AfEventExposureSubsc) GetNotifId() string
- func (o *AfEventExposureSubsc) GetNotifIdOk() (*string, bool)
- func (o *AfEventExposureSubsc) GetNotifUri() string
- func (o *AfEventExposureSubsc) GetNotifUriOk() (*string, bool)
- func (o *AfEventExposureSubsc) GetSuppFeat() string
- func (o *AfEventExposureSubsc) GetSuppFeatOk() (*string, bool)
- func (o *AfEventExposureSubsc) HasDataAccProfId() bool
- func (o *AfEventExposureSubsc) HasEventNotifs() bool
- func (o *AfEventExposureSubsc) HasSuppFeat() bool
- func (o AfEventExposureSubsc) MarshalJSON() ([]byte, error)
- func (o *AfEventExposureSubsc) SetDataAccProfId(v string)
- func (o *AfEventExposureSubsc) SetEventNotifs(v []AfEventNotification)
- func (o *AfEventExposureSubsc) SetEventsRepInfo(v ReportingInformation)
- func (o *AfEventExposureSubsc) SetEventsSubs(v []EventsSubs)
- func (o *AfEventExposureSubsc) SetNotifId(v string)
- func (o *AfEventExposureSubsc) SetNotifUri(v string)
- func (o *AfEventExposureSubsc) SetSuppFeat(v string)
- func (o AfEventExposureSubsc) ToMap() (map[string]interface{}, error)
- func (o *AfEventExposureSubsc) UnmarshalJSON(bytes []byte) (err error)
- type AfEventNotification
- func (o *AfEventNotification) GetCollBhvrInfs() []CollectiveBehaviourInfo
- func (o *AfEventNotification) GetCollBhvrInfsOk() ([]CollectiveBehaviourInfo, bool)
- func (o *AfEventNotification) GetCongestionInfos() []UserDataCongestionCollection
- func (o *AfEventNotification) GetCongestionInfosOk() ([]UserDataCongestionCollection, bool)
- func (o *AfEventNotification) GetDispersionInfos() []DispersionCollection
- func (o *AfEventNotification) GetDispersionInfosOk() ([]DispersionCollection, bool)
- func (o *AfEventNotification) GetEvent() AfEvent
- func (o *AfEventNotification) GetEventOk() (*AfEvent, bool)
- func (o *AfEventNotification) GetExcepInfos() []ExceptionInfo
- func (o *AfEventNotification) GetExcepInfosOk() ([]ExceptionInfo, bool)
- func (o *AfEventNotification) GetMsAccActInfos() []MSAccessActivityCollection
- func (o *AfEventNotification) GetMsAccActInfosOk() ([]MSAccessActivityCollection, bool)
- func (o *AfEventNotification) GetMsConsumpInfos() []MsConsumptionCollection
- func (o *AfEventNotification) GetMsConsumpInfosOk() ([]MsConsumptionCollection, bool)
- func (o *AfEventNotification) GetMsDynPlyInvInfos() []MsDynPolicyInvocationCollection
- func (o *AfEventNotification) GetMsDynPlyInvInfosOk() ([]MsDynPolicyInvocationCollection, bool)
- func (o *AfEventNotification) GetMsNetAssInvInfos() []MsNetAssInvocationCollection
- func (o *AfEventNotification) GetMsNetAssInvInfosOk() ([]MsNetAssInvocationCollection, bool)
- func (o *AfEventNotification) GetMsQoeMetrInfos() []MsQoeMetricsCollection
- func (o *AfEventNotification) GetMsQoeMetrInfosOk() ([]MsQoeMetricsCollection, bool)
- func (o *AfEventNotification) GetPerfDataInfos() []PerformanceDataCollection
- func (o *AfEventNotification) GetPerfDataInfosOk() ([]PerformanceDataCollection, bool)
- func (o *AfEventNotification) GetSvcExprcInfos() []ServiceExperienceInfoPerApp
- func (o *AfEventNotification) GetSvcExprcInfosOk() ([]ServiceExperienceInfoPerApp, bool)
- func (o *AfEventNotification) GetTimeStamp() time.Time
- func (o *AfEventNotification) GetTimeStampOk() (*time.Time, bool)
- func (o *AfEventNotification) GetUeCommInfos() []UeCommunicationCollection
- func (o *AfEventNotification) GetUeCommInfosOk() ([]UeCommunicationCollection, bool)
- func (o *AfEventNotification) GetUeMobilityInfos() []UeMobilityCollection
- func (o *AfEventNotification) GetUeMobilityInfosOk() ([]UeMobilityCollection, bool)
- func (o *AfEventNotification) HasCollBhvrInfs() bool
- func (o *AfEventNotification) HasCongestionInfos() bool
- func (o *AfEventNotification) HasDispersionInfos() bool
- func (o *AfEventNotification) HasExcepInfos() bool
- func (o *AfEventNotification) HasMsAccActInfos() bool
- func (o *AfEventNotification) HasMsConsumpInfos() bool
- func (o *AfEventNotification) HasMsDynPlyInvInfos() bool
- func (o *AfEventNotification) HasMsNetAssInvInfos() bool
- func (o *AfEventNotification) HasMsQoeMetrInfos() bool
- func (o *AfEventNotification) HasPerfDataInfos() bool
- func (o *AfEventNotification) HasSvcExprcInfos() bool
- func (o *AfEventNotification) HasUeCommInfos() bool
- func (o *AfEventNotification) HasUeMobilityInfos() bool
- func (o AfEventNotification) MarshalJSON() ([]byte, error)
- func (o *AfEventNotification) SetCollBhvrInfs(v []CollectiveBehaviourInfo)
- func (o *AfEventNotification) SetCongestionInfos(v []UserDataCongestionCollection)
- func (o *AfEventNotification) SetDispersionInfos(v []DispersionCollection)
- func (o *AfEventNotification) SetEvent(v AfEvent)
- func (o *AfEventNotification) SetExcepInfos(v []ExceptionInfo)
- func (o *AfEventNotification) SetMsAccActInfos(v []MSAccessActivityCollection)
- func (o *AfEventNotification) SetMsConsumpInfos(v []MsConsumptionCollection)
- func (o *AfEventNotification) SetMsDynPlyInvInfos(v []MsDynPolicyInvocationCollection)
- func (o *AfEventNotification) SetMsNetAssInvInfos(v []MsNetAssInvocationCollection)
- func (o *AfEventNotification) SetMsQoeMetrInfos(v []MsQoeMetricsCollection)
- func (o *AfEventNotification) SetPerfDataInfos(v []PerformanceDataCollection)
- func (o *AfEventNotification) SetSvcExprcInfos(v []ServiceExperienceInfoPerApp)
- func (o *AfEventNotification) SetTimeStamp(v time.Time)
- func (o *AfEventNotification) SetUeCommInfos(v []UeCommunicationCollection)
- func (o *AfEventNotification) SetUeMobilityInfos(v []UeMobilityCollection)
- func (o AfEventNotification) ToMap() (map[string]interface{}, error)
- func (o *AfEventNotification) UnmarshalJSON(bytes []byte) (err error)
- type ApiDeleteAfEventExposureSubscRequest
- type ApiGetAfEventExposureSubscRequest
- type ApiPostAfEventExposureSubscRequest
- type ApiPutAfEventExposureSubscRequest
- type ApplicationEventSubscriptionCollectionAPIService
- func (a *ApplicationEventSubscriptionCollectionAPIService) PostAfEventExposureSubsc(ctx context.Context) ApiPostAfEventExposureSubscRequest
- func (a *ApplicationEventSubscriptionCollectionAPIService) PostAfEventExposureSubscExecute(r ApiPostAfEventExposureSubscRequest) (*AfEventExposureSubsc, *http.Response, error)
- type BaseRecord
- func (o *BaseRecord) GetTimestamp() time.Time
- func (o *BaseRecord) GetTimestampOk() (*time.Time, bool)
- func (o BaseRecord) MarshalJSON() ([]byte, error)
- func (o *BaseRecord) SetTimestamp(v time.Time)
- func (o BaseRecord) ToMap() (map[string]interface{}, error)
- func (o *BaseRecord) UnmarshalJSON(bytes []byte) (err error)
- type BasicAuth
- type CacheStatus
- 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 CollectiveBehaviourFilter
- func (o *CollectiveBehaviourFilter) GetListOfUeInd() bool
- func (o *CollectiveBehaviourFilter) GetListOfUeIndOk() (*bool, bool)
- func (o *CollectiveBehaviourFilter) GetType() CollectiveBehaviourFilterType
- func (o *CollectiveBehaviourFilter) GetTypeOk() (*CollectiveBehaviourFilterType, bool)
- func (o *CollectiveBehaviourFilter) GetValue() string
- func (o *CollectiveBehaviourFilter) GetValueOk() (*string, bool)
- func (o *CollectiveBehaviourFilter) HasListOfUeInd() bool
- func (o CollectiveBehaviourFilter) MarshalJSON() ([]byte, error)
- func (o *CollectiveBehaviourFilter) SetListOfUeInd(v bool)
- func (o *CollectiveBehaviourFilter) SetType(v CollectiveBehaviourFilterType)
- func (o *CollectiveBehaviourFilter) SetValue(v string)
- func (o CollectiveBehaviourFilter) ToMap() (map[string]interface{}, error)
- func (o *CollectiveBehaviourFilter) UnmarshalJSON(bytes []byte) (err error)
- type CollectiveBehaviourFilterType
- type CollectiveBehaviourInfo
- func (o *CollectiveBehaviourInfo) GetAppIds() []string
- func (o *CollectiveBehaviourInfo) GetAppIdsOk() ([]string, bool)
- func (o *CollectiveBehaviourInfo) GetColAttrib() []PerUeAttribute
- func (o *CollectiveBehaviourInfo) GetColAttribOk() ([]PerUeAttribute, bool)
- func (o *CollectiveBehaviourInfo) GetExtUeIds() []string
- func (o *CollectiveBehaviourInfo) GetExtUeIdsOk() ([]string, bool)
- func (o *CollectiveBehaviourInfo) GetNoOfUes() int32
- func (o *CollectiveBehaviourInfo) GetNoOfUesOk() (*int32, bool)
- func (o *CollectiveBehaviourInfo) GetUeIds() []string
- func (o *CollectiveBehaviourInfo) GetUeIdsOk() ([]string, bool)
- func (o *CollectiveBehaviourInfo) HasAppIds() bool
- func (o *CollectiveBehaviourInfo) HasExtUeIds() bool
- func (o *CollectiveBehaviourInfo) HasNoOfUes() bool
- func (o *CollectiveBehaviourInfo) HasUeIds() bool
- func (o CollectiveBehaviourInfo) MarshalJSON() ([]byte, error)
- func (o *CollectiveBehaviourInfo) SetAppIds(v []string)
- func (o *CollectiveBehaviourInfo) SetColAttrib(v []PerUeAttribute)
- func (o *CollectiveBehaviourInfo) SetExtUeIds(v []string)
- func (o *CollectiveBehaviourInfo) SetNoOfUes(v int32)
- func (o *CollectiveBehaviourInfo) SetUeIds(v []string)
- func (o CollectiveBehaviourInfo) ToMap() (map[string]interface{}, error)
- func (o *CollectiveBehaviourInfo) UnmarshalJSON(bytes []byte) (err error)
- type CommunicationCollection
- func (o *CommunicationCollection) GetDlVol() int64
- func (o *CommunicationCollection) GetDlVolOk() (*int64, bool)
- func (o *CommunicationCollection) GetEndTime() time.Time
- func (o *CommunicationCollection) GetEndTimeOk() (*time.Time, bool)
- func (o *CommunicationCollection) GetStartTime() time.Time
- func (o *CommunicationCollection) GetStartTimeOk() (*time.Time, bool)
- func (o *CommunicationCollection) GetUlVol() int64
- func (o *CommunicationCollection) GetUlVolOk() (*int64, bool)
- func (o CommunicationCollection) MarshalJSON() ([]byte, error)
- func (o *CommunicationCollection) SetDlVol(v int64)
- func (o *CommunicationCollection) SetEndTime(v time.Time)
- func (o *CommunicationCollection) SetStartTime(v time.Time)
- func (o *CommunicationCollection) SetUlVol(v int64)
- func (o CommunicationCollection) ToMap() (map[string]interface{}, error)
- func (o *CommunicationCollection) UnmarshalJSON(bytes []byte) (err error)
- type Configuration
- type DispersionCollection
- func (o *DispersionCollection) GetAppDur() int32
- func (o *DispersionCollection) GetAppDurOk() (*int32, bool)
- func (o *DispersionCollection) GetAppId() string
- func (o *DispersionCollection) GetAppIdOk() (*string, bool)
- func (o *DispersionCollection) GetDataUsage() UsageThreshold
- func (o *DispersionCollection) GetDataUsageOk() (*UsageThreshold, bool)
- func (o *DispersionCollection) GetDnais() []string
- func (o *DispersionCollection) GetDnaisOk() ([]string, bool)
- func (o *DispersionCollection) GetFlowDesp() string
- func (o *DispersionCollection) GetFlowDespOk() (*string, bool)
- func (o *DispersionCollection) GetGpsi() string
- func (o *DispersionCollection) GetGpsiOk() (*string, bool)
- func (o *DispersionCollection) GetSupi() string
- func (o *DispersionCollection) GetSupiOk() (*string, bool)
- func (o *DispersionCollection) GetUeAddr() IpAddr
- func (o *DispersionCollection) GetUeAddrOk() (*IpAddr, bool)
- func (o *DispersionCollection) HasAppDur() bool
- func (o *DispersionCollection) HasAppId() bool
- func (o *DispersionCollection) HasDnais() bool
- func (o *DispersionCollection) HasFlowDesp() bool
- func (o *DispersionCollection) HasGpsi() bool
- func (o *DispersionCollection) HasSupi() bool
- func (o *DispersionCollection) HasUeAddr() bool
- func (o DispersionCollection) MarshalJSON() ([]byte, error)
- func (o *DispersionCollection) SetAppDur(v int32)
- func (o *DispersionCollection) SetAppId(v string)
- func (o *DispersionCollection) SetDataUsage(v UsageThreshold)
- func (o *DispersionCollection) SetDnais(v []string)
- func (o *DispersionCollection) SetFlowDesp(v string)
- func (o *DispersionCollection) SetGpsi(v string)
- func (o *DispersionCollection) SetSupi(v string)
- func (o *DispersionCollection) SetUeAddr(v IpAddr)
- func (o *DispersionCollection) SetUeAddrNil()
- func (o DispersionCollection) ToMap() (map[string]interface{}, error)
- func (o *DispersionCollection) UnmarshalJSON(bytes []byte) (err error)
- func (o *DispersionCollection) UnsetUeAddr()
- type DynamicPolicy
- func (o *DynamicPolicy) GetDynamicPolicyId() string
- func (o *DynamicPolicy) GetDynamicPolicyIdOk() (*string, bool)
- func (o *DynamicPolicy) GetEnforcementBitRate() int32
- func (o *DynamicPolicy) GetEnforcementBitRateOk() (*int32, bool)
- func (o *DynamicPolicy) GetEnforcementMethod() string
- func (o *DynamicPolicy) GetEnforcementMethodOk() (*string, bool)
- func (o *DynamicPolicy) GetMediaType() MediaType
- func (o *DynamicPolicy) GetMediaTypeOk() (*MediaType, bool)
- func (o *DynamicPolicy) GetPolicyTemplateId() string
- func (o *DynamicPolicy) GetPolicyTemplateIdOk() (*string, bool)
- func (o *DynamicPolicy) GetProvisioningSessionId() string
- func (o *DynamicPolicy) GetProvisioningSessionIdOk() (*string, bool)
- func (o *DynamicPolicy) GetQosSpecification() M5QoSSpecification
- func (o *DynamicPolicy) GetQosSpecificationOk() (*M5QoSSpecification, bool)
- func (o *DynamicPolicy) GetServiceDataFlowDescriptions() []ServiceDataFlowDescription
- func (o *DynamicPolicy) GetServiceDataFlowDescriptionsOk() ([]ServiceDataFlowDescription, bool)
- func (o *DynamicPolicy) HasEnforcementBitRate() bool
- func (o *DynamicPolicy) HasEnforcementMethod() bool
- func (o *DynamicPolicy) HasMediaType() bool
- func (o *DynamicPolicy) HasQosSpecification() bool
- func (o DynamicPolicy) MarshalJSON() ([]byte, error)
- func (o *DynamicPolicy) SetDynamicPolicyId(v string)
- func (o *DynamicPolicy) SetEnforcementBitRate(v int32)
- func (o *DynamicPolicy) SetEnforcementMethod(v string)
- func (o *DynamicPolicy) SetMediaType(v MediaType)
- func (o *DynamicPolicy) SetPolicyTemplateId(v string)
- func (o *DynamicPolicy) SetProvisioningSessionId(v string)
- func (o *DynamicPolicy) SetQosSpecification(v M5QoSSpecification)
- func (o *DynamicPolicy) SetServiceDataFlowDescriptions(v []ServiceDataFlowDescription)
- func (o DynamicPolicy) ToMap() (map[string]interface{}, error)
- func (o *DynamicPolicy) UnmarshalJSON(bytes []byte) (err error)
- type Ecgi
- func (o *Ecgi) GetEutraCellId() string
- func (o *Ecgi) GetEutraCellIdOk() (*string, bool)
- func (o *Ecgi) GetNid() string
- func (o *Ecgi) GetNidOk() (*string, bool)
- func (o *Ecgi) GetPlmnId() PlmnId
- func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ecgi) HasNid() bool
- func (o Ecgi) MarshalJSON() ([]byte, error)
- func (o *Ecgi) SetEutraCellId(v string)
- func (o *Ecgi) SetNid(v string)
- func (o *Ecgi) SetPlmnId(v PlmnId)
- func (o Ecgi) ToMap() (map[string]interface{}, error)
- func (o *Ecgi) UnmarshalJSON(bytes []byte) (err error)
- type EllipsoidArc
- func (o *EllipsoidArc) GetConfidence() int32
- func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
- func (o *EllipsoidArc) GetIncludedAngle() int32
- func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetInnerRadius() int32
- func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
- func (o *EllipsoidArc) GetOffsetAngle() int32
- func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
- func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *EllipsoidArc) GetUncertaintyRadius() float32
- func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
- func (o EllipsoidArc) MarshalJSON() ([]byte, error)
- func (o *EllipsoidArc) SetConfidence(v int32)
- func (o *EllipsoidArc) SetIncludedAngle(v int32)
- func (o *EllipsoidArc) SetInnerRadius(v int32)
- func (o *EllipsoidArc) SetOffsetAngle(v int32)
- func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
- func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
- func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
- func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)
- type EndpointAddress
- func (o *EndpointAddress) GetHostname() string
- func (o *EndpointAddress) GetHostnameOk() (*string, bool)
- func (o *EndpointAddress) GetIpv4Addr() string
- func (o *EndpointAddress) GetIpv4AddrOk() (*string, bool)
- func (o *EndpointAddress) GetIpv6Addr() Ipv6Addr
- func (o *EndpointAddress) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *EndpointAddress) GetPortNumber() int32
- func (o *EndpointAddress) GetPortNumberOk() (*int32, bool)
- func (o *EndpointAddress) HasHostname() bool
- func (o *EndpointAddress) HasIpv4Addr() bool
- func (o *EndpointAddress) HasIpv6Addr() bool
- func (o EndpointAddress) MarshalJSON() ([]byte, error)
- func (o *EndpointAddress) SetHostname(v string)
- func (o *EndpointAddress) SetIpv4Addr(v string)
- func (o *EndpointAddress) SetIpv6Addr(v Ipv6Addr)
- func (o *EndpointAddress) SetPortNumber(v int32)
- func (o EndpointAddress) ToMap() (map[string]interface{}, error)
- func (o *EndpointAddress) UnmarshalJSON(bytes []byte) (err error)
- type EthFlowDescription
- func (o *EthFlowDescription) GetDestMacAddr() string
- func (o *EthFlowDescription) GetDestMacAddrEnd() string
- func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool)
- func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool)
- func (o *EthFlowDescription) GetEthType() string
- func (o *EthFlowDescription) GetEthTypeOk() (*string, bool)
- func (o *EthFlowDescription) GetFDesc() string
- func (o *EthFlowDescription) GetFDescOk() (*string, bool)
- func (o *EthFlowDescription) GetFDir() FlowDirection
- func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool)
- func (o *EthFlowDescription) GetSourceMacAddr() string
- func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool)
- func (o *EthFlowDescription) GetSrcMacAddrEnd() string
- func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool)
- func (o *EthFlowDescription) GetVlanTags() []string
- func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool)
- func (o *EthFlowDescription) HasDestMacAddr() bool
- func (o *EthFlowDescription) HasDestMacAddrEnd() bool
- func (o *EthFlowDescription) HasFDesc() bool
- func (o *EthFlowDescription) HasFDir() bool
- func (o *EthFlowDescription) HasSourceMacAddr() bool
- func (o *EthFlowDescription) HasSrcMacAddrEnd() bool
- func (o *EthFlowDescription) HasVlanTags() bool
- func (o EthFlowDescription) MarshalJSON() ([]byte, error)
- func (o *EthFlowDescription) SetDestMacAddr(v string)
- func (o *EthFlowDescription) SetDestMacAddrEnd(v string)
- func (o *EthFlowDescription) SetEthType(v string)
- func (o *EthFlowDescription) SetFDesc(v string)
- func (o *EthFlowDescription) SetFDir(v FlowDirection)
- func (o *EthFlowDescription) SetSourceMacAddr(v string)
- func (o *EthFlowDescription) SetSrcMacAddrEnd(v string)
- func (o *EthFlowDescription) SetVlanTags(v []string)
- func (o EthFlowDescription) ToMap() (map[string]interface{}, error)
- func (o *EthFlowDescription) UnmarshalJSON(bytes []byte) (err error)
- type EventFilter
- func (o *EventFilter) GetAnyUeInd() bool
- func (o *EventFilter) GetAnyUeIndOk() (*bool, bool)
- func (o *EventFilter) GetAppIds() []string
- func (o *EventFilter) GetAppIdsOk() ([]string, bool)
- func (o *EventFilter) GetCollAttrs() []CollectiveBehaviourFilter
- func (o *EventFilter) GetCollAttrsOk() ([]CollectiveBehaviourFilter, bool)
- func (o *EventFilter) GetExterGroupIds() []string
- func (o *EventFilter) GetExterGroupIdsOk() ([]string, bool)
- func (o *EventFilter) GetGpsis() []string
- func (o *EventFilter) GetGpsisOk() ([]string, bool)
- func (o *EventFilter) GetInterGroupIds() []string
- func (o *EventFilter) GetInterGroupIdsOk() ([]string, bool)
- func (o *EventFilter) GetLocArea() LocationArea5G
- func (o *EventFilter) GetLocAreaOk() (*LocationArea5G, bool)
- func (o *EventFilter) GetSupis() []string
- func (o *EventFilter) GetSupisOk() ([]string, bool)
- func (o *EventFilter) HasAnyUeInd() bool
- func (o *EventFilter) HasAppIds() bool
- func (o *EventFilter) HasCollAttrs() bool
- func (o *EventFilter) HasExterGroupIds() bool
- func (o *EventFilter) HasGpsis() bool
- func (o *EventFilter) HasInterGroupIds() bool
- func (o *EventFilter) HasLocArea() bool
- func (o *EventFilter) HasSupis() bool
- func (o EventFilter) MarshalJSON() ([]byte, error)
- func (o *EventFilter) SetAnyUeInd(v bool)
- func (o *EventFilter) SetAppIds(v []string)
- func (o *EventFilter) SetCollAttrs(v []CollectiveBehaviourFilter)
- func (o *EventFilter) SetExterGroupIds(v []string)
- func (o *EventFilter) SetGpsis(v []string)
- func (o *EventFilter) SetInterGroupIds(v []string)
- func (o *EventFilter) SetLocArea(v LocationArea5G)
- func (o *EventFilter) SetSupis(v []string)
- func (o EventFilter) ToMap() (map[string]interface{}, error)
- type EventsSubs
- func (o *EventsSubs) GetEvent() AfEvent
- func (o *EventsSubs) GetEventFilter() EventFilter
- func (o *EventsSubs) GetEventFilterOk() (*EventFilter, bool)
- func (o *EventsSubs) GetEventOk() (*AfEvent, bool)
- func (o EventsSubs) MarshalJSON() ([]byte, error)
- func (o *EventsSubs) SetEvent(v AfEvent)
- func (o *EventsSubs) SetEventFilter(v EventFilter)
- func (o EventsSubs) ToMap() (map[string]interface{}, error)
- func (o *EventsSubs) UnmarshalJSON(bytes []byte) (err 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)
- func (o *Exception) UnmarshalJSON(bytes []byte) (err error)
- type ExceptionId
- type ExceptionInfo
- func (o *ExceptionInfo) GetEthTrafficFilter() EthFlowDescription
- func (o *ExceptionInfo) GetEthTrafficFilterOk() (*EthFlowDescription, bool)
- func (o *ExceptionInfo) GetExceps() []Exception
- func (o *ExceptionInfo) GetExcepsOk() ([]Exception, bool)
- func (o *ExceptionInfo) GetIpTrafficFilter() FlowInfo
- func (o *ExceptionInfo) GetIpTrafficFilterOk() (*FlowInfo, bool)
- func (o *ExceptionInfo) HasEthTrafficFilter() bool
- func (o *ExceptionInfo) HasIpTrafficFilter() bool
- func (o ExceptionInfo) MarshalJSON() ([]byte, error)
- func (o *ExceptionInfo) SetEthTrafficFilter(v EthFlowDescription)
- func (o *ExceptionInfo) SetExceps(v []Exception)
- func (o *ExceptionInfo) SetIpTrafficFilter(v FlowInfo)
- func (o ExceptionInfo) ToMap() (map[string]interface{}, error)
- func (o *ExceptionInfo) UnmarshalJSON(bytes []byte) (err error)
- type ExceptionTrend
- type FlowDirection
- type FlowInfo
- func (o *FlowInfo) GetFlowDescriptions() []string
- func (o *FlowInfo) GetFlowDescriptionsOk() ([]string, bool)
- func (o *FlowInfo) GetFlowId() int32
- func (o *FlowInfo) GetFlowIdOk() (*int32, bool)
- func (o *FlowInfo) HasFlowDescriptions() bool
- func (o FlowInfo) MarshalJSON() ([]byte, error)
- func (o *FlowInfo) SetFlowDescriptions(v []string)
- func (o *FlowInfo) SetFlowId(v int32)
- func (o FlowInfo) ToMap() (map[string]interface{}, error)
- func (o *FlowInfo) UnmarshalJSON(bytes []byte) (err error)
- type GADShape
- func (o *GADShape) GetShape() SupportedGADShapes
- func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
- func (o GADShape) MarshalJSON() ([]byte, error)
- func (o *GADShape) SetShape(v SupportedGADShapes)
- func (o GADShape) ToMap() (map[string]interface{}, error)
- func (o *GADShape) UnmarshalJSON(bytes []byte) (err error)
- type GNbId
- func (o *GNbId) GetBitLength() int32
- func (o *GNbId) GetBitLengthOk() (*int32, bool)
- func (o *GNbId) GetGNBValue() string
- func (o *GNbId) GetGNBValueOk() (*string, bool)
- func (o GNbId) MarshalJSON() ([]byte, error)
- func (o *GNbId) SetBitLength(v int32)
- func (o *GNbId) SetGNBValue(v string)
- func (o GNbId) ToMap() (map[string]interface{}, error)
- func (o *GNbId) UnmarshalJSON(bytes []byte) (err error)
- type GenericOpenAPIError
- type GeographicArea
- type GeographicalCoordinates
- func (o *GeographicalCoordinates) GetLat() float64
- func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
- func (o *GeographicalCoordinates) GetLon() float64
- func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
- func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLat(v float64)
- func (o *GeographicalCoordinates) SetLon(v float64)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)
- type GlobalRanNodeId
- func (o *GlobalRanNodeId) GetENbId() string
- func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetGNbId() GNbId
- func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)
- func (o *GlobalRanNodeId) GetN3IwfId() string
- func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetNgeNbId() string
- func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetNid() string
- func (o *GlobalRanNodeId) GetNidOk() (*string, bool)
- func (o *GlobalRanNodeId) GetPlmnId() PlmnId
- func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)
- func (o *GlobalRanNodeId) GetTngfId() string
- func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetWagfId() string
- func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) HasENbId() bool
- func (o *GlobalRanNodeId) HasGNbId() bool
- func (o *GlobalRanNodeId) HasN3IwfId() bool
- func (o *GlobalRanNodeId) HasNgeNbId() bool
- func (o *GlobalRanNodeId) HasNid() bool
- func (o *GlobalRanNodeId) HasTngfId() bool
- func (o *GlobalRanNodeId) HasWagfId() bool
- func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)
- func (o *GlobalRanNodeId) SetENbId(v string)
- func (o *GlobalRanNodeId) SetGNbId(v GNbId)
- func (o *GlobalRanNodeId) SetN3IwfId(v string)
- func (o *GlobalRanNodeId) SetNgeNbId(v string)
- func (o *GlobalRanNodeId) SetNid(v string)
- func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)
- func (o *GlobalRanNodeId) SetTngfId(v string)
- func (o *GlobalRanNodeId) SetWagfId(v string)
- func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)
- func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)
- type IndividualApplicationEventSubscriptionDocumentAPIService
- func (a *IndividualApplicationEventSubscriptionDocumentAPIService) DeleteAfEventExposureSubsc(ctx context.Context, subscriptionId string) ApiDeleteAfEventExposureSubscRequest
- func (a *IndividualApplicationEventSubscriptionDocumentAPIService) DeleteAfEventExposureSubscExecute(r ApiDeleteAfEventExposureSubscRequest) (*http.Response, error)
- func (a *IndividualApplicationEventSubscriptionDocumentAPIService) GetAfEventExposureSubsc(ctx context.Context, subscriptionId string) ApiGetAfEventExposureSubscRequest
- func (a *IndividualApplicationEventSubscriptionDocumentAPIService) GetAfEventExposureSubscExecute(r ApiGetAfEventExposureSubscRequest) (*AfEventExposureSubsc, *http.Response, error)
- func (a *IndividualApplicationEventSubscriptionDocumentAPIService) PutAfEventExposureSubsc(ctx context.Context, subscriptionId string) ApiPutAfEventExposureSubscRequest
- func (a *IndividualApplicationEventSubscriptionDocumentAPIService) PutAfEventExposureSubscExecute(r ApiPutAfEventExposureSubscRequest) (*AfEventExposureSubsc, *http.Response, error)
- type InvalidParam
- func (o *InvalidParam) GetParam() string
- func (o *InvalidParam) GetParamOk() (*string, bool)
- func (o *InvalidParam) GetReason() string
- func (o *InvalidParam) GetReasonOk() (*string, bool)
- func (o *InvalidParam) HasReason() bool
- func (o InvalidParam) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
- type IpAddr
- func (o *IpAddr) GetIpv4Addr() string
- func (o *IpAddr) GetIpv4AddrOk() (*string, bool)
- func (o *IpAddr) GetIpv6Addr() Ipv6Addr
- func (o *IpAddr) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
- func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *IpAddr) HasIpv4Addr() bool
- func (o *IpAddr) HasIpv6Addr() bool
- func (o *IpAddr) HasIpv6Prefix() bool
- func (o IpAddr) MarshalJSON() ([]byte, error)
- func (o *IpAddr) SetIpv4Addr(v string)
- func (o *IpAddr) SetIpv6Addr(v Ipv6Addr)
- func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
- func (o IpAddr) ToMap() (map[string]interface{}, error)
- type IpPacketFilterSet
- func (o *IpPacketFilterSet) GetDirection() string
- func (o *IpPacketFilterSet) GetDirectionOk() (*string, bool)
- func (o *IpPacketFilterSet) GetDstIp() string
- func (o *IpPacketFilterSet) GetDstIpOk() (*string, bool)
- func (o *IpPacketFilterSet) GetDstPort() int32
- func (o *IpPacketFilterSet) GetDstPortOk() (*int32, bool)
- func (o *IpPacketFilterSet) GetFlowLabel() int32
- func (o *IpPacketFilterSet) GetFlowLabelOk() (*int32, bool)
- func (o *IpPacketFilterSet) GetProtocol() int32
- func (o *IpPacketFilterSet) GetProtocolOk() (*int32, bool)
- func (o *IpPacketFilterSet) GetSpi() int32
- func (o *IpPacketFilterSet) GetSpiOk() (*int32, bool)
- func (o *IpPacketFilterSet) GetSrcIp() string
- func (o *IpPacketFilterSet) GetSrcIpOk() (*string, bool)
- func (o *IpPacketFilterSet) GetSrcPort() int32
- func (o *IpPacketFilterSet) GetSrcPortOk() (*int32, bool)
- func (o *IpPacketFilterSet) GetToSTc() string
- func (o *IpPacketFilterSet) GetToSTcOk() (*string, bool)
- func (o *IpPacketFilterSet) HasDstIp() bool
- func (o *IpPacketFilterSet) HasDstPort() bool
- func (o *IpPacketFilterSet) HasFlowLabel() bool
- func (o *IpPacketFilterSet) HasProtocol() bool
- func (o *IpPacketFilterSet) HasSpi() bool
- func (o *IpPacketFilterSet) HasSrcIp() bool
- func (o *IpPacketFilterSet) HasSrcPort() bool
- func (o *IpPacketFilterSet) HasToSTc() bool
- func (o IpPacketFilterSet) MarshalJSON() ([]byte, error)
- func (o *IpPacketFilterSet) SetDirection(v string)
- func (o *IpPacketFilterSet) SetDstIp(v string)
- func (o *IpPacketFilterSet) SetDstPort(v int32)
- func (o *IpPacketFilterSet) SetFlowLabel(v int32)
- func (o *IpPacketFilterSet) SetProtocol(v int32)
- func (o *IpPacketFilterSet) SetSpi(v int32)
- func (o *IpPacketFilterSet) SetSrcIp(v string)
- func (o *IpPacketFilterSet) SetSrcPort(v int32)
- func (o *IpPacketFilterSet) SetToSTc(v string)
- func (o IpPacketFilterSet) ToMap() (map[string]interface{}, error)
- func (o *IpPacketFilterSet) UnmarshalJSON(bytes []byte) (err error)
- type Ipv6Addr
- type Ipv6Prefix
- type Local2dPointUncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
- func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
- func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
- func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
- func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
- func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
- func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type Local3dPointUncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
- func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
- func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
- func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
- func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
- func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
- func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
- type LocalOrigin
- func (o *LocalOrigin) GetCoordinateId() string
- func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
- func (o *LocalOrigin) GetPoint() GeographicalCoordinates
- func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *LocalOrigin) HasCoordinateId() bool
- func (o *LocalOrigin) HasPoint() bool
- func (o LocalOrigin) MarshalJSON() ([]byte, error)
- func (o *LocalOrigin) SetCoordinateId(v string)
- func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
- func (o LocalOrigin) ToMap() (map[string]interface{}, error)
- type 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 M5QoSSpecification
- func (o *M5QoSSpecification) GetDesLatency() int32
- func (o *M5QoSSpecification) GetDesLatencyOk() (*int32, bool)
- func (o *M5QoSSpecification) GetDesLoss() int32
- func (o *M5QoSSpecification) GetDesLossOk() (*int32, bool)
- func (o *M5QoSSpecification) GetMarBwDlBitRate() string
- func (o *M5QoSSpecification) GetMarBwDlBitRateOk() (*string, bool)
- func (o *M5QoSSpecification) GetMarBwUlBitRate() string
- func (o *M5QoSSpecification) GetMarBwUlBitRateOk() (*string, bool)
- func (o *M5QoSSpecification) GetMinDesBwDlBitRate() string
- func (o *M5QoSSpecification) GetMinDesBwDlBitRateOk() (*string, bool)
- func (o *M5QoSSpecification) GetMinDesBwUlBitRate() string
- func (o *M5QoSSpecification) GetMinDesBwUlBitRateOk() (*string, bool)
- func (o *M5QoSSpecification) GetMirBwDlBitRate() string
- func (o *M5QoSSpecification) GetMirBwDlBitRateOk() (*string, bool)
- func (o *M5QoSSpecification) GetMirBwUlBitRate() string
- func (o *M5QoSSpecification) GetMirBwUlBitRateOk() (*string, bool)
- func (o *M5QoSSpecification) HasDesLatency() bool
- func (o *M5QoSSpecification) HasDesLoss() bool
- func (o *M5QoSSpecification) HasMinDesBwDlBitRate() bool
- func (o *M5QoSSpecification) HasMinDesBwUlBitRate() bool
- func (o M5QoSSpecification) MarshalJSON() ([]byte, error)
- func (o *M5QoSSpecification) SetDesLatency(v int32)
- func (o *M5QoSSpecification) SetDesLoss(v int32)
- func (o *M5QoSSpecification) SetMarBwDlBitRate(v string)
- func (o *M5QoSSpecification) SetMarBwUlBitRate(v string)
- func (o *M5QoSSpecification) SetMinDesBwDlBitRate(v string)
- func (o *M5QoSSpecification) SetMinDesBwUlBitRate(v string)
- func (o *M5QoSSpecification) SetMirBwDlBitRate(v string)
- func (o *M5QoSSpecification) SetMirBwUlBitRate(v string)
- func (o M5QoSSpecification) ToMap() (map[string]interface{}, error)
- func (o *M5QoSSpecification) UnmarshalJSON(bytes []byte) (err error)
- type MSAccessActivityCollection
- func (o *MSAccessActivityCollection) GetMsAccActs() []MediaStreamingAccessRecord
- func (o *MSAccessActivityCollection) GetMsAccActsOk() ([]MediaStreamingAccessRecord, bool)
- func (o MSAccessActivityCollection) MarshalJSON() ([]byte, error)
- func (o *MSAccessActivityCollection) SetMsAccActs(v []MediaStreamingAccessRecord)
- func (o MSAccessActivityCollection) ToMap() (map[string]interface{}, error)
- func (o *MSAccessActivityCollection) UnmarshalJSON(bytes []byte) (err error)
- type MappedNullable
- type MediaStreamingAccessRecord
- func (o *MediaStreamingAccessRecord) GetApplicationServerEndpointAddress() EndpointAddress
- func (o *MediaStreamingAccessRecord) GetApplicationServerEndpointAddressOk() (*EndpointAddress, bool)
- func (o *MediaStreamingAccessRecord) GetCacheStatus() CacheStatus
- func (o *MediaStreamingAccessRecord) GetCacheStatusOk() (*CacheStatus, bool)
- func (o *MediaStreamingAccessRecord) GetConnectionMetrics() MediaStreamingAccessRecordAllOfConnectionMetrics
- func (o *MediaStreamingAccessRecord) GetConnectionMetricsOk() (*MediaStreamingAccessRecordAllOfConnectionMetrics, bool)
- func (o *MediaStreamingAccessRecord) GetMediaStreamHandlerEndpointAddress() EndpointAddress
- func (o *MediaStreamingAccessRecord) GetMediaStreamHandlerEndpointAddressOk() (*EndpointAddress, bool)
- func (o *MediaStreamingAccessRecord) GetProcessingLatency() float32
- func (o *MediaStreamingAccessRecord) GetProcessingLatencyOk() (*float32, bool)
- func (o *MediaStreamingAccessRecord) GetRequestMessage() MediaStreamingAccessRecordAllOfRequestMessage
- func (o *MediaStreamingAccessRecord) GetRequestMessageOk() (*MediaStreamingAccessRecordAllOfRequestMessage, bool)
- func (o *MediaStreamingAccessRecord) GetResponseMessage() MediaStreamingAccessRecordAllOfResponseMessage
- func (o *MediaStreamingAccessRecord) GetResponseMessageOk() (*MediaStreamingAccessRecordAllOfResponseMessage, bool)
- func (o *MediaStreamingAccessRecord) GetSessionIdentifier() string
- func (o *MediaStreamingAccessRecord) GetSessionIdentifierOk() (*string, bool)
- func (o *MediaStreamingAccessRecord) HasCacheStatus() bool
- func (o *MediaStreamingAccessRecord) HasConnectionMetrics() bool
- func (o *MediaStreamingAccessRecord) HasSessionIdentifier() bool
- func (o MediaStreamingAccessRecord) MarshalJSON() ([]byte, error)
- func (o *MediaStreamingAccessRecord) SetApplicationServerEndpointAddress(v EndpointAddress)
- func (o *MediaStreamingAccessRecord) SetCacheStatus(v CacheStatus)
- func (o *MediaStreamingAccessRecord) SetConnectionMetrics(v MediaStreamingAccessRecordAllOfConnectionMetrics)
- func (o *MediaStreamingAccessRecord) SetMediaStreamHandlerEndpointAddress(v EndpointAddress)
- func (o *MediaStreamingAccessRecord) SetProcessingLatency(v float32)
- func (o *MediaStreamingAccessRecord) SetRequestMessage(v MediaStreamingAccessRecordAllOfRequestMessage)
- func (o *MediaStreamingAccessRecord) SetResponseMessage(v MediaStreamingAccessRecordAllOfResponseMessage)
- func (o *MediaStreamingAccessRecord) SetSessionIdentifier(v string)
- func (o MediaStreamingAccessRecord) ToMap() (map[string]interface{}, error)
- func (o *MediaStreamingAccessRecord) UnmarshalJSON(bytes []byte) (err error)
- type MediaStreamingAccessRecordAllOfConnectionMetrics
- func NewMediaStreamingAccessRecordAllOfConnectionMetrics(meanNetworkRoundTripTime float32, networkRoundTripTimeVariation float32, ...) *MediaStreamingAccessRecordAllOfConnectionMetrics
- func NewMediaStreamingAccessRecordAllOfConnectionMetricsWithDefaults() *MediaStreamingAccessRecordAllOfConnectionMetrics
- func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetCongestionWindowSize() int32
- func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetCongestionWindowSizeOk() (*int32, bool)
- func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetMeanNetworkRoundTripTime() float32
- func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetMeanNetworkRoundTripTimeOk() (*float32, bool)
- func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetNetworkRoundTripTimeVariation() float32
- func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetNetworkRoundTripTimeVariationOk() (*float32, bool)
- func (o MediaStreamingAccessRecordAllOfConnectionMetrics) MarshalJSON() ([]byte, error)
- func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetCongestionWindowSize(v int32)
- func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetMeanNetworkRoundTripTime(v float32)
- func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetNetworkRoundTripTimeVariation(v float32)
- func (o MediaStreamingAccessRecordAllOfConnectionMetrics) ToMap() (map[string]interface{}, error)
- func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) UnmarshalJSON(bytes []byte) (err error)
- type MediaStreamingAccessRecordAllOfRequestMessage
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetBodySize() int32
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetBodySizeOk() (*int32, bool)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetContentType() string
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetContentTypeOk() (*string, bool)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetMethod() string
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetMethodOk() (*string, bool)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetProtocolVersion() string
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetProtocolVersionOk() (*string, bool)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRange() string
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRangeOk() (*string, bool)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetReferer() string
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRefererOk() (*string, bool)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetSize() int32
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetSizeOk() (*int32, bool)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUrl() string
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUrlOk() (*string, bool)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserAgent() string
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserAgentOk() (*string, bool)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserIdentity() string
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserIdentityOk() (*string, bool)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasContentType() bool
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasRange() bool
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasReferer() bool
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasUserAgent() bool
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasUserIdentity() bool
- func (o MediaStreamingAccessRecordAllOfRequestMessage) MarshalJSON() ([]byte, error)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetBodySize(v int32)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetContentType(v string)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetMethod(v string)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetProtocolVersion(v string)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetRange(v string)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetReferer(v string)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetSize(v int32)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUrl(v string)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUserAgent(v string)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUserIdentity(v string)
- func (o MediaStreamingAccessRecordAllOfRequestMessage) ToMap() (map[string]interface{}, error)
- func (o *MediaStreamingAccessRecordAllOfRequestMessage) UnmarshalJSON(bytes []byte) (err error)
- type MediaStreamingAccessRecordAllOfResponseMessage
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetBodySize() int32
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetBodySizeOk() (*int32, bool)
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetContentType() string
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetContentTypeOk() (*string, bool)
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetResponseCode() int32
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetResponseCodeOk() (*int32, bool)
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetSize() int32
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetSizeOk() (*int32, bool)
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) HasContentType() bool
- func (o MediaStreamingAccessRecordAllOfResponseMessage) MarshalJSON() ([]byte, error)
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetBodySize(v int32)
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetContentType(v string)
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetResponseCode(v int32)
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetSize(v int32)
- func (o MediaStreamingAccessRecordAllOfResponseMessage) ToMap() (map[string]interface{}, error)
- func (o *MediaStreamingAccessRecordAllOfResponseMessage) UnmarshalJSON(bytes []byte) (err error)
- type MediaType
- type MsConsumptionCollection
- func (o *MsConsumptionCollection) GetMsConsumps() []string
- func (o *MsConsumptionCollection) GetMsConsumpsOk() ([]string, bool)
- func (o MsConsumptionCollection) MarshalJSON() ([]byte, error)
- func (o *MsConsumptionCollection) SetMsConsumps(v []string)
- func (o MsConsumptionCollection) ToMap() (map[string]interface{}, error)
- func (o *MsConsumptionCollection) UnmarshalJSON(bytes []byte) (err error)
- type MsDynPolicyInvocationCollection
- func (o *MsDynPolicyInvocationCollection) GetMsDynPlyInvocs() []DynamicPolicy
- func (o *MsDynPolicyInvocationCollection) GetMsDynPlyInvocsOk() ([]DynamicPolicy, bool)
- func (o MsDynPolicyInvocationCollection) MarshalJSON() ([]byte, error)
- func (o *MsDynPolicyInvocationCollection) SetMsDynPlyInvocs(v []DynamicPolicy)
- func (o MsDynPolicyInvocationCollection) ToMap() (map[string]interface{}, error)
- func (o *MsDynPolicyInvocationCollection) UnmarshalJSON(bytes []byte) (err error)
- type MsNetAssInvocationCollection
- func (o *MsNetAssInvocationCollection) GetMsNetAssInvocs() []NetworkAssistanceSession
- func (o *MsNetAssInvocationCollection) GetMsNetAssInvocsOk() ([]NetworkAssistanceSession, bool)
- func (o MsNetAssInvocationCollection) MarshalJSON() ([]byte, error)
- func (o *MsNetAssInvocationCollection) SetMsNetAssInvocs(v []NetworkAssistanceSession)
- func (o MsNetAssInvocationCollection) ToMap() (map[string]interface{}, error)
- func (o *MsNetAssInvocationCollection) UnmarshalJSON(bytes []byte) (err error)
- type MsQoeMetricsCollection
- func (o *MsQoeMetricsCollection) GetMsQoeMetrics() []string
- func (o *MsQoeMetricsCollection) GetMsQoeMetricsOk() ([]string, bool)
- func (o MsQoeMetricsCollection) MarshalJSON() ([]byte, error)
- func (o *MsQoeMetricsCollection) SetMsQoeMetrics(v []string)
- func (o MsQoeMetricsCollection) ToMap() (map[string]interface{}, error)
- func (o *MsQoeMetricsCollection) UnmarshalJSON(bytes []byte) (err 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)
- func (o *Ncgi) UnmarshalJSON(bytes []byte) (err error)
- type NetworkAreaInfo
- func (o *NetworkAreaInfo) GetEcgis() []Ecgi
- func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
- func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
- func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
- func (o *NetworkAreaInfo) GetNcgis() []Ncgi
- func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
- func (o *NetworkAreaInfo) GetTais() []Tai
- func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
- func (o *NetworkAreaInfo) HasEcgis() bool
- func (o *NetworkAreaInfo) HasGRanNodeIds() bool
- func (o *NetworkAreaInfo) HasNcgis() bool
- func (o *NetworkAreaInfo) HasTais() bool
- func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
- func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
- func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
- func (o *NetworkAreaInfo) SetTais(v []Tai)
- func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
- type NetworkAssistanceSession
- func (o *NetworkAssistanceSession) GetMediaType() MediaType
- func (o *NetworkAssistanceSession) GetMediaTypeOk() (*MediaType, bool)
- func (o *NetworkAssistanceSession) GetNaSessionId() string
- func (o *NetworkAssistanceSession) GetNaSessionIdOk() (*string, bool)
- func (o *NetworkAssistanceSession) GetNotficationURL() string
- func (o *NetworkAssistanceSession) GetNotficationURLOk() (*string, bool)
- func (o *NetworkAssistanceSession) GetPolicyTemplateId() string
- func (o *NetworkAssistanceSession) GetPolicyTemplateIdOk() (*string, bool)
- func (o *NetworkAssistanceSession) GetProvisioningSessionId() string
- func (o *NetworkAssistanceSession) GetProvisioningSessionIdOk() (*string, bool)
- func (o *NetworkAssistanceSession) GetRecommendedQoS() M5QoSSpecification
- func (o *NetworkAssistanceSession) GetRecommendedQoSOk() (*M5QoSSpecification, bool)
- func (o *NetworkAssistanceSession) GetRequestedQoS() M5QoSSpecification
- func (o *NetworkAssistanceSession) GetRequestedQoSOk() (*M5QoSSpecification, bool)
- func (o *NetworkAssistanceSession) GetServiceDataFlowDescriptions() []ServiceDataFlowDescription
- func (o *NetworkAssistanceSession) GetServiceDataFlowDescriptionsOk() ([]ServiceDataFlowDescription, bool)
- func (o *NetworkAssistanceSession) HasMediaType() bool
- func (o *NetworkAssistanceSession) HasNotficationURL() bool
- func (o *NetworkAssistanceSession) HasPolicyTemplateId() bool
- func (o *NetworkAssistanceSession) HasRecommendedQoS() bool
- func (o *NetworkAssistanceSession) HasRequestedQoS() bool
- func (o NetworkAssistanceSession) MarshalJSON() ([]byte, error)
- func (o *NetworkAssistanceSession) SetMediaType(v MediaType)
- func (o *NetworkAssistanceSession) SetNaSessionId(v string)
- func (o *NetworkAssistanceSession) SetNotficationURL(v string)
- func (o *NetworkAssistanceSession) SetPolicyTemplateId(v string)
- func (o *NetworkAssistanceSession) SetProvisioningSessionId(v string)
- func (o *NetworkAssistanceSession) SetRecommendedQoS(v M5QoSSpecification)
- func (o *NetworkAssistanceSession) SetRequestedQoS(v M5QoSSpecification)
- func (o *NetworkAssistanceSession) SetServiceDataFlowDescriptions(v []ServiceDataFlowDescription)
- func (o NetworkAssistanceSession) ToMap() (map[string]interface{}, error)
- func (o *NetworkAssistanceSession) UnmarshalJSON(bytes []byte) (err error)
- type NotificationFlag
- type NotificationMethod
- 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 NullableAddrFqdn
- type NullableAfEvent
- type NullableAfEventExposureNotif
- func (v NullableAfEventExposureNotif) Get() *AfEventExposureNotif
- func (v NullableAfEventExposureNotif) IsSet() bool
- func (v NullableAfEventExposureNotif) MarshalJSON() ([]byte, error)
- func (v *NullableAfEventExposureNotif) Set(val *AfEventExposureNotif)
- func (v *NullableAfEventExposureNotif) UnmarshalJSON(src []byte) error
- func (v *NullableAfEventExposureNotif) Unset()
- type NullableAfEventExposureSubsc
- func (v NullableAfEventExposureSubsc) Get() *AfEventExposureSubsc
- func (v NullableAfEventExposureSubsc) IsSet() bool
- func (v NullableAfEventExposureSubsc) MarshalJSON() ([]byte, error)
- func (v *NullableAfEventExposureSubsc) Set(val *AfEventExposureSubsc)
- func (v *NullableAfEventExposureSubsc) UnmarshalJSON(src []byte) error
- func (v *NullableAfEventExposureSubsc) Unset()
- type NullableAfEventNotification
- func (v NullableAfEventNotification) Get() *AfEventNotification
- func (v NullableAfEventNotification) IsSet() bool
- func (v NullableAfEventNotification) MarshalJSON() ([]byte, error)
- func (v *NullableAfEventNotification) Set(val *AfEventNotification)
- func (v *NullableAfEventNotification) UnmarshalJSON(src []byte) error
- func (v *NullableAfEventNotification) Unset()
- type NullableBaseRecord
- type NullableBool
- type NullableCacheStatus
- func (v NullableCacheStatus) Get() *CacheStatus
- func (v NullableCacheStatus) IsSet() bool
- func (v NullableCacheStatus) MarshalJSON() ([]byte, error)
- func (v *NullableCacheStatus) Set(val *CacheStatus)
- func (v *NullableCacheStatus) UnmarshalJSON(src []byte) error
- func (v *NullableCacheStatus) 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 NullableCollectiveBehaviourFilter
- func (v NullableCollectiveBehaviourFilter) Get() *CollectiveBehaviourFilter
- func (v NullableCollectiveBehaviourFilter) IsSet() bool
- func (v NullableCollectiveBehaviourFilter) MarshalJSON() ([]byte, error)
- func (v *NullableCollectiveBehaviourFilter) Set(val *CollectiveBehaviourFilter)
- func (v *NullableCollectiveBehaviourFilter) UnmarshalJSON(src []byte) error
- func (v *NullableCollectiveBehaviourFilter) Unset()
- type NullableCollectiveBehaviourFilterType
- func (v NullableCollectiveBehaviourFilterType) Get() *CollectiveBehaviourFilterType
- func (v NullableCollectiveBehaviourFilterType) IsSet() bool
- func (v NullableCollectiveBehaviourFilterType) MarshalJSON() ([]byte, error)
- func (v *NullableCollectiveBehaviourFilterType) Set(val *CollectiveBehaviourFilterType)
- func (v *NullableCollectiveBehaviourFilterType) UnmarshalJSON(src []byte) error
- func (v *NullableCollectiveBehaviourFilterType) Unset()
- type NullableCollectiveBehaviourInfo
- func (v NullableCollectiveBehaviourInfo) Get() *CollectiveBehaviourInfo
- func (v NullableCollectiveBehaviourInfo) IsSet() bool
- func (v NullableCollectiveBehaviourInfo) MarshalJSON() ([]byte, error)
- func (v *NullableCollectiveBehaviourInfo) Set(val *CollectiveBehaviourInfo)
- func (v *NullableCollectiveBehaviourInfo) UnmarshalJSON(src []byte) error
- func (v *NullableCollectiveBehaviourInfo) Unset()
- type NullableCommunicationCollection
- func (v NullableCommunicationCollection) Get() *CommunicationCollection
- func (v NullableCommunicationCollection) IsSet() bool
- func (v NullableCommunicationCollection) MarshalJSON() ([]byte, error)
- func (v *NullableCommunicationCollection) Set(val *CommunicationCollection)
- func (v *NullableCommunicationCollection) UnmarshalJSON(src []byte) error
- func (v *NullableCommunicationCollection) 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 NullableDynamicPolicy
- func (v NullableDynamicPolicy) Get() *DynamicPolicy
- func (v NullableDynamicPolicy) IsSet() bool
- func (v NullableDynamicPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableDynamicPolicy) Set(val *DynamicPolicy)
- func (v *NullableDynamicPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableDynamicPolicy) 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 NullableEndpointAddress
- func (v NullableEndpointAddress) Get() *EndpointAddress
- func (v NullableEndpointAddress) IsSet() bool
- func (v NullableEndpointAddress) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointAddress) Set(val *EndpointAddress)
- func (v *NullableEndpointAddress) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointAddress) 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 NullableEventFilter
- func (v NullableEventFilter) Get() *EventFilter
- func (v NullableEventFilter) IsSet() bool
- func (v NullableEventFilter) MarshalJSON() ([]byte, error)
- func (v *NullableEventFilter) Set(val *EventFilter)
- func (v *NullableEventFilter) UnmarshalJSON(src []byte) error
- func (v *NullableEventFilter) Unset()
- type NullableEventsSubs
- 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 NullableExceptionInfo
- func (v NullableExceptionInfo) Get() *ExceptionInfo
- func (v NullableExceptionInfo) IsSet() bool
- func (v NullableExceptionInfo) MarshalJSON() ([]byte, error)
- func (v *NullableExceptionInfo) Set(val *ExceptionInfo)
- func (v *NullableExceptionInfo) UnmarshalJSON(src []byte) error
- func (v *NullableExceptionInfo) 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 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 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 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 NullableIpAddr
- type NullableIpPacketFilterSet
- func (v NullableIpPacketFilterSet) Get() *IpPacketFilterSet
- func (v NullableIpPacketFilterSet) IsSet() bool
- func (v NullableIpPacketFilterSet) MarshalJSON() ([]byte, error)
- func (v *NullableIpPacketFilterSet) Set(val *IpPacketFilterSet)
- func (v *NullableIpPacketFilterSet) UnmarshalJSON(src []byte) error
- func (v *NullableIpPacketFilterSet) Unset()
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableLocal2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
- func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
- type NullableLocal3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
- type NullableLocalOrigin
- func (v NullableLocalOrigin) Get() *LocalOrigin
- func (v NullableLocalOrigin) IsSet() bool
- func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
- func (v *NullableLocalOrigin) Set(val *LocalOrigin)
- func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
- func (v *NullableLocalOrigin) Unset()
- type 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 NullableM5QoSSpecification
- func (v NullableM5QoSSpecification) Get() *M5QoSSpecification
- func (v NullableM5QoSSpecification) IsSet() bool
- func (v NullableM5QoSSpecification) MarshalJSON() ([]byte, error)
- func (v *NullableM5QoSSpecification) Set(val *M5QoSSpecification)
- func (v *NullableM5QoSSpecification) UnmarshalJSON(src []byte) error
- func (v *NullableM5QoSSpecification) Unset()
- type NullableMSAccessActivityCollection
- func (v NullableMSAccessActivityCollection) Get() *MSAccessActivityCollection
- func (v NullableMSAccessActivityCollection) IsSet() bool
- func (v NullableMSAccessActivityCollection) MarshalJSON() ([]byte, error)
- func (v *NullableMSAccessActivityCollection) Set(val *MSAccessActivityCollection)
- func (v *NullableMSAccessActivityCollection) UnmarshalJSON(src []byte) error
- func (v *NullableMSAccessActivityCollection) Unset()
- type NullableMediaStreamingAccessRecord
- func (v NullableMediaStreamingAccessRecord) Get() *MediaStreamingAccessRecord
- func (v NullableMediaStreamingAccessRecord) IsSet() bool
- func (v NullableMediaStreamingAccessRecord) MarshalJSON() ([]byte, error)
- func (v *NullableMediaStreamingAccessRecord) Set(val *MediaStreamingAccessRecord)
- func (v *NullableMediaStreamingAccessRecord) UnmarshalJSON(src []byte) error
- func (v *NullableMediaStreamingAccessRecord) Unset()
- type NullableMediaStreamingAccessRecordAllOfConnectionMetrics
- func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Get() *MediaStreamingAccessRecordAllOfConnectionMetrics
- func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) IsSet() bool
- func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) MarshalJSON() ([]byte, error)
- func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Set(val *MediaStreamingAccessRecordAllOfConnectionMetrics)
- func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) UnmarshalJSON(src []byte) error
- func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Unset()
- type NullableMediaStreamingAccessRecordAllOfRequestMessage
- func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) Get() *MediaStreamingAccessRecordAllOfRequestMessage
- func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) IsSet() bool
- func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) MarshalJSON() ([]byte, error)
- func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) Set(val *MediaStreamingAccessRecordAllOfRequestMessage)
- func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) UnmarshalJSON(src []byte) error
- func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) Unset()
- type NullableMediaStreamingAccessRecordAllOfResponseMessage
- func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) Get() *MediaStreamingAccessRecordAllOfResponseMessage
- func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) IsSet() bool
- func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) MarshalJSON() ([]byte, error)
- func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) Set(val *MediaStreamingAccessRecordAllOfResponseMessage)
- func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) UnmarshalJSON(src []byte) error
- func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) Unset()
- type NullableMediaType
- type NullableMsConsumptionCollection
- func (v NullableMsConsumptionCollection) Get() *MsConsumptionCollection
- func (v NullableMsConsumptionCollection) IsSet() bool
- func (v NullableMsConsumptionCollection) MarshalJSON() ([]byte, error)
- func (v *NullableMsConsumptionCollection) Set(val *MsConsumptionCollection)
- func (v *NullableMsConsumptionCollection) UnmarshalJSON(src []byte) error
- func (v *NullableMsConsumptionCollection) Unset()
- type NullableMsDynPolicyInvocationCollection
- func (v NullableMsDynPolicyInvocationCollection) Get() *MsDynPolicyInvocationCollection
- func (v NullableMsDynPolicyInvocationCollection) IsSet() bool
- func (v NullableMsDynPolicyInvocationCollection) MarshalJSON() ([]byte, error)
- func (v *NullableMsDynPolicyInvocationCollection) Set(val *MsDynPolicyInvocationCollection)
- func (v *NullableMsDynPolicyInvocationCollection) UnmarshalJSON(src []byte) error
- func (v *NullableMsDynPolicyInvocationCollection) Unset()
- type NullableMsNetAssInvocationCollection
- func (v NullableMsNetAssInvocationCollection) Get() *MsNetAssInvocationCollection
- func (v NullableMsNetAssInvocationCollection) IsSet() bool
- func (v NullableMsNetAssInvocationCollection) MarshalJSON() ([]byte, error)
- func (v *NullableMsNetAssInvocationCollection) Set(val *MsNetAssInvocationCollection)
- func (v *NullableMsNetAssInvocationCollection) UnmarshalJSON(src []byte) error
- func (v *NullableMsNetAssInvocationCollection) Unset()
- type NullableMsQoeMetricsCollection
- func (v NullableMsQoeMetricsCollection) Get() *MsQoeMetricsCollection
- func (v NullableMsQoeMetricsCollection) IsSet() bool
- func (v NullableMsQoeMetricsCollection) MarshalJSON() ([]byte, error)
- func (v *NullableMsQoeMetricsCollection) Set(val *MsQoeMetricsCollection)
- func (v *NullableMsQoeMetricsCollection) UnmarshalJSON(src []byte) error
- func (v *NullableMsQoeMetricsCollection) 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 NullableNetworkAssistanceSession
- func (v NullableNetworkAssistanceSession) Get() *NetworkAssistanceSession
- func (v NullableNetworkAssistanceSession) IsSet() bool
- func (v NullableNetworkAssistanceSession) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkAssistanceSession) Set(val *NetworkAssistanceSession)
- func (v *NullableNetworkAssistanceSession) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkAssistanceSession) 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 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 NullablePerUeAttribute
- func (v NullablePerUeAttribute) Get() *PerUeAttribute
- func (v NullablePerUeAttribute) IsSet() bool
- func (v NullablePerUeAttribute) MarshalJSON() ([]byte, error)
- func (v *NullablePerUeAttribute) Set(val *PerUeAttribute)
- func (v *NullablePerUeAttribute) UnmarshalJSON(src []byte) error
- func (v *NullablePerUeAttribute) Unset()
- type NullablePerformanceData
- func (v NullablePerformanceData) Get() *PerformanceData
- func (v NullablePerformanceData) IsSet() bool
- func (v NullablePerformanceData) MarshalJSON() ([]byte, error)
- func (v *NullablePerformanceData) Set(val *PerformanceData)
- func (v *NullablePerformanceData) UnmarshalJSON(src []byte) error
- func (v *NullablePerformanceData) Unset()
- type NullablePerformanceDataCollection
- func (v NullablePerformanceDataCollection) Get() *PerformanceDataCollection
- func (v NullablePerformanceDataCollection) IsSet() bool
- func (v NullablePerformanceDataCollection) MarshalJSON() ([]byte, error)
- func (v *NullablePerformanceDataCollection) Set(val *PerformanceDataCollection)
- func (v *NullablePerformanceDataCollection) UnmarshalJSON(src []byte) error
- func (v *NullablePerformanceDataCollection) Unset()
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullablePoint
- type NullablePointAltitude
- func (v NullablePointAltitude) Get() *PointAltitude
- func (v NullablePointAltitude) IsSet() bool
- func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitude) Set(val *PointAltitude)
- func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitude) Unset()
- type NullablePointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) IsSet() bool
- func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
- func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertainty) Unset()
- type NullablePointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) IsSet() bool
- func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
- func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircle) Unset()
- type NullablePointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) IsSet() bool
- func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
- func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipse) Unset()
- type NullablePolygon
- 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 NullableRedirectResponse
- func (v NullableRedirectResponse) Get() *RedirectResponse
- func (v NullableRedirectResponse) IsSet() bool
- func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectResponse) Set(val *RedirectResponse)
- func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectResponse) Unset()
- type 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 NullableServiceDataFlowDescription
- func (v NullableServiceDataFlowDescription) Get() *ServiceDataFlowDescription
- func (v NullableServiceDataFlowDescription) IsSet() bool
- func (v NullableServiceDataFlowDescription) MarshalJSON() ([]byte, error)
- func (v *NullableServiceDataFlowDescription) Set(val *ServiceDataFlowDescription)
- func (v *NullableServiceDataFlowDescription) UnmarshalJSON(src []byte) error
- func (v *NullableServiceDataFlowDescription) Unset()
- type NullableServiceExperienceInfoPerApp
- func (v NullableServiceExperienceInfoPerApp) Get() *ServiceExperienceInfoPerApp
- func (v NullableServiceExperienceInfoPerApp) IsSet() bool
- func (v NullableServiceExperienceInfoPerApp) MarshalJSON() ([]byte, error)
- func (v *NullableServiceExperienceInfoPerApp) Set(val *ServiceExperienceInfoPerApp)
- func (v *NullableServiceExperienceInfoPerApp) UnmarshalJSON(src []byte) error
- func (v *NullableServiceExperienceInfoPerApp) Unset()
- type NullableServiceExperienceInfoPerFlow
- func (v NullableServiceExperienceInfoPerFlow) Get() *ServiceExperienceInfoPerFlow
- func (v NullableServiceExperienceInfoPerFlow) IsSet() bool
- func (v NullableServiceExperienceInfoPerFlow) MarshalJSON() ([]byte, error)
- func (v *NullableServiceExperienceInfoPerFlow) Set(val *ServiceExperienceInfoPerFlow)
- func (v *NullableServiceExperienceInfoPerFlow) UnmarshalJSON(src []byte) error
- func (v *NullableServiceExperienceInfoPerFlow) Unset()
- type NullableSnssai
- 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 NullableTime
- type NullableTimeWindow
- type NullableUeCommunicationCollection
- func (v NullableUeCommunicationCollection) Get() *UeCommunicationCollection
- func (v NullableUeCommunicationCollection) IsSet() bool
- func (v NullableUeCommunicationCollection) MarshalJSON() ([]byte, error)
- func (v *NullableUeCommunicationCollection) Set(val *UeCommunicationCollection)
- func (v *NullableUeCommunicationCollection) UnmarshalJSON(src []byte) error
- func (v *NullableUeCommunicationCollection) Unset()
- type NullableUeMobilityCollection
- func (v NullableUeMobilityCollection) Get() *UeMobilityCollection
- func (v NullableUeMobilityCollection) IsSet() bool
- func (v NullableUeMobilityCollection) MarshalJSON() ([]byte, error)
- func (v *NullableUeMobilityCollection) Set(val *UeMobilityCollection)
- func (v *NullableUeMobilityCollection) UnmarshalJSON(src []byte) error
- func (v *NullableUeMobilityCollection) Unset()
- type NullableUeTrajectoryCollection
- func (v NullableUeTrajectoryCollection) Get() *UeTrajectoryCollection
- func (v NullableUeTrajectoryCollection) IsSet() bool
- func (v NullableUeTrajectoryCollection) MarshalJSON() ([]byte, error)
- func (v *NullableUeTrajectoryCollection) Set(val *UeTrajectoryCollection)
- func (v *NullableUeTrajectoryCollection) UnmarshalJSON(src []byte) error
- func (v *NullableUeTrajectoryCollection) Unset()
- 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 NullableUsageThreshold
- func (v NullableUsageThreshold) Get() *UsageThreshold
- func (v NullableUsageThreshold) IsSet() bool
- func (v NullableUsageThreshold) MarshalJSON() ([]byte, error)
- func (v *NullableUsageThreshold) Set(val *UsageThreshold)
- func (v *NullableUsageThreshold) UnmarshalJSON(src []byte) error
- func (v *NullableUsageThreshold) Unset()
- type NullableUserDataCongestionCollection
- func (v NullableUserDataCongestionCollection) Get() *UserDataCongestionCollection
- func (v NullableUserDataCongestionCollection) IsSet() bool
- func (v NullableUserDataCongestionCollection) MarshalJSON() ([]byte, error)
- func (v *NullableUserDataCongestionCollection) Set(val *UserDataCongestionCollection)
- func (v *NullableUserDataCongestionCollection) UnmarshalJSON(src []byte) error
- func (v *NullableUserDataCongestionCollection) Unset()
- type PartitioningCriteria
- type PerUeAttribute
- func (o *PerUeAttribute) GetAvgSpeed() string
- func (o *PerUeAttribute) GetAvgSpeedOk() (*string, bool)
- func (o *PerUeAttribute) GetRoute() string
- func (o *PerUeAttribute) GetRouteOk() (*string, bool)
- func (o *PerUeAttribute) GetTimeOfArrival() time.Time
- func (o *PerUeAttribute) GetTimeOfArrivalOk() (*time.Time, bool)
- func (o *PerUeAttribute) GetUeDest() LocationArea5G
- func (o *PerUeAttribute) GetUeDestOk() (*LocationArea5G, bool)
- func (o *PerUeAttribute) HasAvgSpeed() bool
- func (o *PerUeAttribute) HasRoute() bool
- func (o *PerUeAttribute) HasTimeOfArrival() bool
- func (o *PerUeAttribute) HasUeDest() bool
- func (o PerUeAttribute) MarshalJSON() ([]byte, error)
- func (o *PerUeAttribute) SetAvgSpeed(v string)
- func (o *PerUeAttribute) SetRoute(v string)
- func (o *PerUeAttribute) SetTimeOfArrival(v time.Time)
- func (o *PerUeAttribute) SetUeDest(v LocationArea5G)
- func (o PerUeAttribute) ToMap() (map[string]interface{}, error)
- type PerformanceData
- func (o *PerformanceData) GetPdb() int32
- func (o *PerformanceData) GetPdbOk() (*int32, bool)
- func (o *PerformanceData) GetPlr() int32
- func (o *PerformanceData) GetPlrOk() (*int32, bool)
- func (o *PerformanceData) GetThrputDl() string
- func (o *PerformanceData) GetThrputDlOk() (*string, bool)
- func (o *PerformanceData) GetThrputUl() string
- func (o *PerformanceData) GetThrputUlOk() (*string, bool)
- func (o *PerformanceData) HasPdb() bool
- func (o *PerformanceData) HasPlr() bool
- func (o *PerformanceData) HasThrputDl() bool
- func (o *PerformanceData) HasThrputUl() bool
- func (o PerformanceData) MarshalJSON() ([]byte, error)
- func (o *PerformanceData) SetPdb(v int32)
- func (o *PerformanceData) SetPlr(v int32)
- func (o *PerformanceData) SetThrputDl(v string)
- func (o *PerformanceData) SetThrputUl(v string)
- func (o PerformanceData) ToMap() (map[string]interface{}, error)
- type PerformanceDataCollection
- func (o *PerformanceDataCollection) GetAppId() string
- func (o *PerformanceDataCollection) GetAppIdOk() (*string, bool)
- func (o *PerformanceDataCollection) GetAppLocs() []string
- func (o *PerformanceDataCollection) GetAppLocsOk() ([]string, bool)
- func (o *PerformanceDataCollection) GetAsAddr() AddrFqdn
- func (o *PerformanceDataCollection) GetAsAddrOk() (*AddrFqdn, bool)
- func (o *PerformanceDataCollection) GetIpTrafficFilter() FlowInfo
- func (o *PerformanceDataCollection) GetIpTrafficFilterOk() (*FlowInfo, bool)
- func (o *PerformanceDataCollection) GetPerfData() PerformanceData
- func (o *PerformanceDataCollection) GetPerfDataOk() (*PerformanceData, bool)
- func (o *PerformanceDataCollection) GetTimeStamp() time.Time
- func (o *PerformanceDataCollection) GetTimeStampOk() (*time.Time, bool)
- func (o *PerformanceDataCollection) GetUeIpAddr() IpAddr
- func (o *PerformanceDataCollection) GetUeIpAddrOk() (*IpAddr, bool)
- func (o *PerformanceDataCollection) GetUeLoc() LocationArea5G
- func (o *PerformanceDataCollection) GetUeLocOk() (*LocationArea5G, bool)
- func (o *PerformanceDataCollection) HasAppId() bool
- func (o *PerformanceDataCollection) HasAppLocs() bool
- func (o *PerformanceDataCollection) HasAsAddr() bool
- func (o *PerformanceDataCollection) HasIpTrafficFilter() bool
- func (o *PerformanceDataCollection) HasUeIpAddr() bool
- func (o *PerformanceDataCollection) HasUeLoc() bool
- func (o PerformanceDataCollection) MarshalJSON() ([]byte, error)
- func (o *PerformanceDataCollection) SetAppId(v string)
- func (o *PerformanceDataCollection) SetAppLocs(v []string)
- func (o *PerformanceDataCollection) SetAsAddr(v AddrFqdn)
- func (o *PerformanceDataCollection) SetIpTrafficFilter(v FlowInfo)
- func (o *PerformanceDataCollection) SetPerfData(v PerformanceData)
- func (o *PerformanceDataCollection) SetTimeStamp(v time.Time)
- func (o *PerformanceDataCollection) SetUeIpAddr(v IpAddr)
- func (o *PerformanceDataCollection) SetUeIpAddrNil()
- func (o *PerformanceDataCollection) SetUeLoc(v LocationArea5G)
- func (o PerformanceDataCollection) ToMap() (map[string]interface{}, error)
- func (o *PerformanceDataCollection) UnmarshalJSON(bytes []byte) (err error)
- func (o *PerformanceDataCollection) UnsetUeIpAddr()
- type PlmnId
- func (o *PlmnId) GetMcc() string
- func (o *PlmnId) GetMccOk() (*string, bool)
- func (o *PlmnId) GetMnc() string
- func (o *PlmnId) GetMncOk() (*string, bool)
- func (o PlmnId) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- func (o *PlmnId) UnmarshalJSON(bytes []byte) (err error)
- type PlmnIdNid
- func (o *PlmnIdNid) GetMcc() string
- func (o *PlmnIdNid) GetMccOk() (*string, bool)
- func (o *PlmnIdNid) GetMnc() string
- func (o *PlmnIdNid) GetMncOk() (*string, bool)
- func (o *PlmnIdNid) GetNid() string
- func (o *PlmnIdNid) GetNidOk() (*string, bool)
- func (o *PlmnIdNid) HasNid() bool
- func (o PlmnIdNid) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- func (o *PlmnIdNid) UnmarshalJSON(bytes []byte) (err error)
- type Point
- func (o *Point) GetPoint() GeographicalCoordinates
- func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
- func (o Point) MarshalJSON() ([]byte, error)
- func (o *Point) SetPoint(v GeographicalCoordinates)
- func (o Point) ToMap() (map[string]interface{}, error)
- func (o *Point) UnmarshalJSON(bytes []byte) (err error)
- type PointAltitude
- func (o *PointAltitude) GetAltitude() float64
- func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitude) GetPoint() GeographicalCoordinates
- func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
- func (o PointAltitude) MarshalJSON() ([]byte, error)
- func (o *PointAltitude) SetAltitude(v float64)
- func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
- func (o PointAltitude) ToMap() (map[string]interface{}, error)
- func (o *PointAltitude) UnmarshalJSON(bytes []byte) (err error)
- type PointAltitudeUncertainty
- func (o *PointAltitudeUncertainty) GetAltitude() float64
- func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeUncertainty) GetConfidence() int32
- func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
- func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeUncertainty) SetAltitude(v float64)
- func (o *PointAltitudeUncertainty) SetConfidence(v int32)
- func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
- func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
- func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
- func (o *PointAltitudeUncertainty) UnmarshalJSON(bytes []byte) (err error)
- type PointUncertaintyCircle
- func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyCircle) GetUncertainty() float32
- func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
- func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircle) SetUncertainty(v float32)
- func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
- func (o *PointUncertaintyCircle) UnmarshalJSON(bytes []byte) (err error)
- type PointUncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetConfidence() int32
- func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipse) SetConfidence(v int32)
- func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *PointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type Polygon
- func (o *Polygon) GetPointList() []GeographicalCoordinates
- func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
- func (o Polygon) MarshalJSON() ([]byte, error)
- func (o *Polygon) SetPointList(v []GeographicalCoordinates)
- func (o Polygon) ToMap() (map[string]interface{}, error)
- func (o *Polygon) UnmarshalJSON(bytes []byte) (err error)
- type ProblemDetails
- func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
- func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
- func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
- func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
- func (o *ProblemDetails) GetCause() string
- func (o *ProblemDetails) GetCauseOk() (*string, bool)
- func (o *ProblemDetails) GetDetail() string
- func (o *ProblemDetails) GetDetailOk() (*string, bool)
- func (o *ProblemDetails) GetInstance() string
- func (o *ProblemDetails) GetInstanceOk() (*string, bool)
- func (o *ProblemDetails) GetInvalidParams() []InvalidParam
- func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
- func (o *ProblemDetails) GetNrfId() string
- func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
- func (o *ProblemDetails) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetSupportedFeatures() string
- func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasAccessTokenError() bool
- func (o *ProblemDetails) HasAccessTokenRequest() bool
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasNrfId() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasSupportedFeatures() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
- func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
- func (o *ProblemDetails) SetCause(v string)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
- func (o *ProblemDetails) SetNrfId(v string)
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetSupportedFeatures(v string)
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetType(v string)
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- type RedirectResponse
- func (o *RedirectResponse) GetCause() string
- func (o *RedirectResponse) GetCauseOk() (*string, bool)
- func (o *RedirectResponse) GetTargetScp() string
- func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
- func (o *RedirectResponse) GetTargetSepp() string
- func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
- func (o *RedirectResponse) HasCause() bool
- func (o *RedirectResponse) HasTargetScp() bool
- func (o *RedirectResponse) HasTargetSepp() bool
- func (o RedirectResponse) MarshalJSON() ([]byte, error)
- func (o *RedirectResponse) SetCause(v string)
- func (o *RedirectResponse) SetTargetScp(v string)
- func (o *RedirectResponse) SetTargetSepp(v string)
- func (o RedirectResponse) ToMap() (map[string]interface{}, error)
- type RelativeCartesianLocation
- func (o *RelativeCartesianLocation) GetX() float32
- func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetY() float32
- func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetZ() float32
- func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
- func (o *RelativeCartesianLocation) HasZ() bool
- func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (o *RelativeCartesianLocation) SetX(v float32)
- func (o *RelativeCartesianLocation) SetY(v float32)
- func (o *RelativeCartesianLocation) SetZ(v float32)
- func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
- func (o *RelativeCartesianLocation) UnmarshalJSON(bytes []byte) (err error)
- type 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 ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceDataFlowDescription
- func (o *ServiceDataFlowDescription) GetDomainName() string
- func (o *ServiceDataFlowDescription) GetDomainNameOk() (*string, bool)
- func (o *ServiceDataFlowDescription) GetFlowDescription() IpPacketFilterSet
- func (o *ServiceDataFlowDescription) GetFlowDescriptionOk() (*IpPacketFilterSet, bool)
- func (o *ServiceDataFlowDescription) HasDomainName() bool
- func (o *ServiceDataFlowDescription) HasFlowDescription() bool
- func (o ServiceDataFlowDescription) MarshalJSON() ([]byte, error)
- func (o *ServiceDataFlowDescription) SetDomainName(v string)
- func (o *ServiceDataFlowDescription) SetFlowDescription(v IpPacketFilterSet)
- func (o ServiceDataFlowDescription) ToMap() (map[string]interface{}, error)
- type ServiceExperienceInfoPerApp
- func (o *ServiceExperienceInfoPerApp) GetAppId() string
- func (o *ServiceExperienceInfoPerApp) GetAppIdOk() (*string, bool)
- func (o *ServiceExperienceInfoPerApp) GetAppServerIns() AddrFqdn
- func (o *ServiceExperienceInfoPerApp) GetAppServerInsOk() (*AddrFqdn, bool)
- func (o *ServiceExperienceInfoPerApp) GetGpsis() []string
- func (o *ServiceExperienceInfoPerApp) GetGpsisOk() ([]string, bool)
- func (o *ServiceExperienceInfoPerApp) GetSupis() []string
- func (o *ServiceExperienceInfoPerApp) GetSupisOk() ([]string, bool)
- func (o *ServiceExperienceInfoPerApp) GetSvcExpPerFlows() []ServiceExperienceInfoPerFlow
- func (o *ServiceExperienceInfoPerApp) GetSvcExpPerFlowsOk() ([]ServiceExperienceInfoPerFlow, bool)
- func (o *ServiceExperienceInfoPerApp) HasAppId() bool
- func (o *ServiceExperienceInfoPerApp) HasAppServerIns() bool
- func (o *ServiceExperienceInfoPerApp) HasGpsis() bool
- func (o *ServiceExperienceInfoPerApp) HasSupis() bool
- func (o ServiceExperienceInfoPerApp) MarshalJSON() ([]byte, error)
- func (o *ServiceExperienceInfoPerApp) SetAppId(v string)
- func (o *ServiceExperienceInfoPerApp) SetAppServerIns(v AddrFqdn)
- func (o *ServiceExperienceInfoPerApp) SetGpsis(v []string)
- func (o *ServiceExperienceInfoPerApp) SetSupis(v []string)
- func (o *ServiceExperienceInfoPerApp) SetSvcExpPerFlows(v []ServiceExperienceInfoPerFlow)
- func (o ServiceExperienceInfoPerApp) ToMap() (map[string]interface{}, error)
- func (o *ServiceExperienceInfoPerApp) UnmarshalJSON(bytes []byte) (err error)
- type ServiceExperienceInfoPerFlow
- func (o *ServiceExperienceInfoPerFlow) GetDnai() string
- func (o *ServiceExperienceInfoPerFlow) GetDnaiOk() (*string, bool)
- func (o *ServiceExperienceInfoPerFlow) GetEthTrafficFilter() EthFlowDescription
- func (o *ServiceExperienceInfoPerFlow) GetEthTrafficFilterOk() (*EthFlowDescription, bool)
- func (o *ServiceExperienceInfoPerFlow) GetIpTrafficFilter() FlowInfo
- func (o *ServiceExperienceInfoPerFlow) GetIpTrafficFilterOk() (*FlowInfo, bool)
- func (o *ServiceExperienceInfoPerFlow) GetSvcExprc() SvcExperience
- func (o *ServiceExperienceInfoPerFlow) GetSvcExprcOk() (*SvcExperience, bool)
- func (o *ServiceExperienceInfoPerFlow) GetTimeIntev() TimeWindow
- func (o *ServiceExperienceInfoPerFlow) GetTimeIntevOk() (*TimeWindow, bool)
- func (o *ServiceExperienceInfoPerFlow) HasDnai() bool
- func (o *ServiceExperienceInfoPerFlow) HasEthTrafficFilter() bool
- func (o *ServiceExperienceInfoPerFlow) HasIpTrafficFilter() bool
- func (o *ServiceExperienceInfoPerFlow) HasSvcExprc() bool
- func (o *ServiceExperienceInfoPerFlow) HasTimeIntev() bool
- func (o ServiceExperienceInfoPerFlow) MarshalJSON() ([]byte, error)
- func (o *ServiceExperienceInfoPerFlow) SetDnai(v string)
- func (o *ServiceExperienceInfoPerFlow) SetEthTrafficFilter(v EthFlowDescription)
- func (o *ServiceExperienceInfoPerFlow) SetIpTrafficFilter(v FlowInfo)
- func (o *ServiceExperienceInfoPerFlow) SetSvcExprc(v SvcExperience)
- func (o *ServiceExperienceInfoPerFlow) SetTimeIntev(v TimeWindow)
- func (o ServiceExperienceInfoPerFlow) 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)
- func (o *Snssai) UnmarshalJSON(bytes []byte) (err error)
- type SupportedGADShapes
- type SvcExperience
- func (o *SvcExperience) GetLowerRange() float32
- func (o *SvcExperience) GetLowerRangeOk() (*float32, bool)
- func (o *SvcExperience) GetMos() float32
- func (o *SvcExperience) GetMosOk() (*float32, bool)
- func (o *SvcExperience) GetUpperRange() float32
- func (o *SvcExperience) GetUpperRangeOk() (*float32, bool)
- func (o *SvcExperience) HasLowerRange() bool
- func (o *SvcExperience) HasMos() bool
- func (o *SvcExperience) HasUpperRange() bool
- func (o SvcExperience) MarshalJSON() ([]byte, error)
- func (o *SvcExperience) SetLowerRange(v float32)
- func (o *SvcExperience) SetMos(v float32)
- func (o *SvcExperience) SetUpperRange(v float32)
- func (o SvcExperience) ToMap() (map[string]interface{}, error)
- type Tai
- func (o *Tai) GetNid() string
- func (o *Tai) GetNidOk() (*string, bool)
- func (o *Tai) GetPlmnId() PlmnId
- func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Tai) GetTac() string
- func (o *Tai) GetTacOk() (*string, bool)
- func (o *Tai) HasNid() bool
- func (o Tai) MarshalJSON() ([]byte, error)
- func (o *Tai) SetNid(v string)
- func (o *Tai) SetPlmnId(v PlmnId)
- func (o *Tai) SetTac(v string)
- func (o Tai) ToMap() (map[string]interface{}, error)
- func (o *Tai) UnmarshalJSON(bytes []byte) (err error)
- type TimeWindow
- func (o *TimeWindow) GetStartTime() time.Time
- func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool)
- func (o *TimeWindow) GetStopTime() time.Time
- func (o *TimeWindow) GetStopTimeOk() (*time.Time, bool)
- func (o TimeWindow) MarshalJSON() ([]byte, error)
- func (o *TimeWindow) SetStartTime(v time.Time)
- func (o *TimeWindow) SetStopTime(v time.Time)
- func (o TimeWindow) ToMap() (map[string]interface{}, error)
- func (o *TimeWindow) UnmarshalJSON(bytes []byte) (err error)
- type UeCommunicationCollection
- func (o *UeCommunicationCollection) GetAppId() string
- func (o *UeCommunicationCollection) GetAppIdOk() (*string, bool)
- func (o *UeCommunicationCollection) GetComms() []CommunicationCollection
- func (o *UeCommunicationCollection) GetCommsOk() ([]CommunicationCollection, bool)
- func (o *UeCommunicationCollection) GetExterGroupId() string
- func (o *UeCommunicationCollection) GetExterGroupIdOk() (*string, bool)
- func (o *UeCommunicationCollection) GetGpsi() string
- func (o *UeCommunicationCollection) GetGpsiOk() (*string, bool)
- func (o *UeCommunicationCollection) GetInterGroupId() string
- func (o *UeCommunicationCollection) GetInterGroupIdOk() (*string, bool)
- func (o *UeCommunicationCollection) GetSupi() string
- func (o *UeCommunicationCollection) GetSupiOk() (*string, bool)
- func (o *UeCommunicationCollection) HasExterGroupId() bool
- func (o *UeCommunicationCollection) HasGpsi() bool
- func (o *UeCommunicationCollection) HasInterGroupId() bool
- func (o *UeCommunicationCollection) HasSupi() bool
- func (o UeCommunicationCollection) MarshalJSON() ([]byte, error)
- func (o *UeCommunicationCollection) SetAppId(v string)
- func (o *UeCommunicationCollection) SetComms(v []CommunicationCollection)
- func (o *UeCommunicationCollection) SetExterGroupId(v string)
- func (o *UeCommunicationCollection) SetGpsi(v string)
- func (o *UeCommunicationCollection) SetInterGroupId(v string)
- func (o *UeCommunicationCollection) SetSupi(v string)
- func (o UeCommunicationCollection) ToMap() (map[string]interface{}, error)
- func (o *UeCommunicationCollection) UnmarshalJSON(bytes []byte) (err error)
- type UeMobilityCollection
- func (o *UeMobilityCollection) GetAppId() string
- func (o *UeMobilityCollection) GetAppIdOk() (*string, bool)
- func (o *UeMobilityCollection) GetGpsi() string
- func (o *UeMobilityCollection) GetGpsiOk() (*string, bool)
- func (o *UeMobilityCollection) GetSupi() string
- func (o *UeMobilityCollection) GetSupiOk() (*string, bool)
- func (o *UeMobilityCollection) GetUeTrajs() []UeTrajectoryCollection
- func (o *UeMobilityCollection) GetUeTrajsOk() ([]UeTrajectoryCollection, bool)
- func (o *UeMobilityCollection) HasGpsi() bool
- func (o *UeMobilityCollection) HasSupi() bool
- func (o UeMobilityCollection) MarshalJSON() ([]byte, error)
- func (o *UeMobilityCollection) SetAppId(v string)
- func (o *UeMobilityCollection) SetGpsi(v string)
- func (o *UeMobilityCollection) SetSupi(v string)
- func (o *UeMobilityCollection) SetUeTrajs(v []UeTrajectoryCollection)
- func (o UeMobilityCollection) ToMap() (map[string]interface{}, error)
- func (o *UeMobilityCollection) UnmarshalJSON(bytes []byte) (err error)
- type UeTrajectoryCollection
- func (o *UeTrajectoryCollection) GetLocArea() LocationArea5G
- func (o *UeTrajectoryCollection) GetLocAreaOk() (*LocationArea5G, bool)
- func (o *UeTrajectoryCollection) GetTs() time.Time
- func (o *UeTrajectoryCollection) GetTsOk() (*time.Time, bool)
- func (o UeTrajectoryCollection) MarshalJSON() ([]byte, error)
- func (o *UeTrajectoryCollection) SetLocArea(v LocationArea5G)
- func (o *UeTrajectoryCollection) SetTs(v time.Time)
- func (o UeTrajectoryCollection) ToMap() (map[string]interface{}, error)
- func (o *UeTrajectoryCollection) UnmarshalJSON(bytes []byte) (err error)
- type UncertaintyEllipse
- func (o *UncertaintyEllipse) GetOrientationMajor() int32
- func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipse) GetSemiMajor() float32
- func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipse) GetSemiMinor() float32
- func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
- func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipse) SetSemiMajor(v float32)
- func (o *UncertaintyEllipse) SetSemiMinor(v float32)
- func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *UncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type UncertaintyEllipsoid
- func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
- func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMajor() float32
- func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMinor() float32
- func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetVertical() float32
- func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
- func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
- func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
- func (o *UncertaintyEllipsoid) SetVertical(v float32)
- func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- func (o *UncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
- type UsageThreshold
- func (o *UsageThreshold) GetDownlinkVolume() int64
- func (o *UsageThreshold) GetDownlinkVolumeOk() (*int64, bool)
- func (o *UsageThreshold) GetDuration() int32
- func (o *UsageThreshold) GetDurationOk() (*int32, bool)
- func (o *UsageThreshold) GetTotalVolume() int64
- func (o *UsageThreshold) GetTotalVolumeOk() (*int64, bool)
- func (o *UsageThreshold) GetUplinkVolume() int64
- func (o *UsageThreshold) GetUplinkVolumeOk() (*int64, bool)
- func (o *UsageThreshold) HasDownlinkVolume() bool
- func (o *UsageThreshold) HasDuration() bool
- func (o *UsageThreshold) HasTotalVolume() bool
- func (o *UsageThreshold) HasUplinkVolume() bool
- func (o UsageThreshold) MarshalJSON() ([]byte, error)
- func (o *UsageThreshold) SetDownlinkVolume(v int64)
- func (o *UsageThreshold) SetDuration(v int32)
- func (o *UsageThreshold) SetTotalVolume(v int64)
- func (o *UsageThreshold) SetUplinkVolume(v int64)
- func (o UsageThreshold) ToMap() (map[string]interface{}, error)
- type UserDataCongestionCollection
- func (o *UserDataCongestionCollection) GetAppId() string
- func (o *UserDataCongestionCollection) GetAppIdOk() (*string, bool)
- func (o *UserDataCongestionCollection) GetIpTrafficFilter() FlowInfo
- func (o *UserDataCongestionCollection) GetIpTrafficFilterOk() (*FlowInfo, bool)
- func (o *UserDataCongestionCollection) GetThrputDl() string
- func (o *UserDataCongestionCollection) GetThrputDlOk() (*string, bool)
- func (o *UserDataCongestionCollection) GetThrputPkDl() string
- func (o *UserDataCongestionCollection) GetThrputPkDlOk() (*string, bool)
- func (o *UserDataCongestionCollection) GetThrputPkUl() string
- func (o *UserDataCongestionCollection) GetThrputPkUlOk() (*string, bool)
- func (o *UserDataCongestionCollection) GetThrputUl() string
- func (o *UserDataCongestionCollection) GetThrputUlOk() (*string, bool)
- func (o *UserDataCongestionCollection) GetTimeInterv() TimeWindow
- func (o *UserDataCongestionCollection) GetTimeIntervOk() (*TimeWindow, bool)
- func (o *UserDataCongestionCollection) HasAppId() bool
- func (o *UserDataCongestionCollection) HasIpTrafficFilter() bool
- func (o *UserDataCongestionCollection) HasThrputDl() bool
- func (o *UserDataCongestionCollection) HasThrputPkDl() bool
- func (o *UserDataCongestionCollection) HasThrputPkUl() bool
- func (o *UserDataCongestionCollection) HasThrputUl() bool
- func (o *UserDataCongestionCollection) HasTimeInterv() bool
- func (o UserDataCongestionCollection) MarshalJSON() ([]byte, error)
- func (o *UserDataCongestionCollection) SetAppId(v string)
- func (o *UserDataCongestionCollection) SetIpTrafficFilter(v FlowInfo)
- func (o *UserDataCongestionCollection) SetThrputDl(v string)
- func (o *UserDataCongestionCollection) SetThrputPkDl(v string)
- func (o *UserDataCongestionCollection) SetThrputPkUl(v string)
- func (o *UserDataCongestionCollection) SetThrputUl(v string)
- func (o *UserDataCongestionCollection) SetTimeInterv(v TimeWindow)
- func (o UserDataCongestionCollection) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
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 { ApplicationEventSubscriptionCollectionAPI *ApplicationEventSubscriptionCollectionAPIService IndividualApplicationEventSubscriptionDocumentAPI *IndividualApplicationEventSubscriptionDocumentAPIService // contains filtered or unexported fields }
APIClient manages communication with the Naf_EventExposure API v1.2.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
func (*AccessTokenErr) UnmarshalJSON ¶
func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
func (*AccessTokenReq) UnmarshalJSON ¶
func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
type AddrFqdn ¶
type AddrFqdn struct { IpAddr NullableIpAddr `json:"ipAddr,omitempty"` // Indicates an FQDN. Fqdn *string `json:"fqdn,omitempty"` }
AddrFqdn IP address and/or FQDN.
func NewAddrFqdn ¶
func NewAddrFqdn() *AddrFqdn
NewAddrFqdn instantiates a new AddrFqdn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddrFqdnWithDefaults ¶
func NewAddrFqdnWithDefaults() *AddrFqdn
NewAddrFqdnWithDefaults instantiates a new AddrFqdn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddrFqdn) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AddrFqdn) GetIpAddr ¶
GetIpAddr returns the IpAddr field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AddrFqdn) GetIpAddrOk ¶
GetIpAddrOk returns a tuple with the IpAddr field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (AddrFqdn) MarshalJSON ¶
func (*AddrFqdn) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*AddrFqdn) SetIpAddr ¶
SetIpAddr gets a reference to the given NullableIpAddr and assigns it to the IpAddr field.
func (*AddrFqdn) SetIpAddrNil ¶
func (o *AddrFqdn) SetIpAddrNil()
SetIpAddrNil sets the value for IpAddr to be an explicit nil
func (*AddrFqdn) UnsetIpAddr ¶
func (o *AddrFqdn) UnsetIpAddr()
UnsetIpAddr ensures that no value is present for IpAddr, not even an explicit nil
type AfEvent ¶
type AfEvent struct {
// contains filtered or unexported fields
}
AfEvent Represents Application Events.
func (*AfEvent) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*AfEvent) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type AfEventExposureNotif ¶
type AfEventExposureNotif struct { NotifId string `json:"notifId"` EventNotifs []AfEventNotification `json:"eventNotifs"` }
AfEventExposureNotif Represents notifications on application event(s) that occurred for an Individual Application Event Subscription resource.
func NewAfEventExposureNotif ¶
func NewAfEventExposureNotif(notifId string, eventNotifs []AfEventNotification) *AfEventExposureNotif
NewAfEventExposureNotif instantiates a new AfEventExposureNotif object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAfEventExposureNotifWithDefaults ¶
func NewAfEventExposureNotifWithDefaults() *AfEventExposureNotif
NewAfEventExposureNotifWithDefaults instantiates a new AfEventExposureNotif object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AfEventExposureNotif) GetEventNotifs ¶
func (o *AfEventExposureNotif) GetEventNotifs() []AfEventNotification
GetEventNotifs returns the EventNotifs field value
func (*AfEventExposureNotif) GetEventNotifsOk ¶
func (o *AfEventExposureNotif) GetEventNotifsOk() ([]AfEventNotification, bool)
GetEventNotifsOk returns a tuple with the EventNotifs field value and a boolean to check if the value has been set.
func (*AfEventExposureNotif) GetNotifId ¶
func (o *AfEventExposureNotif) GetNotifId() string
GetNotifId returns the NotifId field value
func (*AfEventExposureNotif) GetNotifIdOk ¶
func (o *AfEventExposureNotif) GetNotifIdOk() (*string, bool)
GetNotifIdOk returns a tuple with the NotifId field value and a boolean to check if the value has been set.
func (AfEventExposureNotif) MarshalJSON ¶
func (o AfEventExposureNotif) MarshalJSON() ([]byte, error)
func (*AfEventExposureNotif) SetEventNotifs ¶
func (o *AfEventExposureNotif) SetEventNotifs(v []AfEventNotification)
SetEventNotifs sets field value
func (*AfEventExposureNotif) SetNotifId ¶
func (o *AfEventExposureNotif) SetNotifId(v string)
SetNotifId sets field value
func (AfEventExposureNotif) ToMap ¶
func (o AfEventExposureNotif) ToMap() (map[string]interface{}, error)
func (*AfEventExposureNotif) UnmarshalJSON ¶
func (o *AfEventExposureNotif) UnmarshalJSON(bytes []byte) (err error)
type AfEventExposureSubsc ¶
type AfEventExposureSubsc struct { DataAccProfId *string `json:"dataAccProfId,omitempty"` EventsSubs []EventsSubs `json:"eventsSubs"` EventsRepInfo ReportingInformation `json:"eventsRepInfo"` // String providing an URI formatted according to RFC 3986. NotifUri string `json:"notifUri"` NotifId string `json:"notifId"` EventNotifs []AfEventNotification `json:"eventNotifs,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"` }
AfEventExposureSubsc Represents an Individual Application Event Subscription resource.
func NewAfEventExposureSubsc ¶
func NewAfEventExposureSubsc(eventsSubs []EventsSubs, eventsRepInfo ReportingInformation, notifUri string, notifId string) *AfEventExposureSubsc
NewAfEventExposureSubsc instantiates a new AfEventExposureSubsc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAfEventExposureSubscWithDefaults ¶
func NewAfEventExposureSubscWithDefaults() *AfEventExposureSubsc
NewAfEventExposureSubscWithDefaults instantiates a new AfEventExposureSubsc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AfEventExposureSubsc) GetDataAccProfId ¶
func (o *AfEventExposureSubsc) GetDataAccProfId() string
GetDataAccProfId returns the DataAccProfId field value if set, zero value otherwise.
func (*AfEventExposureSubsc) GetDataAccProfIdOk ¶
func (o *AfEventExposureSubsc) GetDataAccProfIdOk() (*string, bool)
GetDataAccProfIdOk returns a tuple with the DataAccProfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventExposureSubsc) GetEventNotifs ¶
func (o *AfEventExposureSubsc) GetEventNotifs() []AfEventNotification
GetEventNotifs returns the EventNotifs field value if set, zero value otherwise.
func (*AfEventExposureSubsc) GetEventNotifsOk ¶
func (o *AfEventExposureSubsc) GetEventNotifsOk() ([]AfEventNotification, bool)
GetEventNotifsOk returns a tuple with the EventNotifs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventExposureSubsc) GetEventsRepInfo ¶
func (o *AfEventExposureSubsc) GetEventsRepInfo() ReportingInformation
GetEventsRepInfo returns the EventsRepInfo field value
func (*AfEventExposureSubsc) GetEventsRepInfoOk ¶
func (o *AfEventExposureSubsc) GetEventsRepInfoOk() (*ReportingInformation, bool)
GetEventsRepInfoOk returns a tuple with the EventsRepInfo field value and a boolean to check if the value has been set.
func (*AfEventExposureSubsc) GetEventsSubs ¶
func (o *AfEventExposureSubsc) GetEventsSubs() []EventsSubs
GetEventsSubs returns the EventsSubs field value
func (*AfEventExposureSubsc) GetEventsSubsOk ¶
func (o *AfEventExposureSubsc) GetEventsSubsOk() ([]EventsSubs, bool)
GetEventsSubsOk returns a tuple with the EventsSubs field value and a boolean to check if the value has been set.
func (*AfEventExposureSubsc) GetNotifId ¶
func (o *AfEventExposureSubsc) GetNotifId() string
GetNotifId returns the NotifId field value
func (*AfEventExposureSubsc) GetNotifIdOk ¶
func (o *AfEventExposureSubsc) GetNotifIdOk() (*string, bool)
GetNotifIdOk returns a tuple with the NotifId field value and a boolean to check if the value has been set.
func (*AfEventExposureSubsc) GetNotifUri ¶
func (o *AfEventExposureSubsc) GetNotifUri() string
GetNotifUri returns the NotifUri field value
func (*AfEventExposureSubsc) GetNotifUriOk ¶
func (o *AfEventExposureSubsc) GetNotifUriOk() (*string, bool)
GetNotifUriOk returns a tuple with the NotifUri field value and a boolean to check if the value has been set.
func (*AfEventExposureSubsc) GetSuppFeat ¶
func (o *AfEventExposureSubsc) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*AfEventExposureSubsc) GetSuppFeatOk ¶
func (o *AfEventExposureSubsc) 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 (*AfEventExposureSubsc) HasDataAccProfId ¶
func (o *AfEventExposureSubsc) HasDataAccProfId() bool
HasDataAccProfId returns a boolean if a field has been set.
func (*AfEventExposureSubsc) HasEventNotifs ¶
func (o *AfEventExposureSubsc) HasEventNotifs() bool
HasEventNotifs returns a boolean if a field has been set.
func (*AfEventExposureSubsc) HasSuppFeat ¶
func (o *AfEventExposureSubsc) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (AfEventExposureSubsc) MarshalJSON ¶
func (o AfEventExposureSubsc) MarshalJSON() ([]byte, error)
func (*AfEventExposureSubsc) SetDataAccProfId ¶
func (o *AfEventExposureSubsc) SetDataAccProfId(v string)
SetDataAccProfId gets a reference to the given string and assigns it to the DataAccProfId field.
func (*AfEventExposureSubsc) SetEventNotifs ¶
func (o *AfEventExposureSubsc) SetEventNotifs(v []AfEventNotification)
SetEventNotifs gets a reference to the given []AfEventNotification and assigns it to the EventNotifs field.
func (*AfEventExposureSubsc) SetEventsRepInfo ¶
func (o *AfEventExposureSubsc) SetEventsRepInfo(v ReportingInformation)
SetEventsRepInfo sets field value
func (*AfEventExposureSubsc) SetEventsSubs ¶
func (o *AfEventExposureSubsc) SetEventsSubs(v []EventsSubs)
SetEventsSubs sets field value
func (*AfEventExposureSubsc) SetNotifId ¶
func (o *AfEventExposureSubsc) SetNotifId(v string)
SetNotifId sets field value
func (*AfEventExposureSubsc) SetNotifUri ¶
func (o *AfEventExposureSubsc) SetNotifUri(v string)
SetNotifUri sets field value
func (*AfEventExposureSubsc) SetSuppFeat ¶
func (o *AfEventExposureSubsc) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (AfEventExposureSubsc) ToMap ¶
func (o AfEventExposureSubsc) ToMap() (map[string]interface{}, error)
func (*AfEventExposureSubsc) UnmarshalJSON ¶
func (o *AfEventExposureSubsc) UnmarshalJSON(bytes []byte) (err error)
type AfEventNotification ¶
type AfEventNotification struct { Event AfEvent `json:"event"` // string with format 'date-time' as defined in OpenAPI. TimeStamp time.Time `json:"timeStamp"` SvcExprcInfos []ServiceExperienceInfoPerApp `json:"svcExprcInfos,omitempty"` UeMobilityInfos []UeMobilityCollection `json:"ueMobilityInfos,omitempty"` UeCommInfos []UeCommunicationCollection `json:"ueCommInfos,omitempty"` ExcepInfos []ExceptionInfo `json:"excepInfos,omitempty"` CongestionInfos []UserDataCongestionCollection `json:"congestionInfos,omitempty"` PerfDataInfos []PerformanceDataCollection `json:"perfDataInfos,omitempty"` DispersionInfos []DispersionCollection `json:"dispersionInfos,omitempty"` CollBhvrInfs []CollectiveBehaviourInfo `json:"collBhvrInfs,omitempty"` MsQoeMetrInfos []MsQoeMetricsCollection `json:"msQoeMetrInfos,omitempty"` MsConsumpInfos []MsConsumptionCollection `json:"msConsumpInfos,omitempty"` MsNetAssInvInfos []MsNetAssInvocationCollection `json:"msNetAssInvInfos,omitempty"` MsDynPlyInvInfos []MsDynPolicyInvocationCollection `json:"msDynPlyInvInfos,omitempty"` MsAccActInfos []MSAccessActivityCollection `json:"msAccActInfos,omitempty"` }
AfEventNotification Represents information related to an event to be reported.
func NewAfEventNotification ¶
func NewAfEventNotification(event AfEvent, timeStamp time.Time) *AfEventNotification
NewAfEventNotification instantiates a new AfEventNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAfEventNotificationWithDefaults ¶
func NewAfEventNotificationWithDefaults() *AfEventNotification
NewAfEventNotificationWithDefaults instantiates a new AfEventNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AfEventNotification) GetCollBhvrInfs ¶
func (o *AfEventNotification) GetCollBhvrInfs() []CollectiveBehaviourInfo
GetCollBhvrInfs returns the CollBhvrInfs field value if set, zero value otherwise.
func (*AfEventNotification) GetCollBhvrInfsOk ¶
func (o *AfEventNotification) GetCollBhvrInfsOk() ([]CollectiveBehaviourInfo, bool)
GetCollBhvrInfsOk returns a tuple with the CollBhvrInfs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetCongestionInfos ¶
func (o *AfEventNotification) GetCongestionInfos() []UserDataCongestionCollection
GetCongestionInfos returns the CongestionInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetCongestionInfosOk ¶
func (o *AfEventNotification) GetCongestionInfosOk() ([]UserDataCongestionCollection, bool)
GetCongestionInfosOk returns a tuple with the CongestionInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetDispersionInfos ¶
func (o *AfEventNotification) GetDispersionInfos() []DispersionCollection
GetDispersionInfos returns the DispersionInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetDispersionInfosOk ¶
func (o *AfEventNotification) GetDispersionInfosOk() ([]DispersionCollection, bool)
GetDispersionInfosOk returns a tuple with the DispersionInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetEvent ¶
func (o *AfEventNotification) GetEvent() AfEvent
GetEvent returns the Event field value
func (*AfEventNotification) GetEventOk ¶
func (o *AfEventNotification) GetEventOk() (*AfEvent, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*AfEventNotification) GetExcepInfos ¶
func (o *AfEventNotification) GetExcepInfos() []ExceptionInfo
GetExcepInfos returns the ExcepInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetExcepInfosOk ¶
func (o *AfEventNotification) GetExcepInfosOk() ([]ExceptionInfo, bool)
GetExcepInfosOk returns a tuple with the ExcepInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetMsAccActInfos ¶
func (o *AfEventNotification) GetMsAccActInfos() []MSAccessActivityCollection
GetMsAccActInfos returns the MsAccActInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetMsAccActInfosOk ¶
func (o *AfEventNotification) GetMsAccActInfosOk() ([]MSAccessActivityCollection, bool)
GetMsAccActInfosOk returns a tuple with the MsAccActInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetMsConsumpInfos ¶
func (o *AfEventNotification) GetMsConsumpInfos() []MsConsumptionCollection
GetMsConsumpInfos returns the MsConsumpInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetMsConsumpInfosOk ¶
func (o *AfEventNotification) GetMsConsumpInfosOk() ([]MsConsumptionCollection, bool)
GetMsConsumpInfosOk returns a tuple with the MsConsumpInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetMsDynPlyInvInfos ¶
func (o *AfEventNotification) GetMsDynPlyInvInfos() []MsDynPolicyInvocationCollection
GetMsDynPlyInvInfos returns the MsDynPlyInvInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetMsDynPlyInvInfosOk ¶
func (o *AfEventNotification) GetMsDynPlyInvInfosOk() ([]MsDynPolicyInvocationCollection, bool)
GetMsDynPlyInvInfosOk returns a tuple with the MsDynPlyInvInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetMsNetAssInvInfos ¶
func (o *AfEventNotification) GetMsNetAssInvInfos() []MsNetAssInvocationCollection
GetMsNetAssInvInfos returns the MsNetAssInvInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetMsNetAssInvInfosOk ¶
func (o *AfEventNotification) GetMsNetAssInvInfosOk() ([]MsNetAssInvocationCollection, bool)
GetMsNetAssInvInfosOk returns a tuple with the MsNetAssInvInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetMsQoeMetrInfos ¶
func (o *AfEventNotification) GetMsQoeMetrInfos() []MsQoeMetricsCollection
GetMsQoeMetrInfos returns the MsQoeMetrInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetMsQoeMetrInfosOk ¶
func (o *AfEventNotification) GetMsQoeMetrInfosOk() ([]MsQoeMetricsCollection, bool)
GetMsQoeMetrInfosOk returns a tuple with the MsQoeMetrInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetPerfDataInfos ¶
func (o *AfEventNotification) GetPerfDataInfos() []PerformanceDataCollection
GetPerfDataInfos returns the PerfDataInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetPerfDataInfosOk ¶
func (o *AfEventNotification) GetPerfDataInfosOk() ([]PerformanceDataCollection, bool)
GetPerfDataInfosOk returns a tuple with the PerfDataInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetSvcExprcInfos ¶
func (o *AfEventNotification) GetSvcExprcInfos() []ServiceExperienceInfoPerApp
GetSvcExprcInfos returns the SvcExprcInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetSvcExprcInfosOk ¶
func (o *AfEventNotification) GetSvcExprcInfosOk() ([]ServiceExperienceInfoPerApp, bool)
GetSvcExprcInfosOk returns a tuple with the SvcExprcInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventNotification) GetTimeStamp ¶
func (o *AfEventNotification) GetTimeStamp() time.Time
GetTimeStamp returns the TimeStamp field value
func (*AfEventNotification) GetTimeStampOk ¶
func (o *AfEventNotification) 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 (*AfEventNotification) GetUeCommInfos ¶
func (o *AfEventNotification) GetUeCommInfos() []UeCommunicationCollection
GetUeCommInfos returns the UeCommInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetUeCommInfosOk ¶
func (o *AfEventNotification) GetUeCommInfosOk() ([]UeCommunicationCollection, 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 (*AfEventNotification) GetUeMobilityInfos ¶
func (o *AfEventNotification) GetUeMobilityInfos() []UeMobilityCollection
GetUeMobilityInfos returns the UeMobilityInfos field value if set, zero value otherwise.
func (*AfEventNotification) GetUeMobilityInfosOk ¶
func (o *AfEventNotification) GetUeMobilityInfosOk() ([]UeMobilityCollection, 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 (*AfEventNotification) HasCollBhvrInfs ¶
func (o *AfEventNotification) HasCollBhvrInfs() bool
HasCollBhvrInfs returns a boolean if a field has been set.
func (*AfEventNotification) HasCongestionInfos ¶
func (o *AfEventNotification) HasCongestionInfos() bool
HasCongestionInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasDispersionInfos ¶
func (o *AfEventNotification) HasDispersionInfos() bool
HasDispersionInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasExcepInfos ¶
func (o *AfEventNotification) HasExcepInfos() bool
HasExcepInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasMsAccActInfos ¶
func (o *AfEventNotification) HasMsAccActInfos() bool
HasMsAccActInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasMsConsumpInfos ¶
func (o *AfEventNotification) HasMsConsumpInfos() bool
HasMsConsumpInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasMsDynPlyInvInfos ¶
func (o *AfEventNotification) HasMsDynPlyInvInfos() bool
HasMsDynPlyInvInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasMsNetAssInvInfos ¶
func (o *AfEventNotification) HasMsNetAssInvInfos() bool
HasMsNetAssInvInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasMsQoeMetrInfos ¶
func (o *AfEventNotification) HasMsQoeMetrInfos() bool
HasMsQoeMetrInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasPerfDataInfos ¶
func (o *AfEventNotification) HasPerfDataInfos() bool
HasPerfDataInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasSvcExprcInfos ¶
func (o *AfEventNotification) HasSvcExprcInfos() bool
HasSvcExprcInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasUeCommInfos ¶
func (o *AfEventNotification) HasUeCommInfos() bool
HasUeCommInfos returns a boolean if a field has been set.
func (*AfEventNotification) HasUeMobilityInfos ¶
func (o *AfEventNotification) HasUeMobilityInfos() bool
HasUeMobilityInfos returns a boolean if a field has been set.
func (AfEventNotification) MarshalJSON ¶
func (o AfEventNotification) MarshalJSON() ([]byte, error)
func (*AfEventNotification) SetCollBhvrInfs ¶
func (o *AfEventNotification) SetCollBhvrInfs(v []CollectiveBehaviourInfo)
SetCollBhvrInfs gets a reference to the given []CollectiveBehaviourInfo and assigns it to the CollBhvrInfs field.
func (*AfEventNotification) SetCongestionInfos ¶
func (o *AfEventNotification) SetCongestionInfos(v []UserDataCongestionCollection)
SetCongestionInfos gets a reference to the given []UserDataCongestionCollection and assigns it to the CongestionInfos field.
func (*AfEventNotification) SetDispersionInfos ¶
func (o *AfEventNotification) SetDispersionInfos(v []DispersionCollection)
SetDispersionInfos gets a reference to the given []DispersionCollection and assigns it to the DispersionInfos field.
func (*AfEventNotification) SetEvent ¶
func (o *AfEventNotification) SetEvent(v AfEvent)
SetEvent sets field value
func (*AfEventNotification) SetExcepInfos ¶
func (o *AfEventNotification) SetExcepInfos(v []ExceptionInfo)
SetExcepInfos gets a reference to the given []ExceptionInfo and assigns it to the ExcepInfos field.
func (*AfEventNotification) SetMsAccActInfos ¶
func (o *AfEventNotification) SetMsAccActInfos(v []MSAccessActivityCollection)
SetMsAccActInfos gets a reference to the given []MSAccessActivityCollection and assigns it to the MsAccActInfos field.
func (*AfEventNotification) SetMsConsumpInfos ¶
func (o *AfEventNotification) SetMsConsumpInfos(v []MsConsumptionCollection)
SetMsConsumpInfos gets a reference to the given []MsConsumptionCollection and assigns it to the MsConsumpInfos field.
func (*AfEventNotification) SetMsDynPlyInvInfos ¶
func (o *AfEventNotification) SetMsDynPlyInvInfos(v []MsDynPolicyInvocationCollection)
SetMsDynPlyInvInfos gets a reference to the given []MsDynPolicyInvocationCollection and assigns it to the MsDynPlyInvInfos field.
func (*AfEventNotification) SetMsNetAssInvInfos ¶
func (o *AfEventNotification) SetMsNetAssInvInfos(v []MsNetAssInvocationCollection)
SetMsNetAssInvInfos gets a reference to the given []MsNetAssInvocationCollection and assigns it to the MsNetAssInvInfos field.
func (*AfEventNotification) SetMsQoeMetrInfos ¶
func (o *AfEventNotification) SetMsQoeMetrInfos(v []MsQoeMetricsCollection)
SetMsQoeMetrInfos gets a reference to the given []MsQoeMetricsCollection and assigns it to the MsQoeMetrInfos field.
func (*AfEventNotification) SetPerfDataInfos ¶
func (o *AfEventNotification) SetPerfDataInfos(v []PerformanceDataCollection)
SetPerfDataInfos gets a reference to the given []PerformanceDataCollection and assigns it to the PerfDataInfos field.
func (*AfEventNotification) SetSvcExprcInfos ¶
func (o *AfEventNotification) SetSvcExprcInfos(v []ServiceExperienceInfoPerApp)
SetSvcExprcInfos gets a reference to the given []ServiceExperienceInfoPerApp and assigns it to the SvcExprcInfos field.
func (*AfEventNotification) SetTimeStamp ¶
func (o *AfEventNotification) SetTimeStamp(v time.Time)
SetTimeStamp sets field value
func (*AfEventNotification) SetUeCommInfos ¶
func (o *AfEventNotification) SetUeCommInfos(v []UeCommunicationCollection)
SetUeCommInfos gets a reference to the given []UeCommunicationCollection and assigns it to the UeCommInfos field.
func (*AfEventNotification) SetUeMobilityInfos ¶
func (o *AfEventNotification) SetUeMobilityInfos(v []UeMobilityCollection)
SetUeMobilityInfos gets a reference to the given []UeMobilityCollection and assigns it to the UeMobilityInfos field.
func (AfEventNotification) ToMap ¶
func (o AfEventNotification) ToMap() (map[string]interface{}, error)
func (*AfEventNotification) UnmarshalJSON ¶
func (o *AfEventNotification) UnmarshalJSON(bytes []byte) (err error)
type ApiDeleteAfEventExposureSubscRequest ¶
type ApiDeleteAfEventExposureSubscRequest struct { ApiService *IndividualApplicationEventSubscriptionDocumentAPIService // contains filtered or unexported fields }
type ApiGetAfEventExposureSubscRequest ¶
type ApiGetAfEventExposureSubscRequest struct { ApiService *IndividualApplicationEventSubscriptionDocumentAPIService // contains filtered or unexported fields }
func (ApiGetAfEventExposureSubscRequest) Execute ¶
func (r ApiGetAfEventExposureSubscRequest) Execute() (*AfEventExposureSubsc, *http.Response, error)
func (ApiGetAfEventExposureSubscRequest) SuppFeat ¶
func (r ApiGetAfEventExposureSubscRequest) SuppFeat(suppFeat string) ApiGetAfEventExposureSubscRequest
Features supported by the NF service consumer
type ApiPostAfEventExposureSubscRequest ¶
type ApiPostAfEventExposureSubscRequest struct { ApiService *ApplicationEventSubscriptionCollectionAPIService // contains filtered or unexported fields }
func (ApiPostAfEventExposureSubscRequest) AfEventExposureSubsc ¶
func (r ApiPostAfEventExposureSubscRequest) AfEventExposureSubsc(afEventExposureSubsc AfEventExposureSubsc) ApiPostAfEventExposureSubscRequest
func (ApiPostAfEventExposureSubscRequest) Execute ¶
func (r ApiPostAfEventExposureSubscRequest) Execute() (*AfEventExposureSubsc, *http.Response, error)
type ApiPutAfEventExposureSubscRequest ¶
type ApiPutAfEventExposureSubscRequest struct { ApiService *IndividualApplicationEventSubscriptionDocumentAPIService // contains filtered or unexported fields }
func (ApiPutAfEventExposureSubscRequest) AfEventExposureSubsc ¶
func (r ApiPutAfEventExposureSubscRequest) AfEventExposureSubsc(afEventExposureSubsc AfEventExposureSubsc) ApiPutAfEventExposureSubscRequest
func (ApiPutAfEventExposureSubscRequest) Execute ¶
func (r ApiPutAfEventExposureSubscRequest) Execute() (*AfEventExposureSubsc, *http.Response, error)
type ApplicationEventSubscriptionCollectionAPIService ¶
type ApplicationEventSubscriptionCollectionAPIService service
ApplicationEventSubscriptionCollectionAPIService ApplicationEventSubscriptionCollectionAPI service
func (*ApplicationEventSubscriptionCollectionAPIService) PostAfEventExposureSubsc ¶
func (a *ApplicationEventSubscriptionCollectionAPIService) PostAfEventExposureSubsc(ctx context.Context) ApiPostAfEventExposureSubscRequest
PostAfEventExposureSubsc Creates a new Individual Application Event Exposure Subscription resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPostAfEventExposureSubscRequest
func (*ApplicationEventSubscriptionCollectionAPIService) PostAfEventExposureSubscExecute ¶
func (a *ApplicationEventSubscriptionCollectionAPIService) PostAfEventExposureSubscExecute(r ApiPostAfEventExposureSubscRequest) (*AfEventExposureSubsc, *http.Response, error)
Execute executes the request
@return AfEventExposureSubsc
type BaseRecord ¶
type BaseRecord struct { // string with format 'date-time' as defined in OpenAPI. Timestamp time.Time `json:"timestamp"` }
BaseRecord Abstract base data type for UE data reporting records.
func NewBaseRecord ¶
func NewBaseRecord(timestamp time.Time) *BaseRecord
NewBaseRecord instantiates a new BaseRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBaseRecordWithDefaults ¶
func NewBaseRecordWithDefaults() *BaseRecord
NewBaseRecordWithDefaults instantiates a new BaseRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BaseRecord) GetTimestamp ¶
func (o *BaseRecord) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*BaseRecord) GetTimestampOk ¶
func (o *BaseRecord) 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 (BaseRecord) MarshalJSON ¶
func (o BaseRecord) MarshalJSON() ([]byte, error)
func (*BaseRecord) SetTimestamp ¶
func (o *BaseRecord) SetTimestamp(v time.Time)
SetTimestamp sets field value
func (BaseRecord) ToMap ¶
func (o BaseRecord) ToMap() (map[string]interface{}, error)
func (*BaseRecord) UnmarshalJSON ¶
func (o *BaseRecord) UnmarshalJSON(bytes []byte) (err error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type CacheStatus ¶
type CacheStatus struct {
// contains filtered or unexported fields
}
CacheStatus struct for CacheStatus
func (*CacheStatus) MarshalJSON ¶
func (src *CacheStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CacheStatus) UnmarshalJSON ¶
func (dst *CacheStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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 CollectiveBehaviourFilter ¶
type CollectiveBehaviourFilter struct { Type CollectiveBehaviourFilterType `json:"type"` // Value of the parameter type as in the type attribute. Value string `json:"value"` // Indicates whether request list of UE IDs that fulfill a collective behaviour within the area of interest. This attribute shall set to \"true\" if request the list of UE IDs, otherwise, set to \"false\". May only be present and sets to \"true\" if \"AfEvent\" sets to \"COLLECTIVE_BEHAVIOUR\". ListOfUeInd *bool `json:"listOfUeInd,omitempty"` }
CollectiveBehaviourFilter Contains the collective behaviour filter information to be collected from UE.
func NewCollectiveBehaviourFilter ¶
func NewCollectiveBehaviourFilter(type_ CollectiveBehaviourFilterType, value string) *CollectiveBehaviourFilter
NewCollectiveBehaviourFilter instantiates a new CollectiveBehaviourFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCollectiveBehaviourFilterWithDefaults ¶
func NewCollectiveBehaviourFilterWithDefaults() *CollectiveBehaviourFilter
NewCollectiveBehaviourFilterWithDefaults instantiates a new CollectiveBehaviourFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CollectiveBehaviourFilter) GetListOfUeInd ¶
func (o *CollectiveBehaviourFilter) GetListOfUeInd() bool
GetListOfUeInd returns the ListOfUeInd field value if set, zero value otherwise.
func (*CollectiveBehaviourFilter) GetListOfUeIndOk ¶
func (o *CollectiveBehaviourFilter) GetListOfUeIndOk() (*bool, bool)
GetListOfUeIndOk returns a tuple with the ListOfUeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectiveBehaviourFilter) GetType ¶
func (o *CollectiveBehaviourFilter) GetType() CollectiveBehaviourFilterType
GetType returns the Type field value
func (*CollectiveBehaviourFilter) GetTypeOk ¶
func (o *CollectiveBehaviourFilter) GetTypeOk() (*CollectiveBehaviourFilterType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CollectiveBehaviourFilter) GetValue ¶
func (o *CollectiveBehaviourFilter) GetValue() string
GetValue returns the Value field value
func (*CollectiveBehaviourFilter) GetValueOk ¶
func (o *CollectiveBehaviourFilter) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*CollectiveBehaviourFilter) HasListOfUeInd ¶
func (o *CollectiveBehaviourFilter) HasListOfUeInd() bool
HasListOfUeInd returns a boolean if a field has been set.
func (CollectiveBehaviourFilter) MarshalJSON ¶
func (o CollectiveBehaviourFilter) MarshalJSON() ([]byte, error)
func (*CollectiveBehaviourFilter) SetListOfUeInd ¶
func (o *CollectiveBehaviourFilter) SetListOfUeInd(v bool)
SetListOfUeInd gets a reference to the given bool and assigns it to the ListOfUeInd field.
func (*CollectiveBehaviourFilter) SetType ¶
func (o *CollectiveBehaviourFilter) SetType(v CollectiveBehaviourFilterType)
SetType sets field value
func (*CollectiveBehaviourFilter) SetValue ¶
func (o *CollectiveBehaviourFilter) SetValue(v string)
SetValue sets field value
func (CollectiveBehaviourFilter) ToMap ¶
func (o CollectiveBehaviourFilter) ToMap() (map[string]interface{}, error)
func (*CollectiveBehaviourFilter) UnmarshalJSON ¶
func (o *CollectiveBehaviourFilter) UnmarshalJSON(bytes []byte) (err error)
type CollectiveBehaviourFilterType ¶
type CollectiveBehaviourFilterType struct {
// contains filtered or unexported fields
}
CollectiveBehaviourFilterType Represents collective behaviour parameter type.
func (*CollectiveBehaviourFilterType) MarshalJSON ¶
func (src *CollectiveBehaviourFilterType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CollectiveBehaviourFilterType) UnmarshalJSON ¶
func (dst *CollectiveBehaviourFilterType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type CollectiveBehaviourInfo ¶
type CollectiveBehaviourInfo struct { ColAttrib []PerUeAttribute `json:"colAttrib"` // Total number of UEs that fulfil a collective within the area of interest. NoOfUes *int32 `json:"noOfUes,omitempty"` AppIds []string `json:"appIds,omitempty"` ExtUeIds []string `json:"extUeIds,omitempty"` UeIds []string `json:"ueIds,omitempty"` }
CollectiveBehaviourInfo Contains the collective behaviour information to be reported to the subscriber.
func NewCollectiveBehaviourInfo ¶
func NewCollectiveBehaviourInfo(colAttrib []PerUeAttribute) *CollectiveBehaviourInfo
NewCollectiveBehaviourInfo instantiates a new CollectiveBehaviourInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCollectiveBehaviourInfoWithDefaults ¶
func NewCollectiveBehaviourInfoWithDefaults() *CollectiveBehaviourInfo
NewCollectiveBehaviourInfoWithDefaults instantiates a new CollectiveBehaviourInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CollectiveBehaviourInfo) GetAppIds ¶
func (o *CollectiveBehaviourInfo) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise.
func (*CollectiveBehaviourInfo) GetAppIdsOk ¶
func (o *CollectiveBehaviourInfo) 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 (*CollectiveBehaviourInfo) GetColAttrib ¶
func (o *CollectiveBehaviourInfo) GetColAttrib() []PerUeAttribute
GetColAttrib returns the ColAttrib field value
func (*CollectiveBehaviourInfo) GetColAttribOk ¶
func (o *CollectiveBehaviourInfo) GetColAttribOk() ([]PerUeAttribute, bool)
GetColAttribOk returns a tuple with the ColAttrib field value and a boolean to check if the value has been set.
func (*CollectiveBehaviourInfo) GetExtUeIds ¶
func (o *CollectiveBehaviourInfo) GetExtUeIds() []string
GetExtUeIds returns the ExtUeIds field value if set, zero value otherwise.
func (*CollectiveBehaviourInfo) GetExtUeIdsOk ¶
func (o *CollectiveBehaviourInfo) GetExtUeIdsOk() ([]string, bool)
GetExtUeIdsOk returns a tuple with the ExtUeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectiveBehaviourInfo) GetNoOfUes ¶
func (o *CollectiveBehaviourInfo) GetNoOfUes() int32
GetNoOfUes returns the NoOfUes field value if set, zero value otherwise.
func (*CollectiveBehaviourInfo) GetNoOfUesOk ¶
func (o *CollectiveBehaviourInfo) GetNoOfUesOk() (*int32, bool)
GetNoOfUesOk returns a tuple with the NoOfUes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectiveBehaviourInfo) GetUeIds ¶
func (o *CollectiveBehaviourInfo) GetUeIds() []string
GetUeIds returns the UeIds field value if set, zero value otherwise.
func (*CollectiveBehaviourInfo) GetUeIdsOk ¶
func (o *CollectiveBehaviourInfo) GetUeIdsOk() ([]string, bool)
GetUeIdsOk returns a tuple with the UeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectiveBehaviourInfo) HasAppIds ¶
func (o *CollectiveBehaviourInfo) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (*CollectiveBehaviourInfo) HasExtUeIds ¶
func (o *CollectiveBehaviourInfo) HasExtUeIds() bool
HasExtUeIds returns a boolean if a field has been set.
func (*CollectiveBehaviourInfo) HasNoOfUes ¶
func (o *CollectiveBehaviourInfo) HasNoOfUes() bool
HasNoOfUes returns a boolean if a field has been set.
func (*CollectiveBehaviourInfo) HasUeIds ¶
func (o *CollectiveBehaviourInfo) HasUeIds() bool
HasUeIds returns a boolean if a field has been set.
func (CollectiveBehaviourInfo) MarshalJSON ¶
func (o CollectiveBehaviourInfo) MarshalJSON() ([]byte, error)
func (*CollectiveBehaviourInfo) SetAppIds ¶
func (o *CollectiveBehaviourInfo) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (*CollectiveBehaviourInfo) SetColAttrib ¶
func (o *CollectiveBehaviourInfo) SetColAttrib(v []PerUeAttribute)
SetColAttrib sets field value
func (*CollectiveBehaviourInfo) SetExtUeIds ¶
func (o *CollectiveBehaviourInfo) SetExtUeIds(v []string)
SetExtUeIds gets a reference to the given []string and assigns it to the ExtUeIds field.
func (*CollectiveBehaviourInfo) SetNoOfUes ¶
func (o *CollectiveBehaviourInfo) SetNoOfUes(v int32)
SetNoOfUes gets a reference to the given int32 and assigns it to the NoOfUes field.
func (*CollectiveBehaviourInfo) SetUeIds ¶
func (o *CollectiveBehaviourInfo) SetUeIds(v []string)
SetUeIds gets a reference to the given []string and assigns it to the UeIds field.
func (CollectiveBehaviourInfo) ToMap ¶
func (o CollectiveBehaviourInfo) ToMap() (map[string]interface{}, error)
func (*CollectiveBehaviourInfo) UnmarshalJSON ¶
func (o *CollectiveBehaviourInfo) UnmarshalJSON(bytes []byte) (err error)
type CommunicationCollection ¶
type CommunicationCollection struct { // string with format 'date-time' as defined in OpenAPI. StartTime time.Time `json:"startTime"` // string with format 'date-time' as defined in OpenAPI. EndTime time.Time `json:"endTime"` // Unsigned integer identifying a volume in units of bytes. UlVol int64 `json:"ulVol"` // Unsigned integer identifying a volume in units of bytes. DlVol int64 `json:"dlVol"` }
CommunicationCollection Contains communication information.
func NewCommunicationCollection ¶
func NewCommunicationCollection(startTime time.Time, endTime time.Time, ulVol int64, dlVol int64) *CommunicationCollection
NewCommunicationCollection instantiates a new CommunicationCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommunicationCollectionWithDefaults ¶
func NewCommunicationCollectionWithDefaults() *CommunicationCollection
NewCommunicationCollectionWithDefaults instantiates a new CommunicationCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommunicationCollection) GetDlVol ¶
func (o *CommunicationCollection) GetDlVol() int64
GetDlVol returns the DlVol field value
func (*CommunicationCollection) GetDlVolOk ¶
func (o *CommunicationCollection) GetDlVolOk() (*int64, bool)
GetDlVolOk returns a tuple with the DlVol field value and a boolean to check if the value has been set.
func (*CommunicationCollection) GetEndTime ¶
func (o *CommunicationCollection) GetEndTime() time.Time
GetEndTime returns the EndTime field value
func (*CommunicationCollection) GetEndTimeOk ¶
func (o *CommunicationCollection) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field value and a boolean to check if the value has been set.
func (*CommunicationCollection) GetStartTime ¶
func (o *CommunicationCollection) GetStartTime() time.Time
GetStartTime returns the StartTime field value
func (*CommunicationCollection) GetStartTimeOk ¶
func (o *CommunicationCollection) 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 (*CommunicationCollection) GetUlVol ¶
func (o *CommunicationCollection) GetUlVol() int64
GetUlVol returns the UlVol field value
func (*CommunicationCollection) GetUlVolOk ¶
func (o *CommunicationCollection) GetUlVolOk() (*int64, bool)
GetUlVolOk returns a tuple with the UlVol field value and a boolean to check if the value has been set.
func (CommunicationCollection) MarshalJSON ¶
func (o CommunicationCollection) MarshalJSON() ([]byte, error)
func (*CommunicationCollection) SetDlVol ¶
func (o *CommunicationCollection) SetDlVol(v int64)
SetDlVol sets field value
func (*CommunicationCollection) SetEndTime ¶
func (o *CommunicationCollection) SetEndTime(v time.Time)
SetEndTime sets field value
func (*CommunicationCollection) SetStartTime ¶
func (o *CommunicationCollection) SetStartTime(v time.Time)
SetStartTime sets field value
func (*CommunicationCollection) SetUlVol ¶
func (o *CommunicationCollection) SetUlVol(v int64)
SetUlVol sets field value
func (CommunicationCollection) ToMap ¶
func (o CommunicationCollection) ToMap() (map[string]interface{}, error)
func (*CommunicationCollection) UnmarshalJSON ¶
func (o *CommunicationCollection) UnmarshalJSON(bytes []byte) (err 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 DispersionCollection ¶
type DispersionCollection struct { // 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 identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` UeAddr NullableIpAddr `json:"ueAddr,omitempty"` DataUsage UsageThreshold `json:"dataUsage"` // Defines a packet filter of an IP flow. FlowDesp *string `json:"flowDesp,omitempty"` // String providing an application identifier. AppId *string `json:"appId,omitempty"` Dnais []string `json:"dnais,omitempty"` // indicating a time in seconds. AppDur *int32 `json:"appDur,omitempty"` }
DispersionCollection Contains the dispersion information collected for an AF.
func NewDispersionCollection ¶
func NewDispersionCollection(dataUsage UsageThreshold) *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) GetAppDur ¶
func (o *DispersionCollection) GetAppDur() int32
GetAppDur returns the AppDur field value if set, zero value otherwise.
func (*DispersionCollection) GetAppDurOk ¶
func (o *DispersionCollection) 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 (*DispersionCollection) GetAppId ¶
func (o *DispersionCollection) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*DispersionCollection) GetAppIdOk ¶
func (o *DispersionCollection) 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 (*DispersionCollection) GetDataUsage ¶
func (o *DispersionCollection) GetDataUsage() UsageThreshold
GetDataUsage returns the DataUsage field value
func (*DispersionCollection) GetDataUsageOk ¶
func (o *DispersionCollection) GetDataUsageOk() (*UsageThreshold, bool)
GetDataUsageOk returns a tuple with the DataUsage field value and a boolean to check if the value has been set.
func (*DispersionCollection) GetDnais ¶
func (o *DispersionCollection) GetDnais() []string
GetDnais returns the Dnais field value if set, zero value otherwise.
func (*DispersionCollection) GetDnaisOk ¶
func (o *DispersionCollection) 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 (*DispersionCollection) GetFlowDesp ¶
func (o *DispersionCollection) GetFlowDesp() string
GetFlowDesp returns the FlowDesp field value if set, zero value otherwise.
func (*DispersionCollection) GetFlowDespOk ¶
func (o *DispersionCollection) GetFlowDespOk() (*string, bool)
GetFlowDespOk returns a tuple with the FlowDesp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionCollection) GetGpsi ¶
func (o *DispersionCollection) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*DispersionCollection) GetGpsiOk ¶
func (o *DispersionCollection) 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 (*DispersionCollection) GetSupi ¶
func (o *DispersionCollection) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*DispersionCollection) GetSupiOk ¶
func (o *DispersionCollection) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DispersionCollection) GetUeAddr ¶
func (o *DispersionCollection) GetUeAddr() IpAddr
GetUeAddr returns the UeAddr field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DispersionCollection) GetUeAddrOk ¶
func (o *DispersionCollection) GetUeAddrOk() (*IpAddr, bool)
GetUeAddrOk returns a tuple with the UeAddr field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DispersionCollection) HasAppDur ¶
func (o *DispersionCollection) HasAppDur() bool
HasAppDur returns a boolean if a field has been set.
func (*DispersionCollection) HasAppId ¶
func (o *DispersionCollection) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*DispersionCollection) HasDnais ¶
func (o *DispersionCollection) HasDnais() bool
HasDnais returns a boolean if a field has been set.
func (*DispersionCollection) HasFlowDesp ¶
func (o *DispersionCollection) HasFlowDesp() bool
HasFlowDesp returns a boolean if a field has been set.
func (*DispersionCollection) HasGpsi ¶
func (o *DispersionCollection) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*DispersionCollection) HasSupi ¶
func (o *DispersionCollection) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (*DispersionCollection) HasUeAddr ¶
func (o *DispersionCollection) HasUeAddr() bool
HasUeAddr returns a boolean if a field has been set.
func (DispersionCollection) MarshalJSON ¶
func (o DispersionCollection) MarshalJSON() ([]byte, error)
func (*DispersionCollection) SetAppDur ¶
func (o *DispersionCollection) SetAppDur(v int32)
SetAppDur gets a reference to the given int32 and assigns it to the AppDur field.
func (*DispersionCollection) SetAppId ¶
func (o *DispersionCollection) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*DispersionCollection) SetDataUsage ¶
func (o *DispersionCollection) SetDataUsage(v UsageThreshold)
SetDataUsage sets field value
func (*DispersionCollection) SetDnais ¶
func (o *DispersionCollection) SetDnais(v []string)
SetDnais gets a reference to the given []string and assigns it to the Dnais field.
func (*DispersionCollection) SetFlowDesp ¶
func (o *DispersionCollection) SetFlowDesp(v string)
SetFlowDesp gets a reference to the given string and assigns it to the FlowDesp field.
func (*DispersionCollection) SetGpsi ¶
func (o *DispersionCollection) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*DispersionCollection) SetSupi ¶
func (o *DispersionCollection) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*DispersionCollection) SetUeAddr ¶
func (o *DispersionCollection) SetUeAddr(v IpAddr)
SetUeAddr gets a reference to the given NullableIpAddr and assigns it to the UeAddr field.
func (*DispersionCollection) SetUeAddrNil ¶
func (o *DispersionCollection) SetUeAddrNil()
SetUeAddrNil sets the value for UeAddr to be an explicit nil
func (DispersionCollection) ToMap ¶
func (o DispersionCollection) ToMap() (map[string]interface{}, error)
func (*DispersionCollection) UnmarshalJSON ¶
func (o *DispersionCollection) UnmarshalJSON(bytes []byte) (err error)
func (*DispersionCollection) UnsetUeAddr ¶
func (o *DispersionCollection) UnsetUeAddr()
UnsetUeAddr ensures that no value is present for UeAddr, not even an explicit nil
type DynamicPolicy ¶
type DynamicPolicy struct { // String chosen by the 5GMS AF to serve as an identifier in a resource URI. DynamicPolicyId string `json:"dynamicPolicyId"` // String chosen by the 5GMS AF to serve as an identifier in a resource URI. PolicyTemplateId string `json:"policyTemplateId"` ServiceDataFlowDescriptions []ServiceDataFlowDescription `json:"serviceDataFlowDescriptions"` MediaType *MediaType `json:"mediaType,omitempty"` // String chosen by the 5GMS AF to serve as an identifier in a resource URI. ProvisioningSessionId string `json:"provisioningSessionId"` QosSpecification *M5QoSSpecification `json:"qosSpecification,omitempty"` EnforcementMethod *string `json:"enforcementMethod,omitempty"` EnforcementBitRate *int32 `json:"enforcementBitRate,omitempty"` }
DynamicPolicy A representation of a Dynamic Policy resource.
func NewDynamicPolicy ¶
func NewDynamicPolicy(dynamicPolicyId string, policyTemplateId string, serviceDataFlowDescriptions []ServiceDataFlowDescription, provisioningSessionId string) *DynamicPolicy
NewDynamicPolicy instantiates a new DynamicPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDynamicPolicyWithDefaults ¶
func NewDynamicPolicyWithDefaults() *DynamicPolicy
NewDynamicPolicyWithDefaults instantiates a new DynamicPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DynamicPolicy) GetDynamicPolicyId ¶
func (o *DynamicPolicy) GetDynamicPolicyId() string
GetDynamicPolicyId returns the DynamicPolicyId field value
func (*DynamicPolicy) GetDynamicPolicyIdOk ¶
func (o *DynamicPolicy) GetDynamicPolicyIdOk() (*string, bool)
GetDynamicPolicyIdOk returns a tuple with the DynamicPolicyId field value and a boolean to check if the value has been set.
func (*DynamicPolicy) GetEnforcementBitRate ¶
func (o *DynamicPolicy) GetEnforcementBitRate() int32
GetEnforcementBitRate returns the EnforcementBitRate field value if set, zero value otherwise.
func (*DynamicPolicy) GetEnforcementBitRateOk ¶
func (o *DynamicPolicy) GetEnforcementBitRateOk() (*int32, bool)
GetEnforcementBitRateOk returns a tuple with the EnforcementBitRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DynamicPolicy) GetEnforcementMethod ¶
func (o *DynamicPolicy) GetEnforcementMethod() string
GetEnforcementMethod returns the EnforcementMethod field value if set, zero value otherwise.
func (*DynamicPolicy) GetEnforcementMethodOk ¶
func (o *DynamicPolicy) GetEnforcementMethodOk() (*string, bool)
GetEnforcementMethodOk returns a tuple with the EnforcementMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DynamicPolicy) GetMediaType ¶
func (o *DynamicPolicy) GetMediaType() MediaType
GetMediaType returns the MediaType field value if set, zero value otherwise.
func (*DynamicPolicy) GetMediaTypeOk ¶
func (o *DynamicPolicy) GetMediaTypeOk() (*MediaType, bool)
GetMediaTypeOk returns a tuple with the MediaType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DynamicPolicy) GetPolicyTemplateId ¶
func (o *DynamicPolicy) GetPolicyTemplateId() string
GetPolicyTemplateId returns the PolicyTemplateId field value
func (*DynamicPolicy) GetPolicyTemplateIdOk ¶
func (o *DynamicPolicy) GetPolicyTemplateIdOk() (*string, bool)
GetPolicyTemplateIdOk returns a tuple with the PolicyTemplateId field value and a boolean to check if the value has been set.
func (*DynamicPolicy) GetProvisioningSessionId ¶
func (o *DynamicPolicy) GetProvisioningSessionId() string
GetProvisioningSessionId returns the ProvisioningSessionId field value
func (*DynamicPolicy) GetProvisioningSessionIdOk ¶
func (o *DynamicPolicy) GetProvisioningSessionIdOk() (*string, bool)
GetProvisioningSessionIdOk returns a tuple with the ProvisioningSessionId field value and a boolean to check if the value has been set.
func (*DynamicPolicy) GetQosSpecification ¶
func (o *DynamicPolicy) GetQosSpecification() M5QoSSpecification
GetQosSpecification returns the QosSpecification field value if set, zero value otherwise.
func (*DynamicPolicy) GetQosSpecificationOk ¶
func (o *DynamicPolicy) GetQosSpecificationOk() (*M5QoSSpecification, bool)
GetQosSpecificationOk returns a tuple with the QosSpecification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DynamicPolicy) GetServiceDataFlowDescriptions ¶
func (o *DynamicPolicy) GetServiceDataFlowDescriptions() []ServiceDataFlowDescription
GetServiceDataFlowDescriptions returns the ServiceDataFlowDescriptions field value
func (*DynamicPolicy) GetServiceDataFlowDescriptionsOk ¶
func (o *DynamicPolicy) GetServiceDataFlowDescriptionsOk() ([]ServiceDataFlowDescription, bool)
GetServiceDataFlowDescriptionsOk returns a tuple with the ServiceDataFlowDescriptions field value and a boolean to check if the value has been set.
func (*DynamicPolicy) HasEnforcementBitRate ¶
func (o *DynamicPolicy) HasEnforcementBitRate() bool
HasEnforcementBitRate returns a boolean if a field has been set.
func (*DynamicPolicy) HasEnforcementMethod ¶
func (o *DynamicPolicy) HasEnforcementMethod() bool
HasEnforcementMethod returns a boolean if a field has been set.
func (*DynamicPolicy) HasMediaType ¶
func (o *DynamicPolicy) HasMediaType() bool
HasMediaType returns a boolean if a field has been set.
func (*DynamicPolicy) HasQosSpecification ¶
func (o *DynamicPolicy) HasQosSpecification() bool
HasQosSpecification returns a boolean if a field has been set.
func (DynamicPolicy) MarshalJSON ¶
func (o DynamicPolicy) MarshalJSON() ([]byte, error)
func (*DynamicPolicy) SetDynamicPolicyId ¶
func (o *DynamicPolicy) SetDynamicPolicyId(v string)
SetDynamicPolicyId sets field value
func (*DynamicPolicy) SetEnforcementBitRate ¶
func (o *DynamicPolicy) SetEnforcementBitRate(v int32)
SetEnforcementBitRate gets a reference to the given int32 and assigns it to the EnforcementBitRate field.
func (*DynamicPolicy) SetEnforcementMethod ¶
func (o *DynamicPolicy) SetEnforcementMethod(v string)
SetEnforcementMethod gets a reference to the given string and assigns it to the EnforcementMethod field.
func (*DynamicPolicy) SetMediaType ¶
func (o *DynamicPolicy) SetMediaType(v MediaType)
SetMediaType gets a reference to the given MediaType and assigns it to the MediaType field.
func (*DynamicPolicy) SetPolicyTemplateId ¶
func (o *DynamicPolicy) SetPolicyTemplateId(v string)
SetPolicyTemplateId sets field value
func (*DynamicPolicy) SetProvisioningSessionId ¶
func (o *DynamicPolicy) SetProvisioningSessionId(v string)
SetProvisioningSessionId sets field value
func (*DynamicPolicy) SetQosSpecification ¶
func (o *DynamicPolicy) SetQosSpecification(v M5QoSSpecification)
SetQosSpecification gets a reference to the given M5QoSSpecification and assigns it to the QosSpecification field.
func (*DynamicPolicy) SetServiceDataFlowDescriptions ¶
func (o *DynamicPolicy) SetServiceDataFlowDescriptions(v []ServiceDataFlowDescription)
SetServiceDataFlowDescriptions sets field value
func (DynamicPolicy) ToMap ¶
func (o DynamicPolicy) ToMap() (map[string]interface{}, error)
func (*DynamicPolicy) UnmarshalJSON ¶
func (o *DynamicPolicy) UnmarshalJSON(bytes []byte) (err error)
type Ecgi ¶
type Ecgi struct { PlmnId PlmnId `json:"plmnId"` // 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. EutraCellId string `json:"eutraCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003
func NewEcgi ¶
NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcgiWithDefaults ¶
func NewEcgiWithDefaults() *Ecgi
NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ecgi) GetEutraCellId ¶
GetEutraCellId returns the EutraCellId field value
func (*Ecgi) GetEutraCellIdOk ¶
GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.
func (*Ecgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ecgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ecgi) MarshalJSON ¶
func (*Ecgi) SetEutraCellId ¶
SetEutraCellId sets field value
func (*Ecgi) UnmarshalJSON ¶
type 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)
func (*EllipsoidArc) UnmarshalJSON ¶
func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)
type EndpointAddress ¶
type EndpointAddress struct { Hostname *string `json:"hostname,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` // Integer where the allowed values correspond to the value range of an unsigned 16-bit integer. PortNumber int32 `json:"portNumber"` }
EndpointAddress struct for EndpointAddress
func NewEndpointAddress ¶
func NewEndpointAddress(portNumber int32) *EndpointAddress
NewEndpointAddress instantiates a new EndpointAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEndpointAddressWithDefaults ¶
func NewEndpointAddressWithDefaults() *EndpointAddress
NewEndpointAddressWithDefaults instantiates a new EndpointAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EndpointAddress) GetHostname ¶
func (o *EndpointAddress) GetHostname() string
GetHostname returns the Hostname field value if set, zero value otherwise.
func (*EndpointAddress) GetHostnameOk ¶
func (o *EndpointAddress) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointAddress) GetIpv4Addr ¶
func (o *EndpointAddress) GetIpv4Addr() string
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*EndpointAddress) GetIpv4AddrOk ¶
func (o *EndpointAddress) GetIpv4AddrOk() (*string, bool)
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointAddress) GetIpv6Addr ¶
func (o *EndpointAddress) GetIpv6Addr() Ipv6Addr
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*EndpointAddress) GetIpv6AddrOk ¶
func (o *EndpointAddress) GetIpv6AddrOk() (*Ipv6Addr, bool)
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointAddress) GetPortNumber ¶
func (o *EndpointAddress) GetPortNumber() int32
GetPortNumber returns the PortNumber field value
func (*EndpointAddress) GetPortNumberOk ¶
func (o *EndpointAddress) GetPortNumberOk() (*int32, bool)
GetPortNumberOk returns a tuple with the PortNumber field value and a boolean to check if the value has been set.
func (*EndpointAddress) HasHostname ¶
func (o *EndpointAddress) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (*EndpointAddress) HasIpv4Addr ¶
func (o *EndpointAddress) HasIpv4Addr() bool
HasIpv4Addr returns a boolean if a field has been set.
func (*EndpointAddress) HasIpv6Addr ¶
func (o *EndpointAddress) HasIpv6Addr() bool
HasIpv6Addr returns a boolean if a field has been set.
func (EndpointAddress) MarshalJSON ¶
func (o EndpointAddress) MarshalJSON() ([]byte, error)
func (*EndpointAddress) SetHostname ¶
func (o *EndpointAddress) SetHostname(v string)
SetHostname gets a reference to the given string and assigns it to the Hostname field.
func (*EndpointAddress) SetIpv4Addr ¶
func (o *EndpointAddress) SetIpv4Addr(v string)
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*EndpointAddress) SetIpv6Addr ¶
func (o *EndpointAddress) SetIpv6Addr(v Ipv6Addr)
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*EndpointAddress) SetPortNumber ¶
func (o *EndpointAddress) SetPortNumber(v int32)
SetPortNumber sets field value
func (EndpointAddress) ToMap ¶
func (o EndpointAddress) ToMap() (map[string]interface{}, error)
func (*EndpointAddress) UnmarshalJSON ¶
func (o *EndpointAddress) UnmarshalJSON(bytes []byte) (err 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)
func (*EthFlowDescription) UnmarshalJSON ¶
func (o *EthFlowDescription) UnmarshalJSON(bytes []byte) (err error)
type EventFilter ¶
type EventFilter struct { Gpsis []string `json:"gpsis,omitempty"` Supis []string `json:"supis,omitempty"` ExterGroupIds []string `json:"exterGroupIds,omitempty"` InterGroupIds []string `json:"interGroupIds,omitempty"` AnyUeInd *bool `json:"anyUeInd,omitempty"` AppIds []string `json:"appIds,omitempty"` LocArea *LocationArea5G `json:"locArea,omitempty"` CollAttrs []CollectiveBehaviourFilter `json:"collAttrs,omitempty"` }
EventFilter Represents event filter information for an event.
func NewEventFilter ¶
func NewEventFilter() *EventFilter
NewEventFilter instantiates a new EventFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventFilterWithDefaults ¶
func NewEventFilterWithDefaults() *EventFilter
NewEventFilterWithDefaults instantiates a new EventFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventFilter) GetAnyUeInd ¶
func (o *EventFilter) GetAnyUeInd() bool
GetAnyUeInd returns the AnyUeInd field value if set, zero value otherwise.
func (*EventFilter) GetAnyUeIndOk ¶
func (o *EventFilter) 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 (*EventFilter) GetAppIds ¶
func (o *EventFilter) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise.
func (*EventFilter) GetAppIdsOk ¶
func (o *EventFilter) 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 (*EventFilter) GetCollAttrs ¶
func (o *EventFilter) GetCollAttrs() []CollectiveBehaviourFilter
GetCollAttrs returns the CollAttrs field value if set, zero value otherwise.
func (*EventFilter) GetCollAttrsOk ¶
func (o *EventFilter) GetCollAttrsOk() ([]CollectiveBehaviourFilter, bool)
GetCollAttrsOk returns a tuple with the CollAttrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetExterGroupIds ¶
func (o *EventFilter) GetExterGroupIds() []string
GetExterGroupIds returns the ExterGroupIds field value if set, zero value otherwise.
func (*EventFilter) GetExterGroupIdsOk ¶
func (o *EventFilter) GetExterGroupIdsOk() ([]string, bool)
GetExterGroupIdsOk returns a tuple with the ExterGroupIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetGpsis ¶
func (o *EventFilter) GetGpsis() []string
GetGpsis returns the Gpsis field value if set, zero value otherwise.
func (*EventFilter) GetGpsisOk ¶
func (o *EventFilter) 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 (*EventFilter) GetInterGroupIds ¶
func (o *EventFilter) GetInterGroupIds() []string
GetInterGroupIds returns the InterGroupIds field value if set, zero value otherwise.
func (*EventFilter) GetInterGroupIdsOk ¶
func (o *EventFilter) GetInterGroupIdsOk() ([]string, bool)
GetInterGroupIdsOk returns a tuple with the InterGroupIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventFilter) GetLocArea ¶
func (o *EventFilter) GetLocArea() LocationArea5G
GetLocArea returns the LocArea field value if set, zero value otherwise.
func (*EventFilter) GetLocAreaOk ¶
func (o *EventFilter) 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 (*EventFilter) GetSupis ¶
func (o *EventFilter) GetSupis() []string
GetSupis returns the Supis field value if set, zero value otherwise.
func (*EventFilter) GetSupisOk ¶
func (o *EventFilter) 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 (*EventFilter) HasAnyUeInd ¶
func (o *EventFilter) HasAnyUeInd() bool
HasAnyUeInd returns a boolean if a field has been set.
func (*EventFilter) HasAppIds ¶
func (o *EventFilter) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (*EventFilter) HasCollAttrs ¶
func (o *EventFilter) HasCollAttrs() bool
HasCollAttrs returns a boolean if a field has been set.
func (*EventFilter) HasExterGroupIds ¶
func (o *EventFilter) HasExterGroupIds() bool
HasExterGroupIds returns a boolean if a field has been set.
func (*EventFilter) HasGpsis ¶
func (o *EventFilter) HasGpsis() bool
HasGpsis returns a boolean if a field has been set.
func (*EventFilter) HasInterGroupIds ¶
func (o *EventFilter) HasInterGroupIds() bool
HasInterGroupIds returns a boolean if a field has been set.
func (*EventFilter) HasLocArea ¶
func (o *EventFilter) HasLocArea() bool
HasLocArea returns a boolean if a field has been set.
func (*EventFilter) HasSupis ¶
func (o *EventFilter) HasSupis() bool
HasSupis returns a boolean if a field has been set.
func (EventFilter) MarshalJSON ¶
func (o EventFilter) MarshalJSON() ([]byte, error)
func (*EventFilter) SetAnyUeInd ¶
func (o *EventFilter) SetAnyUeInd(v bool)
SetAnyUeInd gets a reference to the given bool and assigns it to the AnyUeInd field.
func (*EventFilter) SetAppIds ¶
func (o *EventFilter) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (*EventFilter) SetCollAttrs ¶
func (o *EventFilter) SetCollAttrs(v []CollectiveBehaviourFilter)
SetCollAttrs gets a reference to the given []CollectiveBehaviourFilter and assigns it to the CollAttrs field.
func (*EventFilter) SetExterGroupIds ¶
func (o *EventFilter) SetExterGroupIds(v []string)
SetExterGroupIds gets a reference to the given []string and assigns it to the ExterGroupIds field.
func (*EventFilter) SetGpsis ¶
func (o *EventFilter) SetGpsis(v []string)
SetGpsis gets a reference to the given []string and assigns it to the Gpsis field.
func (*EventFilter) SetInterGroupIds ¶
func (o *EventFilter) SetInterGroupIds(v []string)
SetInterGroupIds gets a reference to the given []string and assigns it to the InterGroupIds field.
func (*EventFilter) SetLocArea ¶
func (o *EventFilter) SetLocArea(v LocationArea5G)
SetLocArea gets a reference to the given LocationArea5G and assigns it to the LocArea field.
func (*EventFilter) SetSupis ¶
func (o *EventFilter) SetSupis(v []string)
SetSupis gets a reference to the given []string and assigns it to the Supis field.
func (EventFilter) ToMap ¶
func (o EventFilter) ToMap() (map[string]interface{}, error)
type EventsSubs ¶
type EventsSubs struct { Event AfEvent `json:"event"` EventFilter EventFilter `json:"eventFilter"` }
EventsSubs Represents an event to be subscribed and the related event filter information.
func NewEventsSubs ¶
func NewEventsSubs(event AfEvent, eventFilter EventFilter) *EventsSubs
NewEventsSubs instantiates a new EventsSubs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventsSubsWithDefaults ¶
func NewEventsSubsWithDefaults() *EventsSubs
NewEventsSubsWithDefaults instantiates a new EventsSubs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventsSubs) GetEvent ¶
func (o *EventsSubs) GetEvent() AfEvent
GetEvent returns the Event field value
func (*EventsSubs) GetEventFilter ¶
func (o *EventsSubs) GetEventFilter() EventFilter
GetEventFilter returns the EventFilter field value
func (*EventsSubs) GetEventFilterOk ¶
func (o *EventsSubs) GetEventFilterOk() (*EventFilter, bool)
GetEventFilterOk returns a tuple with the EventFilter field value and a boolean to check if the value has been set.
func (*EventsSubs) GetEventOk ¶
func (o *EventsSubs) GetEventOk() (*AfEvent, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (EventsSubs) MarshalJSON ¶
func (o EventsSubs) MarshalJSON() ([]byte, error)
func (*EventsSubs) SetEventFilter ¶
func (o *EventsSubs) SetEventFilter(v EventFilter)
SetEventFilter sets field value
func (EventsSubs) ToMap ¶
func (o EventsSubs) ToMap() (map[string]interface{}, error)
func (*EventsSubs) UnmarshalJSON ¶
func (o *EventsSubs) UnmarshalJSON(bytes []byte) (err 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.
func (*Exception) UnmarshalJSON ¶
type ExceptionId ¶
type ExceptionId struct {
// contains filtered or unexported fields
}
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 ExceptionInfo ¶
type ExceptionInfo struct { IpTrafficFilter *FlowInfo `json:"ipTrafficFilter,omitempty"` EthTrafficFilter *EthFlowDescription `json:"ethTrafficFilter,omitempty"` Exceps []Exception `json:"exceps"` }
ExceptionInfo Represents the exceptions information provided by the AF.
func NewExceptionInfo ¶
func NewExceptionInfo(exceps []Exception) *ExceptionInfo
NewExceptionInfo instantiates a new ExceptionInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExceptionInfoWithDefaults ¶
func NewExceptionInfoWithDefaults() *ExceptionInfo
NewExceptionInfoWithDefaults instantiates a new ExceptionInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExceptionInfo) GetEthTrafficFilter ¶
func (o *ExceptionInfo) GetEthTrafficFilter() EthFlowDescription
GetEthTrafficFilter returns the EthTrafficFilter field value if set, zero value otherwise.
func (*ExceptionInfo) GetEthTrafficFilterOk ¶
func (o *ExceptionInfo) GetEthTrafficFilterOk() (*EthFlowDescription, bool)
GetEthTrafficFilterOk returns a tuple with the EthTrafficFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExceptionInfo) GetExceps ¶
func (o *ExceptionInfo) GetExceps() []Exception
GetExceps returns the Exceps field value
func (*ExceptionInfo) GetExcepsOk ¶
func (o *ExceptionInfo) GetExcepsOk() ([]Exception, bool)
GetExcepsOk returns a tuple with the Exceps field value and a boolean to check if the value has been set.
func (*ExceptionInfo) GetIpTrafficFilter ¶
func (o *ExceptionInfo) GetIpTrafficFilter() FlowInfo
GetIpTrafficFilter returns the IpTrafficFilter field value if set, zero value otherwise.
func (*ExceptionInfo) GetIpTrafficFilterOk ¶
func (o *ExceptionInfo) GetIpTrafficFilterOk() (*FlowInfo, bool)
GetIpTrafficFilterOk returns a tuple with the IpTrafficFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExceptionInfo) HasEthTrafficFilter ¶
func (o *ExceptionInfo) HasEthTrafficFilter() bool
HasEthTrafficFilter returns a boolean if a field has been set.
func (*ExceptionInfo) HasIpTrafficFilter ¶
func (o *ExceptionInfo) HasIpTrafficFilter() bool
HasIpTrafficFilter returns a boolean if a field has been set.
func (ExceptionInfo) MarshalJSON ¶
func (o ExceptionInfo) MarshalJSON() ([]byte, error)
func (*ExceptionInfo) SetEthTrafficFilter ¶
func (o *ExceptionInfo) SetEthTrafficFilter(v EthFlowDescription)
SetEthTrafficFilter gets a reference to the given EthFlowDescription and assigns it to the EthTrafficFilter field.
func (*ExceptionInfo) SetExceps ¶
func (o *ExceptionInfo) SetExceps(v []Exception)
SetExceps sets field value
func (*ExceptionInfo) SetIpTrafficFilter ¶
func (o *ExceptionInfo) SetIpTrafficFilter(v FlowInfo)
SetIpTrafficFilter gets a reference to the given FlowInfo and assigns it to the IpTrafficFilter field.
func (ExceptionInfo) ToMap ¶
func (o ExceptionInfo) ToMap() (map[string]interface{}, error)
func (*ExceptionInfo) UnmarshalJSON ¶
func (o *ExceptionInfo) UnmarshalJSON(bytes []byte) (err error)
type ExceptionTrend ¶
type ExceptionTrend struct {
// contains filtered or unexported fields
}
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 FlowDirection ¶
type FlowDirection struct {
// contains filtered or unexported fields
}
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.
func (*FlowInfo) UnmarshalJSON ¶
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
func (*GADShape) UnmarshalJSON ¶
type GNbId ¶
type GNbId struct { // Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32. BitLength int32 `json:"bitLength"` // This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string. GNBValue string `json:"gNBValue"` }
GNbId Provides the G-NB identifier.
func NewGNbId ¶
NewGNbId instantiates a new GNbId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGNbIdWithDefaults ¶
func NewGNbIdWithDefaults() *GNbId
NewGNbIdWithDefaults instantiates a new GNbId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GNbId) GetBitLength ¶
GetBitLength returns the BitLength field value
func (*GNbId) GetBitLengthOk ¶
GetBitLengthOk returns a tuple with the BitLength field value and a boolean to check if the value has been set.
func (*GNbId) GetGNBValue ¶
GetGNBValue returns the GNBValue field value
func (*GNbId) GetGNBValueOk ¶
GetGNBValueOk returns a tuple with the GNBValue field value and a boolean to check if the value has been set.
func (GNbId) MarshalJSON ¶
func (*GNbId) UnmarshalJSON ¶
type 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 Local2dPointUncertaintyEllipse *Local2dPointUncertaintyEllipse Local3dPointUncertaintyEllipsoid *Local3dPointUncertaintyEllipsoid 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)
func (*GeographicalCoordinates) UnmarshalJSON ¶
func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)
type GlobalRanNodeId ¶
type GlobalRanNodeId struct { PlmnId PlmnId `json:"plmnId"` // This represents the identifier of the N3IWF ID as specified in clause 9.3.1.57 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the N3IWF ID shall appear first in the string, and the character representing the 4 least significant bit of the N3IWF ID shall appear last in the string. N3IwfId *string `json:"n3IwfId,omitempty"` GNbId *GNbId `json:"gNbId,omitempty"` // This represents the identifier of the ng-eNB ID as specified in clause 9.3.1.8 of 3GPP TS 38.413. The value of the ng-eNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the ng-eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the ng-eNB ID (to form a nibble) shall appear last in the string. NgeNbId *string `json:"ngeNbId,omitempty"` // This represents the identifier of the W-AGF ID as specified in clause 9.3.1.162 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the W-AGF ID shall appear first in the string, and the character representing the 4 least significant bit of the W-AGF ID shall appear last in the string. WagfId *string `json:"wagfId,omitempty"` // This represents the identifier of the TNGF ID as specified in clause 9.3.1.161 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TNGF ID shall appear first in the string, and the character representing the 4 least significant bit of the TNGF ID shall appear last in the string. TngfId *string `json:"tngfId,omitempty"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` // This represents the identifier of the eNB ID as specified in clause 9.2.1.37 of 3GPP TS 36.413. The string shall be formatted with the following pattern '^('MacroeNB-[A-Fa-f0-9]{5}|LMacroeNB-[A-Fa-f0-9]{6}|SMacroeNB-[A-Fa-f0-9]{5} |HomeeNB-[A-Fa-f0-9]{7})$'. The value of the eNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the eNB ID (to form a nibble) shall appear last in the string. ENbId *string `json:"eNbId,omitempty"` }
GlobalRanNodeId One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
func NewGlobalRanNodeId ¶
func NewGlobalRanNodeId(plmnId PlmnId) *GlobalRanNodeId
NewGlobalRanNodeId instantiates a new GlobalRanNodeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGlobalRanNodeIdWithDefaults ¶
func NewGlobalRanNodeIdWithDefaults() *GlobalRanNodeId
NewGlobalRanNodeIdWithDefaults instantiates a new GlobalRanNodeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GlobalRanNodeId) GetENbId ¶
func (o *GlobalRanNodeId) GetENbId() string
GetENbId returns the ENbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetENbIdOk ¶
func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)
GetENbIdOk returns a tuple with the ENbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetGNbId ¶
func (o *GlobalRanNodeId) GetGNbId() GNbId
GetGNbId returns the GNbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetGNbIdOk ¶
func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)
GetGNbIdOk returns a tuple with the GNbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetN3IwfId ¶
func (o *GlobalRanNodeId) GetN3IwfId() string
GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetN3IwfIdOk ¶
func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)
GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetNgeNbId ¶
func (o *GlobalRanNodeId) GetNgeNbId() string
GetNgeNbId returns the NgeNbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetNgeNbIdOk ¶
func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)
GetNgeNbIdOk returns a tuple with the NgeNbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetNid ¶
func (o *GlobalRanNodeId) GetNid() string
GetNid returns the Nid field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetNidOk ¶
func (o *GlobalRanNodeId) GetNidOk() (*string, bool)
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetPlmnId ¶
func (o *GlobalRanNodeId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*GlobalRanNodeId) GetPlmnIdOk ¶
func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetTngfId ¶
func (o *GlobalRanNodeId) GetTngfId() string
GetTngfId returns the TngfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetTngfIdOk ¶
func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)
GetTngfIdOk returns a tuple with the TngfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetWagfId ¶
func (o *GlobalRanNodeId) GetWagfId() string
GetWagfId returns the WagfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetWagfIdOk ¶
func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)
GetWagfIdOk returns a tuple with the WagfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) HasENbId ¶
func (o *GlobalRanNodeId) HasENbId() bool
HasENbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasGNbId ¶
func (o *GlobalRanNodeId) HasGNbId() bool
HasGNbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasN3IwfId ¶
func (o *GlobalRanNodeId) HasN3IwfId() bool
HasN3IwfId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasNgeNbId ¶
func (o *GlobalRanNodeId) HasNgeNbId() bool
HasNgeNbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasNid ¶
func (o *GlobalRanNodeId) HasNid() bool
HasNid returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasTngfId ¶
func (o *GlobalRanNodeId) HasTngfId() bool
HasTngfId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasWagfId ¶
func (o *GlobalRanNodeId) HasWagfId() bool
HasWagfId returns a boolean if a field has been set.
func (GlobalRanNodeId) MarshalJSON ¶
func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*GlobalRanNodeId) SetENbId ¶
func (o *GlobalRanNodeId) SetENbId(v string)
SetENbId gets a reference to the given string and assigns it to the ENbId field.
func (*GlobalRanNodeId) SetGNbId ¶
func (o *GlobalRanNodeId) SetGNbId(v GNbId)
SetGNbId gets a reference to the given GNbId and assigns it to the GNbId field.
func (*GlobalRanNodeId) SetN3IwfId ¶
func (o *GlobalRanNodeId) SetN3IwfId(v string)
SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.
func (*GlobalRanNodeId) SetNgeNbId ¶
func (o *GlobalRanNodeId) SetNgeNbId(v string)
SetNgeNbId gets a reference to the given string and assigns it to the NgeNbId field.
func (*GlobalRanNodeId) SetNid ¶
func (o *GlobalRanNodeId) SetNid(v string)
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*GlobalRanNodeId) SetPlmnId ¶
func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (*GlobalRanNodeId) SetTngfId ¶
func (o *GlobalRanNodeId) SetTngfId(v string)
SetTngfId gets a reference to the given string and assigns it to the TngfId field.
func (*GlobalRanNodeId) SetWagfId ¶
func (o *GlobalRanNodeId) SetWagfId(v string)
SetWagfId gets a reference to the given string and assigns it to the WagfId field.
func (GlobalRanNodeId) ToMap ¶
func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)
func (*GlobalRanNodeId) UnmarshalJSON ¶
func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)
type IndividualApplicationEventSubscriptionDocumentAPIService ¶
type IndividualApplicationEventSubscriptionDocumentAPIService service
IndividualApplicationEventSubscriptionDocumentAPIService IndividualApplicationEventSubscriptionDocumentAPI service
func (*IndividualApplicationEventSubscriptionDocumentAPIService) DeleteAfEventExposureSubsc ¶
func (a *IndividualApplicationEventSubscriptionDocumentAPIService) DeleteAfEventExposureSubsc(ctx context.Context, subscriptionId string) ApiDeleteAfEventExposureSubscRequest
DeleteAfEventExposureSubsc Cancels an existing Individual Application Event Subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId Application Event Subscription ID @return ApiDeleteAfEventExposureSubscRequest
func (*IndividualApplicationEventSubscriptionDocumentAPIService) DeleteAfEventExposureSubscExecute ¶
func (a *IndividualApplicationEventSubscriptionDocumentAPIService) DeleteAfEventExposureSubscExecute(r ApiDeleteAfEventExposureSubscRequest) (*http.Response, error)
Execute executes the request
func (*IndividualApplicationEventSubscriptionDocumentAPIService) GetAfEventExposureSubsc ¶
func (a *IndividualApplicationEventSubscriptionDocumentAPIService) GetAfEventExposureSubsc(ctx context.Context, subscriptionId string) ApiGetAfEventExposureSubscRequest
GetAfEventExposureSubsc Reads an existing Individual Application Event Subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId Application Event Subscription ID @return ApiGetAfEventExposureSubscRequest
func (*IndividualApplicationEventSubscriptionDocumentAPIService) GetAfEventExposureSubscExecute ¶
func (a *IndividualApplicationEventSubscriptionDocumentAPIService) GetAfEventExposureSubscExecute(r ApiGetAfEventExposureSubscRequest) (*AfEventExposureSubsc, *http.Response, error)
Execute executes the request
@return AfEventExposureSubsc
func (*IndividualApplicationEventSubscriptionDocumentAPIService) PutAfEventExposureSubsc ¶
func (a *IndividualApplicationEventSubscriptionDocumentAPIService) PutAfEventExposureSubsc(ctx context.Context, subscriptionId string) ApiPutAfEventExposureSubscRequest
PutAfEventExposureSubsc Modifies an existing Individual Application Event Subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId Application Event Subscription ID @return ApiPutAfEventExposureSubscRequest
func (*IndividualApplicationEventSubscriptionDocumentAPIService) PutAfEventExposureSubscExecute ¶
func (a *IndividualApplicationEventSubscriptionDocumentAPIService) PutAfEventExposureSubscExecute(r ApiPutAfEventExposureSubscRequest) (*AfEventExposureSubsc, *http.Response, error)
Execute executes the request
@return AfEventExposureSubsc
type InvalidParam ¶
type InvalidParam struct { // If the invalid parameter is an attribute in a JSON body, this IE shall contain the attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is an HTTP header, this IE shall be formatted as the concatenation of the string \"header \" plus the name of such header. If the invalid parameter is a query parameter, this IE shall be formatted as the concatenation of the string \"query \" plus the name of such query parameter. If the invalid parameter is a variable part in the path of a resource URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\" used in OpenAPI specification as the notation to represent variable path segments. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed operations in a PATCH request, the reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g.\" Replacement value invalid for attribute (failed operation index= 4)\" Reason *string `json:"reason,omitempty"` }
InvalidParam It contains an invalid parameter and a related description.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
func (*InvalidParam) UnmarshalJSON ¶
func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
type IpAddr ¶
type IpAddr struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"` }
IpAddr Contains an IP adresse.
func NewIpAddr ¶
func NewIpAddr() *IpAddr
NewIpAddr instantiates a new IpAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpAddrWithDefaults ¶
func NewIpAddrWithDefaults() *IpAddr
NewIpAddrWithDefaults instantiates a new IpAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpAddr) GetIpv4Addr ¶
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*IpAddr) GetIpv4AddrOk ¶
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) GetIpv6Addr ¶
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*IpAddr) GetIpv6AddrOk ¶
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) GetIpv6Prefix ¶
func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.
func (*IpAddr) GetIpv6PrefixOk ¶
func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) HasIpv4Addr ¶
HasIpv4Addr returns a boolean if a field has been set.
func (*IpAddr) HasIpv6Addr ¶
HasIpv6Addr returns a boolean if a field has been set.
func (*IpAddr) HasIpv6Prefix ¶
HasIpv6Prefix returns a boolean if a field has been set.
func (IpAddr) MarshalJSON ¶
func (*IpAddr) SetIpv4Addr ¶
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*IpAddr) SetIpv6Addr ¶
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*IpAddr) SetIpv6Prefix ¶
func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.
type IpPacketFilterSet ¶
type IpPacketFilterSet struct { SrcIp *string `json:"srcIp,omitempty"` DstIp *string `json:"dstIp,omitempty"` Protocol *int32 `json:"protocol,omitempty"` SrcPort *int32 `json:"srcPort,omitempty"` DstPort *int32 `json:"dstPort,omitempty"` ToSTc *string `json:"toSTc,omitempty"` FlowLabel *int32 `json:"flowLabel,omitempty"` Spi *int32 `json:"spi,omitempty"` Direction string `json:"direction"` }
IpPacketFilterSet struct for IpPacketFilterSet
func NewIpPacketFilterSet ¶
func NewIpPacketFilterSet(direction string) *IpPacketFilterSet
NewIpPacketFilterSet instantiates a new IpPacketFilterSet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpPacketFilterSetWithDefaults ¶
func NewIpPacketFilterSetWithDefaults() *IpPacketFilterSet
NewIpPacketFilterSetWithDefaults instantiates a new IpPacketFilterSet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpPacketFilterSet) GetDirection ¶
func (o *IpPacketFilterSet) GetDirection() string
GetDirection returns the Direction field value
func (*IpPacketFilterSet) GetDirectionOk ¶
func (o *IpPacketFilterSet) GetDirectionOk() (*string, bool)
GetDirectionOk returns a tuple with the Direction field value and a boolean to check if the value has been set.
func (*IpPacketFilterSet) GetDstIp ¶
func (o *IpPacketFilterSet) GetDstIp() string
GetDstIp returns the DstIp field value if set, zero value otherwise.
func (*IpPacketFilterSet) GetDstIpOk ¶
func (o *IpPacketFilterSet) GetDstIpOk() (*string, bool)
GetDstIpOk returns a tuple with the DstIp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpPacketFilterSet) GetDstPort ¶
func (o *IpPacketFilterSet) GetDstPort() int32
GetDstPort returns the DstPort field value if set, zero value otherwise.
func (*IpPacketFilterSet) GetDstPortOk ¶
func (o *IpPacketFilterSet) GetDstPortOk() (*int32, bool)
GetDstPortOk returns a tuple with the DstPort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpPacketFilterSet) GetFlowLabel ¶
func (o *IpPacketFilterSet) GetFlowLabel() int32
GetFlowLabel returns the FlowLabel field value if set, zero value otherwise.
func (*IpPacketFilterSet) GetFlowLabelOk ¶
func (o *IpPacketFilterSet) GetFlowLabelOk() (*int32, bool)
GetFlowLabelOk returns a tuple with the FlowLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpPacketFilterSet) GetProtocol ¶
func (o *IpPacketFilterSet) GetProtocol() int32
GetProtocol returns the Protocol field value if set, zero value otherwise.
func (*IpPacketFilterSet) GetProtocolOk ¶
func (o *IpPacketFilterSet) GetProtocolOk() (*int32, 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 (*IpPacketFilterSet) GetSpi ¶
func (o *IpPacketFilterSet) GetSpi() int32
GetSpi returns the Spi field value if set, zero value otherwise.
func (*IpPacketFilterSet) GetSpiOk ¶
func (o *IpPacketFilterSet) GetSpiOk() (*int32, bool)
GetSpiOk returns a tuple with the Spi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpPacketFilterSet) GetSrcIp ¶
func (o *IpPacketFilterSet) GetSrcIp() string
GetSrcIp returns the SrcIp field value if set, zero value otherwise.
func (*IpPacketFilterSet) GetSrcIpOk ¶
func (o *IpPacketFilterSet) GetSrcIpOk() (*string, bool)
GetSrcIpOk returns a tuple with the SrcIp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpPacketFilterSet) GetSrcPort ¶
func (o *IpPacketFilterSet) GetSrcPort() int32
GetSrcPort returns the SrcPort field value if set, zero value otherwise.
func (*IpPacketFilterSet) GetSrcPortOk ¶
func (o *IpPacketFilterSet) GetSrcPortOk() (*int32, bool)
GetSrcPortOk returns a tuple with the SrcPort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpPacketFilterSet) GetToSTc ¶
func (o *IpPacketFilterSet) GetToSTc() string
GetToSTc returns the ToSTc field value if set, zero value otherwise.
func (*IpPacketFilterSet) GetToSTcOk ¶
func (o *IpPacketFilterSet) GetToSTcOk() (*string, bool)
GetToSTcOk returns a tuple with the ToSTc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpPacketFilterSet) HasDstIp ¶
func (o *IpPacketFilterSet) HasDstIp() bool
HasDstIp returns a boolean if a field has been set.
func (*IpPacketFilterSet) HasDstPort ¶
func (o *IpPacketFilterSet) HasDstPort() bool
HasDstPort returns a boolean if a field has been set.
func (*IpPacketFilterSet) HasFlowLabel ¶
func (o *IpPacketFilterSet) HasFlowLabel() bool
HasFlowLabel returns a boolean if a field has been set.
func (*IpPacketFilterSet) HasProtocol ¶
func (o *IpPacketFilterSet) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (*IpPacketFilterSet) HasSpi ¶
func (o *IpPacketFilterSet) HasSpi() bool
HasSpi returns a boolean if a field has been set.
func (*IpPacketFilterSet) HasSrcIp ¶
func (o *IpPacketFilterSet) HasSrcIp() bool
HasSrcIp returns a boolean if a field has been set.
func (*IpPacketFilterSet) HasSrcPort ¶
func (o *IpPacketFilterSet) HasSrcPort() bool
HasSrcPort returns a boolean if a field has been set.
func (*IpPacketFilterSet) HasToSTc ¶
func (o *IpPacketFilterSet) HasToSTc() bool
HasToSTc returns a boolean if a field has been set.
func (IpPacketFilterSet) MarshalJSON ¶
func (o IpPacketFilterSet) MarshalJSON() ([]byte, error)
func (*IpPacketFilterSet) SetDirection ¶
func (o *IpPacketFilterSet) SetDirection(v string)
SetDirection sets field value
func (*IpPacketFilterSet) SetDstIp ¶
func (o *IpPacketFilterSet) SetDstIp(v string)
SetDstIp gets a reference to the given string and assigns it to the DstIp field.
func (*IpPacketFilterSet) SetDstPort ¶
func (o *IpPacketFilterSet) SetDstPort(v int32)
SetDstPort gets a reference to the given int32 and assigns it to the DstPort field.
func (*IpPacketFilterSet) SetFlowLabel ¶
func (o *IpPacketFilterSet) SetFlowLabel(v int32)
SetFlowLabel gets a reference to the given int32 and assigns it to the FlowLabel field.
func (*IpPacketFilterSet) SetProtocol ¶
func (o *IpPacketFilterSet) SetProtocol(v int32)
SetProtocol gets a reference to the given int32 and assigns it to the Protocol field.
func (*IpPacketFilterSet) SetSpi ¶
func (o *IpPacketFilterSet) SetSpi(v int32)
SetSpi gets a reference to the given int32 and assigns it to the Spi field.
func (*IpPacketFilterSet) SetSrcIp ¶
func (o *IpPacketFilterSet) SetSrcIp(v string)
SetSrcIp gets a reference to the given string and assigns it to the SrcIp field.
func (*IpPacketFilterSet) SetSrcPort ¶
func (o *IpPacketFilterSet) SetSrcPort(v int32)
SetSrcPort gets a reference to the given int32 and assigns it to the SrcPort field.
func (*IpPacketFilterSet) SetToSTc ¶
func (o *IpPacketFilterSet) SetToSTc(v string)
SetToSTc gets a reference to the given string and assigns it to the ToSTc field.
func (IpPacketFilterSet) ToMap ¶
func (o IpPacketFilterSet) ToMap() (map[string]interface{}, error)
func (*IpPacketFilterSet) UnmarshalJSON ¶
func (o *IpPacketFilterSet) UnmarshalJSON(bytes []byte) (err error)
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 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)
func (*Local2dPointUncertaintyEllipse) UnmarshalJSON ¶
func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err 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)
func (*Local3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err 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 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 M5QoSSpecification ¶
type M5QoSSpecification 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\". MarBwDlBitRate string `json:"marBwDlBitRate"` // 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\". MarBwUlBitRate string `json:"marBwUlBitRate"` // 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\". MinDesBwDlBitRate *string `json:"minDesBwDlBitRate,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\". MinDesBwUlBitRate *string `json:"minDesBwUlBitRate,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\". MirBwDlBitRate string `json:"mirBwDlBitRate"` // 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\". MirBwUlBitRate string `json:"mirBwUlBitRate"` DesLatency *int32 `json:"desLatency,omitempty"` DesLoss *int32 `json:"desLoss,omitempty"` }
M5QoSSpecification struct for M5QoSSpecification
func NewM5QoSSpecification ¶
func NewM5QoSSpecification(marBwDlBitRate string, marBwUlBitRate string, mirBwDlBitRate string, mirBwUlBitRate string) *M5QoSSpecification
NewM5QoSSpecification instantiates a new M5QoSSpecification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewM5QoSSpecificationWithDefaults ¶
func NewM5QoSSpecificationWithDefaults() *M5QoSSpecification
NewM5QoSSpecificationWithDefaults instantiates a new M5QoSSpecification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*M5QoSSpecification) GetDesLatency ¶
func (o *M5QoSSpecification) GetDesLatency() int32
GetDesLatency returns the DesLatency field value if set, zero value otherwise.
func (*M5QoSSpecification) GetDesLatencyOk ¶
func (o *M5QoSSpecification) GetDesLatencyOk() (*int32, bool)
GetDesLatencyOk returns a tuple with the DesLatency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*M5QoSSpecification) GetDesLoss ¶
func (o *M5QoSSpecification) GetDesLoss() int32
GetDesLoss returns the DesLoss field value if set, zero value otherwise.
func (*M5QoSSpecification) GetDesLossOk ¶
func (o *M5QoSSpecification) GetDesLossOk() (*int32, bool)
GetDesLossOk returns a tuple with the DesLoss field value if set, nil otherwise and a boolean to check if the value has been set.
func (*M5QoSSpecification) GetMarBwDlBitRate ¶
func (o *M5QoSSpecification) GetMarBwDlBitRate() string
GetMarBwDlBitRate returns the MarBwDlBitRate field value
func (*M5QoSSpecification) GetMarBwDlBitRateOk ¶
func (o *M5QoSSpecification) GetMarBwDlBitRateOk() (*string, bool)
GetMarBwDlBitRateOk returns a tuple with the MarBwDlBitRate field value and a boolean to check if the value has been set.
func (*M5QoSSpecification) GetMarBwUlBitRate ¶
func (o *M5QoSSpecification) GetMarBwUlBitRate() string
GetMarBwUlBitRate returns the MarBwUlBitRate field value
func (*M5QoSSpecification) GetMarBwUlBitRateOk ¶
func (o *M5QoSSpecification) GetMarBwUlBitRateOk() (*string, bool)
GetMarBwUlBitRateOk returns a tuple with the MarBwUlBitRate field value and a boolean to check if the value has been set.
func (*M5QoSSpecification) GetMinDesBwDlBitRate ¶
func (o *M5QoSSpecification) GetMinDesBwDlBitRate() string
GetMinDesBwDlBitRate returns the MinDesBwDlBitRate field value if set, zero value otherwise.
func (*M5QoSSpecification) GetMinDesBwDlBitRateOk ¶
func (o *M5QoSSpecification) GetMinDesBwDlBitRateOk() (*string, bool)
GetMinDesBwDlBitRateOk returns a tuple with the MinDesBwDlBitRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*M5QoSSpecification) GetMinDesBwUlBitRate ¶
func (o *M5QoSSpecification) GetMinDesBwUlBitRate() string
GetMinDesBwUlBitRate returns the MinDesBwUlBitRate field value if set, zero value otherwise.
func (*M5QoSSpecification) GetMinDesBwUlBitRateOk ¶
func (o *M5QoSSpecification) GetMinDesBwUlBitRateOk() (*string, bool)
GetMinDesBwUlBitRateOk returns a tuple with the MinDesBwUlBitRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*M5QoSSpecification) GetMirBwDlBitRate ¶
func (o *M5QoSSpecification) GetMirBwDlBitRate() string
GetMirBwDlBitRate returns the MirBwDlBitRate field value
func (*M5QoSSpecification) GetMirBwDlBitRateOk ¶
func (o *M5QoSSpecification) GetMirBwDlBitRateOk() (*string, bool)
GetMirBwDlBitRateOk returns a tuple with the MirBwDlBitRate field value and a boolean to check if the value has been set.
func (*M5QoSSpecification) GetMirBwUlBitRate ¶
func (o *M5QoSSpecification) GetMirBwUlBitRate() string
GetMirBwUlBitRate returns the MirBwUlBitRate field value
func (*M5QoSSpecification) GetMirBwUlBitRateOk ¶
func (o *M5QoSSpecification) GetMirBwUlBitRateOk() (*string, bool)
GetMirBwUlBitRateOk returns a tuple with the MirBwUlBitRate field value and a boolean to check if the value has been set.
func (*M5QoSSpecification) HasDesLatency ¶
func (o *M5QoSSpecification) HasDesLatency() bool
HasDesLatency returns a boolean if a field has been set.
func (*M5QoSSpecification) HasDesLoss ¶
func (o *M5QoSSpecification) HasDesLoss() bool
HasDesLoss returns a boolean if a field has been set.
func (*M5QoSSpecification) HasMinDesBwDlBitRate ¶
func (o *M5QoSSpecification) HasMinDesBwDlBitRate() bool
HasMinDesBwDlBitRate returns a boolean if a field has been set.
func (*M5QoSSpecification) HasMinDesBwUlBitRate ¶
func (o *M5QoSSpecification) HasMinDesBwUlBitRate() bool
HasMinDesBwUlBitRate returns a boolean if a field has been set.
func (M5QoSSpecification) MarshalJSON ¶
func (o M5QoSSpecification) MarshalJSON() ([]byte, error)
func (*M5QoSSpecification) SetDesLatency ¶
func (o *M5QoSSpecification) SetDesLatency(v int32)
SetDesLatency gets a reference to the given int32 and assigns it to the DesLatency field.
func (*M5QoSSpecification) SetDesLoss ¶
func (o *M5QoSSpecification) SetDesLoss(v int32)
SetDesLoss gets a reference to the given int32 and assigns it to the DesLoss field.
func (*M5QoSSpecification) SetMarBwDlBitRate ¶
func (o *M5QoSSpecification) SetMarBwDlBitRate(v string)
SetMarBwDlBitRate sets field value
func (*M5QoSSpecification) SetMarBwUlBitRate ¶
func (o *M5QoSSpecification) SetMarBwUlBitRate(v string)
SetMarBwUlBitRate sets field value
func (*M5QoSSpecification) SetMinDesBwDlBitRate ¶
func (o *M5QoSSpecification) SetMinDesBwDlBitRate(v string)
SetMinDesBwDlBitRate gets a reference to the given string and assigns it to the MinDesBwDlBitRate field.
func (*M5QoSSpecification) SetMinDesBwUlBitRate ¶
func (o *M5QoSSpecification) SetMinDesBwUlBitRate(v string)
SetMinDesBwUlBitRate gets a reference to the given string and assigns it to the MinDesBwUlBitRate field.
func (*M5QoSSpecification) SetMirBwDlBitRate ¶
func (o *M5QoSSpecification) SetMirBwDlBitRate(v string)
SetMirBwDlBitRate sets field value
func (*M5QoSSpecification) SetMirBwUlBitRate ¶
func (o *M5QoSSpecification) SetMirBwUlBitRate(v string)
SetMirBwUlBitRate sets field value
func (M5QoSSpecification) ToMap ¶
func (o M5QoSSpecification) ToMap() (map[string]interface{}, error)
func (*M5QoSSpecification) UnmarshalJSON ¶
func (o *M5QoSSpecification) UnmarshalJSON(bytes []byte) (err error)
type MSAccessActivityCollection ¶
type MSAccessActivityCollection struct {
MsAccActs []MediaStreamingAccessRecord `json:"msAccActs"`
}
MSAccessActivityCollection Contains Media Streaming access activity collected for an UE Application via AF.
func NewMSAccessActivityCollection ¶
func NewMSAccessActivityCollection(msAccActs []MediaStreamingAccessRecord) *MSAccessActivityCollection
NewMSAccessActivityCollection instantiates a new MSAccessActivityCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMSAccessActivityCollectionWithDefaults ¶
func NewMSAccessActivityCollectionWithDefaults() *MSAccessActivityCollection
NewMSAccessActivityCollectionWithDefaults instantiates a new MSAccessActivityCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MSAccessActivityCollection) GetMsAccActs ¶
func (o *MSAccessActivityCollection) GetMsAccActs() []MediaStreamingAccessRecord
GetMsAccActs returns the MsAccActs field value
func (*MSAccessActivityCollection) GetMsAccActsOk ¶
func (o *MSAccessActivityCollection) GetMsAccActsOk() ([]MediaStreamingAccessRecord, bool)
GetMsAccActsOk returns a tuple with the MsAccActs field value and a boolean to check if the value has been set.
func (MSAccessActivityCollection) MarshalJSON ¶
func (o MSAccessActivityCollection) MarshalJSON() ([]byte, error)
func (*MSAccessActivityCollection) SetMsAccActs ¶
func (o *MSAccessActivityCollection) SetMsAccActs(v []MediaStreamingAccessRecord)
SetMsAccActs sets field value
func (MSAccessActivityCollection) ToMap ¶
func (o MSAccessActivityCollection) ToMap() (map[string]interface{}, error)
func (*MSAccessActivityCollection) UnmarshalJSON ¶
func (o *MSAccessActivityCollection) UnmarshalJSON(bytes []byte) (err error)
type MappedNullable ¶
type MediaStreamingAccessRecord ¶
type MediaStreamingAccessRecord struct { BaseRecord MediaStreamHandlerEndpointAddress EndpointAddress `json:"mediaStreamHandlerEndpointAddress"` ApplicationServerEndpointAddress EndpointAddress `json:"applicationServerEndpointAddress"` SessionIdentifier *string `json:"sessionIdentifier,omitempty"` RequestMessage MediaStreamingAccessRecordAllOfRequestMessage `json:"requestMessage"` CacheStatus *CacheStatus `json:"cacheStatus,omitempty"` ResponseMessage MediaStreamingAccessRecordAllOfResponseMessage `json:"responseMessage"` // string with format 'float' as defined in OpenAPI. ProcessingLatency float32 `json:"processingLatency"` ConnectionMetrics *MediaStreamingAccessRecordAllOfConnectionMetrics `json:"connectionMetrics,omitempty"` }
MediaStreamingAccessRecord struct for MediaStreamingAccessRecord
func NewMediaStreamingAccessRecord ¶
func NewMediaStreamingAccessRecord(mediaStreamHandlerEndpointAddress EndpointAddress, applicationServerEndpointAddress EndpointAddress, requestMessage MediaStreamingAccessRecordAllOfRequestMessage, responseMessage MediaStreamingAccessRecordAllOfResponseMessage, processingLatency float32, timestamp time.Time) *MediaStreamingAccessRecord
NewMediaStreamingAccessRecord instantiates a new MediaStreamingAccessRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMediaStreamingAccessRecordWithDefaults ¶
func NewMediaStreamingAccessRecordWithDefaults() *MediaStreamingAccessRecord
NewMediaStreamingAccessRecordWithDefaults instantiates a new MediaStreamingAccessRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MediaStreamingAccessRecord) GetApplicationServerEndpointAddress ¶
func (o *MediaStreamingAccessRecord) GetApplicationServerEndpointAddress() EndpointAddress
GetApplicationServerEndpointAddress returns the ApplicationServerEndpointAddress field value
func (*MediaStreamingAccessRecord) GetApplicationServerEndpointAddressOk ¶
func (o *MediaStreamingAccessRecord) GetApplicationServerEndpointAddressOk() (*EndpointAddress, bool)
GetApplicationServerEndpointAddressOk returns a tuple with the ApplicationServerEndpointAddress field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecord) GetCacheStatus ¶
func (o *MediaStreamingAccessRecord) GetCacheStatus() CacheStatus
GetCacheStatus returns the CacheStatus field value if set, zero value otherwise.
func (*MediaStreamingAccessRecord) GetCacheStatusOk ¶
func (o *MediaStreamingAccessRecord) GetCacheStatusOk() (*CacheStatus, bool)
GetCacheStatusOk returns a tuple with the CacheStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecord) GetConnectionMetrics ¶
func (o *MediaStreamingAccessRecord) GetConnectionMetrics() MediaStreamingAccessRecordAllOfConnectionMetrics
GetConnectionMetrics returns the ConnectionMetrics field value if set, zero value otherwise.
func (*MediaStreamingAccessRecord) GetConnectionMetricsOk ¶
func (o *MediaStreamingAccessRecord) GetConnectionMetricsOk() (*MediaStreamingAccessRecordAllOfConnectionMetrics, bool)
GetConnectionMetricsOk returns a tuple with the ConnectionMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecord) GetMediaStreamHandlerEndpointAddress ¶
func (o *MediaStreamingAccessRecord) GetMediaStreamHandlerEndpointAddress() EndpointAddress
GetMediaStreamHandlerEndpointAddress returns the MediaStreamHandlerEndpointAddress field value
func (*MediaStreamingAccessRecord) GetMediaStreamHandlerEndpointAddressOk ¶
func (o *MediaStreamingAccessRecord) GetMediaStreamHandlerEndpointAddressOk() (*EndpointAddress, bool)
GetMediaStreamHandlerEndpointAddressOk returns a tuple with the MediaStreamHandlerEndpointAddress field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecord) GetProcessingLatency ¶
func (o *MediaStreamingAccessRecord) GetProcessingLatency() float32
GetProcessingLatency returns the ProcessingLatency field value
func (*MediaStreamingAccessRecord) GetProcessingLatencyOk ¶
func (o *MediaStreamingAccessRecord) GetProcessingLatencyOk() (*float32, bool)
GetProcessingLatencyOk returns a tuple with the ProcessingLatency field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecord) GetRequestMessage ¶
func (o *MediaStreamingAccessRecord) GetRequestMessage() MediaStreamingAccessRecordAllOfRequestMessage
GetRequestMessage returns the RequestMessage field value
func (*MediaStreamingAccessRecord) GetRequestMessageOk ¶
func (o *MediaStreamingAccessRecord) GetRequestMessageOk() (*MediaStreamingAccessRecordAllOfRequestMessage, bool)
GetRequestMessageOk returns a tuple with the RequestMessage field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecord) GetResponseMessage ¶
func (o *MediaStreamingAccessRecord) GetResponseMessage() MediaStreamingAccessRecordAllOfResponseMessage
GetResponseMessage returns the ResponseMessage field value
func (*MediaStreamingAccessRecord) GetResponseMessageOk ¶
func (o *MediaStreamingAccessRecord) GetResponseMessageOk() (*MediaStreamingAccessRecordAllOfResponseMessage, bool)
GetResponseMessageOk returns a tuple with the ResponseMessage field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecord) GetSessionIdentifier ¶
func (o *MediaStreamingAccessRecord) GetSessionIdentifier() string
GetSessionIdentifier returns the SessionIdentifier field value if set, zero value otherwise.
func (*MediaStreamingAccessRecord) GetSessionIdentifierOk ¶
func (o *MediaStreamingAccessRecord) GetSessionIdentifierOk() (*string, bool)
GetSessionIdentifierOk returns a tuple with the SessionIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecord) HasCacheStatus ¶
func (o *MediaStreamingAccessRecord) HasCacheStatus() bool
HasCacheStatus returns a boolean if a field has been set.
func (*MediaStreamingAccessRecord) HasConnectionMetrics ¶
func (o *MediaStreamingAccessRecord) HasConnectionMetrics() bool
HasConnectionMetrics returns a boolean if a field has been set.
func (*MediaStreamingAccessRecord) HasSessionIdentifier ¶
func (o *MediaStreamingAccessRecord) HasSessionIdentifier() bool
HasSessionIdentifier returns a boolean if a field has been set.
func (MediaStreamingAccessRecord) MarshalJSON ¶
func (o MediaStreamingAccessRecord) MarshalJSON() ([]byte, error)
func (*MediaStreamingAccessRecord) SetApplicationServerEndpointAddress ¶
func (o *MediaStreamingAccessRecord) SetApplicationServerEndpointAddress(v EndpointAddress)
SetApplicationServerEndpointAddress sets field value
func (*MediaStreamingAccessRecord) SetCacheStatus ¶
func (o *MediaStreamingAccessRecord) SetCacheStatus(v CacheStatus)
SetCacheStatus gets a reference to the given CacheStatus and assigns it to the CacheStatus field.
func (*MediaStreamingAccessRecord) SetConnectionMetrics ¶
func (o *MediaStreamingAccessRecord) SetConnectionMetrics(v MediaStreamingAccessRecordAllOfConnectionMetrics)
SetConnectionMetrics gets a reference to the given MediaStreamingAccessRecordAllOfConnectionMetrics and assigns it to the ConnectionMetrics field.
func (*MediaStreamingAccessRecord) SetMediaStreamHandlerEndpointAddress ¶
func (o *MediaStreamingAccessRecord) SetMediaStreamHandlerEndpointAddress(v EndpointAddress)
SetMediaStreamHandlerEndpointAddress sets field value
func (*MediaStreamingAccessRecord) SetProcessingLatency ¶
func (o *MediaStreamingAccessRecord) SetProcessingLatency(v float32)
SetProcessingLatency sets field value
func (*MediaStreamingAccessRecord) SetRequestMessage ¶
func (o *MediaStreamingAccessRecord) SetRequestMessage(v MediaStreamingAccessRecordAllOfRequestMessage)
SetRequestMessage sets field value
func (*MediaStreamingAccessRecord) SetResponseMessage ¶
func (o *MediaStreamingAccessRecord) SetResponseMessage(v MediaStreamingAccessRecordAllOfResponseMessage)
SetResponseMessage sets field value
func (*MediaStreamingAccessRecord) SetSessionIdentifier ¶
func (o *MediaStreamingAccessRecord) SetSessionIdentifier(v string)
SetSessionIdentifier gets a reference to the given string and assigns it to the SessionIdentifier field.
func (MediaStreamingAccessRecord) ToMap ¶
func (o MediaStreamingAccessRecord) ToMap() (map[string]interface{}, error)
func (*MediaStreamingAccessRecord) UnmarshalJSON ¶
func (o *MediaStreamingAccessRecord) UnmarshalJSON(bytes []byte) (err error)
type MediaStreamingAccessRecordAllOfConnectionMetrics ¶
type MediaStreamingAccessRecordAllOfConnectionMetrics struct { // string with format 'float' as defined in OpenAPI. MeanNetworkRoundTripTime float32 `json:"meanNetworkRoundTripTime"` // string with format 'float' as defined in OpenAPI. NetworkRoundTripTimeVariation float32 `json:"networkRoundTripTimeVariation"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. CongestionWindowSize int32 `json:"congestionWindowSize"` }
MediaStreamingAccessRecordAllOfConnectionMetrics struct for MediaStreamingAccessRecordAllOfConnectionMetrics
func NewMediaStreamingAccessRecordAllOfConnectionMetrics ¶
func NewMediaStreamingAccessRecordAllOfConnectionMetrics(meanNetworkRoundTripTime float32, networkRoundTripTimeVariation float32, congestionWindowSize int32) *MediaStreamingAccessRecordAllOfConnectionMetrics
NewMediaStreamingAccessRecordAllOfConnectionMetrics instantiates a new MediaStreamingAccessRecordAllOfConnectionMetrics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMediaStreamingAccessRecordAllOfConnectionMetricsWithDefaults ¶
func NewMediaStreamingAccessRecordAllOfConnectionMetricsWithDefaults() *MediaStreamingAccessRecordAllOfConnectionMetrics
NewMediaStreamingAccessRecordAllOfConnectionMetricsWithDefaults instantiates a new MediaStreamingAccessRecordAllOfConnectionMetrics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MediaStreamingAccessRecordAllOfConnectionMetrics) GetCongestionWindowSize ¶
func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetCongestionWindowSize() int32
GetCongestionWindowSize returns the CongestionWindowSize field value
func (*MediaStreamingAccessRecordAllOfConnectionMetrics) GetCongestionWindowSizeOk ¶
func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetCongestionWindowSizeOk() (*int32, bool)
GetCongestionWindowSizeOk returns a tuple with the CongestionWindowSize field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfConnectionMetrics) GetMeanNetworkRoundTripTime ¶
func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetMeanNetworkRoundTripTime() float32
GetMeanNetworkRoundTripTime returns the MeanNetworkRoundTripTime field value
func (*MediaStreamingAccessRecordAllOfConnectionMetrics) GetMeanNetworkRoundTripTimeOk ¶
func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetMeanNetworkRoundTripTimeOk() (*float32, bool)
GetMeanNetworkRoundTripTimeOk returns a tuple with the MeanNetworkRoundTripTime field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfConnectionMetrics) GetNetworkRoundTripTimeVariation ¶
func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetNetworkRoundTripTimeVariation() float32
GetNetworkRoundTripTimeVariation returns the NetworkRoundTripTimeVariation field value
func (*MediaStreamingAccessRecordAllOfConnectionMetrics) GetNetworkRoundTripTimeVariationOk ¶
func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) GetNetworkRoundTripTimeVariationOk() (*float32, bool)
GetNetworkRoundTripTimeVariationOk returns a tuple with the NetworkRoundTripTimeVariation field value and a boolean to check if the value has been set.
func (MediaStreamingAccessRecordAllOfConnectionMetrics) MarshalJSON ¶
func (o MediaStreamingAccessRecordAllOfConnectionMetrics) MarshalJSON() ([]byte, error)
func (*MediaStreamingAccessRecordAllOfConnectionMetrics) SetCongestionWindowSize ¶
func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetCongestionWindowSize(v int32)
SetCongestionWindowSize sets field value
func (*MediaStreamingAccessRecordAllOfConnectionMetrics) SetMeanNetworkRoundTripTime ¶
func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetMeanNetworkRoundTripTime(v float32)
SetMeanNetworkRoundTripTime sets field value
func (*MediaStreamingAccessRecordAllOfConnectionMetrics) SetNetworkRoundTripTimeVariation ¶
func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) SetNetworkRoundTripTimeVariation(v float32)
SetNetworkRoundTripTimeVariation sets field value
func (MediaStreamingAccessRecordAllOfConnectionMetrics) ToMap ¶
func (o MediaStreamingAccessRecordAllOfConnectionMetrics) ToMap() (map[string]interface{}, error)
func (*MediaStreamingAccessRecordAllOfConnectionMetrics) UnmarshalJSON ¶
func (o *MediaStreamingAccessRecordAllOfConnectionMetrics) UnmarshalJSON(bytes []byte) (err error)
type MediaStreamingAccessRecordAllOfRequestMessage ¶
type MediaStreamingAccessRecordAllOfRequestMessage struct { Method string `json:"method"` // Absolute Uniform Resource Locator, conforming with the \"absolute-URI\" production specified in IETF RFC 3986, section 4.3 in which the scheme part is \"http\" or \"https\". Note that the \"query\" suffix is permitted by this production but the \"fragment\" suffix is not. Url string `json:"url"` ProtocolVersion string `json:"protocolVersion"` Range *string `json:"range,omitempty"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Size int32 `json:"size"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. BodySize int32 `json:"bodySize"` ContentType *string `json:"contentType,omitempty"` UserAgent *string `json:"userAgent,omitempty"` UserIdentity *string `json:"userIdentity,omitempty"` // Absolute Uniform Resource Locator, conforming with the \"absolute-URI\" production specified in IETF RFC 3986, section 4.3 in which the scheme part is \"http\" or \"https\". Note that the \"query\" suffix is permitted by this production but the \"fragment\" suffix is not. Referer *string `json:"referer,omitempty"` }
MediaStreamingAccessRecordAllOfRequestMessage struct for MediaStreamingAccessRecordAllOfRequestMessage
func NewMediaStreamingAccessRecordAllOfRequestMessage ¶
func NewMediaStreamingAccessRecordAllOfRequestMessage(method string, url string, protocolVersion string, size int32, bodySize int32) *MediaStreamingAccessRecordAllOfRequestMessage
NewMediaStreamingAccessRecordAllOfRequestMessage instantiates a new MediaStreamingAccessRecordAllOfRequestMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMediaStreamingAccessRecordAllOfRequestMessageWithDefaults ¶
func NewMediaStreamingAccessRecordAllOfRequestMessageWithDefaults() *MediaStreamingAccessRecordAllOfRequestMessage
NewMediaStreamingAccessRecordAllOfRequestMessageWithDefaults instantiates a new MediaStreamingAccessRecordAllOfRequestMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetBodySize ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetBodySize() int32
GetBodySize returns the BodySize field value
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetBodySizeOk ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetBodySizeOk() (*int32, bool)
GetBodySizeOk returns a tuple with the BodySize field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetContentType ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetContentType() string
GetContentType returns the ContentType field value if set, zero value otherwise.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetContentTypeOk ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetContentTypeOk() (*string, bool)
GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetMethod ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetMethod() string
GetMethod returns the Method field value
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetMethodOk ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetProtocolVersion ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetProtocolVersion() string
GetProtocolVersion returns the ProtocolVersion field value
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetProtocolVersionOk ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetProtocolVersionOk() (*string, bool)
GetProtocolVersionOk returns a tuple with the ProtocolVersion field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetRange ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRange() string
GetRange returns the Range field value if set, zero value otherwise.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetRangeOk ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRangeOk() (*string, bool)
GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetReferer ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetReferer() string
GetReferer returns the Referer field value if set, zero value otherwise.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetRefererOk ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetRefererOk() (*string, bool)
GetRefererOk returns a tuple with the Referer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetSize ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetSize() int32
GetSize returns the Size field value
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetSizeOk ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetUrl ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUrl() string
GetUrl returns the Url field value
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetUrlOk ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetUserAgent ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserAgent() string
GetUserAgent returns the UserAgent field value if set, zero value otherwise.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetUserAgentOk ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetUserIdentity ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserIdentity() string
GetUserIdentity returns the UserIdentity field value if set, zero value otherwise.
func (*MediaStreamingAccessRecordAllOfRequestMessage) GetUserIdentityOk ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) GetUserIdentityOk() (*string, bool)
GetUserIdentityOk returns a tuple with the UserIdentity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) HasContentType ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) HasRange ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasRange() bool
HasRange returns a boolean if a field has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) HasReferer ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasReferer() bool
HasReferer returns a boolean if a field has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) HasUserAgent ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.
func (*MediaStreamingAccessRecordAllOfRequestMessage) HasUserIdentity ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) HasUserIdentity() bool
HasUserIdentity returns a boolean if a field has been set.
func (MediaStreamingAccessRecordAllOfRequestMessage) MarshalJSON ¶
func (o MediaStreamingAccessRecordAllOfRequestMessage) MarshalJSON() ([]byte, error)
func (*MediaStreamingAccessRecordAllOfRequestMessage) SetBodySize ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetBodySize(v int32)
SetBodySize sets field value
func (*MediaStreamingAccessRecordAllOfRequestMessage) SetContentType ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetContentType(v string)
SetContentType gets a reference to the given string and assigns it to the ContentType field.
func (*MediaStreamingAccessRecordAllOfRequestMessage) SetMethod ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetMethod(v string)
SetMethod sets field value
func (*MediaStreamingAccessRecordAllOfRequestMessage) SetProtocolVersion ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetProtocolVersion(v string)
SetProtocolVersion sets field value
func (*MediaStreamingAccessRecordAllOfRequestMessage) SetRange ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetRange(v string)
SetRange gets a reference to the given string and assigns it to the Range field.
func (*MediaStreamingAccessRecordAllOfRequestMessage) SetReferer ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetReferer(v string)
SetReferer gets a reference to the given string and assigns it to the Referer field.
func (*MediaStreamingAccessRecordAllOfRequestMessage) SetSize ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetSize(v int32)
SetSize sets field value
func (*MediaStreamingAccessRecordAllOfRequestMessage) SetUrl ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUrl(v string)
SetUrl sets field value
func (*MediaStreamingAccessRecordAllOfRequestMessage) SetUserAgent ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUserAgent(v string)
SetUserAgent gets a reference to the given string and assigns it to the UserAgent field.
func (*MediaStreamingAccessRecordAllOfRequestMessage) SetUserIdentity ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) SetUserIdentity(v string)
SetUserIdentity gets a reference to the given string and assigns it to the UserIdentity field.
func (MediaStreamingAccessRecordAllOfRequestMessage) ToMap ¶
func (o MediaStreamingAccessRecordAllOfRequestMessage) ToMap() (map[string]interface{}, error)
func (*MediaStreamingAccessRecordAllOfRequestMessage) UnmarshalJSON ¶
func (o *MediaStreamingAccessRecordAllOfRequestMessage) UnmarshalJSON(bytes []byte) (err error)
type MediaStreamingAccessRecordAllOfResponseMessage ¶
type MediaStreamingAccessRecordAllOfResponseMessage struct { // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. ResponseCode int32 `json:"responseCode"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. Size int32 `json:"size"` // Unsigned Integer, i.e. only value 0 and integers above 0 are permissible. BodySize int32 `json:"bodySize"` ContentType *string `json:"contentType,omitempty"` }
MediaStreamingAccessRecordAllOfResponseMessage struct for MediaStreamingAccessRecordAllOfResponseMessage
func NewMediaStreamingAccessRecordAllOfResponseMessage ¶
func NewMediaStreamingAccessRecordAllOfResponseMessage(responseCode int32, size int32, bodySize int32) *MediaStreamingAccessRecordAllOfResponseMessage
NewMediaStreamingAccessRecordAllOfResponseMessage instantiates a new MediaStreamingAccessRecordAllOfResponseMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMediaStreamingAccessRecordAllOfResponseMessageWithDefaults ¶
func NewMediaStreamingAccessRecordAllOfResponseMessageWithDefaults() *MediaStreamingAccessRecordAllOfResponseMessage
NewMediaStreamingAccessRecordAllOfResponseMessageWithDefaults instantiates a new MediaStreamingAccessRecordAllOfResponseMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MediaStreamingAccessRecordAllOfResponseMessage) GetBodySize ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetBodySize() int32
GetBodySize returns the BodySize field value
func (*MediaStreamingAccessRecordAllOfResponseMessage) GetBodySizeOk ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetBodySizeOk() (*int32, bool)
GetBodySizeOk returns a tuple with the BodySize field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfResponseMessage) GetContentType ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetContentType() string
GetContentType returns the ContentType field value if set, zero value otherwise.
func (*MediaStreamingAccessRecordAllOfResponseMessage) GetContentTypeOk ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetContentTypeOk() (*string, bool)
GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfResponseMessage) GetResponseCode ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetResponseCode() int32
GetResponseCode returns the ResponseCode field value
func (*MediaStreamingAccessRecordAllOfResponseMessage) GetResponseCodeOk ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetResponseCodeOk() (*int32, bool)
GetResponseCodeOk returns a tuple with the ResponseCode field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfResponseMessage) GetSize ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetSize() int32
GetSize returns the Size field value
func (*MediaStreamingAccessRecordAllOfResponseMessage) GetSizeOk ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*MediaStreamingAccessRecordAllOfResponseMessage) HasContentType ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (MediaStreamingAccessRecordAllOfResponseMessage) MarshalJSON ¶
func (o MediaStreamingAccessRecordAllOfResponseMessage) MarshalJSON() ([]byte, error)
func (*MediaStreamingAccessRecordAllOfResponseMessage) SetBodySize ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetBodySize(v int32)
SetBodySize sets field value
func (*MediaStreamingAccessRecordAllOfResponseMessage) SetContentType ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetContentType(v string)
SetContentType gets a reference to the given string and assigns it to the ContentType field.
func (*MediaStreamingAccessRecordAllOfResponseMessage) SetResponseCode ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetResponseCode(v int32)
SetResponseCode sets field value
func (*MediaStreamingAccessRecordAllOfResponseMessage) SetSize ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) SetSize(v int32)
SetSize sets field value
func (MediaStreamingAccessRecordAllOfResponseMessage) ToMap ¶
func (o MediaStreamingAccessRecordAllOfResponseMessage) ToMap() (map[string]interface{}, error)
func (*MediaStreamingAccessRecordAllOfResponseMessage) UnmarshalJSON ¶
func (o *MediaStreamingAccessRecordAllOfResponseMessage) UnmarshalJSON(bytes []byte) (err error)
type MediaType ¶
type MediaType struct {
// contains filtered or unexported fields
}
MediaType Indicates the media type of a media component.
func (*MediaType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*MediaType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type MsConsumptionCollection ¶
type MsConsumptionCollection struct {
MsConsumps []string `json:"msConsumps"`
}
MsConsumptionCollection Contains the Media Streaming Consumption information collected for an UE Application via AF.
func NewMsConsumptionCollection ¶
func NewMsConsumptionCollection(msConsumps []string) *MsConsumptionCollection
NewMsConsumptionCollection instantiates a new MsConsumptionCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMsConsumptionCollectionWithDefaults ¶
func NewMsConsumptionCollectionWithDefaults() *MsConsumptionCollection
NewMsConsumptionCollectionWithDefaults instantiates a new MsConsumptionCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MsConsumptionCollection) GetMsConsumps ¶
func (o *MsConsumptionCollection) GetMsConsumps() []string
GetMsConsumps returns the MsConsumps field value
func (*MsConsumptionCollection) GetMsConsumpsOk ¶
func (o *MsConsumptionCollection) GetMsConsumpsOk() ([]string, bool)
GetMsConsumpsOk returns a tuple with the MsConsumps field value and a boolean to check if the value has been set.
func (MsConsumptionCollection) MarshalJSON ¶
func (o MsConsumptionCollection) MarshalJSON() ([]byte, error)
func (*MsConsumptionCollection) SetMsConsumps ¶
func (o *MsConsumptionCollection) SetMsConsumps(v []string)
SetMsConsumps sets field value
func (MsConsumptionCollection) ToMap ¶
func (o MsConsumptionCollection) ToMap() (map[string]interface{}, error)
func (*MsConsumptionCollection) UnmarshalJSON ¶
func (o *MsConsumptionCollection) UnmarshalJSON(bytes []byte) (err error)
type MsDynPolicyInvocationCollection ¶
type MsDynPolicyInvocationCollection struct {
MsDynPlyInvocs []DynamicPolicy `json:"msDynPlyInvocs"`
}
MsDynPolicyInvocationCollection Contains the Media Streaming Dynamic Policy invocation collected for an UE Application via AF.
func NewMsDynPolicyInvocationCollection ¶
func NewMsDynPolicyInvocationCollection(msDynPlyInvocs []DynamicPolicy) *MsDynPolicyInvocationCollection
NewMsDynPolicyInvocationCollection instantiates a new MsDynPolicyInvocationCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMsDynPolicyInvocationCollectionWithDefaults ¶
func NewMsDynPolicyInvocationCollectionWithDefaults() *MsDynPolicyInvocationCollection
NewMsDynPolicyInvocationCollectionWithDefaults instantiates a new MsDynPolicyInvocationCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MsDynPolicyInvocationCollection) GetMsDynPlyInvocs ¶
func (o *MsDynPolicyInvocationCollection) GetMsDynPlyInvocs() []DynamicPolicy
GetMsDynPlyInvocs returns the MsDynPlyInvocs field value
func (*MsDynPolicyInvocationCollection) GetMsDynPlyInvocsOk ¶
func (o *MsDynPolicyInvocationCollection) GetMsDynPlyInvocsOk() ([]DynamicPolicy, bool)
GetMsDynPlyInvocsOk returns a tuple with the MsDynPlyInvocs field value and a boolean to check if the value has been set.
func (MsDynPolicyInvocationCollection) MarshalJSON ¶
func (o MsDynPolicyInvocationCollection) MarshalJSON() ([]byte, error)
func (*MsDynPolicyInvocationCollection) SetMsDynPlyInvocs ¶
func (o *MsDynPolicyInvocationCollection) SetMsDynPlyInvocs(v []DynamicPolicy)
SetMsDynPlyInvocs sets field value
func (MsDynPolicyInvocationCollection) ToMap ¶
func (o MsDynPolicyInvocationCollection) ToMap() (map[string]interface{}, error)
func (*MsDynPolicyInvocationCollection) UnmarshalJSON ¶
func (o *MsDynPolicyInvocationCollection) UnmarshalJSON(bytes []byte) (err error)
type MsNetAssInvocationCollection ¶
type MsNetAssInvocationCollection struct {
MsNetAssInvocs []NetworkAssistanceSession `json:"msNetAssInvocs"`
}
MsNetAssInvocationCollection Contains the Media Streaming Network Assistance invocation collected for an UE Application via AF.
func NewMsNetAssInvocationCollection ¶
func NewMsNetAssInvocationCollection(msNetAssInvocs []NetworkAssistanceSession) *MsNetAssInvocationCollection
NewMsNetAssInvocationCollection instantiates a new MsNetAssInvocationCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMsNetAssInvocationCollectionWithDefaults ¶
func NewMsNetAssInvocationCollectionWithDefaults() *MsNetAssInvocationCollection
NewMsNetAssInvocationCollectionWithDefaults instantiates a new MsNetAssInvocationCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MsNetAssInvocationCollection) GetMsNetAssInvocs ¶
func (o *MsNetAssInvocationCollection) GetMsNetAssInvocs() []NetworkAssistanceSession
GetMsNetAssInvocs returns the MsNetAssInvocs field value
func (*MsNetAssInvocationCollection) GetMsNetAssInvocsOk ¶
func (o *MsNetAssInvocationCollection) GetMsNetAssInvocsOk() ([]NetworkAssistanceSession, bool)
GetMsNetAssInvocsOk returns a tuple with the MsNetAssInvocs field value and a boolean to check if the value has been set.
func (MsNetAssInvocationCollection) MarshalJSON ¶
func (o MsNetAssInvocationCollection) MarshalJSON() ([]byte, error)
func (*MsNetAssInvocationCollection) SetMsNetAssInvocs ¶
func (o *MsNetAssInvocationCollection) SetMsNetAssInvocs(v []NetworkAssistanceSession)
SetMsNetAssInvocs sets field value
func (MsNetAssInvocationCollection) ToMap ¶
func (o MsNetAssInvocationCollection) ToMap() (map[string]interface{}, error)
func (*MsNetAssInvocationCollection) UnmarshalJSON ¶
func (o *MsNetAssInvocationCollection) UnmarshalJSON(bytes []byte) (err error)
type MsQoeMetricsCollection ¶
type MsQoeMetricsCollection struct {
MsQoeMetrics []string `json:"msQoeMetrics"`
}
MsQoeMetricsCollection Contains the Media Streaming QoE metrics information collected for an UE Application via AF.
func NewMsQoeMetricsCollection ¶
func NewMsQoeMetricsCollection(msQoeMetrics []string) *MsQoeMetricsCollection
NewMsQoeMetricsCollection instantiates a new MsQoeMetricsCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMsQoeMetricsCollectionWithDefaults ¶
func NewMsQoeMetricsCollectionWithDefaults() *MsQoeMetricsCollection
NewMsQoeMetricsCollectionWithDefaults instantiates a new MsQoeMetricsCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MsQoeMetricsCollection) GetMsQoeMetrics ¶
func (o *MsQoeMetricsCollection) GetMsQoeMetrics() []string
GetMsQoeMetrics returns the MsQoeMetrics field value
func (*MsQoeMetricsCollection) GetMsQoeMetricsOk ¶
func (o *MsQoeMetricsCollection) GetMsQoeMetricsOk() ([]string, bool)
GetMsQoeMetricsOk returns a tuple with the MsQoeMetrics field value and a boolean to check if the value has been set.
func (MsQoeMetricsCollection) MarshalJSON ¶
func (o MsQoeMetricsCollection) MarshalJSON() ([]byte, error)
func (*MsQoeMetricsCollection) SetMsQoeMetrics ¶
func (o *MsQoeMetricsCollection) SetMsQoeMetrics(v []string)
SetMsQoeMetrics sets field value
func (MsQoeMetricsCollection) ToMap ¶
func (o MsQoeMetricsCollection) ToMap() (map[string]interface{}, error)
func (*MsQoeMetricsCollection) UnmarshalJSON ¶
func (o *MsQoeMetricsCollection) UnmarshalJSON(bytes []byte) (err error)
type NFType ¶
type NFType struct {
// contains filtered or unexported fields
}
NFType NF types known to NRF
func (*NFType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Ncgi ¶
type Ncgi struct { PlmnId PlmnId `json:"plmnId"` // 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. NrCellId string `json:"nrCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ncgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
func (*Ncgi) UnmarshalJSON ¶
type 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 NetworkAssistanceSession ¶
type NetworkAssistanceSession struct { // String chosen by the 5GMS AF to serve as an identifier in a resource URI. NaSessionId string `json:"naSessionId"` // String chosen by the 5GMS AF to serve as an identifier in a resource URI. ProvisioningSessionId string `json:"provisioningSessionId"` ServiceDataFlowDescriptions []ServiceDataFlowDescription `json:"serviceDataFlowDescriptions"` MediaType *MediaType `json:"mediaType,omitempty"` // String chosen by the 5GMS AF to serve as an identifier in a resource URI. PolicyTemplateId *string `json:"policyTemplateId,omitempty"` RequestedQoS *M5QoSSpecification `json:"requestedQoS,omitempty"` RecommendedQoS *M5QoSSpecification `json:"recommendedQoS,omitempty"` // Absolute Uniform Resource Locator, conforming with the \"absolute-URI\" production specified in IETF RFC 3986, section 4.3 in which the scheme part is \"http\" or \"https\". Note that the \"query\" suffix is permitted by this production but the \"fragment\" suffix is not. NotficationURL *string `json:"notficationURL,omitempty"` }
NetworkAssistanceSession A representation of a Network Assistance Session resource.
func NewNetworkAssistanceSession ¶
func NewNetworkAssistanceSession(naSessionId string, provisioningSessionId string, serviceDataFlowDescriptions []ServiceDataFlowDescription) *NetworkAssistanceSession
NewNetworkAssistanceSession instantiates a new NetworkAssistanceSession object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkAssistanceSessionWithDefaults ¶
func NewNetworkAssistanceSessionWithDefaults() *NetworkAssistanceSession
NewNetworkAssistanceSessionWithDefaults instantiates a new NetworkAssistanceSession object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkAssistanceSession) GetMediaType ¶
func (o *NetworkAssistanceSession) GetMediaType() MediaType
GetMediaType returns the MediaType field value if set, zero value otherwise.
func (*NetworkAssistanceSession) GetMediaTypeOk ¶
func (o *NetworkAssistanceSession) GetMediaTypeOk() (*MediaType, bool)
GetMediaTypeOk returns a tuple with the MediaType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAssistanceSession) GetNaSessionId ¶
func (o *NetworkAssistanceSession) GetNaSessionId() string
GetNaSessionId returns the NaSessionId field value
func (*NetworkAssistanceSession) GetNaSessionIdOk ¶
func (o *NetworkAssistanceSession) GetNaSessionIdOk() (*string, bool)
GetNaSessionIdOk returns a tuple with the NaSessionId field value and a boolean to check if the value has been set.
func (*NetworkAssistanceSession) GetNotficationURL ¶
func (o *NetworkAssistanceSession) GetNotficationURL() string
GetNotficationURL returns the NotficationURL field value if set, zero value otherwise.
func (*NetworkAssistanceSession) GetNotficationURLOk ¶
func (o *NetworkAssistanceSession) GetNotficationURLOk() (*string, bool)
GetNotficationURLOk returns a tuple with the NotficationURL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAssistanceSession) GetPolicyTemplateId ¶
func (o *NetworkAssistanceSession) GetPolicyTemplateId() string
GetPolicyTemplateId returns the PolicyTemplateId field value if set, zero value otherwise.
func (*NetworkAssistanceSession) GetPolicyTemplateIdOk ¶
func (o *NetworkAssistanceSession) GetPolicyTemplateIdOk() (*string, bool)
GetPolicyTemplateIdOk returns a tuple with the PolicyTemplateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAssistanceSession) GetProvisioningSessionId ¶
func (o *NetworkAssistanceSession) GetProvisioningSessionId() string
GetProvisioningSessionId returns the ProvisioningSessionId field value
func (*NetworkAssistanceSession) GetProvisioningSessionIdOk ¶
func (o *NetworkAssistanceSession) GetProvisioningSessionIdOk() (*string, bool)
GetProvisioningSessionIdOk returns a tuple with the ProvisioningSessionId field value and a boolean to check if the value has been set.
func (*NetworkAssistanceSession) GetRecommendedQoS ¶
func (o *NetworkAssistanceSession) GetRecommendedQoS() M5QoSSpecification
GetRecommendedQoS returns the RecommendedQoS field value if set, zero value otherwise.
func (*NetworkAssistanceSession) GetRecommendedQoSOk ¶
func (o *NetworkAssistanceSession) GetRecommendedQoSOk() (*M5QoSSpecification, bool)
GetRecommendedQoSOk returns a tuple with the RecommendedQoS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAssistanceSession) GetRequestedQoS ¶
func (o *NetworkAssistanceSession) GetRequestedQoS() M5QoSSpecification
GetRequestedQoS returns the RequestedQoS field value if set, zero value otherwise.
func (*NetworkAssistanceSession) GetRequestedQoSOk ¶
func (o *NetworkAssistanceSession) GetRequestedQoSOk() (*M5QoSSpecification, bool)
GetRequestedQoSOk returns a tuple with the RequestedQoS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAssistanceSession) GetServiceDataFlowDescriptions ¶
func (o *NetworkAssistanceSession) GetServiceDataFlowDescriptions() []ServiceDataFlowDescription
GetServiceDataFlowDescriptions returns the ServiceDataFlowDescriptions field value
func (*NetworkAssistanceSession) GetServiceDataFlowDescriptionsOk ¶
func (o *NetworkAssistanceSession) GetServiceDataFlowDescriptionsOk() ([]ServiceDataFlowDescription, bool)
GetServiceDataFlowDescriptionsOk returns a tuple with the ServiceDataFlowDescriptions field value and a boolean to check if the value has been set.
func (*NetworkAssistanceSession) HasMediaType ¶
func (o *NetworkAssistanceSession) HasMediaType() bool
HasMediaType returns a boolean if a field has been set.
func (*NetworkAssistanceSession) HasNotficationURL ¶
func (o *NetworkAssistanceSession) HasNotficationURL() bool
HasNotficationURL returns a boolean if a field has been set.
func (*NetworkAssistanceSession) HasPolicyTemplateId ¶
func (o *NetworkAssistanceSession) HasPolicyTemplateId() bool
HasPolicyTemplateId returns a boolean if a field has been set.
func (*NetworkAssistanceSession) HasRecommendedQoS ¶
func (o *NetworkAssistanceSession) HasRecommendedQoS() bool
HasRecommendedQoS returns a boolean if a field has been set.
func (*NetworkAssistanceSession) HasRequestedQoS ¶
func (o *NetworkAssistanceSession) HasRequestedQoS() bool
HasRequestedQoS returns a boolean if a field has been set.
func (NetworkAssistanceSession) MarshalJSON ¶
func (o NetworkAssistanceSession) MarshalJSON() ([]byte, error)
func (*NetworkAssistanceSession) SetMediaType ¶
func (o *NetworkAssistanceSession) SetMediaType(v MediaType)
SetMediaType gets a reference to the given MediaType and assigns it to the MediaType field.
func (*NetworkAssistanceSession) SetNaSessionId ¶
func (o *NetworkAssistanceSession) SetNaSessionId(v string)
SetNaSessionId sets field value
func (*NetworkAssistanceSession) SetNotficationURL ¶
func (o *NetworkAssistanceSession) SetNotficationURL(v string)
SetNotficationURL gets a reference to the given string and assigns it to the NotficationURL field.
func (*NetworkAssistanceSession) SetPolicyTemplateId ¶
func (o *NetworkAssistanceSession) SetPolicyTemplateId(v string)
SetPolicyTemplateId gets a reference to the given string and assigns it to the PolicyTemplateId field.
func (*NetworkAssistanceSession) SetProvisioningSessionId ¶
func (o *NetworkAssistanceSession) SetProvisioningSessionId(v string)
SetProvisioningSessionId sets field value
func (*NetworkAssistanceSession) SetRecommendedQoS ¶
func (o *NetworkAssistanceSession) SetRecommendedQoS(v M5QoSSpecification)
SetRecommendedQoS gets a reference to the given M5QoSSpecification and assigns it to the RecommendedQoS field.
func (*NetworkAssistanceSession) SetRequestedQoS ¶
func (o *NetworkAssistanceSession) SetRequestedQoS(v M5QoSSpecification)
SetRequestedQoS gets a reference to the given M5QoSSpecification and assigns it to the RequestedQoS field.
func (*NetworkAssistanceSession) SetServiceDataFlowDescriptions ¶
func (o *NetworkAssistanceSession) SetServiceDataFlowDescriptions(v []ServiceDataFlowDescription)
SetServiceDataFlowDescriptions sets field value
func (NetworkAssistanceSession) ToMap ¶
func (o NetworkAssistanceSession) ToMap() (map[string]interface{}, error)
func (*NetworkAssistanceSession) UnmarshalJSON ¶
func (o *NetworkAssistanceSession) UnmarshalJSON(bytes []byte) (err error)
type NotificationFlag ¶
type NotificationFlag struct {
// contains filtered or unexported fields
}
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 {
// contains filtered or unexported fields
}
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 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 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 NullableAfEvent ¶
type NullableAfEvent struct {
// contains filtered or unexported fields
}
func NewNullableAfEvent ¶
func NewNullableAfEvent(val *AfEvent) *NullableAfEvent
func (NullableAfEvent) Get ¶
func (v NullableAfEvent) Get() *AfEvent
func (NullableAfEvent) IsSet ¶
func (v NullableAfEvent) IsSet() bool
func (NullableAfEvent) MarshalJSON ¶
func (v NullableAfEvent) MarshalJSON() ([]byte, error)
func (*NullableAfEvent) Set ¶
func (v *NullableAfEvent) Set(val *AfEvent)
func (*NullableAfEvent) UnmarshalJSON ¶
func (v *NullableAfEvent) UnmarshalJSON(src []byte) error
func (*NullableAfEvent) Unset ¶
func (v *NullableAfEvent) Unset()
type NullableAfEventExposureNotif ¶
type NullableAfEventExposureNotif struct {
// contains filtered or unexported fields
}
func NewNullableAfEventExposureNotif ¶
func NewNullableAfEventExposureNotif(val *AfEventExposureNotif) *NullableAfEventExposureNotif
func (NullableAfEventExposureNotif) Get ¶
func (v NullableAfEventExposureNotif) Get() *AfEventExposureNotif
func (NullableAfEventExposureNotif) IsSet ¶
func (v NullableAfEventExposureNotif) IsSet() bool
func (NullableAfEventExposureNotif) MarshalJSON ¶
func (v NullableAfEventExposureNotif) MarshalJSON() ([]byte, error)
func (*NullableAfEventExposureNotif) Set ¶
func (v *NullableAfEventExposureNotif) Set(val *AfEventExposureNotif)
func (*NullableAfEventExposureNotif) UnmarshalJSON ¶
func (v *NullableAfEventExposureNotif) UnmarshalJSON(src []byte) error
func (*NullableAfEventExposureNotif) Unset ¶
func (v *NullableAfEventExposureNotif) Unset()
type NullableAfEventExposureSubsc ¶
type NullableAfEventExposureSubsc struct {
// contains filtered or unexported fields
}
func NewNullableAfEventExposureSubsc ¶
func NewNullableAfEventExposureSubsc(val *AfEventExposureSubsc) *NullableAfEventExposureSubsc
func (NullableAfEventExposureSubsc) Get ¶
func (v NullableAfEventExposureSubsc) Get() *AfEventExposureSubsc
func (NullableAfEventExposureSubsc) IsSet ¶
func (v NullableAfEventExposureSubsc) IsSet() bool
func (NullableAfEventExposureSubsc) MarshalJSON ¶
func (v NullableAfEventExposureSubsc) MarshalJSON() ([]byte, error)
func (*NullableAfEventExposureSubsc) Set ¶
func (v *NullableAfEventExposureSubsc) Set(val *AfEventExposureSubsc)
func (*NullableAfEventExposureSubsc) UnmarshalJSON ¶
func (v *NullableAfEventExposureSubsc) UnmarshalJSON(src []byte) error
func (*NullableAfEventExposureSubsc) Unset ¶
func (v *NullableAfEventExposureSubsc) Unset()
type NullableAfEventNotification ¶
type NullableAfEventNotification struct {
// contains filtered or unexported fields
}
func NewNullableAfEventNotification ¶
func NewNullableAfEventNotification(val *AfEventNotification) *NullableAfEventNotification
func (NullableAfEventNotification) Get ¶
func (v NullableAfEventNotification) Get() *AfEventNotification
func (NullableAfEventNotification) IsSet ¶
func (v NullableAfEventNotification) IsSet() bool
func (NullableAfEventNotification) MarshalJSON ¶
func (v NullableAfEventNotification) MarshalJSON() ([]byte, error)
func (*NullableAfEventNotification) Set ¶
func (v *NullableAfEventNotification) Set(val *AfEventNotification)
func (*NullableAfEventNotification) UnmarshalJSON ¶
func (v *NullableAfEventNotification) UnmarshalJSON(src []byte) error
func (*NullableAfEventNotification) Unset ¶
func (v *NullableAfEventNotification) Unset()
type NullableBaseRecord ¶
type NullableBaseRecord struct {
// contains filtered or unexported fields
}
func NewNullableBaseRecord ¶
func NewNullableBaseRecord(val *BaseRecord) *NullableBaseRecord
func (NullableBaseRecord) Get ¶
func (v NullableBaseRecord) Get() *BaseRecord
func (NullableBaseRecord) IsSet ¶
func (v NullableBaseRecord) IsSet() bool
func (NullableBaseRecord) MarshalJSON ¶
func (v NullableBaseRecord) MarshalJSON() ([]byte, error)
func (*NullableBaseRecord) Set ¶
func (v *NullableBaseRecord) Set(val *BaseRecord)
func (*NullableBaseRecord) UnmarshalJSON ¶
func (v *NullableBaseRecord) UnmarshalJSON(src []byte) error
func (*NullableBaseRecord) Unset ¶
func (v *NullableBaseRecord) 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 NullableCacheStatus ¶
type NullableCacheStatus struct {
// contains filtered or unexported fields
}
func NewNullableCacheStatus ¶
func NewNullableCacheStatus(val *CacheStatus) *NullableCacheStatus
func (NullableCacheStatus) Get ¶
func (v NullableCacheStatus) Get() *CacheStatus
func (NullableCacheStatus) IsSet ¶
func (v NullableCacheStatus) IsSet() bool
func (NullableCacheStatus) MarshalJSON ¶
func (v NullableCacheStatus) MarshalJSON() ([]byte, error)
func (*NullableCacheStatus) Set ¶
func (v *NullableCacheStatus) Set(val *CacheStatus)
func (*NullableCacheStatus) UnmarshalJSON ¶
func (v *NullableCacheStatus) UnmarshalJSON(src []byte) error
func (*NullableCacheStatus) Unset ¶
func (v *NullableCacheStatus) 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 NullableCollectiveBehaviourFilter ¶
type NullableCollectiveBehaviourFilter struct {
// contains filtered or unexported fields
}
func NewNullableCollectiveBehaviourFilter ¶
func NewNullableCollectiveBehaviourFilter(val *CollectiveBehaviourFilter) *NullableCollectiveBehaviourFilter
func (NullableCollectiveBehaviourFilter) Get ¶
func (v NullableCollectiveBehaviourFilter) Get() *CollectiveBehaviourFilter
func (NullableCollectiveBehaviourFilter) IsSet ¶
func (v NullableCollectiveBehaviourFilter) IsSet() bool
func (NullableCollectiveBehaviourFilter) MarshalJSON ¶
func (v NullableCollectiveBehaviourFilter) MarshalJSON() ([]byte, error)
func (*NullableCollectiveBehaviourFilter) Set ¶
func (v *NullableCollectiveBehaviourFilter) Set(val *CollectiveBehaviourFilter)
func (*NullableCollectiveBehaviourFilter) UnmarshalJSON ¶
func (v *NullableCollectiveBehaviourFilter) UnmarshalJSON(src []byte) error
func (*NullableCollectiveBehaviourFilter) Unset ¶
func (v *NullableCollectiveBehaviourFilter) Unset()
type NullableCollectiveBehaviourFilterType ¶
type NullableCollectiveBehaviourFilterType struct {
// contains filtered or unexported fields
}
func NewNullableCollectiveBehaviourFilterType ¶
func NewNullableCollectiveBehaviourFilterType(val *CollectiveBehaviourFilterType) *NullableCollectiveBehaviourFilterType
func (NullableCollectiveBehaviourFilterType) Get ¶
func (v NullableCollectiveBehaviourFilterType) Get() *CollectiveBehaviourFilterType
func (NullableCollectiveBehaviourFilterType) IsSet ¶
func (v NullableCollectiveBehaviourFilterType) IsSet() bool
func (NullableCollectiveBehaviourFilterType) MarshalJSON ¶
func (v NullableCollectiveBehaviourFilterType) MarshalJSON() ([]byte, error)
func (*NullableCollectiveBehaviourFilterType) Set ¶
func (v *NullableCollectiveBehaviourFilterType) Set(val *CollectiveBehaviourFilterType)
func (*NullableCollectiveBehaviourFilterType) UnmarshalJSON ¶
func (v *NullableCollectiveBehaviourFilterType) UnmarshalJSON(src []byte) error
func (*NullableCollectiveBehaviourFilterType) Unset ¶
func (v *NullableCollectiveBehaviourFilterType) Unset()
type NullableCollectiveBehaviourInfo ¶
type NullableCollectiveBehaviourInfo struct {
// contains filtered or unexported fields
}
func NewNullableCollectiveBehaviourInfo ¶
func NewNullableCollectiveBehaviourInfo(val *CollectiveBehaviourInfo) *NullableCollectiveBehaviourInfo
func (NullableCollectiveBehaviourInfo) Get ¶
func (v NullableCollectiveBehaviourInfo) Get() *CollectiveBehaviourInfo
func (NullableCollectiveBehaviourInfo) IsSet ¶
func (v NullableCollectiveBehaviourInfo) IsSet() bool
func (NullableCollectiveBehaviourInfo) MarshalJSON ¶
func (v NullableCollectiveBehaviourInfo) MarshalJSON() ([]byte, error)
func (*NullableCollectiveBehaviourInfo) Set ¶
func (v *NullableCollectiveBehaviourInfo) Set(val *CollectiveBehaviourInfo)
func (*NullableCollectiveBehaviourInfo) UnmarshalJSON ¶
func (v *NullableCollectiveBehaviourInfo) UnmarshalJSON(src []byte) error
func (*NullableCollectiveBehaviourInfo) Unset ¶
func (v *NullableCollectiveBehaviourInfo) Unset()
type NullableCommunicationCollection ¶
type NullableCommunicationCollection struct {
// contains filtered or unexported fields
}
func NewNullableCommunicationCollection ¶
func NewNullableCommunicationCollection(val *CommunicationCollection) *NullableCommunicationCollection
func (NullableCommunicationCollection) Get ¶
func (v NullableCommunicationCollection) Get() *CommunicationCollection
func (NullableCommunicationCollection) IsSet ¶
func (v NullableCommunicationCollection) IsSet() bool
func (NullableCommunicationCollection) MarshalJSON ¶
func (v NullableCommunicationCollection) MarshalJSON() ([]byte, error)
func (*NullableCommunicationCollection) Set ¶
func (v *NullableCommunicationCollection) Set(val *CommunicationCollection)
func (*NullableCommunicationCollection) UnmarshalJSON ¶
func (v *NullableCommunicationCollection) UnmarshalJSON(src []byte) error
func (*NullableCommunicationCollection) Unset ¶
func (v *NullableCommunicationCollection) 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 NullableDynamicPolicy ¶
type NullableDynamicPolicy struct {
// contains filtered or unexported fields
}
func NewNullableDynamicPolicy ¶
func NewNullableDynamicPolicy(val *DynamicPolicy) *NullableDynamicPolicy
func (NullableDynamicPolicy) Get ¶
func (v NullableDynamicPolicy) Get() *DynamicPolicy
func (NullableDynamicPolicy) IsSet ¶
func (v NullableDynamicPolicy) IsSet() bool
func (NullableDynamicPolicy) MarshalJSON ¶
func (v NullableDynamicPolicy) MarshalJSON() ([]byte, error)
func (*NullableDynamicPolicy) Set ¶
func (v *NullableDynamicPolicy) Set(val *DynamicPolicy)
func (*NullableDynamicPolicy) UnmarshalJSON ¶
func (v *NullableDynamicPolicy) UnmarshalJSON(src []byte) error
func (*NullableDynamicPolicy) Unset ¶
func (v *NullableDynamicPolicy) 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 NullableEndpointAddress ¶
type NullableEndpointAddress struct {
// contains filtered or unexported fields
}
func NewNullableEndpointAddress ¶
func NewNullableEndpointAddress(val *EndpointAddress) *NullableEndpointAddress
func (NullableEndpointAddress) Get ¶
func (v NullableEndpointAddress) Get() *EndpointAddress
func (NullableEndpointAddress) IsSet ¶
func (v NullableEndpointAddress) IsSet() bool
func (NullableEndpointAddress) MarshalJSON ¶
func (v NullableEndpointAddress) MarshalJSON() ([]byte, error)
func (*NullableEndpointAddress) Set ¶
func (v *NullableEndpointAddress) Set(val *EndpointAddress)
func (*NullableEndpointAddress) UnmarshalJSON ¶
func (v *NullableEndpointAddress) UnmarshalJSON(src []byte) error
func (*NullableEndpointAddress) Unset ¶
func (v *NullableEndpointAddress) 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 NullableEventFilter ¶
type NullableEventFilter struct {
// contains filtered or unexported fields
}
func NewNullableEventFilter ¶
func NewNullableEventFilter(val *EventFilter) *NullableEventFilter
func (NullableEventFilter) Get ¶
func (v NullableEventFilter) Get() *EventFilter
func (NullableEventFilter) IsSet ¶
func (v NullableEventFilter) IsSet() bool
func (NullableEventFilter) MarshalJSON ¶
func (v NullableEventFilter) MarshalJSON() ([]byte, error)
func (*NullableEventFilter) Set ¶
func (v *NullableEventFilter) Set(val *EventFilter)
func (*NullableEventFilter) UnmarshalJSON ¶
func (v *NullableEventFilter) UnmarshalJSON(src []byte) error
func (*NullableEventFilter) Unset ¶
func (v *NullableEventFilter) Unset()
type NullableEventsSubs ¶
type NullableEventsSubs struct {
// contains filtered or unexported fields
}
func NewNullableEventsSubs ¶
func NewNullableEventsSubs(val *EventsSubs) *NullableEventsSubs
func (NullableEventsSubs) Get ¶
func (v NullableEventsSubs) Get() *EventsSubs
func (NullableEventsSubs) IsSet ¶
func (v NullableEventsSubs) IsSet() bool
func (NullableEventsSubs) MarshalJSON ¶
func (v NullableEventsSubs) MarshalJSON() ([]byte, error)
func (*NullableEventsSubs) Set ¶
func (v *NullableEventsSubs) Set(val *EventsSubs)
func (*NullableEventsSubs) UnmarshalJSON ¶
func (v *NullableEventsSubs) UnmarshalJSON(src []byte) error
func (*NullableEventsSubs) Unset ¶
func (v *NullableEventsSubs) 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 NullableExceptionInfo ¶
type NullableExceptionInfo struct {
// contains filtered or unexported fields
}
func NewNullableExceptionInfo ¶
func NewNullableExceptionInfo(val *ExceptionInfo) *NullableExceptionInfo
func (NullableExceptionInfo) Get ¶
func (v NullableExceptionInfo) Get() *ExceptionInfo
func (NullableExceptionInfo) IsSet ¶
func (v NullableExceptionInfo) IsSet() bool
func (NullableExceptionInfo) MarshalJSON ¶
func (v NullableExceptionInfo) MarshalJSON() ([]byte, error)
func (*NullableExceptionInfo) Set ¶
func (v *NullableExceptionInfo) Set(val *ExceptionInfo)
func (*NullableExceptionInfo) UnmarshalJSON ¶
func (v *NullableExceptionInfo) UnmarshalJSON(src []byte) error
func (*NullableExceptionInfo) Unset ¶
func (v *NullableExceptionInfo) 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 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 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 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 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 NullableIpPacketFilterSet ¶
type NullableIpPacketFilterSet struct {
// contains filtered or unexported fields
}
func NewNullableIpPacketFilterSet ¶
func NewNullableIpPacketFilterSet(val *IpPacketFilterSet) *NullableIpPacketFilterSet
func (NullableIpPacketFilterSet) Get ¶
func (v NullableIpPacketFilterSet) Get() *IpPacketFilterSet
func (NullableIpPacketFilterSet) IsSet ¶
func (v NullableIpPacketFilterSet) IsSet() bool
func (NullableIpPacketFilterSet) MarshalJSON ¶
func (v NullableIpPacketFilterSet) MarshalJSON() ([]byte, error)
func (*NullableIpPacketFilterSet) Set ¶
func (v *NullableIpPacketFilterSet) Set(val *IpPacketFilterSet)
func (*NullableIpPacketFilterSet) UnmarshalJSON ¶
func (v *NullableIpPacketFilterSet) UnmarshalJSON(src []byte) error
func (*NullableIpPacketFilterSet) Unset ¶
func (v *NullableIpPacketFilterSet) 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 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 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 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 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 NullableM5QoSSpecification ¶
type NullableM5QoSSpecification struct {
// contains filtered or unexported fields
}
func NewNullableM5QoSSpecification ¶
func NewNullableM5QoSSpecification(val *M5QoSSpecification) *NullableM5QoSSpecification
func (NullableM5QoSSpecification) Get ¶
func (v NullableM5QoSSpecification) Get() *M5QoSSpecification
func (NullableM5QoSSpecification) IsSet ¶
func (v NullableM5QoSSpecification) IsSet() bool
func (NullableM5QoSSpecification) MarshalJSON ¶
func (v NullableM5QoSSpecification) MarshalJSON() ([]byte, error)
func (*NullableM5QoSSpecification) Set ¶
func (v *NullableM5QoSSpecification) Set(val *M5QoSSpecification)
func (*NullableM5QoSSpecification) UnmarshalJSON ¶
func (v *NullableM5QoSSpecification) UnmarshalJSON(src []byte) error
func (*NullableM5QoSSpecification) Unset ¶
func (v *NullableM5QoSSpecification) Unset()
type NullableMSAccessActivityCollection ¶
type NullableMSAccessActivityCollection struct {
// contains filtered or unexported fields
}
func NewNullableMSAccessActivityCollection ¶
func NewNullableMSAccessActivityCollection(val *MSAccessActivityCollection) *NullableMSAccessActivityCollection
func (NullableMSAccessActivityCollection) Get ¶
func (v NullableMSAccessActivityCollection) Get() *MSAccessActivityCollection
func (NullableMSAccessActivityCollection) IsSet ¶
func (v NullableMSAccessActivityCollection) IsSet() bool
func (NullableMSAccessActivityCollection) MarshalJSON ¶
func (v NullableMSAccessActivityCollection) MarshalJSON() ([]byte, error)
func (*NullableMSAccessActivityCollection) Set ¶
func (v *NullableMSAccessActivityCollection) Set(val *MSAccessActivityCollection)
func (*NullableMSAccessActivityCollection) UnmarshalJSON ¶
func (v *NullableMSAccessActivityCollection) UnmarshalJSON(src []byte) error
func (*NullableMSAccessActivityCollection) Unset ¶
func (v *NullableMSAccessActivityCollection) Unset()
type NullableMediaStreamingAccessRecord ¶
type NullableMediaStreamingAccessRecord struct {
// contains filtered or unexported fields
}
func NewNullableMediaStreamingAccessRecord ¶
func NewNullableMediaStreamingAccessRecord(val *MediaStreamingAccessRecord) *NullableMediaStreamingAccessRecord
func (NullableMediaStreamingAccessRecord) Get ¶
func (v NullableMediaStreamingAccessRecord) Get() *MediaStreamingAccessRecord
func (NullableMediaStreamingAccessRecord) IsSet ¶
func (v NullableMediaStreamingAccessRecord) IsSet() bool
func (NullableMediaStreamingAccessRecord) MarshalJSON ¶
func (v NullableMediaStreamingAccessRecord) MarshalJSON() ([]byte, error)
func (*NullableMediaStreamingAccessRecord) Set ¶
func (v *NullableMediaStreamingAccessRecord) Set(val *MediaStreamingAccessRecord)
func (*NullableMediaStreamingAccessRecord) UnmarshalJSON ¶
func (v *NullableMediaStreamingAccessRecord) UnmarshalJSON(src []byte) error
func (*NullableMediaStreamingAccessRecord) Unset ¶
func (v *NullableMediaStreamingAccessRecord) Unset()
type NullableMediaStreamingAccessRecordAllOfConnectionMetrics ¶
type NullableMediaStreamingAccessRecordAllOfConnectionMetrics struct {
// contains filtered or unexported fields
}
func NewNullableMediaStreamingAccessRecordAllOfConnectionMetrics ¶
func NewNullableMediaStreamingAccessRecordAllOfConnectionMetrics(val *MediaStreamingAccessRecordAllOfConnectionMetrics) *NullableMediaStreamingAccessRecordAllOfConnectionMetrics
func (NullableMediaStreamingAccessRecordAllOfConnectionMetrics) IsSet ¶
func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) IsSet() bool
func (NullableMediaStreamingAccessRecordAllOfConnectionMetrics) MarshalJSON ¶
func (v NullableMediaStreamingAccessRecordAllOfConnectionMetrics) MarshalJSON() ([]byte, error)
func (*NullableMediaStreamingAccessRecordAllOfConnectionMetrics) UnmarshalJSON ¶
func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) UnmarshalJSON(src []byte) error
func (*NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Unset ¶
func (v *NullableMediaStreamingAccessRecordAllOfConnectionMetrics) Unset()
type NullableMediaStreamingAccessRecordAllOfRequestMessage ¶
type NullableMediaStreamingAccessRecordAllOfRequestMessage struct {
// contains filtered or unexported fields
}
func NewNullableMediaStreamingAccessRecordAllOfRequestMessage ¶
func NewNullableMediaStreamingAccessRecordAllOfRequestMessage(val *MediaStreamingAccessRecordAllOfRequestMessage) *NullableMediaStreamingAccessRecordAllOfRequestMessage
func (NullableMediaStreamingAccessRecordAllOfRequestMessage) IsSet ¶
func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) IsSet() bool
func (NullableMediaStreamingAccessRecordAllOfRequestMessage) MarshalJSON ¶
func (v NullableMediaStreamingAccessRecordAllOfRequestMessage) MarshalJSON() ([]byte, error)
func (*NullableMediaStreamingAccessRecordAllOfRequestMessage) UnmarshalJSON ¶
func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) UnmarshalJSON(src []byte) error
func (*NullableMediaStreamingAccessRecordAllOfRequestMessage) Unset ¶
func (v *NullableMediaStreamingAccessRecordAllOfRequestMessage) Unset()
type NullableMediaStreamingAccessRecordAllOfResponseMessage ¶
type NullableMediaStreamingAccessRecordAllOfResponseMessage struct {
// contains filtered or unexported fields
}
func NewNullableMediaStreamingAccessRecordAllOfResponseMessage ¶
func NewNullableMediaStreamingAccessRecordAllOfResponseMessage(val *MediaStreamingAccessRecordAllOfResponseMessage) *NullableMediaStreamingAccessRecordAllOfResponseMessage
func (NullableMediaStreamingAccessRecordAllOfResponseMessage) IsSet ¶
func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) IsSet() bool
func (NullableMediaStreamingAccessRecordAllOfResponseMessage) MarshalJSON ¶
func (v NullableMediaStreamingAccessRecordAllOfResponseMessage) MarshalJSON() ([]byte, error)
func (*NullableMediaStreamingAccessRecordAllOfResponseMessage) UnmarshalJSON ¶
func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) UnmarshalJSON(src []byte) error
func (*NullableMediaStreamingAccessRecordAllOfResponseMessage) Unset ¶
func (v *NullableMediaStreamingAccessRecordAllOfResponseMessage) Unset()
type NullableMediaType ¶
type NullableMediaType struct {
// contains filtered or unexported fields
}
func NewNullableMediaType ¶
func NewNullableMediaType(val *MediaType) *NullableMediaType
func (NullableMediaType) Get ¶
func (v NullableMediaType) Get() *MediaType
func (NullableMediaType) IsSet ¶
func (v NullableMediaType) IsSet() bool
func (NullableMediaType) MarshalJSON ¶
func (v NullableMediaType) MarshalJSON() ([]byte, error)
func (*NullableMediaType) Set ¶
func (v *NullableMediaType) Set(val *MediaType)
func (*NullableMediaType) UnmarshalJSON ¶
func (v *NullableMediaType) UnmarshalJSON(src []byte) error
func (*NullableMediaType) Unset ¶
func (v *NullableMediaType) Unset()
type NullableMsConsumptionCollection ¶
type NullableMsConsumptionCollection struct {
// contains filtered or unexported fields
}
func NewNullableMsConsumptionCollection ¶
func NewNullableMsConsumptionCollection(val *MsConsumptionCollection) *NullableMsConsumptionCollection
func (NullableMsConsumptionCollection) Get ¶
func (v NullableMsConsumptionCollection) Get() *MsConsumptionCollection
func (NullableMsConsumptionCollection) IsSet ¶
func (v NullableMsConsumptionCollection) IsSet() bool
func (NullableMsConsumptionCollection) MarshalJSON ¶
func (v NullableMsConsumptionCollection) MarshalJSON() ([]byte, error)
func (*NullableMsConsumptionCollection) Set ¶
func (v *NullableMsConsumptionCollection) Set(val *MsConsumptionCollection)
func (*NullableMsConsumptionCollection) UnmarshalJSON ¶
func (v *NullableMsConsumptionCollection) UnmarshalJSON(src []byte) error
func (*NullableMsConsumptionCollection) Unset ¶
func (v *NullableMsConsumptionCollection) Unset()
type NullableMsDynPolicyInvocationCollection ¶
type NullableMsDynPolicyInvocationCollection struct {
// contains filtered or unexported fields
}
func NewNullableMsDynPolicyInvocationCollection ¶
func NewNullableMsDynPolicyInvocationCollection(val *MsDynPolicyInvocationCollection) *NullableMsDynPolicyInvocationCollection
func (NullableMsDynPolicyInvocationCollection) IsSet ¶
func (v NullableMsDynPolicyInvocationCollection) IsSet() bool
func (NullableMsDynPolicyInvocationCollection) MarshalJSON ¶
func (v NullableMsDynPolicyInvocationCollection) MarshalJSON() ([]byte, error)
func (*NullableMsDynPolicyInvocationCollection) Set ¶
func (v *NullableMsDynPolicyInvocationCollection) Set(val *MsDynPolicyInvocationCollection)
func (*NullableMsDynPolicyInvocationCollection) UnmarshalJSON ¶
func (v *NullableMsDynPolicyInvocationCollection) UnmarshalJSON(src []byte) error
func (*NullableMsDynPolicyInvocationCollection) Unset ¶
func (v *NullableMsDynPolicyInvocationCollection) Unset()
type NullableMsNetAssInvocationCollection ¶
type NullableMsNetAssInvocationCollection struct {
// contains filtered or unexported fields
}
func NewNullableMsNetAssInvocationCollection ¶
func NewNullableMsNetAssInvocationCollection(val *MsNetAssInvocationCollection) *NullableMsNetAssInvocationCollection
func (NullableMsNetAssInvocationCollection) Get ¶
func (v NullableMsNetAssInvocationCollection) Get() *MsNetAssInvocationCollection
func (NullableMsNetAssInvocationCollection) IsSet ¶
func (v NullableMsNetAssInvocationCollection) IsSet() bool
func (NullableMsNetAssInvocationCollection) MarshalJSON ¶
func (v NullableMsNetAssInvocationCollection) MarshalJSON() ([]byte, error)
func (*NullableMsNetAssInvocationCollection) Set ¶
func (v *NullableMsNetAssInvocationCollection) Set(val *MsNetAssInvocationCollection)
func (*NullableMsNetAssInvocationCollection) UnmarshalJSON ¶
func (v *NullableMsNetAssInvocationCollection) UnmarshalJSON(src []byte) error
func (*NullableMsNetAssInvocationCollection) Unset ¶
func (v *NullableMsNetAssInvocationCollection) Unset()
type NullableMsQoeMetricsCollection ¶
type NullableMsQoeMetricsCollection struct {
// contains filtered or unexported fields
}
func NewNullableMsQoeMetricsCollection ¶
func NewNullableMsQoeMetricsCollection(val *MsQoeMetricsCollection) *NullableMsQoeMetricsCollection
func (NullableMsQoeMetricsCollection) Get ¶
func (v NullableMsQoeMetricsCollection) Get() *MsQoeMetricsCollection
func (NullableMsQoeMetricsCollection) IsSet ¶
func (v NullableMsQoeMetricsCollection) IsSet() bool
func (NullableMsQoeMetricsCollection) MarshalJSON ¶
func (v NullableMsQoeMetricsCollection) MarshalJSON() ([]byte, error)
func (*NullableMsQoeMetricsCollection) Set ¶
func (v *NullableMsQoeMetricsCollection) Set(val *MsQoeMetricsCollection)
func (*NullableMsQoeMetricsCollection) UnmarshalJSON ¶
func (v *NullableMsQoeMetricsCollection) UnmarshalJSON(src []byte) error
func (*NullableMsQoeMetricsCollection) Unset ¶
func (v *NullableMsQoeMetricsCollection) 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 NullableNetworkAssistanceSession ¶
type NullableNetworkAssistanceSession struct {
// contains filtered or unexported fields
}
func NewNullableNetworkAssistanceSession ¶
func NewNullableNetworkAssistanceSession(val *NetworkAssistanceSession) *NullableNetworkAssistanceSession
func (NullableNetworkAssistanceSession) Get ¶
func (v NullableNetworkAssistanceSession) Get() *NetworkAssistanceSession
func (NullableNetworkAssistanceSession) IsSet ¶
func (v NullableNetworkAssistanceSession) IsSet() bool
func (NullableNetworkAssistanceSession) MarshalJSON ¶
func (v NullableNetworkAssistanceSession) MarshalJSON() ([]byte, error)
func (*NullableNetworkAssistanceSession) Set ¶
func (v *NullableNetworkAssistanceSession) Set(val *NetworkAssistanceSession)
func (*NullableNetworkAssistanceSession) UnmarshalJSON ¶
func (v *NullableNetworkAssistanceSession) UnmarshalJSON(src []byte) error
func (*NullableNetworkAssistanceSession) Unset ¶
func (v *NullableNetworkAssistanceSession) 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 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 NullablePerUeAttribute ¶
type NullablePerUeAttribute struct {
// contains filtered or unexported fields
}
func NewNullablePerUeAttribute ¶
func NewNullablePerUeAttribute(val *PerUeAttribute) *NullablePerUeAttribute
func (NullablePerUeAttribute) Get ¶
func (v NullablePerUeAttribute) Get() *PerUeAttribute
func (NullablePerUeAttribute) IsSet ¶
func (v NullablePerUeAttribute) IsSet() bool
func (NullablePerUeAttribute) MarshalJSON ¶
func (v NullablePerUeAttribute) MarshalJSON() ([]byte, error)
func (*NullablePerUeAttribute) Set ¶
func (v *NullablePerUeAttribute) Set(val *PerUeAttribute)
func (*NullablePerUeAttribute) UnmarshalJSON ¶
func (v *NullablePerUeAttribute) UnmarshalJSON(src []byte) error
func (*NullablePerUeAttribute) Unset ¶
func (v *NullablePerUeAttribute) Unset()
type NullablePerformanceData ¶
type NullablePerformanceData struct {
// contains filtered or unexported fields
}
func NewNullablePerformanceData ¶
func NewNullablePerformanceData(val *PerformanceData) *NullablePerformanceData
func (NullablePerformanceData) Get ¶
func (v NullablePerformanceData) Get() *PerformanceData
func (NullablePerformanceData) IsSet ¶
func (v NullablePerformanceData) IsSet() bool
func (NullablePerformanceData) MarshalJSON ¶
func (v NullablePerformanceData) MarshalJSON() ([]byte, error)
func (*NullablePerformanceData) Set ¶
func (v *NullablePerformanceData) Set(val *PerformanceData)
func (*NullablePerformanceData) UnmarshalJSON ¶
func (v *NullablePerformanceData) UnmarshalJSON(src []byte) error
func (*NullablePerformanceData) Unset ¶
func (v *NullablePerformanceData) Unset()
type NullablePerformanceDataCollection ¶
type NullablePerformanceDataCollection struct {
// contains filtered or unexported fields
}
func NewNullablePerformanceDataCollection ¶
func NewNullablePerformanceDataCollection(val *PerformanceDataCollection) *NullablePerformanceDataCollection
func (NullablePerformanceDataCollection) Get ¶
func (v NullablePerformanceDataCollection) Get() *PerformanceDataCollection
func (NullablePerformanceDataCollection) IsSet ¶
func (v NullablePerformanceDataCollection) IsSet() bool
func (NullablePerformanceDataCollection) MarshalJSON ¶
func (v NullablePerformanceDataCollection) MarshalJSON() ([]byte, error)
func (*NullablePerformanceDataCollection) Set ¶
func (v *NullablePerformanceDataCollection) Set(val *PerformanceDataCollection)
func (*NullablePerformanceDataCollection) UnmarshalJSON ¶
func (v *NullablePerformanceDataCollection) UnmarshalJSON(src []byte) error
func (*NullablePerformanceDataCollection) Unset ¶
func (v *NullablePerformanceDataCollection) 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 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 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 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 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 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 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 NullableRedirectResponse ¶
type NullableRedirectResponse struct {
// contains filtered or unexported fields
}
func NewNullableRedirectResponse ¶
func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse
func (NullableRedirectResponse) Get ¶
func (v NullableRedirectResponse) Get() *RedirectResponse
func (NullableRedirectResponse) IsSet ¶
func (v NullableRedirectResponse) IsSet() bool
func (NullableRedirectResponse) MarshalJSON ¶
func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
func (*NullableRedirectResponse) Set ¶
func (v *NullableRedirectResponse) Set(val *RedirectResponse)
func (*NullableRedirectResponse) UnmarshalJSON ¶
func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
func (*NullableRedirectResponse) Unset ¶
func (v *NullableRedirectResponse) Unset()
type 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 NullableServiceDataFlowDescription ¶
type NullableServiceDataFlowDescription struct {
// contains filtered or unexported fields
}
func NewNullableServiceDataFlowDescription ¶
func NewNullableServiceDataFlowDescription(val *ServiceDataFlowDescription) *NullableServiceDataFlowDescription
func (NullableServiceDataFlowDescription) Get ¶
func (v NullableServiceDataFlowDescription) Get() *ServiceDataFlowDescription
func (NullableServiceDataFlowDescription) IsSet ¶
func (v NullableServiceDataFlowDescription) IsSet() bool
func (NullableServiceDataFlowDescription) MarshalJSON ¶
func (v NullableServiceDataFlowDescription) MarshalJSON() ([]byte, error)
func (*NullableServiceDataFlowDescription) Set ¶
func (v *NullableServiceDataFlowDescription) Set(val *ServiceDataFlowDescription)
func (*NullableServiceDataFlowDescription) UnmarshalJSON ¶
func (v *NullableServiceDataFlowDescription) UnmarshalJSON(src []byte) error
func (*NullableServiceDataFlowDescription) Unset ¶
func (v *NullableServiceDataFlowDescription) Unset()
type NullableServiceExperienceInfoPerApp ¶
type NullableServiceExperienceInfoPerApp struct {
// contains filtered or unexported fields
}
func NewNullableServiceExperienceInfoPerApp ¶
func NewNullableServiceExperienceInfoPerApp(val *ServiceExperienceInfoPerApp) *NullableServiceExperienceInfoPerApp
func (NullableServiceExperienceInfoPerApp) Get ¶
func (v NullableServiceExperienceInfoPerApp) Get() *ServiceExperienceInfoPerApp
func (NullableServiceExperienceInfoPerApp) IsSet ¶
func (v NullableServiceExperienceInfoPerApp) IsSet() bool
func (NullableServiceExperienceInfoPerApp) MarshalJSON ¶
func (v NullableServiceExperienceInfoPerApp) MarshalJSON() ([]byte, error)
func (*NullableServiceExperienceInfoPerApp) Set ¶
func (v *NullableServiceExperienceInfoPerApp) Set(val *ServiceExperienceInfoPerApp)
func (*NullableServiceExperienceInfoPerApp) UnmarshalJSON ¶
func (v *NullableServiceExperienceInfoPerApp) UnmarshalJSON(src []byte) error
func (*NullableServiceExperienceInfoPerApp) Unset ¶
func (v *NullableServiceExperienceInfoPerApp) Unset()
type NullableServiceExperienceInfoPerFlow ¶
type NullableServiceExperienceInfoPerFlow struct {
// contains filtered or unexported fields
}
func NewNullableServiceExperienceInfoPerFlow ¶
func NewNullableServiceExperienceInfoPerFlow(val *ServiceExperienceInfoPerFlow) *NullableServiceExperienceInfoPerFlow
func (NullableServiceExperienceInfoPerFlow) Get ¶
func (v NullableServiceExperienceInfoPerFlow) Get() *ServiceExperienceInfoPerFlow
func (NullableServiceExperienceInfoPerFlow) IsSet ¶
func (v NullableServiceExperienceInfoPerFlow) IsSet() bool
func (NullableServiceExperienceInfoPerFlow) MarshalJSON ¶
func (v NullableServiceExperienceInfoPerFlow) MarshalJSON() ([]byte, error)
func (*NullableServiceExperienceInfoPerFlow) Set ¶
func (v *NullableServiceExperienceInfoPerFlow) Set(val *ServiceExperienceInfoPerFlow)
func (*NullableServiceExperienceInfoPerFlow) UnmarshalJSON ¶
func (v *NullableServiceExperienceInfoPerFlow) UnmarshalJSON(src []byte) error
func (*NullableServiceExperienceInfoPerFlow) Unset ¶
func (v *NullableServiceExperienceInfoPerFlow) 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 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 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 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 NullableUeCommunicationCollection ¶
type NullableUeCommunicationCollection struct {
// contains filtered or unexported fields
}
func NewNullableUeCommunicationCollection ¶
func NewNullableUeCommunicationCollection(val *UeCommunicationCollection) *NullableUeCommunicationCollection
func (NullableUeCommunicationCollection) Get ¶
func (v NullableUeCommunicationCollection) Get() *UeCommunicationCollection
func (NullableUeCommunicationCollection) IsSet ¶
func (v NullableUeCommunicationCollection) IsSet() bool
func (NullableUeCommunicationCollection) MarshalJSON ¶
func (v NullableUeCommunicationCollection) MarshalJSON() ([]byte, error)
func (*NullableUeCommunicationCollection) Set ¶
func (v *NullableUeCommunicationCollection) Set(val *UeCommunicationCollection)
func (*NullableUeCommunicationCollection) UnmarshalJSON ¶
func (v *NullableUeCommunicationCollection) UnmarshalJSON(src []byte) error
func (*NullableUeCommunicationCollection) Unset ¶
func (v *NullableUeCommunicationCollection) Unset()
type NullableUeMobilityCollection ¶
type NullableUeMobilityCollection struct {
// contains filtered or unexported fields
}
func NewNullableUeMobilityCollection ¶
func NewNullableUeMobilityCollection(val *UeMobilityCollection) *NullableUeMobilityCollection
func (NullableUeMobilityCollection) Get ¶
func (v NullableUeMobilityCollection) Get() *UeMobilityCollection
func (NullableUeMobilityCollection) IsSet ¶
func (v NullableUeMobilityCollection) IsSet() bool
func (NullableUeMobilityCollection) MarshalJSON ¶
func (v NullableUeMobilityCollection) MarshalJSON() ([]byte, error)
func (*NullableUeMobilityCollection) Set ¶
func (v *NullableUeMobilityCollection) Set(val *UeMobilityCollection)
func (*NullableUeMobilityCollection) UnmarshalJSON ¶
func (v *NullableUeMobilityCollection) UnmarshalJSON(src []byte) error
func (*NullableUeMobilityCollection) Unset ¶
func (v *NullableUeMobilityCollection) Unset()
type NullableUeTrajectoryCollection ¶
type NullableUeTrajectoryCollection struct {
// contains filtered or unexported fields
}
func NewNullableUeTrajectoryCollection ¶
func NewNullableUeTrajectoryCollection(val *UeTrajectoryCollection) *NullableUeTrajectoryCollection
func (NullableUeTrajectoryCollection) Get ¶
func (v NullableUeTrajectoryCollection) Get() *UeTrajectoryCollection
func (NullableUeTrajectoryCollection) IsSet ¶
func (v NullableUeTrajectoryCollection) IsSet() bool
func (NullableUeTrajectoryCollection) MarshalJSON ¶
func (v NullableUeTrajectoryCollection) MarshalJSON() ([]byte, error)
func (*NullableUeTrajectoryCollection) Set ¶
func (v *NullableUeTrajectoryCollection) Set(val *UeTrajectoryCollection)
func (*NullableUeTrajectoryCollection) UnmarshalJSON ¶
func (v *NullableUeTrajectoryCollection) UnmarshalJSON(src []byte) error
func (*NullableUeTrajectoryCollection) Unset ¶
func (v *NullableUeTrajectoryCollection) 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 NullableUsageThreshold ¶
type NullableUsageThreshold struct {
// contains filtered or unexported fields
}
func NewNullableUsageThreshold ¶
func NewNullableUsageThreshold(val *UsageThreshold) *NullableUsageThreshold
func (NullableUsageThreshold) Get ¶
func (v NullableUsageThreshold) Get() *UsageThreshold
func (NullableUsageThreshold) IsSet ¶
func (v NullableUsageThreshold) IsSet() bool
func (NullableUsageThreshold) MarshalJSON ¶
func (v NullableUsageThreshold) MarshalJSON() ([]byte, error)
func (*NullableUsageThreshold) Set ¶
func (v *NullableUsageThreshold) Set(val *UsageThreshold)
func (*NullableUsageThreshold) UnmarshalJSON ¶
func (v *NullableUsageThreshold) UnmarshalJSON(src []byte) error
func (*NullableUsageThreshold) Unset ¶
func (v *NullableUsageThreshold) Unset()
type NullableUserDataCongestionCollection ¶
type NullableUserDataCongestionCollection struct {
// contains filtered or unexported fields
}
func NewNullableUserDataCongestionCollection ¶
func NewNullableUserDataCongestionCollection(val *UserDataCongestionCollection) *NullableUserDataCongestionCollection
func (NullableUserDataCongestionCollection) Get ¶
func (v NullableUserDataCongestionCollection) Get() *UserDataCongestionCollection
func (NullableUserDataCongestionCollection) IsSet ¶
func (v NullableUserDataCongestionCollection) IsSet() bool
func (NullableUserDataCongestionCollection) MarshalJSON ¶
func (v NullableUserDataCongestionCollection) MarshalJSON() ([]byte, error)
func (*NullableUserDataCongestionCollection) Set ¶
func (v *NullableUserDataCongestionCollection) Set(val *UserDataCongestionCollection)
func (*NullableUserDataCongestionCollection) UnmarshalJSON ¶
func (v *NullableUserDataCongestionCollection) UnmarshalJSON(src []byte) error
func (*NullableUserDataCongestionCollection) Unset ¶
func (v *NullableUserDataCongestionCollection) Unset()
type PartitioningCriteria ¶
type PartitioningCriteria struct {
// contains filtered or unexported fields
}
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 PerUeAttribute ¶
type PerUeAttribute struct { UeDest *LocationArea5G `json:"ueDest,omitempty"` Route *string `json:"route,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\". AvgSpeed *string `json:"avgSpeed,omitempty"` // string with format 'date-time' as defined in OpenAPI. TimeOfArrival *time.Time `json:"timeOfArrival,omitempty"` }
PerUeAttribute UE application data collected per UE.
func NewPerUeAttribute ¶
func NewPerUeAttribute() *PerUeAttribute
NewPerUeAttribute instantiates a new PerUeAttribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPerUeAttributeWithDefaults ¶
func NewPerUeAttributeWithDefaults() *PerUeAttribute
NewPerUeAttributeWithDefaults instantiates a new PerUeAttribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PerUeAttribute) GetAvgSpeed ¶
func (o *PerUeAttribute) GetAvgSpeed() string
GetAvgSpeed returns the AvgSpeed field value if set, zero value otherwise.
func (*PerUeAttribute) GetAvgSpeedOk ¶
func (o *PerUeAttribute) GetAvgSpeedOk() (*string, bool)
GetAvgSpeedOk returns a tuple with the AvgSpeed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerUeAttribute) GetRoute ¶
func (o *PerUeAttribute) GetRoute() string
GetRoute returns the Route field value if set, zero value otherwise.
func (*PerUeAttribute) GetRouteOk ¶
func (o *PerUeAttribute) GetRouteOk() (*string, bool)
GetRouteOk returns a tuple with the Route field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerUeAttribute) GetTimeOfArrival ¶
func (o *PerUeAttribute) GetTimeOfArrival() time.Time
GetTimeOfArrival returns the TimeOfArrival field value if set, zero value otherwise.
func (*PerUeAttribute) GetTimeOfArrivalOk ¶
func (o *PerUeAttribute) GetTimeOfArrivalOk() (*time.Time, bool)
GetTimeOfArrivalOk returns a tuple with the TimeOfArrival field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerUeAttribute) GetUeDest ¶
func (o *PerUeAttribute) GetUeDest() LocationArea5G
GetUeDest returns the UeDest field value if set, zero value otherwise.
func (*PerUeAttribute) GetUeDestOk ¶
func (o *PerUeAttribute) GetUeDestOk() (*LocationArea5G, bool)
GetUeDestOk returns a tuple with the UeDest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerUeAttribute) HasAvgSpeed ¶
func (o *PerUeAttribute) HasAvgSpeed() bool
HasAvgSpeed returns a boolean if a field has been set.
func (*PerUeAttribute) HasRoute ¶
func (o *PerUeAttribute) HasRoute() bool
HasRoute returns a boolean if a field has been set.
func (*PerUeAttribute) HasTimeOfArrival ¶
func (o *PerUeAttribute) HasTimeOfArrival() bool
HasTimeOfArrival returns a boolean if a field has been set.
func (*PerUeAttribute) HasUeDest ¶
func (o *PerUeAttribute) HasUeDest() bool
HasUeDest returns a boolean if a field has been set.
func (PerUeAttribute) MarshalJSON ¶
func (o PerUeAttribute) MarshalJSON() ([]byte, error)
func (*PerUeAttribute) SetAvgSpeed ¶
func (o *PerUeAttribute) SetAvgSpeed(v string)
SetAvgSpeed gets a reference to the given string and assigns it to the AvgSpeed field.
func (*PerUeAttribute) SetRoute ¶
func (o *PerUeAttribute) SetRoute(v string)
SetRoute gets a reference to the given string and assigns it to the Route field.
func (*PerUeAttribute) SetTimeOfArrival ¶
func (o *PerUeAttribute) SetTimeOfArrival(v time.Time)
SetTimeOfArrival gets a reference to the given time.Time and assigns it to the TimeOfArrival field.
func (*PerUeAttribute) SetUeDest ¶
func (o *PerUeAttribute) SetUeDest(v LocationArea5G)
SetUeDest gets a reference to the given LocationArea5G and assigns it to the UeDest field.
func (PerUeAttribute) ToMap ¶
func (o PerUeAttribute) ToMap() (map[string]interface{}, error)
type PerformanceData ¶
type PerformanceData struct { // Unsigned integer indicating Packet Delay Budget (see clauses 5.7.3.4 and 5.7.4 of 3GPP TS 23.501), expressed in milliseconds. Pdb *int32 `json:"pdb,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. Plr *int32 `json:"plr,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\". ThrputUl *string `json:"thrputUl,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\". ThrputDl *string `json:"thrputDl,omitempty"` }
PerformanceData Contains Performance Data.
func NewPerformanceData ¶
func NewPerformanceData() *PerformanceData
NewPerformanceData instantiates a new PerformanceData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPerformanceDataWithDefaults ¶
func NewPerformanceDataWithDefaults() *PerformanceData
NewPerformanceDataWithDefaults instantiates a new PerformanceData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PerformanceData) GetPdb ¶
func (o *PerformanceData) GetPdb() int32
GetPdb returns the Pdb field value if set, zero value otherwise.
func (*PerformanceData) GetPdbOk ¶
func (o *PerformanceData) GetPdbOk() (*int32, bool)
GetPdbOk returns a tuple with the Pdb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerformanceData) GetPlr ¶
func (o *PerformanceData) GetPlr() int32
GetPlr returns the Plr field value if set, zero value otherwise.
func (*PerformanceData) GetPlrOk ¶
func (o *PerformanceData) GetPlrOk() (*int32, bool)
GetPlrOk returns a tuple with the Plr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerformanceData) GetThrputDl ¶
func (o *PerformanceData) GetThrputDl() string
GetThrputDl returns the ThrputDl field value if set, zero value otherwise.
func (*PerformanceData) GetThrputDlOk ¶
func (o *PerformanceData) GetThrputDlOk() (*string, bool)
GetThrputDlOk returns a tuple with the ThrputDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerformanceData) GetThrputUl ¶
func (o *PerformanceData) GetThrputUl() string
GetThrputUl returns the ThrputUl field value if set, zero value otherwise.
func (*PerformanceData) GetThrputUlOk ¶
func (o *PerformanceData) GetThrputUlOk() (*string, bool)
GetThrputUlOk returns a tuple with the ThrputUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerformanceData) HasPdb ¶
func (o *PerformanceData) HasPdb() bool
HasPdb returns a boolean if a field has been set.
func (*PerformanceData) HasPlr ¶
func (o *PerformanceData) HasPlr() bool
HasPlr returns a boolean if a field has been set.
func (*PerformanceData) HasThrputDl ¶
func (o *PerformanceData) HasThrputDl() bool
HasThrputDl returns a boolean if a field has been set.
func (*PerformanceData) HasThrputUl ¶
func (o *PerformanceData) HasThrputUl() bool
HasThrputUl returns a boolean if a field has been set.
func (PerformanceData) MarshalJSON ¶
func (o PerformanceData) MarshalJSON() ([]byte, error)
func (*PerformanceData) SetPdb ¶
func (o *PerformanceData) SetPdb(v int32)
SetPdb gets a reference to the given int32 and assigns it to the Pdb field.
func (*PerformanceData) SetPlr ¶
func (o *PerformanceData) SetPlr(v int32)
SetPlr gets a reference to the given int32 and assigns it to the Plr field.
func (*PerformanceData) SetThrputDl ¶
func (o *PerformanceData) SetThrputDl(v string)
SetThrputDl gets a reference to the given string and assigns it to the ThrputDl field.
func (*PerformanceData) SetThrputUl ¶
func (o *PerformanceData) SetThrputUl(v string)
SetThrputUl gets a reference to the given string and assigns it to the ThrputUl field.
func (PerformanceData) ToMap ¶
func (o PerformanceData) ToMap() (map[string]interface{}, error)
type PerformanceDataCollection ¶
type PerformanceDataCollection struct { // String providing an application identifier. AppId *string `json:"appId,omitempty"` UeIpAddr NullableIpAddr `json:"ueIpAddr,omitempty"` IpTrafficFilter *FlowInfo `json:"ipTrafficFilter,omitempty"` UeLoc *LocationArea5G `json:"ueLoc,omitempty"` AppLocs []string `json:"appLocs,omitempty"` AsAddr *AddrFqdn `json:"asAddr,omitempty"` PerfData PerformanceData `json:"perfData"` // string with format 'date-time' as defined in OpenAPI. TimeStamp time.Time `json:"timeStamp"` }
PerformanceDataCollection Contains Performance Data Analytics related information collection.
func NewPerformanceDataCollection ¶
func NewPerformanceDataCollection(perfData PerformanceData, timeStamp time.Time) *PerformanceDataCollection
NewPerformanceDataCollection instantiates a new PerformanceDataCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPerformanceDataCollectionWithDefaults ¶
func NewPerformanceDataCollectionWithDefaults() *PerformanceDataCollection
NewPerformanceDataCollectionWithDefaults instantiates a new PerformanceDataCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PerformanceDataCollection) GetAppId ¶
func (o *PerformanceDataCollection) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*PerformanceDataCollection) GetAppIdOk ¶
func (o *PerformanceDataCollection) 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 (*PerformanceDataCollection) GetAppLocs ¶
func (o *PerformanceDataCollection) GetAppLocs() []string
GetAppLocs returns the AppLocs field value if set, zero value otherwise.
func (*PerformanceDataCollection) GetAppLocsOk ¶
func (o *PerformanceDataCollection) GetAppLocsOk() ([]string, bool)
GetAppLocsOk returns a tuple with the AppLocs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerformanceDataCollection) GetAsAddr ¶
func (o *PerformanceDataCollection) GetAsAddr() AddrFqdn
GetAsAddr returns the AsAddr field value if set, zero value otherwise.
func (*PerformanceDataCollection) GetAsAddrOk ¶
func (o *PerformanceDataCollection) GetAsAddrOk() (*AddrFqdn, bool)
GetAsAddrOk returns a tuple with the AsAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerformanceDataCollection) GetIpTrafficFilter ¶
func (o *PerformanceDataCollection) GetIpTrafficFilter() FlowInfo
GetIpTrafficFilter returns the IpTrafficFilter field value if set, zero value otherwise.
func (*PerformanceDataCollection) GetIpTrafficFilterOk ¶
func (o *PerformanceDataCollection) GetIpTrafficFilterOk() (*FlowInfo, bool)
GetIpTrafficFilterOk returns a tuple with the IpTrafficFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerformanceDataCollection) GetPerfData ¶
func (o *PerformanceDataCollection) GetPerfData() PerformanceData
GetPerfData returns the PerfData field value
func (*PerformanceDataCollection) GetPerfDataOk ¶
func (o *PerformanceDataCollection) GetPerfDataOk() (*PerformanceData, bool)
GetPerfDataOk returns a tuple with the PerfData field value and a boolean to check if the value has been set.
func (*PerformanceDataCollection) GetTimeStamp ¶
func (o *PerformanceDataCollection) GetTimeStamp() time.Time
GetTimeStamp returns the TimeStamp field value
func (*PerformanceDataCollection) GetTimeStampOk ¶
func (o *PerformanceDataCollection) 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 (*PerformanceDataCollection) GetUeIpAddr ¶
func (o *PerformanceDataCollection) GetUeIpAddr() IpAddr
GetUeIpAddr returns the UeIpAddr field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PerformanceDataCollection) GetUeIpAddrOk ¶
func (o *PerformanceDataCollection) GetUeIpAddrOk() (*IpAddr, bool)
GetUeIpAddrOk returns a tuple with the UeIpAddr field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PerformanceDataCollection) GetUeLoc ¶
func (o *PerformanceDataCollection) GetUeLoc() LocationArea5G
GetUeLoc returns the UeLoc field value if set, zero value otherwise.
func (*PerformanceDataCollection) GetUeLocOk ¶
func (o *PerformanceDataCollection) GetUeLocOk() (*LocationArea5G, 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 (*PerformanceDataCollection) HasAppId ¶
func (o *PerformanceDataCollection) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*PerformanceDataCollection) HasAppLocs ¶
func (o *PerformanceDataCollection) HasAppLocs() bool
HasAppLocs returns a boolean if a field has been set.
func (*PerformanceDataCollection) HasAsAddr ¶
func (o *PerformanceDataCollection) HasAsAddr() bool
HasAsAddr returns a boolean if a field has been set.
func (*PerformanceDataCollection) HasIpTrafficFilter ¶
func (o *PerformanceDataCollection) HasIpTrafficFilter() bool
HasIpTrafficFilter returns a boolean if a field has been set.
func (*PerformanceDataCollection) HasUeIpAddr ¶
func (o *PerformanceDataCollection) HasUeIpAddr() bool
HasUeIpAddr returns a boolean if a field has been set.
func (*PerformanceDataCollection) HasUeLoc ¶
func (o *PerformanceDataCollection) HasUeLoc() bool
HasUeLoc returns a boolean if a field has been set.
func (PerformanceDataCollection) MarshalJSON ¶
func (o PerformanceDataCollection) MarshalJSON() ([]byte, error)
func (*PerformanceDataCollection) SetAppId ¶
func (o *PerformanceDataCollection) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*PerformanceDataCollection) SetAppLocs ¶
func (o *PerformanceDataCollection) SetAppLocs(v []string)
SetAppLocs gets a reference to the given []string and assigns it to the AppLocs field.
func (*PerformanceDataCollection) SetAsAddr ¶
func (o *PerformanceDataCollection) SetAsAddr(v AddrFqdn)
SetAsAddr gets a reference to the given AddrFqdn and assigns it to the AsAddr field.
func (*PerformanceDataCollection) SetIpTrafficFilter ¶
func (o *PerformanceDataCollection) SetIpTrafficFilter(v FlowInfo)
SetIpTrafficFilter gets a reference to the given FlowInfo and assigns it to the IpTrafficFilter field.
func (*PerformanceDataCollection) SetPerfData ¶
func (o *PerformanceDataCollection) SetPerfData(v PerformanceData)
SetPerfData sets field value
func (*PerformanceDataCollection) SetTimeStamp ¶
func (o *PerformanceDataCollection) SetTimeStamp(v time.Time)
SetTimeStamp sets field value
func (*PerformanceDataCollection) SetUeIpAddr ¶
func (o *PerformanceDataCollection) SetUeIpAddr(v IpAddr)
SetUeIpAddr gets a reference to the given NullableIpAddr and assigns it to the UeIpAddr field.
func (*PerformanceDataCollection) SetUeIpAddrNil ¶
func (o *PerformanceDataCollection) SetUeIpAddrNil()
SetUeIpAddrNil sets the value for UeIpAddr to be an explicit nil
func (*PerformanceDataCollection) SetUeLoc ¶
func (o *PerformanceDataCollection) SetUeLoc(v LocationArea5G)
SetUeLoc gets a reference to the given LocationArea5G and assigns it to the UeLoc field.
func (PerformanceDataCollection) ToMap ¶
func (o PerformanceDataCollection) ToMap() (map[string]interface{}, error)
func (*PerformanceDataCollection) UnmarshalJSON ¶
func (o *PerformanceDataCollection) UnmarshalJSON(bytes []byte) (err error)
func (*PerformanceDataCollection) UnsetUeIpAddr ¶
func (o *PerformanceDataCollection) UnsetUeIpAddr()
UnsetUeIpAddr ensures that no value is present for UeIpAddr, not even an explicit nil
type PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
func (*PlmnId) UnmarshalJSON ¶
type PlmnIdNid ¶
type PlmnIdNid struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
func (*PlmnIdNid) SetNid ¶
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*PlmnIdNid) UnmarshalJSON ¶
type 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
func (*Point) UnmarshalJSON ¶
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)
func (*PointAltitude) UnmarshalJSON ¶
func (o *PointAltitude) UnmarshalJSON(bytes []byte) (err 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)
func (*PointAltitudeUncertainty) UnmarshalJSON ¶
func (o *PointAltitudeUncertainty) UnmarshalJSON(bytes []byte) (err 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)
func (*PointUncertaintyCircle) UnmarshalJSON ¶
func (o *PointUncertaintyCircle) UnmarshalJSON(bytes []byte) (err 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)
func (*PointUncertaintyEllipse) UnmarshalJSON ¶
func (o *PointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err 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
func (*Polygon) UnmarshalJSON ¶
type ProblemDetails ¶
type ProblemDetails struct { // String providing an URI formatted according to RFC 3986. Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // String providing an URI formatted according to RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"` AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"` // Fully Qualified Domain Name NrfId *string `json:"nrfId,omitempty"` }
ProblemDetails Provides additional information in an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails) GetAccessTokenError ¶
func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenErrorOk ¶
func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetAccessTokenRequest ¶
func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenRequestOk ¶
func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetNrfId ¶
func (o *ProblemDetails) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails) GetNrfIdOk ¶
func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasAccessTokenError ¶
func (o *ProblemDetails) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails) HasAccessTokenRequest ¶
func (o *ProblemDetails) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasNrfId ¶
func (o *ProblemDetails) HasNrfId() bool
HasNrfId returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetAccessTokenError ¶
func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails) SetAccessTokenRequest ¶
func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetNrfId ¶
func (o *ProblemDetails) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type RedirectResponse ¶
type RedirectResponse struct { Cause *string `json:"cause,omitempty"` // String providing an URI formatted according to RFC 3986. TargetScp *string `json:"targetScp,omitempty"` // String providing an URI formatted according to RFC 3986. TargetSepp *string `json:"targetSepp,omitempty"` }
RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.
func NewRedirectResponse ¶
func NewRedirectResponse() *RedirectResponse
NewRedirectResponse instantiates a new RedirectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedirectResponseWithDefaults ¶
func NewRedirectResponseWithDefaults() *RedirectResponse
NewRedirectResponseWithDefaults instantiates a new RedirectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedirectResponse) GetCause ¶
func (o *RedirectResponse) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*RedirectResponse) GetCauseOk ¶
func (o *RedirectResponse) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetScp ¶
func (o *RedirectResponse) GetTargetScp() string
GetTargetScp returns the TargetScp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetScpOk ¶
func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
GetTargetScpOk returns a tuple with the TargetScp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetSepp ¶
func (o *RedirectResponse) GetTargetSepp() string
GetTargetSepp returns the TargetSepp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetSeppOk ¶
func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
GetTargetSeppOk returns a tuple with the TargetSepp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) HasCause ¶
func (o *RedirectResponse) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetScp ¶
func (o *RedirectResponse) HasTargetScp() bool
HasTargetScp returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetSepp ¶
func (o *RedirectResponse) HasTargetSepp() bool
HasTargetSepp returns a boolean if a field has been set.
func (RedirectResponse) MarshalJSON ¶
func (o RedirectResponse) MarshalJSON() ([]byte, error)
func (*RedirectResponse) SetCause ¶
func (o *RedirectResponse) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*RedirectResponse) SetTargetScp ¶
func (o *RedirectResponse) SetTargetScp(v string)
SetTargetScp gets a reference to the given string and assigns it to the TargetScp field.
func (*RedirectResponse) SetTargetSepp ¶
func (o *RedirectResponse) SetTargetSepp(v string)
SetTargetSepp gets a reference to the given string and assigns it to the TargetSepp field.
func (RedirectResponse) ToMap ¶
func (o RedirectResponse) ToMap() (map[string]interface{}, error)
type 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)
func (*RelativeCartesianLocation) UnmarshalJSON ¶
func (o *RelativeCartesianLocation) UnmarshalJSON(bytes []byte) (err 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 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 ServiceDataFlowDescription ¶
type ServiceDataFlowDescription struct { FlowDescription *IpPacketFilterSet `json:"flowDescription,omitempty"` DomainName *string `json:"domainName,omitempty"` }
ServiceDataFlowDescription struct for ServiceDataFlowDescription
func NewServiceDataFlowDescription ¶
func NewServiceDataFlowDescription() *ServiceDataFlowDescription
NewServiceDataFlowDescription instantiates a new ServiceDataFlowDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceDataFlowDescriptionWithDefaults ¶
func NewServiceDataFlowDescriptionWithDefaults() *ServiceDataFlowDescription
NewServiceDataFlowDescriptionWithDefaults instantiates a new ServiceDataFlowDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceDataFlowDescription) GetDomainName ¶
func (o *ServiceDataFlowDescription) GetDomainName() string
GetDomainName returns the DomainName field value if set, zero value otherwise.
func (*ServiceDataFlowDescription) GetDomainNameOk ¶
func (o *ServiceDataFlowDescription) GetDomainNameOk() (*string, bool)
GetDomainNameOk returns a tuple with the DomainName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDataFlowDescription) GetFlowDescription ¶
func (o *ServiceDataFlowDescription) GetFlowDescription() IpPacketFilterSet
GetFlowDescription returns the FlowDescription field value if set, zero value otherwise.
func (*ServiceDataFlowDescription) GetFlowDescriptionOk ¶
func (o *ServiceDataFlowDescription) GetFlowDescriptionOk() (*IpPacketFilterSet, bool)
GetFlowDescriptionOk returns a tuple with the FlowDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDataFlowDescription) HasDomainName ¶
func (o *ServiceDataFlowDescription) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (*ServiceDataFlowDescription) HasFlowDescription ¶
func (o *ServiceDataFlowDescription) HasFlowDescription() bool
HasFlowDescription returns a boolean if a field has been set.
func (ServiceDataFlowDescription) MarshalJSON ¶
func (o ServiceDataFlowDescription) MarshalJSON() ([]byte, error)
func (*ServiceDataFlowDescription) SetDomainName ¶
func (o *ServiceDataFlowDescription) SetDomainName(v string)
SetDomainName gets a reference to the given string and assigns it to the DomainName field.
func (*ServiceDataFlowDescription) SetFlowDescription ¶
func (o *ServiceDataFlowDescription) SetFlowDescription(v IpPacketFilterSet)
SetFlowDescription gets a reference to the given IpPacketFilterSet and assigns it to the FlowDescription field.
func (ServiceDataFlowDescription) ToMap ¶
func (o ServiceDataFlowDescription) ToMap() (map[string]interface{}, error)
type ServiceExperienceInfoPerApp ¶
type ServiceExperienceInfoPerApp struct { // String providing an application identifier. AppId *string `json:"appId,omitempty"` AppServerIns *AddrFqdn `json:"appServerIns,omitempty"` SvcExpPerFlows []ServiceExperienceInfoPerFlow `json:"svcExpPerFlows"` Gpsis []string `json:"gpsis,omitempty"` Supis []string `json:"supis,omitempty"` }
ServiceExperienceInfoPerApp Contains service experience information associated with an application.
func NewServiceExperienceInfoPerApp ¶
func NewServiceExperienceInfoPerApp(svcExpPerFlows []ServiceExperienceInfoPerFlow) *ServiceExperienceInfoPerApp
NewServiceExperienceInfoPerApp instantiates a new ServiceExperienceInfoPerApp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceExperienceInfoPerAppWithDefaults ¶
func NewServiceExperienceInfoPerAppWithDefaults() *ServiceExperienceInfoPerApp
NewServiceExperienceInfoPerAppWithDefaults instantiates a new ServiceExperienceInfoPerApp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceExperienceInfoPerApp) GetAppId ¶
func (o *ServiceExperienceInfoPerApp) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*ServiceExperienceInfoPerApp) GetAppIdOk ¶
func (o *ServiceExperienceInfoPerApp) 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 (*ServiceExperienceInfoPerApp) GetAppServerIns ¶
func (o *ServiceExperienceInfoPerApp) GetAppServerIns() AddrFqdn
GetAppServerIns returns the AppServerIns field value if set, zero value otherwise.
func (*ServiceExperienceInfoPerApp) GetAppServerInsOk ¶
func (o *ServiceExperienceInfoPerApp) GetAppServerInsOk() (*AddrFqdn, bool)
GetAppServerInsOk returns a tuple with the AppServerIns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfoPerApp) GetGpsis ¶
func (o *ServiceExperienceInfoPerApp) GetGpsis() []string
GetGpsis returns the Gpsis field value if set, zero value otherwise.
func (*ServiceExperienceInfoPerApp) GetGpsisOk ¶
func (o *ServiceExperienceInfoPerApp) 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 (*ServiceExperienceInfoPerApp) GetSupis ¶
func (o *ServiceExperienceInfoPerApp) GetSupis() []string
GetSupis returns the Supis field value if set, zero value otherwise.
func (*ServiceExperienceInfoPerApp) GetSupisOk ¶
func (o *ServiceExperienceInfoPerApp) 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 (*ServiceExperienceInfoPerApp) GetSvcExpPerFlows ¶
func (o *ServiceExperienceInfoPerApp) GetSvcExpPerFlows() []ServiceExperienceInfoPerFlow
GetSvcExpPerFlows returns the SvcExpPerFlows field value
func (*ServiceExperienceInfoPerApp) GetSvcExpPerFlowsOk ¶
func (o *ServiceExperienceInfoPerApp) GetSvcExpPerFlowsOk() ([]ServiceExperienceInfoPerFlow, bool)
GetSvcExpPerFlowsOk returns a tuple with the SvcExpPerFlows field value and a boolean to check if the value has been set.
func (*ServiceExperienceInfoPerApp) HasAppId ¶
func (o *ServiceExperienceInfoPerApp) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*ServiceExperienceInfoPerApp) HasAppServerIns ¶
func (o *ServiceExperienceInfoPerApp) HasAppServerIns() bool
HasAppServerIns returns a boolean if a field has been set.
func (*ServiceExperienceInfoPerApp) HasGpsis ¶
func (o *ServiceExperienceInfoPerApp) HasGpsis() bool
HasGpsis returns a boolean if a field has been set.
func (*ServiceExperienceInfoPerApp) HasSupis ¶
func (o *ServiceExperienceInfoPerApp) HasSupis() bool
HasSupis returns a boolean if a field has been set.
func (ServiceExperienceInfoPerApp) MarshalJSON ¶
func (o ServiceExperienceInfoPerApp) MarshalJSON() ([]byte, error)
func (*ServiceExperienceInfoPerApp) SetAppId ¶
func (o *ServiceExperienceInfoPerApp) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*ServiceExperienceInfoPerApp) SetAppServerIns ¶
func (o *ServiceExperienceInfoPerApp) SetAppServerIns(v AddrFqdn)
SetAppServerIns gets a reference to the given AddrFqdn and assigns it to the AppServerIns field.
func (*ServiceExperienceInfoPerApp) SetGpsis ¶
func (o *ServiceExperienceInfoPerApp) SetGpsis(v []string)
SetGpsis gets a reference to the given []string and assigns it to the Gpsis field.
func (*ServiceExperienceInfoPerApp) SetSupis ¶
func (o *ServiceExperienceInfoPerApp) SetSupis(v []string)
SetSupis gets a reference to the given []string and assigns it to the Supis field.
func (*ServiceExperienceInfoPerApp) SetSvcExpPerFlows ¶
func (o *ServiceExperienceInfoPerApp) SetSvcExpPerFlows(v []ServiceExperienceInfoPerFlow)
SetSvcExpPerFlows sets field value
func (ServiceExperienceInfoPerApp) ToMap ¶
func (o ServiceExperienceInfoPerApp) ToMap() (map[string]interface{}, error)
func (*ServiceExperienceInfoPerApp) UnmarshalJSON ¶
func (o *ServiceExperienceInfoPerApp) UnmarshalJSON(bytes []byte) (err error)
type ServiceExperienceInfoPerFlow ¶
type ServiceExperienceInfoPerFlow struct { SvcExprc *SvcExperience `json:"svcExprc,omitempty"` TimeIntev *TimeWindow `json:"timeIntev,omitempty"` // DNAI (Data network access identifier), see clause 5.6.7 of 3GPP TS 23.501. Dnai *string `json:"dnai,omitempty"` IpTrafficFilter *FlowInfo `json:"ipTrafficFilter,omitempty"` EthTrafficFilter *EthFlowDescription `json:"ethTrafficFilter,omitempty"` }
ServiceExperienceInfoPerFlow Contains service experience information associated with a service flow.
func NewServiceExperienceInfoPerFlow ¶
func NewServiceExperienceInfoPerFlow() *ServiceExperienceInfoPerFlow
NewServiceExperienceInfoPerFlow instantiates a new ServiceExperienceInfoPerFlow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceExperienceInfoPerFlowWithDefaults ¶
func NewServiceExperienceInfoPerFlowWithDefaults() *ServiceExperienceInfoPerFlow
NewServiceExperienceInfoPerFlowWithDefaults instantiates a new ServiceExperienceInfoPerFlow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceExperienceInfoPerFlow) GetDnai ¶
func (o *ServiceExperienceInfoPerFlow) GetDnai() string
GetDnai returns the Dnai field value if set, zero value otherwise.
func (*ServiceExperienceInfoPerFlow) GetDnaiOk ¶
func (o *ServiceExperienceInfoPerFlow) 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 (*ServiceExperienceInfoPerFlow) GetEthTrafficFilter ¶
func (o *ServiceExperienceInfoPerFlow) GetEthTrafficFilter() EthFlowDescription
GetEthTrafficFilter returns the EthTrafficFilter field value if set, zero value otherwise.
func (*ServiceExperienceInfoPerFlow) GetEthTrafficFilterOk ¶
func (o *ServiceExperienceInfoPerFlow) GetEthTrafficFilterOk() (*EthFlowDescription, bool)
GetEthTrafficFilterOk returns a tuple with the EthTrafficFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfoPerFlow) GetIpTrafficFilter ¶
func (o *ServiceExperienceInfoPerFlow) GetIpTrafficFilter() FlowInfo
GetIpTrafficFilter returns the IpTrafficFilter field value if set, zero value otherwise.
func (*ServiceExperienceInfoPerFlow) GetIpTrafficFilterOk ¶
func (o *ServiceExperienceInfoPerFlow) GetIpTrafficFilterOk() (*FlowInfo, bool)
GetIpTrafficFilterOk returns a tuple with the IpTrafficFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfoPerFlow) GetSvcExprc ¶
func (o *ServiceExperienceInfoPerFlow) GetSvcExprc() SvcExperience
GetSvcExprc returns the SvcExprc field value if set, zero value otherwise.
func (*ServiceExperienceInfoPerFlow) GetSvcExprcOk ¶
func (o *ServiceExperienceInfoPerFlow) GetSvcExprcOk() (*SvcExperience, bool)
GetSvcExprcOk returns a tuple with the SvcExprc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfoPerFlow) GetTimeIntev ¶
func (o *ServiceExperienceInfoPerFlow) GetTimeIntev() TimeWindow
GetTimeIntev returns the TimeIntev field value if set, zero value otherwise.
func (*ServiceExperienceInfoPerFlow) GetTimeIntevOk ¶
func (o *ServiceExperienceInfoPerFlow) GetTimeIntevOk() (*TimeWindow, bool)
GetTimeIntevOk returns a tuple with the TimeIntev field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceExperienceInfoPerFlow) HasDnai ¶
func (o *ServiceExperienceInfoPerFlow) HasDnai() bool
HasDnai returns a boolean if a field has been set.
func (*ServiceExperienceInfoPerFlow) HasEthTrafficFilter ¶
func (o *ServiceExperienceInfoPerFlow) HasEthTrafficFilter() bool
HasEthTrafficFilter returns a boolean if a field has been set.
func (*ServiceExperienceInfoPerFlow) HasIpTrafficFilter ¶
func (o *ServiceExperienceInfoPerFlow) HasIpTrafficFilter() bool
HasIpTrafficFilter returns a boolean if a field has been set.
func (*ServiceExperienceInfoPerFlow) HasSvcExprc ¶
func (o *ServiceExperienceInfoPerFlow) HasSvcExprc() bool
HasSvcExprc returns a boolean if a field has been set.
func (*ServiceExperienceInfoPerFlow) HasTimeIntev ¶
func (o *ServiceExperienceInfoPerFlow) HasTimeIntev() bool
HasTimeIntev returns a boolean if a field has been set.
func (ServiceExperienceInfoPerFlow) MarshalJSON ¶
func (o ServiceExperienceInfoPerFlow) MarshalJSON() ([]byte, error)
func (*ServiceExperienceInfoPerFlow) SetDnai ¶
func (o *ServiceExperienceInfoPerFlow) SetDnai(v string)
SetDnai gets a reference to the given string and assigns it to the Dnai field.
func (*ServiceExperienceInfoPerFlow) SetEthTrafficFilter ¶
func (o *ServiceExperienceInfoPerFlow) SetEthTrafficFilter(v EthFlowDescription)
SetEthTrafficFilter gets a reference to the given EthFlowDescription and assigns it to the EthTrafficFilter field.
func (*ServiceExperienceInfoPerFlow) SetIpTrafficFilter ¶
func (o *ServiceExperienceInfoPerFlow) SetIpTrafficFilter(v FlowInfo)
SetIpTrafficFilter gets a reference to the given FlowInfo and assigns it to the IpTrafficFilter field.
func (*ServiceExperienceInfoPerFlow) SetSvcExprc ¶
func (o *ServiceExperienceInfoPerFlow) SetSvcExprc(v SvcExperience)
SetSvcExprc gets a reference to the given SvcExperience and assigns it to the SvcExprc field.
func (*ServiceExperienceInfoPerFlow) SetTimeIntev ¶
func (o *ServiceExperienceInfoPerFlow) SetTimeIntev(v TimeWindow)
SetTimeIntev gets a reference to the given TimeWindow and assigns it to the TimeIntev field.
func (ServiceExperienceInfoPerFlow) ToMap ¶
func (o ServiceExperienceInfoPerFlow) 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 ¶
func (*Snssai) UnmarshalJSON ¶
type SupportedGADShapes ¶
type SupportedGADShapes struct {
// contains filtered or unexported fields
}
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 ¶
func (*Tai) UnmarshalJSON ¶
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)
func (*TimeWindow) UnmarshalJSON ¶
func (o *TimeWindow) UnmarshalJSON(bytes []byte) (err error)
type UeCommunicationCollection ¶
type UeCommunicationCollection struct { // 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 identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` ExterGroupId *string `json:"exterGroupId,omitempty"` // String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003. InterGroupId *string `json:"interGroupId,omitempty"` // String providing an application identifier. AppId string `json:"appId"` Comms []CommunicationCollection `json:"comms"` }
UeCommunicationCollection Contains UE communication information associated with an application.
func NewUeCommunicationCollection ¶
func NewUeCommunicationCollection(appId string, comms []CommunicationCollection) *UeCommunicationCollection
NewUeCommunicationCollection instantiates a new UeCommunicationCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeCommunicationCollectionWithDefaults ¶
func NewUeCommunicationCollectionWithDefaults() *UeCommunicationCollection
NewUeCommunicationCollectionWithDefaults instantiates a new UeCommunicationCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeCommunicationCollection) GetAppId ¶
func (o *UeCommunicationCollection) GetAppId() string
GetAppId returns the AppId field value
func (*UeCommunicationCollection) GetAppIdOk ¶
func (o *UeCommunicationCollection) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*UeCommunicationCollection) GetComms ¶
func (o *UeCommunicationCollection) GetComms() []CommunicationCollection
GetComms returns the Comms field value
func (*UeCommunicationCollection) GetCommsOk ¶
func (o *UeCommunicationCollection) GetCommsOk() ([]CommunicationCollection, bool)
GetCommsOk returns a tuple with the Comms field value and a boolean to check if the value has been set.
func (*UeCommunicationCollection) GetExterGroupId ¶
func (o *UeCommunicationCollection) GetExterGroupId() string
GetExterGroupId returns the ExterGroupId field value if set, zero value otherwise.
func (*UeCommunicationCollection) GetExterGroupIdOk ¶
func (o *UeCommunicationCollection) 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 (*UeCommunicationCollection) GetGpsi ¶
func (o *UeCommunicationCollection) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*UeCommunicationCollection) GetGpsiOk ¶
func (o *UeCommunicationCollection) 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 (*UeCommunicationCollection) GetInterGroupId ¶
func (o *UeCommunicationCollection) GetInterGroupId() string
GetInterGroupId returns the InterGroupId field value if set, zero value otherwise.
func (*UeCommunicationCollection) GetInterGroupIdOk ¶
func (o *UeCommunicationCollection) GetInterGroupIdOk() (*string, bool)
GetInterGroupIdOk returns a tuple with the InterGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunicationCollection) GetSupi ¶
func (o *UeCommunicationCollection) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*UeCommunicationCollection) GetSupiOk ¶
func (o *UeCommunicationCollection) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeCommunicationCollection) HasExterGroupId ¶
func (o *UeCommunicationCollection) HasExterGroupId() bool
HasExterGroupId returns a boolean if a field has been set.
func (*UeCommunicationCollection) HasGpsi ¶
func (o *UeCommunicationCollection) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*UeCommunicationCollection) HasInterGroupId ¶
func (o *UeCommunicationCollection) HasInterGroupId() bool
HasInterGroupId returns a boolean if a field has been set.
func (*UeCommunicationCollection) HasSupi ¶
func (o *UeCommunicationCollection) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (UeCommunicationCollection) MarshalJSON ¶
func (o UeCommunicationCollection) MarshalJSON() ([]byte, error)
func (*UeCommunicationCollection) SetAppId ¶
func (o *UeCommunicationCollection) SetAppId(v string)
SetAppId sets field value
func (*UeCommunicationCollection) SetComms ¶
func (o *UeCommunicationCollection) SetComms(v []CommunicationCollection)
SetComms sets field value
func (*UeCommunicationCollection) SetExterGroupId ¶
func (o *UeCommunicationCollection) SetExterGroupId(v string)
SetExterGroupId gets a reference to the given string and assigns it to the ExterGroupId field.
func (*UeCommunicationCollection) SetGpsi ¶
func (o *UeCommunicationCollection) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*UeCommunicationCollection) SetInterGroupId ¶
func (o *UeCommunicationCollection) SetInterGroupId(v string)
SetInterGroupId gets a reference to the given string and assigns it to the InterGroupId field.
func (*UeCommunicationCollection) SetSupi ¶
func (o *UeCommunicationCollection) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (UeCommunicationCollection) ToMap ¶
func (o UeCommunicationCollection) ToMap() (map[string]interface{}, error)
func (*UeCommunicationCollection) UnmarshalJSON ¶
func (o *UeCommunicationCollection) UnmarshalJSON(bytes []byte) (err error)
type UeMobilityCollection ¶
type UeMobilityCollection struct { // 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 identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` // String providing an application identifier. AppId string `json:"appId"` UeTrajs []UeTrajectoryCollection `json:"ueTrajs"` }
UeMobilityCollection Contains UE mobility information associated with an application.
func NewUeMobilityCollection ¶
func NewUeMobilityCollection(appId string, ueTrajs []UeTrajectoryCollection) *UeMobilityCollection
NewUeMobilityCollection instantiates a new UeMobilityCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeMobilityCollectionWithDefaults ¶
func NewUeMobilityCollectionWithDefaults() *UeMobilityCollection
NewUeMobilityCollectionWithDefaults instantiates a new UeMobilityCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeMobilityCollection) GetAppId ¶
func (o *UeMobilityCollection) GetAppId() string
GetAppId returns the AppId field value
func (*UeMobilityCollection) GetAppIdOk ¶
func (o *UeMobilityCollection) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*UeMobilityCollection) GetGpsi ¶
func (o *UeMobilityCollection) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*UeMobilityCollection) GetGpsiOk ¶
func (o *UeMobilityCollection) 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 (*UeMobilityCollection) GetSupi ¶
func (o *UeMobilityCollection) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*UeMobilityCollection) GetSupiOk ¶
func (o *UeMobilityCollection) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UeMobilityCollection) GetUeTrajs ¶
func (o *UeMobilityCollection) GetUeTrajs() []UeTrajectoryCollection
GetUeTrajs returns the UeTrajs field value
func (*UeMobilityCollection) GetUeTrajsOk ¶
func (o *UeMobilityCollection) GetUeTrajsOk() ([]UeTrajectoryCollection, bool)
GetUeTrajsOk returns a tuple with the UeTrajs field value and a boolean to check if the value has been set.
func (*UeMobilityCollection) HasGpsi ¶
func (o *UeMobilityCollection) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*UeMobilityCollection) HasSupi ¶
func (o *UeMobilityCollection) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (UeMobilityCollection) MarshalJSON ¶
func (o UeMobilityCollection) MarshalJSON() ([]byte, error)
func (*UeMobilityCollection) SetAppId ¶
func (o *UeMobilityCollection) SetAppId(v string)
SetAppId sets field value
func (*UeMobilityCollection) SetGpsi ¶
func (o *UeMobilityCollection) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*UeMobilityCollection) SetSupi ¶
func (o *UeMobilityCollection) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*UeMobilityCollection) SetUeTrajs ¶
func (o *UeMobilityCollection) SetUeTrajs(v []UeTrajectoryCollection)
SetUeTrajs sets field value
func (UeMobilityCollection) ToMap ¶
func (o UeMobilityCollection) ToMap() (map[string]interface{}, error)
func (*UeMobilityCollection) UnmarshalJSON ¶
func (o *UeMobilityCollection) UnmarshalJSON(bytes []byte) (err error)
type UeTrajectoryCollection ¶
type UeTrajectoryCollection struct { // string with format 'date-time' as defined in OpenAPI. Ts time.Time `json:"ts"` LocArea LocationArea5G `json:"locArea"` }
UeTrajectoryCollection Contains UE trajectory information associated with an application.
func NewUeTrajectoryCollection ¶
func NewUeTrajectoryCollection(ts time.Time, locArea LocationArea5G) *UeTrajectoryCollection
NewUeTrajectoryCollection instantiates a new UeTrajectoryCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUeTrajectoryCollectionWithDefaults ¶
func NewUeTrajectoryCollectionWithDefaults() *UeTrajectoryCollection
NewUeTrajectoryCollectionWithDefaults instantiates a new UeTrajectoryCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UeTrajectoryCollection) GetLocArea ¶
func (o *UeTrajectoryCollection) GetLocArea() LocationArea5G
GetLocArea returns the LocArea field value
func (*UeTrajectoryCollection) GetLocAreaOk ¶
func (o *UeTrajectoryCollection) GetLocAreaOk() (*LocationArea5G, bool)
GetLocAreaOk returns a tuple with the LocArea field value and a boolean to check if the value has been set.
func (*UeTrajectoryCollection) GetTs ¶
func (o *UeTrajectoryCollection) GetTs() time.Time
GetTs returns the Ts field value
func (*UeTrajectoryCollection) GetTsOk ¶
func (o *UeTrajectoryCollection) GetTsOk() (*time.Time, bool)
GetTsOk returns a tuple with the Ts field value and a boolean to check if the value has been set.
func (UeTrajectoryCollection) MarshalJSON ¶
func (o UeTrajectoryCollection) MarshalJSON() ([]byte, error)
func (*UeTrajectoryCollection) SetLocArea ¶
func (o *UeTrajectoryCollection) SetLocArea(v LocationArea5G)
SetLocArea sets field value
func (*UeTrajectoryCollection) SetTs ¶
func (o *UeTrajectoryCollection) SetTs(v time.Time)
SetTs sets field value
func (UeTrajectoryCollection) ToMap ¶
func (o UeTrajectoryCollection) ToMap() (map[string]interface{}, error)
func (*UeTrajectoryCollection) UnmarshalJSON ¶
func (o *UeTrajectoryCollection) UnmarshalJSON(bytes []byte) (err error)
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)
func (*UncertaintyEllipse) UnmarshalJSON ¶
func (o *UncertaintyEllipse) UnmarshalJSON(bytes []byte) (err 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)
func (*UncertaintyEllipsoid) UnmarshalJSON ¶
func (o *UncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
type UsageThreshold ¶
type UsageThreshold struct { // Unsigned integer identifying a period of time in units of seconds. Duration *int32 `json:"duration,omitempty"` // Unsigned integer identifying a volume in units of bytes. TotalVolume *int64 `json:"totalVolume,omitempty"` // Unsigned integer identifying a volume in units of bytes. DownlinkVolume *int64 `json:"downlinkVolume,omitempty"` // Unsigned integer identifying a volume in units of bytes. UplinkVolume *int64 `json:"uplinkVolume,omitempty"` }
UsageThreshold Represents a usage threshold.
func NewUsageThreshold ¶
func NewUsageThreshold() *UsageThreshold
NewUsageThreshold instantiates a new UsageThreshold object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUsageThresholdWithDefaults ¶
func NewUsageThresholdWithDefaults() *UsageThreshold
NewUsageThresholdWithDefaults instantiates a new UsageThreshold object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UsageThreshold) GetDownlinkVolume ¶
func (o *UsageThreshold) GetDownlinkVolume() int64
GetDownlinkVolume returns the DownlinkVolume field value if set, zero value otherwise.
func (*UsageThreshold) GetDownlinkVolumeOk ¶
func (o *UsageThreshold) GetDownlinkVolumeOk() (*int64, bool)
GetDownlinkVolumeOk returns a tuple with the DownlinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageThreshold) GetDuration ¶
func (o *UsageThreshold) GetDuration() int32
GetDuration returns the Duration field value if set, zero value otherwise.
func (*UsageThreshold) GetDurationOk ¶
func (o *UsageThreshold) GetDurationOk() (*int32, bool)
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageThreshold) GetTotalVolume ¶
func (o *UsageThreshold) GetTotalVolume() int64
GetTotalVolume returns the TotalVolume field value if set, zero value otherwise.
func (*UsageThreshold) GetTotalVolumeOk ¶
func (o *UsageThreshold) GetTotalVolumeOk() (*int64, bool)
GetTotalVolumeOk returns a tuple with the TotalVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageThreshold) GetUplinkVolume ¶
func (o *UsageThreshold) GetUplinkVolume() int64
GetUplinkVolume returns the UplinkVolume field value if set, zero value otherwise.
func (*UsageThreshold) GetUplinkVolumeOk ¶
func (o *UsageThreshold) GetUplinkVolumeOk() (*int64, bool)
GetUplinkVolumeOk returns a tuple with the UplinkVolume field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsageThreshold) HasDownlinkVolume ¶
func (o *UsageThreshold) HasDownlinkVolume() bool
HasDownlinkVolume returns a boolean if a field has been set.
func (*UsageThreshold) HasDuration ¶
func (o *UsageThreshold) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (*UsageThreshold) HasTotalVolume ¶
func (o *UsageThreshold) HasTotalVolume() bool
HasTotalVolume returns a boolean if a field has been set.
func (*UsageThreshold) HasUplinkVolume ¶
func (o *UsageThreshold) HasUplinkVolume() bool
HasUplinkVolume returns a boolean if a field has been set.
func (UsageThreshold) MarshalJSON ¶
func (o UsageThreshold) MarshalJSON() ([]byte, error)
func (*UsageThreshold) SetDownlinkVolume ¶
func (o *UsageThreshold) SetDownlinkVolume(v int64)
SetDownlinkVolume gets a reference to the given int64 and assigns it to the DownlinkVolume field.
func (*UsageThreshold) SetDuration ¶
func (o *UsageThreshold) SetDuration(v int32)
SetDuration gets a reference to the given int32 and assigns it to the Duration field.
func (*UsageThreshold) SetTotalVolume ¶
func (o *UsageThreshold) SetTotalVolume(v int64)
SetTotalVolume gets a reference to the given int64 and assigns it to the TotalVolume field.
func (*UsageThreshold) SetUplinkVolume ¶
func (o *UsageThreshold) SetUplinkVolume(v int64)
SetUplinkVolume gets a reference to the given int64 and assigns it to the UplinkVolume field.
func (UsageThreshold) ToMap ¶
func (o UsageThreshold) ToMap() (map[string]interface{}, error)
type UserDataCongestionCollection ¶
type UserDataCongestionCollection struct { // String providing an application identifier. AppId *string `json:"appId,omitempty"` IpTrafficFilter *FlowInfo `json:"ipTrafficFilter,omitempty"` TimeInterv *TimeWindow `json:"timeInterv,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\". ThrputUl *string `json:"thrputUl,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\". ThrputDl *string `json:"thrputDl,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\". ThrputPkUl *string `json:"thrputPkUl,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\". ThrputPkDl *string `json:"thrputPkDl,omitempty"` }
UserDataCongestionCollection Contains User Data Congestion Analytics related information collection.
func NewUserDataCongestionCollection ¶
func NewUserDataCongestionCollection() *UserDataCongestionCollection
NewUserDataCongestionCollection instantiates a new UserDataCongestionCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserDataCongestionCollectionWithDefaults ¶
func NewUserDataCongestionCollectionWithDefaults() *UserDataCongestionCollection
NewUserDataCongestionCollectionWithDefaults instantiates a new UserDataCongestionCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserDataCongestionCollection) GetAppId ¶
func (o *UserDataCongestionCollection) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*UserDataCongestionCollection) GetAppIdOk ¶
func (o *UserDataCongestionCollection) 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 (*UserDataCongestionCollection) GetIpTrafficFilter ¶
func (o *UserDataCongestionCollection) GetIpTrafficFilter() FlowInfo
GetIpTrafficFilter returns the IpTrafficFilter field value if set, zero value otherwise.
func (*UserDataCongestionCollection) GetIpTrafficFilterOk ¶
func (o *UserDataCongestionCollection) GetIpTrafficFilterOk() (*FlowInfo, bool)
GetIpTrafficFilterOk returns a tuple with the IpTrafficFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserDataCongestionCollection) GetThrputDl ¶
func (o *UserDataCongestionCollection) GetThrputDl() string
GetThrputDl returns the ThrputDl field value if set, zero value otherwise.
func (*UserDataCongestionCollection) GetThrputDlOk ¶
func (o *UserDataCongestionCollection) GetThrputDlOk() (*string, bool)
GetThrputDlOk returns a tuple with the ThrputDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserDataCongestionCollection) GetThrputPkDl ¶
func (o *UserDataCongestionCollection) GetThrputPkDl() string
GetThrputPkDl returns the ThrputPkDl field value if set, zero value otherwise.
func (*UserDataCongestionCollection) GetThrputPkDlOk ¶
func (o *UserDataCongestionCollection) GetThrputPkDlOk() (*string, bool)
GetThrputPkDlOk returns a tuple with the ThrputPkDl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserDataCongestionCollection) GetThrputPkUl ¶
func (o *UserDataCongestionCollection) GetThrputPkUl() string
GetThrputPkUl returns the ThrputPkUl field value if set, zero value otherwise.
func (*UserDataCongestionCollection) GetThrputPkUlOk ¶
func (o *UserDataCongestionCollection) GetThrputPkUlOk() (*string, bool)
GetThrputPkUlOk returns a tuple with the ThrputPkUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserDataCongestionCollection) GetThrputUl ¶
func (o *UserDataCongestionCollection) GetThrputUl() string
GetThrputUl returns the ThrputUl field value if set, zero value otherwise.
func (*UserDataCongestionCollection) GetThrputUlOk ¶
func (o *UserDataCongestionCollection) GetThrputUlOk() (*string, bool)
GetThrputUlOk returns a tuple with the ThrputUl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserDataCongestionCollection) GetTimeInterv ¶
func (o *UserDataCongestionCollection) GetTimeInterv() TimeWindow
GetTimeInterv returns the TimeInterv field value if set, zero value otherwise.
func (*UserDataCongestionCollection) GetTimeIntervOk ¶
func (o *UserDataCongestionCollection) GetTimeIntervOk() (*TimeWindow, bool)
GetTimeIntervOk returns a tuple with the TimeInterv field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserDataCongestionCollection) HasAppId ¶
func (o *UserDataCongestionCollection) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*UserDataCongestionCollection) HasIpTrafficFilter ¶
func (o *UserDataCongestionCollection) HasIpTrafficFilter() bool
HasIpTrafficFilter returns a boolean if a field has been set.
func (*UserDataCongestionCollection) HasThrputDl ¶
func (o *UserDataCongestionCollection) HasThrputDl() bool
HasThrputDl returns a boolean if a field has been set.
func (*UserDataCongestionCollection) HasThrputPkDl ¶
func (o *UserDataCongestionCollection) HasThrputPkDl() bool
HasThrputPkDl returns a boolean if a field has been set.
func (*UserDataCongestionCollection) HasThrputPkUl ¶
func (o *UserDataCongestionCollection) HasThrputPkUl() bool
HasThrputPkUl returns a boolean if a field has been set.
func (*UserDataCongestionCollection) HasThrputUl ¶
func (o *UserDataCongestionCollection) HasThrputUl() bool
HasThrputUl returns a boolean if a field has been set.
func (*UserDataCongestionCollection) HasTimeInterv ¶
func (o *UserDataCongestionCollection) HasTimeInterv() bool
HasTimeInterv returns a boolean if a field has been set.
func (UserDataCongestionCollection) MarshalJSON ¶
func (o UserDataCongestionCollection) MarshalJSON() ([]byte, error)
func (*UserDataCongestionCollection) SetAppId ¶
func (o *UserDataCongestionCollection) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*UserDataCongestionCollection) SetIpTrafficFilter ¶
func (o *UserDataCongestionCollection) SetIpTrafficFilter(v FlowInfo)
SetIpTrafficFilter gets a reference to the given FlowInfo and assigns it to the IpTrafficFilter field.
func (*UserDataCongestionCollection) SetThrputDl ¶
func (o *UserDataCongestionCollection) SetThrputDl(v string)
SetThrputDl gets a reference to the given string and assigns it to the ThrputDl field.
func (*UserDataCongestionCollection) SetThrputPkDl ¶
func (o *UserDataCongestionCollection) SetThrputPkDl(v string)
SetThrputPkDl gets a reference to the given string and assigns it to the ThrputPkDl field.
func (*UserDataCongestionCollection) SetThrputPkUl ¶
func (o *UserDataCongestionCollection) SetThrputPkUl(v string)
SetThrputPkUl gets a reference to the given string and assigns it to the ThrputPkUl field.
func (*UserDataCongestionCollection) SetThrputUl ¶
func (o *UserDataCongestionCollection) SetThrputUl(v string)
SetThrputUl gets a reference to the given string and assigns it to the ThrputUl field.
func (*UserDataCongestionCollection) SetTimeInterv ¶
func (o *UserDataCongestionCollection) SetTimeInterv(v TimeWindow)
SetTimeInterv gets a reference to the given TimeWindow and assigns it to the TimeInterv field.
func (UserDataCongestionCollection) ToMap ¶
func (o UserDataCongestionCollection) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_application_event_subscription_collection.go
- api_individual_application_event_subscription_document.go
- client.go
- configuration.go
- model_access_token_err.go
- model_access_token_req.go
- model_addr_fqdn.go
- model_af_event.go
- model_af_event_exposure_notif.go
- model_af_event_exposure_subsc.go
- model_af_event_notification.go
- model_base_record.go
- model_cache_status.go
- model_civic_address.go
- model_collective_behaviour_filter.go
- model_collective_behaviour_filter_type.go
- model_collective_behaviour_info.go
- model_communication_collection.go
- model_dispersion_collection.go
- model_dynamic_policy.go
- model_ecgi.go
- model_ellipsoid_arc.go
- model_endpoint_address.go
- model_eth_flow_description.go
- model_event_filter.go
- model_events_subs.go
- model_exception.go
- model_exception_id.go
- model_exception_info.go
- model_exception_trend.go
- model_flow_direction.go
- model_flow_info.go
- model_gad_shape.go
- model_geographic_area.go
- model_geographical_coordinates.go
- model_global_ran_node_id.go
- model_gnb_id.go
- model_invalid_param.go
- model_ip_addr.go
- model_ip_packet_filter_set.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_local2d_point_uncertainty_ellipse.go
- model_local3d_point_uncertainty_ellipsoid.go
- model_local_origin.go
- model_location_area5_g.go
- model_m5_qo_s_specification.go
- model_media_streaming_access_record.go
- model_media_streaming_access_record_all_of_connection_metrics.go
- model_media_streaming_access_record_all_of_request_message.go
- model_media_streaming_access_record_all_of_response_message.go
- model_media_type.go
- model_ms_access_activity_collection.go
- model_ms_consumption_collection.go
- model_ms_dyn_policy_invocation_collection.go
- model_ms_net_ass_invocation_collection.go
- model_ms_qoe_metrics_collection.go
- model_ncgi.go
- model_network_area_info.go
- model_network_assistance_session.go
- model_nf_type.go
- model_notification_flag.go
- model_notification_method.go
- model_partitioning_criteria.go
- model_per_ue_attribute.go
- model_performance_data.go
- model_performance_data_collection.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_point.go
- model_point_altitude.go
- model_point_altitude_uncertainty.go
- model_point_uncertainty_circle.go
- model_point_uncertainty_ellipse.go
- model_polygon.go
- model_problem_details.go
- model_redirect_response.go
- model_relative_cartesian_location.go
- model_reporting_information.go
- model_service_data_flow_description.go
- model_service_experience_info_per_app.go
- model_service_experience_info_per_flow.go
- model_snssai.go
- model_supported_gad_shapes.go
- model_svc_experience.go
- model_tai.go
- model_time_window.go
- model_ue_communication_collection.go
- model_ue_mobility_collection.go
- model_ue_trajectory_collection.go
- model_uncertainty_ellipse.go
- model_uncertainty_ellipsoid.go
- model_usage_threshold.go
- model_user_data_congestion_collection.go
- response.go
- utils.go